UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

2 lines (1 loc) 19 kB
var fe=Object.create;var nt=Object.defineProperty;var Ce=Object.getOwnPropertyDescriptor;var he=Object.getOwnPropertyNames;var xe=Object.getPrototypeOf,Ne=Object.prototype.hasOwnProperty;var be=(t,e)=>{for(var o in e)nt(t,o,{get:e[o],enumerable:!0})},Et=(t,e,o,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of he(e))!Ne.call(t,i)&&i!==o&&nt(t,i,{get:()=>e[i],enumerable:!(s=Ce(e,i))||s.enumerable});return t};var ve=(t,e,o)=>(o=t!=null?fe(xe(t)):{},Et(e||!t||!t.__esModule?nt(o,"default",{value:t,enumerable:!0}):o,t)),Ae=t=>Et(nt({},"__esModule",{value:!0}),t);var ho={};be(ho,{CardListNormal:()=>Co});module.exports=Ae(ho);var r=(...t)=>t.filter(e=>e!==!0&&!!e).map(e=>Array.isArray(e)?r(...e):typeof e=="object"?Object.keys(e).map((o,s)=>e[s]||e[o]&&o||null).filter(o=>o!==null).join(" "):e).filter(e=>!!e).join(" ");var z=(t,e)=>r({[`${t}-xs`]:e.size==="xsmall",[`${t}-sm`]:e.size==="small",[`${t}-md`]:e.size==="medium",[`${t}-lg`]:e.size==="large",[`${t}-xl`]:e.size==="xlarge",[`${t}-xxl`]:e.size==="xxlarge",[`${t}-xxxl`]:e.size==="xxxlarge"},{[`${t}-${e.fillMode}`]:e.fillMode},{[`${t}-${e.themeColor}`]:e.themeColor},{"k-rounded-sm":e.rounded==="small","k-rounded-md":e.rounded==="medium","k-rounded-lg":e.rounded==="large","k-rounded-full":e.rounded==="full","k-rounded-none":e.rounded==="none"}),g=(t,e)=>{let{valid:o,invalid:s,hover:i,focus:m,checked:p,active:d,selected:_,disabled:B,indeterminate:y,loading:I,empty:M,readonly:rt,highlighted:mt,...W}=e;return r({"k-valid":o,"k-invalid":s,"k-hover":i,"k-focus":m,"k-checked":p,"k-active":d,"k-selected":_,"k-disabled":B,"k-indeterminate":y&&!p,"k-loading":I,"k-empty":M,"k-readonly":rt,"k-highlighted":mt},Object.keys(W).reduce((b,w)=>(w.startsWith("k-")?b[w]=W[w]:b[`k-${w}`]=W[w],b),{}))};function Ot(t,e){if(!e)return{};let o=Array.isArray(e)?e:[e];return Object.fromEntries(o.map(s=>[`k-${s}`,!0]))}var l={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},P={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},F={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},T={undefined:void 0,outline:"outline",solid:"solid",duotone:"duotone"},a={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",inverse:"inverse"},f={open:"open",hover:"hover",focus:"focus",active:"active",selected:"selected",disabled:"disabled",valid:"valid",invalid:"invalid",loading:"loading",required:"required",empty:"empty",indeterminate:"indeterminate",checked:"checked",readonly:"readonly",highlighted:"highlighted",generating:"generating",expanded:"expanded"},Bt={calloutMap:{top:"n",bottom:"s",left:"w",right:"e"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};var pt={};function ut(t){return pt[t]=(pt[t]||0)+1,`k-${t}-${pt[t]}`}var Kt=require("react/jsx-runtime"),ke="k-card-callout",Dt=t=>{let{callout:e,...o}=t;return(0,Kt.jsx)("span",{...o,className:r(t.className,ke,{[`k-callout-${Bt.calloutMap[e]||e}`]:e})})};var x="card",v=x;var U=require("react/jsx-runtime"),ft="k-card",ye=[f.hover,f.focus,f.selected,f.disabled],Me={},ge={},u=t=>{let{orientation:e,callout:o,hover:s,focus:i,selected:m,disabled:p,...d}=t;return(0,U.jsxs)("div",{...d,className:r(t.className,ft,g(ft,{hover:s,focus:i,disabled:p,selected:m}),{[`k-card-${e}`]:e,"k-card-with-callout":o}),children:[o&&o!=="true"&&(0,U.jsx)(Dt,{callout:o}),(0,U.jsx)(U.Fragment,{children:t.children})]})};u.states=ye;u.options=Me;u.className=ft;u.defaultOptions=ge;u.moduleName=x;u.folderName=v;u.ariaSpec={selector:".k-card",rules:[{selector:".k-card-list .k-card",attribute:"role=listitem",usage:"When the card is located in a list, it should have the listitem role."},{selector:".k-card-list .k-card",attribute:"tabindex=0",usage:"The card component is focusable when navigatable."},{selector:".k-card-list .k-card",attribute:"aria-describedby=.k-card-title id",usage:"Associate the card to the title element."},{selector:".k-card-list .k-card",attribute:"aria-keyshortcuts=Enter",usage:"Announces the bound Enter key that enables navigation inside the card."}]};var Q=require("react/jsx-runtime"),Ct="k-card-list",Te=[],Le={},Se={},D=t=>{let{...e}=t;return(0,Q.jsx)("div",{...e,className:r(t.className,Ct,g(Ct,{})),role:"list",children:(0,Q.jsx)(Q.Fragment,{children:t.children})})};D.states=Te;D.options=Le;D.className=Ct;D.defaultOptions=Se;D.moduleName=x;D.folderName=v;D.ariaSpec={selector:".k-card-list",rules:[{selector:".k-card-list",attribute:"role=list",usage:"The card list container announces its list role."},{selector:".k-card-list .k-card",attribute:"role=listitem",usage:"Each card in the list has the listitem role."},{selector:".k-card-list .k-card",attribute:"tabindex=0",usage:"The card is focusable when navigatable."},{selector:".k-card-list .k-card",attribute:"aria-describedby=.k-card-title id",usage:"Associate the card to its title element."},{selector:".k-card-list .k-card",attribute:"aria-keyshortcuts=Enter",usage:"Announces the Enter key for navigation inside the card."}]};var _t=require("react/jsx-runtime"),Rt="k-card-group",Ee=[],Oe={},Be={},G=t=>{let{...e}=t;return(0,_t.jsx)("div",{...e,className:r(t.className,Rt),children:t.children})};G.states=Ee;G.options=Oe;G.className=Rt;G.defaultOptions=Be;G.moduleName=x;G.folderName=v;var Ht=require("react/jsx-runtime"),ht="k-card-wrap",De=[f.focus,f.selected],Ke={},Re={},V=t=>{let{focus:e,selected:o,...s}=t;return(0,Ht.jsx)("div",{...s,className:r(t.className,ht,g(ht,{focus:e,selected:o})),children:t.children})};V.states=De;V.options=Ke;V.className=ht;V.defaultOptions=Re;V.moduleName=x;V.folderName=v;var It=require("react/jsx-runtime"),xt="k-card-title",_e=[f.hover,f.focus],K=t=>{let{hover:e,focus:o,...s}=t;return(0,It.jsx)("div",{...s,className:r(t.className,xt,g(xt,{hover:e,focus:o})),children:t.children})};K.states=_e;K.className=xt;var wt=require("react/jsx-runtime"),He="k-card-subtitle",st=t=>{let{...e}=t;return(0,wt.jsx)("div",{...e,className:r(t.className,He),children:t.children})};var H=require("react/jsx-runtime"),zt="k-card-media",Nt=t=>{let{src:e,...o}=t;return(0,H.jsx)(H.Fragment,{children:e?(0,H.jsx)("img",{...o,className:r(t.className,zt),src:e}):(0,H.jsx)("span",{...o,className:r(t.className,zt),children:(0,H.jsx)(H.Fragment,{children:t.children})})})};var Z=require("react/jsx-runtime"),bt="k-font-icon",Ie=[],we={size:[l.undefined,l.xsmall,l.small,l.medium,l.large,l.xlarge,l.xxlarge,l.xxxlarge],themeColor:[a.undefined,a.base,a.primary,a.secondary,a.tertiary,a.success,a.warning,a.error,a.info]},ze={},j=t=>{let{size:e,themeColor:o,icon:s,rotate:i,flip:m,...p}=t;return s?(0,Z.jsx)("span",{...p,className:r(t.className,bt,z(bt,{size:e}),{[`k-i-${s}`]:s,[`k-color-${o}`]:o,[`k-rotate-${i}`]:i,"k-flip-h":m==="h"||m==="both","k-flip-v":m==="v"||m==="both"}),"aria-hidden":"true"}):(0,Z.jsx)(Z.Fragment,{})};j.states=Ie;j.options=we;j.className=bt;j.defaultOptions=ze;var Pt=j;var $=require("react/jsx-runtime"),vt="k-svg-icon",Pe=[],Fe={size:[l.undefined,l.xsmall,l.small,l.medium,l.large,l.xlarge,l.xxlarge,l.xxxlarge],themeColor:[a.undefined,a.base,a.primary,a.secondary,a.tertiary,a.success,a.warning,a.error,a.info],variant:[T.outline,T.solid,T.duotone]},At={viewBox:"0 0 24 24",variant:T.outline},tt=t=>{var I,M;let{size:e,themeColor:o,rotate:s,flip:i,viewBox:m=At.viewBox,variant:p=At.variant,icon:d,..._}=t;if(!d)return(0,$.jsx)($.Fragment,{});if(d==="none")return(0,$.jsx)("span",{..._,className:r(t.className,vt,z("k-icon",{size:e}),"k-none"),"aria-hidden":"true"});let B=typeof d=="object"&&d.name&&d.name,y=typeof d=="object"?p&&((I=d.variants)==null?void 0:I[p])||((M=d.variants)==null?void 0:M.outline)||d.content:void 0;return(0,$.jsx)("span",{..._,className:r(t.className,vt,z("k-icon",{size:e}),{[`k-svg-i-${B}`]:B,[`k-color-${o}`]:o,[`k-rotate-${s}`]:s,"k-flip-h":i==="h"||i==="both","k-flip-v":i==="v"||i==="both"}),"aria-hidden":"true",children:(0,$.jsx)("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof d=="object"?d.viewBox:m,dangerouslySetInnerHTML:y!==void 0?{__html:y}:void 0,children:d?void 0:t.children})})};tt.states=Pe;tt.options=Fe;tt.className=vt;tt.defaultOptions=At;var kt=tt;var yt=ve(require("@progress/kendo-svg-icons"));var Ft="icon",Ut="icons";var Gt=require("react");var $t=require("react"),Wt=(0,$t.createContext)({iconsType:"svg"});var R=require("react/jsx-runtime"),it="k-icon",Ue=t=>t.replace(/([-_][a-z0-9])/gi,e=>e.toUpperCase().replace("-","").replace("_","")),$e=[],We={size:[l.undefined,l.xsmall,l.small,l.medium,l.large,l.xlarge,l.xxlarge,l.xxxlarge],themeColor:[a.undefined,a.base,a.primary,a.secondary,a.tertiary,a.success,a.warning,a.error,a.info],variant:[T.outline,T.solid,T.duotone]},lt={viewBox:"0 0 24 24",type:"svg",variant:T.outline},L=t=>{let{iconsType:e}=(0,Gt.useContext)(Wt),{size:o,themeColor:s,icon:i,type:m=e||lt.type,rotate:p,flip:d,viewBox:_=lt.viewBox,variant:B=lt.variant,...y}=t;if(!i)return(0,R.jsx)(R.Fragment,{});if((e||m)==="svg"){if(i==="none")return(0,R.jsx)(kt,{...y,className:r(t.className,it),icon:i,size:o,variant:B});let M=yt[i]?i:Ue(`${i}-icon`);return yt[M]?(0,R.jsx)(kt,{...y,className:r(t.className,it),icon:yt[M],size:o,themeColor:s,rotate:p,flip:d,viewBox:_,variant:B}):(0,R.jsx)(R.Fragment,{})}return(0,R.jsx)(Pt,{...y,className:r(t.className,it),icon:i,size:o,themeColor:s,rotate:p,flip:d})};L.states=$e;L.options=We;L.defaultOptions=lt;L.className=it;L.moduleName=Ft;L.folderName=Ut;L.ariaSpec={selector:".k-icon, .k-svg-icon",rules:[{selector:".k-icon, .k-svg-icon",attribute:"aria-hidden=true",usage:"Hides the icon element and all its children from assistive technologies."}]};var Mt="button",Vt=Mt;var N=require("react/jsx-runtime"),et="k-button",Ge=["icon-button"],Ve=[f.hover,f.focus,f.active,f.selected,f.disabled,f.generating],qe={size:[l.undefined,l.xsmall,l.small,l.medium,l.large],rounded:[P.undefined,P.none,P.small,P.medium,P.large,P.full],fillMode:[F.undefined,F.solid,F.flat,F.outline,F.clear,F.link],themeColor:[a.undefined,a.base,a.primary,a.secondary,a.tertiary,a.success,a.warning,a.error,a.info,a.inverse]},gt={showArrow:!1,arrowIconName:"chevron-down"},n=t=>{let{as:e="button",size:o,rounded:s,fillMode:i,themeColor:m,showArrow:p=gt.showArrow,arrowIconName:d=gt.arrowIconName,variant:_,hover:B,focus:y,active:I,selected:M,disabled:rt,togglable:mt,ariaDisabled:W,icon:b,iconSize:w,text:at,iconClassName:de,className:ce,...me}=t,pe=b!=null,ue=t.children!==void 0;return(0,N.jsxs)(e,{className:r(ce,et,Ot(et,_),z(et,{size:o,rounded:s,fillMode:i,themeColor:m}),g(et,{hover:B,focus:y,active:I,disabled:rt||W,selected:M}),{"k-icon-button":!at&&!ue&&pe}),"aria-pressed":mt?M?"true":"false":void 0,...me,"aria-disabled":W?"true":void 0,disabled:rt||void 0,children:[typeof b=="string"&&b&&(0,N.jsx)(L,{className:r(de,"k-button-icon"),icon:b,size:w}),b&&typeof b!="string"&&(0,N.jsx)(N.Fragment,{children:b}),at?(0,N.jsxs)(N.Fragment,{children:[at&&(0,N.jsx)("span",{className:"k-button-text",children:at}),t.children]}):t.children&&(0,N.jsx)("span",{className:"k-button-text",children:t.children}),p&&(0,N.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,N.jsx)(L,{icon:d})})]})};n.states=Ve;n.options=qe;n.variants=Ge;n.className=et;n.defaultOptions=gt;n.moduleName=Mt;n.folderName=Vt;n.ariaSpec={selector:".k-button",rules:[{selector:".k-button",attribute:"role=button or nodeName=button",usage:"The button role is implicit from the native <button> element."},{selector:".k-button",attribute:"aria-label (when icon-only)",usage:"Required for icon-only buttons that have no visible text."},{selector:".k-button",attribute:"aria-pressed (when togglable)",usage:"Indicates the pressed state of a toggle button."},{selector:".k-button",attribute:"disabled (when disabled)",usage:"Rendered when the button is disabled."}]};var Jt=require("react/jsx-runtime"),qt=t=>(0,Jt.jsx)(n,{icon:"folder",...t,"aria-label":t["aria-label"]||"Folder",children:void 0});var Yt=require("react/jsx-runtime"),Xt=t=>(0,Yt.jsx)(n,{icon:"folder",children:"Button",...t});var Zt=require("react/jsx-runtime"),Qt=t=>(0,Zt.jsx)(n,{children:"Button",...t});var dt=require("react/jsx-runtime"),Je=n.options,Xe=n.states,Ye={...n.defaultOptions,variant:"text"},Qe=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Ze=[],q=t=>{let{variant:e,...o}=t;switch(e){case"icon-only":return(0,dt.jsx)(qt,{...o,icon:"star"});case"icon-and-text":return(0,dt.jsx)(Xt,{...o,icon:"star",children:"Button"});default:return(0,dt.jsx)(Qt,{...o,children:"Button"})}};q.options=Je;q.states=Xe;q.variants=Qe;q.defaultOptions=Ye;q.modifiers=Ze;q.className=n.className;var S=require("react/jsx-runtime"),je="k-card-header",ot=t=>{let{title:e,subtitle:o,details:s,...i}=t;return(0,S.jsxs)("div",{...i,className:r(t.className,je),children:[e&&(0,S.jsx)(K,{children:e}),o&&(0,S.jsx)(st,{children:o}),(0,S.jsx)(S.Fragment,{children:t.children}),s&&(0,S.jsx)("span",{className:"k-card-header-actions",children:(0,S.jsx)(n,{className:"k-card-details",icon:"more-vertical",fillMode:"flat","aria-label":"Card details"})})]})};var jt=require("react/jsx-runtime"),to="k-card-footer",Tt=t=>{let{...e}=t;return(0,jt.jsx)("div",{...e,className:r(t.className,to),children:t.children})};var E=require("react/jsx-runtime"),eo="k-card-body",O=t=>{let{title:e,subtitle:o,details:s,...i}=t;return(0,E.jsxs)("div",{...i,className:r(t.className,eo),children:[e&&(0,E.jsx)(K,{children:e}),o&&(0,E.jsx)(st,{children:o}),(0,E.jsx)(E.Fragment,{children:t.children}),s&&(0,E.jsx)("span",{className:"k-card-header-actions",children:(0,E.jsx)(n,{className:"k-card-details",icon:"more-vertical",fillMode:"flat","aria-label":"Card details"})})]})};var ee=require("react/jsx-runtime"),te="k-card-deck",oo=[],ro={},ao={},J=t=>{let{...e}=t;return(0,ee.jsx)("div",{...e,className:r(t.className,te),children:t.children})};J.states=oo;J.options=ro;J.className=te;J.defaultOptions=ao;J.moduleName=x;J.folderName=v;var re=require("react/jsx-runtime"),oe="k-card-deck-scrollwrap",no=[],so={},io={},X=t=>{let{...e}=t;return(0,re.jsx)("div",{...e,className:r(t.className,oe),children:t.children})};X.states=no;X.options=so;X.className=oe;X.defaultOptions=io;X.moduleName=x;X.folderName=v;var Lt="action-buttons",ae=Lt;var ne=require("react/jsx-runtime"),ct="k-actions",lo=[],co={},St={alignment:"start",orientation:"horizontal"},h=t=>{let{alignment:e=St.alignment,orientation:o=St.orientation,...s}=t;return(0,ne.jsx)("div",{...s,className:r(ct,{[`${ct}-${e}`]:e,[`${ct}-${o}`]:o},t.className),children:t.children})};h.states=lo;h.options=co;h.className=ct;h.defaultOptions=St;h.moduleName=Lt;h.folderName=ae;var A=require("react/jsx-runtime"),se=t=>(0,A.jsx)(u,{orientation:"vertical",children:(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(ot,{children:"Card Header"}),(0,A.jsx)(O,{children:(0,A.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),(0,A.jsxs)(h,{className:"k-card-actions",children:[(0,A.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Action 1"}),(0,A.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Action 2"})]})]}),...t});var k=require("react/jsx-runtime"),ie=t=>(0,k.jsx)(u,{orientation:"horizontal",children:(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(O,{title:"Card Title",children:(0,k.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),(0,k.jsxs)(h,{orientation:"vertical",className:"k-card-actions",children:[(0,k.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Action 1"}),(0,k.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Action 2"})]})]}),...t});var c=require("react/jsx-runtime"),mo=u.options,po=u.states,le={...u.defaultOptions,variant:"vertical"},uo=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],fo=[{name:"media",title:"Card with Media"},{name:"header",title:"Card with Header"},{name:"footer",title:"Card with Footer"}],Y=t=>{let{variant:e,modifiers:o,...s}={...le,...t},i=!1,m=!1,p=!1;return Object.keys(o||{}).forEach(d=>{switch(d){case"media":{i=!!(o!=null&&o[d]);break}case"header":{m=!!(o!=null&&o[d]);break}case"footer":{p=!!(o!=null&&o[d]);break}}}),e==="horizontal"?(0,c.jsxs)(ie,{style:{maxWidth:"420px"},...s,children:[i&&(0,c.jsx)(Nt,{src:"https://demos.telerik.com/kendo-ui/content/web/cards/rome.jpg"}),(0,c.jsxs)("div",{children:[m&&(0,c.jsx)(ot,{title:"Header Title",subtitle:"Header Subtitle"}),(0,c.jsx)(O,{title:"Title",subtitle:"Subtitle",children:(0,c.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),p&&(0,c.jsx)(Tt,{children:"Card Footer"})]}),(m||p)&&(0,c.jsx)("span",{className:"k-separator k-separator-vertical"}),(0,c.jsxs)(h,{orientation:"vertical",alignment:"stretched",className:"k-card-actions",children:[(0,c.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Button"}),(0,c.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Button"})]})]}):(0,c.jsxs)(se,{style:{maxHeight:"450px",width:"300px"},...s,children:[m&&(0,c.jsx)(ot,{title:"Header Title",subtitle:"Header Subtitle"}),i&&(0,c.jsx)(Nt,{src:"https://demos.telerik.com/kendo-ui/content/web/cards/rome.jpg"}),(0,c.jsx)(O,{title:"Title",subtitle:"Subtitle",children:(0,c.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),p&&(0,c.jsx)(Tt,{children:"Card Footer"}),(0,c.jsxs)(h,{className:"k-card-actions",children:[(0,c.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Button"}),(0,c.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Button"})]})]})};Y.options=mo;Y.states=po;Y.variants=uo;Y.defaultOptions=le;Y.modifiers=fo;Y.className=u.className;var C=require("react/jsx-runtime"),Co=t=>{let e=ut("card-title"),o=ut("card-title");return(0,C.jsxs)(D,{...t,children:[(0,C.jsxs)(u,{orientation:"vertical",role:"listitem",tabIndex:0,"aria-describedby":e,"aria-keyshortcuts":"Enter",children:[(0,C.jsx)("div",{className:"k-card-header",children:(0,C.jsx)(K,{id:e,children:"Card Title 1"})}),(0,C.jsx)(O,{children:(0,C.jsx)("p",{children:"Some quick example text to build on the card title."})}),(0,C.jsx)(h,{className:"k-card-actions",children:(0,C.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Action 1"})})]}),(0,C.jsxs)(u,{orientation:"vertical",role:"listitem",tabIndex:0,"aria-describedby":o,"aria-keyshortcuts":"Enter",children:[(0,C.jsx)("div",{className:"k-card-header",children:(0,C.jsx)(K,{id:o,children:"Card Title 2"})}),(0,C.jsx)(O,{children:(0,C.jsx)("p",{children:"Another card's content."})}),(0,C.jsx)(h,{className:"k-card-actions",children:(0,C.jsx)(n,{fillMode:"flat",themeColor:"primary",children:"Action 2"})})]})]})};