@codefast/ui 0.3.8 → 0.3.9-canary.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/CHANGELOG.md +17 -0
- package/README.md +0 -2
- package/dist/components/alert-dialog.cjs +1 -1
- package/dist/components/alert-dialog.js +1 -1
- package/dist/components/button.cjs +1 -1
- package/dist/components/button.d.ts +6 -9
- package/dist/components/button.js +1 -1
- package/dist/components/carousel.cjs +1 -1
- package/dist/components/carousel.js +1 -1
- package/dist/components/dialog.cjs +1 -1
- package/dist/components/dialog.js +1 -1
- package/dist/components/drawer.cjs +1 -1
- package/dist/components/drawer.js +1 -1
- package/dist/components/input-password.cjs +1 -1
- package/dist/components/input-password.js +1 -1
- package/dist/components/input-search.cjs +1 -1
- package/dist/components/input-search.js +1 -1
- package/dist/components/kbd.cjs +1 -2
- package/dist/components/kbd.d.ts +6 -6
- package/dist/components/kbd.js +1 -2
- package/dist/components/sheet.cjs +1 -1
- package/dist/components/sheet.js +1 -1
- package/dist/css/amber.css +1 -0
- package/dist/css/blue.css +1 -0
- package/dist/css/cyan.css +1 -0
- package/dist/css/emerald.css +1 -0
- package/dist/css/fuchsia.css +1 -0
- package/dist/css/gray.css +1 -0
- package/dist/css/green.css +1 -0
- package/dist/css/indigo.css +1 -0
- package/dist/css/lime.css +1 -0
- package/dist/css/neutral.css +1 -1
- package/dist/css/orange.css +1 -0
- package/dist/css/pink.css +1 -0
- package/dist/css/preset.css +1 -1
- package/dist/css/purple.css +1 -0
- package/dist/css/red.css +1 -0
- package/dist/css/rose.css +1 -0
- package/dist/css/sky.css +1 -0
- package/dist/css/slate.css +1 -0
- package/dist/css/stone.css +1 -0
- package/dist/css/teal.css +1 -0
- package/dist/css/violet.css +1 -0
- package/dist/css/yellow.css +1 -0
- package/dist/css/zinc.css +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.9-canary.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`261c54b`](https://github.com/codefastlabs/codefast/commit/261c54be4eb37bd23868e058951b11c25f4e0072) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): add `KbdGroup` component and enhance `Kbd` functionality
|
|
8
|
+
|
|
9
|
+
- [`c8a296c`](https://github.com/codefastlabs/codefast/commit/c8a296c72a7d427ab0596e5ac124bbc4f6dedbaa) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): add oklch-based CSS files for color themes
|
|
10
|
+
|
|
11
|
+
- [`1751374`](https://github.com/codefastlabs/codefast/commit/175137498b3a5144909a2f80e003d070ca5bf937) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): update Button component to support asChild prop and simplify props structure
|
|
12
|
+
|
|
13
|
+
- [`4de46d0`](https://github.com/codefastlabs/codefast/commit/4de46d090cce30b3f65ed6203e566378c08d253c) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): replace `bg-popover-overlay` with `bg-black/50` and remove unused CSS variables
|
|
14
|
+
|
|
15
|
+
- [`bc4be51`](https://github.com/codefastlabs/codefast/commit/bc4be514f3df7de51ea49c5bd08a8b5bb92b0049) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): replace CSS custom properties with oklch color values in neutral.css
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`1751374`](https://github.com/codefastlabs/codefast/commit/175137498b3a5144909a2f80e003d070ca5bf937)]:
|
|
18
|
+
- @codefast/tailwind-variants@0.3.9-canary.0
|
|
19
|
+
|
|
3
20
|
## 0.3.8
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,t)=>{for(var a in t)__webpack_require__.o(t,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{AlertDialogCancel:()=>AlertDialogCancel,AlertDialogBody:()=>AlertDialogBody,AlertDialogContent:()=>AlertDialogContent,AlertDialogHeader:()=>AlertDialogHeader,AlertDialogFooter:()=>AlertDialogFooter,AlertDialogTrigger:()=>AlertDialogTrigger,AlertDialogDescription:()=>AlertDialogDescription,AlertDialogTitle:()=>AlertDialogTitle,AlertDialog:()=>AlertDialog,AlertDialogAction:()=>AlertDialogAction});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_alert_dialog_namespaceObject=require("@radix-ui/react-alert-dialog");function AlertDialog({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Root,{"data-slot":"alert-dialog",...e})}function AlertDialogTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Trigger,{"data-slot":"alert-dialog-trigger",...e})}function AlertDialogContent({children:e,className:t,classNames:a,...r}){return(0,jsx_runtime_namespaceObject.jsxs)(react_alert_dialog_namespaceObject.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("
|
|
2
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,t)=>{for(var a in t)__webpack_require__.o(t,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{AlertDialogCancel:()=>AlertDialogCancel,AlertDialogBody:()=>AlertDialogBody,AlertDialogContent:()=>AlertDialogContent,AlertDialogHeader:()=>AlertDialogHeader,AlertDialogFooter:()=>AlertDialogFooter,AlertDialogTrigger:()=>AlertDialogTrigger,AlertDialogDescription:()=>AlertDialogDescription,AlertDialogTitle:()=>AlertDialogTitle,AlertDialog:()=>AlertDialog,AlertDialogAction:()=>AlertDialogAction});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_alert_dialog_namespaceObject=require("@radix-ui/react-alert-dialog");function AlertDialog({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Root,{"data-slot":"alert-dialog",...e})}function AlertDialogTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Trigger,{"data-slot":"alert-dialog-trigger",...e})}function AlertDialogContent({children:e,className:t,classNames:a,...r}){return(0,jsx_runtime_namespaceObject.jsxs)(react_alert_dialog_namespaceObject.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("data-[state=open]:fade-in-0 data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=closed]:animate-out ease-ui fixed inset-0 z-50 bg-black/50",a?.overlay),"data-slot":"alert-dialog-overlay"}),(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Content,{className:(0,tailwind_variants_namespaceObject.cn)("data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 ease-ui fixed inset-0 z-50 grid grid-rows-[1fr_auto_1fr] justify-items-center overflow-auto p-8 sm:grid-rows-[1fr_auto_3fr] sm:p-4",a?.wrapper),"data-slot":"alert-dialog-content-wrapper",...r,children:(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("bg-popover text-popover-foreground relative row-start-2 flex w-full max-w-lg flex-col rounded-2xl border shadow-lg",a?.content,t),"data-slot":"alert-dialog-content",children:e})})]})}function AlertDialogHeader({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("flex shrink-0 flex-col gap-1.5 px-6 pt-6 pb-4 text-center sm:text-left",e),"data-slot":"alert-dialog-header",...t})}function AlertDialogBody({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)("main",{className:(0,tailwind_variants_namespaceObject.cn)("overflow-auto px-6 py-2",e),"data-slot":"alert-dialog-body",...t})}function AlertDialogFooter({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("flex shrink-0 flex-col-reverse gap-2 px-6 pt-4 pb-6 sm:flex-row sm:justify-end",e),"data-slot":"alert-dialog-footer",...t})}function AlertDialogTitle({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Title,{className:(0,tailwind_variants_namespaceObject.cn)("text-lg leading-none font-semibold tracking-tight",e),"data-slot":"alert-dialog-title",...t})}function AlertDialogDescription({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Description,{className:(0,tailwind_variants_namespaceObject.cn)("text-muted-foreground text-sm",e),"data-slot":"alert-dialog-description",...t})}function AlertDialogAction({className:e,size:t,variant:a,...r}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Action,{className:(0,external_button_cjs_namespaceObject.buttonVariants)({className:e,size:t,variant:a}),"data-slot":"alert-dialog-action",...r})}function AlertDialogCancel({className:e,size:t,variant:a="outline",...r}){return(0,jsx_runtime_namespaceObject.jsx)(react_alert_dialog_namespaceObject.Cancel,{className:(0,external_button_cjs_namespaceObject.buttonVariants)({className:e,size:t,variant:a}),"data-slot":"alert-dialog-cancel",...r})}for(var __webpack_i__ in exports.AlertDialog=__webpack_exports__.AlertDialog,exports.AlertDialogAction=__webpack_exports__.AlertDialogAction,exports.AlertDialogBody=__webpack_exports__.AlertDialogBody,exports.AlertDialogCancel=__webpack_exports__.AlertDialogCancel,exports.AlertDialogContent=__webpack_exports__.AlertDialogContent,exports.AlertDialogDescription=__webpack_exports__.AlertDialogDescription,exports.AlertDialogFooter=__webpack_exports__.AlertDialogFooter,exports.AlertDialogHeader=__webpack_exports__.AlertDialogHeader,exports.AlertDialogTitle=__webpack_exports__.AlertDialogTitle,exports.AlertDialogTrigger=__webpack_exports__.AlertDialogTrigger,__webpack_exports__)-1===["AlertDialog","AlertDialogAction","AlertDialogBody","AlertDialogCancel","AlertDialogContent","AlertDialogDescription","AlertDialogFooter","AlertDialogHeader","AlertDialogTitle","AlertDialogTrigger"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{jsx as t,jsxs as a}from"react/jsx-runtime";import{buttonVariants as e}from"./button.js";import{cn as o}from"@codefast/tailwind-variants";import{Action as
|
|
2
|
+
import{jsx as t,jsxs as a}from"react/jsx-runtime";import{buttonVariants as e}from"./button.js";import{cn as o}from"@codefast/tailwind-variants";import{Action as l,Cancel as r,Content as i,Description as n,Overlay as s,Portal as d,Root as c,Title as f,Trigger as g}from"@radix-ui/react-alert-dialog";function u({...a}){return t(c,{"data-slot":"alert-dialog",...a})}function m({...a}){return t(g,{"data-slot":"alert-dialog-trigger",...a})}function p({children:e,className:l,classNames:r,...n}){return a(d,{children:[t(s,{className:o("data-[state=open]:fade-in-0 data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=closed]:animate-out ease-ui fixed inset-0 z-50 bg-black/50",r?.overlay),"data-slot":"alert-dialog-overlay"}),t(i,{className:o("data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 ease-ui fixed inset-0 z-50 grid grid-rows-[1fr_auto_1fr] justify-items-center overflow-auto p-8 sm:grid-rows-[1fr_auto_3fr] sm:p-4",r?.wrapper),"data-slot":"alert-dialog-content-wrapper",...n,children:t("div",{className:o("bg-popover text-popover-foreground relative row-start-2 flex w-full max-w-lg flex-col rounded-2xl border shadow-lg",r?.content,l),"data-slot":"alert-dialog-content",children:e})})]})}function x({className:a,...e}){return t("div",{className:o("flex shrink-0 flex-col gap-1.5 px-6 pt-6 pb-4 text-center sm:text-left",a),"data-slot":"alert-dialog-header",...e})}function v({className:a,...e}){return t("main",{className:o("overflow-auto px-6 py-2",a),"data-slot":"alert-dialog-body",...e})}function w({className:a,...e}){return t("div",{className:o("flex shrink-0 flex-col-reverse gap-2 px-6 pt-4 pb-6 sm:flex-row sm:justify-end",a),"data-slot":"alert-dialog-footer",...e})}function A({className:a,...e}){return t(f,{className:o("text-lg leading-none font-semibold tracking-tight",a),"data-slot":"alert-dialog-title",...e})}function D({className:a,...e}){return t(n,{className:o("text-muted-foreground text-sm",a),"data-slot":"alert-dialog-description",...e})}function N({className:a,size:o,variant:r,...i}){return t(l,{className:e({className:a,size:o,variant:r}),"data-slot":"alert-dialog-action",...i})}function b({className:a,size:o,variant:l="outline",...i}){return t(r,{className:e({className:a,size:o,variant:l}),"data-slot":"alert-dialog-cancel",...i})}export{u as AlertDialog,N as AlertDialogAction,v as AlertDialogBody,b as AlertDialogCancel,p as AlertDialogContent,D as AlertDialogDescription,w as AlertDialogFooter,x as AlertDialogHeader,A as AlertDialogTitle,m as AlertDialogTrigger};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,r)=>{for(var t in r)__webpack_require__.o(r,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},__webpack_require__.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{buttonVariants:()=>buttonVariants,Button:()=>Button});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,r)=>{for(var t in r)__webpack_require__.o(r,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},__webpack_require__.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{buttonVariants:()=>buttonVariants,Button:()=>Button});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_slot_namespaceObject=require("@radix-ui/react-slot"),buttonVariants=(0,tailwind_variants_namespaceObject.tv)({base:"focus-visible:ring-3 outline-hidden inline-flex shrink-0 select-none items-center justify-center gap-2 whitespace-nowrap rounded-lg text-sm font-medium transition disabled:opacity-50 [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0",defaultVariants:{size:"md",variant:"default"},variants:{size:{icon:"size-9",sm:"h-8 px-3 has-[>svg]:px-2.5",md:"h-9 px-4 has-[>svg]:px-3",lg:"h-10 px-6 has-[>svg]:px-4"},variant:{default:"bg-primary text-primary-foreground focus-visible:ring-primary/20 dark:focus-visible:ring-primary/40 hover:not-disabled:bg-primary/80",destructive:"bg-destructive dark:bg-destructive/60 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 hover:not-disabled:bg-destructive/90 text-white",ghost:"hover:not-disabled:bg-secondary hover:not-disabled:text-secondary-foreground focus-visible:ring-ring/50 dark:hover:not-disabled:bg-secondary/50",link:"text-primary hover:not-disabled:underline focus-visible:ring-ring/50 underline-offset-4",outline:"border-input shadow-xs hover:not-disabled:bg-secondary hover:not-disabled:text-secondary-foreground focus-visible:ring-ring/50 focus-visible:border-ring aria-invalid:border-destructive dark:aria-invalid:border-destructive/70 hover:not-disabled:aria-invalid:border-destructive/60 focus-within:aria-invalid:ring-destructive/20 dark:focus-within:aria-invalid:ring-destructive/40 dark:bg-input/30 dark:hover:not-disabled:bg-input/50 hover:not-disabled:border-ring/60 border",secondary:"bg-secondary text-secondary-foreground hover:not-disabled:bg-secondary/80 focus-visible:ring-ring/50"}}});function Button({asChild:e=!1,children:r,className:t,size:i,type:a="button",variant:n,...s}){let o=e?react_slot_namespaceObject.Slot:"button";return e?(0,jsx_runtime_namespaceObject.jsx)(o,{className:buttonVariants({className:t,size:i,variant:n}),"data-slot":"button","data-variant":n,...s,children:r}):(0,jsx_runtime_namespaceObject.jsx)("button",{className:buttonVariants({className:t,size:i,variant:n}),"data-slot":"button","data-variant":n,type:a,...s,children:r})}for(var __webpack_i__ in exports.Button=__webpack_exports__.Button,exports.buttonVariants=__webpack_exports__.buttonVariants,__webpack_exports__)-1===["Button","buttonVariants"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ComponentProps, JSX
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
2
|
import type { VariantProps } from "@codefast/tailwind-variants";
|
|
3
3
|
declare const buttonVariants: import("@codefast/tailwind-variants").VariantFunctionType<{
|
|
4
4
|
size: {
|
|
@@ -16,14 +16,11 @@ declare const buttonVariants: import("@codefast/tailwind-variants").VariantFunct
|
|
|
16
16
|
secondary: string;
|
|
17
17
|
};
|
|
18
18
|
}, Record<string, never>>;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
suffix?: ReactNode;
|
|
25
|
-
}
|
|
26
|
-
declare function Button({ children, className, disabled, loaderPosition, loading, prefix, size, spinner, suffix, variant, ...props }: ButtonProps): JSX.Element;
|
|
19
|
+
type ButtonProps = ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
20
|
+
asChild?: boolean;
|
|
21
|
+
type?: ComponentProps<"button">["type"];
|
|
22
|
+
};
|
|
23
|
+
declare function Button({ asChild, children, className, size, type, variant, ...props }: ButtonProps): JSX.Element;
|
|
27
24
|
export { buttonVariants };
|
|
28
25
|
export { Button };
|
|
29
26
|
export type { ButtonProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as i
|
|
1
|
+
import{jsx as i}from"react/jsx-runtime";import{tv as e}from"@codefast/tailwind-variants";import{Slot as r}from"@radix-ui/react-slot";let t=e({base:"focus-visible:ring-3 outline-hidden inline-flex shrink-0 select-none items-center justify-center gap-2 whitespace-nowrap rounded-lg text-sm font-medium transition disabled:opacity-50 [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0",defaultVariants:{size:"md",variant:"default"},variants:{size:{icon:"size-9",sm:"h-8 px-3 has-[>svg]:px-2.5",md:"h-9 px-4 has-[>svg]:px-3",lg:"h-10 px-6 has-[>svg]:px-4"},variant:{default:"bg-primary text-primary-foreground focus-visible:ring-primary/20 dark:focus-visible:ring-primary/40 hover:not-disabled:bg-primary/80",destructive:"bg-destructive dark:bg-destructive/60 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 hover:not-disabled:bg-destructive/90 text-white",ghost:"hover:not-disabled:bg-secondary hover:not-disabled:text-secondary-foreground focus-visible:ring-ring/50 dark:hover:not-disabled:bg-secondary/50",link:"text-primary hover:not-disabled:underline focus-visible:ring-ring/50 underline-offset-4",outline:"border-input shadow-xs hover:not-disabled:bg-secondary hover:not-disabled:text-secondary-foreground focus-visible:ring-ring/50 focus-visible:border-ring aria-invalid:border-destructive dark:aria-invalid:border-destructive/70 hover:not-disabled:aria-invalid:border-destructive/60 focus-within:aria-invalid:ring-destructive/20 dark:focus-within:aria-invalid:ring-destructive/40 dark:bg-input/30 dark:hover:not-disabled:bg-input/50 hover:not-disabled:border-ring/60 border",secondary:"bg-secondary text-secondary-foreground hover:not-disabled:bg-secondary/80 focus-visible:ring-ring/50"}}});function a({asChild:e=!1,children:a,className:n,size:s,type:d="button",variant:o,...l}){return e?i(e?r:"button",{className:t({className:n,size:s,variant:o}),"data-slot":"button","data-variant":o,...l,children:a}):i("button",{className:t({className:n,size:s,variant:o}),"data-slot":"button","data-variant":o,type:d,...l,children:a})}export{a as Button,t as buttonVariants};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(a,{a:a}),a},__webpack_require__.d=(e,a)=>{for(var t in a)__webpack_require__.o(a,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},__webpack_require__.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{CarouselPrevious:()=>CarouselPrevious,Carousel:()=>Carousel,createCarouselScope:()=>createCarouselScope,CarouselContent:()=>CarouselContent,CarouselItem:()=>CarouselItem,CarouselNext:()=>CarouselNext});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_embla_carousel_react_namespaceObject=require("embla-carousel-react");var external_embla_carousel_react_default=__webpack_require__.n(external_embla_carousel_react_namespaceObject);const external_lucide_react_namespaceObject=require("lucide-react"),external_react_namespaceObject=require("react"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_context_namespaceObject=require("@radix-ui/react-context"),CAROUSEL_NAME="Carousel",[createCarouselContext,createCarouselScope]=(0,react_context_namespaceObject.createContextScope)(CAROUSEL_NAME),[CarouselContextProvider,useCarouselContext]=createCarouselContext(CAROUSEL_NAME);function Carousel({__scopeCarousel:e,children:a,className:t,opts:r,orientation:s,plugins:_,setApi:c,...o}){let[n,l]=external_embla_carousel_react_default()({...r,axis:"vertical"===s?"y":"x"},_),[u,i]=(0,external_react_namespaceObject.useState)(!1),[p,x]=(0,external_react_namespaceObject.useState)(!1),b=(0,external_react_namespaceObject.useCallback)(e=>{e&&(i(e.canScrollPrev()),x(e.canScrollNext()))},[]),m=(0,external_react_namespaceObject.useCallback)(()=>{l?.scrollPrev()},[l]),C=(0,external_react_namespaceObject.useCallback)(()=>{l?.scrollNext()},[l]),j=(0,external_react_namespaceObject.useCallback)(e=>{"ArrowLeft"===e.key?(e.preventDefault(),m()):"ArrowRight"===e.key&&(e.preventDefault(),C())},[m,C]);return(0,external_react_namespaceObject.useEffect)(()=>{l&&c&&c(l)},[l,c]),(0,external_react_namespaceObject.useEffect)(()=>{if(l)return queueMicrotask(()=>{b(l)}),l.on("reInit",b),l.on("select",b),()=>{l.off("select",b)}},[l,b]),(0,jsx_runtime_namespaceObject.jsx)(CarouselContextProvider,{api:l,canScrollNext:p,canScrollPrev:u,carouselRef:n,opts:r,orientation:s??(r?.axis==="y"?"vertical":"horizontal"),scope:e,scrollNext:C,scrollPrev:m,children:(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("relative",t),"data-slot":"carousel",onKeyDownCapture:j,...o,children:a})})}const CAROUSEL_CONTENT_NAME="CarouselContent";function CarouselContent({__scopeCarousel:e,className:a,classNames:t,...r}){let{carouselRef:s,orientation:_}=useCarouselContext("CarouselContent",e);return(0,jsx_runtime_namespaceObject.jsx)("div",{ref:s,className:(0,tailwind_variants_namespaceObject.cn)("overflow-hidden",t?.wrapper),"data-slot":"carousel-content",children:(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("flex","horizontal"===_?"-ml-4":"-mt-4 flex-col",t?.content,a),...r})})}const CAROUSEL_ITEM_NAME="CarouselItem";function CarouselItem({__scopeCarousel:e,className:a,...t}){let{orientation:r}=useCarouselContext("CarouselItem",e);return(0,jsx_runtime_namespaceObject.jsx)("div",{"aria-roledescription":"slide",className:(0,tailwind_variants_namespaceObject.cn)("min-w-0 shrink-0 grow-0 basis-full","horizontal"===r?"pl-4":"pt-4",a),"data-slot":"carousel-item",role:"group",...t})}const CAROUSEL_PREVIOUS_NAME="CarouselPrevious";function CarouselPrevious({__scopeCarousel:e,className:a,size:t="icon",variant:r="outline",...s}){let{canScrollPrev:_,orientation:c,scrollPrev:o}=useCarouselContext("CarouselPrevious",e);return(0,jsx_runtime_namespaceObject.
|
|
2
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(a,{a:a}),a},__webpack_require__.d=(e,a)=>{for(var t in a)__webpack_require__.o(a,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},__webpack_require__.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{CarouselPrevious:()=>CarouselPrevious,Carousel:()=>Carousel,createCarouselScope:()=>createCarouselScope,CarouselContent:()=>CarouselContent,CarouselItem:()=>CarouselItem,CarouselNext:()=>CarouselNext});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_embla_carousel_react_namespaceObject=require("embla-carousel-react");var external_embla_carousel_react_default=__webpack_require__.n(external_embla_carousel_react_namespaceObject);const external_lucide_react_namespaceObject=require("lucide-react"),external_react_namespaceObject=require("react"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_context_namespaceObject=require("@radix-ui/react-context"),CAROUSEL_NAME="Carousel",[createCarouselContext,createCarouselScope]=(0,react_context_namespaceObject.createContextScope)(CAROUSEL_NAME),[CarouselContextProvider,useCarouselContext]=createCarouselContext(CAROUSEL_NAME);function Carousel({__scopeCarousel:e,children:a,className:t,opts:r,orientation:s,plugins:_,setApi:c,...o}){let[n,l]=external_embla_carousel_react_default()({...r,axis:"vertical"===s?"y":"x"},_),[u,i]=(0,external_react_namespaceObject.useState)(!1),[p,x]=(0,external_react_namespaceObject.useState)(!1),b=(0,external_react_namespaceObject.useCallback)(e=>{e&&(i(e.canScrollPrev()),x(e.canScrollNext()))},[]),m=(0,external_react_namespaceObject.useCallback)(()=>{l?.scrollPrev()},[l]),C=(0,external_react_namespaceObject.useCallback)(()=>{l?.scrollNext()},[l]),j=(0,external_react_namespaceObject.useCallback)(e=>{"ArrowLeft"===e.key?(e.preventDefault(),m()):"ArrowRight"===e.key&&(e.preventDefault(),C())},[m,C]);return(0,external_react_namespaceObject.useEffect)(()=>{l&&c&&c(l)},[l,c]),(0,external_react_namespaceObject.useEffect)(()=>{if(l)return queueMicrotask(()=>{b(l)}),l.on("reInit",b),l.on("select",b),()=>{l.off("select",b)}},[l,b]),(0,jsx_runtime_namespaceObject.jsx)(CarouselContextProvider,{api:l,canScrollNext:p,canScrollPrev:u,carouselRef:n,opts:r,orientation:s??(r?.axis==="y"?"vertical":"horizontal"),scope:e,scrollNext:C,scrollPrev:m,children:(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("relative",t),"data-slot":"carousel",onKeyDownCapture:j,...o,children:a})})}const CAROUSEL_CONTENT_NAME="CarouselContent";function CarouselContent({__scopeCarousel:e,className:a,classNames:t,...r}){let{carouselRef:s,orientation:_}=useCarouselContext("CarouselContent",e);return(0,jsx_runtime_namespaceObject.jsx)("div",{ref:s,className:(0,tailwind_variants_namespaceObject.cn)("overflow-hidden",t?.wrapper),"data-slot":"carousel-content",children:(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("flex","horizontal"===_?"-ml-4":"-mt-4 flex-col",t?.content,a),...r})})}const CAROUSEL_ITEM_NAME="CarouselItem";function CarouselItem({__scopeCarousel:e,className:a,...t}){let{orientation:r}=useCarouselContext("CarouselItem",e);return(0,jsx_runtime_namespaceObject.jsx)("div",{"aria-roledescription":"slide",className:(0,tailwind_variants_namespaceObject.cn)("min-w-0 shrink-0 grow-0 basis-full","horizontal"===r?"pl-4":"pt-4",a),"data-slot":"carousel-item",role:"group",...t})}const CAROUSEL_PREVIOUS_NAME="CarouselPrevious";function CarouselPrevious({__scopeCarousel:e,className:a,size:t="icon",variant:r="outline",...s}){let{canScrollPrev:_,orientation:c,scrollPrev:o}=useCarouselContext("CarouselPrevious",e);return(0,jsx_runtime_namespaceObject.jsxs)(external_button_cjs_namespaceObject.Button,{"aria-label":"Previous slide",className:(0,tailwind_variants_namespaceObject.cn)("absolute size-8 shadow-none","horizontal"===c?"top-1/2 -left-12 -translate-y-1/2":"-top-12 left-1/2 -translate-x-1/2 rotate-90",a),"data-slot":"carousel-previous",disabled:!_,size:t,variant:r,onClick:o,...s,children:[(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.ArrowLeftIcon,{}),(0,jsx_runtime_namespaceObject.jsx)("span",{className:"sr-only",children:"Previous slide"})]})}const CAROUSEL_NEXT_NAME="CarouselNext";function CarouselNext({__scopeCarousel:e,className:a,size:t="icon",variant:r="outline",...s}){let{canScrollNext:_,orientation:c,scrollNext:o}=useCarouselContext("CarouselNext",e);return(0,jsx_runtime_namespaceObject.jsxs)(external_button_cjs_namespaceObject.Button,{"aria-label":"Next slide",className:(0,tailwind_variants_namespaceObject.cn)("absolute size-8 shadow-none","horizontal"===c?"top-1/2 -right-12 -translate-y-1/2":"-bottom-12 left-1/2 -translate-x-1/2 rotate-90",a),"data-slot":"carousel-next",disabled:!_,size:t,variant:r,onClick:o,...s,children:[(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.ArrowRightIcon,{}),(0,jsx_runtime_namespaceObject.jsx)("span",{className:"sr-only",children:"Next slide"})]})}for(var __webpack_i__ in exports.Carousel=__webpack_exports__.Carousel,exports.CarouselContent=__webpack_exports__.CarouselContent,exports.CarouselItem=__webpack_exports__.CarouselItem,exports.CarouselNext=__webpack_exports__.CarouselNext,exports.CarouselPrevious=__webpack_exports__.CarouselPrevious,exports.createCarouselScope=__webpack_exports__.createCarouselScope,__webpack_exports__)-1===["Carousel","CarouselContent","CarouselItem","CarouselNext","CarouselPrevious","createCarouselScope"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{jsx as e}from"react/jsx-runtime";import r from"embla-carousel-react";import{ArrowLeftIcon as
|
|
2
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import r from"embla-carousel-react";import{ArrowLeftIcon as o,ArrowRightIcon as l}from"lucide-react";import{useCallback as a,useEffect as s,useState as i}from"react";import{Button as n}from"./button.js";import{cn as c}from"@codefast/tailwind-variants";import{createContextScope as u}from"@radix-ui/react-context";let d="Carousel",[m,f]=u(d),[p,v]=m(d);function x({__scopeCarousel:t,children:o,className:l,opts:n,orientation:u,plugins:d,setApi:m,...f}){let[v,x]=r({...n,axis:"vertical"===u?"y":"x"},d),[h,C]=i(!1),[N,b]=i(!1),w=a(e=>{e&&(C(e.canScrollPrev()),b(e.canScrollNext()))},[]),y=a(()=>{x?.scrollPrev()},[x]),z=a(()=>{x?.scrollNext()},[x]),P=a(e=>{"ArrowLeft"===e.key?(e.preventDefault(),y()):"ArrowRight"===e.key&&(e.preventDefault(),z())},[y,z]);return s(()=>{x&&m&&m(x)},[x,m]),s(()=>{if(x)return queueMicrotask(()=>{w(x)}),x.on("reInit",w),x.on("select",w),()=>{x.off("select",w)}},[x,w]),e(p,{api:x,canScrollNext:N,canScrollPrev:h,carouselRef:v,opts:n,orientation:u??(n?.axis==="y"?"vertical":"horizontal"),scope:t,scrollNext:z,scrollPrev:y,children:e("div",{className:c("relative",l),"data-slot":"carousel",onKeyDownCapture:P,...f,children:o})})}function h({__scopeCarousel:t,className:r,classNames:o,...l}){let{carouselRef:a,orientation:s}=v("CarouselContent",t);return e("div",{ref:a,className:c("overflow-hidden",o?.wrapper),"data-slot":"carousel-content",children:e("div",{className:c("flex","horizontal"===s?"-ml-4":"-mt-4 flex-col",o?.content,r),...l})})}function C({__scopeCarousel:t,className:r,...o}){let{orientation:l}=v("CarouselItem",t);return e("div",{"aria-roledescription":"slide",className:c("min-w-0 shrink-0 grow-0 basis-full","horizontal"===l?"pl-4":"pt-4",r),"data-slot":"carousel-item",role:"group",...o})}function N({__scopeCarousel:r,className:l,size:a="icon",variant:s="outline",...i}){let{canScrollPrev:u,orientation:d,scrollPrev:m}=v("CarouselPrevious",r);return t(n,{"aria-label":"Previous slide",className:c("absolute size-8 shadow-none","horizontal"===d?"top-1/2 -left-12 -translate-y-1/2":"-top-12 left-1/2 -translate-x-1/2 rotate-90",l),"data-slot":"carousel-previous",disabled:!u,size:a,variant:s,onClick:m,...i,children:[e(o,{}),e("span",{className:"sr-only",children:"Previous slide"})]})}function b({__scopeCarousel:r,className:o,size:a="icon",variant:s="outline",...i}){let{canScrollNext:u,orientation:d,scrollNext:m}=v("CarouselNext",r);return t(n,{"aria-label":"Next slide",className:c("absolute size-8 shadow-none","horizontal"===d?"top-1/2 -right-12 -translate-y-1/2":"-bottom-12 left-1/2 -translate-x-1/2 rotate-90",o),"data-slot":"carousel-next",disabled:!u,size:a,variant:s,onClick:m,...i,children:[e(l,{}),e("span",{className:"sr-only",children:"Next slide"})]})}export{x as Carousel,h as CarouselContent,C as CarouselItem,b as CarouselNext,N as CarouselPrevious,f as createCarouselScope};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,a)=>{for(var t in a)__webpack_require__.o(a,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},__webpack_require__.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{DialogDescription:()=>DialogDescription,DialogTitle:()=>DialogTitle,DialogHeader:()=>DialogHeader,DialogBody:()=>DialogBody,DialogClose:()=>DialogClose,DialogTrigger:()=>DialogTrigger,DialogContent:()=>DialogContent,Dialog:()=>Dialog,DialogFooter:()=>DialogFooter});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_dialog_namespaceObject=require("@radix-ui/react-dialog");function Dialog({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Root,{"data-slot":"dialog",...e})}function DialogTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Trigger,{"data-slot":"dialog-trigger",...e})}function DialogContent({children:e,className:a,classNames:t,...o}){return(0,jsx_runtime_namespaceObject.jsxs)(react_dialog_namespaceObject.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("
|
|
2
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,a)=>{for(var t in a)__webpack_require__.o(a,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},__webpack_require__.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{DialogDescription:()=>DialogDescription,DialogTitle:()=>DialogTitle,DialogHeader:()=>DialogHeader,DialogBody:()=>DialogBody,DialogClose:()=>DialogClose,DialogTrigger:()=>DialogTrigger,DialogContent:()=>DialogContent,Dialog:()=>Dialog,DialogFooter:()=>DialogFooter});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_dialog_namespaceObject=require("@radix-ui/react-dialog");function Dialog({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Root,{"data-slot":"dialog",...e})}function DialogTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Trigger,{"data-slot":"dialog-trigger",...e})}function DialogContent({children:e,className:a,classNames:t,...o}){return(0,jsx_runtime_namespaceObject.jsxs)(react_dialog_namespaceObject.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("data-[state=open]:fade-in-0 data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=closed]:animate-out ease-ui fixed inset-0 z-50 bg-black/50",t?.overlay),"data-slot":"dialog-overlay"}),(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Content,{className:(0,tailwind_variants_namespaceObject.cn)("data-[state=open]:animate-in max-sm:data-[state=open]:animation-duration-500 max-sm:data-[state=open]:slide-in-from-bottom sm:data-[state=open]:fade-in-0 sm:data-[state=open]:zoom-in-95 data-[state=closed]:animate-out max-sm:data-[state=closed]:animation-duration-500 max-sm:data-[state=closed]:slide-out-to-bottom sm:data-[state=closed]:fade-out-0 sm:data-[state=closed]:zoom-out-95 ease-ui fixed inset-0 z-50 grid grid-rows-[1fr_auto] justify-items-center overflow-auto sm:grid-rows-[1fr_auto_3fr] sm:p-4",t?.wrapper),"data-slot":"dialog-content-wrapper",...o,children:(0,jsx_runtime_namespaceObject.jsxs)("div",{className:(0,tailwind_variants_namespaceObject.cn)("bg-popover text-popover-foreground relative row-start-2 flex w-full flex-col rounded-t-2xl border shadow-lg sm:max-w-lg sm:rounded-2xl",t?.content,a),"data-slot":"dialog-content",children:[e,(0,jsx_runtime_namespaceObject.jsxs)(react_dialog_namespaceObject.Close,{className:(0,external_button_cjs_namespaceObject.buttonVariants)({className:["absolute top-2.5 right-2.5 size-7",t?.close],size:"icon",variant:"ghost"}),"data-slot":"dialog-close",children:[(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.XIcon,{className:"size-4"}),(0,jsx_runtime_namespaceObject.jsx)("span",{className:"sr-only",children:"Close"})]})]})})]})}function DialogHeader({className:e,...a}){return(0,jsx_runtime_namespaceObject.jsx)("header",{className:(0,tailwind_variants_namespaceObject.cn)("flex shrink-0 flex-col gap-1.5 px-6 pt-6 pb-2 text-center sm:text-left",e),"data-slot":"dialog-header",...a})}function DialogBody({className:e,...a}){return(0,jsx_runtime_namespaceObject.jsx)("main",{className:(0,tailwind_variants_namespaceObject.cn)("overflow-auto px-6 py-2",e),"data-slot":"dialog-body",...a})}function DialogFooter({className:e,...a}){return(0,jsx_runtime_namespaceObject.jsx)("footer",{className:(0,tailwind_variants_namespaceObject.cn)("flex shrink-0 flex-col-reverse gap-2 px-6 pt-2 pb-6 sm:flex-row sm:justify-end",e),"data-slot":"dialog-footer",...a})}function DialogTitle({className:e,...a}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Title,{className:(0,tailwind_variants_namespaceObject.cn)("text-lg leading-none font-semibold tracking-tight",e),"data-slot":"dialog-title",...a})}function DialogDescription({className:e,...a}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Description,{className:(0,tailwind_variants_namespaceObject.cn)("text-muted-foreground text-sm",e),"data-slot":"dialog-description",...a})}function DialogClose({className:e,size:a,variant:t="outline",...o}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Close,{className:(0,external_button_cjs_namespaceObject.buttonVariants)({className:e,size:a,variant:t}),"data-slot":"dialog-close",...o})}for(var __webpack_i__ in exports.Dialog=__webpack_exports__.Dialog,exports.DialogBody=__webpack_exports__.DialogBody,exports.DialogClose=__webpack_exports__.DialogClose,exports.DialogContent=__webpack_exports__.DialogContent,exports.DialogDescription=__webpack_exports__.DialogDescription,exports.DialogFooter=__webpack_exports__.DialogFooter,exports.DialogHeader=__webpack_exports__.DialogHeader,exports.DialogTitle=__webpack_exports__.DialogTitle,exports.DialogTrigger=__webpack_exports__.DialogTrigger,__webpack_exports__)-1===["Dialog","DialogBody","DialogClose","DialogContent","DialogDescription","DialogFooter","DialogHeader","DialogTitle","DialogTrigger"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{jsx as t,jsxs as a}from"react/jsx-runtime";import{XIcon as e}from"lucide-react";import{buttonVariants as o}from"./button.js";import{cn as s}from"@codefast/tailwind-variants";import{Close as i,Content as l,Description as r,Overlay as n,Portal as d,Root as m,Title as c,Trigger as u}from"@radix-ui/react-dialog";function f({...a}){return t(m,{"data-slot":"dialog",...a})}function g({...a}){return t(u,{"data-slot":"dialog-trigger",...a})}function p({children:r,className:m,classNames:c,...u}){return a(d,{children:[t(n,{className:s("
|
|
2
|
+
import{jsx as t,jsxs as a}from"react/jsx-runtime";import{XIcon as e}from"lucide-react";import{buttonVariants as o}from"./button.js";import{cn as s}from"@codefast/tailwind-variants";import{Close as i,Content as l,Description as r,Overlay as n,Portal as d,Root as m,Title as c,Trigger as u}from"@radix-ui/react-dialog";function f({...a}){return t(m,{"data-slot":"dialog",...a})}function g({...a}){return t(u,{"data-slot":"dialog-trigger",...a})}function p({children:r,className:m,classNames:c,...u}){return a(d,{children:[t(n,{className:s("data-[state=open]:fade-in-0 data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=closed]:animate-out ease-ui fixed inset-0 z-50 bg-black/50",c?.overlay),"data-slot":"dialog-overlay"}),t(l,{className:s("data-[state=open]:animate-in max-sm:data-[state=open]:animation-duration-500 max-sm:data-[state=open]:slide-in-from-bottom sm:data-[state=open]:fade-in-0 sm:data-[state=open]:zoom-in-95 data-[state=closed]:animate-out max-sm:data-[state=closed]:animation-duration-500 max-sm:data-[state=closed]:slide-out-to-bottom sm:data-[state=closed]:fade-out-0 sm:data-[state=closed]:zoom-out-95 ease-ui fixed inset-0 z-50 grid grid-rows-[1fr_auto] justify-items-center overflow-auto sm:grid-rows-[1fr_auto_3fr] sm:p-4",c?.wrapper),"data-slot":"dialog-content-wrapper",...u,children:a("div",{className:s("bg-popover text-popover-foreground relative row-start-2 flex w-full flex-col rounded-t-2xl border shadow-lg sm:max-w-lg sm:rounded-2xl",c?.content,m),"data-slot":"dialog-content",children:[r,a(i,{className:o({className:["absolute top-2.5 right-2.5 size-7",c?.close],size:"icon",variant:"ghost"}),"data-slot":"dialog-close",children:[t(e,{className:"size-4"}),t("span",{className:"sr-only",children:"Close"})]})]})})]})}function x({className:a,...e}){return t("header",{className:s("flex shrink-0 flex-col gap-1.5 px-6 pt-6 pb-2 text-center sm:text-left",a),"data-slot":"dialog-header",...e})}function h({className:a,...e}){return t("main",{className:s("overflow-auto px-6 py-2",a),"data-slot":"dialog-body",...e})}function N({className:a,...e}){return t("footer",{className:s("flex shrink-0 flex-col-reverse gap-2 px-6 pt-2 pb-6 sm:flex-row sm:justify-end",a),"data-slot":"dialog-footer",...e})}function b({className:a,...e}){return t(c,{className:s("text-lg leading-none font-semibold tracking-tight",a),"data-slot":"dialog-title",...e})}function w({className:a,...e}){return t(r,{className:s("text-muted-foreground text-sm",a),"data-slot":"dialog-description",...e})}function v({className:a,size:e,variant:s="outline",...l}){return t(i,{className:o({className:a,size:e,variant:s}),"data-slot":"dialog-close",...l})}export{f as Dialog,h as DialogBody,v as DialogClose,p as DialogContent,w as DialogDescription,N as DialogFooter,x as DialogHeader,b as DialogTitle,g as DialogTrigger};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,r)=>{for(var a in r)__webpack_require__.o(r,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:r[a]})},__webpack_require__.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{DrawerClose:()=>DrawerClose,DrawerTrigger:()=>DrawerTrigger,Drawer:()=>Drawer,DrawerFooter:()=>DrawerFooter,DrawerHeader:()=>DrawerHeader,DrawerContent:()=>DrawerContent,DrawerDescription:()=>DrawerDescription,DrawerTitle:()=>DrawerTitle,DrawerBody:()=>DrawerBody});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_vaul_namespaceObject=require("vaul"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants");function Drawer({shouldScaleBackground:e=!0,...r}){return(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Root,{"data-slot":"drawer",shouldScaleBackground:e,...r})}function DrawerTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Trigger,{"data-slot":"drawer-trigger",...e})}function DrawerContent({children:e,className:r,classNames:a,...t}){return(0,jsx_runtime_namespaceObject.jsxs)(external_vaul_namespaceObject.Drawer.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("
|
|
2
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,r)=>{for(var a in r)__webpack_require__.o(r,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:r[a]})},__webpack_require__.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{DrawerClose:()=>DrawerClose,DrawerTrigger:()=>DrawerTrigger,Drawer:()=>Drawer,DrawerFooter:()=>DrawerFooter,DrawerHeader:()=>DrawerHeader,DrawerContent:()=>DrawerContent,DrawerDescription:()=>DrawerDescription,DrawerTitle:()=>DrawerTitle,DrawerBody:()=>DrawerBody});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_vaul_namespaceObject=require("vaul"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants");function Drawer({shouldScaleBackground:e=!0,...r}){return(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Root,{"data-slot":"drawer",shouldScaleBackground:e,...r})}function DrawerTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Trigger,{"data-slot":"drawer-trigger",...e})}function DrawerContent({children:e,className:r,classNames:a,...t}){return(0,jsx_runtime_namespaceObject.jsxs)(external_vaul_namespaceObject.Drawer.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("fixed inset-0 z-50 bg-black/50",a?.overlay),"data-slot":"drawer-overlay"}),(0,jsx_runtime_namespaceObject.jsxs)(external_vaul_namespaceObject.Drawer.Content,{className:(0,tailwind_variants_namespaceObject.cn)("group/drawer-content bg-background fixed z-50 flex h-auto flex-col data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-2xl data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-2xl data-[vaul-drawer-direction=left]:sm:max-w-sm data-[vaul-drawer-direction=right]:sm:max-w-sm",a?.content,r),"data-slot":"drawer-content",...t,children:[(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("bg-muted mx-auto mt-4 hidden h-1.5 w-12 shrink-0 rounded-full group-data-[vaul-drawer-direction=bottom]/drawer-content:block",a?.handle)}),e]})]})}function DrawerHeader({className:e,...r}){return(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("flex flex-col gap-1.5 p-4",e),"data-slot":"drawer-header",...r})}function DrawerBody({className:e,...r}){return(0,jsx_runtime_namespaceObject.jsx)("main",{className:(0,tailwind_variants_namespaceObject.cn)("overflow-auto px-4 py-2",e),"data-slot":"drawer-body",...r})}function DrawerFooter({className:e,...r}){return(0,jsx_runtime_namespaceObject.jsx)("div",{className:(0,tailwind_variants_namespaceObject.cn)("mt-auto flex flex-col gap-2 p-4",e),"data-slot":"drawer-footer",...r})}function DrawerTitle({className:e,...r}){return(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Title,{className:(0,tailwind_variants_namespaceObject.cn)("text-foreground font-semibold",e),"data-slot":"drawer-title",...r})}function DrawerDescription({className:e,...r}){return(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Description,{className:(0,tailwind_variants_namespaceObject.cn)("text-muted-foreground text-sm",e),"data-slot":"drawer-description",...r})}function DrawerClose({className:e,size:r,variant:a="outline",...t}){return(0,jsx_runtime_namespaceObject.jsx)(external_vaul_namespaceObject.Drawer.Close,{className:(0,external_button_cjs_namespaceObject.buttonVariants)({className:e,size:r,variant:a}),"data-slot":"drawer-close",...t})}for(var __webpack_i__ in exports.Drawer=__webpack_exports__.Drawer,exports.DrawerBody=__webpack_exports__.DrawerBody,exports.DrawerClose=__webpack_exports__.DrawerClose,exports.DrawerContent=__webpack_exports__.DrawerContent,exports.DrawerDescription=__webpack_exports__.DrawerDescription,exports.DrawerFooter=__webpack_exports__.DrawerFooter,exports.DrawerHeader=__webpack_exports__.DrawerHeader,exports.DrawerTitle=__webpack_exports__.DrawerTitle,exports.DrawerTrigger=__webpack_exports__.DrawerTrigger,__webpack_exports__)-1===["Drawer","DrawerBody","DrawerClose","DrawerContent","DrawerDescription","DrawerFooter","DrawerHeader","DrawerTitle","DrawerTrigger"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{jsx as r,jsxs as a}from"react/jsx-runtime";import{Drawer as t}from"vaul";import{buttonVariants as e}from"./button.js";import{cn as o}from"@codefast/tailwind-variants";function d({shouldScaleBackground:a=!0,...e}){return r(t.Root,{"data-slot":"drawer",shouldScaleBackground:a,...e})}function i({...a}){return r(t.Trigger,{"data-slot":"drawer-trigger",...a})}function n({children:e,className:d,classNames:i,...n}){return a(t.Portal,{children:[r(t.Overlay,{className:o("
|
|
2
|
+
import{jsx as r,jsxs as a}from"react/jsx-runtime";import{Drawer as t}from"vaul";import{buttonVariants as e}from"./button.js";import{cn as o}from"@codefast/tailwind-variants";function d({shouldScaleBackground:a=!0,...e}){return r(t.Root,{"data-slot":"drawer",shouldScaleBackground:a,...e})}function i({...a}){return r(t.Trigger,{"data-slot":"drawer-trigger",...a})}function n({children:e,className:d,classNames:i,...n}){return a(t.Portal,{children:[r(t.Overlay,{className:o("fixed inset-0 z-50 bg-black/50",i?.overlay),"data-slot":"drawer-overlay"}),a(t.Content,{className:o("group/drawer-content bg-background fixed z-50 flex h-auto flex-col data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-2xl data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-2xl data-[vaul-drawer-direction=left]:sm:max-w-sm data-[vaul-drawer-direction=right]:sm:max-w-sm",i?.content,d),"data-slot":"drawer-content",...n,children:[r("div",{className:o("bg-muted mx-auto mt-4 hidden h-1.5 w-12 shrink-0 rounded-full group-data-[vaul-drawer-direction=bottom]/drawer-content:block",i?.handle)}),e]})]})}function l({className:a,...t}){return r("div",{className:o("flex flex-col gap-1.5 p-4",a),"data-slot":"drawer-header",...t})}function u({className:a,...t}){return r("main",{className:o("overflow-auto px-4 py-2",a),"data-slot":"drawer-body",...t})}function c({className:a,...t}){return r("div",{className:o("mt-auto flex flex-col gap-2 p-4",a),"data-slot":"drawer-footer",...t})}function s({className:a,...e}){return r(t.Title,{className:o("text-foreground font-semibold",a),"data-slot":"drawer-title",...e})}function w({className:a,...e}){return r(t.Description,{className:o("text-muted-foreground text-sm",a),"data-slot":"drawer-description",...e})}function m({className:a,size:o,variant:d="outline",...i}){return r(t.Close,{className:e({className:a,size:o,variant:d}),"data-slot":"drawer-close",...i})}export{d as Drawer,u as DrawerBody,m as DrawerClose,n as DrawerContent,w as DrawerDescription,c as DrawerFooter,l as DrawerHeader,s as DrawerTitle,i as DrawerTrigger};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var a in _)__webpack_require__.o(_,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:_[a]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{InputPassword:()=>InputPassword});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_react_namespaceObject=require("react"),external_button_cjs_namespaceObject=require("./button.cjs"),external_input_cjs_namespaceObject=require("./input.cjs"),external_spinner_cjs_namespaceObject=require("./spinner.cjs"),input_cjs_namespaceObject=require("../primitives/input.cjs"),{input:e,root:_}=(0,external_input_cjs_namespaceObject.inputVariants)();function InputPassword({className:a,disabled:r,loaderPosition:t,loading:s,prefix:c,readOnly:n,spinner:p,suffix:i,...o}){let[u,b]=(0,external_react_namespaceObject.useState)("password"),l=(0,external_react_namespaceObject.useCallback)(()=>{b(e=>"password"===e?"text":"password")},[]);return(0,jsx_runtime_namespaceObject.jsxs)(input_cjs_namespaceObject.Root,{className:_({className:[!i&&"pr-1.5",a]}),"data-slot":"input-password",disabled:r,loaderPosition:t,loading:s,prefix:c,readOnly:n,spinner:p??(0,jsx_runtime_namespaceObject.jsx)(external_spinner_cjs_namespaceObject.Spinner,{},"spinner"),suffix:i,children:[(0,jsx_runtime_namespaceObject.jsx)(input_cjs_namespaceObject.Field,{autoCapitalize:"none",className:e(),"data-slot":"input-password-item",type:u,...o}),(0,jsx_runtime_namespaceObject.jsx)(external_button_cjs_namespaceObject.Button,{"aria-label":"password"===u?"Show password":"Hide password",className:"focus-visible:not-disabled:bg-input size-7 rounded-full focus-visible:ring-0","data-slot":"input-password-toggle",disabled:r,
|
|
2
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var a in _)__webpack_require__.o(_,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:_[a]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{InputPassword:()=>InputPassword});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_react_namespaceObject=require("react"),external_button_cjs_namespaceObject=require("./button.cjs"),external_input_cjs_namespaceObject=require("./input.cjs"),external_spinner_cjs_namespaceObject=require("./spinner.cjs"),input_cjs_namespaceObject=require("../primitives/input.cjs"),{input:e,root:_}=(0,external_input_cjs_namespaceObject.inputVariants)();function InputPassword({className:a,disabled:r,loaderPosition:t,loading:s,prefix:c,readOnly:n,spinner:p,suffix:i,...o}){let[u,b]=(0,external_react_namespaceObject.useState)("password"),l=(0,external_react_namespaceObject.useCallback)(()=>{b(e=>"password"===e?"text":"password")},[]);return(0,jsx_runtime_namespaceObject.jsxs)(input_cjs_namespaceObject.Root,{className:_({className:[!i&&"pr-1.5",a]}),"data-slot":"input-password",disabled:r,loaderPosition:t,loading:s,prefix:c,readOnly:n,spinner:p??(0,jsx_runtime_namespaceObject.jsx)(external_spinner_cjs_namespaceObject.Spinner,{},"spinner"),suffix:i,children:[(0,jsx_runtime_namespaceObject.jsx)(input_cjs_namespaceObject.Field,{autoCapitalize:"none",className:e(),"data-slot":"input-password-item",type:u,...o}),(0,jsx_runtime_namespaceObject.jsx)(external_button_cjs_namespaceObject.Button,{"aria-label":"password"===u?"Show password":"Hide password",className:"focus-visible:not-disabled:bg-input size-7 rounded-full focus-visible:ring-0","data-slot":"input-password-toggle",disabled:r,size:"icon",variant:"ghost",onClick:l,children:"password"===u?(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.EyeOffIcon,{}):(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.EyeIcon,{})})]})}for(var __webpack_i__ in exports.InputPassword=__webpack_exports__.InputPassword,__webpack_exports__)-1===["InputPassword"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{jsx as s,jsxs as i}from"react/jsx-runtime";import{EyeIcon as o,EyeOffIcon as r}from"lucide-react";import{useCallback as t,useState as a}from"react";import{Button as e}from"./button.js";import{inputVariants as p}from"./input.js";import{Spinner as n}from"./spinner.js";import{Field as d,Root as l}from"../primitives/input.js";let{input:m,root:u}=p();function
|
|
2
|
+
import{jsx as s,jsxs as i}from"react/jsx-runtime";import{EyeIcon as o,EyeOffIcon as r}from"lucide-react";import{useCallback as t,useState as a}from"react";import{Button as e}from"./button.js";import{inputVariants as p}from"./input.js";import{Spinner as n}from"./spinner.js";import{Field as d,Root as l}from"../primitives/input.js";let{input:m,root:u}=p();function c({className:p,disabled:c,loaderPosition:f,loading:w,prefix:b,readOnly:g,spinner:j,suffix:x,...h}){let[v,N]=a("password"),z=t(()=>{N(s=>"password"===s?"text":"password")},[]);return i(l,{className:u({className:[!x&&"pr-1.5",p]}),"data-slot":"input-password",disabled:c,loaderPosition:f,loading:w,prefix:b,readOnly:g,spinner:j??s(n,{},"spinner"),suffix:x,children:[s(d,{autoCapitalize:"none",className:m(),"data-slot":"input-password-item",type:v,...h}),s(e,{"aria-label":"password"===v?"Show password":"Hide password",className:"focus-visible:not-disabled:bg-input size-7 rounded-full focus-visible:ring-0","data-slot":"input-password-toggle",disabled:c,size:"icon",variant:"ghost",onClick:z,children:"password"===v?s(r,{}):s(o,{})})]})}export{c as InputPassword};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var a in _)__webpack_require__.o(_,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:_[a]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{InputSearch:()=>InputSearch});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_button_cjs_namespaceObject=require("./button.cjs"),external_input_cjs_namespaceObject=require("./input.cjs"),external_spinner_cjs_namespaceObject=require("./spinner.cjs"),input_cjs_namespaceObject=require("../primitives/input.cjs"),react_use_controllable_state_namespaceObject=require("@radix-ui/react-use-controllable-state"),{input:e,root:_}=(0,external_input_cjs_namespaceObject.inputVariants)();function InputSearch({className:a,defaultValue:
|
|
2
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var a in _)__webpack_require__.o(_,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:_[a]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{InputSearch:()=>InputSearch});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_button_cjs_namespaceObject=require("./button.cjs"),external_input_cjs_namespaceObject=require("./input.cjs"),external_spinner_cjs_namespaceObject=require("./spinner.cjs"),input_cjs_namespaceObject=require("../primitives/input.cjs"),react_use_controllable_state_namespaceObject=require("@radix-ui/react-use-controllable-state"),{input:e,root:_}=(0,external_input_cjs_namespaceObject.inputVariants)();function InputSearch({className:a,defaultValue:r,disabled:t,loaderPosition:c,loading:n,onChange:s,prefix:i,readOnly:p,spinner:u,suffix:l,value:o,...b}){let[j,m]=(0,react_use_controllable_state_namespaceObject.useControllableState)({defaultProp:r,onChange:s,prop:o});return(0,jsx_runtime_namespaceObject.jsxs)(input_cjs_namespaceObject.Root,{className:_({className:[!l&&"pr-1.5",a]}),"data-slot":"input-search",disabled:t,loaderPosition:c,loading:n,prefix:i??(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.SearchIcon,{},"prefix"),readOnly:p,spinner:u??(0,jsx_runtime_namespaceObject.jsx)(external_spinner_cjs_namespaceObject.Spinner,{},"spinner"),suffix:l,children:[(0,jsx_runtime_namespaceObject.jsx)(input_cjs_namespaceObject.Field,{className:e(),"data-slot":"input-search-item",type:"search",value:j??"",onChange:e=>{m(e.target.value)},...b}),j?(0,jsx_runtime_namespaceObject.jsx)(external_button_cjs_namespaceObject.Button,{"aria-label":"Clear search",className:"focus-visible:not-disabled:bg-input size-7 rounded-full focus-visible:ring-0","data-slot":"input-search-clear",disabled:t??p,size:"icon",variant:"ghost",onClick:()=>{m("")},children:(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.XIcon,{})}):null]})}for(var __webpack_i__ in exports.InputSearch=__webpack_exports__.InputSearch,__webpack_exports__)-1===["InputSearch"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{SearchIcon as i,XIcon as a}from"lucide-react";import{Button as t}from"./button.js";import{inputVariants as s}from"./input.js";import{Spinner as
|
|
2
|
+
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{SearchIcon as i,XIcon as a}from"lucide-react";import{Button as t}from"./button.js";import{inputVariants as s}from"./input.js";import{Spinner as l}from"./spinner.js";import{Field as o,Root as n}from"../primitives/input.js";import{useControllableState as p}from"@radix-ui/react-use-controllable-state";let{input:u,root:c}=s();function m({className:s,defaultValue:m,disabled:d,loaderPosition:f,loading:h,onChange:b,prefix:v,readOnly:g,spinner:x,suffix:j,value:N,...C}){let[y,z]=p({defaultProp:m,onChange:b,prop:N});return r(n,{className:c({className:[!j&&"pr-1.5",s]}),"data-slot":"input-search",disabled:d,loaderPosition:f,loading:h,prefix:v??e(i,{},"prefix"),readOnly:g,spinner:x??e(l,{},"spinner"),suffix:j,children:[e(o,{className:u(),"data-slot":"input-search-item",type:"search",value:y??"",onChange:e=>{z(e.target.value)},...C}),y?e(t,{"aria-label":"Clear search",className:"focus-visible:not-disabled:bg-input size-7 rounded-full focus-visible:ring-0","data-slot":"input-search-clear",disabled:d??g,size:"icon",variant:"ghost",onClick:()=>{z("")},children:e(a,{})}):null]})}export{m as InputSearch};
|
package/dist/components/kbd.cjs
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var r in _)__webpack_require__.o(_,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:_[r]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Kbd:()=>Kbd});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_slot_namespaceObject=require("@radix-ui/react-slot");function Kbd({asChild:e,className:_,...r}){let t=e?react_slot_namespaceObject.Slot:"kbd";return(0,jsx_runtime_namespaceObject.jsx)(t,{className:(0,tailwind_variants_namespaceObject.cn)("bg-muted text-muted-foreground inline-flex h-5 items-center gap-1 rounded-sm border px-1.5 font-mono text-xs font-medium select-none",_),"data-slot":"kbd",...r})}for(var __webpack_i__ in exports.Kbd=__webpack_exports__.Kbd,__webpack_exports__)-1===["Kbd"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
1
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,_)=>{for(var t in _)__webpack_require__.o(_,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:_[t]})},__webpack_require__.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Kbd:()=>Kbd,KbdGroup:()=>KbdGroup});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants");function Kbd({className:e,..._}){return(0,jsx_runtime_namespaceObject.jsx)("kbd",{className:(0,tailwind_variants_namespaceObject.cn)("bg-muted text-muted-foreground pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm px-1 font-sans text-xs font-medium select-none","[&_svg:not([class*='size-'])]:size-3","[[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10",e),"data-slot":"kbd",..._})}function KbdGroup({className:e,..._}){return(0,jsx_runtime_namespaceObject.jsx)("kbd",{className:(0,tailwind_variants_namespaceObject.cn)("inline-flex items-center gap-1",e),"data-slot":"kbd-group",..._})}for(var __webpack_i__ in exports.Kbd=__webpack_exports__.Kbd,exports.KbdGroup=__webpack_exports__.KbdGroup,__webpack_exports__)-1===["Kbd","KbdGroup"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
package/dist/components/kbd.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ComponentProps, JSX } from "react";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare function
|
|
6
|
-
export { Kbd };
|
|
7
|
-
export type { KbdProps };
|
|
2
|
+
type KbdProps = ComponentProps<"kbd">;
|
|
3
|
+
declare function Kbd({ className, ...props }: KbdProps): JSX.Element;
|
|
4
|
+
type KbdGroupProps = ComponentProps<"kbd">;
|
|
5
|
+
declare function KbdGroup({ className, ...props }: KbdGroupProps): JSX.Element;
|
|
6
|
+
export { Kbd, KbdGroup };
|
|
7
|
+
export type { KbdGroupProps, KbdProps };
|
package/dist/components/kbd.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
import{jsx as t}from"react/jsx-runtime";import{cn as e}from"@codefast/tailwind-variants";import{Slot as o}from"@radix-ui/react-slot";function r({asChild:r,className:n,...m}){return t(r?o:"kbd",{className:e("bg-muted text-muted-foreground inline-flex h-5 items-center gap-1 rounded-sm border px-1.5 font-mono text-xs font-medium select-none",n),"data-slot":"kbd",...m})}export{r as Kbd};
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{cn as e}from"@codefast/tailwind-variants";function n({className:n,...o}){return t("kbd",{className:e("bg-muted text-muted-foreground pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm px-1 font-sans text-xs font-medium select-none","[&_svg:not([class*='size-'])]:size-3","[[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10",n),"data-slot":"kbd",...o})}function o({className:n,...o}){return t("kbd",{className:e("inline-flex items-center gap-1",n),"data-slot":"kbd-group",...o})}export{n as Kbd,o as KbdGroup};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,t)=>{for(var a in t)__webpack_require__.o(t,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{SheetClose:()=>SheetClose,SheetContent:()=>SheetContent,Sheet:()=>Sheet,SheetFooter:()=>SheetFooter,SheetDescription:()=>SheetDescription,SheetHeader:()=>SheetHeader,SheetTitle:()=>SheetTitle,sheetContentVariants:()=>sheetContentVariants,SheetBody:()=>SheetBody,SheetTrigger:()=>SheetTrigger});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_dialog_namespaceObject=require("@radix-ui/react-dialog"),sheetContentVariants=(0,tailwind_variants_namespaceObject.tv)({base:"bg-background ease-ui data-[state=open]:animate-in data-[state=open]:animation-duration-500 data-[state=closed]:animate-out data-[state=closed]:animation-duration-500 fixed z-50 flex flex-col overflow-auto shadow-lg",defaultVariants:{side:"right"},variants:{side:{bottom:"data-[state=open]:slide-in-from-bottom data-[state=closed]:slide-out-to-bottom inset-x-0 bottom-0 max-h-[80vh] border-t",left:"data-[state=open]:slide-in-from-left data-[state=closed]:slide-out-to-left inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",right:"data-[state=open]:slide-in-from-right data-[state=closed]:slide-out-to-right inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",top:"data-[state=open]:slide-in-from-top data-[state=closed]:slide-out-to-top inset-x-0 top-0 max-h-[80vh] border-b"}}});function Sheet({children:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Root,{"data-slot":"sheet",...t,children:e})}function SheetTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Trigger,{"data-slot":"sheet-trigger",...e})}function SheetContent({children:e,className:t,classNames:a,side:s="right",...r}){return(0,jsx_runtime_namespaceObject.jsxs)(react_dialog_namespaceObject.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("
|
|
2
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,t)=>{for(var a in t)__webpack_require__.o(t,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{SheetClose:()=>SheetClose,SheetContent:()=>SheetContent,Sheet:()=>Sheet,SheetFooter:()=>SheetFooter,SheetDescription:()=>SheetDescription,SheetHeader:()=>SheetHeader,SheetTitle:()=>SheetTitle,sheetContentVariants:()=>sheetContentVariants,SheetBody:()=>SheetBody,SheetTrigger:()=>SheetTrigger});const jsx_runtime_namespaceObject=require("react/jsx-runtime"),external_lucide_react_namespaceObject=require("lucide-react"),external_button_cjs_namespaceObject=require("./button.cjs"),tailwind_variants_namespaceObject=require("@codefast/tailwind-variants"),react_dialog_namespaceObject=require("@radix-ui/react-dialog"),sheetContentVariants=(0,tailwind_variants_namespaceObject.tv)({base:"bg-background ease-ui data-[state=open]:animate-in data-[state=open]:animation-duration-500 data-[state=closed]:animate-out data-[state=closed]:animation-duration-500 fixed z-50 flex flex-col overflow-auto shadow-lg",defaultVariants:{side:"right"},variants:{side:{bottom:"data-[state=open]:slide-in-from-bottom data-[state=closed]:slide-out-to-bottom inset-x-0 bottom-0 max-h-[80vh] border-t",left:"data-[state=open]:slide-in-from-left data-[state=closed]:slide-out-to-left inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",right:"data-[state=open]:slide-in-from-right data-[state=closed]:slide-out-to-right inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",top:"data-[state=open]:slide-in-from-top data-[state=closed]:slide-out-to-top inset-x-0 top-0 max-h-[80vh] border-b"}}});function Sheet({children:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Root,{"data-slot":"sheet",...t,children:e})}function SheetTrigger({...e}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Trigger,{"data-slot":"sheet-trigger",...e})}function SheetContent({children:e,className:t,classNames:a,side:s="right",...r}){return(0,jsx_runtime_namespaceObject.jsxs)(react_dialog_namespaceObject.Portal,{children:[(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Overlay,{className:(0,tailwind_variants_namespaceObject.cn)("data-[state=open]:fade-in-0 ease-ui data-[state=open]:animate-in data-[state=open]:animation-duration-500 data-[state=closed]:fade-out-0 data-[state=closed]:animate-out data-[state=closed]:animation-duration-500 fixed inset-0 z-50 bg-black/50",a?.overlay),"data-slot":"sheet-overlay"}),(0,jsx_runtime_namespaceObject.jsxs)(react_dialog_namespaceObject.Content,{className:sheetContentVariants({className:[a?.content,t],side:s}),"data-slot":"sheet-content",...r,children:[e,(0,jsx_runtime_namespaceObject.jsxs)(react_dialog_namespaceObject.Close,{className:(0,external_button_cjs_namespaceObject.buttonVariants)({className:["absolute top-4 right-4 size-7",a?.close],size:"icon",variant:"ghost"}),"data-slot":"sheet-close",children:[(0,jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.XIcon,{className:"size-4"}),(0,jsx_runtime_namespaceObject.jsx)("span",{className:"sr-only",children:"Close"})]})]})]})}function SheetHeader({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)("header",{className:(0,tailwind_variants_namespaceObject.cn)("flex shrink-0 flex-col gap-1.5 px-6 pt-6 pb-4 text-center sm:text-left",e),"data-slot":"sheet-header",...t})}function SheetBody({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)("main",{className:(0,tailwind_variants_namespaceObject.cn)("px-6 py-2",e),"data-slot":"sheet-body",...t})}function SheetFooter({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)("footer",{className:(0,tailwind_variants_namespaceObject.cn)("flex shrink-0 flex-col-reverse gap-2 px-6 pt-4 pb-6 sm:flex-row sm:justify-end",e),"data-slot":"sheet-footer",...t})}function SheetTitle({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Title,{className:(0,tailwind_variants_namespaceObject.cn)("text-foreground text-lg font-semibold",e),"data-slot":"sheet-title",...t})}function SheetDescription({className:e,...t}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Description,{className:(0,tailwind_variants_namespaceObject.cn)("text-muted-foreground text-sm",e),"data-slot":"sheet-description",...t})}function SheetClose({className:e,size:t,variant:a="outline",...s}){return(0,jsx_runtime_namespaceObject.jsx)(react_dialog_namespaceObject.Close,{className:(0,external_button_cjs_namespaceObject.buttonVariants)({className:e,size:t,variant:a}),"data-slot":"sheet-close",...s})}for(var __webpack_i__ in exports.Sheet=__webpack_exports__.Sheet,exports.SheetBody=__webpack_exports__.SheetBody,exports.SheetClose=__webpack_exports__.SheetClose,exports.SheetContent=__webpack_exports__.SheetContent,exports.SheetDescription=__webpack_exports__.SheetDescription,exports.SheetFooter=__webpack_exports__.SheetFooter,exports.SheetHeader=__webpack_exports__.SheetHeader,exports.SheetTitle=__webpack_exports__.SheetTitle,exports.SheetTrigger=__webpack_exports__.SheetTrigger,exports.sheetContentVariants=__webpack_exports__.sheetContentVariants,__webpack_exports__)-1===["Sheet","SheetBody","SheetClose","SheetContent","SheetDescription","SheetFooter","SheetHeader","SheetTitle","SheetTrigger","sheetContentVariants"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
package/dist/components/sheet.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{jsx as t,jsxs as e}from"react/jsx-runtime";import{XIcon as a}from"lucide-react";import{buttonVariants as o}from"./button.js";import{cn as s,tv as n}from"@codefast/tailwind-variants";import{Close as i,Content as r,Description as l,Overlay as d,Portal as
|
|
2
|
+
import{jsx as t,jsxs as e}from"react/jsx-runtime";import{XIcon as a}from"lucide-react";import{buttonVariants as o}from"./button.js";import{cn as s,tv as n}from"@codefast/tailwind-variants";import{Close as i,Content as r,Description as l,Overlay as d,Portal as c,Root as m,Title as u,Trigger as f}from"@radix-ui/react-dialog";let h=n({base:"bg-background ease-ui data-[state=open]:animate-in data-[state=open]:animation-duration-500 data-[state=closed]:animate-out data-[state=closed]:animation-duration-500 fixed z-50 flex flex-col overflow-auto shadow-lg",defaultVariants:{side:"right"},variants:{side:{bottom:"data-[state=open]:slide-in-from-bottom data-[state=closed]:slide-out-to-bottom inset-x-0 bottom-0 max-h-[80vh] border-t",left:"data-[state=open]:slide-in-from-left data-[state=closed]:slide-out-to-left inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",right:"data-[state=open]:slide-in-from-right data-[state=closed]:slide-out-to-right inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",top:"data-[state=open]:slide-in-from-top data-[state=closed]:slide-out-to-top inset-x-0 top-0 max-h-[80vh] border-b"}}});function p({children:e,...a}){return t(m,{"data-slot":"sheet",...a,children:e})}function x({...e}){return t(f,{"data-slot":"sheet-trigger",...e})}function g({children:n,className:l,classNames:m,side:u="right",...f}){return e(c,{children:[t(d,{className:s("data-[state=open]:fade-in-0 ease-ui data-[state=open]:animate-in data-[state=open]:animation-duration-500 data-[state=closed]:fade-out-0 data-[state=closed]:animate-out data-[state=closed]:animation-duration-500 fixed inset-0 z-50 bg-black/50",m?.overlay),"data-slot":"sheet-overlay"}),e(r,{className:h({className:[m?.content,l],side:u}),"data-slot":"sheet-content",...f,children:[n,e(i,{className:o({className:["absolute top-4 right-4 size-7",m?.close],size:"icon",variant:"ghost"}),"data-slot":"sheet-close",children:[t(a,{className:"size-4"}),t("span",{className:"sr-only",children:"Close"})]})]})]})}function b({className:e,...a}){return t("header",{className:s("flex shrink-0 flex-col gap-1.5 px-6 pt-6 pb-4 text-center sm:text-left",e),"data-slot":"sheet-header",...a})}function N({className:e,...a}){return t("main",{className:s("px-6 py-2",e),"data-slot":"sheet-body",...a})}function v({className:e,...a}){return t("footer",{className:s("flex shrink-0 flex-col-reverse gap-2 px-6 pt-4 pb-6 sm:flex-row sm:justify-end",e),"data-slot":"sheet-footer",...a})}function y({className:e,...a}){return t(u,{className:s("text-foreground text-lg font-semibold",e),"data-slot":"sheet-title",...a})}function S({className:e,...a}){return t(l,{className:s("text-muted-foreground text-sm",e),"data-slot":"sheet-description",...a})}function w({className:e,size:a,variant:s="outline",...n}){return t(i,{className:o({className:e,size:a,variant:s}),"data-slot":"sheet-close",...n})}export{p as Sheet,N as SheetBody,w as SheetClose,g as SheetContent,S as SheetDescription,v as SheetFooter,b as SheetHeader,y as SheetTitle,x as SheetTrigger,h as sheetContentVariants};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(84% .16 84);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(67% .16 58);--primary-foreground:oklch(99% .02 95);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(67% .16 58);--sidebar-primary-foreground:oklch(99% .02 95);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(84% .16 84);--chart-1:oklch(88% .15 92);--chart-2:oklch(77% .16 70);--chart-3:oklch(67% .16 58);--chart-4:oklch(56% .15 49);--chart-5:oklch(47% .12 46)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(41% .11 46);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(77% .16 70);--primary-foreground:oklch(99% .02 95);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(77% .16 70);--sidebar-primary-foreground:oklch(99% .02 95);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(41% .11 46);--chart-1:oklch(88% .15 92);--chart-2:oklch(77% .16 70);--chart-3:oklch(67% .16 58);--chart-4:oklch(56% .15 49);--chart-5:oklch(47% .12 46)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(70.8% 0 0);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(48.8% .243 264.376);--primary-foreground:oklch(97% .014 254.604);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(54.6% .245 262.881);--sidebar-primary-foreground:oklch(97% .014 254.604);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(70.8% 0 0);--chart-1:oklch(80.9% .105 251.813);--chart-2:oklch(62.3% .214 259.815);--chart-3:oklch(54.6% .245 262.881);--chart-4:oklch(48.8% .243 264.376);--chart-5:oklch(42.4% .199 265.638)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(55.6% 0 0);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(48.8% .243 264.376);--primary-foreground:oklch(97% .014 254.604);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(62.3% .214 259.815);--sidebar-primary-foreground:oklch(97% .014 254.604);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(43.9% 0 0);--chart-1:oklch(80.9% .105 251.813);--chart-2:oklch(62.3% .214 259.815);--chart-3:oklch(54.6% .245 262.881);--chart-4:oklch(48.8% .243 264.376);--chart-5:oklch(42.4% .199 265.638)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(80% .13 212);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(61% .11 222);--primary-foreground:oklch(98% .02 201);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(61% .11 222);--sidebar-primary-foreground:oklch(98% .02 201);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(80% .13 212);--chart-1:oklch(87% .12 207);--chart-2:oklch(80% .13 212);--chart-3:oklch(71% .13 215);--chart-4:oklch(61% .11 222);--chart-5:oklch(52% .09 223)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(40% .07 227);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(71% .13 215);--primary-foreground:oklch(98% .02 201);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(71% .13 215);--sidebar-primary-foreground:oklch(98% .02 201);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(40% .07 227);--chart-1:oklch(87% .12 207);--chart-2:oklch(80% .13 212);--chart-3:oklch(71% .13 215);--chart-4:oklch(61% .11 222);--chart-5:oklch(52% .09 223)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(77% .15 163);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(60% .13 163);--primary-foreground:oklch(98% .02 166);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(60% .13 163);--sidebar-primary-foreground:oklch(98% .02 166);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(77% .15 163);--chart-1:oklch(85% .13 165);--chart-2:oklch(77% .15 163);--chart-3:oklch(70% .15 162);--chart-4:oklch(60% .13 163);--chart-5:oklch(51% .1 166)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(38% .07 169);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(70% .15 162);--primary-foreground:oklch(98% .02 166);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(70% .15 162);--sidebar-primary-foreground:oklch(98% .02 166);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(38% .07 169);--chart-1:oklch(85% .13 165);--chart-2:oklch(77% .15 163);--chart-3:oklch(70% .15 162);--chart-4:oklch(60% .13 163);--chart-5:oklch(51% .1 166)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(75% .21 322);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(59% .26 323);--primary-foreground:oklch(98% .02 320);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(59% .26 323);--sidebar-primary-foreground:oklch(98% .02 320);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(75% .21 322);--chart-1:oklch(83% .13 321);--chart-2:oklch(75% .21 322);--chart-3:oklch(67% .26 322);--chart-4:oklch(59% .26 323);--chart-5:oklch(52% .23 324)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(40% .16 326);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(67% .26 322);--primary-foreground:oklch(98% .02 320);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(67% .26 322);--sidebar-primary-foreground:oklch(98% .02 320);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(40% .16 326);--chart-1:oklch(83% .13 321);--chart-2:oklch(75% .21 322);--chart-3:oklch(67% .26 322);--chart-4:oklch(59% .26 323);--chart-5:oklch(52% .23 324)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(93% .01 265);--border:oklch(93% .01 265);--ring:oklch(71% .02 261);--background:oklch(98% 0 248);--foreground:oklch(13% .03 262);--primary:oklch(21% .03 265);--primary-foreground:oklch(98% 0 248);--secondary:oklch(97% 0 265);--secondary-foreground:oklch(21% .03 265);--destructive:oklch(57.7% .245 27.325);--accent:oklch(97% 0 265);--accent-foreground:oklch(21% .03 265);--muted:oklch(97% 0 265);--muted-foreground:oklch(55% .02 264);--popover:oklch(98% 0 248);--popover-foreground:oklch(13% .03 262);--card:oklch(98% 0 248);--card-foreground:oklch(13% .03 262);--sidebar:oklch(98% 0 248);--sidebar-foreground:oklch(13% .03 262);--sidebar-primary:oklch(21% .03 265);--sidebar-primary-foreground:oklch(98% 0 248);--sidebar-accent:oklch(97% 0 265);--sidebar-accent-foreground:oklch(21% .03 265);--sidebar-border:oklch(93% .01 265);--sidebar-ring:oklch(71% .02 261);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(55% .02 264);--background:oklch(13% .03 262);--foreground:oklch(98% 0 248);--primary:oklch(93% .01 265);--primary-foreground:oklch(21% .03 265);--secondary:oklch(28% .03 257);--secondary-foreground:oklch(98% 0 248);--destructive:oklch(70.4% .191 22.216);--accent:oklch(28% .03 257);--accent-foreground:oklch(98% 0 248);--muted:oklch(28% .03 257);--muted-foreground:oklch(71% .02 261);--popover:oklch(21% .03 265);--popover-foreground:oklch(98% 0 248);--card:oklch(21% .03 265);--card-foreground:oklch(98% 0 248);--sidebar:oklch(21% .03 265);--sidebar-foreground:oklch(98% 0 248);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98% 0 248);--sidebar-accent:oklch(28% .03 257);--sidebar-accent-foreground:oklch(98% 0 248);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55% .02 264);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(84.1% .238 128.85);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(64.8% .2 131.684);--primary-foreground:oklch(98.6% .031 120.757);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(64.8% .2 131.684);--sidebar-primary-foreground:oklch(98.6% .031 120.757);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(84.1% .238 128.85);--chart-1:oklch(87.1% .15 154.449);--chart-2:oklch(72.3% .219 149.579);--chart-3:oklch(62.7% .194 149.214);--chart-4:oklch(52.7% .154 150.069);--chart-5:oklch(44.8% .119 151.328)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(40.5% .101 131.063);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(64.8% .2 131.684);--primary-foreground:oklch(98.6% .031 120.757);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(76.8% .233 130.85);--sidebar-primary-foreground:oklch(98.6% .031 120.757);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(40.5% .101 131.063);--chart-1:oklch(87.1% .15 154.449);--chart-2:oklch(72.3% .219 149.579);--chart-3:oklch(62.7% .194 149.214);--chart-4:oklch(52.7% .154 150.069);--chart-5:oklch(44.8% .119 151.328)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(68% .16 277);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(51% .23 277);--primary-foreground:oklch(96% .02 272);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(51% .23 277);--sidebar-primary-foreground:oklch(96% .02 272);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(68% .16 277);--chart-1:oklch(79% .1 275);--chart-2:oklch(68% .16 277);--chart-3:oklch(59% .2 277);--chart-4:oklch(51% .23 277);--chart-5:oklch(46% .21 277)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(36% .14 279);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(59% .2 277);--primary-foreground:oklch(96% .02 272);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(59% .2 277);--sidebar-primary-foreground:oklch(96% .02 272);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(36% .14 279);--chart-1:oklch(79% .1 275);--chart-2:oklch(68% .16 277);--chart-3:oklch(59% .2 277);--chart-4:oklch(51% .23 277);--chart-5:oklch(46% .21 277)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(85% .21 129);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(65% .18 132);--primary-foreground:oklch(98.6% .031 120.757);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(65% .18 132);--sidebar-primary-foreground:oklch(98.6% .031 120.757);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(85% .21 129);--chart-1:oklch(90% .18 127);--chart-2:oklch(85% .21 129);--chart-3:oklch(77% .2 131);--chart-4:oklch(65% .18 132);--chart-5:oklch(53% .14 132)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(40.5% .101 131.063);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(65% .18 132);--primary-foreground:oklch(98.6% .031 120.757);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(76.8% .233 130.85);--sidebar-primary-foreground:oklch(98.6% .031 120.757);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(40.5% .101 131.063);--chart-1:oklch(90% .18 127);--chart-2:oklch(85% .21 129);--chart-3:oklch(77% .2 131);--chart-4:oklch(65% .18 132);--chart-5:oklch(53% .14 132)}
|
package/dist/css/neutral.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--input:
|
|
1
|
+
:root{--input:oklch(92.2% 0 0);--border:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0);--chart-1:var(--color-blue-300);--chart-2:var(--color-blue-500);--chart-3:var(--color-blue-600);--chart-4:var(--color-blue-700);--chart-5:var(--color-blue-800)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(55.6% 0 0);--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(37.1% 0 0);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--popover:oklch(26.9% 0 0);--popover-foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(43.9% 0 0);--chart-1:var(--color-blue-300);--chart-2:var(--color-blue-500);--chart-3:var(--color-blue-600);--chart-4:var(--color-blue-700);--chart-5:var(--color-blue-800)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(75% .183 55.934);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(64.6% .222 41.116);--primary-foreground:oklch(98% .016 73.684);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(64.6% .222 41.116);--sidebar-primary-foreground:oklch(98% .016 73.684);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(75% .183 55.934);--chart-1:oklch(83.7% .128 66.29);--chart-2:oklch(70.5% .213 47.604);--chart-3:oklch(64.6% .222 41.116);--chart-4:oklch(55.3% .195 38.402);--chart-5:oklch(47% .157 37.304)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(40.8% .123 38.172);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(70.5% .213 47.604);--primary-foreground:oklch(98% .016 73.684);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(70.5% .213 47.604);--sidebar-primary-foreground:oklch(98% .016 73.684);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(40.8% .123 38.172);--chart-1:oklch(83.7% .128 66.29);--chart-2:oklch(70.5% .213 47.604);--chart-3:oklch(64.6% .222 41.116);--chart-4:oklch(55.3% .195 38.402);--chart-5:oklch(47% .157 37.304)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(73% .18 350);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(59% .22 1);--primary-foreground:oklch(97% .01 343);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(59% .22 1);--sidebar-primary-foreground:oklch(97% .01 343);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(73% .18 350);--chart-1:oklch(82% .11 346);--chart-2:oklch(73% .18 350);--chart-3:oklch(66% .21 354);--chart-4:oklch(59% .22 1);--chart-5:oklch(52% .2 4)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(41% .14 2);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(66% .21 354);--primary-foreground:oklch(97% .01 343);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(66% .21 354);--sidebar-primary-foreground:oklch(97% .01 343);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(41% .14 2);--chart-1:oklch(82% .11 346);--chart-2:oklch(73% .18 350);--chart-3:oklch(66% .21 354);--chart-4:oklch(59% .22 1);--chart-5:oklch(52% .2 4)}
|
package/dist/css/preset.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "tw-animate-css";@source "../**/*.js";@theme inline{--color-input: var(--input); --color-border: var(--border); --color-ring: var(--ring); --color-background: var(--background); --color-foreground: var(--foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-destructive: var(--destructive); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-
|
|
1
|
+
@import "tw-animate-css";@source "../**/*.js";@theme inline{--color-input: var(--input); --color-border: var(--border); --color-ring: var(--ring); --color-background: var(--background); --color-foreground: var(--foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-destructive: var(--destructive); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5);}@theme{--ease-ui: cubic-bezier(.32,.72,0,1);}@layer base{*,:after,:before,::backdrop{border-color:var(--color-border);outline-color:color-mix(in oklab,var(--color-ring)20%,transparent)}::file-selector-button{border-color:var(--color-border);outline-color:color-mix(in oklab,var(--color-ring)20%,transparent)}::-webkit-scrollbar{@apply size-2;}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-border rounded-full;}*{scrollbar-width:thin;scrollbar-color:var(--color-border)transparent}html,body{background-color:var(--color-background);color:var(--color-foreground)}input{&::-webkit-search-cancel-button{appearance:none}&::-webkit-search-decoration{appearance:none}&::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}&[type=number]{-moz-appearance:textfield}}}@custom-variant dark (&:where(.dark,.dark*));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(72% .18 306);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(56% .25 302);--primary-foreground:oklch(98% .01 308);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(56% .25 302);--sidebar-primary-foreground:oklch(98% .01 308);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(72% .18 306);--chart-1:oklch(83% .11 306);--chart-2:oklch(72% .18 306);--chart-3:oklch(63% .23 304);--chart-4:oklch(56% .25 302);--chart-5:oklch(50% .24 302)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(38% .17 305);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(63% .23 304);--primary-foreground:oklch(98% .01 308);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(63% .23 304);--sidebar-primary-foreground:oklch(98% .01 308);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(38% .17 305);--chart-1:oklch(83% .11 306);--chart-2:oklch(72% .18 306);--chart-3:oklch(63% .23 304);--chart-4:oklch(56% .25 302);--chart-5:oklch(50% .24 302)}
|
package/dist/css/red.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(70.4% .191 22.216);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(57.7% .245 27.325);--primary-foreground:oklch(97.1% .013 17.38);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(57.7% .245 27.325);--sidebar-primary-foreground:oklch(97.1% .013 17.38);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(70.4% .191 22.216);--chart-1:oklch(80.8% .114 19.571);--chart-2:oklch(63.7% .237 25.331);--chart-3:oklch(57.7% .245 27.325);--chart-4:oklch(50.5% .213 27.518);--chart-5:oklch(44.4% .177 26.899)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(39.6% .141 25.723);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(63.7% .237 25.331);--primary-foreground:oklch(97.1% .013 17.38);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(63.7% .237 25.331);--sidebar-primary-foreground:oklch(97.1% .013 17.38);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(39.6% .141 25.723);--chart-1:oklch(80.8% .114 19.571);--chart-2:oklch(63.7% .237 25.331);--chart-3:oklch(57.7% .245 27.325);--chart-4:oklch(50.5% .213 27.518);--chart-5:oklch(44.4% .177 26.899)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(71.2% .194 13.428);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(58.6% .253 17.585);--primary-foreground:oklch(96.9% .015 12.422);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(58.6% .253 17.585);--sidebar-primary-foreground:oklch(96.9% .015 12.422);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(71.2% .194 13.428);--chart-1:oklch(81% .117 11.638);--chart-2:oklch(64.5% .246 16.439);--chart-3:oklch(58.6% .253 17.585);--chart-4:oklch(51.4% .222 16.935);--chart-5:oklch(45.5% .188 13.697)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(41% .159 10.272);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(64.5% .246 16.439);--primary-foreground:oklch(96.9% .015 12.422);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(64.5% .246 16.439);--sidebar-primary-foreground:oklch(96.9% .015 12.422);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(41% .159 10.272);--chart-1:oklch(81% .117 11.638);--chart-2:oklch(64.5% .246 16.439);--chart-3:oklch(58.6% .253 17.585);--chart-4:oklch(51.4% .222 16.935);--chart-5:oklch(45.5% .188 13.697)}
|
package/dist/css/sky.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(75% .14 233);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(59% .14 242);--primary-foreground:oklch(98% .01 237);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(59% .14 242);--sidebar-primary-foreground:oklch(98% .01 237);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(75% .14 233);--chart-1:oklch(83% .1 230);--chart-2:oklch(68% .15 237);--chart-3:oklch(59% .14 242);--chart-4:oklch(50% .12 243);--chart-5:oklch(44% .1 241)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(39% .08 241);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(68% .15 237);--primary-foreground:oklch(98% .01 237);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(68% .15 237);--sidebar-primary-foreground:oklch(98% .01 237);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(39% .08 241);--chart-1:oklch(83% .1 230);--chart-2:oklch(68% .15 237);--chart-3:oklch(59% .14 242);--chart-4:oklch(50% .12 243);--chart-5:oklch(44% .1 241)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(93% .01 256);--border:oklch(93% .01 256);--ring:oklch(71% .04 257);--background:oklch(98% 0 248);--foreground:oklch(13% .04 265);--primary:oklch(21% .04 266);--primary-foreground:oklch(98% 0 248);--secondary:oklch(97% .01 248);--secondary-foreground:oklch(21% .04 266);--destructive:oklch(57.7% .245 27.325);--accent:oklch(97% .01 248);--accent-foreground:oklch(21% .04 266);--muted:oklch(97% .01 248);--muted-foreground:oklch(55% .04 257);--popover:oklch(98% 0 248);--popover-foreground:oklch(13% .04 265);--card:oklch(98% 0 248);--card-foreground:oklch(13% .04 265);--sidebar:oklch(98% 0 248);--sidebar-foreground:oklch(13% .04 265);--sidebar-primary:oklch(21% .04 266);--sidebar-primary-foreground:oklch(98% 0 248);--sidebar-accent:oklch(97% .01 248);--sidebar-accent-foreground:oklch(21% .04 266);--sidebar-border:oklch(93% .01 256);--sidebar-ring:oklch(71% .04 257);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(55% .04 257);--background:oklch(13% .04 265);--foreground:oklch(98% 0 248);--primary:oklch(93% .01 256);--primary-foreground:oklch(21% .04 266);--secondary:oklch(28% .04 260);--secondary-foreground:oklch(98% 0 248);--destructive:oklch(70.4% .191 22.216);--accent:oklch(28% .04 260);--accent-foreground:oklch(98% 0 248);--muted:oklch(28% .04 260);--muted-foreground:oklch(71% .04 257);--popover:oklch(21% .04 266);--popover-foreground:oklch(98% 0 248);--card:oklch(21% .04 266);--card-foreground:oklch(98% 0 248);--sidebar:oklch(21% .04 266);--sidebar-foreground:oklch(98% 0 248);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98% 0 248);--sidebar-accent:oklch(28% .04 260);--sidebar-accent-foreground:oklch(98% 0 248);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55% .04 257);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92.3% .003 48.717);--border:oklch(92.3% .003 48.717);--ring:oklch(70.9% .01 56.259);--background:oklch(100% 0 0);--foreground:oklch(14.7% .004 49.25);--primary:oklch(21.6% .006 56.043);--primary-foreground:oklch(98.5% .001 106.423);--secondary:oklch(97% .001 106.424);--secondary-foreground:oklch(21.6% .006 56.043);--destructive:oklch(57.7% .245 27.325);--accent:oklch(97% .001 106.424);--accent-foreground:oklch(21.6% .006 56.043);--muted:oklch(97% .001 106.424);--muted-foreground:oklch(55.3% .013 58.071);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.7% .004 49.25);--card:oklch(100% 0 0);--card-foreground:oklch(14.7% .004 49.25);--sidebar:oklch(98.5% .001 106.423);--sidebar-foreground:oklch(14.7% .004 49.25);--sidebar-primary:oklch(21.6% .006 56.043);--sidebar-primary-foreground:oklch(98.5% .001 106.423);--sidebar-accent:oklch(97% .001 106.424);--sidebar-accent-foreground:oklch(21.6% .006 56.043);--sidebar-border:oklch(92.3% .003 48.717);--sidebar-ring:oklch(70.9% .01 56.259);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(55.3% .013 58.071);--background:oklch(14.7% .004 49.25);--foreground:oklch(98.5% .001 106.423);--primary:oklch(92.3% .003 48.717);--primary-foreground:oklch(21.6% .006 56.043);--secondary:oklch(26.8% .007 34.298);--secondary-foreground:oklch(98.5% .001 106.423);--destructive:oklch(70.4% .191 22.216);--accent:oklch(26.8% .007 34.298);--accent-foreground:oklch(98.5% .001 106.423);--muted:oklch(26.8% .007 34.298);--muted-foreground:oklch(70.9% .01 56.259);--popover:oklch(21.6% .006 56.043);--popover-foreground:oklch(98.5% .001 106.423);--card:oklch(21.6% .006 56.043);--card-foreground:oklch(98.5% .001 106.423);--sidebar:oklch(21.6% .006 56.043);--sidebar-foreground:oklch(98.5% .001 106.423);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% .001 106.423);--sidebar-accent:oklch(26.8% .007 34.298);--sidebar-accent-foreground:oklch(98.5% .001 106.423);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55.3% .013 58.071);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(78% .13 182);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(60% .1 185);--primary-foreground:oklch(98% .01 181);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(60% .1 185);--sidebar-primary-foreground:oklch(98% .01 181);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(78% .13 182);--chart-1:oklch(85% .13 181);--chart-2:oklch(78% .13 182);--chart-3:oklch(70% .12 183);--chart-4:oklch(60% .1 185);--chart-5:oklch(51% .09 186)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(39% .06 188);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(70% .12 183);--primary-foreground:oklch(98% .01 181);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(70% .12 183);--sidebar-primary-foreground:oklch(98% .01 181);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(39% .06 188);--chart-1:oklch(85% .13 181);--chart-2:oklch(78% .13 182);--chart-3:oklch(70% .12 183);--chart-4:oklch(60% .1 185);--chart-5:oklch(51% .09 186)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(70.2% .183 293.541);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(54.1% .281 293.009);--primary-foreground:oklch(96.9% .016 293.756);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(54.1% .281 293.009);--sidebar-primary-foreground:oklch(96.9% .016 293.756);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(70.2% .183 293.541);--chart-1:oklch(81.1% .111 293.571);--chart-2:oklch(60.6% .25 292.717);--chart-3:oklch(54.1% .281 293.009);--chart-4:oklch(49.1% .27 292.581);--chart-5:oklch(43.2% .232 292.759)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(38% .189 293.745);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(60.6% .25 292.717);--primary-foreground:oklch(96.9% .016 293.756);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(60.6% .25 292.717);--sidebar-primary-foreground:oklch(96.9% .016 293.756);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(38% .189 293.745);--chart-1:oklch(81.1% .111 293.571);--chart-2:oklch(60.6% .25 292.717);--chart-3:oklch(54.1% .281 293.009);--chart-4:oklch(49.1% .27 292.581);--chart-5:oklch(43.2% .232 292.759)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(85.2% .199 91.936);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(68.1% .162 75.834);--primary-foreground:oklch(98.7% .026 102.212);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(68.1% .162 75.834);--sidebar-primary-foreground:oklch(98.7% .026 102.212);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(85.2% .199 91.936);--chart-1:oklch(90.5% .182 98.111);--chart-2:oklch(79.5% .184 86.047);--chart-3:oklch(68.1% .162 75.834);--chart-4:oklch(55.4% .135 66.442);--chart-5:oklch(47.6% .114 61.907)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(42.1% .095 57.708);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(79.5% .184 86.047);--primary-foreground:oklch(42.1% .095 57.708);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(79.5% .184 86.047);--sidebar-primary-foreground:oklch(98.7% .026 102.212);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(42.1% .095 57.708);--chart-1:oklch(90.5% .182 98.111);--chart-2:oklch(79.5% .184 86.047);--chart-3:oklch(68.1% .162 75.834);--chart-4:oklch(55.4% .135 66.442);--chart-5:oklch(47.6% .114 61.907)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--input:oklch(92% .004 286.32);--border:oklch(92% .004 286.32);--ring:oklch(70.5% .015 286.067);--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--primary:oklch(21% .006 285.885);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(96.7% .001 286.375);--secondary-foreground:oklch(21% .006 285.885);--destructive:oklch(57.7% .245 27.325);--accent:oklch(96.7% .001 286.375);--accent-foreground:oklch(21% .006 285.885);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--card-foreground:oklch(14.1% .005 285.823);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.1% .005 285.823);--sidebar-primary:oklch(21% .006 285.885);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(96.7% .001 286.375);--sidebar-accent-foreground:oklch(21% .006 285.885);--sidebar-border:oklch(92% .004 286.32);--sidebar-ring:oklch(70.5% .015 286.067);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08)}.dark{--input:oklch(100% 0 0/.15);--border:oklch(100% 0 0/.1);--ring:oklch(55.2% .016 285.938);--background:oklch(14.1% .005 285.823);--foreground:oklch(98.5% 0 0);--primary:oklch(92% .004 286.32);--primary-foreground:oklch(21% .006 285.885);--secondary:oklch(27.4% .006 286.033);--secondary-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--accent:oklch(27.4% .006 286.033);--accent-foreground:oklch(98.5% 0 0);--muted:oklch(27.4% .006 286.033);--muted-foreground:oklch(70.5% .015 286.067);--popover:oklch(21% .006 285.885);--popover-foreground:oklch(98.5% 0 0);--card:oklch(21% .006 285.885);--card-foreground:oklch(98.5% 0 0);--sidebar:oklch(21% .006 285.885);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(27.4% .006 286.033);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55.2% .016 285.938);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439)}
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,a)=>{for(var r in a)__webpack_require__.o(a,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},__webpack_require__.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{PaginationLink:()=>pagination_cjs_namespaceObject.PaginationLink,DialogHeader:()=>dialog_cjs_namespaceObject.DialogHeader,AlertDialogContent:()=>alert_dialog_cjs_namespaceObject.AlertDialogContent,DropdownMenuArrow:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuArrow,SidebarContent:()=>sidebar_cjs_namespaceObject.SidebarContent,NavigationMenuList:()=>navigation_menu_cjs_namespaceObject.NavigationMenuList,RadioCards:()=>radio_cards_cjs_namespaceObject.RadioCards,NavigationMenuItem:()=>navigation_menu_cjs_namespaceObject.NavigationMenuItem,DropdownMenuSubContent:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSubContent,CommandEmpty:()=>command_cjs_namespaceObject.CommandEmpty,SidebarGroupContent:()=>sidebar_cjs_namespaceObject.SidebarGroupContent,Skeleton:()=>skeleton_cjs_namespaceObject.Skeleton,MenubarSubContent:()=>menubar_cjs_namespaceObject.MenubarSubContent,usePagination:()=>use_pagination_cjs_namespaceObject.usePagination,TooltipArrow:()=>tooltip_cjs_namespaceObject.TooltipArrow,ContextMenuLabel:()=>context_menu_cjs_namespaceObject.ContextMenuLabel,Text:()=>text_cjs_namespaceObject.Text,ContextMenuSub:()=>context_menu_cjs_namespaceObject.ContextMenuSub,PopoverTrigger:()=>popover_cjs_namespaceObject.PopoverTrigger,toast:()=>sonner_cjs_namespaceObject.toast,CardDescription:()=>card_cjs_namespaceObject.CardDescription,SheetFooter:()=>sheet_cjs_namespaceObject.SheetFooter,MenubarArrow:()=>menubar_cjs_namespaceObject.MenubarArrow,InputPassword:()=>input_password_cjs_namespaceObject.InputPassword,CommandSeparator:()=>command_cjs_namespaceObject.CommandSeparator,InputOTPGroup:()=>input_otp_cjs_namespaceObject.InputOTPGroup,SidebarGroupAction:()=>sidebar_cjs_namespaceObject.SidebarGroupAction,DrawerContent:()=>drawer_cjs_namespaceObject.DrawerContent,DrawerDescription:()=>drawer_cjs_namespaceObject.DrawerDescription,SidebarProvider:()=>sidebar_cjs_namespaceObject.SidebarProvider,Spinner:()=>spinner_cjs_namespaceObject.Spinner,buttonVariants:()=>button_cjs_namespaceObject.buttonVariants,ELLIPSIS:()=>use_pagination_cjs_namespaceObject.ELLIPSIS,TabsList:()=>tabs_cjs_namespaceObject.TabsList,TableBody:()=>table_cjs_namespaceObject.TableBody,AvatarImage:()=>avatar_cjs_namespaceObject.AvatarImage,toggleVariants:()=>toggle_cjs_namespaceObject.toggleVariants,DrawerFooter:()=>drawer_cjs_namespaceObject.DrawerFooter,AlertDialogTitle:()=>alert_dialog_cjs_namespaceObject.AlertDialogTitle,badgeVariants:()=>badge_cjs_namespaceObject.badgeVariants,createChartScope:()=>chart_cjs_namespaceObject.createChartScope,SheetHeader:()=>sheet_cjs_namespaceObject.SheetHeader,Radio:()=>radio_cjs_namespaceObject.Radio,AlertDialogTrigger:()=>alert_dialog_cjs_namespaceObject.AlertDialogTrigger,useAnimatedValue:()=>use_animated_value_cjs_namespaceObject.useAnimatedValue,CardContent:()=>card_cjs_namespaceObject.CardContent,SelectValue:()=>select_cjs_namespaceObject.SelectValue,Slider:()=>slider_cjs_namespaceObject.Slider,InputSearch:()=>input_search_cjs_namespaceObject.InputSearch,Form:()=>form_cjs_namespaceObject.Form,ContextMenuSubContent:()=>context_menu_cjs_namespaceObject.ContextMenuSubContent,AvatarFallback:()=>avatar_cjs_namespaceObject.AvatarFallback,CardAction:()=>card_cjs_namespaceObject.CardAction,BreadcrumbItem:()=>breadcrumb_cjs_namespaceObject.BreadcrumbItem,ContextMenu:()=>context_menu_cjs_namespaceObject.ContextMenu,AlertDialogFooter:()=>alert_dialog_cjs_namespaceObject.AlertDialogFooter,SelectSeparator:()=>select_cjs_namespaceObject.SelectSeparator,Container:()=>container_cjs_namespaceObject.Container,Select:()=>select_cjs_namespaceObject.Select,HoverCard:()=>hover_card_cjs_namespaceObject.HoverCard,PopoverArrow:()=>popover_cjs_namespaceObject.PopoverArrow,CommandItem:()=>command_cjs_namespaceObject.CommandItem,ResizablePanel:()=>resizable_cjs_namespaceObject.ResizablePanel,SelectScrollUpButton:()=>select_cjs_namespaceObject.SelectScrollUpButton,TooltipProvider:()=>tooltip_cjs_namespaceObject.TooltipProvider,TableFooter:()=>table_cjs_namespaceObject.TableFooter,Command:()=>command_cjs_namespaceObject.Command,NavigationMenuLink:()=>navigation_menu_cjs_namespaceObject.NavigationMenuLink,HoverCardArrow:()=>hover_card_cjs_namespaceObject.HoverCardArrow,AccordionContent:()=>accordion_cjs_namespaceObject.AccordionContent,ScrollAreaScrollbar:()=>scroll_area_cjs_namespaceObject.ScrollAreaScrollbar,SheetTitle:()=>sheet_cjs_namespaceObject.SheetTitle,sidebarMenuButtonVariants:()=>sidebar_cjs_namespaceObject.sidebarMenuButtonVariants,SidebarMenuSkeleton:()=>sidebar_cjs_namespaceObject.SidebarMenuSkeleton,DropdownMenuSub:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSub,REGEXP_ONLY_DIGITS:()=>input_otp_cjs_namespaceObject.REGEXP_ONLY_DIGITS,Quote:()=>quote_cjs_namespaceObject.Quote,InputOTPSlot:()=>input_otp_cjs_namespaceObject.InputOTPSlot,CardTitle:()=>card_cjs_namespaceObject.CardTitle,SelectLabel:()=>select_cjs_namespaceObject.SelectLabel,Input:()=>input_cjs_namespaceObject.Input,TableHeader:()=>table_cjs_namespaceObject.TableHeader,Toaster:()=>sonner_cjs_namespaceObject.Toaster,DialogTitle:()=>dialog_cjs_namespaceObject.DialogTitle,ChartLegendContent:()=>chart_cjs_namespaceObject.ChartLegendContent,Code:()=>code_cjs_namespaceObject.Code,Popover:()=>popover_cjs_namespaceObject.Popover,RadioCardsItem:()=>radio_cards_cjs_namespaceObject.RadioCardsItem,SidebarMenuSubButton:()=>sidebar_cjs_namespaceObject.SidebarMenuSubButton,CheckboxGroup:()=>checkbox_group_cjs_namespaceObject.CheckboxGroup,TableCell:()=>table_cjs_namespaceObject.TableCell,MenubarGroup:()=>menubar_cjs_namespaceObject.MenubarGroup,Switch:()=>switch_cjs_namespaceObject.Switch,Sidebar:()=>sidebar_cjs_namespaceObject.Sidebar,Toggle:()=>toggle_cjs_namespaceObject.Toggle,useMutationObserver:()=>use_mutation_observer_cjs_namespaceObject.useMutationObserver,useSidebar:()=>sidebar_cjs_namespaceObject.useSidebar,AlertDialogHeader:()=>alert_dialog_cjs_namespaceObject.AlertDialogHeader,SidebarInput:()=>sidebar_cjs_namespaceObject.SidebarInput,NavigationMenu:()=>navigation_menu_cjs_namespaceObject.NavigationMenu,MenubarRadioGroup:()=>menubar_cjs_namespaceObject.MenubarRadioGroup,AlertDialogAction:()=>alert_dialog_cjs_namespaceObject.AlertDialogAction,SidebarGroup:()=>sidebar_cjs_namespaceObject.SidebarGroup,TableHead:()=>table_cjs_namespaceObject.TableHead,Tabs:()=>tabs_cjs_namespaceObject.Tabs,ProgressCircle:()=>progress_circle_cjs_namespaceObject.ProgressCircle,CollapsibleContent:()=>collapsible_cjs_namespaceObject.CollapsibleContent,DropdownMenuTrigger:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuTrigger,ChartStyle:()=>chart_cjs_namespaceObject.ChartStyle,Blockquote:()=>blockquote_cjs_namespaceObject.Blockquote,ContextMenuTrigger:()=>context_menu_cjs_namespaceObject.ContextMenuTrigger,CommandGroup:()=>command_cjs_namespaceObject.CommandGroup,SidebarRail:()=>sidebar_cjs_namespaceObject.SidebarRail,separatorVariants:()=>separator_cjs_namespaceObject.separatorVariants,ChartTooltipContent:()=>chart_cjs_namespaceObject.ChartTooltipContent,SelectScrollDownButton:()=>select_cjs_namespaceObject.SelectScrollDownButton,BreadcrumbList:()=>breadcrumb_cjs_namespaceObject.BreadcrumbList,createFormFieldScope:()=>form_cjs_namespaceObject.createFormFieldScope,Inline:()=>inline_cjs_namespaceObject.Inline,REGEXP_ONLY_CHARS:()=>input_otp_cjs_namespaceObject.REGEXP_ONLY_CHARS,ChartContainer:()=>chart_cjs_namespaceObject.ChartContainer,DrawerHeader:()=>drawer_cjs_namespaceObject.DrawerHeader,MenubarSeparator:()=>menubar_cjs_namespaceObject.MenubarSeparator,Button:()=>button_cjs_namespaceObject.Button,DropdownMenuShortcut:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuShortcut,SidebarMenuBadge:()=>sidebar_cjs_namespaceObject.SidebarMenuBadge,CarouselPrevious:()=>carousel_cjs_namespaceObject.CarouselPrevious,FormField:()=>form_cjs_namespaceObject.FormField,CollapsibleTrigger:()=>collapsible_cjs_namespaceObject.CollapsibleTrigger,ChartLegend:()=>chart_cjs_namespaceObject.ChartLegend,RadioGroup:()=>radio_group_cjs_namespaceObject.RadioGroup,AspectRatio:()=>aspect_ratio_cjs_namespaceObject.AspectRatio,Alert:()=>alert_cjs_namespaceObject.Alert,DropdownMenuRadioItem:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuRadioItem,CommandDialog:()=>command_cjs_namespaceObject.CommandDialog,Em:()=>em_cjs_namespaceObject.Em,ResizableHandle:()=>resizable_cjs_namespaceObject.ResizableHandle,Accordion:()=>accordion_cjs_namespaceObject.Accordion,Strong:()=>strong_cjs_namespaceObject.Strong,CalendarRangeLabel:()=>calendar_cjs_namespaceObject.CalendarRangeLabel,SheetContent:()=>sheet_cjs_namespaceObject.SheetContent,AlertDescription:()=>alert_cjs_namespaceObject.AlertDescription,ContextMenuRadioItem:()=>context_menu_cjs_namespaceObject.ContextMenuRadioItem,Dialog:()=>dialog_cjs_namespaceObject.Dialog,createCarouselScope:()=>carousel_cjs_namespaceObject.createCarouselScope,RadioGroupItem:()=>radio_group_cjs_namespaceObject.RadioGroupItem,PopoverAnchor:()=>popover_cjs_namespaceObject.PopoverAnchor,ContextMenuArrow:()=>context_menu_cjs_namespaceObject.ContextMenuArrow,DrawerClose:()=>drawer_cjs_namespaceObject.DrawerClose,FormDescription:()=>form_cjs_namespaceObject.FormDescription,DropdownMenuSeparator:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSeparator,useMediaQuery:()=>use_media_query_cjs_namespaceObject.useMediaQuery,ResizablePanelGroup:()=>resizable_cjs_namespaceObject.ResizablePanelGroup,SheetBody:()=>sheet_cjs_namespaceObject.SheetBody,CarouselNext:()=>carousel_cjs_namespaceObject.CarouselNext,ContextMenuCheckboxItem:()=>context_menu_cjs_namespaceObject.ContextMenuCheckboxItem,sheetContentVariants:()=>sheet_cjs_namespaceObject.sheetContentVariants,InputOTP:()=>input_otp_cjs_namespaceObject.InputOTP,Box:()=>box_cjs_namespaceObject.Box,TableCaption:()=>table_cjs_namespaceObject.TableCaption,TooltipTrigger:()=>tooltip_cjs_namespaceObject.TooltipTrigger,CheckboxCardsItem:()=>checkbox_cards_cjs_namespaceObject.CheckboxCardsItem,SheetClose:()=>sheet_cjs_namespaceObject.SheetClose,SelectGroup:()=>select_cjs_namespaceObject.SelectGroup,PaginationContent:()=>pagination_cjs_namespaceObject.PaginationContent,DropdownMenuSubTrigger:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSubTrigger,SidebarMenuAction:()=>sidebar_cjs_namespaceObject.SidebarMenuAction,ContextMenuSeparator:()=>context_menu_cjs_namespaceObject.ContextMenuSeparator,DropdownMenuContent:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuContent,Separator:()=>separator_cjs_namespaceObject.Separator,MenubarSubTrigger:()=>menubar_cjs_namespaceObject.MenubarSubTrigger,Pagination:()=>pagination_cjs_namespaceObject.Pagination,ContextMenuContent:()=>context_menu_cjs_namespaceObject.ContextMenuContent,DialogBody:()=>dialog_cjs_namespaceObject.DialogBody,ChartTooltip:()=>chart_cjs_namespaceObject.ChartTooltip,Pre:()=>pre_cjs_namespaceObject.Pre,DrawerTitle:()=>drawer_cjs_namespaceObject.DrawerTitle,TabsContent:()=>tabs_cjs_namespaceObject.TabsContent,TooltipContent:()=>tooltip_cjs_namespaceObject.TooltipContent,DropdownMenuGroup:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuGroup,AlertDialogBody:()=>alert_dialog_cjs_namespaceObject.AlertDialogBody,ContextMenuItem:()=>context_menu_cjs_namespaceObject.ContextMenuItem,REGEXP_ONLY_DIGITS_AND_CHARS:()=>input_otp_cjs_namespaceObject.REGEXP_ONLY_DIGITS_AND_CHARS,FormItem:()=>form_cjs_namespaceObject.FormItem,Carousel:()=>carousel_cjs_namespaceObject.Carousel,BreadcrumbEllipsis:()=>breadcrumb_cjs_namespaceObject.BreadcrumbEllipsis,BreadcrumbLink:()=>breadcrumb_cjs_namespaceObject.BreadcrumbLink,AccordionItem:()=>accordion_cjs_namespaceObject.AccordionItem,DropdownMenuLabel:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuLabel,ContextMenuSubTrigger:()=>context_menu_cjs_namespaceObject.ContextMenuSubTrigger,NavigationMenuTrigger:()=>navigation_menu_cjs_namespaceObject.NavigationMenuTrigger,DialogFooter:()=>dialog_cjs_namespaceObject.DialogFooter,Card:()=>card_cjs_namespaceObject.Card,MenubarRadioItem:()=>menubar_cjs_namespaceObject.MenubarRadioItem,DropdownMenuCheckboxItem:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuCheckboxItem,alertVariants:()=>alert_cjs_namespaceObject.alertVariants,inputVariants:()=>input_cjs_namespaceObject.inputVariants,CalendarLabel:()=>calendar_cjs_namespaceObject.CalendarLabel,Sheet:()=>sheet_cjs_namespaceObject.Sheet,useCopyToClipboard:()=>use_copy_to_clipboard_cjs_namespaceObject.useCopyToClipboard,useIsMobile:()=>use_is_mobile_cjs_namespaceObject.useIsMobile,AlertDialog:()=>alert_dialog_cjs_namespaceObject.AlertDialog,ScrollArea:()=>scroll_area_cjs_namespaceObject.ScrollArea,FormMessage:()=>form_cjs_namespaceObject.FormMessage,PaginationNext:()=>pagination_cjs_namespaceObject.PaginationNext,Label:()=>label_cjs_namespaceObject.Label,scrollAreaScrollbarVariants:()=>scroll_area_cjs_namespaceObject.scrollAreaScrollbarVariants,Checkbox:()=>checkbox_cjs_namespaceObject.Checkbox,DropdownMenuItem:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuItem,ContextMenuGroup:()=>context_menu_cjs_namespaceObject.ContextMenuGroup,SidebarSeparator:()=>sidebar_cjs_namespaceObject.SidebarSeparator,PopoverContent:()=>popover_cjs_namespaceObject.PopoverContent,Section:()=>section_cjs_namespaceObject.Section,SidebarInset:()=>sidebar_cjs_namespaceObject.SidebarInset,CardFooter:()=>card_cjs_namespaceObject.CardFooter,SidebarMenuButton:()=>sidebar_cjs_namespaceObject.SidebarMenuButton,Avatar:()=>avatar_cjs_namespaceObject.Avatar,BreadcrumbSeparator:()=>breadcrumb_cjs_namespaceObject.BreadcrumbSeparator,MenubarSub:()=>menubar_cjs_namespaceObject.MenubarSub,PaginationItem:()=>pagination_cjs_namespaceObject.PaginationItem,SheetTrigger:()=>sheet_cjs_namespaceObject.SheetTrigger,DrawerBody:()=>drawer_cjs_namespaceObject.DrawerBody,Calendar:()=>calendar_cjs_namespaceObject.Calendar,TabsTrigger:()=>tabs_cjs_namespaceObject.TabsTrigger,Tooltip:()=>tooltip_cjs_namespaceObject.Tooltip,AlertTitle:()=>alert_cjs_namespaceObject.AlertTitle,FormControl:()=>form_cjs_namespaceObject.FormControl,Collapsible:()=>collapsible_cjs_namespaceObject.Collapsible,SeparatorItem:()=>separator_cjs_namespaceObject.SeparatorItem,InputOTPSeparator:()=>input_otp_cjs_namespaceObject.InputOTPSeparator,FormLabel:()=>form_cjs_namespaceObject.FormLabel,PaginationEllipsis:()=>pagination_cjs_namespaceObject.PaginationEllipsis,DialogDescription:()=>dialog_cjs_namespaceObject.DialogDescription,Menubar:()=>menubar_cjs_namespaceObject.Menubar,MenubarContent:()=>menubar_cjs_namespaceObject.MenubarContent,CommandShortcut:()=>command_cjs_namespaceObject.CommandShortcut,CarouselItem:()=>carousel_cjs_namespaceObject.CarouselItem,MenubarItem:()=>menubar_cjs_namespaceObject.MenubarItem,MenubarShortcut:()=>menubar_cjs_namespaceObject.MenubarShortcut,Textarea:()=>textarea_cjs_namespaceObject.Textarea,SidebarFooter:()=>sidebar_cjs_namespaceObject.SidebarFooter,SelectItem:()=>select_cjs_namespaceObject.SelectItem,AccordionIcon:()=>accordion_cjs_namespaceObject.AccordionIcon,DialogClose:()=>dialog_cjs_namespaceObject.DialogClose,Badge:()=>badge_cjs_namespaceObject.Badge,SheetDescription:()=>sheet_cjs_namespaceObject.SheetDescription,navigationMenuTriggerVariants:()=>navigation_menu_cjs_namespaceObject.navigationMenuTriggerVariants,progressCircleVariants:()=>progress_circle_cjs_namespaceObject.progressCircleVariants,CommandLoading:()=>command_cjs_namespaceObject.CommandLoading,Heading:()=>heading_cjs_namespaceObject.Heading,SidebarMenu:()=>sidebar_cjs_namespaceObject.SidebarMenu,Table:()=>table_cjs_namespaceObject.Table,SidebarMenuItem:()=>sidebar_cjs_namespaceObject.SidebarMenuItem,BreadcrumbPage:()=>breadcrumb_cjs_namespaceObject.BreadcrumbPage,SidebarGroupLabel:()=>sidebar_cjs_namespaceObject.SidebarGroupLabel,ToggleGroupItem:()=>toggle_group_cjs_namespaceObject.ToggleGroupItem,SelectContent:()=>select_cjs_namespaceObject.SelectContent,ContextMenuRadioGroup:()=>context_menu_cjs_namespaceObject.ContextMenuRadioGroup,Kbd:()=>kbd_cjs_namespaceObject.Kbd,NavigationMenuContent:()=>navigation_menu_cjs_namespaceObject.NavigationMenuContent,CommandList:()=>command_cjs_namespaceObject.CommandList,AccordionTrigger:()=>accordion_cjs_namespaceObject.AccordionTrigger,useSonner:()=>sonner_cjs_namespaceObject.useSonner,PaginationPrevious:()=>pagination_cjs_namespaceObject.PaginationPrevious,SidebarMenuSub:()=>sidebar_cjs_namespaceObject.SidebarMenuSub,AlertDialogDescription:()=>alert_dialog_cjs_namespaceObject.AlertDialogDescription,CommandInput:()=>command_cjs_namespaceObject.CommandInput,SidebarHeader:()=>sidebar_cjs_namespaceObject.SidebarHeader,SidebarTrigger:()=>sidebar_cjs_namespaceObject.SidebarTrigger,DropdownMenu:()=>dropdown_menu_cjs_namespaceObject.DropdownMenu,CheckboxCards:()=>checkbox_cards_cjs_namespaceObject.CheckboxCards,CheckboxGroupItem:()=>checkbox_group_cjs_namespaceObject.CheckboxGroupItem,Drawer:()=>drawer_cjs_namespaceObject.Drawer,MenubarCheckboxItem:()=>menubar_cjs_namespaceObject.MenubarCheckboxItem,DialogTrigger:()=>dialog_cjs_namespaceObject.DialogTrigger,DialogContent:()=>dialog_cjs_namespaceObject.DialogContent,DropdownMenuRadioGroup:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuRadioGroup,Progress:()=>progress_cjs_namespaceObject.Progress,TableRow:()=>table_cjs_namespaceObject.TableRow,ToggleGroup:()=>toggle_group_cjs_namespaceObject.ToggleGroup,AlertDialogCancel:()=>alert_dialog_cjs_namespaceObject.AlertDialogCancel,SelectTrigger:()=>select_cjs_namespaceObject.SelectTrigger,InputNumber:()=>input_number_cjs_namespaceObject.InputNumber,MenubarLabel:()=>menubar_cjs_namespaceObject.MenubarLabel,DrawerTrigger:()=>drawer_cjs_namespaceObject.DrawerTrigger,HoverCardTrigger:()=>hover_card_cjs_namespaceObject.HoverCardTrigger,Breadcrumb:()=>breadcrumb_cjs_namespaceObject.Breadcrumb,ContextMenuShortcut:()=>context_menu_cjs_namespaceObject.ContextMenuShortcut,MenubarTrigger:()=>menubar_cjs_namespaceObject.MenubarTrigger,SidebarMenuSubItem:()=>sidebar_cjs_namespaceObject.SidebarMenuSubItem,CardHeader:()=>card_cjs_namespaceObject.CardHeader,HoverCardContent:()=>hover_card_cjs_namespaceObject.HoverCardContent,MenubarMenu:()=>menubar_cjs_namespaceObject.MenubarMenu,CarouselContent:()=>carousel_cjs_namespaceObject.CarouselContent});const accordion_cjs_namespaceObject=require("./components/accordion.cjs"),alert_cjs_namespaceObject=require("./components/alert.cjs"),alert_dialog_cjs_namespaceObject=require("./components/alert-dialog.cjs"),aspect_ratio_cjs_namespaceObject=require("./components/aspect-ratio.cjs"),avatar_cjs_namespaceObject=require("./components/avatar.cjs"),badge_cjs_namespaceObject=require("./components/badge.cjs"),blockquote_cjs_namespaceObject=require("./components/blockquote.cjs"),box_cjs_namespaceObject=require("./components/box.cjs"),breadcrumb_cjs_namespaceObject=require("./components/breadcrumb.cjs"),button_cjs_namespaceObject=require("./components/button.cjs"),calendar_cjs_namespaceObject=require("./components/calendar.cjs"),card_cjs_namespaceObject=require("./components/card.cjs"),carousel_cjs_namespaceObject=require("./components/carousel.cjs"),chart_cjs_namespaceObject=require("./components/chart.cjs"),checkbox_cjs_namespaceObject=require("./components/checkbox.cjs"),checkbox_cards_cjs_namespaceObject=require("./components/checkbox-cards.cjs"),checkbox_group_cjs_namespaceObject=require("./components/checkbox-group.cjs"),code_cjs_namespaceObject=require("./components/code.cjs"),collapsible_cjs_namespaceObject=require("./components/collapsible.cjs"),command_cjs_namespaceObject=require("./components/command.cjs"),container_cjs_namespaceObject=require("./components/container.cjs"),context_menu_cjs_namespaceObject=require("./components/context-menu.cjs"),dialog_cjs_namespaceObject=require("./components/dialog.cjs"),drawer_cjs_namespaceObject=require("./components/drawer.cjs"),dropdown_menu_cjs_namespaceObject=require("./components/dropdown-menu.cjs"),em_cjs_namespaceObject=require("./components/em.cjs"),form_cjs_namespaceObject=require("./components/form.cjs"),heading_cjs_namespaceObject=require("./components/heading.cjs"),hover_card_cjs_namespaceObject=require("./components/hover-card.cjs"),inline_cjs_namespaceObject=require("./components/inline.cjs"),input_cjs_namespaceObject=require("./components/input.cjs"),input_number_cjs_namespaceObject=require("./components/input-number.cjs"),input_otp_cjs_namespaceObject=require("./components/input-otp.cjs"),input_password_cjs_namespaceObject=require("./components/input-password.cjs"),input_search_cjs_namespaceObject=require("./components/input-search.cjs"),kbd_cjs_namespaceObject=require("./components/kbd.cjs"),label_cjs_namespaceObject=require("./components/label.cjs"),menubar_cjs_namespaceObject=require("./components/menubar.cjs"),navigation_menu_cjs_namespaceObject=require("./components/navigation-menu.cjs"),pagination_cjs_namespaceObject=require("./components/pagination.cjs"),popover_cjs_namespaceObject=require("./components/popover.cjs"),pre_cjs_namespaceObject=require("./components/pre.cjs"),progress_cjs_namespaceObject=require("./components/progress.cjs"),progress_circle_cjs_namespaceObject=require("./components/progress-circle.cjs"),quote_cjs_namespaceObject=require("./components/quote.cjs"),radio_cjs_namespaceObject=require("./components/radio.cjs"),radio_cards_cjs_namespaceObject=require("./components/radio-cards.cjs"),radio_group_cjs_namespaceObject=require("./components/radio-group.cjs"),resizable_cjs_namespaceObject=require("./components/resizable.cjs"),scroll_area_cjs_namespaceObject=require("./components/scroll-area.cjs"),section_cjs_namespaceObject=require("./components/section.cjs"),select_cjs_namespaceObject=require("./components/select.cjs"),separator_cjs_namespaceObject=require("./components/separator.cjs"),sheet_cjs_namespaceObject=require("./components/sheet.cjs"),sidebar_cjs_namespaceObject=require("./components/sidebar.cjs"),skeleton_cjs_namespaceObject=require("./components/skeleton.cjs"),slider_cjs_namespaceObject=require("./components/slider.cjs"),sonner_cjs_namespaceObject=require("./components/sonner.cjs"),spinner_cjs_namespaceObject=require("./components/spinner.cjs"),strong_cjs_namespaceObject=require("./components/strong.cjs"),switch_cjs_namespaceObject=require("./components/switch.cjs"),table_cjs_namespaceObject=require("./components/table.cjs"),tabs_cjs_namespaceObject=require("./components/tabs.cjs"),text_cjs_namespaceObject=require("./components/text.cjs"),textarea_cjs_namespaceObject=require("./components/textarea.cjs"),toggle_cjs_namespaceObject=require("./components/toggle.cjs"),toggle_group_cjs_namespaceObject=require("./components/toggle-group.cjs"),tooltip_cjs_namespaceObject=require("./components/tooltip.cjs"),use_animated_value_cjs_namespaceObject=require("./hooks/use-animated-value.cjs"),use_copy_to_clipboard_cjs_namespaceObject=require("./hooks/use-copy-to-clipboard.cjs"),use_is_mobile_cjs_namespaceObject=require("./hooks/use-is-mobile.cjs"),use_media_query_cjs_namespaceObject=require("./hooks/use-media-query.cjs"),use_mutation_observer_cjs_namespaceObject=require("./hooks/use-mutation-observer.cjs"),use_pagination_cjs_namespaceObject=require("./hooks/use-pagination.cjs");for(var __webpack_i__ in exports.Accordion=__webpack_exports__.Accordion,exports.AccordionContent=__webpack_exports__.AccordionContent,exports.AccordionIcon=__webpack_exports__.AccordionIcon,exports.AccordionItem=__webpack_exports__.AccordionItem,exports.AccordionTrigger=__webpack_exports__.AccordionTrigger,exports.Alert=__webpack_exports__.Alert,exports.AlertDescription=__webpack_exports__.AlertDescription,exports.AlertDialog=__webpack_exports__.AlertDialog,exports.AlertDialogAction=__webpack_exports__.AlertDialogAction,exports.AlertDialogBody=__webpack_exports__.AlertDialogBody,exports.AlertDialogCancel=__webpack_exports__.AlertDialogCancel,exports.AlertDialogContent=__webpack_exports__.AlertDialogContent,exports.AlertDialogDescription=__webpack_exports__.AlertDialogDescription,exports.AlertDialogFooter=__webpack_exports__.AlertDialogFooter,exports.AlertDialogHeader=__webpack_exports__.AlertDialogHeader,exports.AlertDialogTitle=__webpack_exports__.AlertDialogTitle,exports.AlertDialogTrigger=__webpack_exports__.AlertDialogTrigger,exports.AlertTitle=__webpack_exports__.AlertTitle,exports.AspectRatio=__webpack_exports__.AspectRatio,exports.Avatar=__webpack_exports__.Avatar,exports.AvatarFallback=__webpack_exports__.AvatarFallback,exports.AvatarImage=__webpack_exports__.AvatarImage,exports.Badge=__webpack_exports__.Badge,exports.Blockquote=__webpack_exports__.Blockquote,exports.Box=__webpack_exports__.Box,exports.Breadcrumb=__webpack_exports__.Breadcrumb,exports.BreadcrumbEllipsis=__webpack_exports__.BreadcrumbEllipsis,exports.BreadcrumbItem=__webpack_exports__.BreadcrumbItem,exports.BreadcrumbLink=__webpack_exports__.BreadcrumbLink,exports.BreadcrumbList=__webpack_exports__.BreadcrumbList,exports.BreadcrumbPage=__webpack_exports__.BreadcrumbPage,exports.BreadcrumbSeparator=__webpack_exports__.BreadcrumbSeparator,exports.Button=__webpack_exports__.Button,exports.Calendar=__webpack_exports__.Calendar,exports.CalendarLabel=__webpack_exports__.CalendarLabel,exports.CalendarRangeLabel=__webpack_exports__.CalendarRangeLabel,exports.Card=__webpack_exports__.Card,exports.CardAction=__webpack_exports__.CardAction,exports.CardContent=__webpack_exports__.CardContent,exports.CardDescription=__webpack_exports__.CardDescription,exports.CardFooter=__webpack_exports__.CardFooter,exports.CardHeader=__webpack_exports__.CardHeader,exports.CardTitle=__webpack_exports__.CardTitle,exports.Carousel=__webpack_exports__.Carousel,exports.CarouselContent=__webpack_exports__.CarouselContent,exports.CarouselItem=__webpack_exports__.CarouselItem,exports.CarouselNext=__webpack_exports__.CarouselNext,exports.CarouselPrevious=__webpack_exports__.CarouselPrevious,exports.ChartContainer=__webpack_exports__.ChartContainer,exports.ChartLegend=__webpack_exports__.ChartLegend,exports.ChartLegendContent=__webpack_exports__.ChartLegendContent,exports.ChartStyle=__webpack_exports__.ChartStyle,exports.ChartTooltip=__webpack_exports__.ChartTooltip,exports.ChartTooltipContent=__webpack_exports__.ChartTooltipContent,exports.Checkbox=__webpack_exports__.Checkbox,exports.CheckboxCards=__webpack_exports__.CheckboxCards,exports.CheckboxCardsItem=__webpack_exports__.CheckboxCardsItem,exports.CheckboxGroup=__webpack_exports__.CheckboxGroup,exports.CheckboxGroupItem=__webpack_exports__.CheckboxGroupItem,exports.Code=__webpack_exports__.Code,exports.Collapsible=__webpack_exports__.Collapsible,exports.CollapsibleContent=__webpack_exports__.CollapsibleContent,exports.CollapsibleTrigger=__webpack_exports__.CollapsibleTrigger,exports.Command=__webpack_exports__.Command,exports.CommandDialog=__webpack_exports__.CommandDialog,exports.CommandEmpty=__webpack_exports__.CommandEmpty,exports.CommandGroup=__webpack_exports__.CommandGroup,exports.CommandInput=__webpack_exports__.CommandInput,exports.CommandItem=__webpack_exports__.CommandItem,exports.CommandList=__webpack_exports__.CommandList,exports.CommandLoading=__webpack_exports__.CommandLoading,exports.CommandSeparator=__webpack_exports__.CommandSeparator,exports.CommandShortcut=__webpack_exports__.CommandShortcut,exports.Container=__webpack_exports__.Container,exports.ContextMenu=__webpack_exports__.ContextMenu,exports.ContextMenuArrow=__webpack_exports__.ContextMenuArrow,exports.ContextMenuCheckboxItem=__webpack_exports__.ContextMenuCheckboxItem,exports.ContextMenuContent=__webpack_exports__.ContextMenuContent,exports.ContextMenuGroup=__webpack_exports__.ContextMenuGroup,exports.ContextMenuItem=__webpack_exports__.ContextMenuItem,exports.ContextMenuLabel=__webpack_exports__.ContextMenuLabel,exports.ContextMenuRadioGroup=__webpack_exports__.ContextMenuRadioGroup,exports.ContextMenuRadioItem=__webpack_exports__.ContextMenuRadioItem,exports.ContextMenuSeparator=__webpack_exports__.ContextMenuSeparator,exports.ContextMenuShortcut=__webpack_exports__.ContextMenuShortcut,exports.ContextMenuSub=__webpack_exports__.ContextMenuSub,exports.ContextMenuSubContent=__webpack_exports__.ContextMenuSubContent,exports.ContextMenuSubTrigger=__webpack_exports__.ContextMenuSubTrigger,exports.ContextMenuTrigger=__webpack_exports__.ContextMenuTrigger,exports.Dialog=__webpack_exports__.Dialog,exports.DialogBody=__webpack_exports__.DialogBody,exports.DialogClose=__webpack_exports__.DialogClose,exports.DialogContent=__webpack_exports__.DialogContent,exports.DialogDescription=__webpack_exports__.DialogDescription,exports.DialogFooter=__webpack_exports__.DialogFooter,exports.DialogHeader=__webpack_exports__.DialogHeader,exports.DialogTitle=__webpack_exports__.DialogTitle,exports.DialogTrigger=__webpack_exports__.DialogTrigger,exports.Drawer=__webpack_exports__.Drawer,exports.DrawerBody=__webpack_exports__.DrawerBody,exports.DrawerClose=__webpack_exports__.DrawerClose,exports.DrawerContent=__webpack_exports__.DrawerContent,exports.DrawerDescription=__webpack_exports__.DrawerDescription,exports.DrawerFooter=__webpack_exports__.DrawerFooter,exports.DrawerHeader=__webpack_exports__.DrawerHeader,exports.DrawerTitle=__webpack_exports__.DrawerTitle,exports.DrawerTrigger=__webpack_exports__.DrawerTrigger,exports.DropdownMenu=__webpack_exports__.DropdownMenu,exports.DropdownMenuArrow=__webpack_exports__.DropdownMenuArrow,exports.DropdownMenuCheckboxItem=__webpack_exports__.DropdownMenuCheckboxItem,exports.DropdownMenuContent=__webpack_exports__.DropdownMenuContent,exports.DropdownMenuGroup=__webpack_exports__.DropdownMenuGroup,exports.DropdownMenuItem=__webpack_exports__.DropdownMenuItem,exports.DropdownMenuLabel=__webpack_exports__.DropdownMenuLabel,exports.DropdownMenuRadioGroup=__webpack_exports__.DropdownMenuRadioGroup,exports.DropdownMenuRadioItem=__webpack_exports__.DropdownMenuRadioItem,exports.DropdownMenuSeparator=__webpack_exports__.DropdownMenuSeparator,exports.DropdownMenuShortcut=__webpack_exports__.DropdownMenuShortcut,exports.DropdownMenuSub=__webpack_exports__.DropdownMenuSub,exports.DropdownMenuSubContent=__webpack_exports__.DropdownMenuSubContent,exports.DropdownMenuSubTrigger=__webpack_exports__.DropdownMenuSubTrigger,exports.DropdownMenuTrigger=__webpack_exports__.DropdownMenuTrigger,exports.ELLIPSIS=__webpack_exports__.ELLIPSIS,exports.Em=__webpack_exports__.Em,exports.Form=__webpack_exports__.Form,exports.FormControl=__webpack_exports__.FormControl,exports.FormDescription=__webpack_exports__.FormDescription,exports.FormField=__webpack_exports__.FormField,exports.FormItem=__webpack_exports__.FormItem,exports.FormLabel=__webpack_exports__.FormLabel,exports.FormMessage=__webpack_exports__.FormMessage,exports.Heading=__webpack_exports__.Heading,exports.HoverCard=__webpack_exports__.HoverCard,exports.HoverCardArrow=__webpack_exports__.HoverCardArrow,exports.HoverCardContent=__webpack_exports__.HoverCardContent,exports.HoverCardTrigger=__webpack_exports__.HoverCardTrigger,exports.Inline=__webpack_exports__.Inline,exports.Input=__webpack_exports__.Input,exports.InputNumber=__webpack_exports__.InputNumber,exports.InputOTP=__webpack_exports__.InputOTP,exports.InputOTPGroup=__webpack_exports__.InputOTPGroup,exports.InputOTPSeparator=__webpack_exports__.InputOTPSeparator,exports.InputOTPSlot=__webpack_exports__.InputOTPSlot,exports.InputPassword=__webpack_exports__.InputPassword,exports.InputSearch=__webpack_exports__.InputSearch,exports.Kbd=__webpack_exports__.Kbd,exports.Label=__webpack_exports__.Label,exports.Menubar=__webpack_exports__.Menubar,exports.MenubarArrow=__webpack_exports__.MenubarArrow,exports.MenubarCheckboxItem=__webpack_exports__.MenubarCheckboxItem,exports.MenubarContent=__webpack_exports__.MenubarContent,exports.MenubarGroup=__webpack_exports__.MenubarGroup,exports.MenubarItem=__webpack_exports__.MenubarItem,exports.MenubarLabel=__webpack_exports__.MenubarLabel,exports.MenubarMenu=__webpack_exports__.MenubarMenu,exports.MenubarRadioGroup=__webpack_exports__.MenubarRadioGroup,exports.MenubarRadioItem=__webpack_exports__.MenubarRadioItem,exports.MenubarSeparator=__webpack_exports__.MenubarSeparator,exports.MenubarShortcut=__webpack_exports__.MenubarShortcut,exports.MenubarSub=__webpack_exports__.MenubarSub,exports.MenubarSubContent=__webpack_exports__.MenubarSubContent,exports.MenubarSubTrigger=__webpack_exports__.MenubarSubTrigger,exports.MenubarTrigger=__webpack_exports__.MenubarTrigger,exports.NavigationMenu=__webpack_exports__.NavigationMenu,exports.NavigationMenuContent=__webpack_exports__.NavigationMenuContent,exports.NavigationMenuItem=__webpack_exports__.NavigationMenuItem,exports.NavigationMenuLink=__webpack_exports__.NavigationMenuLink,exports.NavigationMenuList=__webpack_exports__.NavigationMenuList,exports.NavigationMenuTrigger=__webpack_exports__.NavigationMenuTrigger,exports.Pagination=__webpack_exports__.Pagination,exports.PaginationContent=__webpack_exports__.PaginationContent,exports.PaginationEllipsis=__webpack_exports__.PaginationEllipsis,exports.PaginationItem=__webpack_exports__.PaginationItem,exports.PaginationLink=__webpack_exports__.PaginationLink,exports.PaginationNext=__webpack_exports__.PaginationNext,exports.PaginationPrevious=__webpack_exports__.PaginationPrevious,exports.Popover=__webpack_exports__.Popover,exports.PopoverAnchor=__webpack_exports__.PopoverAnchor,exports.PopoverArrow=__webpack_exports__.PopoverArrow,exports.PopoverContent=__webpack_exports__.PopoverContent,exports.PopoverTrigger=__webpack_exports__.PopoverTrigger,exports.Pre=__webpack_exports__.Pre,exports.Progress=__webpack_exports__.Progress,exports.ProgressCircle=__webpack_exports__.ProgressCircle,exports.Quote=__webpack_exports__.Quote,exports.REGEXP_ONLY_CHARS=__webpack_exports__.REGEXP_ONLY_CHARS,exports.REGEXP_ONLY_DIGITS=__webpack_exports__.REGEXP_ONLY_DIGITS,exports.REGEXP_ONLY_DIGITS_AND_CHARS=__webpack_exports__.REGEXP_ONLY_DIGITS_AND_CHARS,exports.Radio=__webpack_exports__.Radio,exports.RadioCards=__webpack_exports__.RadioCards,exports.RadioCardsItem=__webpack_exports__.RadioCardsItem,exports.RadioGroup=__webpack_exports__.RadioGroup,exports.RadioGroupItem=__webpack_exports__.RadioGroupItem,exports.ResizableHandle=__webpack_exports__.ResizableHandle,exports.ResizablePanel=__webpack_exports__.ResizablePanel,exports.ResizablePanelGroup=__webpack_exports__.ResizablePanelGroup,exports.ScrollArea=__webpack_exports__.ScrollArea,exports.ScrollAreaScrollbar=__webpack_exports__.ScrollAreaScrollbar,exports.Section=__webpack_exports__.Section,exports.Select=__webpack_exports__.Select,exports.SelectContent=__webpack_exports__.SelectContent,exports.SelectGroup=__webpack_exports__.SelectGroup,exports.SelectItem=__webpack_exports__.SelectItem,exports.SelectLabel=__webpack_exports__.SelectLabel,exports.SelectScrollDownButton=__webpack_exports__.SelectScrollDownButton,exports.SelectScrollUpButton=__webpack_exports__.SelectScrollUpButton,exports.SelectSeparator=__webpack_exports__.SelectSeparator,exports.SelectTrigger=__webpack_exports__.SelectTrigger,exports.SelectValue=__webpack_exports__.SelectValue,exports.Separator=__webpack_exports__.Separator,exports.SeparatorItem=__webpack_exports__.SeparatorItem,exports.Sheet=__webpack_exports__.Sheet,exports.SheetBody=__webpack_exports__.SheetBody,exports.SheetClose=__webpack_exports__.SheetClose,exports.SheetContent=__webpack_exports__.SheetContent,exports.SheetDescription=__webpack_exports__.SheetDescription,exports.SheetFooter=__webpack_exports__.SheetFooter,exports.SheetHeader=__webpack_exports__.SheetHeader,exports.SheetTitle=__webpack_exports__.SheetTitle,exports.SheetTrigger=__webpack_exports__.SheetTrigger,exports.Sidebar=__webpack_exports__.Sidebar,exports.SidebarContent=__webpack_exports__.SidebarContent,exports.SidebarFooter=__webpack_exports__.SidebarFooter,exports.SidebarGroup=__webpack_exports__.SidebarGroup,exports.SidebarGroupAction=__webpack_exports__.SidebarGroupAction,exports.SidebarGroupContent=__webpack_exports__.SidebarGroupContent,exports.SidebarGroupLabel=__webpack_exports__.SidebarGroupLabel,exports.SidebarHeader=__webpack_exports__.SidebarHeader,exports.SidebarInput=__webpack_exports__.SidebarInput,exports.SidebarInset=__webpack_exports__.SidebarInset,exports.SidebarMenu=__webpack_exports__.SidebarMenu,exports.SidebarMenuAction=__webpack_exports__.SidebarMenuAction,exports.SidebarMenuBadge=__webpack_exports__.SidebarMenuBadge,exports.SidebarMenuButton=__webpack_exports__.SidebarMenuButton,exports.SidebarMenuItem=__webpack_exports__.SidebarMenuItem,exports.SidebarMenuSkeleton=__webpack_exports__.SidebarMenuSkeleton,exports.SidebarMenuSub=__webpack_exports__.SidebarMenuSub,exports.SidebarMenuSubButton=__webpack_exports__.SidebarMenuSubButton,exports.SidebarMenuSubItem=__webpack_exports__.SidebarMenuSubItem,exports.SidebarProvider=__webpack_exports__.SidebarProvider,exports.SidebarRail=__webpack_exports__.SidebarRail,exports.SidebarSeparator=__webpack_exports__.SidebarSeparator,exports.SidebarTrigger=__webpack_exports__.SidebarTrigger,exports.Skeleton=__webpack_exports__.Skeleton,exports.Slider=__webpack_exports__.Slider,exports.Spinner=__webpack_exports__.Spinner,exports.Strong=__webpack_exports__.Strong,exports.Switch=__webpack_exports__.Switch,exports.Table=__webpack_exports__.Table,exports.TableBody=__webpack_exports__.TableBody,exports.TableCaption=__webpack_exports__.TableCaption,exports.TableCell=__webpack_exports__.TableCell,exports.TableFooter=__webpack_exports__.TableFooter,exports.TableHead=__webpack_exports__.TableHead,exports.TableHeader=__webpack_exports__.TableHeader,exports.TableRow=__webpack_exports__.TableRow,exports.Tabs=__webpack_exports__.Tabs,exports.TabsContent=__webpack_exports__.TabsContent,exports.TabsList=__webpack_exports__.TabsList,exports.TabsTrigger=__webpack_exports__.TabsTrigger,exports.Text=__webpack_exports__.Text,exports.Textarea=__webpack_exports__.Textarea,exports.Toaster=__webpack_exports__.Toaster,exports.Toggle=__webpack_exports__.Toggle,exports.ToggleGroup=__webpack_exports__.ToggleGroup,exports.ToggleGroupItem=__webpack_exports__.ToggleGroupItem,exports.Tooltip=__webpack_exports__.Tooltip,exports.TooltipArrow=__webpack_exports__.TooltipArrow,exports.TooltipContent=__webpack_exports__.TooltipContent,exports.TooltipProvider=__webpack_exports__.TooltipProvider,exports.TooltipTrigger=__webpack_exports__.TooltipTrigger,exports.alertVariants=__webpack_exports__.alertVariants,exports.badgeVariants=__webpack_exports__.badgeVariants,exports.buttonVariants=__webpack_exports__.buttonVariants,exports.createCarouselScope=__webpack_exports__.createCarouselScope,exports.createChartScope=__webpack_exports__.createChartScope,exports.createFormFieldScope=__webpack_exports__.createFormFieldScope,exports.inputVariants=__webpack_exports__.inputVariants,exports.navigationMenuTriggerVariants=__webpack_exports__.navigationMenuTriggerVariants,exports.progressCircleVariants=__webpack_exports__.progressCircleVariants,exports.scrollAreaScrollbarVariants=__webpack_exports__.scrollAreaScrollbarVariants,exports.separatorVariants=__webpack_exports__.separatorVariants,exports.sheetContentVariants=__webpack_exports__.sheetContentVariants,exports.sidebarMenuButtonVariants=__webpack_exports__.sidebarMenuButtonVariants,exports.toast=__webpack_exports__.toast,exports.toggleVariants=__webpack_exports__.toggleVariants,exports.useAnimatedValue=__webpack_exports__.useAnimatedValue,exports.useCopyToClipboard=__webpack_exports__.useCopyToClipboard,exports.useIsMobile=__webpack_exports__.useIsMobile,exports.useMediaQuery=__webpack_exports__.useMediaQuery,exports.useMutationObserver=__webpack_exports__.useMutationObserver,exports.usePagination=__webpack_exports__.usePagination,exports.useSidebar=__webpack_exports__.useSidebar,exports.useSonner=__webpack_exports__.useSonner,__webpack_exports__)-1===["Accordion","AccordionContent","AccordionIcon","AccordionItem","AccordionTrigger","Alert","AlertDescription","AlertDialog","AlertDialogAction","AlertDialogBody","AlertDialogCancel","AlertDialogContent","AlertDialogDescription","AlertDialogFooter","AlertDialogHeader","AlertDialogTitle","AlertDialogTrigger","AlertTitle","AspectRatio","Avatar","AvatarFallback","AvatarImage","Badge","Blockquote","Box","Breadcrumb","BreadcrumbEllipsis","BreadcrumbItem","BreadcrumbLink","BreadcrumbList","BreadcrumbPage","BreadcrumbSeparator","Button","Calendar","CalendarLabel","CalendarRangeLabel","Card","CardAction","CardContent","CardDescription","CardFooter","CardHeader","CardTitle","Carousel","CarouselContent","CarouselItem","CarouselNext","CarouselPrevious","ChartContainer","ChartLegend","ChartLegendContent","ChartStyle","ChartTooltip","ChartTooltipContent","Checkbox","CheckboxCards","CheckboxCardsItem","CheckboxGroup","CheckboxGroupItem","Code","Collapsible","CollapsibleContent","CollapsibleTrigger","Command","CommandDialog","CommandEmpty","CommandGroup","CommandInput","CommandItem","CommandList","CommandLoading","CommandSeparator","CommandShortcut","Container","ContextMenu","ContextMenuArrow","ContextMenuCheckboxItem","ContextMenuContent","ContextMenuGroup","ContextMenuItem","ContextMenuLabel","ContextMenuRadioGroup","ContextMenuRadioItem","ContextMenuSeparator","ContextMenuShortcut","ContextMenuSub","ContextMenuSubContent","ContextMenuSubTrigger","ContextMenuTrigger","Dialog","DialogBody","DialogClose","DialogContent","DialogDescription","DialogFooter","DialogHeader","DialogTitle","DialogTrigger","Drawer","DrawerBody","DrawerClose","DrawerContent","DrawerDescription","DrawerFooter","DrawerHeader","DrawerTitle","DrawerTrigger","DropdownMenu","DropdownMenuArrow","DropdownMenuCheckboxItem","DropdownMenuContent","DropdownMenuGroup","DropdownMenuItem","DropdownMenuLabel","DropdownMenuRadioGroup","DropdownMenuRadioItem","DropdownMenuSeparator","DropdownMenuShortcut","DropdownMenuSub","DropdownMenuSubContent","DropdownMenuSubTrigger","DropdownMenuTrigger","ELLIPSIS","Em","Form","FormControl","FormDescription","FormField","FormItem","FormLabel","FormMessage","Heading","HoverCard","HoverCardArrow","HoverCardContent","HoverCardTrigger","Inline","Input","InputNumber","InputOTP","InputOTPGroup","InputOTPSeparator","InputOTPSlot","InputPassword","InputSearch","Kbd","Label","Menubar","MenubarArrow","MenubarCheckboxItem","MenubarContent","MenubarGroup","MenubarItem","MenubarLabel","MenubarMenu","MenubarRadioGroup","MenubarRadioItem","MenubarSeparator","MenubarShortcut","MenubarSub","MenubarSubContent","MenubarSubTrigger","MenubarTrigger","NavigationMenu","NavigationMenuContent","NavigationMenuItem","NavigationMenuLink","NavigationMenuList","NavigationMenuTrigger","Pagination","PaginationContent","PaginationEllipsis","PaginationItem","PaginationLink","PaginationNext","PaginationPrevious","Popover","PopoverAnchor","PopoverArrow","PopoverContent","PopoverTrigger","Pre","Progress","ProgressCircle","Quote","REGEXP_ONLY_CHARS","REGEXP_ONLY_DIGITS","REGEXP_ONLY_DIGITS_AND_CHARS","Radio","RadioCards","RadioCardsItem","RadioGroup","RadioGroupItem","ResizableHandle","ResizablePanel","ResizablePanelGroup","ScrollArea","ScrollAreaScrollbar","Section","Select","SelectContent","SelectGroup","SelectItem","SelectLabel","SelectScrollDownButton","SelectScrollUpButton","SelectSeparator","SelectTrigger","SelectValue","Separator","SeparatorItem","Sheet","SheetBody","SheetClose","SheetContent","SheetDescription","SheetFooter","SheetHeader","SheetTitle","SheetTrigger","Sidebar","SidebarContent","SidebarFooter","SidebarGroup","SidebarGroupAction","SidebarGroupContent","SidebarGroupLabel","SidebarHeader","SidebarInput","SidebarInset","SidebarMenu","SidebarMenuAction","SidebarMenuBadge","SidebarMenuButton","SidebarMenuItem","SidebarMenuSkeleton","SidebarMenuSub","SidebarMenuSubButton","SidebarMenuSubItem","SidebarProvider","SidebarRail","SidebarSeparator","SidebarTrigger","Skeleton","Slider","Spinner","Strong","Switch","Table","TableBody","TableCaption","TableCell","TableFooter","TableHead","TableHeader","TableRow","Tabs","TabsContent","TabsList","TabsTrigger","Text","Textarea","Toaster","Toggle","ToggleGroup","ToggleGroupItem","Tooltip","TooltipArrow","TooltipContent","TooltipProvider","TooltipTrigger","alertVariants","badgeVariants","buttonVariants","createCarouselScope","createChartScope","createFormFieldScope","inputVariants","navigationMenuTriggerVariants","progressCircleVariants","scrollAreaScrollbarVariants","separatorVariants","sheetContentVariants","sidebarMenuButtonVariants","toast","toggleVariants","useAnimatedValue","useCopyToClipboard","useIsMobile","useMediaQuery","useMutationObserver","usePagination","useSidebar","useSonner"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
|
1
|
+
"use strict";const __rslib_import_meta_url__="undefined"==typeof document?new(require("url".replace("",""))).URL("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("main.js",document.baseURI).href;var __webpack_require__={};__webpack_require__.d=(e,a)=>{for(var r in a)__webpack_require__.o(a,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},__webpack_require__.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{PaginationLink:()=>pagination_cjs_namespaceObject.PaginationLink,DialogHeader:()=>dialog_cjs_namespaceObject.DialogHeader,AlertDialogContent:()=>alert_dialog_cjs_namespaceObject.AlertDialogContent,DropdownMenuArrow:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuArrow,SidebarContent:()=>sidebar_cjs_namespaceObject.SidebarContent,NavigationMenuList:()=>navigation_menu_cjs_namespaceObject.NavigationMenuList,RadioCards:()=>radio_cards_cjs_namespaceObject.RadioCards,NavigationMenuItem:()=>navigation_menu_cjs_namespaceObject.NavigationMenuItem,DropdownMenuSubContent:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSubContent,CommandEmpty:()=>command_cjs_namespaceObject.CommandEmpty,SidebarGroupContent:()=>sidebar_cjs_namespaceObject.SidebarGroupContent,Skeleton:()=>skeleton_cjs_namespaceObject.Skeleton,MenubarSubContent:()=>menubar_cjs_namespaceObject.MenubarSubContent,usePagination:()=>use_pagination_cjs_namespaceObject.usePagination,TooltipArrow:()=>tooltip_cjs_namespaceObject.TooltipArrow,ContextMenuLabel:()=>context_menu_cjs_namespaceObject.ContextMenuLabel,Text:()=>text_cjs_namespaceObject.Text,ContextMenuSub:()=>context_menu_cjs_namespaceObject.ContextMenuSub,PopoverTrigger:()=>popover_cjs_namespaceObject.PopoverTrigger,toast:()=>sonner_cjs_namespaceObject.toast,CardDescription:()=>card_cjs_namespaceObject.CardDescription,SheetFooter:()=>sheet_cjs_namespaceObject.SheetFooter,MenubarArrow:()=>menubar_cjs_namespaceObject.MenubarArrow,InputPassword:()=>input_password_cjs_namespaceObject.InputPassword,CommandSeparator:()=>command_cjs_namespaceObject.CommandSeparator,InputOTPGroup:()=>input_otp_cjs_namespaceObject.InputOTPGroup,SidebarGroupAction:()=>sidebar_cjs_namespaceObject.SidebarGroupAction,DrawerContent:()=>drawer_cjs_namespaceObject.DrawerContent,DrawerDescription:()=>drawer_cjs_namespaceObject.DrawerDescription,SidebarProvider:()=>sidebar_cjs_namespaceObject.SidebarProvider,Spinner:()=>spinner_cjs_namespaceObject.Spinner,buttonVariants:()=>button_cjs_namespaceObject.buttonVariants,ELLIPSIS:()=>use_pagination_cjs_namespaceObject.ELLIPSIS,TabsList:()=>tabs_cjs_namespaceObject.TabsList,TableBody:()=>table_cjs_namespaceObject.TableBody,AvatarImage:()=>avatar_cjs_namespaceObject.AvatarImage,toggleVariants:()=>toggle_cjs_namespaceObject.toggleVariants,DrawerFooter:()=>drawer_cjs_namespaceObject.DrawerFooter,AlertDialogTitle:()=>alert_dialog_cjs_namespaceObject.AlertDialogTitle,badgeVariants:()=>badge_cjs_namespaceObject.badgeVariants,createChartScope:()=>chart_cjs_namespaceObject.createChartScope,SheetHeader:()=>sheet_cjs_namespaceObject.SheetHeader,Radio:()=>radio_cjs_namespaceObject.Radio,AlertDialogTrigger:()=>alert_dialog_cjs_namespaceObject.AlertDialogTrigger,useAnimatedValue:()=>use_animated_value_cjs_namespaceObject.useAnimatedValue,CardContent:()=>card_cjs_namespaceObject.CardContent,SelectValue:()=>select_cjs_namespaceObject.SelectValue,Slider:()=>slider_cjs_namespaceObject.Slider,InputSearch:()=>input_search_cjs_namespaceObject.InputSearch,Form:()=>form_cjs_namespaceObject.Form,ContextMenuSubContent:()=>context_menu_cjs_namespaceObject.ContextMenuSubContent,AvatarFallback:()=>avatar_cjs_namespaceObject.AvatarFallback,CardAction:()=>card_cjs_namespaceObject.CardAction,BreadcrumbItem:()=>breadcrumb_cjs_namespaceObject.BreadcrumbItem,ContextMenu:()=>context_menu_cjs_namespaceObject.ContextMenu,AlertDialogFooter:()=>alert_dialog_cjs_namespaceObject.AlertDialogFooter,SelectSeparator:()=>select_cjs_namespaceObject.SelectSeparator,Container:()=>container_cjs_namespaceObject.Container,Select:()=>select_cjs_namespaceObject.Select,HoverCard:()=>hover_card_cjs_namespaceObject.HoverCard,PopoverArrow:()=>popover_cjs_namespaceObject.PopoverArrow,CommandItem:()=>command_cjs_namespaceObject.CommandItem,ResizablePanel:()=>resizable_cjs_namespaceObject.ResizablePanel,SelectScrollUpButton:()=>select_cjs_namespaceObject.SelectScrollUpButton,TooltipProvider:()=>tooltip_cjs_namespaceObject.TooltipProvider,TableFooter:()=>table_cjs_namespaceObject.TableFooter,Command:()=>command_cjs_namespaceObject.Command,NavigationMenuLink:()=>navigation_menu_cjs_namespaceObject.NavigationMenuLink,HoverCardArrow:()=>hover_card_cjs_namespaceObject.HoverCardArrow,AccordionContent:()=>accordion_cjs_namespaceObject.AccordionContent,ScrollAreaScrollbar:()=>scroll_area_cjs_namespaceObject.ScrollAreaScrollbar,SheetTitle:()=>sheet_cjs_namespaceObject.SheetTitle,sidebarMenuButtonVariants:()=>sidebar_cjs_namespaceObject.sidebarMenuButtonVariants,SidebarMenuSkeleton:()=>sidebar_cjs_namespaceObject.SidebarMenuSkeleton,DropdownMenuSub:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSub,REGEXP_ONLY_DIGITS:()=>input_otp_cjs_namespaceObject.REGEXP_ONLY_DIGITS,Quote:()=>quote_cjs_namespaceObject.Quote,InputOTPSlot:()=>input_otp_cjs_namespaceObject.InputOTPSlot,CardTitle:()=>card_cjs_namespaceObject.CardTitle,SelectLabel:()=>select_cjs_namespaceObject.SelectLabel,Input:()=>input_cjs_namespaceObject.Input,TableHeader:()=>table_cjs_namespaceObject.TableHeader,Toaster:()=>sonner_cjs_namespaceObject.Toaster,DialogTitle:()=>dialog_cjs_namespaceObject.DialogTitle,ChartLegendContent:()=>chart_cjs_namespaceObject.ChartLegendContent,Code:()=>code_cjs_namespaceObject.Code,Popover:()=>popover_cjs_namespaceObject.Popover,RadioCardsItem:()=>radio_cards_cjs_namespaceObject.RadioCardsItem,SidebarMenuSubButton:()=>sidebar_cjs_namespaceObject.SidebarMenuSubButton,CheckboxGroup:()=>checkbox_group_cjs_namespaceObject.CheckboxGroup,TableCell:()=>table_cjs_namespaceObject.TableCell,MenubarGroup:()=>menubar_cjs_namespaceObject.MenubarGroup,Switch:()=>switch_cjs_namespaceObject.Switch,Sidebar:()=>sidebar_cjs_namespaceObject.Sidebar,Toggle:()=>toggle_cjs_namespaceObject.Toggle,useMutationObserver:()=>use_mutation_observer_cjs_namespaceObject.useMutationObserver,useSidebar:()=>sidebar_cjs_namespaceObject.useSidebar,AlertDialogHeader:()=>alert_dialog_cjs_namespaceObject.AlertDialogHeader,SidebarInput:()=>sidebar_cjs_namespaceObject.SidebarInput,NavigationMenu:()=>navigation_menu_cjs_namespaceObject.NavigationMenu,MenubarRadioGroup:()=>menubar_cjs_namespaceObject.MenubarRadioGroup,AlertDialogAction:()=>alert_dialog_cjs_namespaceObject.AlertDialogAction,SidebarGroup:()=>sidebar_cjs_namespaceObject.SidebarGroup,TableHead:()=>table_cjs_namespaceObject.TableHead,Tabs:()=>tabs_cjs_namespaceObject.Tabs,ProgressCircle:()=>progress_circle_cjs_namespaceObject.ProgressCircle,CollapsibleContent:()=>collapsible_cjs_namespaceObject.CollapsibleContent,DropdownMenuTrigger:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuTrigger,ChartStyle:()=>chart_cjs_namespaceObject.ChartStyle,Blockquote:()=>blockquote_cjs_namespaceObject.Blockquote,ContextMenuTrigger:()=>context_menu_cjs_namespaceObject.ContextMenuTrigger,CommandGroup:()=>command_cjs_namespaceObject.CommandGroup,SidebarRail:()=>sidebar_cjs_namespaceObject.SidebarRail,separatorVariants:()=>separator_cjs_namespaceObject.separatorVariants,ChartTooltipContent:()=>chart_cjs_namespaceObject.ChartTooltipContent,SelectScrollDownButton:()=>select_cjs_namespaceObject.SelectScrollDownButton,BreadcrumbList:()=>breadcrumb_cjs_namespaceObject.BreadcrumbList,createFormFieldScope:()=>form_cjs_namespaceObject.createFormFieldScope,Inline:()=>inline_cjs_namespaceObject.Inline,REGEXP_ONLY_CHARS:()=>input_otp_cjs_namespaceObject.REGEXP_ONLY_CHARS,ChartContainer:()=>chart_cjs_namespaceObject.ChartContainer,DrawerHeader:()=>drawer_cjs_namespaceObject.DrawerHeader,MenubarSeparator:()=>menubar_cjs_namespaceObject.MenubarSeparator,Button:()=>button_cjs_namespaceObject.Button,DropdownMenuShortcut:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuShortcut,SidebarMenuBadge:()=>sidebar_cjs_namespaceObject.SidebarMenuBadge,CarouselPrevious:()=>carousel_cjs_namespaceObject.CarouselPrevious,FormField:()=>form_cjs_namespaceObject.FormField,CollapsibleTrigger:()=>collapsible_cjs_namespaceObject.CollapsibleTrigger,ChartLegend:()=>chart_cjs_namespaceObject.ChartLegend,RadioGroup:()=>radio_group_cjs_namespaceObject.RadioGroup,AspectRatio:()=>aspect_ratio_cjs_namespaceObject.AspectRatio,Alert:()=>alert_cjs_namespaceObject.Alert,DropdownMenuRadioItem:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuRadioItem,CommandDialog:()=>command_cjs_namespaceObject.CommandDialog,Em:()=>em_cjs_namespaceObject.Em,ResizableHandle:()=>resizable_cjs_namespaceObject.ResizableHandle,Accordion:()=>accordion_cjs_namespaceObject.Accordion,Strong:()=>strong_cjs_namespaceObject.Strong,CalendarRangeLabel:()=>calendar_cjs_namespaceObject.CalendarRangeLabel,SheetContent:()=>sheet_cjs_namespaceObject.SheetContent,AlertDescription:()=>alert_cjs_namespaceObject.AlertDescription,ContextMenuRadioItem:()=>context_menu_cjs_namespaceObject.ContextMenuRadioItem,Dialog:()=>dialog_cjs_namespaceObject.Dialog,createCarouselScope:()=>carousel_cjs_namespaceObject.createCarouselScope,RadioGroupItem:()=>radio_group_cjs_namespaceObject.RadioGroupItem,PopoverAnchor:()=>popover_cjs_namespaceObject.PopoverAnchor,ContextMenuArrow:()=>context_menu_cjs_namespaceObject.ContextMenuArrow,DrawerClose:()=>drawer_cjs_namespaceObject.DrawerClose,FormDescription:()=>form_cjs_namespaceObject.FormDescription,DropdownMenuSeparator:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSeparator,useMediaQuery:()=>use_media_query_cjs_namespaceObject.useMediaQuery,ResizablePanelGroup:()=>resizable_cjs_namespaceObject.ResizablePanelGroup,SheetBody:()=>sheet_cjs_namespaceObject.SheetBody,CarouselNext:()=>carousel_cjs_namespaceObject.CarouselNext,ContextMenuCheckboxItem:()=>context_menu_cjs_namespaceObject.ContextMenuCheckboxItem,sheetContentVariants:()=>sheet_cjs_namespaceObject.sheetContentVariants,InputOTP:()=>input_otp_cjs_namespaceObject.InputOTP,Box:()=>box_cjs_namespaceObject.Box,TableCaption:()=>table_cjs_namespaceObject.TableCaption,TooltipTrigger:()=>tooltip_cjs_namespaceObject.TooltipTrigger,CheckboxCardsItem:()=>checkbox_cards_cjs_namespaceObject.CheckboxCardsItem,SheetClose:()=>sheet_cjs_namespaceObject.SheetClose,SelectGroup:()=>select_cjs_namespaceObject.SelectGroup,PaginationContent:()=>pagination_cjs_namespaceObject.PaginationContent,DropdownMenuSubTrigger:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSubTrigger,SidebarMenuAction:()=>sidebar_cjs_namespaceObject.SidebarMenuAction,ContextMenuSeparator:()=>context_menu_cjs_namespaceObject.ContextMenuSeparator,DropdownMenuContent:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuContent,Separator:()=>separator_cjs_namespaceObject.Separator,MenubarSubTrigger:()=>menubar_cjs_namespaceObject.MenubarSubTrigger,Pagination:()=>pagination_cjs_namespaceObject.Pagination,ContextMenuContent:()=>context_menu_cjs_namespaceObject.ContextMenuContent,DialogBody:()=>dialog_cjs_namespaceObject.DialogBody,ChartTooltip:()=>chart_cjs_namespaceObject.ChartTooltip,Pre:()=>pre_cjs_namespaceObject.Pre,DrawerTitle:()=>drawer_cjs_namespaceObject.DrawerTitle,TabsContent:()=>tabs_cjs_namespaceObject.TabsContent,TooltipContent:()=>tooltip_cjs_namespaceObject.TooltipContent,DropdownMenuGroup:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuGroup,AlertDialogBody:()=>alert_dialog_cjs_namespaceObject.AlertDialogBody,ContextMenuItem:()=>context_menu_cjs_namespaceObject.ContextMenuItem,REGEXP_ONLY_DIGITS_AND_CHARS:()=>input_otp_cjs_namespaceObject.REGEXP_ONLY_DIGITS_AND_CHARS,FormItem:()=>form_cjs_namespaceObject.FormItem,Carousel:()=>carousel_cjs_namespaceObject.Carousel,BreadcrumbEllipsis:()=>breadcrumb_cjs_namespaceObject.BreadcrumbEllipsis,BreadcrumbLink:()=>breadcrumb_cjs_namespaceObject.BreadcrumbLink,AccordionItem:()=>accordion_cjs_namespaceObject.AccordionItem,DropdownMenuLabel:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuLabel,ContextMenuSubTrigger:()=>context_menu_cjs_namespaceObject.ContextMenuSubTrigger,NavigationMenuTrigger:()=>navigation_menu_cjs_namespaceObject.NavigationMenuTrigger,DialogFooter:()=>dialog_cjs_namespaceObject.DialogFooter,Card:()=>card_cjs_namespaceObject.Card,MenubarRadioItem:()=>menubar_cjs_namespaceObject.MenubarRadioItem,DropdownMenuCheckboxItem:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuCheckboxItem,alertVariants:()=>alert_cjs_namespaceObject.alertVariants,inputVariants:()=>input_cjs_namespaceObject.inputVariants,CalendarLabel:()=>calendar_cjs_namespaceObject.CalendarLabel,Sheet:()=>sheet_cjs_namespaceObject.Sheet,useCopyToClipboard:()=>use_copy_to_clipboard_cjs_namespaceObject.useCopyToClipboard,useIsMobile:()=>use_is_mobile_cjs_namespaceObject.useIsMobile,AlertDialog:()=>alert_dialog_cjs_namespaceObject.AlertDialog,ScrollArea:()=>scroll_area_cjs_namespaceObject.ScrollArea,FormMessage:()=>form_cjs_namespaceObject.FormMessage,PaginationNext:()=>pagination_cjs_namespaceObject.PaginationNext,Label:()=>label_cjs_namespaceObject.Label,scrollAreaScrollbarVariants:()=>scroll_area_cjs_namespaceObject.scrollAreaScrollbarVariants,Checkbox:()=>checkbox_cjs_namespaceObject.Checkbox,DropdownMenuItem:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuItem,ContextMenuGroup:()=>context_menu_cjs_namespaceObject.ContextMenuGroup,SidebarSeparator:()=>sidebar_cjs_namespaceObject.SidebarSeparator,PopoverContent:()=>popover_cjs_namespaceObject.PopoverContent,Section:()=>section_cjs_namespaceObject.Section,SidebarInset:()=>sidebar_cjs_namespaceObject.SidebarInset,CardFooter:()=>card_cjs_namespaceObject.CardFooter,SidebarMenuButton:()=>sidebar_cjs_namespaceObject.SidebarMenuButton,Avatar:()=>avatar_cjs_namespaceObject.Avatar,BreadcrumbSeparator:()=>breadcrumb_cjs_namespaceObject.BreadcrumbSeparator,MenubarSub:()=>menubar_cjs_namespaceObject.MenubarSub,PaginationItem:()=>pagination_cjs_namespaceObject.PaginationItem,SheetTrigger:()=>sheet_cjs_namespaceObject.SheetTrigger,DrawerBody:()=>drawer_cjs_namespaceObject.DrawerBody,Calendar:()=>calendar_cjs_namespaceObject.Calendar,TabsTrigger:()=>tabs_cjs_namespaceObject.TabsTrigger,Tooltip:()=>tooltip_cjs_namespaceObject.Tooltip,AlertTitle:()=>alert_cjs_namespaceObject.AlertTitle,FormControl:()=>form_cjs_namespaceObject.FormControl,Collapsible:()=>collapsible_cjs_namespaceObject.Collapsible,SeparatorItem:()=>separator_cjs_namespaceObject.SeparatorItem,InputOTPSeparator:()=>input_otp_cjs_namespaceObject.InputOTPSeparator,FormLabel:()=>form_cjs_namespaceObject.FormLabel,PaginationEllipsis:()=>pagination_cjs_namespaceObject.PaginationEllipsis,DialogDescription:()=>dialog_cjs_namespaceObject.DialogDescription,Menubar:()=>menubar_cjs_namespaceObject.Menubar,MenubarContent:()=>menubar_cjs_namespaceObject.MenubarContent,CommandShortcut:()=>command_cjs_namespaceObject.CommandShortcut,CarouselItem:()=>carousel_cjs_namespaceObject.CarouselItem,MenubarItem:()=>menubar_cjs_namespaceObject.MenubarItem,MenubarShortcut:()=>menubar_cjs_namespaceObject.MenubarShortcut,Textarea:()=>textarea_cjs_namespaceObject.Textarea,SidebarFooter:()=>sidebar_cjs_namespaceObject.SidebarFooter,SelectItem:()=>select_cjs_namespaceObject.SelectItem,AccordionIcon:()=>accordion_cjs_namespaceObject.AccordionIcon,DialogClose:()=>dialog_cjs_namespaceObject.DialogClose,Badge:()=>badge_cjs_namespaceObject.Badge,SheetDescription:()=>sheet_cjs_namespaceObject.SheetDescription,navigationMenuTriggerVariants:()=>navigation_menu_cjs_namespaceObject.navigationMenuTriggerVariants,progressCircleVariants:()=>progress_circle_cjs_namespaceObject.progressCircleVariants,CommandLoading:()=>command_cjs_namespaceObject.CommandLoading,Heading:()=>heading_cjs_namespaceObject.Heading,SidebarMenu:()=>sidebar_cjs_namespaceObject.SidebarMenu,Table:()=>table_cjs_namespaceObject.Table,SidebarMenuItem:()=>sidebar_cjs_namespaceObject.SidebarMenuItem,BreadcrumbPage:()=>breadcrumb_cjs_namespaceObject.BreadcrumbPage,SidebarGroupLabel:()=>sidebar_cjs_namespaceObject.SidebarGroupLabel,ToggleGroupItem:()=>toggle_group_cjs_namespaceObject.ToggleGroupItem,SelectContent:()=>select_cjs_namespaceObject.SelectContent,ContextMenuRadioGroup:()=>context_menu_cjs_namespaceObject.ContextMenuRadioGroup,Kbd:()=>kbd_cjs_namespaceObject.Kbd,NavigationMenuContent:()=>navigation_menu_cjs_namespaceObject.NavigationMenuContent,CommandList:()=>command_cjs_namespaceObject.CommandList,AccordionTrigger:()=>accordion_cjs_namespaceObject.AccordionTrigger,useSonner:()=>sonner_cjs_namespaceObject.useSonner,KbdGroup:()=>kbd_cjs_namespaceObject.KbdGroup,PaginationPrevious:()=>pagination_cjs_namespaceObject.PaginationPrevious,SidebarMenuSub:()=>sidebar_cjs_namespaceObject.SidebarMenuSub,AlertDialogDescription:()=>alert_dialog_cjs_namespaceObject.AlertDialogDescription,CommandInput:()=>command_cjs_namespaceObject.CommandInput,SidebarHeader:()=>sidebar_cjs_namespaceObject.SidebarHeader,SidebarTrigger:()=>sidebar_cjs_namespaceObject.SidebarTrigger,DropdownMenu:()=>dropdown_menu_cjs_namespaceObject.DropdownMenu,CheckboxCards:()=>checkbox_cards_cjs_namespaceObject.CheckboxCards,CheckboxGroupItem:()=>checkbox_group_cjs_namespaceObject.CheckboxGroupItem,Drawer:()=>drawer_cjs_namespaceObject.Drawer,MenubarCheckboxItem:()=>menubar_cjs_namespaceObject.MenubarCheckboxItem,DialogTrigger:()=>dialog_cjs_namespaceObject.DialogTrigger,DialogContent:()=>dialog_cjs_namespaceObject.DialogContent,DropdownMenuRadioGroup:()=>dropdown_menu_cjs_namespaceObject.DropdownMenuRadioGroup,Progress:()=>progress_cjs_namespaceObject.Progress,TableRow:()=>table_cjs_namespaceObject.TableRow,ToggleGroup:()=>toggle_group_cjs_namespaceObject.ToggleGroup,AlertDialogCancel:()=>alert_dialog_cjs_namespaceObject.AlertDialogCancel,SelectTrigger:()=>select_cjs_namespaceObject.SelectTrigger,InputNumber:()=>input_number_cjs_namespaceObject.InputNumber,MenubarLabel:()=>menubar_cjs_namespaceObject.MenubarLabel,DrawerTrigger:()=>drawer_cjs_namespaceObject.DrawerTrigger,HoverCardTrigger:()=>hover_card_cjs_namespaceObject.HoverCardTrigger,Breadcrumb:()=>breadcrumb_cjs_namespaceObject.Breadcrumb,ContextMenuShortcut:()=>context_menu_cjs_namespaceObject.ContextMenuShortcut,MenubarTrigger:()=>menubar_cjs_namespaceObject.MenubarTrigger,SidebarMenuSubItem:()=>sidebar_cjs_namespaceObject.SidebarMenuSubItem,CardHeader:()=>card_cjs_namespaceObject.CardHeader,HoverCardContent:()=>hover_card_cjs_namespaceObject.HoverCardContent,MenubarMenu:()=>menubar_cjs_namespaceObject.MenubarMenu,CarouselContent:()=>carousel_cjs_namespaceObject.CarouselContent});const accordion_cjs_namespaceObject=require("./components/accordion.cjs"),alert_cjs_namespaceObject=require("./components/alert.cjs"),alert_dialog_cjs_namespaceObject=require("./components/alert-dialog.cjs"),aspect_ratio_cjs_namespaceObject=require("./components/aspect-ratio.cjs"),avatar_cjs_namespaceObject=require("./components/avatar.cjs"),badge_cjs_namespaceObject=require("./components/badge.cjs"),blockquote_cjs_namespaceObject=require("./components/blockquote.cjs"),box_cjs_namespaceObject=require("./components/box.cjs"),breadcrumb_cjs_namespaceObject=require("./components/breadcrumb.cjs"),button_cjs_namespaceObject=require("./components/button.cjs"),calendar_cjs_namespaceObject=require("./components/calendar.cjs"),card_cjs_namespaceObject=require("./components/card.cjs"),carousel_cjs_namespaceObject=require("./components/carousel.cjs"),chart_cjs_namespaceObject=require("./components/chart.cjs"),checkbox_cjs_namespaceObject=require("./components/checkbox.cjs"),checkbox_cards_cjs_namespaceObject=require("./components/checkbox-cards.cjs"),checkbox_group_cjs_namespaceObject=require("./components/checkbox-group.cjs"),code_cjs_namespaceObject=require("./components/code.cjs"),collapsible_cjs_namespaceObject=require("./components/collapsible.cjs"),command_cjs_namespaceObject=require("./components/command.cjs"),container_cjs_namespaceObject=require("./components/container.cjs"),context_menu_cjs_namespaceObject=require("./components/context-menu.cjs"),dialog_cjs_namespaceObject=require("./components/dialog.cjs"),drawer_cjs_namespaceObject=require("./components/drawer.cjs"),dropdown_menu_cjs_namespaceObject=require("./components/dropdown-menu.cjs"),em_cjs_namespaceObject=require("./components/em.cjs"),form_cjs_namespaceObject=require("./components/form.cjs"),heading_cjs_namespaceObject=require("./components/heading.cjs"),hover_card_cjs_namespaceObject=require("./components/hover-card.cjs"),inline_cjs_namespaceObject=require("./components/inline.cjs"),input_cjs_namespaceObject=require("./components/input.cjs"),input_number_cjs_namespaceObject=require("./components/input-number.cjs"),input_otp_cjs_namespaceObject=require("./components/input-otp.cjs"),input_password_cjs_namespaceObject=require("./components/input-password.cjs"),input_search_cjs_namespaceObject=require("./components/input-search.cjs"),kbd_cjs_namespaceObject=require("./components/kbd.cjs"),label_cjs_namespaceObject=require("./components/label.cjs"),menubar_cjs_namespaceObject=require("./components/menubar.cjs"),navigation_menu_cjs_namespaceObject=require("./components/navigation-menu.cjs"),pagination_cjs_namespaceObject=require("./components/pagination.cjs"),popover_cjs_namespaceObject=require("./components/popover.cjs"),pre_cjs_namespaceObject=require("./components/pre.cjs"),progress_cjs_namespaceObject=require("./components/progress.cjs"),progress_circle_cjs_namespaceObject=require("./components/progress-circle.cjs"),quote_cjs_namespaceObject=require("./components/quote.cjs"),radio_cjs_namespaceObject=require("./components/radio.cjs"),radio_cards_cjs_namespaceObject=require("./components/radio-cards.cjs"),radio_group_cjs_namespaceObject=require("./components/radio-group.cjs"),resizable_cjs_namespaceObject=require("./components/resizable.cjs"),scroll_area_cjs_namespaceObject=require("./components/scroll-area.cjs"),section_cjs_namespaceObject=require("./components/section.cjs"),select_cjs_namespaceObject=require("./components/select.cjs"),separator_cjs_namespaceObject=require("./components/separator.cjs"),sheet_cjs_namespaceObject=require("./components/sheet.cjs"),sidebar_cjs_namespaceObject=require("./components/sidebar.cjs"),skeleton_cjs_namespaceObject=require("./components/skeleton.cjs"),slider_cjs_namespaceObject=require("./components/slider.cjs"),sonner_cjs_namespaceObject=require("./components/sonner.cjs"),spinner_cjs_namespaceObject=require("./components/spinner.cjs"),strong_cjs_namespaceObject=require("./components/strong.cjs"),switch_cjs_namespaceObject=require("./components/switch.cjs"),table_cjs_namespaceObject=require("./components/table.cjs"),tabs_cjs_namespaceObject=require("./components/tabs.cjs"),text_cjs_namespaceObject=require("./components/text.cjs"),textarea_cjs_namespaceObject=require("./components/textarea.cjs"),toggle_cjs_namespaceObject=require("./components/toggle.cjs"),toggle_group_cjs_namespaceObject=require("./components/toggle-group.cjs"),tooltip_cjs_namespaceObject=require("./components/tooltip.cjs"),use_animated_value_cjs_namespaceObject=require("./hooks/use-animated-value.cjs"),use_copy_to_clipboard_cjs_namespaceObject=require("./hooks/use-copy-to-clipboard.cjs"),use_is_mobile_cjs_namespaceObject=require("./hooks/use-is-mobile.cjs"),use_media_query_cjs_namespaceObject=require("./hooks/use-media-query.cjs"),use_mutation_observer_cjs_namespaceObject=require("./hooks/use-mutation-observer.cjs"),use_pagination_cjs_namespaceObject=require("./hooks/use-pagination.cjs");for(var __webpack_i__ in exports.Accordion=__webpack_exports__.Accordion,exports.AccordionContent=__webpack_exports__.AccordionContent,exports.AccordionIcon=__webpack_exports__.AccordionIcon,exports.AccordionItem=__webpack_exports__.AccordionItem,exports.AccordionTrigger=__webpack_exports__.AccordionTrigger,exports.Alert=__webpack_exports__.Alert,exports.AlertDescription=__webpack_exports__.AlertDescription,exports.AlertDialog=__webpack_exports__.AlertDialog,exports.AlertDialogAction=__webpack_exports__.AlertDialogAction,exports.AlertDialogBody=__webpack_exports__.AlertDialogBody,exports.AlertDialogCancel=__webpack_exports__.AlertDialogCancel,exports.AlertDialogContent=__webpack_exports__.AlertDialogContent,exports.AlertDialogDescription=__webpack_exports__.AlertDialogDescription,exports.AlertDialogFooter=__webpack_exports__.AlertDialogFooter,exports.AlertDialogHeader=__webpack_exports__.AlertDialogHeader,exports.AlertDialogTitle=__webpack_exports__.AlertDialogTitle,exports.AlertDialogTrigger=__webpack_exports__.AlertDialogTrigger,exports.AlertTitle=__webpack_exports__.AlertTitle,exports.AspectRatio=__webpack_exports__.AspectRatio,exports.Avatar=__webpack_exports__.Avatar,exports.AvatarFallback=__webpack_exports__.AvatarFallback,exports.AvatarImage=__webpack_exports__.AvatarImage,exports.Badge=__webpack_exports__.Badge,exports.Blockquote=__webpack_exports__.Blockquote,exports.Box=__webpack_exports__.Box,exports.Breadcrumb=__webpack_exports__.Breadcrumb,exports.BreadcrumbEllipsis=__webpack_exports__.BreadcrumbEllipsis,exports.BreadcrumbItem=__webpack_exports__.BreadcrumbItem,exports.BreadcrumbLink=__webpack_exports__.BreadcrumbLink,exports.BreadcrumbList=__webpack_exports__.BreadcrumbList,exports.BreadcrumbPage=__webpack_exports__.BreadcrumbPage,exports.BreadcrumbSeparator=__webpack_exports__.BreadcrumbSeparator,exports.Button=__webpack_exports__.Button,exports.Calendar=__webpack_exports__.Calendar,exports.CalendarLabel=__webpack_exports__.CalendarLabel,exports.CalendarRangeLabel=__webpack_exports__.CalendarRangeLabel,exports.Card=__webpack_exports__.Card,exports.CardAction=__webpack_exports__.CardAction,exports.CardContent=__webpack_exports__.CardContent,exports.CardDescription=__webpack_exports__.CardDescription,exports.CardFooter=__webpack_exports__.CardFooter,exports.CardHeader=__webpack_exports__.CardHeader,exports.CardTitle=__webpack_exports__.CardTitle,exports.Carousel=__webpack_exports__.Carousel,exports.CarouselContent=__webpack_exports__.CarouselContent,exports.CarouselItem=__webpack_exports__.CarouselItem,exports.CarouselNext=__webpack_exports__.CarouselNext,exports.CarouselPrevious=__webpack_exports__.CarouselPrevious,exports.ChartContainer=__webpack_exports__.ChartContainer,exports.ChartLegend=__webpack_exports__.ChartLegend,exports.ChartLegendContent=__webpack_exports__.ChartLegendContent,exports.ChartStyle=__webpack_exports__.ChartStyle,exports.ChartTooltip=__webpack_exports__.ChartTooltip,exports.ChartTooltipContent=__webpack_exports__.ChartTooltipContent,exports.Checkbox=__webpack_exports__.Checkbox,exports.CheckboxCards=__webpack_exports__.CheckboxCards,exports.CheckboxCardsItem=__webpack_exports__.CheckboxCardsItem,exports.CheckboxGroup=__webpack_exports__.CheckboxGroup,exports.CheckboxGroupItem=__webpack_exports__.CheckboxGroupItem,exports.Code=__webpack_exports__.Code,exports.Collapsible=__webpack_exports__.Collapsible,exports.CollapsibleContent=__webpack_exports__.CollapsibleContent,exports.CollapsibleTrigger=__webpack_exports__.CollapsibleTrigger,exports.Command=__webpack_exports__.Command,exports.CommandDialog=__webpack_exports__.CommandDialog,exports.CommandEmpty=__webpack_exports__.CommandEmpty,exports.CommandGroup=__webpack_exports__.CommandGroup,exports.CommandInput=__webpack_exports__.CommandInput,exports.CommandItem=__webpack_exports__.CommandItem,exports.CommandList=__webpack_exports__.CommandList,exports.CommandLoading=__webpack_exports__.CommandLoading,exports.CommandSeparator=__webpack_exports__.CommandSeparator,exports.CommandShortcut=__webpack_exports__.CommandShortcut,exports.Container=__webpack_exports__.Container,exports.ContextMenu=__webpack_exports__.ContextMenu,exports.ContextMenuArrow=__webpack_exports__.ContextMenuArrow,exports.ContextMenuCheckboxItem=__webpack_exports__.ContextMenuCheckboxItem,exports.ContextMenuContent=__webpack_exports__.ContextMenuContent,exports.ContextMenuGroup=__webpack_exports__.ContextMenuGroup,exports.ContextMenuItem=__webpack_exports__.ContextMenuItem,exports.ContextMenuLabel=__webpack_exports__.ContextMenuLabel,exports.ContextMenuRadioGroup=__webpack_exports__.ContextMenuRadioGroup,exports.ContextMenuRadioItem=__webpack_exports__.ContextMenuRadioItem,exports.ContextMenuSeparator=__webpack_exports__.ContextMenuSeparator,exports.ContextMenuShortcut=__webpack_exports__.ContextMenuShortcut,exports.ContextMenuSub=__webpack_exports__.ContextMenuSub,exports.ContextMenuSubContent=__webpack_exports__.ContextMenuSubContent,exports.ContextMenuSubTrigger=__webpack_exports__.ContextMenuSubTrigger,exports.ContextMenuTrigger=__webpack_exports__.ContextMenuTrigger,exports.Dialog=__webpack_exports__.Dialog,exports.DialogBody=__webpack_exports__.DialogBody,exports.DialogClose=__webpack_exports__.DialogClose,exports.DialogContent=__webpack_exports__.DialogContent,exports.DialogDescription=__webpack_exports__.DialogDescription,exports.DialogFooter=__webpack_exports__.DialogFooter,exports.DialogHeader=__webpack_exports__.DialogHeader,exports.DialogTitle=__webpack_exports__.DialogTitle,exports.DialogTrigger=__webpack_exports__.DialogTrigger,exports.Drawer=__webpack_exports__.Drawer,exports.DrawerBody=__webpack_exports__.DrawerBody,exports.DrawerClose=__webpack_exports__.DrawerClose,exports.DrawerContent=__webpack_exports__.DrawerContent,exports.DrawerDescription=__webpack_exports__.DrawerDescription,exports.DrawerFooter=__webpack_exports__.DrawerFooter,exports.DrawerHeader=__webpack_exports__.DrawerHeader,exports.DrawerTitle=__webpack_exports__.DrawerTitle,exports.DrawerTrigger=__webpack_exports__.DrawerTrigger,exports.DropdownMenu=__webpack_exports__.DropdownMenu,exports.DropdownMenuArrow=__webpack_exports__.DropdownMenuArrow,exports.DropdownMenuCheckboxItem=__webpack_exports__.DropdownMenuCheckboxItem,exports.DropdownMenuContent=__webpack_exports__.DropdownMenuContent,exports.DropdownMenuGroup=__webpack_exports__.DropdownMenuGroup,exports.DropdownMenuItem=__webpack_exports__.DropdownMenuItem,exports.DropdownMenuLabel=__webpack_exports__.DropdownMenuLabel,exports.DropdownMenuRadioGroup=__webpack_exports__.DropdownMenuRadioGroup,exports.DropdownMenuRadioItem=__webpack_exports__.DropdownMenuRadioItem,exports.DropdownMenuSeparator=__webpack_exports__.DropdownMenuSeparator,exports.DropdownMenuShortcut=__webpack_exports__.DropdownMenuShortcut,exports.DropdownMenuSub=__webpack_exports__.DropdownMenuSub,exports.DropdownMenuSubContent=__webpack_exports__.DropdownMenuSubContent,exports.DropdownMenuSubTrigger=__webpack_exports__.DropdownMenuSubTrigger,exports.DropdownMenuTrigger=__webpack_exports__.DropdownMenuTrigger,exports.ELLIPSIS=__webpack_exports__.ELLIPSIS,exports.Em=__webpack_exports__.Em,exports.Form=__webpack_exports__.Form,exports.FormControl=__webpack_exports__.FormControl,exports.FormDescription=__webpack_exports__.FormDescription,exports.FormField=__webpack_exports__.FormField,exports.FormItem=__webpack_exports__.FormItem,exports.FormLabel=__webpack_exports__.FormLabel,exports.FormMessage=__webpack_exports__.FormMessage,exports.Heading=__webpack_exports__.Heading,exports.HoverCard=__webpack_exports__.HoverCard,exports.HoverCardArrow=__webpack_exports__.HoverCardArrow,exports.HoverCardContent=__webpack_exports__.HoverCardContent,exports.HoverCardTrigger=__webpack_exports__.HoverCardTrigger,exports.Inline=__webpack_exports__.Inline,exports.Input=__webpack_exports__.Input,exports.InputNumber=__webpack_exports__.InputNumber,exports.InputOTP=__webpack_exports__.InputOTP,exports.InputOTPGroup=__webpack_exports__.InputOTPGroup,exports.InputOTPSeparator=__webpack_exports__.InputOTPSeparator,exports.InputOTPSlot=__webpack_exports__.InputOTPSlot,exports.InputPassword=__webpack_exports__.InputPassword,exports.InputSearch=__webpack_exports__.InputSearch,exports.Kbd=__webpack_exports__.Kbd,exports.KbdGroup=__webpack_exports__.KbdGroup,exports.Label=__webpack_exports__.Label,exports.Menubar=__webpack_exports__.Menubar,exports.MenubarArrow=__webpack_exports__.MenubarArrow,exports.MenubarCheckboxItem=__webpack_exports__.MenubarCheckboxItem,exports.MenubarContent=__webpack_exports__.MenubarContent,exports.MenubarGroup=__webpack_exports__.MenubarGroup,exports.MenubarItem=__webpack_exports__.MenubarItem,exports.MenubarLabel=__webpack_exports__.MenubarLabel,exports.MenubarMenu=__webpack_exports__.MenubarMenu,exports.MenubarRadioGroup=__webpack_exports__.MenubarRadioGroup,exports.MenubarRadioItem=__webpack_exports__.MenubarRadioItem,exports.MenubarSeparator=__webpack_exports__.MenubarSeparator,exports.MenubarShortcut=__webpack_exports__.MenubarShortcut,exports.MenubarSub=__webpack_exports__.MenubarSub,exports.MenubarSubContent=__webpack_exports__.MenubarSubContent,exports.MenubarSubTrigger=__webpack_exports__.MenubarSubTrigger,exports.MenubarTrigger=__webpack_exports__.MenubarTrigger,exports.NavigationMenu=__webpack_exports__.NavigationMenu,exports.NavigationMenuContent=__webpack_exports__.NavigationMenuContent,exports.NavigationMenuItem=__webpack_exports__.NavigationMenuItem,exports.NavigationMenuLink=__webpack_exports__.NavigationMenuLink,exports.NavigationMenuList=__webpack_exports__.NavigationMenuList,exports.NavigationMenuTrigger=__webpack_exports__.NavigationMenuTrigger,exports.Pagination=__webpack_exports__.Pagination,exports.PaginationContent=__webpack_exports__.PaginationContent,exports.PaginationEllipsis=__webpack_exports__.PaginationEllipsis,exports.PaginationItem=__webpack_exports__.PaginationItem,exports.PaginationLink=__webpack_exports__.PaginationLink,exports.PaginationNext=__webpack_exports__.PaginationNext,exports.PaginationPrevious=__webpack_exports__.PaginationPrevious,exports.Popover=__webpack_exports__.Popover,exports.PopoverAnchor=__webpack_exports__.PopoverAnchor,exports.PopoverArrow=__webpack_exports__.PopoverArrow,exports.PopoverContent=__webpack_exports__.PopoverContent,exports.PopoverTrigger=__webpack_exports__.PopoverTrigger,exports.Pre=__webpack_exports__.Pre,exports.Progress=__webpack_exports__.Progress,exports.ProgressCircle=__webpack_exports__.ProgressCircle,exports.Quote=__webpack_exports__.Quote,exports.REGEXP_ONLY_CHARS=__webpack_exports__.REGEXP_ONLY_CHARS,exports.REGEXP_ONLY_DIGITS=__webpack_exports__.REGEXP_ONLY_DIGITS,exports.REGEXP_ONLY_DIGITS_AND_CHARS=__webpack_exports__.REGEXP_ONLY_DIGITS_AND_CHARS,exports.Radio=__webpack_exports__.Radio,exports.RadioCards=__webpack_exports__.RadioCards,exports.RadioCardsItem=__webpack_exports__.RadioCardsItem,exports.RadioGroup=__webpack_exports__.RadioGroup,exports.RadioGroupItem=__webpack_exports__.RadioGroupItem,exports.ResizableHandle=__webpack_exports__.ResizableHandle,exports.ResizablePanel=__webpack_exports__.ResizablePanel,exports.ResizablePanelGroup=__webpack_exports__.ResizablePanelGroup,exports.ScrollArea=__webpack_exports__.ScrollArea,exports.ScrollAreaScrollbar=__webpack_exports__.ScrollAreaScrollbar,exports.Section=__webpack_exports__.Section,exports.Select=__webpack_exports__.Select,exports.SelectContent=__webpack_exports__.SelectContent,exports.SelectGroup=__webpack_exports__.SelectGroup,exports.SelectItem=__webpack_exports__.SelectItem,exports.SelectLabel=__webpack_exports__.SelectLabel,exports.SelectScrollDownButton=__webpack_exports__.SelectScrollDownButton,exports.SelectScrollUpButton=__webpack_exports__.SelectScrollUpButton,exports.SelectSeparator=__webpack_exports__.SelectSeparator,exports.SelectTrigger=__webpack_exports__.SelectTrigger,exports.SelectValue=__webpack_exports__.SelectValue,exports.Separator=__webpack_exports__.Separator,exports.SeparatorItem=__webpack_exports__.SeparatorItem,exports.Sheet=__webpack_exports__.Sheet,exports.SheetBody=__webpack_exports__.SheetBody,exports.SheetClose=__webpack_exports__.SheetClose,exports.SheetContent=__webpack_exports__.SheetContent,exports.SheetDescription=__webpack_exports__.SheetDescription,exports.SheetFooter=__webpack_exports__.SheetFooter,exports.SheetHeader=__webpack_exports__.SheetHeader,exports.SheetTitle=__webpack_exports__.SheetTitle,exports.SheetTrigger=__webpack_exports__.SheetTrigger,exports.Sidebar=__webpack_exports__.Sidebar,exports.SidebarContent=__webpack_exports__.SidebarContent,exports.SidebarFooter=__webpack_exports__.SidebarFooter,exports.SidebarGroup=__webpack_exports__.SidebarGroup,exports.SidebarGroupAction=__webpack_exports__.SidebarGroupAction,exports.SidebarGroupContent=__webpack_exports__.SidebarGroupContent,exports.SidebarGroupLabel=__webpack_exports__.SidebarGroupLabel,exports.SidebarHeader=__webpack_exports__.SidebarHeader,exports.SidebarInput=__webpack_exports__.SidebarInput,exports.SidebarInset=__webpack_exports__.SidebarInset,exports.SidebarMenu=__webpack_exports__.SidebarMenu,exports.SidebarMenuAction=__webpack_exports__.SidebarMenuAction,exports.SidebarMenuBadge=__webpack_exports__.SidebarMenuBadge,exports.SidebarMenuButton=__webpack_exports__.SidebarMenuButton,exports.SidebarMenuItem=__webpack_exports__.SidebarMenuItem,exports.SidebarMenuSkeleton=__webpack_exports__.SidebarMenuSkeleton,exports.SidebarMenuSub=__webpack_exports__.SidebarMenuSub,exports.SidebarMenuSubButton=__webpack_exports__.SidebarMenuSubButton,exports.SidebarMenuSubItem=__webpack_exports__.SidebarMenuSubItem,exports.SidebarProvider=__webpack_exports__.SidebarProvider,exports.SidebarRail=__webpack_exports__.SidebarRail,exports.SidebarSeparator=__webpack_exports__.SidebarSeparator,exports.SidebarTrigger=__webpack_exports__.SidebarTrigger,exports.Skeleton=__webpack_exports__.Skeleton,exports.Slider=__webpack_exports__.Slider,exports.Spinner=__webpack_exports__.Spinner,exports.Strong=__webpack_exports__.Strong,exports.Switch=__webpack_exports__.Switch,exports.Table=__webpack_exports__.Table,exports.TableBody=__webpack_exports__.TableBody,exports.TableCaption=__webpack_exports__.TableCaption,exports.TableCell=__webpack_exports__.TableCell,exports.TableFooter=__webpack_exports__.TableFooter,exports.TableHead=__webpack_exports__.TableHead,exports.TableHeader=__webpack_exports__.TableHeader,exports.TableRow=__webpack_exports__.TableRow,exports.Tabs=__webpack_exports__.Tabs,exports.TabsContent=__webpack_exports__.TabsContent,exports.TabsList=__webpack_exports__.TabsList,exports.TabsTrigger=__webpack_exports__.TabsTrigger,exports.Text=__webpack_exports__.Text,exports.Textarea=__webpack_exports__.Textarea,exports.Toaster=__webpack_exports__.Toaster,exports.Toggle=__webpack_exports__.Toggle,exports.ToggleGroup=__webpack_exports__.ToggleGroup,exports.ToggleGroupItem=__webpack_exports__.ToggleGroupItem,exports.Tooltip=__webpack_exports__.Tooltip,exports.TooltipArrow=__webpack_exports__.TooltipArrow,exports.TooltipContent=__webpack_exports__.TooltipContent,exports.TooltipProvider=__webpack_exports__.TooltipProvider,exports.TooltipTrigger=__webpack_exports__.TooltipTrigger,exports.alertVariants=__webpack_exports__.alertVariants,exports.badgeVariants=__webpack_exports__.badgeVariants,exports.buttonVariants=__webpack_exports__.buttonVariants,exports.createCarouselScope=__webpack_exports__.createCarouselScope,exports.createChartScope=__webpack_exports__.createChartScope,exports.createFormFieldScope=__webpack_exports__.createFormFieldScope,exports.inputVariants=__webpack_exports__.inputVariants,exports.navigationMenuTriggerVariants=__webpack_exports__.navigationMenuTriggerVariants,exports.progressCircleVariants=__webpack_exports__.progressCircleVariants,exports.scrollAreaScrollbarVariants=__webpack_exports__.scrollAreaScrollbarVariants,exports.separatorVariants=__webpack_exports__.separatorVariants,exports.sheetContentVariants=__webpack_exports__.sheetContentVariants,exports.sidebarMenuButtonVariants=__webpack_exports__.sidebarMenuButtonVariants,exports.toast=__webpack_exports__.toast,exports.toggleVariants=__webpack_exports__.toggleVariants,exports.useAnimatedValue=__webpack_exports__.useAnimatedValue,exports.useCopyToClipboard=__webpack_exports__.useCopyToClipboard,exports.useIsMobile=__webpack_exports__.useIsMobile,exports.useMediaQuery=__webpack_exports__.useMediaQuery,exports.useMutationObserver=__webpack_exports__.useMutationObserver,exports.usePagination=__webpack_exports__.usePagination,exports.useSidebar=__webpack_exports__.useSidebar,exports.useSonner=__webpack_exports__.useSonner,__webpack_exports__)-1===["Accordion","AccordionContent","AccordionIcon","AccordionItem","AccordionTrigger","Alert","AlertDescription","AlertDialog","AlertDialogAction","AlertDialogBody","AlertDialogCancel","AlertDialogContent","AlertDialogDescription","AlertDialogFooter","AlertDialogHeader","AlertDialogTitle","AlertDialogTrigger","AlertTitle","AspectRatio","Avatar","AvatarFallback","AvatarImage","Badge","Blockquote","Box","Breadcrumb","BreadcrumbEllipsis","BreadcrumbItem","BreadcrumbLink","BreadcrumbList","BreadcrumbPage","BreadcrumbSeparator","Button","Calendar","CalendarLabel","CalendarRangeLabel","Card","CardAction","CardContent","CardDescription","CardFooter","CardHeader","CardTitle","Carousel","CarouselContent","CarouselItem","CarouselNext","CarouselPrevious","ChartContainer","ChartLegend","ChartLegendContent","ChartStyle","ChartTooltip","ChartTooltipContent","Checkbox","CheckboxCards","CheckboxCardsItem","CheckboxGroup","CheckboxGroupItem","Code","Collapsible","CollapsibleContent","CollapsibleTrigger","Command","CommandDialog","CommandEmpty","CommandGroup","CommandInput","CommandItem","CommandList","CommandLoading","CommandSeparator","CommandShortcut","Container","ContextMenu","ContextMenuArrow","ContextMenuCheckboxItem","ContextMenuContent","ContextMenuGroup","ContextMenuItem","ContextMenuLabel","ContextMenuRadioGroup","ContextMenuRadioItem","ContextMenuSeparator","ContextMenuShortcut","ContextMenuSub","ContextMenuSubContent","ContextMenuSubTrigger","ContextMenuTrigger","Dialog","DialogBody","DialogClose","DialogContent","DialogDescription","DialogFooter","DialogHeader","DialogTitle","DialogTrigger","Drawer","DrawerBody","DrawerClose","DrawerContent","DrawerDescription","DrawerFooter","DrawerHeader","DrawerTitle","DrawerTrigger","DropdownMenu","DropdownMenuArrow","DropdownMenuCheckboxItem","DropdownMenuContent","DropdownMenuGroup","DropdownMenuItem","DropdownMenuLabel","DropdownMenuRadioGroup","DropdownMenuRadioItem","DropdownMenuSeparator","DropdownMenuShortcut","DropdownMenuSub","DropdownMenuSubContent","DropdownMenuSubTrigger","DropdownMenuTrigger","ELLIPSIS","Em","Form","FormControl","FormDescription","FormField","FormItem","FormLabel","FormMessage","Heading","HoverCard","HoverCardArrow","HoverCardContent","HoverCardTrigger","Inline","Input","InputNumber","InputOTP","InputOTPGroup","InputOTPSeparator","InputOTPSlot","InputPassword","InputSearch","Kbd","KbdGroup","Label","Menubar","MenubarArrow","MenubarCheckboxItem","MenubarContent","MenubarGroup","MenubarItem","MenubarLabel","MenubarMenu","MenubarRadioGroup","MenubarRadioItem","MenubarSeparator","MenubarShortcut","MenubarSub","MenubarSubContent","MenubarSubTrigger","MenubarTrigger","NavigationMenu","NavigationMenuContent","NavigationMenuItem","NavigationMenuLink","NavigationMenuList","NavigationMenuTrigger","Pagination","PaginationContent","PaginationEllipsis","PaginationItem","PaginationLink","PaginationNext","PaginationPrevious","Popover","PopoverAnchor","PopoverArrow","PopoverContent","PopoverTrigger","Pre","Progress","ProgressCircle","Quote","REGEXP_ONLY_CHARS","REGEXP_ONLY_DIGITS","REGEXP_ONLY_DIGITS_AND_CHARS","Radio","RadioCards","RadioCardsItem","RadioGroup","RadioGroupItem","ResizableHandle","ResizablePanel","ResizablePanelGroup","ScrollArea","ScrollAreaScrollbar","Section","Select","SelectContent","SelectGroup","SelectItem","SelectLabel","SelectScrollDownButton","SelectScrollUpButton","SelectSeparator","SelectTrigger","SelectValue","Separator","SeparatorItem","Sheet","SheetBody","SheetClose","SheetContent","SheetDescription","SheetFooter","SheetHeader","SheetTitle","SheetTrigger","Sidebar","SidebarContent","SidebarFooter","SidebarGroup","SidebarGroupAction","SidebarGroupContent","SidebarGroupLabel","SidebarHeader","SidebarInput","SidebarInset","SidebarMenu","SidebarMenuAction","SidebarMenuBadge","SidebarMenuButton","SidebarMenuItem","SidebarMenuSkeleton","SidebarMenuSub","SidebarMenuSubButton","SidebarMenuSubItem","SidebarProvider","SidebarRail","SidebarSeparator","SidebarTrigger","Skeleton","Slider","Spinner","Strong","Switch","Table","TableBody","TableCaption","TableCell","TableFooter","TableHead","TableHeader","TableRow","Tabs","TabsContent","TabsList","TabsTrigger","Text","Textarea","Toaster","Toggle","ToggleGroup","ToggleGroupItem","Tooltip","TooltipArrow","TooltipContent","TooltipProvider","TooltipTrigger","alertVariants","badgeVariants","buttonVariants","createCarouselScope","createChartScope","createFormFieldScope","inputVariants","navigationMenuTriggerVariants","progressCircleVariants","scrollAreaScrollbarVariants","separatorVariants","sheetContentVariants","sidebarMenuButtonVariants","toast","toggleVariants","useAnimatedValue","useCopyToClipboard","useIsMobile","useMediaQuery","useMutationObserver","usePagination","useSidebar","useSonner"].indexOf(__webpack_i__)&&(exports[__webpack_i__]=__webpack_exports__[__webpack_i__]);Object.defineProperty(exports,"__esModule",{value:!0});
|
package/dist/index.d.ts
CHANGED
|
@@ -68,8 +68,8 @@ export { InputPassword } from "./components/input-password";
|
|
|
68
68
|
export type { InputPasswordProps } from "./components/input-password";
|
|
69
69
|
export { InputSearch } from "./components/input-search";
|
|
70
70
|
export type { InputSearchProps } from "./components/input-search";
|
|
71
|
-
export { Kbd } from "./components/kbd";
|
|
72
|
-
export type { KbdProps } from "./components/kbd";
|
|
71
|
+
export { Kbd, KbdGroup } from "./components/kbd";
|
|
72
|
+
export type { KbdGroupProps, KbdProps } from "./components/kbd";
|
|
73
73
|
export { Label } from "./components/label";
|
|
74
74
|
export type { LabelProps } from "./components/label";
|
|
75
75
|
export { Menubar, MenubarArrow, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from "./components/menubar";
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Accordion as o,AccordionContent as e,AccordionIcon as r,AccordionItem as t,AccordionTrigger as n}from"./components/accordion.js";import{Alert as a,AlertDescription as i,AlertTitle as m,alertVariants as s}from"./components/alert.js";import{AlertDialog as p,AlertDialogAction as u,AlertDialogBody as c,AlertDialogCancel as l,AlertDialogContent as d,AlertDialogDescription as b,AlertDialogFooter as g,AlertDialogHeader as C,AlertDialogTitle as S,AlertDialogTrigger as f}from"./components/alert-dialog.js";import{AspectRatio as j}from"./components/aspect-ratio.js";import{Avatar as M,AvatarFallback as T,AvatarImage as D}from"./components/avatar.js";import{Badge as h,badgeVariants as I}from"./components/badge.js";import{Blockquote as A}from"./components/blockquote.js";import{Box as w}from"./components/box.js";import{Breadcrumb as x,BreadcrumbEllipsis as P,BreadcrumbItem as v,BreadcrumbLink as k,BreadcrumbList as G,BreadcrumbPage as L,BreadcrumbSeparator as R}from"./components/breadcrumb.js";import{Button as B,buttonVariants as F}from"./components/button.js";import{Calendar as H,CalendarLabel as N,CalendarRangeLabel as V}from"./components/calendar.js";import{Card as y,CardAction as E,CardContent as O,CardDescription as _,CardFooter as q,CardHeader as z,CardTitle as X}from"./components/card.js";import{Carousel as Y,CarouselContent as Q,CarouselItem as K,CarouselNext as U,CarouselPrevious as J,createCarouselScope as W}from"./components/carousel.js";import{ChartContainer as Z,ChartLegend as $,ChartLegendContent as oo,ChartStyle as oe,ChartTooltip as or,ChartTooltipContent as ot,createChartScope as on}from"./components/chart.js";import{Checkbox as oa}from"./components/checkbox.js";import{CheckboxCards as oi,CheckboxCardsItem as om}from"./components/checkbox-cards.js";import{CheckboxGroup as os,CheckboxGroupItem as op}from"./components/checkbox-group.js";import{Code as ou}from"./components/code.js";import{Collapsible as oc,CollapsibleContent as ol,CollapsibleTrigger as od}from"./components/collapsible.js";import{Command as ob,CommandDialog as og,CommandEmpty as oC,CommandGroup as oS,CommandInput as of,CommandItem as oj,CommandList as oM,CommandLoading as oT,CommandSeparator as oD,CommandShortcut as oh}from"./components/command.js";import{Container as oI}from"./components/container.js";import{ContextMenu as oA,ContextMenuArrow as ow,ContextMenuCheckboxItem as ox,ContextMenuContent as oP,ContextMenuGroup as ov,ContextMenuItem as ok,ContextMenuLabel as oG,ContextMenuRadioGroup as oL,ContextMenuRadioItem as oR,ContextMenuSeparator as oB,ContextMenuShortcut as oF,ContextMenuSub as oH,ContextMenuSubContent as oN,ContextMenuSubTrigger as oV,ContextMenuTrigger as oy}from"./components/context-menu.js";import{Dialog as oE,DialogBody as oO,DialogClose as o_,DialogContent as oq,DialogDescription as oz,DialogFooter as oX,DialogHeader as oY,DialogTitle as oQ,DialogTrigger as oK}from"./components/dialog.js";import{Drawer as oU,DrawerBody as oJ,DrawerClose as oW,DrawerContent as oZ,DrawerDescription as o$,DrawerFooter as o0,DrawerHeader as o1,DrawerTitle as o2,DrawerTrigger as o3}from"./components/drawer.js";import{DropdownMenu as o4,DropdownMenuArrow as o5,DropdownMenuCheckboxItem as o6,DropdownMenuContent as o7,DropdownMenuGroup as o8,DropdownMenuItem as o9,DropdownMenuLabel as eo,DropdownMenuRadioGroup as ee,DropdownMenuRadioItem as er,DropdownMenuSeparator as et,DropdownMenuShortcut as en,DropdownMenuSub as ea,DropdownMenuSubContent as ei,DropdownMenuSubTrigger as em,DropdownMenuTrigger as es}from"./components/dropdown-menu.js";import{Em as ep}from"./components/em.js";import{Form as eu,FormControl as ec,FormDescription as el,FormField as ed,FormItem as eb,FormLabel as eg,FormMessage as eC,createFormFieldScope as eS}from"./components/form.js";import{Heading as ef}from"./components/heading.js";import{HoverCard as ej,HoverCardArrow as eM,HoverCardContent as eT,HoverCardTrigger as eD}from"./components/hover-card.js";import{Inline as eh}from"./components/inline.js";import{Input as eI,inputVariants as eA}from"./components/input.js";import{InputNumber as ew}from"./components/input-number.js";import{InputOTP as ex,InputOTPGroup as eP,InputOTPSeparator as ev,InputOTPSlot as ek,REGEXP_ONLY_CHARS as eG,REGEXP_ONLY_DIGITS as eL,REGEXP_ONLY_DIGITS_AND_CHARS as eR}from"./components/input-otp.js";import{InputPassword as eB}from"./components/input-password.js";import{InputSearch as eF}from"./components/input-search.js";import{Kbd as eH}from"./components/kbd.js";import{Label as eN}from"./components/label.js";import{Menubar as eV,MenubarArrow as ey,MenubarCheckboxItem as eE,MenubarContent as eO,MenubarGroup as e_,MenubarItem as eq,MenubarLabel as ez,MenubarMenu as eX,MenubarRadioGroup as eY,MenubarRadioItem as eQ,MenubarSeparator as eK,MenubarShortcut as eU,MenubarSub as eJ,MenubarSubContent as eW,MenubarSubTrigger as eZ,MenubarTrigger as e$}from"./components/menubar.js";import{NavigationMenu as e0,NavigationMenuContent as e1,NavigationMenuItem as e2,NavigationMenuLink as e3,NavigationMenuList as e4,NavigationMenuTrigger as e5,navigationMenuTriggerVariants as e6}from"./components/navigation-menu.js";import{Pagination as e7,PaginationContent as e8,PaginationEllipsis as e9,PaginationItem as ro,PaginationLink as re,PaginationNext as rr,PaginationPrevious as rt}from"./components/pagination.js";import{Popover as rn,PopoverAnchor as ra,PopoverArrow as ri,PopoverContent as rm,PopoverTrigger as rs}from"./components/popover.js";import{Pre as rp}from"./components/pre.js";import{Progress as ru}from"./components/progress.js";import{ProgressCircle as rc,progressCircleVariants as rl}from"./components/progress-circle.js";import{Quote as rd}from"./components/quote.js";import{Radio as rb}from"./components/radio.js";import{RadioCards as rg,RadioCardsItem as rC}from"./components/radio-cards.js";import{RadioGroup as rS,RadioGroupItem as rf}from"./components/radio-group.js";import{ResizableHandle as rj,ResizablePanel as rM,ResizablePanelGroup as rT}from"./components/resizable.js";import{ScrollArea as rD,ScrollAreaScrollbar as rh,scrollAreaScrollbarVariants as rI}from"./components/scroll-area.js";import{Section as rA}from"./components/section.js";import{Select as rw,SelectContent as rx,SelectGroup as rP,SelectItem as rv,SelectLabel as rk,SelectScrollDownButton as rG,SelectScrollUpButton as rL,SelectSeparator as rR,SelectTrigger as rB,SelectValue as rF}from"./components/select.js";import{Separator as rH,SeparatorItem as rN,separatorVariants as rV}from"./components/separator.js";import{Sheet as ry,SheetBody as rE,SheetClose as rO,SheetContent as r_,SheetDescription as rq,SheetFooter as rz,SheetHeader as rX,SheetTitle as rY,SheetTrigger as rQ,sheetContentVariants as rK}from"./components/sheet.js";import{Sidebar as rU,SidebarContent as rJ,SidebarFooter as rW,SidebarGroup as rZ,SidebarGroupAction as r$,SidebarGroupContent as r0,SidebarGroupLabel as r1,SidebarHeader as r2,SidebarInput as r3,SidebarInset as r4,SidebarMenu as r5,SidebarMenuAction as r6,SidebarMenuBadge as r7,SidebarMenuButton as r8,SidebarMenuItem as r9,SidebarMenuSkeleton as to,SidebarMenuSub as te,SidebarMenuSubButton as tr,SidebarMenuSubItem as tt,SidebarProvider as tn,SidebarRail as ta,SidebarSeparator as ti,SidebarTrigger as tm,sidebarMenuButtonVariants as ts,useSidebar as tp}from"./components/sidebar.js";import{Skeleton as tu}from"./components/skeleton.js";import{Slider as tc}from"./components/slider.js";import{Toaster as tl,toast as td,useSonner as tb}from"./components/sonner.js";import{Spinner as tg}from"./components/spinner.js";import{Strong as tC}from"./components/strong.js";import{Switch as tS}from"./components/switch.js";import{Table as tf,TableBody as tj,TableCaption as tM,TableCell as tT,TableFooter as tD,TableHead as th,TableHeader as tI,TableRow as tA}from"./components/table.js";import{Tabs as tw,TabsContent as tx,TabsList as tP,TabsTrigger as tv}from"./components/tabs.js";import{Text as tk}from"./components/text.js";import{Textarea as tG}from"./components/textarea.js";import{Toggle as tL,toggleVariants as tR}from"./components/toggle.js";import{ToggleGroup as tB,ToggleGroupItem as tF}from"./components/toggle-group.js";import{Tooltip as tH,TooltipArrow as tN,TooltipContent as tV,TooltipProvider as ty,TooltipTrigger as tE}from"./components/tooltip.js";import{useAnimatedValue as tO}from"./hooks/use-animated-value.js";import{useCopyToClipboard as t_}from"./hooks/use-copy-to-clipboard.js";import{useIsMobile as tq}from"./hooks/use-is-mobile.js";import{useMediaQuery as tz}from"./hooks/use-media-query.js";import{useMutationObserver as tX}from"./hooks/use-mutation-observer.js";import{ELLIPSIS as tY,usePagination as tQ}from"./hooks/use-pagination.js";export{o as Accordion,e as AccordionContent,r as AccordionIcon,t as AccordionItem,n as AccordionTrigger,a as Alert,i as AlertDescription,p as AlertDialog,u as AlertDialogAction,c as AlertDialogBody,l as AlertDialogCancel,d as AlertDialogContent,b as AlertDialogDescription,g as AlertDialogFooter,C as AlertDialogHeader,S as AlertDialogTitle,f as AlertDialogTrigger,m as AlertTitle,j as AspectRatio,M as Avatar,T as AvatarFallback,D as AvatarImage,h as Badge,A as Blockquote,w as Box,x as Breadcrumb,P as BreadcrumbEllipsis,v as BreadcrumbItem,k as BreadcrumbLink,G as BreadcrumbList,L as BreadcrumbPage,R as BreadcrumbSeparator,B as Button,H as Calendar,N as CalendarLabel,V as CalendarRangeLabel,y as Card,E as CardAction,O as CardContent,_ as CardDescription,q as CardFooter,z as CardHeader,X as CardTitle,Y as Carousel,Q as CarouselContent,K as CarouselItem,U as CarouselNext,J as CarouselPrevious,Z as ChartContainer,$ as ChartLegend,oo as ChartLegendContent,oe as ChartStyle,or as ChartTooltip,ot as ChartTooltipContent,oa as Checkbox,oi as CheckboxCards,om as CheckboxCardsItem,os as CheckboxGroup,op as CheckboxGroupItem,ou as Code,oc as Collapsible,ol as CollapsibleContent,od as CollapsibleTrigger,ob as Command,og as CommandDialog,oC as CommandEmpty,oS as CommandGroup,of as CommandInput,oj as CommandItem,oM as CommandList,oT as CommandLoading,oD as CommandSeparator,oh as CommandShortcut,oI as Container,oA as ContextMenu,ow as ContextMenuArrow,ox as ContextMenuCheckboxItem,oP as ContextMenuContent,ov as ContextMenuGroup,ok as ContextMenuItem,oG as ContextMenuLabel,oL as ContextMenuRadioGroup,oR as ContextMenuRadioItem,oB as ContextMenuSeparator,oF as ContextMenuShortcut,oH as ContextMenuSub,oN as ContextMenuSubContent,oV as ContextMenuSubTrigger,oy as ContextMenuTrigger,oE as Dialog,oO as DialogBody,o_ as DialogClose,oq as DialogContent,oz as DialogDescription,oX as DialogFooter,oY as DialogHeader,oQ as DialogTitle,oK as DialogTrigger,oU as Drawer,oJ as DrawerBody,oW as DrawerClose,oZ as DrawerContent,o$ as DrawerDescription,o0 as DrawerFooter,o1 as DrawerHeader,o2 as DrawerTitle,o3 as DrawerTrigger,o4 as DropdownMenu,o5 as DropdownMenuArrow,o6 as DropdownMenuCheckboxItem,o7 as DropdownMenuContent,o8 as DropdownMenuGroup,o9 as DropdownMenuItem,eo as DropdownMenuLabel,ee as DropdownMenuRadioGroup,er as DropdownMenuRadioItem,et as DropdownMenuSeparator,en as DropdownMenuShortcut,ea as DropdownMenuSub,ei as DropdownMenuSubContent,em as DropdownMenuSubTrigger,es as DropdownMenuTrigger,tY as ELLIPSIS,ep as Em,eu as Form,ec as FormControl,el as FormDescription,ed as FormField,eb as FormItem,eg as FormLabel,eC as FormMessage,ef as Heading,ej as HoverCard,eM as HoverCardArrow,eT as HoverCardContent,eD as HoverCardTrigger,eh as Inline,eI as Input,ew as InputNumber,ex as InputOTP,eP as InputOTPGroup,ev as InputOTPSeparator,ek as InputOTPSlot,eB as InputPassword,eF as InputSearch,eH as Kbd,eN as Label,eV as Menubar,ey as MenubarArrow,eE as MenubarCheckboxItem,eO as MenubarContent,e_ as MenubarGroup,eq as MenubarItem,ez as MenubarLabel,eX as MenubarMenu,eY as MenubarRadioGroup,eQ as MenubarRadioItem,eK as MenubarSeparator,eU as MenubarShortcut,eJ as MenubarSub,eW as MenubarSubContent,eZ as MenubarSubTrigger,e$ as MenubarTrigger,e0 as NavigationMenu,e1 as NavigationMenuContent,e2 as NavigationMenuItem,e3 as NavigationMenuLink,e4 as NavigationMenuList,e5 as NavigationMenuTrigger,e7 as Pagination,e8 as PaginationContent,e9 as PaginationEllipsis,ro as PaginationItem,re as PaginationLink,rr as PaginationNext,rt as PaginationPrevious,rn as Popover,ra as PopoverAnchor,ri as PopoverArrow,rm as PopoverContent,rs as PopoverTrigger,rp as Pre,ru as Progress,rc as ProgressCircle,rd as Quote,eG as REGEXP_ONLY_CHARS,eL as REGEXP_ONLY_DIGITS,eR as REGEXP_ONLY_DIGITS_AND_CHARS,rb as Radio,rg as RadioCards,rC as RadioCardsItem,rS as RadioGroup,rf as RadioGroupItem,rj as ResizableHandle,rM as ResizablePanel,rT as ResizablePanelGroup,rD as ScrollArea,rh as ScrollAreaScrollbar,rA as Section,rw as Select,rx as SelectContent,rP as SelectGroup,rv as SelectItem,rk as SelectLabel,rG as SelectScrollDownButton,rL as SelectScrollUpButton,rR as SelectSeparator,rB as SelectTrigger,rF as SelectValue,rH as Separator,rN as SeparatorItem,ry as Sheet,rE as SheetBody,rO as SheetClose,r_ as SheetContent,rq as SheetDescription,rz as SheetFooter,rX as SheetHeader,rY as SheetTitle,rQ as SheetTrigger,rU as Sidebar,rJ as SidebarContent,rW as SidebarFooter,rZ as SidebarGroup,r$ as SidebarGroupAction,r0 as SidebarGroupContent,r1 as SidebarGroupLabel,r2 as SidebarHeader,r3 as SidebarInput,r4 as SidebarInset,r5 as SidebarMenu,r6 as SidebarMenuAction,r7 as SidebarMenuBadge,r8 as SidebarMenuButton,r9 as SidebarMenuItem,to as SidebarMenuSkeleton,te as SidebarMenuSub,tr as SidebarMenuSubButton,tt as SidebarMenuSubItem,tn as SidebarProvider,ta as SidebarRail,ti as SidebarSeparator,tm as SidebarTrigger,tu as Skeleton,tc as Slider,tg as Spinner,tC as Strong,tS as Switch,tf as Table,tj as TableBody,tM as TableCaption,tT as TableCell,tD as TableFooter,th as TableHead,tI as TableHeader,tA as TableRow,tw as Tabs,tx as TabsContent,tP as TabsList,tv as TabsTrigger,tk as Text,tG as Textarea,tl as Toaster,tL as Toggle,tB as ToggleGroup,tF as ToggleGroupItem,tH as Tooltip,tN as TooltipArrow,tV as TooltipContent,ty as TooltipProvider,tE as TooltipTrigger,s as alertVariants,I as badgeVariants,F as buttonVariants,W as createCarouselScope,on as createChartScope,eS as createFormFieldScope,eA as inputVariants,e6 as navigationMenuTriggerVariants,rl as progressCircleVariants,rI as scrollAreaScrollbarVariants,rV as separatorVariants,rK as sheetContentVariants,ts as sidebarMenuButtonVariants,td as toast,tR as toggleVariants,tO as useAnimatedValue,t_ as useCopyToClipboard,tq as useIsMobile,tz as useMediaQuery,tX as useMutationObserver,tQ as usePagination,tp as useSidebar,tb as useSonner};
|
|
1
|
+
import{Accordion as o,AccordionContent as e,AccordionIcon as r,AccordionItem as t,AccordionTrigger as n}from"./components/accordion.js";import{Alert as a,AlertDescription as i,AlertTitle as m,alertVariants as p}from"./components/alert.js";import{AlertDialog as s,AlertDialogAction as u,AlertDialogBody as c,AlertDialogCancel as l,AlertDialogContent as d,AlertDialogDescription as b,AlertDialogFooter as g,AlertDialogHeader as C,AlertDialogTitle as S,AlertDialogTrigger as f}from"./components/alert-dialog.js";import{AspectRatio as j}from"./components/aspect-ratio.js";import{Avatar as M,AvatarFallback as T,AvatarImage as D}from"./components/avatar.js";import{Badge as h,badgeVariants as I}from"./components/badge.js";import{Blockquote as A}from"./components/blockquote.js";import{Box as w}from"./components/box.js";import{Breadcrumb as x,BreadcrumbEllipsis as P,BreadcrumbItem as v,BreadcrumbLink as k,BreadcrumbList as G,BreadcrumbPage as L,BreadcrumbSeparator as R}from"./components/breadcrumb.js";import{Button as B,buttonVariants as F}from"./components/button.js";import{Calendar as H,CalendarLabel as N,CalendarRangeLabel as V}from"./components/calendar.js";import{Card as y,CardAction as E,CardContent as O,CardDescription as _,CardFooter as q,CardHeader as z,CardTitle as X}from"./components/card.js";import{Carousel as Y,CarouselContent as K,CarouselItem as Q,CarouselNext as U,CarouselPrevious as J,createCarouselScope as W}from"./components/carousel.js";import{ChartContainer as Z,ChartLegend as $,ChartLegendContent as oo,ChartStyle as oe,ChartTooltip as or,ChartTooltipContent as ot,createChartScope as on}from"./components/chart.js";import{Checkbox as oa}from"./components/checkbox.js";import{CheckboxCards as oi,CheckboxCardsItem as om}from"./components/checkbox-cards.js";import{CheckboxGroup as op,CheckboxGroupItem as os}from"./components/checkbox-group.js";import{Code as ou}from"./components/code.js";import{Collapsible as oc,CollapsibleContent as ol,CollapsibleTrigger as od}from"./components/collapsible.js";import{Command as ob,CommandDialog as og,CommandEmpty as oC,CommandGroup as oS,CommandInput as of,CommandItem as oj,CommandList as oM,CommandLoading as oT,CommandSeparator as oD,CommandShortcut as oh}from"./components/command.js";import{Container as oI}from"./components/container.js";import{ContextMenu as oA,ContextMenuArrow as ow,ContextMenuCheckboxItem as ox,ContextMenuContent as oP,ContextMenuGroup as ov,ContextMenuItem as ok,ContextMenuLabel as oG,ContextMenuRadioGroup as oL,ContextMenuRadioItem as oR,ContextMenuSeparator as oB,ContextMenuShortcut as oF,ContextMenuSub as oH,ContextMenuSubContent as oN,ContextMenuSubTrigger as oV,ContextMenuTrigger as oy}from"./components/context-menu.js";import{Dialog as oE,DialogBody as oO,DialogClose as o_,DialogContent as oq,DialogDescription as oz,DialogFooter as oX,DialogHeader as oY,DialogTitle as oK,DialogTrigger as oQ}from"./components/dialog.js";import{Drawer as oU,DrawerBody as oJ,DrawerClose as oW,DrawerContent as oZ,DrawerDescription as o$,DrawerFooter as o0,DrawerHeader as o1,DrawerTitle as o2,DrawerTrigger as o3}from"./components/drawer.js";import{DropdownMenu as o4,DropdownMenuArrow as o5,DropdownMenuCheckboxItem as o6,DropdownMenuContent as o7,DropdownMenuGroup as o8,DropdownMenuItem as o9,DropdownMenuLabel as eo,DropdownMenuRadioGroup as ee,DropdownMenuRadioItem as er,DropdownMenuSeparator as et,DropdownMenuShortcut as en,DropdownMenuSub as ea,DropdownMenuSubContent as ei,DropdownMenuSubTrigger as em,DropdownMenuTrigger as ep}from"./components/dropdown-menu.js";import{Em as es}from"./components/em.js";import{Form as eu,FormControl as ec,FormDescription as el,FormField as ed,FormItem as eb,FormLabel as eg,FormMessage as eC,createFormFieldScope as eS}from"./components/form.js";import{Heading as ef}from"./components/heading.js";import{HoverCard as ej,HoverCardArrow as eM,HoverCardContent as eT,HoverCardTrigger as eD}from"./components/hover-card.js";import{Inline as eh}from"./components/inline.js";import{Input as eI,inputVariants as eA}from"./components/input.js";import{InputNumber as ew}from"./components/input-number.js";import{InputOTP as ex,InputOTPGroup as eP,InputOTPSeparator as ev,InputOTPSlot as ek,REGEXP_ONLY_CHARS as eG,REGEXP_ONLY_DIGITS as eL,REGEXP_ONLY_DIGITS_AND_CHARS as eR}from"./components/input-otp.js";import{InputPassword as eB}from"./components/input-password.js";import{InputSearch as eF}from"./components/input-search.js";import{Kbd as eH,KbdGroup as eN}from"./components/kbd.js";import{Label as eV}from"./components/label.js";import{Menubar as ey,MenubarArrow as eE,MenubarCheckboxItem as eO,MenubarContent as e_,MenubarGroup as eq,MenubarItem as ez,MenubarLabel as eX,MenubarMenu as eY,MenubarRadioGroup as eK,MenubarRadioItem as eQ,MenubarSeparator as eU,MenubarShortcut as eJ,MenubarSub as eW,MenubarSubContent as eZ,MenubarSubTrigger as e$,MenubarTrigger as e0}from"./components/menubar.js";import{NavigationMenu as e1,NavigationMenuContent as e2,NavigationMenuItem as e3,NavigationMenuLink as e4,NavigationMenuList as e5,NavigationMenuTrigger as e6,navigationMenuTriggerVariants as e7}from"./components/navigation-menu.js";import{Pagination as e8,PaginationContent as e9,PaginationEllipsis as ro,PaginationItem as re,PaginationLink as rr,PaginationNext as rt,PaginationPrevious as rn}from"./components/pagination.js";import{Popover as ra,PopoverAnchor as ri,PopoverArrow as rm,PopoverContent as rp,PopoverTrigger as rs}from"./components/popover.js";import{Pre as ru}from"./components/pre.js";import{Progress as rc}from"./components/progress.js";import{ProgressCircle as rl,progressCircleVariants as rd}from"./components/progress-circle.js";import{Quote as rb}from"./components/quote.js";import{Radio as rg}from"./components/radio.js";import{RadioCards as rC,RadioCardsItem as rS}from"./components/radio-cards.js";import{RadioGroup as rf,RadioGroupItem as rj}from"./components/radio-group.js";import{ResizableHandle as rM,ResizablePanel as rT,ResizablePanelGroup as rD}from"./components/resizable.js";import{ScrollArea as rh,ScrollAreaScrollbar as rI,scrollAreaScrollbarVariants as rA}from"./components/scroll-area.js";import{Section as rw}from"./components/section.js";import{Select as rx,SelectContent as rP,SelectGroup as rv,SelectItem as rk,SelectLabel as rG,SelectScrollDownButton as rL,SelectScrollUpButton as rR,SelectSeparator as rB,SelectTrigger as rF,SelectValue as rH}from"./components/select.js";import{Separator as rN,SeparatorItem as rV,separatorVariants as ry}from"./components/separator.js";import{Sheet as rE,SheetBody as rO,SheetClose as r_,SheetContent as rq,SheetDescription as rz,SheetFooter as rX,SheetHeader as rY,SheetTitle as rK,SheetTrigger as rQ,sheetContentVariants as rU}from"./components/sheet.js";import{Sidebar as rJ,SidebarContent as rW,SidebarFooter as rZ,SidebarGroup as r$,SidebarGroupAction as r0,SidebarGroupContent as r1,SidebarGroupLabel as r2,SidebarHeader as r3,SidebarInput as r4,SidebarInset as r5,SidebarMenu as r6,SidebarMenuAction as r7,SidebarMenuBadge as r8,SidebarMenuButton as r9,SidebarMenuItem as to,SidebarMenuSkeleton as te,SidebarMenuSub as tr,SidebarMenuSubButton as tt,SidebarMenuSubItem as tn,SidebarProvider as ta,SidebarRail as ti,SidebarSeparator as tm,SidebarTrigger as tp,sidebarMenuButtonVariants as ts,useSidebar as tu}from"./components/sidebar.js";import{Skeleton as tc}from"./components/skeleton.js";import{Slider as tl}from"./components/slider.js";import{Toaster as td,toast as tb,useSonner as tg}from"./components/sonner.js";import{Spinner as tC}from"./components/spinner.js";import{Strong as tS}from"./components/strong.js";import{Switch as tf}from"./components/switch.js";import{Table as tj,TableBody as tM,TableCaption as tT,TableCell as tD,TableFooter as th,TableHead as tI,TableHeader as tA,TableRow as tw}from"./components/table.js";import{Tabs as tx,TabsContent as tP,TabsList as tv,TabsTrigger as tk}from"./components/tabs.js";import{Text as tG}from"./components/text.js";import{Textarea as tL}from"./components/textarea.js";import{Toggle as tR,toggleVariants as tB}from"./components/toggle.js";import{ToggleGroup as tF,ToggleGroupItem as tH}from"./components/toggle-group.js";import{Tooltip as tN,TooltipArrow as tV,TooltipContent as ty,TooltipProvider as tE,TooltipTrigger as tO}from"./components/tooltip.js";import{useAnimatedValue as t_}from"./hooks/use-animated-value.js";import{useCopyToClipboard as tq}from"./hooks/use-copy-to-clipboard.js";import{useIsMobile as tz}from"./hooks/use-is-mobile.js";import{useMediaQuery as tX}from"./hooks/use-media-query.js";import{useMutationObserver as tY}from"./hooks/use-mutation-observer.js";import{ELLIPSIS as tK,usePagination as tQ}from"./hooks/use-pagination.js";export{o as Accordion,e as AccordionContent,r as AccordionIcon,t as AccordionItem,n as AccordionTrigger,a as Alert,i as AlertDescription,s as AlertDialog,u as AlertDialogAction,c as AlertDialogBody,l as AlertDialogCancel,d as AlertDialogContent,b as AlertDialogDescription,g as AlertDialogFooter,C as AlertDialogHeader,S as AlertDialogTitle,f as AlertDialogTrigger,m as AlertTitle,j as AspectRatio,M as Avatar,T as AvatarFallback,D as AvatarImage,h as Badge,A as Blockquote,w as Box,x as Breadcrumb,P as BreadcrumbEllipsis,v as BreadcrumbItem,k as BreadcrumbLink,G as BreadcrumbList,L as BreadcrumbPage,R as BreadcrumbSeparator,B as Button,H as Calendar,N as CalendarLabel,V as CalendarRangeLabel,y as Card,E as CardAction,O as CardContent,_ as CardDescription,q as CardFooter,z as CardHeader,X as CardTitle,Y as Carousel,K as CarouselContent,Q as CarouselItem,U as CarouselNext,J as CarouselPrevious,Z as ChartContainer,$ as ChartLegend,oo as ChartLegendContent,oe as ChartStyle,or as ChartTooltip,ot as ChartTooltipContent,oa as Checkbox,oi as CheckboxCards,om as CheckboxCardsItem,op as CheckboxGroup,os as CheckboxGroupItem,ou as Code,oc as Collapsible,ol as CollapsibleContent,od as CollapsibleTrigger,ob as Command,og as CommandDialog,oC as CommandEmpty,oS as CommandGroup,of as CommandInput,oj as CommandItem,oM as CommandList,oT as CommandLoading,oD as CommandSeparator,oh as CommandShortcut,oI as Container,oA as ContextMenu,ow as ContextMenuArrow,ox as ContextMenuCheckboxItem,oP as ContextMenuContent,ov as ContextMenuGroup,ok as ContextMenuItem,oG as ContextMenuLabel,oL as ContextMenuRadioGroup,oR as ContextMenuRadioItem,oB as ContextMenuSeparator,oF as ContextMenuShortcut,oH as ContextMenuSub,oN as ContextMenuSubContent,oV as ContextMenuSubTrigger,oy as ContextMenuTrigger,oE as Dialog,oO as DialogBody,o_ as DialogClose,oq as DialogContent,oz as DialogDescription,oX as DialogFooter,oY as DialogHeader,oK as DialogTitle,oQ as DialogTrigger,oU as Drawer,oJ as DrawerBody,oW as DrawerClose,oZ as DrawerContent,o$ as DrawerDescription,o0 as DrawerFooter,o1 as DrawerHeader,o2 as DrawerTitle,o3 as DrawerTrigger,o4 as DropdownMenu,o5 as DropdownMenuArrow,o6 as DropdownMenuCheckboxItem,o7 as DropdownMenuContent,o8 as DropdownMenuGroup,o9 as DropdownMenuItem,eo as DropdownMenuLabel,ee as DropdownMenuRadioGroup,er as DropdownMenuRadioItem,et as DropdownMenuSeparator,en as DropdownMenuShortcut,ea as DropdownMenuSub,ei as DropdownMenuSubContent,em as DropdownMenuSubTrigger,ep as DropdownMenuTrigger,tK as ELLIPSIS,es as Em,eu as Form,ec as FormControl,el as FormDescription,ed as FormField,eb as FormItem,eg as FormLabel,eC as FormMessage,ef as Heading,ej as HoverCard,eM as HoverCardArrow,eT as HoverCardContent,eD as HoverCardTrigger,eh as Inline,eI as Input,ew as InputNumber,ex as InputOTP,eP as InputOTPGroup,ev as InputOTPSeparator,ek as InputOTPSlot,eB as InputPassword,eF as InputSearch,eH as Kbd,eN as KbdGroup,eV as Label,ey as Menubar,eE as MenubarArrow,eO as MenubarCheckboxItem,e_ as MenubarContent,eq as MenubarGroup,ez as MenubarItem,eX as MenubarLabel,eY as MenubarMenu,eK as MenubarRadioGroup,eQ as MenubarRadioItem,eU as MenubarSeparator,eJ as MenubarShortcut,eW as MenubarSub,eZ as MenubarSubContent,e$ as MenubarSubTrigger,e0 as MenubarTrigger,e1 as NavigationMenu,e2 as NavigationMenuContent,e3 as NavigationMenuItem,e4 as NavigationMenuLink,e5 as NavigationMenuList,e6 as NavigationMenuTrigger,e8 as Pagination,e9 as PaginationContent,ro as PaginationEllipsis,re as PaginationItem,rr as PaginationLink,rt as PaginationNext,rn as PaginationPrevious,ra as Popover,ri as PopoverAnchor,rm as PopoverArrow,rp as PopoverContent,rs as PopoverTrigger,ru as Pre,rc as Progress,rl as ProgressCircle,rb as Quote,eG as REGEXP_ONLY_CHARS,eL as REGEXP_ONLY_DIGITS,eR as REGEXP_ONLY_DIGITS_AND_CHARS,rg as Radio,rC as RadioCards,rS as RadioCardsItem,rf as RadioGroup,rj as RadioGroupItem,rM as ResizableHandle,rT as ResizablePanel,rD as ResizablePanelGroup,rh as ScrollArea,rI as ScrollAreaScrollbar,rw as Section,rx as Select,rP as SelectContent,rv as SelectGroup,rk as SelectItem,rG as SelectLabel,rL as SelectScrollDownButton,rR as SelectScrollUpButton,rB as SelectSeparator,rF as SelectTrigger,rH as SelectValue,rN as Separator,rV as SeparatorItem,rE as Sheet,rO as SheetBody,r_ as SheetClose,rq as SheetContent,rz as SheetDescription,rX as SheetFooter,rY as SheetHeader,rK as SheetTitle,rQ as SheetTrigger,rJ as Sidebar,rW as SidebarContent,rZ as SidebarFooter,r$ as SidebarGroup,r0 as SidebarGroupAction,r1 as SidebarGroupContent,r2 as SidebarGroupLabel,r3 as SidebarHeader,r4 as SidebarInput,r5 as SidebarInset,r6 as SidebarMenu,r7 as SidebarMenuAction,r8 as SidebarMenuBadge,r9 as SidebarMenuButton,to as SidebarMenuItem,te as SidebarMenuSkeleton,tr as SidebarMenuSub,tt as SidebarMenuSubButton,tn as SidebarMenuSubItem,ta as SidebarProvider,ti as SidebarRail,tm as SidebarSeparator,tp as SidebarTrigger,tc as Skeleton,tl as Slider,tC as Spinner,tS as Strong,tf as Switch,tj as Table,tM as TableBody,tT as TableCaption,tD as TableCell,th as TableFooter,tI as TableHead,tA as TableHeader,tw as TableRow,tx as Tabs,tP as TabsContent,tv as TabsList,tk as TabsTrigger,tG as Text,tL as Textarea,td as Toaster,tR as Toggle,tF as ToggleGroup,tH as ToggleGroupItem,tN as Tooltip,tV as TooltipArrow,ty as TooltipContent,tE as TooltipProvider,tO as TooltipTrigger,p as alertVariants,I as badgeVariants,F as buttonVariants,W as createCarouselScope,on as createChartScope,eS as createFormFieldScope,eA as inputVariants,e7 as navigationMenuTriggerVariants,rd as progressCircleVariants,rA as scrollAreaScrollbarVariants,ry as separatorVariants,rU as sheetContentVariants,ts as sidebarMenuButtonVariants,tb as toast,tB as toggleVariants,t_ as useAnimatedValue,tq as useCopyToClipboard,tz as useIsMobile,tX as useMediaQuery,tY as useMutationObserver,tQ as usePagination,tu as useSidebar,tg as useSonner};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9-canary.0",
|
|
4
4
|
"description": "Core UI components library built with React and Tailwind CSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"sonner": "^2.0.7",
|
|
107
107
|
"tw-animate-css": "^1.4.0",
|
|
108
108
|
"vaul": "^1.1.2",
|
|
109
|
-
"@codefast/tailwind-variants": "0.3.
|
|
109
|
+
"@codefast/tailwind-variants": "0.3.9-canary.0"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@rsbuild/plugin-react": "^1.4.2",
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
"tailwindcss": "^4.1.17",
|
|
130
130
|
"ts-node": "^10.9.2",
|
|
131
131
|
"typescript": "^5.9.3",
|
|
132
|
-
"@codefast/eslint-config": "0.3.
|
|
133
|
-
"@codefast/typescript-config": "0.3.
|
|
132
|
+
"@codefast/eslint-config": "0.3.9-canary.0",
|
|
133
|
+
"@codefast/typescript-config": "0.3.9-canary.0"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@types/react": "^19.0",
|