@lotte-innovate/ui-component-test 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. package/README.md +154 -0
  2. package/dist/components/Accordion/index.d.ts +16 -0
  3. package/dist/components/Accordion/index.jsx +70 -0
  4. package/dist/components/AlertDialog/AlertDialogAction.d.ts +14 -0
  5. package/dist/components/AlertDialog/AlertDialogAction.jsx +60 -0
  6. package/dist/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
  7. package/dist/components/AlertDialog/AlertDialogCancel.jsx +57 -0
  8. package/dist/components/AlertDialog/AlertDialogContent.d.ts +11 -0
  9. package/dist/components/AlertDialog/AlertDialogContent.jsx +53 -0
  10. package/dist/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
  11. package/dist/components/AlertDialog/AlertDialogDescription.jsx +35 -0
  12. package/dist/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
  13. package/dist/components/AlertDialog/AlertDialogTitle.jsx +35 -0
  14. package/dist/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
  15. package/dist/components/AlertDialog/AlertDialogTrigger.jsx +56 -0
  16. package/dist/components/AlertDialog/index.d.ts +20 -0
  17. package/dist/components/AlertDialog/index.jsx +25 -0
  18. package/dist/components/AspectRatio/index.d.ts +10 -0
  19. package/dist/components/AspectRatio/index.jsx +43 -0
  20. package/dist/components/Avatar/index.d.ts +17 -0
  21. package/dist/components/Avatar/index.jsx +61 -0
  22. package/dist/components/Badge/index.d.ts +18 -0
  23. package/dist/components/Badge/index.jsx +55 -0
  24. package/dist/components/BubbleChart/index.d.ts +32 -0
  25. package/dist/components/BubbleChart/index.jsx +42 -0
  26. package/dist/components/Button/index.d.ts +16 -0
  27. package/dist/components/Button/index.jsx +57 -0
  28. package/dist/components/Callout/CalloutIcon.d.ts +12 -0
  29. package/dist/components/Callout/CalloutIcon.jsx +62 -0
  30. package/dist/components/Callout/CalloutText.d.ts +10 -0
  31. package/dist/components/Callout/CalloutText.jsx +42 -0
  32. package/dist/components/Callout/index.d.ts +20 -0
  33. package/dist/components/Callout/index.jsx +78 -0
  34. package/dist/components/Card/index.d.ts +14 -0
  35. package/dist/components/Card/index.jsx +65 -0
  36. package/dist/components/Checkbox/index.d.ts +17 -0
  37. package/dist/components/Checkbox/index.jsx +97 -0
  38. package/dist/components/CheckboxCard/index.d.ts +20 -0
  39. package/dist/components/CheckboxCard/index.jsx +60 -0
  40. package/dist/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
  41. package/dist/components/CheckboxGroup/CheckboxGroupItem.jsx +25 -0
  42. package/dist/components/CheckboxGroup/index.d.ts +17 -0
  43. package/dist/components/CheckboxGroup/index.jsx +38 -0
  44. package/dist/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
  45. package/dist/components/ContextMenu/ContextMenuCheckboxItem.jsx +33 -0
  46. package/dist/components/ContextMenu/ContextMenuContent.d.ts +11 -0
  47. package/dist/components/ContextMenu/ContextMenuContent.jsx +59 -0
  48. package/dist/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
  49. package/dist/components/ContextMenu/ContextMenuGroup.jsx +20 -0
  50. package/dist/components/ContextMenu/ContextMenuItem.d.ts +13 -0
  51. package/dist/components/ContextMenu/ContextMenuItem.jsx +61 -0
  52. package/dist/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
  53. package/dist/components/ContextMenu/ContextMenuItemIndicator.jsx +51 -0
  54. package/dist/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
  55. package/dist/components/ContextMenu/ContextMenuLabel.jsx +49 -0
  56. package/dist/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
  57. package/dist/components/ContextMenu/ContextMenuRadioGroup.jsx +23 -0
  58. package/dist/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
  59. package/dist/components/ContextMenu/ContextMenuRadioItem.jsx +34 -0
  60. package/dist/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
  61. package/dist/components/ContextMenu/ContextMenuSeparator.jsx +21 -0
  62. package/dist/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
  63. package/dist/components/ContextMenu/ContextMenuSubContent.jsx +56 -0
  64. package/dist/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
  65. package/dist/components/ContextMenu/ContextMenuSubTrigger.jsx +35 -0
  66. package/dist/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
  67. package/dist/components/ContextMenu/ContextMenuTrigger.jsx +21 -0
  68. package/dist/components/ContextMenu/index.d.ts +25 -0
  69. package/dist/components/ContextMenu/index.jsx +44 -0
  70. package/dist/components/DataList/DataListItem.d.ts +9 -0
  71. package/dist/components/DataList/DataListItem.jsx +44 -0
  72. package/dist/components/DataList/DataListLabel.d.ts +10 -0
  73. package/dist/components/DataList/DataListLabel.jsx +50 -0
  74. package/dist/components/DataList/DataListValue.d.ts +11 -0
  75. package/dist/components/DataList/DataListValue.jsx +52 -0
  76. package/dist/components/DataList/index.d.ts +17 -0
  77. package/dist/components/DataList/index.jsx +49 -0
  78. package/dist/components/Dialog/DialogAction.d.ts +15 -0
  79. package/dist/components/Dialog/DialogAction.jsx +47 -0
  80. package/dist/components/Dialog/DialogCancel.d.ts +11 -0
  81. package/dist/components/Dialog/DialogCancel.jsx +43 -0
  82. package/dist/components/Dialog/DialogContent.d.ts +11 -0
  83. package/dist/components/Dialog/DialogContent.jsx +56 -0
  84. package/dist/components/Dialog/DialogDescription.d.ts +9 -0
  85. package/dist/components/Dialog/DialogDescription.jsx +35 -0
  86. package/dist/components/Dialog/DialogSlot.d.ts +9 -0
  87. package/dist/components/Dialog/DialogSlot.jsx +34 -0
  88. package/dist/components/Dialog/DialogTitle.d.ts +11 -0
  89. package/dist/components/Dialog/DialogTitle.jsx +35 -0
  90. package/dist/components/Dialog/DialogTrigger.d.ts +3 -0
  91. package/dist/components/Dialog/DialogTrigger.jsx +20 -0
  92. package/dist/components/Dialog/index.d.ts +18 -0
  93. package/dist/components/Dialog/index.jsx +28 -0
  94. package/dist/components/DoughnutChart/index.d.ts +24 -0
  95. package/dist/components/DoughnutChart/index.jsx +46 -0
  96. package/dist/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +8 -0
  97. package/dist/components/DropdownMenu/DropdonMenuRadioGroup.jsx +23 -0
  98. package/dist/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
  99. package/dist/components/DropdownMenu/DropdonMenuSubContent.jsx +61 -0
  100. package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
  101. package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +31 -0
  102. package/dist/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
  103. package/dist/components/DropdownMenu/DropdownMenuContent.jsx +57 -0
  104. package/dist/components/DropdownMenu/DropdownMenuItem.d.ts +13 -0
  105. package/dist/components/DropdownMenu/DropdownMenuItem.jsx +58 -0
  106. package/dist/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
  107. package/dist/components/DropdownMenu/DropdownMenuItemIndicator.jsx +47 -0
  108. package/dist/components/DropdownMenu/DropdownMenuLable.d.ts +11 -0
  109. package/dist/components/DropdownMenu/DropdownMenuLable.jsx +47 -0
  110. package/dist/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -0
  111. package/dist/components/DropdownMenu/DropdownMenuRadioItem.jsx +32 -0
  112. package/dist/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
  113. package/dist/components/DropdownMenu/DropdownMenuSeparator.jsx +19 -0
  114. package/dist/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
  115. package/dist/components/DropdownMenu/DropdownMenuSub.jsx +18 -0
  116. package/dist/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
  117. package/dist/components/DropdownMenu/DropdownMenuSubTrigger.jsx +31 -0
  118. package/dist/components/DropdownMenu/DropdownMenuTrigger.d.ts +13 -0
  119. package/dist/components/DropdownMenu/DropdownMenuTrigger.jsx +41 -0
  120. package/dist/components/DropdownMenu/index.d.ts +23 -0
  121. package/dist/components/DropdownMenu/index.jsx +31 -0
  122. package/dist/components/HoverCard/HoverCardContent.d.ts +14 -0
  123. package/dist/components/HoverCard/HoverCardContent.jsx +61 -0
  124. package/dist/components/HoverCard/HoverCardTrigger.d.ts +3 -0
  125. package/dist/components/HoverCard/HoverCardTrigger.jsx +20 -0
  126. package/dist/components/HoverCard/index.d.ts +10 -0
  127. package/dist/components/HoverCard/index.jsx +23 -0
  128. package/dist/components/IconButton/index.d.ts +15 -0
  129. package/dist/components/IconButton/index.jsx +64 -0
  130. package/dist/components/Input/Input.stories.d.ts +77 -0
  131. package/dist/components/Input/Input.stories.jsx +68 -0
  132. package/dist/components/Input/index.d.ts +14 -0
  133. package/dist/components/Input/index.jsx +53 -0
  134. package/dist/components/Inset/index.d.ts +10 -0
  135. package/dist/components/Inset/index.jsx +53 -0
  136. package/dist/components/Label/index.d.ts +17 -0
  137. package/dist/components/Label/index.jsx +54 -0
  138. package/dist/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
  139. package/dist/components/Menubar/MenubarCheckboxItem.jsx +31 -0
  140. package/dist/components/Menubar/MenubarContent.d.ts +11 -0
  141. package/dist/components/Menubar/MenubarContent.jsx +63 -0
  142. package/dist/components/Menubar/MenubarItem.d.ts +13 -0
  143. package/dist/components/Menubar/MenubarItem.jsx +56 -0
  144. package/dist/components/Menubar/MenubarItemIndicator.d.ts +10 -0
  145. package/dist/components/Menubar/MenubarItemIndicator.jsx +50 -0
  146. package/dist/components/Menubar/MenubarMenu.d.ts +2 -0
  147. package/dist/components/Menubar/MenubarMenu.jsx +18 -0
  148. package/dist/components/Menubar/MenubarRadioGroup.d.ts +8 -0
  149. package/dist/components/Menubar/MenubarRadioGroup.jsx +23 -0
  150. package/dist/components/Menubar/MenubarRadioItem.d.ts +4 -0
  151. package/dist/components/Menubar/MenubarRadioItem.jsx +33 -0
  152. package/dist/components/Menubar/MenubarSeparator.d.ts +3 -0
  153. package/dist/components/Menubar/MenubarSeparator.jsx +21 -0
  154. package/dist/components/Menubar/MenubarSub.d.ts +3 -0
  155. package/dist/components/Menubar/MenubarSub.jsx +18 -0
  156. package/dist/components/Menubar/MenubarSubContent.d.ts +10 -0
  157. package/dist/components/Menubar/MenubarSubContent.jsx +52 -0
  158. package/dist/components/Menubar/MenubarSubTrigger.d.ts +4 -0
  159. package/dist/components/Menubar/MenubarSubTrigger.jsx +34 -0
  160. package/dist/components/Menubar/MenubarTrigger.d.ts +12 -0
  161. package/dist/components/Menubar/MenubarTrigger.jsx +58 -0
  162. package/dist/components/Menubar/index.d.ts +31 -0
  163. package/dist/components/Menubar/index.jsx +76 -0
  164. package/dist/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
  165. package/dist/components/NavigationMenu/NavigationMenuContent.jsx +49 -0
  166. package/dist/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
  167. package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
  168. package/dist/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
  169. package/dist/components/NavigationMenu/NavigationMenuItem.jsx +20 -0
  170. package/dist/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
  171. package/dist/components/NavigationMenu/NavigationMenuLink.jsx +52 -0
  172. package/dist/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
  173. package/dist/components/NavigationMenu/NavigationMenuList.jsx +49 -0
  174. package/dist/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
  175. package/dist/components/NavigationMenu/NavigationMenuTrigger.jsx +60 -0
  176. package/dist/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
  177. package/dist/components/NavigationMenu/NavigationMenuViewport.jsx +54 -0
  178. package/dist/components/NavigationMenu/index.d.ts +21 -0
  179. package/dist/components/NavigationMenu/index.jsx +42 -0
  180. package/dist/components/PieChart/index.d.ts +24 -0
  181. package/dist/components/PieChart/index.jsx +46 -0
  182. package/dist/components/Popover/PopoverClose.d.ts +9 -0
  183. package/dist/components/Popover/PopoverClose.jsx +36 -0
  184. package/dist/components/Popover/PopoverContent.d.ts +11 -0
  185. package/dist/components/Popover/PopoverContent.jsx +64 -0
  186. package/dist/components/Popover/PopoverTrigger.d.ts +3 -0
  187. package/dist/components/Popover/PopoverTrigger.jsx +20 -0
  188. package/dist/components/Popover/index.d.ts +11 -0
  189. package/dist/components/Popover/index.jsx +23 -0
  190. package/dist/components/Progress/index.d.ts +16 -0
  191. package/dist/components/Progress/index.jsx +57 -0
  192. package/dist/components/RadarChart/index.d.ts +35 -0
  193. package/dist/components/RadarChart/index.jsx +42 -0
  194. package/dist/components/Radio/index.d.ts +14 -0
  195. package/dist/components/Radio/index.jsx +45 -0
  196. package/dist/components/RadioCards/RadioCardsItem.d.ts +10 -0
  197. package/dist/components/RadioCards/RadioCardsItem.jsx +42 -0
  198. package/dist/components/RadioCards/index.d.ts +13 -0
  199. package/dist/components/RadioCards/index.jsx +45 -0
  200. package/dist/components/RadioGroup/RadioGroupItem.d.ts +13 -0
  201. package/dist/components/RadioGroup/RadioGroupItem.jsx +34 -0
  202. package/dist/components/RadioGroup/index.d.ts +15 -0
  203. package/dist/components/RadioGroup/index.jsx +42 -0
  204. package/dist/components/ScrollArea/index.d.ts +8 -0
  205. package/dist/components/ScrollArea/index.jsx +27 -0
  206. package/dist/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
  207. package/dist/components/SegmentedControl/SegmentedControlItem.jsx +25 -0
  208. package/dist/components/SegmentedControl/index.d.ts +14 -0
  209. package/dist/components/SegmentedControl/index.jsx +50 -0
  210. package/dist/components/Select/index.d.ts +25 -0
  211. package/dist/components/Select/index.jsx +97 -0
  212. package/dist/components/Separator/index.d.ts +11 -0
  213. package/dist/components/Separator/index.jsx +49 -0
  214. package/dist/components/Skeleton/index.d.ts +15 -0
  215. package/dist/components/Skeleton/index.jsx +45 -0
  216. package/dist/components/Slider/index.d.ts +15 -0
  217. package/dist/components/Slider/index.jsx +50 -0
  218. package/dist/components/Spinner/index.d.ts +15 -0
  219. package/dist/components/Spinner/index.jsx +49 -0
  220. package/dist/components/TabNav/index.d.ts +11 -0
  221. package/dist/components/TabNav/index.jsx +39 -0
  222. package/dist/components/Table/index.d.ts +20 -0
  223. package/dist/components/Table/index.jsx +103 -0
  224. package/dist/components/Tabs/index.d.ts +16 -0
  225. package/dist/components/Tabs/index.jsx +67 -0
  226. package/dist/components/TextArea/index.d.ts +16 -0
  227. package/dist/components/TextArea/index.jsx +58 -0
  228. package/dist/components/TextField/index.d.ts +18 -0
  229. package/dist/components/TextField/index.jsx +57 -0
  230. package/dist/components/Toast/ToastActionButton.d.ts +14 -0
  231. package/dist/components/Toast/ToastActionButton.jsx +68 -0
  232. package/dist/components/Toast/ToastDescription.d.ts +13 -0
  233. package/dist/components/Toast/ToastDescription.jsx +45 -0
  234. package/dist/components/Toast/ToastTitle.d.ts +13 -0
  235. package/dist/components/Toast/ToastTitle.jsx +43 -0
  236. package/dist/components/Toast/index.d.ts +29 -0
  237. package/dist/components/Toast/index.jsx +99 -0
  238. package/dist/components/Toggle/ToggleWithText.d.ts +21 -0
  239. package/dist/components/Toggle/ToggleWithText.jsx +59 -0
  240. package/dist/components/Toggle/index.d.ts +20 -0
  241. package/dist/components/Toggle/index.jsx +58 -0
  242. package/dist/components/ToggleGroup/index.d.ts +19 -0
  243. package/dist/components/ToggleGroup/index.jsx +45 -0
  244. package/dist/components/ToggleGroup/toggleGroupItem.d.ts +17 -0
  245. package/dist/components/ToggleGroup/toggleGroupItem.jsx +42 -0
  246. package/dist/components/ToggleSwitch/index.d.ts +13 -0
  247. package/dist/components/ToggleSwitch/index.jsx +74 -0
  248. package/dist/components/Tooltip/index.d.ts +20 -0
  249. package/dist/components/Tooltip/index.jsx +58 -0
  250. package/dist/components/index.d.ts +22 -0
  251. package/dist/components/index.js +22 -0
  252. package/package.json +119 -0
@@ -0,0 +1,49 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
25
+ import { cn } from 'utils/utils';
26
+ import { cva } from 'class-variance-authority';
27
+ import { scalingVariants } from '../../constants';
28
+ import { useContextMenuContext } from '.';
29
+ export var contextMenuLabelVariants = cva("flex relative leading-none select-none outline-none items-center \n text-slate-11 dark:text-slateDarkA-11 font-normal", {
30
+ variants: {
31
+ size: {
32
+ small: 'text-xs h-[24px] px-2',
33
+ medium: 'text-sm h-[32px] px-3',
34
+ },
35
+ scaling: __assign({}, scalingVariants),
36
+ },
37
+ defaultVariants: {
38
+ scaling: '100%',
39
+ size: 'medium',
40
+ },
41
+ });
42
+ export var ContextMenuLabel = forwardRef(function (_a, ref) {
43
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
44
+ var _b = useContextMenuContext(), size = _b.size, scaling = _b.scaling;
45
+ return (<ContextMenuPrimitive.Label ref={ref} className={cn(contextMenuLabelVariants({ size: size, scaling: scaling }), className)} {...props}>
46
+ {children}
47
+ </ContextMenuPrimitive.Label>);
48
+ });
49
+ ContextMenuLabel.displayName = 'ContextMenuLabel';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ type RadioContextType = {
4
+ selectedValue: string;
5
+ };
6
+ export declare const RadioContext: React.Context<RadioContextType>;
7
+ export declare const ContextMenuRadioGroup: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ export {};
@@ -0,0 +1,23 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { createContext, forwardRef } from 'react';
13
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
14
+ export var RadioContext = createContext({ selectedValue: '' });
15
+ export var ContextMenuRadioGroup = forwardRef(function (_a, ref) {
16
+ var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
17
+ return (<ContextMenuPrimitive.RadioGroup ref={ref} className={className} {...props}>
18
+ <RadioContext.Provider value={{ selectedValue: value !== null && value !== void 0 ? value : '' }}>
19
+ {children}
20
+ </RadioContext.Provider>
21
+ </ContextMenuPrimitive.RadioGroup>);
22
+ });
23
+ ContextMenuRadioGroup.displayName = 'ContextMenuRadioGroup';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ import { ContextMenuProps } from '.';
4
+ export declare const ContextMenuRadioItem: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,34 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { forwardRef, useContext } from 'react';
13
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
14
+ import { cn } from 'utils/utils';
15
+ import { DotFilledIcon } from '@radix-ui/react-icons';
16
+ import { menuItemAppearanceStyle } from '../../constants';
17
+ import { ContextMenuItemIndicator, RadioContext, contextMenuItemVariants, useContextMenuContext, } from '.';
18
+ export var ContextMenuRadioItem = forwardRef(function (_a, ref) {
19
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
20
+ var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
21
+ var itemClassName = cn(contextMenuItemVariants({
22
+ radius: radius,
23
+ scaling: scaling,
24
+ size: size,
25
+ }), 'pl-7', menuItemAppearanceStyle(appearance, color), className);
26
+ var radioGroup = useContext(RadioContext);
27
+ return (<ContextMenuPrimitive.RadioItem ref={ref} className={itemClassName} {...props}>
28
+ <ContextMenuItemIndicator forceMount radius={'full'} size={size}>
29
+ {radioGroup.selectedValue === props.value && <DotFilledIcon />}
30
+ </ContextMenuItemIndicator>
31
+ {children}
32
+ </ContextMenuPrimitive.RadioItem>);
33
+ });
34
+ ContextMenuRadioItem.displayName = 'ContextMenuRadioItem';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ export declare const ContextMenuSeparator: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,21 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
14
+ import { cn } from 'utils/utils';
15
+ export var ContextMenuSeparator = forwardRef(function (_a, ref) {
16
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
17
+ return (<ContextMenuPrimitive.Separator ref={ref} className={cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className)} {...props}>
18
+ {children}
19
+ </ContextMenuPrimitive.Separator>);
20
+ });
21
+ ContextMenuSeparator.displayName = 'ContextMenuSeparator';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ export interface ContextMenuSubContentProps extends VariantProps<typeof contextMenuSubContentVariants> {
5
+ }
6
+ export declare const contextMenuSubContentVariants: (props?: ({
7
+ radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
8
+ size?: "small" | "medium" | null | undefined;
9
+ scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
10
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
11
+ export declare const ContextMenuSubContent: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuSubContentProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,56 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
25
+ import { cn } from 'utils/utils';
26
+ import { cva } from 'class-variance-authority';
27
+ import { radiusVariants, scalingVariants } from '../../constants';
28
+ import { useContextMenuContext } from '.';
29
+ export var contextMenuSubContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-1 will-change-[transform,opacity]\n shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] \n [animation-duration:_400ms] [animation-timing-function:_cubic-bezier(0.16,_1,_0.3,_1)]", {
30
+ variants: {
31
+ radius: __assign({}, radiusVariants['extra-large']),
32
+ size: {
33
+ small: 'p-1 min-w-[120px]',
34
+ medium: 'p-2 min-w-[136px]',
35
+ },
36
+ scaling: __assign({}, scalingVariants),
37
+ },
38
+ defaultVariants: {
39
+ radius: 'small',
40
+ size: 'medium',
41
+ scaling: '100%',
42
+ },
43
+ });
44
+ export var ContextMenuSubContent = forwardRef(function (_a, ref) {
45
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
46
+ var _b = useContextMenuContext(), radius = _b.radius, size = _b.size, scaling = _b.scaling;
47
+ return (<ContextMenuPrimitive.Portal>
48
+ <ContextMenuPrimitive.SubContent ref={ref} className={cn(contextMenuSubContentVariants({
49
+ radius: radius,
50
+ size: size,
51
+ }), className)} sideOffset={2} alignOffset={-5} {...props}>
52
+ {children}
53
+ </ContextMenuPrimitive.SubContent>
54
+ </ContextMenuPrimitive.Portal>);
55
+ });
56
+ ContextMenuSubContent.displayName = 'ContextMenuSubContent';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ import { ContextMenuItemProps } from './ContextMenuItem';
4
+ export declare const ContextMenuSubTrigger: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuItemProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,35 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
14
+ import { ChevronRightIcon } from '@radix-ui/react-icons';
15
+ import { cn } from 'utils/utils';
16
+ import { contextMenuItemVariants } from './ContextMenuItem';
17
+ import { blackText, menuItemAppearanceStyle } from '../../constants';
18
+ import { useContextMenuContext } from '.';
19
+ export var ContextMenuSubTrigger = forwardRef(function (_a, ref) {
20
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
21
+ var _b = useContextMenuContext(), scaling = _b.scaling, size = _b.size, radius = _b.radius, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
22
+ var triggerClassName = cn(contextMenuItemVariants({ scaling: scaling, size: size, radius: radius }), menuItemAppearanceStyle(appearance, color), className);
23
+ var iconClassName = cn('group-data-[disabled]:text-slate-8 ', appearance === 'solid' && blackText.includes(color)
24
+ ? 'hover:fill-slate-12 dark:hover:fill-slateDark-1'
25
+ : "hover:fill-white dark:hover:fill-slateDark-12 ");
26
+ return (<ContextMenuPrimitive.Sub>
27
+ <ContextMenuPrimitive.SubTrigger ref={ref} className={triggerClassName} {...props}>
28
+ {children}
29
+ <div className="ml-auto pl-5 ">
30
+ <ChevronRightIcon className={iconClassName}/>
31
+ </div>
32
+ </ContextMenuPrimitive.SubTrigger>
33
+ </ContextMenuPrimitive.Sub>);
34
+ });
35
+ ContextMenuSubTrigger.displayName = 'ContextMenuSubTrigger';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ import { ContextMenuProps } from '.';
4
+ export declare const ContextMenuTrigger: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuTriggerProps & React.RefAttributes<HTMLSpanElement>, "ref"> & ContextMenuProps & React.RefAttributes<HTMLSpanElement>>;
@@ -0,0 +1,21 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
14
+ import { cn } from 'utils/utils';
15
+ export var ContextMenuTrigger = forwardRef(function (_a, ref) {
16
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
17
+ return (<ContextMenuPrimitive.Trigger ref={ref} className={cn("block border-2 border-dashed text-slate-12 dark:text-slateDark-12 rounded text-base \n select-none py-[45px] w-[300px] text-center", className)} {...props}>
18
+ {children}
19
+ </ContextMenuPrimitive.Trigger>);
20
+ });
21
+ ContextMenuTrigger.displayName = 'ContextMenuTrigger';
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { IColor } from 'types';
5
+ import { contextMenuContentVariants } from './ContextMenuContent';
6
+ import { contextMenuItemVariants } from './ContextMenuItem';
7
+ export * from './ContextMenuContent';
8
+ export * from './ContextMenuCheckboxItem';
9
+ export * from './ContextMenuGroup';
10
+ export * from './ContextMenuItem';
11
+ export * from './ContextMenuItemIndicator';
12
+ export * from './ContextMenuLabel';
13
+ export * from './ContextMenuTrigger';
14
+ export * from './ContextMenuRadioGroup';
15
+ export * from './ContextMenuRadioItem';
16
+ export * from './ContextMenuSeparator';
17
+ export * from './ContextMenuSubTrigger';
18
+ export * from './ContextMenuSubContent';
19
+ export interface ContextMenuProps extends VariantProps<typeof contextMenuContentVariants>, VariantProps<typeof contextMenuItemVariants> {
20
+ color?: IColor;
21
+ appearance?: 'solid' | 'soft';
22
+ }
23
+ export declare const useContextMenuContext: () => ContextMenuProps;
24
+ export declare const ContextMenu: React.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuProps & ContextMenuProps & React.RefAttributes<never>>;
25
+ export default ContextMenu;
@@ -0,0 +1,44 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { createContext, forwardRef, useContext, } from 'react';
13
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
14
+ export * from './ContextMenuContent';
15
+ export * from './ContextMenuCheckboxItem';
16
+ export * from './ContextMenuGroup';
17
+ export * from './ContextMenuItem';
18
+ export * from './ContextMenuItemIndicator';
19
+ export * from './ContextMenuLabel';
20
+ export * from './ContextMenuTrigger';
21
+ export * from './ContextMenuRadioGroup';
22
+ export * from './ContextMenuRadioItem';
23
+ export * from './ContextMenuSeparator';
24
+ export * from './ContextMenuSubTrigger';
25
+ export * from './ContextMenuSubContent';
26
+ var ContextMenuContext = createContext({
27
+ radius: 'medium',
28
+ scaling: '100%',
29
+ size: 'medium',
30
+ color: 'red',
31
+ appearance: 'solid',
32
+ });
33
+ export var useContextMenuContext = function () {
34
+ return useContext(ContextMenuContext);
35
+ };
36
+ export var ContextMenu = forwardRef(function (_a) {
37
+ var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["children", "radius", "size", "scaling", "color", "appearance"]);
38
+ var contextValue = { radius: radius, size: size, scaling: scaling, color: color, appearance: appearance };
39
+ return (<ContextMenuContext.Provider value={contextValue}>
40
+ <ContextMenuPrimitive.Root {...props}>{children}</ContextMenuPrimitive.Root>
41
+ </ContextMenuContext.Provider>);
42
+ });
43
+ ContextMenu.displayName = 'ContextMenu';
44
+ export default ContextMenu;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { DataList as DataListTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ export interface DataListItemProps extends VariantProps<typeof dataListItemVariants> {
5
+ }
6
+ export declare const dataListItemVariants: (props?: ({
7
+ scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
8
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
9
+ export declare const DataListItem: React.ForwardRefExoticComponent<Omit<DataListTheme.ItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & DataListItemProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,44 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import { DataList as DataListTheme } from '@radix-ui/themes';
25
+ import { cva } from 'class-variance-authority';
26
+ import { cn } from 'utils/utils';
27
+ import { scalingVariants } from '../../constants';
28
+ import { useDataListContext } from '.';
29
+ export var dataListItemVariants = cva('flex', {
30
+ variants: {
31
+ scaling: __assign({}, scalingVariants),
32
+ },
33
+ defaultVariants: {
34
+ scaling: '100%',
35
+ },
36
+ });
37
+ export var DataListItem = forwardRef(function (_a, ref) {
38
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
39
+ var scaling = useDataListContext().scaling;
40
+ return (<DataListTheme.Item ref={ref} {...props} className={cn(dataListItemVariants({ scaling: scaling }), className)}>
41
+ {children}
42
+ </DataListTheme.Item>);
43
+ });
44
+ DataListItem.displayName = 'DataListItem';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { DataList as DataListTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ export interface DataListLabelProps extends VariantProps<typeof dataListLabelVariants> {
5
+ }
6
+ export declare const dataListLabelVariants: (props?: ({
7
+ size?: "small" | "medium" | "large" | null | undefined;
8
+ weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
9
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
10
+ export declare const DataListLabel: React.ForwardRefExoticComponent<Omit<DataListTheme.LabelProps & React.RefAttributes<HTMLElement>, "ref"> & DataListLabelProps & React.RefAttributes<HTMLElement>>;
@@ -0,0 +1,50 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import { DataList as DataListTheme } from '@radix-ui/themes';
25
+ import { cva } from 'class-variance-authority';
26
+ import { cn } from 'utils/utils';
27
+ import { weightVariants } from '../../constants';
28
+ import { useDataListContext } from '.';
29
+ export var dataListLabelVariants = cva('text-slateA-11 dark:text-slateDarkA-11 w-[120px] mb-1', {
30
+ variants: {
31
+ size: {
32
+ small: 'text-xs mt-[5px]',
33
+ medium: 'text-sm mt-[3px]',
34
+ large: 'text-base',
35
+ },
36
+ weight: __assign({}, weightVariants),
37
+ },
38
+ defaultVariants: {
39
+ weight: 'regular',
40
+ size: 'medium',
41
+ },
42
+ });
43
+ export var DataListLabel = forwardRef(function (_a, ref) {
44
+ var children = _a.children, className = _a.className, weight = _a.weight, color = _a.color, props = __rest(_a, ["children", "className", "weight", "color"]);
45
+ var size = useDataListContext().size;
46
+ return (<DataListTheme.Label ref={ref} {...props}>
47
+ <p className={cn(dataListLabelVariants({ weight: weight, size: size }), className)}>{children}</p>
48
+ </DataListTheme.Label>);
49
+ });
50
+ DataListLabel.displayName = 'DataListLabel';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { DataList as DataListTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ export interface DataListValueProps extends VariantProps<typeof dataListValueVariants> {
5
+ }
6
+ export declare const dataListValueVariants: (props?: ({
7
+ size?: "small" | "medium" | "large" | null | undefined;
8
+ weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
9
+ color?: string | null | undefined;
10
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
11
+ export declare const DataListValue: React.ForwardRefExoticComponent<Omit<DataListTheme.ValueProps & React.RefAttributes<HTMLElement>, "ref"> & DataListValueProps & React.RefAttributes<HTMLElement>>;
@@ -0,0 +1,52 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import { DataList as DataListTheme } from '@radix-ui/themes';
25
+ import { textColorStyle, weightVariants } from '../../constants';
26
+ import { cva } from 'class-variance-authority';
27
+ import { cn } from 'utils/utils';
28
+ import { useDataListContext } from '.';
29
+ export var dataListValueVariants = cva('text-slate-12 dark:text-slateDark-12 w-[200px]', {
30
+ variants: {
31
+ size: {
32
+ small: 'text-xs',
33
+ medium: 'text-sm',
34
+ large: 'text-base',
35
+ },
36
+ weight: __assign({}, weightVariants),
37
+ color: textColorStyle(),
38
+ },
39
+ defaultVariants: {
40
+ color: 'black',
41
+ weight: 'regular',
42
+ size: 'medium',
43
+ },
44
+ });
45
+ export var DataListValue = forwardRef(function (_a, ref) {
46
+ var children = _a.children, className = _a.className, weight = _a.weight, props = __rest(_a, ["children", "className", "weight"]);
47
+ var _b = useDataListContext(), size = _b.size, color = _b.color;
48
+ return (<DataListTheme.Value ref={ref} className={cn(dataListValueVariants({ weight: weight, size: size, color: color }), className)} {...props}>
49
+ {children}
50
+ </DataListTheme.Value>);
51
+ });
52
+ DataListValue.displayName = 'DataListValue';
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { DataList as DataListTheme } from '@radix-ui/themes';
3
+ import { dataListValueVariants } from './DataListValue';
4
+ import { dataListItemVariants } from './DataListItem';
5
+ import { VariantProps } from 'class-variance-authority';
6
+ export * from './DataListItem';
7
+ export * from './DataListLabel';
8
+ export * from './DataListValue';
9
+ export interface DataListProps extends VariantProps<typeof dataListVariants>, VariantProps<typeof dataListItemVariants>, VariantProps<typeof dataListValueVariants> {
10
+ orientation?: 'horizontal' | 'vertical';
11
+ }
12
+ export declare const dataListVariants: (props?: ({
13
+ size?: "small" | "medium" | "large" | null | undefined;
14
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
15
+ export declare const useDataListContext: () => DataListProps;
16
+ export declare const DataList: React.ForwardRefExoticComponent<Omit<DataListTheme.RootProps & React.RefAttributes<HTMLDListElement>, "ref"> & DataListProps & React.RefAttributes<HTMLDListElement>>;
17
+ export default DataList;
@@ -0,0 +1,49 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { createContext, forwardRef, useContext, } from 'react';
13
+ import { DataList as DataListTheme } from '@radix-ui/themes';
14
+ import { cva } from 'class-variance-authority';
15
+ import { cn } from 'utils/utils';
16
+ export * from './DataListItem';
17
+ export * from './DataListLabel';
18
+ export * from './DataListValue';
19
+ export var dataListVariants = cva('flex flex-col', {
20
+ variants: {
21
+ size: {
22
+ small: 'space-y-3',
23
+ medium: 'space-y-4',
24
+ large: 'space-y-5',
25
+ },
26
+ },
27
+ defaultVariants: {
28
+ size: 'medium',
29
+ },
30
+ });
31
+ var DataListContext = createContext({
32
+ size: 'medium',
33
+ scaling: '100%',
34
+ color: 'black',
35
+ });
36
+ export var useDataListContext = function () {
37
+ return useContext(DataListContext);
38
+ };
39
+ export var DataList = forwardRef(function (_a, ref) {
40
+ var children = _a.children, className = _a.className, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "className", "size", "scaling", "color"]);
41
+ var contextValue = { size: size, scaling: scaling, color: color };
42
+ return (<DataListContext.Provider value={contextValue}>
43
+ <DataListTheme.Root ref={ref} {...props} className={cn(dataListVariants({ size: size }), className)}>
44
+ {children}
45
+ </DataListTheme.Root>
46
+ </DataListContext.Provider>);
47
+ });
48
+ DataList.displayName = 'DataList';
49
+ export default DataList;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Dialog as DialogTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { IAppearance } from 'types';
5
+ export interface DialogActionProps extends VariantProps<typeof dialogActionVariants> {
6
+ color?: any;
7
+ size?: any;
8
+ appearance?: IAppearance;
9
+ }
10
+ export declare const dialogActionVariants: (props?: ({
11
+ radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
12
+ size?: "small" | "medium" | "large" | "x-large" | null | undefined;
13
+ color?: string | null | undefined;
14
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
15
+ export declare const DialogAction: React.ForwardRefExoticComponent<Omit<DialogTheme.CloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & DialogActionProps & React.RefAttributes<HTMLButtonElement>>;