@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.
Files changed (230) hide show
  1. package/dist/accordion/index.d.mts +94 -0
  2. package/dist/accordion/index.mjs +2 -0
  3. package/dist/accordion/index.mjs.map +1 -0
  4. package/dist/avatar/index.d.mts +34 -0
  5. package/dist/avatar/index.mjs +2 -0
  6. package/dist/avatar/index.mjs.map +1 -0
  7. package/dist/badge/index.d.mts +41 -0
  8. package/dist/badge/index.mjs +2 -0
  9. package/dist/badge/index.mjs.map +1 -0
  10. package/dist/box/index.d.mts +50 -0
  11. package/dist/box/index.mjs +2 -0
  12. package/dist/box/index.mjs.map +1 -0
  13. package/dist/breadcrumb/index.d.mts +35 -0
  14. package/dist/breadcrumb/index.mjs +2 -0
  15. package/dist/breadcrumb/index.mjs.map +1 -0
  16. package/dist/{tooltip-B4jzaurK.d.mts → button/index.d.mts} +3 -25
  17. package/dist/button/index.mjs +2 -0
  18. package/dist/button/index.mjs.map +1 -0
  19. package/dist/card/index.d.mts +127 -0
  20. package/dist/card/index.mjs +2 -0
  21. package/dist/card/index.mjs.map +1 -0
  22. package/dist/checkbox/index.d.mts +21 -0
  23. package/dist/checkbox/index.mjs +2 -0
  24. package/dist/checkbox/index.mjs.map +1 -0
  25. package/dist/collapsible/index.d.mts +26 -0
  26. package/dist/collapsible/index.mjs +2 -0
  27. package/dist/collapsible/index.mjs.map +1 -0
  28. package/dist/command/index.d.mts +122 -0
  29. package/dist/command/index.mjs +2 -0
  30. package/dist/command/index.mjs.map +1 -0
  31. package/dist/container/index.d.mts +33 -0
  32. package/dist/container/index.mjs +2 -0
  33. package/dist/container/index.mjs.map +1 -0
  34. package/dist/dialog/index.d.mts +35 -0
  35. package/dist/dialog/index.mjs +2 -0
  36. package/dist/dialog/index.mjs.map +1 -0
  37. package/dist/drawer/index.d.mts +63 -0
  38. package/dist/drawer/index.mjs +2 -0
  39. package/dist/drawer/index.mjs.map +1 -0
  40. package/dist/dropdown-menu/index.d.mts +335 -0
  41. package/dist/dropdown-menu/index.mjs +2 -0
  42. package/dist/dropdown-menu/index.mjs.map +1 -0
  43. package/dist/form/index.d.mts +96 -0
  44. package/dist/form/index.mjs +2 -0
  45. package/dist/form/index.mjs.map +1 -0
  46. package/dist/{hooks.d.mts → hooks/index.d.mts} +10 -4
  47. package/dist/hooks/index.mjs +2 -0
  48. package/dist/hooks/index.mjs.map +1 -0
  49. package/dist/index.d.mts +2739 -30
  50. package/dist/index.mjs +47 -0
  51. package/dist/{index.esm.js.map → index.mjs.map} +1 -1
  52. package/dist/input/index.d.mts +12 -0
  53. package/dist/input/index.mjs +2 -0
  54. package/dist/input/index.mjs.map +1 -0
  55. package/dist/label/index.d.mts +18 -0
  56. package/dist/label/index.mjs +2 -0
  57. package/dist/label/index.mjs.map +1 -0
  58. package/dist/navigation-menu/index.d.mts +104 -0
  59. package/dist/navigation-menu/index.mjs +2 -0
  60. package/dist/navigation-menu/index.mjs.map +1 -0
  61. package/dist/page-loader/index.d.mts +29 -0
  62. package/dist/page-loader/index.mjs +2 -0
  63. package/dist/page-loader/index.mjs.map +1 -0
  64. package/dist/pagination/index.d.mts +105 -0
  65. package/dist/pagination/index.mjs +2 -0
  66. package/dist/pagination/index.mjs.map +1 -0
  67. package/dist/popover/index.d.mts +30 -0
  68. package/dist/popover/index.mjs +2 -0
  69. package/dist/popover/index.mjs.map +1 -0
  70. package/dist/{checkbox-DxgDKaHx.d.mts → radio-group/index.d.mts} +5 -51
  71. package/dist/radio-group/index.mjs +2 -0
  72. package/dist/radio-group/index.mjs.map +1 -0
  73. package/dist/resizable/index.d.mts +53 -0
  74. package/dist/resizable/index.mjs +2 -0
  75. package/dist/resizable/index.mjs.map +1 -0
  76. package/dist/rhf-checkbox/index.d.mts +57 -0
  77. package/dist/rhf-checkbox/index.mjs +2 -0
  78. package/dist/rhf-checkbox/index.mjs.map +1 -0
  79. package/dist/rhf-multi-select/index.d.mts +84 -0
  80. package/dist/rhf-multi-select/index.mjs +2 -0
  81. package/dist/rhf-multi-select/index.mjs.map +1 -0
  82. package/dist/rhf-radio-button-group/index.d.mts +73 -0
  83. package/dist/rhf-radio-button-group/index.mjs +2 -0
  84. package/dist/rhf-radio-button-group/index.mjs.map +1 -0
  85. package/dist/rhf-radio-group/index.d.mts +103 -0
  86. package/dist/rhf-radio-group/index.mjs +2 -0
  87. package/dist/rhf-radio-group/index.mjs.map +1 -0
  88. package/dist/rhf-select/index.d.mts +80 -0
  89. package/dist/rhf-select/index.mjs +2 -0
  90. package/dist/rhf-select/index.mjs.map +1 -0
  91. package/dist/rhf-switch/index.d.mts +57 -0
  92. package/dist/rhf-switch/index.mjs +2 -0
  93. package/dist/rhf-switch/index.mjs.map +1 -0
  94. package/dist/rhf-textarea/index.d.mts +66 -0
  95. package/dist/rhf-textarea/index.mjs +2 -0
  96. package/dist/rhf-textarea/index.mjs.map +1 -0
  97. package/dist/separator/index.d.mts +13 -0
  98. package/dist/separator/index.mjs +2 -0
  99. package/dist/separator/index.mjs.map +1 -0
  100. package/dist/sheet/index.d.mts +42 -0
  101. package/dist/sheet/index.mjs +2 -0
  102. package/dist/sheet/index.mjs.map +1 -0
  103. package/dist/sidebar/index.d.mts +328 -0
  104. package/dist/sidebar/index.mjs +2 -0
  105. package/dist/sidebar/index.mjs.map +1 -0
  106. package/dist/skeleton/index.d.mts +17 -0
  107. package/dist/skeleton/index.mjs +2 -0
  108. package/dist/skeleton/index.mjs.map +1 -0
  109. package/dist/stack/index.d.mts +121 -0
  110. package/dist/stack/index.mjs +2 -0
  111. package/dist/stack/index.mjs.map +1 -0
  112. package/dist/switch/index.d.mts +21 -0
  113. package/dist/switch/index.mjs +2 -0
  114. package/dist/switch/index.mjs.map +1 -0
  115. package/dist/table/index.d.mts +53 -0
  116. package/dist/table/index.mjs +2 -0
  117. package/dist/table/index.mjs.map +1 -0
  118. package/dist/tabs/index.d.mts +97 -0
  119. package/dist/tabs/index.mjs +2 -0
  120. package/dist/tabs/index.mjs.map +1 -0
  121. package/dist/text-field/index.d.mts +65 -0
  122. package/dist/text-field/index.mjs +2 -0
  123. package/dist/text-field/index.mjs.map +1 -0
  124. package/dist/textarea/index.d.mts +24 -0
  125. package/dist/textarea/index.mjs +2 -0
  126. package/dist/textarea/index.mjs.map +1 -0
  127. package/dist/{toast-2xT7L1tJ.d.mts → toast/index.d.mts} +3 -3
  128. package/dist/toast/index.mjs +2 -0
  129. package/dist/toast/index.mjs.map +1 -0
  130. package/dist/toaster/index.d.mts +26 -0
  131. package/dist/toaster/index.mjs +2 -0
  132. package/dist/toaster/index.mjs.map +1 -0
  133. package/dist/tooltip/index.d.mts +25 -0
  134. package/dist/tooltip/index.mjs +2 -0
  135. package/dist/tooltip/index.mjs.map +1 -0
  136. package/dist/types/index.mjs +2 -0
  137. package/dist/{index.cjs.js.map → types/index.mjs.map} +1 -1
  138. package/dist/typography/index.d.mts +24 -0
  139. package/dist/typography/index.mjs +2 -0
  140. package/dist/typography/index.mjs.map +1 -0
  141. package/dist/utils/index.mjs +2 -0
  142. package/dist/utils/index.mjs.map +1 -0
  143. package/package.json +199 -34
  144. package/dist/atoms.cjs.js +0 -2
  145. package/dist/atoms.cjs.js.map +0 -1
  146. package/dist/atoms.d.mts +0 -1051
  147. package/dist/atoms.d.ts +0 -1051
  148. package/dist/atoms.esm.js +0 -2
  149. package/dist/atoms.esm.js.map +0 -1
  150. package/dist/checkbox-DxgDKaHx.d.ts +0 -108
  151. package/dist/chunk-23T2PH5G.esm.js +0 -2
  152. package/dist/chunk-23T2PH5G.esm.js.map +0 -1
  153. package/dist/chunk-2QG3QTSW.cjs.js +0 -2
  154. package/dist/chunk-2QG3QTSW.cjs.js.map +0 -1
  155. package/dist/chunk-C26U3FL4.esm.js +0 -2
  156. package/dist/chunk-C26U3FL4.esm.js.map +0 -1
  157. package/dist/chunk-DTM5LZHM.cjs.js +0 -2
  158. package/dist/chunk-DTM5LZHM.cjs.js.map +0 -1
  159. package/dist/chunk-HW32JE75.cjs.js +0 -2
  160. package/dist/chunk-HW32JE75.cjs.js.map +0 -1
  161. package/dist/chunk-JIRS6MWF.cjs.js +0 -2
  162. package/dist/chunk-JIRS6MWF.cjs.js.map +0 -1
  163. package/dist/chunk-JKTYFZ5M.esm.js +0 -2
  164. package/dist/chunk-JKTYFZ5M.esm.js.map +0 -1
  165. package/dist/chunk-JUZG25DH.esm.js +0 -2
  166. package/dist/chunk-JUZG25DH.esm.js.map +0 -1
  167. package/dist/chunk-KOYJODOP.cjs.js +0 -2
  168. package/dist/chunk-KOYJODOP.cjs.js.map +0 -1
  169. package/dist/chunk-M4S5YZ56.esm.js +0 -2
  170. package/dist/chunk-M4S5YZ56.esm.js.map +0 -1
  171. package/dist/chunk-MOYOCJW6.esm.js +0 -2
  172. package/dist/chunk-MOYOCJW6.esm.js.map +0 -1
  173. package/dist/chunk-MVWMLXLL.cjs.js +0 -2
  174. package/dist/chunk-MVWMLXLL.cjs.js.map +0 -1
  175. package/dist/chunk-SL2ZUI4G.cjs.js +0 -2
  176. package/dist/chunk-SL2ZUI4G.cjs.js.map +0 -1
  177. package/dist/chunk-STRDPP3B.esm.js +0 -2
  178. package/dist/chunk-STRDPP3B.esm.js.map +0 -1
  179. package/dist/chunk-U4NMIMU7.esm.js +0 -2
  180. package/dist/chunk-U4NMIMU7.esm.js.map +0 -1
  181. package/dist/chunk-UK47BFA3.cjs.js +0 -2
  182. package/dist/chunk-UK47BFA3.cjs.js.map +0 -1
  183. package/dist/chunk-UTVXFZLD.esm.js +0 -2
  184. package/dist/chunk-UTVXFZLD.esm.js.map +0 -1
  185. package/dist/chunk-WJNYKJP6.cjs.js +0 -2
  186. package/dist/chunk-WJNYKJP6.cjs.js.map +0 -1
  187. package/dist/chunk-YEZB7AOJ.esm.js +0 -2
  188. package/dist/chunk-YEZB7AOJ.esm.js.map +0 -1
  189. package/dist/chunk-YGLYFSF6.cjs.js +0 -2
  190. package/dist/chunk-YGLYFSF6.cjs.js.map +0 -1
  191. package/dist/hooks.cjs.js +0 -2
  192. package/dist/hooks.cjs.js.map +0 -1
  193. package/dist/hooks.d.ts +0 -51
  194. package/dist/hooks.esm.js +0 -2
  195. package/dist/hooks.esm.js.map +0 -1
  196. package/dist/index.cjs.js +0 -2
  197. package/dist/index.d.ts +0 -30
  198. package/dist/index.esm.js +0 -2
  199. package/dist/molecules.cjs.js +0 -2
  200. package/dist/molecules.cjs.js.map +0 -1
  201. package/dist/molecules.d.mts +0 -201
  202. package/dist/molecules.d.ts +0 -201
  203. package/dist/molecules.esm.js +0 -2
  204. package/dist/molecules.esm.js.map +0 -1
  205. package/dist/organisms.cjs.js +0 -2
  206. package/dist/organisms.cjs.js.map +0 -1
  207. package/dist/organisms.d.mts +0 -673
  208. package/dist/organisms.d.ts +0 -673
  209. package/dist/organisms.esm.js +0 -2
  210. package/dist/organisms.esm.js.map +0 -1
  211. package/dist/rhf.cjs.js +0 -2
  212. package/dist/rhf.cjs.js.map +0 -1
  213. package/dist/rhf.d.mts +0 -408
  214. package/dist/rhf.d.ts +0 -408
  215. package/dist/rhf.esm.js +0 -2
  216. package/dist/rhf.esm.js.map +0 -1
  217. package/dist/toast-2xT7L1tJ.d.ts +0 -18
  218. package/dist/tooltip-B4jzaurK.d.ts +0 -104
  219. package/dist/types.cjs.js +0 -2
  220. package/dist/types.cjs.js.map +0 -1
  221. package/dist/types.d.ts +0 -2
  222. package/dist/types.esm.js +0 -2
  223. package/dist/types.esm.js.map +0 -1
  224. package/dist/utils.cjs.js +0 -2
  225. package/dist/utils.cjs.js.map +0 -1
  226. package/dist/utils.d.ts +0 -5
  227. package/dist/utils.esm.js +0 -2
  228. package/dist/utils.esm.js.map +0 -1
  229. /package/dist/{types.d.mts → types/index.d.mts} +0 -0
  230. /package/dist/{utils.d.mts → utils/index.d.mts} +0 -0
@@ -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 };
@@ -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 };
@@ -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"}
@@ -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"}