@me1a/ui 2.2.1 → 2.2.3
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/dist/accordion/index.d.mts +94 -0
- package/dist/accordion/index.mjs +2 -0
- package/dist/accordion/index.mjs.map +1 -0
- package/dist/avatar/index.d.mts +34 -0
- package/dist/avatar/index.mjs +2 -0
- package/dist/avatar/index.mjs.map +1 -0
- package/dist/badge/index.d.mts +41 -0
- package/dist/badge/index.mjs +2 -0
- package/dist/badge/index.mjs.map +1 -0
- package/dist/box/index.d.mts +50 -0
- package/dist/box/index.mjs +2 -0
- package/dist/box/index.mjs.map +1 -0
- package/dist/breadcrumb/index.d.mts +35 -0
- package/dist/breadcrumb/index.mjs +2 -0
- package/dist/breadcrumb/index.mjs.map +1 -0
- package/dist/{tooltip-B4jzaurK.d.mts → button/index.d.mts} +3 -25
- package/dist/button/index.mjs +2 -0
- package/dist/button/index.mjs.map +1 -0
- package/dist/card/index.d.mts +127 -0
- package/dist/card/index.mjs +2 -0
- package/dist/card/index.mjs.map +1 -0
- package/dist/checkbox/index.d.mts +21 -0
- package/dist/checkbox/index.mjs +2 -0
- package/dist/checkbox/index.mjs.map +1 -0
- package/dist/collapsible/index.d.mts +26 -0
- package/dist/collapsible/index.mjs +2 -0
- package/dist/collapsible/index.mjs.map +1 -0
- package/dist/command/index.d.mts +122 -0
- package/dist/command/index.mjs +2 -0
- package/dist/command/index.mjs.map +1 -0
- package/dist/container/index.d.mts +33 -0
- package/dist/container/index.mjs +2 -0
- package/dist/container/index.mjs.map +1 -0
- package/dist/dialog/index.d.mts +35 -0
- package/dist/dialog/index.mjs +2 -0
- package/dist/dialog/index.mjs.map +1 -0
- package/dist/drawer/index.d.mts +63 -0
- package/dist/drawer/index.mjs +2 -0
- package/dist/drawer/index.mjs.map +1 -0
- package/dist/dropdown-menu/index.d.mts +335 -0
- package/dist/dropdown-menu/index.mjs +2 -0
- package/dist/dropdown-menu/index.mjs.map +1 -0
- package/dist/form/index.d.mts +96 -0
- package/dist/form/index.mjs +2 -0
- package/dist/form/index.mjs.map +1 -0
- package/dist/{hooks.d.mts → hooks/index.d.mts} +10 -4
- package/dist/hooks/index.mjs +2 -0
- package/dist/hooks/index.mjs.map +1 -0
- package/dist/index.d.mts +2739 -30
- package/dist/index.mjs +47 -0
- package/dist/{index.esm.js.map → index.mjs.map} +1 -1
- package/dist/input/index.d.mts +12 -0
- package/dist/input/index.mjs +2 -0
- package/dist/input/index.mjs.map +1 -0
- package/dist/label/index.d.mts +18 -0
- package/dist/label/index.mjs +2 -0
- package/dist/label/index.mjs.map +1 -0
- package/dist/navigation-menu/index.d.mts +104 -0
- package/dist/navigation-menu/index.mjs +2 -0
- package/dist/navigation-menu/index.mjs.map +1 -0
- package/dist/page-loader/index.d.mts +29 -0
- package/dist/page-loader/index.mjs +2 -0
- package/dist/page-loader/index.mjs.map +1 -0
- package/dist/pagination/index.d.mts +105 -0
- package/dist/pagination/index.mjs +2 -0
- package/dist/pagination/index.mjs.map +1 -0
- package/dist/popover/index.d.mts +30 -0
- package/dist/popover/index.mjs +2 -0
- package/dist/popover/index.mjs.map +1 -0
- package/dist/{checkbox-DxgDKaHx.d.mts → radio-group/index.d.mts} +5 -51
- package/dist/radio-group/index.mjs +2 -0
- package/dist/radio-group/index.mjs.map +1 -0
- package/dist/resizable/index.d.mts +53 -0
- package/dist/resizable/index.mjs +2 -0
- package/dist/resizable/index.mjs.map +1 -0
- package/dist/rhf-checkbox/index.d.mts +57 -0
- package/dist/rhf-checkbox/index.mjs +2 -0
- package/dist/rhf-checkbox/index.mjs.map +1 -0
- package/dist/rhf-multi-select/index.d.mts +84 -0
- package/dist/rhf-multi-select/index.mjs +2 -0
- package/dist/rhf-multi-select/index.mjs.map +1 -0
- package/dist/rhf-radio-button-group/index.d.mts +73 -0
- package/dist/rhf-radio-button-group/index.mjs +2 -0
- package/dist/rhf-radio-button-group/index.mjs.map +1 -0
- package/dist/rhf-radio-group/index.d.mts +103 -0
- package/dist/rhf-radio-group/index.mjs +2 -0
- package/dist/rhf-radio-group/index.mjs.map +1 -0
- package/dist/rhf-select/index.d.mts +80 -0
- package/dist/rhf-select/index.mjs +2 -0
- package/dist/rhf-select/index.mjs.map +1 -0
- package/dist/rhf-switch/index.d.mts +57 -0
- package/dist/rhf-switch/index.mjs +2 -0
- package/dist/rhf-switch/index.mjs.map +1 -0
- package/dist/rhf-textarea/index.d.mts +66 -0
- package/dist/rhf-textarea/index.mjs +2 -0
- package/dist/rhf-textarea/index.mjs.map +1 -0
- package/dist/separator/index.d.mts +13 -0
- package/dist/separator/index.mjs +2 -0
- package/dist/separator/index.mjs.map +1 -0
- package/dist/sheet/index.d.mts +42 -0
- package/dist/sheet/index.mjs +2 -0
- package/dist/sheet/index.mjs.map +1 -0
- package/dist/sidebar/index.d.mts +328 -0
- package/dist/sidebar/index.mjs +2 -0
- package/dist/sidebar/index.mjs.map +1 -0
- package/dist/skeleton/index.d.mts +17 -0
- package/dist/skeleton/index.mjs +2 -0
- package/dist/skeleton/index.mjs.map +1 -0
- package/dist/stack/index.d.mts +121 -0
- package/dist/stack/index.mjs +2 -0
- package/dist/stack/index.mjs.map +1 -0
- package/dist/switch/index.d.mts +21 -0
- package/dist/switch/index.mjs +2 -0
- package/dist/switch/index.mjs.map +1 -0
- package/dist/table/index.d.mts +53 -0
- package/dist/table/index.mjs +2 -0
- package/dist/table/index.mjs.map +1 -0
- package/dist/tabs/index.d.mts +97 -0
- package/dist/tabs/index.mjs +2 -0
- package/dist/tabs/index.mjs.map +1 -0
- package/dist/text-field/index.d.mts +65 -0
- package/dist/text-field/index.mjs +2 -0
- package/dist/text-field/index.mjs.map +1 -0
- package/dist/textarea/index.d.mts +24 -0
- package/dist/textarea/index.mjs +2 -0
- package/dist/textarea/index.mjs.map +1 -0
- package/dist/{toast-2xT7L1tJ.d.mts → toast/index.d.mts} +3 -3
- package/dist/toast/index.mjs +2 -0
- package/dist/toast/index.mjs.map +1 -0
- package/dist/toaster/index.d.mts +26 -0
- package/dist/toaster/index.mjs +2 -0
- package/dist/toaster/index.mjs.map +1 -0
- package/dist/tooltip/index.d.mts +25 -0
- package/dist/tooltip/index.mjs +2 -0
- package/dist/tooltip/index.mjs.map +1 -0
- package/dist/types/index.mjs +2 -0
- package/dist/{index.cjs.js.map → types/index.mjs.map} +1 -1
- package/dist/typography/index.d.mts +24 -0
- package/dist/typography/index.mjs +2 -0
- package/dist/typography/index.mjs.map +1 -0
- package/dist/utils/index.mjs +2 -0
- package/dist/utils/index.mjs.map +1 -0
- package/package.json +199 -34
- package/dist/atoms.cjs.js +0 -2
- package/dist/atoms.cjs.js.map +0 -1
- package/dist/atoms.d.mts +0 -1051
- package/dist/atoms.d.ts +0 -1051
- package/dist/atoms.esm.js +0 -2
- package/dist/atoms.esm.js.map +0 -1
- package/dist/checkbox-DxgDKaHx.d.ts +0 -108
- package/dist/chunk-23T2PH5G.esm.js +0 -2
- package/dist/chunk-23T2PH5G.esm.js.map +0 -1
- package/dist/chunk-2QG3QTSW.cjs.js +0 -2
- package/dist/chunk-2QG3QTSW.cjs.js.map +0 -1
- package/dist/chunk-C26U3FL4.esm.js +0 -2
- package/dist/chunk-C26U3FL4.esm.js.map +0 -1
- package/dist/chunk-DTM5LZHM.cjs.js +0 -2
- package/dist/chunk-DTM5LZHM.cjs.js.map +0 -1
- package/dist/chunk-HW32JE75.cjs.js +0 -2
- package/dist/chunk-HW32JE75.cjs.js.map +0 -1
- package/dist/chunk-JIRS6MWF.cjs.js +0 -2
- package/dist/chunk-JIRS6MWF.cjs.js.map +0 -1
- package/dist/chunk-JKTYFZ5M.esm.js +0 -2
- package/dist/chunk-JKTYFZ5M.esm.js.map +0 -1
- package/dist/chunk-JUZG25DH.esm.js +0 -2
- package/dist/chunk-JUZG25DH.esm.js.map +0 -1
- package/dist/chunk-KOYJODOP.cjs.js +0 -2
- package/dist/chunk-KOYJODOP.cjs.js.map +0 -1
- package/dist/chunk-M4S5YZ56.esm.js +0 -2
- package/dist/chunk-M4S5YZ56.esm.js.map +0 -1
- package/dist/chunk-MOYOCJW6.esm.js +0 -2
- package/dist/chunk-MOYOCJW6.esm.js.map +0 -1
- package/dist/chunk-MVWMLXLL.cjs.js +0 -2
- package/dist/chunk-MVWMLXLL.cjs.js.map +0 -1
- package/dist/chunk-SL2ZUI4G.cjs.js +0 -2
- package/dist/chunk-SL2ZUI4G.cjs.js.map +0 -1
- package/dist/chunk-STRDPP3B.esm.js +0 -2
- package/dist/chunk-STRDPP3B.esm.js.map +0 -1
- package/dist/chunk-U4NMIMU7.esm.js +0 -2
- package/dist/chunk-U4NMIMU7.esm.js.map +0 -1
- package/dist/chunk-UK47BFA3.cjs.js +0 -2
- package/dist/chunk-UK47BFA3.cjs.js.map +0 -1
- package/dist/chunk-UTVXFZLD.esm.js +0 -2
- package/dist/chunk-UTVXFZLD.esm.js.map +0 -1
- package/dist/chunk-WJNYKJP6.cjs.js +0 -2
- package/dist/chunk-WJNYKJP6.cjs.js.map +0 -1
- package/dist/chunk-YEZB7AOJ.esm.js +0 -2
- package/dist/chunk-YEZB7AOJ.esm.js.map +0 -1
- package/dist/chunk-YGLYFSF6.cjs.js +0 -2
- package/dist/chunk-YGLYFSF6.cjs.js.map +0 -1
- package/dist/hooks.cjs.js +0 -2
- package/dist/hooks.cjs.js.map +0 -1
- package/dist/hooks.d.ts +0 -51
- package/dist/hooks.esm.js +0 -2
- package/dist/hooks.esm.js.map +0 -1
- package/dist/index.cjs.js +0 -2
- package/dist/index.d.ts +0 -30
- package/dist/index.esm.js +0 -2
- package/dist/molecules.cjs.js +0 -2
- package/dist/molecules.cjs.js.map +0 -1
- package/dist/molecules.d.mts +0 -201
- package/dist/molecules.d.ts +0 -201
- package/dist/molecules.esm.js +0 -2
- package/dist/molecules.esm.js.map +0 -1
- package/dist/organisms.cjs.js +0 -2
- package/dist/organisms.cjs.js.map +0 -1
- package/dist/organisms.d.mts +0 -673
- package/dist/organisms.d.ts +0 -673
- package/dist/organisms.esm.js +0 -2
- package/dist/organisms.esm.js.map +0 -1
- package/dist/rhf.cjs.js +0 -2
- package/dist/rhf.cjs.js.map +0 -1
- package/dist/rhf.d.mts +0 -408
- package/dist/rhf.d.ts +0 -408
- package/dist/rhf.esm.js +0 -2
- package/dist/rhf.esm.js.map +0 -1
- package/dist/toast-2xT7L1tJ.d.ts +0 -18
- package/dist/tooltip-B4jzaurK.d.ts +0 -104
- package/dist/types.cjs.js +0 -2
- package/dist/types.cjs.js.map +0 -1
- package/dist/types.d.ts +0 -2
- package/dist/types.esm.js +0 -2
- package/dist/types.esm.js.map +0 -1
- package/dist/utils.cjs.js +0 -2
- package/dist/utils.cjs.js.map +0 -1
- package/dist/utils.d.ts +0 -5
- package/dist/utils.esm.js +0 -2
- package/dist/utils.esm.js.map +0 -1
- /package/dist/{types.d.mts → types/index.d.mts} +0 -0
- /package/dist/{utils.d.mts → utils/index.d.mts} +0 -0
package/dist/molecules.d.mts
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
import * as React$1 from 'react';
|
|
2
|
-
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
3
|
-
import { VariantProps } from 'class-variance-authority';
|
|
4
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
|
-
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Card is a flexible container component that can be used to group related content and actions.
|
|
9
|
-
* It provides a consistent visual style with a subtle border, shadow, and rounded corners.
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* The main card container component.
|
|
15
|
-
* Provides the base styling for the card including border, shadow, and rounded corners.
|
|
16
|
-
* * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-card--docs
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```tsx
|
|
20
|
-
* // Basic card
|
|
21
|
-
* <Card>
|
|
22
|
-
* <CardHeader>
|
|
23
|
-
* <CardTitle>Card Title</CardTitle>
|
|
24
|
-
* <CardDescription>Card Description</CardDescription>
|
|
25
|
-
* </CardHeader>
|
|
26
|
-
* <CardContent>
|
|
27
|
-
* <p>Card content goes here.</p>
|
|
28
|
-
* </CardContent>
|
|
29
|
-
* <CardFooter>
|
|
30
|
-
* <Button>Action</Button>
|
|
31
|
-
* </CardFooter>
|
|
32
|
-
* </Card>
|
|
33
|
-
*
|
|
34
|
-
* // Card with custom styling
|
|
35
|
-
* <Card className="bg-primary text-primary-foreground">
|
|
36
|
-
* <CardHeader>
|
|
37
|
-
* <CardTitle>Custom Styled Card</CardTitle>
|
|
38
|
-
* </CardHeader>
|
|
39
|
-
* <CardContent>
|
|
40
|
-
* <p>This card has custom background and text colors.</p>
|
|
41
|
-
* </CardContent>
|
|
42
|
-
* </Card>
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
declare const Card: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
46
|
-
/**
|
|
47
|
-
* Header section of the card.
|
|
48
|
-
* Typically contains the card title and description.
|
|
49
|
-
* Includes padding and spacing for consistent layout.
|
|
50
|
-
*/
|
|
51
|
-
declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
52
|
-
/**
|
|
53
|
-
* Title component for the card.
|
|
54
|
-
* Should be used within CardHeader.
|
|
55
|
-
* Provides consistent typography styling for card titles.
|
|
56
|
-
*/
|
|
57
|
-
declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
58
|
-
/**
|
|
59
|
-
* Description component for the card.
|
|
60
|
-
* Should be used within CardHeader.
|
|
61
|
-
* Provides consistent typography styling for card descriptions.
|
|
62
|
-
*/
|
|
63
|
-
declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
64
|
-
/**
|
|
65
|
-
* Main content section of the card.
|
|
66
|
-
* Includes padding and removes top padding to maintain consistent spacing with the header.
|
|
67
|
-
*/
|
|
68
|
-
declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
69
|
-
/**
|
|
70
|
-
* Footer section of the card.
|
|
71
|
-
* Typically contains action buttons or additional information.
|
|
72
|
-
* Includes padding and removes top padding to maintain consistent spacing with the content.
|
|
73
|
-
*/
|
|
74
|
-
declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
75
|
-
|
|
76
|
-
declare const navigationMenuTriggerStyle: (props?: ({
|
|
77
|
-
variant?: "default" | "ghost" | "link" | "mobile" | null | undefined;
|
|
78
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
79
|
-
|
|
80
|
-
interface NavigationMenuProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root> {
|
|
81
|
-
/**
|
|
82
|
-
* The content of the navigation menu
|
|
83
|
-
*/
|
|
84
|
-
children: React.ReactNode;
|
|
85
|
-
/**
|
|
86
|
-
* Optional className for the root element
|
|
87
|
-
*/
|
|
88
|
-
className?: string;
|
|
89
|
-
}
|
|
90
|
-
interface NavigationMenuListProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List> {
|
|
91
|
-
/**
|
|
92
|
-
* Optional className for the list element
|
|
93
|
-
*/
|
|
94
|
-
className?: string;
|
|
95
|
-
}
|
|
96
|
-
interface NavigationMenuItemProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Item> {
|
|
97
|
-
/**
|
|
98
|
-
* Optional className for the item element
|
|
99
|
-
*/
|
|
100
|
-
className?: string;
|
|
101
|
-
}
|
|
102
|
-
interface NavigationMenuTriggerProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger>, VariantProps<typeof navigationMenuTriggerStyle> {
|
|
103
|
-
/**
|
|
104
|
-
* Optional className for the trigger element
|
|
105
|
-
*/
|
|
106
|
-
className?: string;
|
|
107
|
-
}
|
|
108
|
-
interface NavigationMenuContentProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content> {
|
|
109
|
-
/**
|
|
110
|
-
* Optional className for the content element
|
|
111
|
-
*/
|
|
112
|
-
className?: string;
|
|
113
|
-
}
|
|
114
|
-
interface NavigationMenuLinkProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Link> {
|
|
115
|
-
/**
|
|
116
|
-
* Optional className for the link element
|
|
117
|
-
*/
|
|
118
|
-
className?: string;
|
|
119
|
-
}
|
|
120
|
-
interface NavigationMenuViewportProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport> {
|
|
121
|
-
/**
|
|
122
|
-
* Optional className for the viewport element
|
|
123
|
-
*/
|
|
124
|
-
className?: string;
|
|
125
|
-
}
|
|
126
|
-
interface NavigationMenuIndicatorProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Indicator> {
|
|
127
|
-
/**
|
|
128
|
-
* Optional className for the indicator element
|
|
129
|
-
*/
|
|
130
|
-
className?: string;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* NavigationMenu component for creating accessible navigation menus with dropdowns.
|
|
135
|
-
* Built on top of Radix UI's NavigationMenu primitive.
|
|
136
|
-
*
|
|
137
|
-
* @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-navigation-menu--docs
|
|
138
|
-
*
|
|
139
|
-
* @example
|
|
140
|
-
* ```
|
|
141
|
-
* <NavigationMenu>
|
|
142
|
-
* <NavigationMenuList>
|
|
143
|
-
* <NavigationMenuItem>
|
|
144
|
-
* <NavigationMenuTrigger>Getting Started</NavigationMenuTrigger>
|
|
145
|
-
* <NavigationMenuContent>
|
|
146
|
-
* <ul className="grid gap-3 p-4 md:w-[400px] lg:w-[500px]">
|
|
147
|
-
* <li className="row-span-3">
|
|
148
|
-
* <NavigationMenuLink asChild>
|
|
149
|
-
* <a className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-b from-muted/50 to-muted p-6 no-underline outline-none focus:shadow-md">
|
|
150
|
-
* <div className="mb-2 mt-4 text-lg font-medium">shadcn/ui</div>
|
|
151
|
-
* <p className="text-sm leading-tight text-muted-foreground">
|
|
152
|
-
* Beautifully designed components built with Radix UI and Tailwind CSS.
|
|
153
|
-
* </p>
|
|
154
|
-
* </a>
|
|
155
|
-
* </NavigationMenuLink>
|
|
156
|
-
* </li>
|
|
157
|
-
* </ul>
|
|
158
|
-
* </NavigationMenuContent>
|
|
159
|
-
* </NavigationMenuItem>
|
|
160
|
-
* </NavigationMenuList>
|
|
161
|
-
* </NavigationMenu>
|
|
162
|
-
* ```
|
|
163
|
-
*/
|
|
164
|
-
declare const NavigationMenu: React$1.ForwardRefExoticComponent<NavigationMenuProps & React$1.RefAttributes<HTMLElement>>;
|
|
165
|
-
declare const NavigationMenuList: React$1.ForwardRefExoticComponent<NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>>;
|
|
166
|
-
declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
167
|
-
declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
168
|
-
declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
169
|
-
declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
170
|
-
declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
171
|
-
declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* Tabs component provides a way to organize content into separate views where only one view is visible at a time.
|
|
175
|
-
* It follows the WAI-ARIA Tabs Pattern for accessibility.
|
|
176
|
-
*
|
|
177
|
-
* @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-tabs--docs
|
|
178
|
-
*
|
|
179
|
-
* @example
|
|
180
|
-
* ```tsx
|
|
181
|
-
* <Tabs defaultValue="account">
|
|
182
|
-
* <TabsList>
|
|
183
|
-
* <TabsTrigger value="account">Account</TabsTrigger>
|
|
184
|
-
* <TabsTrigger value="password">Password</TabsTrigger>
|
|
185
|
-
* </TabsList>
|
|
186
|
-
* <TabsContent value="account">
|
|
187
|
-
* <p>Account settings content</p>
|
|
188
|
-
* </TabsContent>
|
|
189
|
-
* <TabsContent value="password">
|
|
190
|
-
* <p>Password settings content</p>
|
|
191
|
-
* </TabsContent>
|
|
192
|
-
* </Tabs>
|
|
193
|
-
* ```
|
|
194
|
-
*/
|
|
195
|
-
|
|
196
|
-
declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
197
|
-
declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
198
|
-
declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
199
|
-
declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
200
|
-
|
|
201
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, Tabs, TabsContent, TabsList, TabsTrigger };
|
package/dist/molecules.d.ts
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
import * as React$1 from 'react';
|
|
2
|
-
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
3
|
-
import { VariantProps } from 'class-variance-authority';
|
|
4
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
|
-
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Card is a flexible container component that can be used to group related content and actions.
|
|
9
|
-
* It provides a consistent visual style with a subtle border, shadow, and rounded corners.
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* The main card container component.
|
|
15
|
-
* Provides the base styling for the card including border, shadow, and rounded corners.
|
|
16
|
-
* * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-card--docs
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```tsx
|
|
20
|
-
* // Basic card
|
|
21
|
-
* <Card>
|
|
22
|
-
* <CardHeader>
|
|
23
|
-
* <CardTitle>Card Title</CardTitle>
|
|
24
|
-
* <CardDescription>Card Description</CardDescription>
|
|
25
|
-
* </CardHeader>
|
|
26
|
-
* <CardContent>
|
|
27
|
-
* <p>Card content goes here.</p>
|
|
28
|
-
* </CardContent>
|
|
29
|
-
* <CardFooter>
|
|
30
|
-
* <Button>Action</Button>
|
|
31
|
-
* </CardFooter>
|
|
32
|
-
* </Card>
|
|
33
|
-
*
|
|
34
|
-
* // Card with custom styling
|
|
35
|
-
* <Card className="bg-primary text-primary-foreground">
|
|
36
|
-
* <CardHeader>
|
|
37
|
-
* <CardTitle>Custom Styled Card</CardTitle>
|
|
38
|
-
* </CardHeader>
|
|
39
|
-
* <CardContent>
|
|
40
|
-
* <p>This card has custom background and text colors.</p>
|
|
41
|
-
* </CardContent>
|
|
42
|
-
* </Card>
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
declare const Card: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
46
|
-
/**
|
|
47
|
-
* Header section of the card.
|
|
48
|
-
* Typically contains the card title and description.
|
|
49
|
-
* Includes padding and spacing for consistent layout.
|
|
50
|
-
*/
|
|
51
|
-
declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
52
|
-
/**
|
|
53
|
-
* Title component for the card.
|
|
54
|
-
* Should be used within CardHeader.
|
|
55
|
-
* Provides consistent typography styling for card titles.
|
|
56
|
-
*/
|
|
57
|
-
declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
58
|
-
/**
|
|
59
|
-
* Description component for the card.
|
|
60
|
-
* Should be used within CardHeader.
|
|
61
|
-
* Provides consistent typography styling for card descriptions.
|
|
62
|
-
*/
|
|
63
|
-
declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
64
|
-
/**
|
|
65
|
-
* Main content section of the card.
|
|
66
|
-
* Includes padding and removes top padding to maintain consistent spacing with the header.
|
|
67
|
-
*/
|
|
68
|
-
declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
69
|
-
/**
|
|
70
|
-
* Footer section of the card.
|
|
71
|
-
* Typically contains action buttons or additional information.
|
|
72
|
-
* Includes padding and removes top padding to maintain consistent spacing with the content.
|
|
73
|
-
*/
|
|
74
|
-
declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
75
|
-
|
|
76
|
-
declare const navigationMenuTriggerStyle: (props?: ({
|
|
77
|
-
variant?: "default" | "ghost" | "link" | "mobile" | null | undefined;
|
|
78
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
79
|
-
|
|
80
|
-
interface NavigationMenuProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root> {
|
|
81
|
-
/**
|
|
82
|
-
* The content of the navigation menu
|
|
83
|
-
*/
|
|
84
|
-
children: React.ReactNode;
|
|
85
|
-
/**
|
|
86
|
-
* Optional className for the root element
|
|
87
|
-
*/
|
|
88
|
-
className?: string;
|
|
89
|
-
}
|
|
90
|
-
interface NavigationMenuListProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List> {
|
|
91
|
-
/**
|
|
92
|
-
* Optional className for the list element
|
|
93
|
-
*/
|
|
94
|
-
className?: string;
|
|
95
|
-
}
|
|
96
|
-
interface NavigationMenuItemProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Item> {
|
|
97
|
-
/**
|
|
98
|
-
* Optional className for the item element
|
|
99
|
-
*/
|
|
100
|
-
className?: string;
|
|
101
|
-
}
|
|
102
|
-
interface NavigationMenuTriggerProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger>, VariantProps<typeof navigationMenuTriggerStyle> {
|
|
103
|
-
/**
|
|
104
|
-
* Optional className for the trigger element
|
|
105
|
-
*/
|
|
106
|
-
className?: string;
|
|
107
|
-
}
|
|
108
|
-
interface NavigationMenuContentProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content> {
|
|
109
|
-
/**
|
|
110
|
-
* Optional className for the content element
|
|
111
|
-
*/
|
|
112
|
-
className?: string;
|
|
113
|
-
}
|
|
114
|
-
interface NavigationMenuLinkProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Link> {
|
|
115
|
-
/**
|
|
116
|
-
* Optional className for the link element
|
|
117
|
-
*/
|
|
118
|
-
className?: string;
|
|
119
|
-
}
|
|
120
|
-
interface NavigationMenuViewportProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport> {
|
|
121
|
-
/**
|
|
122
|
-
* Optional className for the viewport element
|
|
123
|
-
*/
|
|
124
|
-
className?: string;
|
|
125
|
-
}
|
|
126
|
-
interface NavigationMenuIndicatorProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Indicator> {
|
|
127
|
-
/**
|
|
128
|
-
* Optional className for the indicator element
|
|
129
|
-
*/
|
|
130
|
-
className?: string;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* NavigationMenu component for creating accessible navigation menus with dropdowns.
|
|
135
|
-
* Built on top of Radix UI's NavigationMenu primitive.
|
|
136
|
-
*
|
|
137
|
-
* @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-navigation-menu--docs
|
|
138
|
-
*
|
|
139
|
-
* @example
|
|
140
|
-
* ```
|
|
141
|
-
* <NavigationMenu>
|
|
142
|
-
* <NavigationMenuList>
|
|
143
|
-
* <NavigationMenuItem>
|
|
144
|
-
* <NavigationMenuTrigger>Getting Started</NavigationMenuTrigger>
|
|
145
|
-
* <NavigationMenuContent>
|
|
146
|
-
* <ul className="grid gap-3 p-4 md:w-[400px] lg:w-[500px]">
|
|
147
|
-
* <li className="row-span-3">
|
|
148
|
-
* <NavigationMenuLink asChild>
|
|
149
|
-
* <a className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-b from-muted/50 to-muted p-6 no-underline outline-none focus:shadow-md">
|
|
150
|
-
* <div className="mb-2 mt-4 text-lg font-medium">shadcn/ui</div>
|
|
151
|
-
* <p className="text-sm leading-tight text-muted-foreground">
|
|
152
|
-
* Beautifully designed components built with Radix UI and Tailwind CSS.
|
|
153
|
-
* </p>
|
|
154
|
-
* </a>
|
|
155
|
-
* </NavigationMenuLink>
|
|
156
|
-
* </li>
|
|
157
|
-
* </ul>
|
|
158
|
-
* </NavigationMenuContent>
|
|
159
|
-
* </NavigationMenuItem>
|
|
160
|
-
* </NavigationMenuList>
|
|
161
|
-
* </NavigationMenu>
|
|
162
|
-
* ```
|
|
163
|
-
*/
|
|
164
|
-
declare const NavigationMenu: React$1.ForwardRefExoticComponent<NavigationMenuProps & React$1.RefAttributes<HTMLElement>>;
|
|
165
|
-
declare const NavigationMenuList: React$1.ForwardRefExoticComponent<NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>>;
|
|
166
|
-
declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
167
|
-
declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
168
|
-
declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
169
|
-
declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
170
|
-
declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
171
|
-
declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* Tabs component provides a way to organize content into separate views where only one view is visible at a time.
|
|
175
|
-
* It follows the WAI-ARIA Tabs Pattern for accessibility.
|
|
176
|
-
*
|
|
177
|
-
* @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-tabs--docs
|
|
178
|
-
*
|
|
179
|
-
* @example
|
|
180
|
-
* ```tsx
|
|
181
|
-
* <Tabs defaultValue="account">
|
|
182
|
-
* <TabsList>
|
|
183
|
-
* <TabsTrigger value="account">Account</TabsTrigger>
|
|
184
|
-
* <TabsTrigger value="password">Password</TabsTrigger>
|
|
185
|
-
* </TabsList>
|
|
186
|
-
* <TabsContent value="account">
|
|
187
|
-
* <p>Account settings content</p>
|
|
188
|
-
* </TabsContent>
|
|
189
|
-
* <TabsContent value="password">
|
|
190
|
-
* <p>Password settings content</p>
|
|
191
|
-
* </TabsContent>
|
|
192
|
-
* </Tabs>
|
|
193
|
-
* ```
|
|
194
|
-
*/
|
|
195
|
-
|
|
196
|
-
declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
197
|
-
declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
198
|
-
declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
199
|
-
declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
200
|
-
|
|
201
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, Tabs, TabsContent, TabsList, TabsTrigger };
|
package/dist/molecules.esm.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export{a as Card,e as CardContent,d as CardDescription,f as CardFooter,b as CardHeader,c as CardTitle,g as NavigationMenu,k as NavigationMenuContent,n as NavigationMenuIndicator,i as NavigationMenuItem,l as NavigationMenuLink,h as NavigationMenuList,j as NavigationMenuTrigger,m as NavigationMenuViewport,o as Tabs,r as TabsContent,p as TabsList,q as TabsTrigger}from'./chunk-STRDPP3B.esm.js';import'./chunk-C26U3FL4.esm.js';//# sourceMappingURL=molecules.esm.js.map
|
|
2
|
-
//# sourceMappingURL=molecules.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"molecules.esm.js"}
|
package/dist/organisms.cjs.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
'use strict';var chunkJIRS6MWF_cjs_js=require('./chunk-JIRS6MWF.cjs.js');require('./chunk-KOYJODOP.cjs.js'),require('./chunk-HW32JE75.cjs.js'),require('./chunk-UK47BFA3.cjs.js'),require('./chunk-SL2ZUI4G.cjs.js');Object.defineProperty(exports,"Drawer",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.a}});Object.defineProperty(exports,"DrawerClose",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.d}});Object.defineProperty(exports,"DrawerContent",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.f}});Object.defineProperty(exports,"DrawerDescription",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.j}});Object.defineProperty(exports,"DrawerFooter",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.h}});Object.defineProperty(exports,"DrawerHeader",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.g}});Object.defineProperty(exports,"DrawerOverlay",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.e}});Object.defineProperty(exports,"DrawerPortal",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.c}});Object.defineProperty(exports,"DrawerTitle",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.i}});Object.defineProperty(exports,"DrawerTrigger",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.b}});Object.defineProperty(exports,"DropdownMenu",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.J}});Object.defineProperty(exports,"DropdownMenuCheckboxItem",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.T}});Object.defineProperty(exports,"DropdownMenuContent",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.R}});Object.defineProperty(exports,"DropdownMenuGroup",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.L}});Object.defineProperty(exports,"DropdownMenuItem",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.S}});Object.defineProperty(exports,"DropdownMenuLabel",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.V}});Object.defineProperty(exports,"DropdownMenuPortal",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.M}});Object.defineProperty(exports,"DropdownMenuRadioGroup",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.O}});Object.defineProperty(exports,"DropdownMenuRadioItem",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.U}});Object.defineProperty(exports,"DropdownMenuSeparator",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.W}});Object.defineProperty(exports,"DropdownMenuShortcut",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.X}});Object.defineProperty(exports,"DropdownMenuSub",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.N}});Object.defineProperty(exports,"DropdownMenuSubContent",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.Q}});Object.defineProperty(exports,"DropdownMenuSubTrigger",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.P}});Object.defineProperty(exports,"DropdownMenuTrigger",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.K}});Object.defineProperty(exports,"Sidebar",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.m}});Object.defineProperty(exports,"SidebarContent",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.u}});Object.defineProperty(exports,"SidebarFooter",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.s}});Object.defineProperty(exports,"SidebarGroup",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.v}});Object.defineProperty(exports,"SidebarGroupAction",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.x}});Object.defineProperty(exports,"SidebarGroupContent",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.y}});Object.defineProperty(exports,"SidebarGroupLabel",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.w}});Object.defineProperty(exports,"SidebarHeader",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.r}});Object.defineProperty(exports,"SidebarInput",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.q}});Object.defineProperty(exports,"SidebarInset",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.p}});Object.defineProperty(exports,"SidebarMenu",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.z}});Object.defineProperty(exports,"SidebarMenuAction",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.D}});Object.defineProperty(exports,"SidebarMenuBadge",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.E}});Object.defineProperty(exports,"SidebarMenuButton",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.C}});Object.defineProperty(exports,"SidebarMenuItem",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.A}});Object.defineProperty(exports,"SidebarMenuSkeleton",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.F}});Object.defineProperty(exports,"SidebarMenuSub",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.G}});Object.defineProperty(exports,"SidebarMenuSubButton",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.I}});Object.defineProperty(exports,"SidebarMenuSubItem",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.H}});Object.defineProperty(exports,"SidebarProvider",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.l}});Object.defineProperty(exports,"SidebarRail",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.o}});Object.defineProperty(exports,"SidebarSeparator",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.t}});Object.defineProperty(exports,"SidebarTrigger",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.n}});Object.defineProperty(exports,"sidebarMenuButtonVariants",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.B}});Object.defineProperty(exports,"useSidebar",{enumerable:true,get:function(){return chunkJIRS6MWF_cjs_js.k}});//# sourceMappingURL=organisms.cjs.js.map
|
|
2
|
-
//# sourceMappingURL=organisms.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"organisms.cjs.js"}
|