@adamosuiteservices/ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/accordion-rounded.cjs +6 -0
- package/dist/accordion-rounded.js +85 -0
- package/dist/accordion.cjs +1 -0
- package/dist/accordion.js +65 -0
- package/dist/alert.cjs +1 -0
- package/dist/alert.js +69 -0
- package/dist/avatar.cjs +17 -0
- package/dist/avatar.js +248 -0
- package/dist/badge.cjs +1 -0
- package/dist/badge.js +54 -0
- package/dist/button-BFK0LYE1.js +58 -0
- package/dist/button-BnuVhhWO.cjs +1 -0
- package/dist/button-group.cjs +1 -0
- package/dist/button-group.js +76 -0
- package/dist/button.cjs +1 -0
- package/dist/button.js +5 -0
- package/dist/calendar.cjs +1 -0
- package/dist/calendar.js +2852 -0
- package/dist/card.cjs +1 -0
- package/dist/card.js +112 -0
- package/dist/check-CLxNVljQ.cjs +6 -0
- package/dist/check-Ci0GjV-B.js +11 -0
- package/dist/checkbox-BlfeC4MI.js +271 -0
- package/dist/checkbox-uByYIkZe.cjs +1 -0
- package/dist/checkbox.cjs +1 -0
- package/dist/checkbox.js +4 -0
- package/dist/chevron-down-BqEHzml5.cjs +6 -0
- package/dist/chevron-down-CpVS2Z7w.js +11 -0
- package/dist/chevron-left-B8QsBNvc.cjs +6 -0
- package/dist/chevron-left-Eal-WYLp.js +11 -0
- package/dist/chevron-right-BpzggHsr.cjs +6 -0
- package/dist/chevron-right-Cnc2tB4-.js +11 -0
- package/dist/circle-CX7JIirj.cjs +6 -0
- package/dist/circle-DYv-7Qb9.js +11 -0
- package/dist/collapsible.cjs +1 -0
- package/dist/collapsible.js +34 -0
- package/dist/colors.css +1 -0
- package/dist/combobox.cjs +6 -0
- package/dist/combobox.js +515 -0
- package/dist/components/layout/sidebar/index.d.ts +1 -0
- package/dist/components/layout/sidebar/sidebar.d.ts +17 -0
- package/dist/components/layout/sidebar/sidebar.stories.d.ts +6 -0
- package/dist/components/layout/toaster/index.d.ts +2 -0
- package/dist/components/layout/toaster/toaster.d.ts +26 -0
- package/dist/components/layout/toaster/toaster.stories.d.ts +15 -0
- package/dist/components/layout/toaster/use-toast.d.ts +1 -0
- package/dist/components/ui/accordion/accordion.d.ts +7 -0
- package/dist/components/ui/accordion/accordion.stories.d.ts +17 -0
- package/dist/components/ui/accordion/index.d.ts +1 -0
- package/dist/components/ui/accordion-rounded/accordion-rounded.d.ts +11 -0
- package/dist/components/ui/accordion-rounded/accordion-rounded.stories.d.ts +21 -0
- package/dist/components/ui/accordion-rounded/index.d.ts +1 -0
- package/dist/components/ui/alert/alert.d.ts +9 -0
- package/dist/components/ui/alert/alert.stories.d.ts +24 -0
- package/dist/components/ui/alert/index.d.ts +1 -0
- package/dist/components/ui/avatar/avatar.d.ts +6 -0
- package/dist/components/ui/avatar/avatar.stories.d.ts +14 -0
- package/dist/components/ui/avatar/index.d.ts +1 -0
- package/dist/components/ui/badge/badge.d.ts +10 -0
- package/dist/components/ui/badge/badge.stories.d.ts +41 -0
- package/dist/components/ui/badge/index.d.ts +1 -0
- package/dist/components/ui/button/button.d.ts +10 -0
- package/dist/components/ui/button/button.stories.d.ts +38 -0
- package/dist/components/ui/button/index.d.ts +1 -0
- package/dist/components/ui/button-group/button-group.d.ts +11 -0
- package/dist/components/ui/button-group/button-group.stories.d.ts +19 -0
- package/dist/components/ui/button-group/index.d.ts +1 -0
- package/dist/components/ui/calendar/calendar.d.ts +8 -0
- package/dist/components/ui/calendar/calendar.stories.d.ts +27 -0
- package/dist/components/ui/calendar/index.d.ts +1 -0
- package/dist/components/ui/card/card.d.ts +13 -0
- package/dist/components/ui/card/card.stories.d.ts +18 -0
- package/dist/components/ui/card/index.d.ts +1 -0
- package/dist/components/ui/checkbox/checkbox.d.ts +4 -0
- package/dist/components/ui/checkbox/checkbox.stories.d.ts +15 -0
- package/dist/components/ui/checkbox/index.d.ts +1 -0
- package/dist/components/ui/collapsible/collapsible.d.ts +5 -0
- package/dist/components/ui/collapsible/collapsible.stories.d.ts +12 -0
- package/dist/components/ui/collapsible/index.d.ts +1 -0
- package/dist/components/ui/combobox/combobox.d.ts +35 -0
- package/dist/components/ui/combobox/combobox.stories.d.ts +27 -0
- package/dist/components/ui/combobox/index.d.ts +1 -0
- package/dist/components/ui/command/command.d.ts +18 -0
- package/dist/components/ui/command/index.d.ts +1 -0
- package/dist/components/ui/context-menu/context-menu.d.ts +25 -0
- package/dist/components/ui/context-menu/context-menu.stories.d.ts +10 -0
- package/dist/components/ui/context-menu/index.d.ts +1 -0
- package/dist/components/ui/dialog/dialog.d.ts +17 -0
- package/dist/components/ui/dialog/dialog.stories.d.ts +13 -0
- package/dist/components/ui/dialog/index.d.ts +1 -0
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +25 -0
- package/dist/components/ui/dropdown-menu/dropdown-menu.stories.d.ts +14 -0
- package/dist/components/ui/dropdown-menu/index.d.ts +1 -0
- package/dist/components/ui/field/field.d.ts +24 -0
- package/dist/components/ui/field/field.stories.d.ts +18 -0
- package/dist/components/ui/field/index.d.ts +1 -0
- package/dist/components/ui/hover-card/hover-card.d.ts +6 -0
- package/dist/components/ui/hover-card/hover-card.stories.d.ts +25 -0
- package/dist/components/ui/hover-card/index.d.ts +1 -0
- package/dist/components/ui/input/index.d.ts +1 -0
- package/dist/components/ui/input/input.d.ts +3 -0
- package/dist/components/ui/input/input.stories.d.ts +23 -0
- package/dist/components/ui/input-group/Input-group.stories.d.ts +28 -0
- package/dist/components/ui/input-group/index.d.ts +1 -0
- package/dist/components/ui/input-group/input-group.d.ts +16 -0
- package/dist/components/ui/kbd/index.d.ts +1 -0
- package/dist/components/ui/kbd/kbd.d.ts +3 -0
- package/dist/components/ui/kbd/kbd.stories.d.ts +26 -0
- package/dist/components/ui/label/index.d.ts +1 -0
- package/dist/components/ui/label/label.d.ts +4 -0
- package/dist/components/ui/label/label.stories.d.ts +24 -0
- package/dist/components/ui/pagination/index.d.ts +1 -0
- package/dist/components/ui/pagination/pagination.d.ts +13 -0
- package/dist/components/ui/pagination/pagination.stories.d.ts +28 -0
- package/dist/components/ui/popover/index.d.ts +1 -0
- package/dist/components/ui/popover/popover.d.ts +7 -0
- package/dist/components/ui/popover/popover.stories.d.ts +26 -0
- package/dist/components/ui/progress/index.d.ts +1 -0
- package/dist/components/ui/progress/progress.d.ts +9 -0
- package/dist/components/ui/progress/progress.stories.d.ts +29 -0
- package/dist/components/ui/radio-group/index.d.ts +1 -0
- package/dist/components/ui/radio-group/radio-group.d.ts +5 -0
- package/dist/components/ui/radio-group/radio-group.stories.d.ts +18 -0
- package/dist/components/ui/select/index.d.ts +1 -0
- package/dist/components/ui/select/select.d.ts +15 -0
- package/dist/components/ui/select/select.stories.d.ts +19 -0
- package/dist/components/ui/separator/index.d.ts +1 -0
- package/dist/components/ui/separator/separator.d.ts +4 -0
- package/dist/components/ui/separator/separator.stories.d.ts +18 -0
- package/dist/components/ui/sheet/index.d.ts +1 -0
- package/dist/components/ui/sheet/sheet.d.ts +14 -0
- package/dist/components/ui/sheet/sheet.stories.d.ts +17 -0
- package/dist/components/ui/skeleton/index.d.ts +1 -0
- package/dist/components/ui/skeleton/skeleton.d.ts +2 -0
- package/dist/components/ui/skeleton/skeleton.stories.d.ts +22 -0
- package/dist/components/ui/slider/index.d.ts +1 -0
- package/dist/components/ui/slider/slider.d.ts +7 -0
- package/dist/components/ui/slider/slider.stories.d.ts +21 -0
- package/dist/components/ui/spinner/index.d.ts +1 -0
- package/dist/components/ui/spinner/spinner.d.ts +2 -0
- package/dist/components/ui/spinner/spinner.stories.d.ts +20 -0
- package/dist/components/ui/switch/index.d.ts +1 -0
- package/dist/components/ui/switch/switch.d.ts +4 -0
- package/dist/components/ui/switch/switch.stories.d.ts +17 -0
- package/dist/components/ui/table/index.d.ts +1 -0
- package/dist/components/ui/table/table.d.ts +10 -0
- package/dist/components/ui/table/table.stories.d.ts +11 -0
- package/dist/components/ui/tabs/index.d.ts +1 -0
- package/dist/components/ui/tabs/tabs.d.ts +7 -0
- package/dist/components/ui/tabs/tabs.stories.d.ts +16 -0
- package/dist/components/ui/tabs-underline/index.d.ts +1 -0
- package/dist/components/ui/tabs-underline/tabs-underline.d.ts +7 -0
- package/dist/components/ui/tabs-underline/tabs-underline.stories.d.ts +16 -0
- package/dist/components/ui/textarea/index.d.ts +1 -0
- package/dist/components/ui/textarea/textarea.d.ts +3 -0
- package/dist/components/ui/textarea/textarea.stories.d.ts +21 -0
- package/dist/components/ui/toggle/index.d.ts +1 -0
- package/dist/components/ui/toggle/toggle.d.ts +9 -0
- package/dist/components/ui/toggle/toggle.stories.d.ts +21 -0
- package/dist/components/ui/tooltip/index.d.ts +1 -0
- package/dist/components/ui/tooltip/tooltip.d.ts +7 -0
- package/dist/components/ui/tooltip/tooltip.stories.d.ts +19 -0
- package/dist/components/ui/typography/index.d.ts +1 -0
- package/dist/components/ui/typography/typography.d.ts +8 -0
- package/dist/components/ui/typography/typography.stories.d.ts +33 -0
- package/dist/context-menu.cjs +1 -0
- package/dist/context-menu.js +427 -0
- package/dist/createLucideIcon-B_8CJpcQ.js +94 -0
- package/dist/createLucideIcon-CAtnV-yz.cjs +21 -0
- package/dist/custom-layered-styles.css +1 -0
- package/dist/dialog.cjs +1 -0
- package/dist/dialog.js +139 -0
- package/dist/dropdown-menu.cjs +1 -0
- package/dist/dropdown-menu.js +423 -0
- package/dist/field.cjs +1 -0
- package/dist/field.js +221 -0
- package/dist/fonts.css +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/use-portal-container.d.ts +31 -0
- package/dist/hover-card.cjs +1 -0
- package/dist/hover-card.js +210 -0
- package/dist/index-0ioNhtNM.js +10 -0
- package/dist/index-6oTEokEx.js +82 -0
- package/dist/index-B-NyefE0.js +243 -0
- package/dist/index-B-ZRqW0J.js +118 -0
- package/dist/index-B-cHTKrs.js +158 -0
- package/dist/index-BGQepRFJ.js +27 -0
- package/dist/index-BGiGvaq8.cjs +1 -0
- package/dist/index-BKbK2GzY.cjs +1 -0
- package/dist/index-BMitW9UR.cjs +1 -0
- package/dist/index-BRLtxFFr.cjs +1 -0
- package/dist/index-BWaO7kQK.cjs +1 -0
- package/dist/index-BZPx6jYI.js +8 -0
- package/dist/index-BpvjJ_T6.cjs +5 -0
- package/dist/index-C0UREtMP.js +59 -0
- package/dist/index-C329e3yQ.js +134 -0
- package/dist/index-C5wjudc-.js +36 -0
- package/dist/index-C8ni3LLa.cjs +1 -0
- package/dist/index-CAOY367Y.js +1540 -0
- package/dist/index-CCKe-Mpx.js +6 -0
- package/dist/index-CQhYMnjT.js +34 -0
- package/dist/index-Ce3QBKyj.cjs +1 -0
- package/dist/index-CezwiPd_.js +615 -0
- package/dist/index-Cv867SGx.js +13 -0
- package/dist/index-CwUFT-GQ.js +228 -0
- package/dist/index-CzY-WZXL.cjs +1 -0
- package/dist/index-D02K8KOB.js +54 -0
- package/dist/index-D3S7dBDI.cjs +1 -0
- package/dist/index-D3wSWKST.cjs +1 -0
- package/dist/index-D7hQvndv.cjs +1 -0
- package/dist/index-DQvx1rG_.cjs +1 -0
- package/dist/index-DXQ-7kNJ.cjs +41 -0
- package/dist/index-DYxWvftI.cjs +1 -0
- package/dist/index-DnS_sBBe.cjs +1 -0
- package/dist/index-DulPG3F9.js +179 -0
- package/dist/index-EUea2gfp.js +70 -0
- package/dist/index-FxyLF8MY.js +68 -0
- package/dist/index-IKJMQref.cjs +1 -0
- package/dist/index-MQ0c3ZX_.cjs +1 -0
- package/dist/index-P1sVIHE3.js +32 -0
- package/dist/index-VIUqZjyP.cjs +1 -0
- package/dist/index-WIv2ndLu.cjs +1 -0
- package/dist/index-bSPhqlcX.cjs +1 -0
- package/dist/index-cwZN7ZY3.cjs +1 -0
- package/dist/index-gO_QEiaK.cjs +1 -0
- package/dist/index-iAvn1gzj.cjs +1 -0
- package/dist/index-o0sNTcKe.js +674 -0
- package/dist/index-rKs9bXHr.js +6 -0
- package/dist/index-yR-v1A4G.js +15 -0
- package/dist/input-3MDa_DYk.cjs +1 -0
- package/dist/input-Cl7xmQYQ.js +22 -0
- package/dist/input-group.cjs +1 -0
- package/dist/input-group.js +152 -0
- package/dist/input.cjs +1 -0
- package/dist/input.js +4 -0
- package/dist/jsx-runtime-BB_1_6y_.cjs +22 -0
- package/dist/jsx-runtime-BzflLqGi.js +282 -0
- package/dist/kbd.cjs +1 -0
- package/dist/kbd.js +31 -0
- package/dist/label-MxqN87DQ.cjs +1 -0
- package/dist/label-hg_jN6Y8.js +35 -0
- package/dist/label.cjs +1 -0
- package/dist/label.js +4 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/minus-C0pHPx21.cjs +6 -0
- package/dist/minus-DE-onYs2.js +11 -0
- package/dist/pagination.cjs +6 -0
- package/dist/pagination.js +134 -0
- package/dist/popover-BBXe2myL.cjs +1 -0
- package/dist/popover-DNiRNCdn.js +263 -0
- package/dist/popover.cjs +1 -0
- package/dist/popover.js +7 -0
- package/dist/progress.cjs +6 -0
- package/dist/progress.js +137 -0
- package/dist/radio-group.cjs +1 -0
- package/dist/radio-group.js +271 -0
- package/dist/radius.css +1 -0
- package/dist/select.cjs +6 -0
- package/dist/select.js +987 -0
- package/dist/separator-C9kqOQR-.js +44 -0
- package/dist/separator-Dbx-SVIs.cjs +1 -0
- package/dist/separator.cjs +1 -0
- package/dist/separator.js +4 -0
- package/dist/sheet-0jRbqkzj.cjs +1 -0
- package/dist/sheet-RAbg4M5A.js +128 -0
- package/dist/sheet.cjs +1 -0
- package/dist/sheet.js +11 -0
- package/dist/sidebar.cjs +6 -0
- package/dist/sidebar.js +139 -0
- package/dist/skeleton.cjs +1 -0
- package/dist/skeleton.js +15 -0
- package/dist/slider.cjs +1 -0
- package/dist/slider.js +486 -0
- package/dist/space.css +1 -0
- package/dist/spinner.cjs +6 -0
- package/dist/spinner.js +24 -0
- package/dist/styles.css +1 -0
- package/dist/switch.cjs +1 -0
- package/dist/switch.js +154 -0
- package/dist/table.cjs +1 -0
- package/dist/table.js +115 -0
- package/dist/tabs-underline.cjs +1 -0
- package/dist/tabs-underline.js +68 -0
- package/dist/tabs.cjs +1 -0
- package/dist/tabs.js +68 -0
- package/dist/tailwind-animations.css +1 -0
- package/dist/tailwind-colors.css +1 -0
- package/dist/tailwind-fonts.css +1 -0
- package/dist/tailwind-radius.css +1 -0
- package/dist/tailwind-spacing.css +1 -0
- package/dist/tailwind-theme.css +1 -0
- package/dist/textarea-D76719tg.js +19 -0
- package/dist/textarea-UdELO_Jn.cjs +1 -0
- package/dist/textarea.cjs +1 -0
- package/dist/textarea.js +4 -0
- package/dist/themes.css +1 -0
- package/dist/toaster.cjs +1 -0
- package/dist/toaster.js +87 -0
- package/dist/toggle.cjs +1 -0
- package/dist/toggle.js +69 -0
- package/dist/tooltip.cjs +1 -0
- package/dist/tooltip.js +375 -0
- package/dist/types/theme.type.d.ts +2 -0
- package/dist/typography.cjs +1 -0
- package/dist/typography.js +34 -0
- package/dist/use-portal-container.cjs +1 -0
- package/dist/use-portal-container.js +21 -0
- package/dist/utils-CRiPKpXj.js +2743 -0
- package/dist/utils-DoxiiusW.cjs +1 -0
- package/dist/x-CBKgg4YL.cjs +6 -0
- package/dist/x-Dl66o_vF.js +14 -0
- package/package.json +275 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function xe(e){var n,r,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(n=0;n<i;n++)e[n]&&(r=xe(e[n]))&&(o&&(o+=" "),o+=r)}else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function we(){for(var e,n,r=0,o="",i=arguments.length;r<i;r++)(e=arguments[r])&&(n=xe(e))&&(o&&(o+=" "),o+=n);return o}const ne="-",Re=e=>{const n=Te(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:l=>{const u=l.split(ne);return u[0]===""&&u.length!==1&&u.shift(),ke(u,n)||Ge(l)},getConflictingClassGroupIds:(l,u)=>{const p=r[l]||[];return u&&o[l]?[...p,...o[l]]:p}}},ke=(e,n)=>{if(e.length===0)return n.classGroupId;const r=e[0],o=n.nextPart.get(r),i=o?ke(e.slice(1),o):void 0;if(i)return i;if(n.validators.length===0)return;const m=e.join(ne);return n.validators.find(({validator:l})=>l(m))?.classGroupId},fe=/^\[(.+)\]$/,Ge=e=>{if(fe.test(e)){const n=fe.exec(e)[1],r=n?.substring(0,n.indexOf(":"));if(r)return"arbitrary.."+r}},Te=e=>{const{theme:n,classGroups:r}=e,o={nextPart:new Map,validators:[]};for(const i in r)re(r[i],o,i,n);return o},re=(e,n,r,o)=>{e.forEach(i=>{if(typeof i=="string"){const m=i===""?n:be(n,i);m.classGroupId=r;return}if(typeof i=="function"){if(Ee(i)){re(i(o),n,r,o);return}n.validators.push({validator:i,classGroupId:r});return}Object.entries(i).forEach(([m,l])=>{re(l,be(n,m),r,o)})})},be=(e,n)=>{let r=e;return n.split(ne).forEach(o=>{r.nextPart.has(o)||r.nextPart.set(o,{nextPart:new Map,validators:[]}),r=r.nextPart.get(o)}),r},Ee=e=>e.isThemeGetter,Ne=e=>{if(e<1)return{get:()=>{},set:()=>{}};let n=0,r=new Map,o=new Map;const i=(m,l)=>{r.set(m,l),n++,n>e&&(n=0,o=r,r=new Map)};return{get(m){let l=r.get(m);if(l!==void 0)return l;if((l=o.get(m))!==void 0)return i(m,l),l},set(m,l){r.has(m)?r.set(m,l):i(m,l)}}},te="!",se=":",Le=se.length,Ve=e=>{const{prefix:n,experimentalParseClassName:r}=e;let o=i=>{const m=[];let l=0,u=0,p=0,g;for(let k=0;k<i.length;k++){let y=i[k];if(l===0&&u===0){if(y===se){m.push(i.slice(p,k)),p=k+Le;continue}if(y==="/"){g=k;continue}}y==="["?l++:y==="]"?l--:y==="("?u++:y===")"&&u--}const h=m.length===0?i:i.substring(p),M=je(h),O=M!==h,F=g&&g>p?g-p:void 0;return{modifiers:m,hasImportantModifier:O,baseClassName:M,maybePostfixModifierPosition:F}};if(n){const i=n+se,m=o;o=l=>l.startsWith(i)?m(l.substring(i.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:l,maybePostfixModifierPosition:void 0}}if(r){const i=o;o=m=>r({className:m,parseClassName:i})}return o},je=e=>e.endsWith(te)?e.substring(0,e.length-1):e.startsWith(te)?e.substring(1):e,Oe=e=>{const n=Object.fromEntries(e.orderSensitiveModifiers.map(o=>[o,!0]));return o=>{if(o.length<=1)return o;const i=[];let m=[];return o.forEach(l=>{l[0]==="["||n[l]?(i.push(...m.sort(),l),m=[]):m.push(l)}),i.push(...m.sort()),i}},Fe=e=>({cache:Ne(e.cacheSize),parseClassName:Ve(e),sortModifiers:Oe(e),...Re(e)}),_e=/\s+/,Be=(e,n)=>{const{parseClassName:r,getClassGroupId:o,getConflictingClassGroupIds:i,sortModifiers:m}=n,l=[],u=e.trim().split(_e);let p="";for(let g=u.length-1;g>=0;g-=1){const h=u[g],{isExternal:M,modifiers:O,hasImportantModifier:F,baseClassName:k,maybePostfixModifierPosition:y}=r(h);if(M){p=h+(p.length>0?" "+p:p);continue}let G=!!y,A=o(G?k.substring(0,y):k);if(!A){if(!G){p=h+(p.length>0?" "+p:p);continue}if(A=o(k),!A){p=h+(p.length>0?" "+p:p);continue}G=!1}const $=m(O).join(":"),_=F?$+te:$,T=_+A;if(l.includes(T))continue;l.push(T);const E=i(A,G);for(let I=0;I<E.length;++I){const B=E[I];l.push(_+B)}p=h+(p.length>0?" "+p:p)}return p};function We(){let e=0,n,r,o="";for(;e<arguments.length;)(n=arguments[e++])&&(r=ye(n))&&(o&&(o+=" "),o+=r);return o}const ye=e=>{if(typeof e=="string")return e;let n,r="";for(let o=0;o<e.length;o++)e[o]&&(n=ye(e[o]))&&(r&&(r+=" "),r+=n);return r};function $e(e,...n){let r,o,i,m=l;function l(p){const g=n.reduce((h,M)=>M(h),e());return r=Fe(g),o=r.cache.get,i=r.cache.set,m=u,u(p)}function u(p){const g=o(p);if(g)return g;const h=Be(p,r);return i(p,h),h}return function(){return m(We.apply(null,arguments))}}const f=e=>{const n=r=>r[e]||[];return n.isThemeGetter=!0,n},ve=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,ze=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Ue=/^\d+\/\d+$/,qe=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,He=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Je=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Xe=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,De=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,L=e=>Ue.test(e),d=e=>!!e&&!Number.isNaN(Number(e)),S=e=>!!e&&Number.isInteger(Number(e)),ee=e=>e.endsWith("%")&&d(e.slice(0,-1)),C=e=>qe.test(e),Ke=()=>!0,Qe=e=>He.test(e)&&!Je.test(e),Ce=()=>!1,Ye=e=>Xe.test(e),Ze=e=>De.test(e),eo=e=>!t(e)&&!s(e),oo=e=>V(e,Ae,Ce),t=e=>ve.test(e),R=e=>V(e,Ie,Qe),oe=e=>V(e,ao,d),ge=e=>V(e,Me,Ce),ro=e=>V(e,Se,Ze),D=e=>V(e,Pe,Ye),s=e=>ze.test(e),W=e=>j(e,Ie),to=e=>j(e,io),he=e=>j(e,Me),so=e=>j(e,Ae),no=e=>j(e,Se),K=e=>j(e,Pe,!0),V=(e,n,r)=>{const o=ve.exec(e);return o?o[1]?n(o[1]):r(o[2]):!1},j=(e,n,r=!1)=>{const o=ze.exec(e);return o?o[1]?n(o[1]):r:!1},Me=e=>e==="position"||e==="percentage",Se=e=>e==="image"||e==="url",Ae=e=>e==="length"||e==="size"||e==="bg-size",Ie=e=>e==="length",ao=e=>e==="number",io=e=>e==="family-name",Pe=e=>e==="shadow",lo=()=>{const e=f("color"),n=f("font"),r=f("text"),o=f("font-weight"),i=f("tracking"),m=f("leading"),l=f("breakpoint"),u=f("container"),p=f("spacing"),g=f("radius"),h=f("shadow"),M=f("inset-shadow"),O=f("text-shadow"),F=f("drop-shadow"),k=f("blur"),y=f("perspective"),G=f("aspect"),A=f("ease"),$=f("animate"),_=()=>["auto","avoid","all","avoid-page","page","left","right","column"],T=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],E=()=>[...T(),s,t],I=()=>["auto","hidden","clip","visible","scroll"],B=()=>["auto","contain","none"],c=()=>[s,t,p],v=()=>[L,"full","auto",...c()],ae=()=>[S,"none","subgrid",s,t],ie=()=>["auto",{span:["full",S,s,t]},S,s,t],U=()=>[S,"auto",s,t],le=()=>["auto","min","max","fr",s,t],Q=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],N=()=>["start","end","center","stretch","center-safe","end-safe"],z=()=>["auto",...c()],P=()=>[L,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...c()],a=()=>[e,s,t],ce=()=>[...T(),he,ge,{position:[s,t]}],de=()=>["no-repeat",{repeat:["","x","y","space","round"]}],me=()=>["auto","cover","contain",so,oo,{size:[s,t]}],Y=()=>[ee,W,R],x=()=>["","none","full",g,s,t],w=()=>["",d,W,R],q=()=>["solid","dashed","dotted","double"],pe=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],b=()=>[d,ee,he,ge],ue=()=>["","none",k,s,t],H=()=>["none",d,s,t],J=()=>["none",d,s,t],Z=()=>[d,s,t],X=()=>[L,"full",...c()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[C],breakpoint:[C],color:[Ke],container:[C],"drop-shadow":[C],ease:["in","out","in-out"],font:[eo],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[C],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[C],shadow:[C],spacing:["px",d],text:[C],"text-shadow":[C],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",L,t,s,G]}],container:["container"],columns:[{columns:[d,t,s,u]}],"break-after":[{"break-after":_()}],"break-before":[{"break-before":_()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:E()}],overflow:[{overflow:I()}],"overflow-x":[{"overflow-x":I()}],"overflow-y":[{"overflow-y":I()}],overscroll:[{overscroll:B()}],"overscroll-x":[{"overscroll-x":B()}],"overscroll-y":[{"overscroll-y":B()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:v()}],"inset-x":[{"inset-x":v()}],"inset-y":[{"inset-y":v()}],start:[{start:v()}],end:[{end:v()}],top:[{top:v()}],right:[{right:v()}],bottom:[{bottom:v()}],left:[{left:v()}],visibility:["visible","invisible","collapse"],z:[{z:[S,"auto",s,t]}],basis:[{basis:[L,"full","auto",u,...c()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[d,L,"auto","initial","none",t]}],grow:[{grow:["",d,s,t]}],shrink:[{shrink:["",d,s,t]}],order:[{order:[S,"first","last","none",s,t]}],"grid-cols":[{"grid-cols":ae()}],"col-start-end":[{col:ie()}],"col-start":[{"col-start":U()}],"col-end":[{"col-end":U()}],"grid-rows":[{"grid-rows":ae()}],"row-start-end":[{row:ie()}],"row-start":[{"row-start":U()}],"row-end":[{"row-end":U()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":le()}],"auto-rows":[{"auto-rows":le()}],gap:[{gap:c()}],"gap-x":[{"gap-x":c()}],"gap-y":[{"gap-y":c()}],"justify-content":[{justify:[...Q(),"normal"]}],"justify-items":[{"justify-items":[...N(),"normal"]}],"justify-self":[{"justify-self":["auto",...N()]}],"align-content":[{content:["normal",...Q()]}],"align-items":[{items:[...N(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...N(),{baseline:["","last"]}]}],"place-content":[{"place-content":Q()}],"place-items":[{"place-items":[...N(),"baseline"]}],"place-self":[{"place-self":["auto",...N()]}],p:[{p:c()}],px:[{px:c()}],py:[{py:c()}],ps:[{ps:c()}],pe:[{pe:c()}],pt:[{pt:c()}],pr:[{pr:c()}],pb:[{pb:c()}],pl:[{pl:c()}],m:[{m:z()}],mx:[{mx:z()}],my:[{my:z()}],ms:[{ms:z()}],me:[{me:z()}],mt:[{mt:z()}],mr:[{mr:z()}],mb:[{mb:z()}],ml:[{ml:z()}],"space-x":[{"space-x":c()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":c()}],"space-y-reverse":["space-y-reverse"],size:[{size:P()}],w:[{w:[u,"screen",...P()]}],"min-w":[{"min-w":[u,"screen","none",...P()]}],"max-w":[{"max-w":[u,"screen","none","prose",{screen:[l]},...P()]}],h:[{h:["screen","lh",...P()]}],"min-h":[{"min-h":["screen","lh","none",...P()]}],"max-h":[{"max-h":["screen","lh",...P()]}],"font-size":[{text:["base",r,W,R]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,s,oe]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",ee,t]}],"font-family":[{font:[to,t,n]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[i,s,t]}],"line-clamp":[{"line-clamp":[d,"none",s,oe]}],leading:[{leading:[m,...c()]}],"list-image":[{"list-image":["none",s,t]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",s,t]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:a()}],"text-color":[{text:a()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...q(),"wavy"]}],"text-decoration-thickness":[{decoration:[d,"from-font","auto",s,R]}],"text-decoration-color":[{decoration:a()}],"underline-offset":[{"underline-offset":[d,"auto",s,t]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:c()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",s,t]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",s,t]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:ce()}],"bg-repeat":[{bg:de()}],"bg-size":[{bg:me()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},S,s,t],radial:["",s,t],conic:[S,s,t]},no,ro]}],"bg-color":[{bg:a()}],"gradient-from-pos":[{from:Y()}],"gradient-via-pos":[{via:Y()}],"gradient-to-pos":[{to:Y()}],"gradient-from":[{from:a()}],"gradient-via":[{via:a()}],"gradient-to":[{to:a()}],rounded:[{rounded:x()}],"rounded-s":[{"rounded-s":x()}],"rounded-e":[{"rounded-e":x()}],"rounded-t":[{"rounded-t":x()}],"rounded-r":[{"rounded-r":x()}],"rounded-b":[{"rounded-b":x()}],"rounded-l":[{"rounded-l":x()}],"rounded-ss":[{"rounded-ss":x()}],"rounded-se":[{"rounded-se":x()}],"rounded-ee":[{"rounded-ee":x()}],"rounded-es":[{"rounded-es":x()}],"rounded-tl":[{"rounded-tl":x()}],"rounded-tr":[{"rounded-tr":x()}],"rounded-br":[{"rounded-br":x()}],"rounded-bl":[{"rounded-bl":x()}],"border-w":[{border:w()}],"border-w-x":[{"border-x":w()}],"border-w-y":[{"border-y":w()}],"border-w-s":[{"border-s":w()}],"border-w-e":[{"border-e":w()}],"border-w-t":[{"border-t":w()}],"border-w-r":[{"border-r":w()}],"border-w-b":[{"border-b":w()}],"border-w-l":[{"border-l":w()}],"divide-x":[{"divide-x":w()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":w()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...q(),"hidden","none"]}],"divide-style":[{divide:[...q(),"hidden","none"]}],"border-color":[{border:a()}],"border-color-x":[{"border-x":a()}],"border-color-y":[{"border-y":a()}],"border-color-s":[{"border-s":a()}],"border-color-e":[{"border-e":a()}],"border-color-t":[{"border-t":a()}],"border-color-r":[{"border-r":a()}],"border-color-b":[{"border-b":a()}],"border-color-l":[{"border-l":a()}],"divide-color":[{divide:a()}],"outline-style":[{outline:[...q(),"none","hidden"]}],"outline-offset":[{"outline-offset":[d,s,t]}],"outline-w":[{outline:["",d,W,R]}],"outline-color":[{outline:a()}],shadow:[{shadow:["","none",h,K,D]}],"shadow-color":[{shadow:a()}],"inset-shadow":[{"inset-shadow":["none",M,K,D]}],"inset-shadow-color":[{"inset-shadow":a()}],"ring-w":[{ring:w()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:a()}],"ring-offset-w":[{"ring-offset":[d,R]}],"ring-offset-color":[{"ring-offset":a()}],"inset-ring-w":[{"inset-ring":w()}],"inset-ring-color":[{"inset-ring":a()}],"text-shadow":[{"text-shadow":["none",O,K,D]}],"text-shadow-color":[{"text-shadow":a()}],opacity:[{opacity:[d,s,t]}],"mix-blend":[{"mix-blend":[...pe(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":pe()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[d]}],"mask-image-linear-from-pos":[{"mask-linear-from":b()}],"mask-image-linear-to-pos":[{"mask-linear-to":b()}],"mask-image-linear-from-color":[{"mask-linear-from":a()}],"mask-image-linear-to-color":[{"mask-linear-to":a()}],"mask-image-t-from-pos":[{"mask-t-from":b()}],"mask-image-t-to-pos":[{"mask-t-to":b()}],"mask-image-t-from-color":[{"mask-t-from":a()}],"mask-image-t-to-color":[{"mask-t-to":a()}],"mask-image-r-from-pos":[{"mask-r-from":b()}],"mask-image-r-to-pos":[{"mask-r-to":b()}],"mask-image-r-from-color":[{"mask-r-from":a()}],"mask-image-r-to-color":[{"mask-r-to":a()}],"mask-image-b-from-pos":[{"mask-b-from":b()}],"mask-image-b-to-pos":[{"mask-b-to":b()}],"mask-image-b-from-color":[{"mask-b-from":a()}],"mask-image-b-to-color":[{"mask-b-to":a()}],"mask-image-l-from-pos":[{"mask-l-from":b()}],"mask-image-l-to-pos":[{"mask-l-to":b()}],"mask-image-l-from-color":[{"mask-l-from":a()}],"mask-image-l-to-color":[{"mask-l-to":a()}],"mask-image-x-from-pos":[{"mask-x-from":b()}],"mask-image-x-to-pos":[{"mask-x-to":b()}],"mask-image-x-from-color":[{"mask-x-from":a()}],"mask-image-x-to-color":[{"mask-x-to":a()}],"mask-image-y-from-pos":[{"mask-y-from":b()}],"mask-image-y-to-pos":[{"mask-y-to":b()}],"mask-image-y-from-color":[{"mask-y-from":a()}],"mask-image-y-to-color":[{"mask-y-to":a()}],"mask-image-radial":[{"mask-radial":[s,t]}],"mask-image-radial-from-pos":[{"mask-radial-from":b()}],"mask-image-radial-to-pos":[{"mask-radial-to":b()}],"mask-image-radial-from-color":[{"mask-radial-from":a()}],"mask-image-radial-to-color":[{"mask-radial-to":a()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":T()}],"mask-image-conic-pos":[{"mask-conic":[d]}],"mask-image-conic-from-pos":[{"mask-conic-from":b()}],"mask-image-conic-to-pos":[{"mask-conic-to":b()}],"mask-image-conic-from-color":[{"mask-conic-from":a()}],"mask-image-conic-to-color":[{"mask-conic-to":a()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:ce()}],"mask-repeat":[{mask:de()}],"mask-size":[{mask:me()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",s,t]}],filter:[{filter:["","none",s,t]}],blur:[{blur:ue()}],brightness:[{brightness:[d,s,t]}],contrast:[{contrast:[d,s,t]}],"drop-shadow":[{"drop-shadow":["","none",F,K,D]}],"drop-shadow-color":[{"drop-shadow":a()}],grayscale:[{grayscale:["",d,s,t]}],"hue-rotate":[{"hue-rotate":[d,s,t]}],invert:[{invert:["",d,s,t]}],saturate:[{saturate:[d,s,t]}],sepia:[{sepia:["",d,s,t]}],"backdrop-filter":[{"backdrop-filter":["","none",s,t]}],"backdrop-blur":[{"backdrop-blur":ue()}],"backdrop-brightness":[{"backdrop-brightness":[d,s,t]}],"backdrop-contrast":[{"backdrop-contrast":[d,s,t]}],"backdrop-grayscale":[{"backdrop-grayscale":["",d,s,t]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[d,s,t]}],"backdrop-invert":[{"backdrop-invert":["",d,s,t]}],"backdrop-opacity":[{"backdrop-opacity":[d,s,t]}],"backdrop-saturate":[{"backdrop-saturate":[d,s,t]}],"backdrop-sepia":[{"backdrop-sepia":["",d,s,t]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":c()}],"border-spacing-x":[{"border-spacing-x":c()}],"border-spacing-y":[{"border-spacing-y":c()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",s,t]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[d,"initial",s,t]}],ease:[{ease:["linear","initial",A,s,t]}],delay:[{delay:[d,s,t]}],animate:[{animate:["none",$,s,t]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[y,s,t]}],"perspective-origin":[{"perspective-origin":E()}],rotate:[{rotate:H()}],"rotate-x":[{"rotate-x":H()}],"rotate-y":[{"rotate-y":H()}],"rotate-z":[{"rotate-z":H()}],scale:[{scale:J()}],"scale-x":[{"scale-x":J()}],"scale-y":[{"scale-y":J()}],"scale-z":[{"scale-z":J()}],"scale-3d":["scale-3d"],skew:[{skew:Z()}],"skew-x":[{"skew-x":Z()}],"skew-y":[{"skew-y":Z()}],transform:[{transform:[s,t,"","none","gpu","cpu"]}],"transform-origin":[{origin:E()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:X()}],"translate-x":[{"translate-x":X()}],"translate-y":[{"translate-y":X()}],"translate-z":[{"translate-z":X()}],"translate-none":["translate-none"],accent:[{accent:a()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:a()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",s,t]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":c()}],"scroll-mx":[{"scroll-mx":c()}],"scroll-my":[{"scroll-my":c()}],"scroll-ms":[{"scroll-ms":c()}],"scroll-me":[{"scroll-me":c()}],"scroll-mt":[{"scroll-mt":c()}],"scroll-mr":[{"scroll-mr":c()}],"scroll-mb":[{"scroll-mb":c()}],"scroll-ml":[{"scroll-ml":c()}],"scroll-p":[{"scroll-p":c()}],"scroll-px":[{"scroll-px":c()}],"scroll-py":[{"scroll-py":c()}],"scroll-ps":[{"scroll-ps":c()}],"scroll-pe":[{"scroll-pe":c()}],"scroll-pt":[{"scroll-pt":c()}],"scroll-pr":[{"scroll-pr":c()}],"scroll-pb":[{"scroll-pb":c()}],"scroll-pl":[{"scroll-pl":c()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",s,t]}],fill:[{fill:["none",...a()]}],"stroke-w":[{stroke:[d,W,R,oe]}],stroke:[{stroke:["none",...a()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},co=$e(lo);function mo(...e){return co(we(e))}exports.clsx=we;exports.cn=mo;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";const e=require("./createLucideIcon-CAtnV-yz.cjs");/**
|
|
2
|
+
* @license lucide-react v0.546.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/const c=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],t=e.createLucideIcon("x",c);exports.X=t;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { c as o } from "./createLucideIcon-B_8CJpcQ.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v0.546.0 - ISC
|
|
4
|
+
*
|
|
5
|
+
* This source code is licensed under the ISC license.
|
|
6
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
+
*/
|
|
8
|
+
const c = [
|
|
9
|
+
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
10
|
+
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
11
|
+
], t = o("x", c);
|
|
12
|
+
export {
|
|
13
|
+
t as X
|
|
14
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@adamosuiteservices/ui",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
"./styles.css": "./dist/styles.css",
|
|
11
|
+
"./custom-layered-styles.css": "./dist/custom-layered-styles.css",
|
|
12
|
+
"./colors.css": "./dist/colors.css",
|
|
13
|
+
"./fonts.css": "./dist/fonts.css",
|
|
14
|
+
"./radius.css": "./dist/radius.css",
|
|
15
|
+
"./space.css": "./dist/space.css",
|
|
16
|
+
"./themes.css": "./dist/themes.css",
|
|
17
|
+
"./tailwind-theme.css": "./dist/tailwind-theme.css",
|
|
18
|
+
"./tailwind-fonts.css": "./dist/tailwind-fonts.css",
|
|
19
|
+
"./tailwind-animations.css": "./dist/tailwind-colors.css",
|
|
20
|
+
"./tailwind-colors.css": "./dist/tailwind-colors.css",
|
|
21
|
+
"./tailwind-spacing.css": "./dist/tailwind-spacing.css",
|
|
22
|
+
"./tailwind-radius.css": "./dist/tailwind-radius.css",
|
|
23
|
+
"./use-portal-container": {
|
|
24
|
+
"types": "./dist/hooks/use-portal-container.d.ts",
|
|
25
|
+
"import": "./dist/use-portal-container.js"
|
|
26
|
+
},
|
|
27
|
+
"./sidebar": {
|
|
28
|
+
"types": "./dist/components/layout/sidebar/sidebar.d.ts",
|
|
29
|
+
"import": "./dist/sidebar.js"
|
|
30
|
+
},
|
|
31
|
+
"./toaster": {
|
|
32
|
+
"types": "./dist/components/layout/toaster/toaster.d.ts",
|
|
33
|
+
"import": "./dist/toaster.js"
|
|
34
|
+
},
|
|
35
|
+
"./accordion": {
|
|
36
|
+
"types": "./dist/components/ui/accordion/accordion.d.ts",
|
|
37
|
+
"import": "./dist/accordion.js"
|
|
38
|
+
},
|
|
39
|
+
"./accordion-rounded": {
|
|
40
|
+
"types": "./dist/components/ui/accordion-rounded/accordion-rounded.d.ts",
|
|
41
|
+
"import": "./dist/accordion-rounded.js"
|
|
42
|
+
},
|
|
43
|
+
"./alert": {
|
|
44
|
+
"types": "./dist/components/ui/alert/alert.d.ts",
|
|
45
|
+
"import": "./dist/alert.js"
|
|
46
|
+
},
|
|
47
|
+
"./avatar": {
|
|
48
|
+
"types": "./dist/components/ui/avatar/avatar.d.ts",
|
|
49
|
+
"import": "./dist/avatar.js"
|
|
50
|
+
},
|
|
51
|
+
"./badge": {
|
|
52
|
+
"types": "./dist/components/ui/badge/badge.d.ts",
|
|
53
|
+
"import": "./dist/badge.js"
|
|
54
|
+
},
|
|
55
|
+
"./button": {
|
|
56
|
+
"types": "./dist/components/ui/button/button.d.ts",
|
|
57
|
+
"import": "./dist/button.js"
|
|
58
|
+
},
|
|
59
|
+
"./button-group": {
|
|
60
|
+
"types": "./dist/components/ui/button-group/button-group.d.ts",
|
|
61
|
+
"import": "./dist/button-group.js"
|
|
62
|
+
},
|
|
63
|
+
"./calendar": {
|
|
64
|
+
"types": "./dist/components/ui/calendar/calendar.d.ts",
|
|
65
|
+
"import": "./dist/calendar.js"
|
|
66
|
+
},
|
|
67
|
+
"./card": {
|
|
68
|
+
"types": "./dist/components/ui/card/card.d.ts",
|
|
69
|
+
"import": "./dist/card.js"
|
|
70
|
+
},
|
|
71
|
+
"./checkbox": {
|
|
72
|
+
"types": "./dist/components/ui/checkbox/checkbox.d.ts",
|
|
73
|
+
"import": "./dist/checkbox.js"
|
|
74
|
+
},
|
|
75
|
+
"./collapsible": {
|
|
76
|
+
"types": "./dist/components/ui/collapsible/collapsible.d.ts",
|
|
77
|
+
"import": "./dist/collapsible.js"
|
|
78
|
+
},
|
|
79
|
+
"./combobox": {
|
|
80
|
+
"types": "./dist/components/ui/combobox/combobox.d.ts",
|
|
81
|
+
"import": "./dist/combobox.js"
|
|
82
|
+
},
|
|
83
|
+
"./context-menu": {
|
|
84
|
+
"types": "./dist/components/ui/context-menu/context-menu.d.ts",
|
|
85
|
+
"import": "./dist/context-menu.js"
|
|
86
|
+
},
|
|
87
|
+
"./dialog": {
|
|
88
|
+
"types": "./dist/components/ui/dialog/dialog.d.ts",
|
|
89
|
+
"import": "./dist/dialog.js"
|
|
90
|
+
},
|
|
91
|
+
"./dropdown-menu": {
|
|
92
|
+
"types": "./dist/components/ui/dropdown-menu/dropdown-menu.d.ts",
|
|
93
|
+
"import": "./dist/dropdown-menu.js"
|
|
94
|
+
},
|
|
95
|
+
"./field": {
|
|
96
|
+
"types": "./dist/components/ui/field/field.d.ts",
|
|
97
|
+
"import": "./dist/field.js"
|
|
98
|
+
},
|
|
99
|
+
"./hover-card": {
|
|
100
|
+
"types": "./dist/components/ui/hover-card/hover-card.d.ts",
|
|
101
|
+
"import": "./dist/hover-card.js"
|
|
102
|
+
},
|
|
103
|
+
"./input": {
|
|
104
|
+
"types": "./dist/components/ui/input/input.d.ts",
|
|
105
|
+
"import": "./dist/input.js"
|
|
106
|
+
},
|
|
107
|
+
"./input-group": {
|
|
108
|
+
"types": "./dist/components/ui/input-group/input-group.d.ts",
|
|
109
|
+
"import": "./dist/input-group.js"
|
|
110
|
+
},
|
|
111
|
+
"./kbd": {
|
|
112
|
+
"types": "./dist/components/ui/kbd/kbd.d.ts",
|
|
113
|
+
"import": "./dist/kbd.js"
|
|
114
|
+
},
|
|
115
|
+
"./label": {
|
|
116
|
+
"types": "./dist/components/ui/label/label.d.ts",
|
|
117
|
+
"import": "./dist/label.js"
|
|
118
|
+
},
|
|
119
|
+
"./pagination": {
|
|
120
|
+
"types": "./dist/components/ui/pagination/pagination.d.ts",
|
|
121
|
+
"import": "./dist/pagination.js"
|
|
122
|
+
},
|
|
123
|
+
"./popover": {
|
|
124
|
+
"types": "./dist/components/ui/popover/popover.d.ts",
|
|
125
|
+
"import": "./dist/popover.js"
|
|
126
|
+
},
|
|
127
|
+
"./progress": {
|
|
128
|
+
"types": "./dist/components/ui/progress/progress.d.ts",
|
|
129
|
+
"import": "./dist/progress.js"
|
|
130
|
+
},
|
|
131
|
+
"./radio-group": {
|
|
132
|
+
"types": "./dist/components/ui/radio-group/radio-group.d.ts",
|
|
133
|
+
"import": "./dist/radio-group.js"
|
|
134
|
+
},
|
|
135
|
+
"./select": {
|
|
136
|
+
"types": "./dist/components/ui/select/select.d.ts",
|
|
137
|
+
"import": "./dist/select.js"
|
|
138
|
+
},
|
|
139
|
+
"./separator": {
|
|
140
|
+
"types": "./dist/components/ui/separator/separator.d.ts",
|
|
141
|
+
"import": "./dist/separator.js"
|
|
142
|
+
},
|
|
143
|
+
"./sheet": {
|
|
144
|
+
"types": "./dist/components/ui/sheet/sheet.d.ts",
|
|
145
|
+
"import": "./dist/sheet.js"
|
|
146
|
+
},
|
|
147
|
+
"./skeleton": {
|
|
148
|
+
"types": "./dist/components/ui/skeleton/skeleton.d.ts",
|
|
149
|
+
"import": "./dist/skeleton.js"
|
|
150
|
+
},
|
|
151
|
+
"./slider": {
|
|
152
|
+
"types": "./dist/components/ui/slider/slider.d.ts",
|
|
153
|
+
"import": "./dist/slider.js"
|
|
154
|
+
},
|
|
155
|
+
"./spinner": {
|
|
156
|
+
"types": "./dist/components/ui/spinner/spinner.d.ts",
|
|
157
|
+
"import": "./dist/spinner.js"
|
|
158
|
+
},
|
|
159
|
+
"./switch": {
|
|
160
|
+
"types": "./dist/components/ui/switch/switch.d.ts",
|
|
161
|
+
"import": "./dist/switch.js"
|
|
162
|
+
},
|
|
163
|
+
"./table": {
|
|
164
|
+
"types": "./dist/components/ui/table/table.d.ts",
|
|
165
|
+
"import": "./dist/table.js"
|
|
166
|
+
},
|
|
167
|
+
"./tabs": {
|
|
168
|
+
"types": "./dist/components/ui/tabs/tabs.d.ts",
|
|
169
|
+
"import": "./dist/tabs.js"
|
|
170
|
+
},
|
|
171
|
+
"./tabs-underline": {
|
|
172
|
+
"types": "./dist/components/ui/tabs-underline/tabs-underline.d.ts",
|
|
173
|
+
"import": "./dist/tabs-underline.js"
|
|
174
|
+
},
|
|
175
|
+
"./textarea": {
|
|
176
|
+
"types": "./dist/components/ui/textarea/textarea.d.ts",
|
|
177
|
+
"import": "./dist/textarea.js"
|
|
178
|
+
},
|
|
179
|
+
"./toggle": {
|
|
180
|
+
"types": "./dist/components/ui/toggle/toggle.d.ts",
|
|
181
|
+
"import": "./dist/toggle.js"
|
|
182
|
+
},
|
|
183
|
+
"./tooltip": {
|
|
184
|
+
"types": "./dist/components/ui/tooltip/tooltip.d.ts",
|
|
185
|
+
"import": "./dist/tooltip.js"
|
|
186
|
+
},
|
|
187
|
+
"./typography": {
|
|
188
|
+
"types": "./dist/components/ui/typography/typography.d.ts",
|
|
189
|
+
"import": "./dist/typography.js"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"files": [
|
|
193
|
+
"dist"
|
|
194
|
+
],
|
|
195
|
+
"scripts": {
|
|
196
|
+
"dev": "cross-env vite",
|
|
197
|
+
"build": "cross-env BUILD_LIB=true vite build && npm run build:types",
|
|
198
|
+
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist",
|
|
199
|
+
"lint": "eslint .",
|
|
200
|
+
"lint:fix": "eslint . --fix",
|
|
201
|
+
"preview": "vite preview",
|
|
202
|
+
"storybook": "storybook dev -p 6006",
|
|
203
|
+
"build-storybook": "storybook build",
|
|
204
|
+
"prepare": "husky"
|
|
205
|
+
},
|
|
206
|
+
"lint-staged": {
|
|
207
|
+
"*.{ts,tsx}": [
|
|
208
|
+
"eslint --fix"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
"peerDependencies": {
|
|
212
|
+
"date-fns": "^4.1.0",
|
|
213
|
+
"react": "^19.1.1",
|
|
214
|
+
"react-day-picker": "^9.11.1",
|
|
215
|
+
"react-dom": "^19.1.1",
|
|
216
|
+
"cmdk": "^1.1.1"
|
|
217
|
+
},
|
|
218
|
+
"dependencies": {
|
|
219
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
220
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
221
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
222
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
223
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
224
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
225
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
226
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
227
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
228
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
229
|
+
"@radix-ui/react-portal": "^1.1.9",
|
|
230
|
+
"@radix-ui/react-progress": "^1.1.7",
|
|
231
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
232
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
233
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
234
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
235
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
236
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
237
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
238
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
239
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
240
|
+
"@radix-ui/react-visually-hidden": "^1.2.3",
|
|
241
|
+
"@tailwindcss/vite": "^4.1.15",
|
|
242
|
+
"@uidotdev/usehooks": "^2.4.1",
|
|
243
|
+
"class-variance-authority": "^0.7.1",
|
|
244
|
+
"clsx": "^2.1.1",
|
|
245
|
+
"lucide-react": "^0.546.0",
|
|
246
|
+
"tailwind-merge": "^3.3.1",
|
|
247
|
+
"tailwindcss": "^4.1.15"
|
|
248
|
+
},
|
|
249
|
+
"devDependencies": {
|
|
250
|
+
"@eslint/js": "^9.36.0",
|
|
251
|
+
"@storybook/addon-docs": "^10.0.0",
|
|
252
|
+
"@storybook/addon-onboarding": "^10.0.0",
|
|
253
|
+
"@storybook/react-vite": "^10.0.0",
|
|
254
|
+
"@stylistic/eslint-plugin": "^5.5.0",
|
|
255
|
+
"@types/node": "^24.8.1",
|
|
256
|
+
"@types/react": "^19.1.16",
|
|
257
|
+
"@types/react-dom": "^19.1.9",
|
|
258
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
259
|
+
"babel-plugin-react-compiler": "^19.1.0-rc.3",
|
|
260
|
+
"cross-env": "^10.1.0",
|
|
261
|
+
"eslint": "^9.36.0",
|
|
262
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
263
|
+
"eslint-plugin-react-refresh": "^0.4.22",
|
|
264
|
+
"eslint-plugin-storybook": "^10.0.0",
|
|
265
|
+
"globals": "^16.4.0",
|
|
266
|
+
"husky": "^9.1.7",
|
|
267
|
+
"lint-staged": "^16.2.6",
|
|
268
|
+
"storybook": "^10.0.0",
|
|
269
|
+
"tw-animate-css": "^1.4.0",
|
|
270
|
+
"typescript": "~5.9.3",
|
|
271
|
+
"typescript-eslint": "^8.45.0",
|
|
272
|
+
"vite": "^7.1.7",
|
|
273
|
+
"vite-plugin-dts": "^4.5.4"
|
|
274
|
+
}
|
|
275
|
+
}
|