@lotte-innovate/ui-component-test 0.0.44 → 0.0.47

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. package/dist/lib/Typography/Header/index.js +55 -0
  2. package/dist/lib/Typography/Text/index.js +44 -0
  3. package/dist/lib/Typography/index.js +2 -0
  4. package/dist/lib/color/alpha.js +784 -0
  5. package/dist/lib/color/constants.js +296 -0
  6. package/dist/lib/color/dark.js +392 -0
  7. package/dist/lib/color/krdsColors.js +309 -0
  8. package/dist/lib/color/light.js +393 -0
  9. package/dist/lib/components/Accordion/index.js +64 -0
  10. package/dist/lib/components/AlertDialog/AlertDialogAction.js +61 -0
  11. package/dist/lib/components/AlertDialog/AlertDialogCancel.js +60 -0
  12. package/dist/lib/components/AlertDialog/AlertDialogContent.js +51 -0
  13. package/dist/lib/components/AlertDialog/AlertDialogDescription.js +47 -0
  14. package/dist/lib/components/AlertDialog/AlertDialogRoot.js +46 -0
  15. package/dist/lib/components/AlertDialog/AlertDialogTitle.js +47 -0
  16. package/dist/lib/components/AlertDialog/AlertDialogTrigger.js +55 -0
  17. package/dist/lib/components/AlertDialog/index.js +17 -0
  18. package/dist/lib/components/AspectRatio/index.js +42 -0
  19. package/dist/lib/components/Avatar/index.js +58 -0
  20. package/dist/lib/components/Badge/index.js +54 -0
  21. package/dist/lib/components/BarChart/index.d.ts +1 -2
  22. package/dist/lib/components/BarChart/index.js +63 -0
  23. package/dist/lib/components/BubbleChart/index.d.ts +1 -2
  24. package/dist/lib/components/BubbleChart/index.js +73 -0
  25. package/dist/lib/components/Button/index.js +56 -0
  26. package/dist/lib/components/Callout/CalloutIcon.js +57 -0
  27. package/dist/lib/components/Callout/CalloutRoot.js +72 -0
  28. package/dist/lib/components/Callout/CalloutText.js +52 -0
  29. package/dist/lib/components/Callout/index.js +9 -0
  30. package/dist/lib/components/Card/index.js +64 -0
  31. package/dist/lib/components/Checkbox/index.js +89 -0
  32. package/dist/lib/components/CheckboxCard/index.js +58 -0
  33. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.js +33 -0
  34. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.js +34 -0
  35. package/dist/lib/components/CheckboxGroup/index.js +4 -0
  36. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.js +42 -0
  37. package/dist/lib/components/ContextMenu/ContextMenuContent.js +56 -0
  38. package/dist/lib/components/ContextMenu/ContextMenuGroup.js +30 -0
  39. package/dist/lib/components/ContextMenu/ContextMenuItem.js +59 -0
  40. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.js +50 -0
  41. package/dist/lib/components/ContextMenu/ContextMenuLabel.js +48 -0
  42. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.js +31 -0
  43. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.js +44 -0
  44. package/dist/lib/components/ContextMenu/ContextMenuRoot.js +42 -0
  45. package/dist/lib/components/ContextMenu/ContextMenuSeparator.js +31 -0
  46. package/dist/lib/components/ContextMenu/ContextMenuSubContent.js +54 -0
  47. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -0
  48. package/dist/lib/components/ContextMenu/ContextMenuTrigger.js +31 -0
  49. package/dist/lib/components/ContextMenu/index.js +29 -0
  50. package/dist/lib/components/DataList/DataListItem.js +43 -0
  51. package/dist/lib/components/DataList/DataListLabel.js +49 -0
  52. package/dist/lib/components/DataList/DataListRoot.js +54 -0
  53. package/dist/lib/components/DataList/DataListValue.js +51 -0
  54. package/dist/lib/components/DataList/index.js +6 -0
  55. package/dist/lib/components/Dialog/DialogAction.js +59 -0
  56. package/dist/lib/components/Dialog/DialogCancel.js +55 -0
  57. package/dist/lib/components/Dialog/DialogContent.js +57 -0
  58. package/dist/lib/components/Dialog/DialogDescription.js +47 -0
  59. package/dist/lib/components/Dialog/DialogRoot.d.ts +1 -1
  60. package/dist/lib/components/Dialog/DialogRoot.js +37 -0
  61. package/dist/lib/components/Dialog/DialogSlot.js +46 -0
  62. package/dist/lib/components/Dialog/DialogTitle.js +47 -0
  63. package/dist/lib/components/Dialog/DialogTrigger.js +30 -0
  64. package/dist/lib/components/Dialog/index.d.ts +1 -1
  65. package/dist/lib/components/Dialog/index.js +19 -0
  66. package/dist/lib/components/DoughnutChart/index.d.ts +1 -2
  67. package/dist/lib/components/DoughnutChart/index.js +65 -0
  68. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +30 -0
  69. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.js +60 -0
  70. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +41 -0
  71. package/dist/lib/components/DropdownMenu/DropdownMenuContent.js +56 -0
  72. package/dist/lib/components/DropdownMenu/DropdownMenuItem.js +58 -0
  73. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +48 -0
  74. package/dist/lib/components/DropdownMenu/DropdownMenuLable.js +45 -0
  75. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.js +41 -0
  76. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
  77. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.js +38 -0
  78. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.js +31 -0
  79. package/dist/lib/components/DropdownMenu/DropdownMenuSub.js +30 -0
  80. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +40 -0
  81. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.js +53 -0
  82. package/dist/lib/components/DropdownMenu/index.d.ts +1 -1
  83. package/dist/lib/components/DropdownMenu/index.js +29 -0
  84. package/dist/lib/components/HoverCard/HoverCardContent.js +61 -0
  85. package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
  86. package/dist/lib/components/HoverCard/HoverCardRoot.js +38 -0
  87. package/dist/lib/components/HoverCard/HoverCardTrigger.js +30 -0
  88. package/dist/lib/components/HoverCard/index.d.ts +1 -1
  89. package/dist/lib/components/HoverCard/index.js +9 -0
  90. package/dist/lib/components/IconButton/index.js +63 -0
  91. package/dist/lib/components/Inset/index.js +50 -0
  92. package/dist/lib/components/Label/index.js +53 -0
  93. package/dist/lib/components/LineChart/index.d.ts +1 -2
  94. package/dist/lib/components/LineChart/index.js +61 -0
  95. package/dist/lib/components/Menubar/MenubarCheckboxItem.js +38 -0
  96. package/dist/lib/components/Menubar/MenubarContent.js +60 -0
  97. package/dist/lib/components/Menubar/MenubarItem.js +54 -0
  98. package/dist/lib/components/Menubar/MenubarItemIndicator.js +49 -0
  99. package/dist/lib/components/Menubar/MenubarMenu.js +30 -0
  100. package/dist/lib/components/Menubar/MenubarRadioGroup.js +31 -0
  101. package/dist/lib/components/Menubar/MenubarRadioItem.js +40 -0
  102. package/dist/lib/components/Menubar/MenubarRoot.js +61 -0
  103. package/dist/lib/components/Menubar/MenubarSeparator.js +31 -0
  104. package/dist/lib/components/Menubar/MenubarSub.js +30 -0
  105. package/dist/lib/components/Menubar/MenubarSubContent.js +51 -0
  106. package/dist/lib/components/Menubar/MenubarSubTrigger.js +41 -0
  107. package/dist/lib/components/Menubar/MenubarTrigger.js +57 -0
  108. package/dist/lib/components/Menubar/index.js +29 -0
  109. package/dist/lib/components/NavigationMenu/NavigationMenuContent.js +48 -0
  110. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  111. package/dist/lib/components/NavigationMenu/NavigationMenuItem.js +30 -0
  112. package/dist/lib/components/NavigationMenu/NavigationMenuLink.js +51 -0
  113. package/dist/lib/components/NavigationMenu/NavigationMenuList.js +47 -0
  114. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.js +43 -0
  115. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.js +58 -0
  116. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.js +53 -0
  117. package/dist/lib/components/NavigationMenu/index.js +10 -0
  118. package/dist/lib/components/PieChart/index.d.ts +1 -2
  119. package/dist/lib/components/PieChart/index.js +65 -0
  120. package/dist/lib/components/Popover/PopoverClose.js +48 -0
  121. package/dist/lib/components/Popover/PopoverContent.js +65 -0
  122. package/dist/lib/components/Popover/PopoverRoot.d.ts +1 -1
  123. package/dist/lib/components/Popover/PopoverRoot.js +36 -0
  124. package/dist/lib/components/Popover/PopoverTrigger.js +30 -0
  125. package/dist/lib/components/Popover/index.d.ts +1 -1
  126. package/dist/lib/components/Popover/index.js +11 -0
  127. package/dist/lib/components/Progress/index.js +56 -0
  128. package/dist/lib/components/RadarChart/index.d.ts +1 -2
  129. package/dist/lib/components/RadarChart/index.js +76 -0
  130. package/dist/lib/components/Radio/index.js +53 -0
  131. package/dist/lib/components/RadioCards/RadioCardsItem.js +54 -0
  132. package/dist/lib/components/RadioCards/RadioCardsRoot.js +46 -0
  133. package/dist/lib/components/RadioCards/index.js +7 -0
  134. package/dist/lib/components/RadioGroup/RadioGroupItem.js +46 -0
  135. package/dist/lib/components/RadioGroup/RadioGroupRoot.js +53 -0
  136. package/dist/lib/components/RadioGroup/index.js +7 -0
  137. package/dist/lib/components/ScrollArea/index.js +36 -0
  138. package/dist/lib/components/SegmentedControl/SegmentedControlItem.js +35 -0
  139. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.js +47 -0
  140. package/dist/lib/components/SegmentedControl/index.js +7 -0
  141. package/dist/lib/components/Select/index.js +92 -0
  142. package/dist/lib/components/Separator/index.js +47 -0
  143. package/dist/lib/components/Skeleton/index.js +42 -0
  144. package/dist/lib/components/Slider/index.js +49 -0
  145. package/dist/lib/components/Spinner/index.js +47 -0
  146. package/dist/lib/components/TabNav/index.js +50 -0
  147. package/dist/lib/components/Table/index.js +98 -0
  148. package/dist/lib/components/Tabs/index.js +65 -0
  149. package/dist/lib/components/TextArea/index.js +58 -0
  150. package/dist/lib/components/TextField/index.js +56 -0
  151. package/dist/lib/components/Toast/ToastActionButton.js +67 -0
  152. package/dist/lib/components/Toast/ToastDescription.js +53 -0
  153. package/dist/lib/components/Toast/ToastRoot.js +90 -0
  154. package/dist/lib/components/Toast/ToastTitle.js +53 -0
  155. package/dist/lib/components/Toast/index.js +11 -0
  156. package/dist/lib/components/Toggle/ToggleWithText.js +58 -0
  157. package/dist/lib/components/Toggle/index.js +58 -0
  158. package/dist/lib/components/ToggleGroup/ToggleGroupItem.js +54 -0
  159. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.js +48 -0
  160. package/dist/lib/components/ToggleGroup/index.js +7 -0
  161. package/dist/lib/components/ToggleSwitch/index.js +71 -0
  162. package/dist/lib/components/Tooltip/index.js +49 -0
  163. package/dist/lib/components/index.js +52 -0
  164. package/dist/lib/constants.js +914 -0
  165. package/dist/lib/index.js +2 -0
  166. package/dist/lib/types.js +1 -0
  167. package/dist/lib/utils/useDarkMode.js +49 -0
  168. package/dist/lib/utils/utils.js +10 -0
  169. package/dist/tailwind.config.js +141 -0
  170. package/package.json +4 -10
@@ -0,0 +1,42 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import React from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { Theme, Skeleton as SkeletonTheme } from '@radix-ui/themes';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import { radiusVariants } from '../../../lib/constants';
29
+ var separatorVariants = cva('', {
30
+ variants: {
31
+ radius: __assign({}, radiusVariants['base']),
32
+ },
33
+ defaultVariants: {
34
+ radius: 'medium',
35
+ },
36
+ });
37
+ export var Skeleton = React.forwardRef(function (_a, forwardedRef) {
38
+ var children = _a.children, className = _a.className, radius = _a.radius, loading = _a.loading, width = _a.width, height = _a.height, skeletonProps = __rest(_a, ["children", "className", "radius", "loading", "width", "height"]);
39
+ return (_jsx(Theme, { children: _jsx(SkeletonTheme, __assign({ ref: forwardedRef, loading: loading, width: width, height: height, className: cn('', radius && cn(separatorVariants({ radius: radius }), className)) }, skeletonProps, { children: children })) }));
40
+ });
41
+ Skeleton.displayName = 'Skeleton';
42
+ export default Skeleton;
@@ -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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import React from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { cn } from '../../../lib/utils/utils';
27
+ import { radiusVariants } from '../../../lib/constants';
28
+ import { Theme, Slider as SliderTheme } from '@radix-ui/themes';
29
+ var sliderVariants = cva('relative flex items-center select-none touch-none w-[200px] h-5', {
30
+ variants: {
31
+ radius: __assign({}, radiusVariants['base']),
32
+ // color: bgColorStyle(),
33
+ },
34
+ });
35
+ export var Slider = React.forwardRef(function (_a, forwardedRef) {
36
+ var className = _a.className, color = _a.color, size = _a.size, appearance = _a.appearance, _b = _a.scaling, scaling = _b === void 0 ? '100%' : _b, radius = _a.radius, tabIndex = _a.tabIndex, sliderProps = __rest(_a, ["className", "color", "size", "appearance", "scaling", "radius", "tabIndex"]);
37
+ if (!color)
38
+ color = 'red';
39
+ if (radius === 'medium' || radius === 'large')
40
+ radius = 'full';
41
+ var sizeTheme = '2';
42
+ if (size === 'small')
43
+ sizeTheme = '1';
44
+ if (size === 'large')
45
+ sizeTheme = '3';
46
+ return (_jsx(Theme, { accentColor: color, scaling: scaling, hasBackground: false, children: _jsx(SliderTheme, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: cn(sliderVariants({ radius: radius }), className) }, sliderProps)) }));
47
+ });
48
+ Slider.displayName = 'Slider';
49
+ export default Slider;
@@ -0,0 +1,47 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import React from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { Spinner as SpinnerTheme, Theme } from '@radix-ui/themes';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import { scalingVariants } from '../../../lib/constants';
29
+ var spinnerVariants = cva('', {
30
+ variants: {
31
+ scaling: __assign({}, scalingVariants),
32
+ },
33
+ defaultVariants: {
34
+ scaling: '100%',
35
+ },
36
+ });
37
+ export var Spinner = React.forwardRef(function (_a, forwardedRef) {
38
+ var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, loading = _a.loading, spinnerProps = __rest(_a, ["className", "children", "size", "scaling", "loading"]);
39
+ var sizeTheme = '2';
40
+ if (size === 'small')
41
+ sizeTheme = '1';
42
+ if (size === 'large')
43
+ sizeTheme = '3';
44
+ return (_jsx(Theme, { hasBackground: false, children: _jsx(SpinnerTheme, __assign({ ref: forwardedRef, loading: loading, size: sizeTheme, className: cn('', spinnerVariants({ scaling: scaling }), className) }, spinnerProps, { children: children })) }));
45
+ });
46
+ Spinner.displayName = 'Spinner';
47
+ export default Spinner;
@@ -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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import React from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { TabNav as TabNavTheme, Theme } from '@radix-ui/themes';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ var tabNavVariants = cva('', {
29
+ variants: {},
30
+ });
31
+ export var Root = React.forwardRef(function (_a, ref) {
32
+ var className = _a.className, children = _a.children, size = _a.size, color = _a.color, rootProps = __rest(_a, ["className", "children", "size", "color"]);
33
+ if (!color)
34
+ color = 'red';
35
+ var sizeTheme = '2';
36
+ if (size === 'small')
37
+ sizeTheme = '1';
38
+ return (_jsx(Theme, { accentColor: color, hasBackground: false, children: _jsx(TabNavTheme.Root, __assign({ ref: ref, size: sizeTheme, className: cn('', tabNavVariants({}), className) }, rootProps, { children: children })) }));
39
+ });
40
+ Root.displayName = 'TabNav.Root';
41
+ export var Link = React.forwardRef(function (_a, ref) {
42
+ var className = _a.className, children = _a.children, href = _a.href, linkProps = __rest(_a, ["className", "children", "href"]);
43
+ return (_jsx(TabNavTheme.Link, __assign({ ref: ref, className: cn('text-slateA-11 data-[state=active]:text-slateA-12 dark:text-slateDarkA-11 dark:data-[state=active]:text-slateDarkA-12', tabNavVariants({}), className), href: href }, linkProps, { children: children })));
44
+ });
45
+ Link.displayName = 'TabNav.Link';
46
+ var TabNav = {
47
+ Root: Root,
48
+ Link: Link,
49
+ };
50
+ export default TabNav;
@@ -0,0 +1,98 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import React from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { Table as TableTheme, Theme } from '@radix-ui/themes';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import { radiusVariants, scalingVariants } from '../../../lib/constants';
29
+ var tableVariants = cva('', {
30
+ variants: {
31
+ scaling: __assign({}, scalingVariants),
32
+ radius: __assign({}, radiusVariants['base']),
33
+ },
34
+ defaultVariants: {
35
+ scaling: '100%',
36
+ },
37
+ });
38
+ var tableRowVariants = cva('', {
39
+ variants: {
40
+ size: {
41
+ small: 'h-[36px]',
42
+ medium: 'h-[44px]',
43
+ large: 'h-[48px] p-3',
44
+ },
45
+ },
46
+ });
47
+ export var Root = React.forwardRef(function (_a, ref) {
48
+ var className = _a.className, children = _a.children, appearance = _a.appearance, scaling = _a.scaling, size = _a.size, radius = _a.radius, tableProps = __rest(_a, ["className", "children", "appearance", "scaling", "size", "radius"]);
49
+ var sizeTheme = '2';
50
+ if (size === 'small')
51
+ sizeTheme = '1';
52
+ if (size === 'large')
53
+ sizeTheme = '3';
54
+ if (radius === 'full')
55
+ radius = 'large';
56
+ return (_jsx(Theme, { hasBackground: false, children: _jsx(TableTheme.Root, __assign({ ref: ref, className: cn('', tableVariants({ scaling: scaling, radius: radius }), className), variant: appearance, size: sizeTheme }, tableProps, { children: children })) }));
57
+ });
58
+ Root.displayName = 'Table.Root';
59
+ export var Header = React.forwardRef(function (_a, forwardedRef) {
60
+ var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
61
+ return (_jsx(TableTheme.Header, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
62
+ });
63
+ Header.displayName = 'Table.Header';
64
+ export var Body = React.forwardRef(function (_a, forwardedRef) {
65
+ var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
66
+ return (_jsx(TableTheme.Body, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
67
+ });
68
+ Body.displayName = 'Table.Body';
69
+ export var Row = React.forwardRef(function (_a, forwardedRef) {
70
+ var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
71
+ return (_jsx(TableTheme.Row, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
72
+ });
73
+ Row.displayName = 'Table.Row';
74
+ export var Cell = React.forwardRef(function (_a, forwardedRef) {
75
+ var className = _a.className, children = _a.children, scaling = _a.scaling, cellProps = __rest(_a, ["className", "children", "scaling"]);
76
+ return (_jsx(TableTheme.Cell, __assign({ className: cn('', tableVariants({ scaling: scaling }), className) }, cellProps, { ref: forwardedRef, children: children })));
77
+ });
78
+ Cell.displayName = 'Table.Cell';
79
+ export var ColumnHeaderCell = React.forwardRef(function (_a, forwardedRef) {
80
+ var className = _a.className, children = _a.children, scaling = _a.scaling, size = _a.size, props = __rest(_a, ["className", "children", "scaling", "size"]);
81
+ return (_jsx(TableTheme.ColumnHeaderCell, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), tableRowVariants({ size: size }), className) }, props, { children: children })));
82
+ });
83
+ ColumnHeaderCell.displayName = 'Table.ColumnHeaderCell';
84
+ export var RowHeaderCell = React.forwardRef(function (_a, forwardedRef) {
85
+ var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
86
+ return (_jsx(TableTheme.RowHeaderCell, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
87
+ });
88
+ RowHeaderCell.displayName = 'Table.RowHeaderCell';
89
+ var Table = {
90
+ Root: Root,
91
+ Header: Header,
92
+ Body: Body,
93
+ Row: Row,
94
+ Cell: Cell,
95
+ ColumnHeaderCell: ColumnHeaderCell,
96
+ RowHeaderCell: RowHeaderCell,
97
+ };
98
+ export default Table;
@@ -0,0 +1,65 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import { Theme, Tabs as TabsTheme } from '@radix-ui/themes';
25
+ import React from 'react';
26
+ import { cn } from '../../../lib/utils/utils';
27
+ import { cva } from 'class-variance-authority';
28
+ import { weightVariants } from '../../../lib/constants';
29
+ var tabsVariants = cva('', {
30
+ variants: {
31
+ weight: __assign({}, weightVariants),
32
+ },
33
+ });
34
+ export var Root = React.forwardRef(function (_a, forwardedRef) {
35
+ var className = _a.className, children = _a.children, color = _a.color, rootProps = __rest(_a, ["className", "children", "color"]);
36
+ if (!color)
37
+ color = 'red';
38
+ return (_jsx(Theme, { accentColor: color, hasBackground: false, children: _jsx(TabsTheme.Root, __assign({}, rootProps, { ref: forwardedRef, className: cn('', className), children: children })) }));
39
+ });
40
+ Root.displayName = 'Tabs.Root';
41
+ export var List = React.forwardRef(function (_a, forwardedRef) {
42
+ var className = _a.className, weight = _a.weight, children = _a.children, size = _a.size, listProps = __rest(_a, ["className", "weight", "children", "size"]);
43
+ var sizeTheme = '2';
44
+ if (size === 'small')
45
+ sizeTheme = '1';
46
+ return (_jsx(TabsTheme.List, __assign({ ref: forwardedRef, size: sizeTheme }, listProps, { className: cn('', className), children: children })));
47
+ });
48
+ List.displayName = 'Tabs.List';
49
+ export var Trigger = React.forwardRef(function (_a, forwardedRef) {
50
+ var className = _a.className, weight = _a.weight, children = _a.children, triggerProps = __rest(_a, ["className", "weight", "children"]);
51
+ return (_jsx(TabsTheme.Trigger, __assign({ ref: forwardedRef, className: cn('text-slateA-11 data-[state=active]:text-slateA-12 dark:text-slateDarkA-11 dark:data-[state=active]:text-slateDarkA-12', className) }, triggerProps, { children: children })));
52
+ });
53
+ Trigger.displayName = 'Tabs.Trigger';
54
+ export var Content = React.forwardRef(function (_a, forwardedRef) {
55
+ var className = _a.className, weight = _a.weight, children = _a.children, contentProps = __rest(_a, ["className", "weight", "children"]);
56
+ return (_jsx(TabsTheme.Content, __assign({ ref: forwardedRef }, contentProps, { className: cn('mt-3', className), children: children })));
57
+ });
58
+ Content.displayName = 'Tabs.Content';
59
+ var Tabs = {
60
+ Root: Root,
61
+ List: List,
62
+ Trigger: Trigger,
63
+ Content: Content,
64
+ };
65
+ export default Tabs;
@@ -0,0 +1,58 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import React from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { TextArea as TextAreaTheme, Theme } from '@radix-ui/themes';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import { radiusVariants, scalingVariants } from '../../../lib/constants';
29
+ var textAreaNavVariants = cva('w-[250px]', {
30
+ variants: {
31
+ size: {
32
+ small: 'text-xs h-[48px]',
33
+ medium: 'text-sm h-[64px]',
34
+ large: 'text-base h-[80px]',
35
+ 'x-large': 'text-lg h-[96px]',
36
+ },
37
+ scaling: __assign({}, scalingVariants),
38
+ radius: __assign({}, radiusVariants['extra-large']),
39
+ },
40
+ defaultVariants: {
41
+ size: 'medium',
42
+ scaling: '100%',
43
+ radius: 'medium',
44
+ },
45
+ });
46
+ export var TextArea = React.forwardRef(function (_a, forwardedRef) {
47
+ var className = _a.className, children = _a.children, size = _a.size, appearance = _a.appearance, scaling = _a.scaling, radius = _a.radius, color = _a.color, textAreaProps = __rest(_a, ["className", "children", "size", "appearance", "scaling", "radius", "color"]);
48
+ var sizeTheme = '2';
49
+ if (size === 'small')
50
+ sizeTheme = '1';
51
+ if (size === 'large')
52
+ sizeTheme = '3';
53
+ if (!color)
54
+ color = 'red';
55
+ return (_jsx(Theme, { hasBackground: false, accentColor: color, children: _jsx(TextAreaTheme, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, className: cn(textAreaNavVariants({ size: size, scaling: scaling, radius: radius }), size === 'x-large' && 'rt-r-size-4', className) }, textAreaProps)) }));
56
+ });
57
+ TextArea.displayName = 'TextArea';
58
+ export default TextArea;
@@ -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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import React from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { cn } from '../../../lib/utils/utils';
27
+ import { bgColorStyle, radiusVariants } from '../../../lib/constants';
28
+ import { Theme, TextField as TextFieldTheme } from '@radix-ui/themes';
29
+ var textFieldVariants = cva('', {
30
+ variants: {
31
+ radius: __assign({}, radiusVariants['base']),
32
+ color: bgColorStyle(),
33
+ },
34
+ });
35
+ export var Root = React.forwardRef(function (_a, forwardedRef) {
36
+ var className = _a.className, color = _a.color, size = _a.size, appearance = _a.appearance, _b = _a.scaling, scaling = _b === void 0 ? '100%' : _b, radius = _a.radius, children = _a.children, sliderProps = __rest(_a, ["className", "color", "size", "appearance", "scaling", "radius", "children"]);
37
+ if (!color)
38
+ color = 'red';
39
+ var sizeTheme = '2';
40
+ if (size === 'small')
41
+ sizeTheme = '1';
42
+ if (size === 'large')
43
+ sizeTheme = '3';
44
+ return (_jsx(Theme, { scaling: scaling, accentColor: color, hasBackground: false, children: _jsx(TextFieldTheme.Root, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: cn(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })) }));
45
+ });
46
+ Root.displayName = 'TextField.Root';
47
+ export var Slot = React.forwardRef(function (_a, forwardedRef) {
48
+ var className = _a.className, color = _a.color, side = _a.side, radius = _a.radius, children = _a.children, sliderProps = __rest(_a, ["className", "color", "side", "radius", "children"]);
49
+ return (_jsx(TextFieldTheme.Slot, __assign({ ref: forwardedRef, color: color, side: side, className: cn(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })));
50
+ });
51
+ Slot.displayName = 'TextField.Slot';
52
+ var TextField = {
53
+ Root: Root,
54
+ Slot: Slot,
55
+ };
56
+ export default TextField;
@@ -0,0 +1,67 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
25
+ import * as ToastPrimitive from '@radix-ui/react-toast';
26
+ import { cva } from 'class-variance-authority';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import Button from '../../../lib/components/Button';
29
+ import { appearanceStyle, radiusVariants, scalingVariants } from '../../../lib/constants';
30
+ import { useToastContext } from './ToastRoot';
31
+ export var toastActionButtonVariants = cva("absolute items-center justify-center", {
32
+ variants: {
33
+ radius: __assign({}, radiusVariants['base']),
34
+ size: {
35
+ small: 'text-xs min-w-[56px] h-[25px] font-normal right-3',
36
+ medium: 'text-xs min-w-[56px] h-[25px] font-normal right-3',
37
+ large: 'text-[15px] min-w-[76px] h-[35px] font-medium right-4',
38
+ 'x-large': 'text-[15px] min-w-[76px] h-[35px] font-medium right-4',
39
+ },
40
+ scaling: __assign({}, scalingVariants),
41
+ },
42
+ defaultVariants: {
43
+ radius: 'medium',
44
+ scaling: '100%',
45
+ size: 'medium',
46
+ },
47
+ });
48
+ export var ToastActionButton = forwardRef(function (_a, ref) {
49
+ var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, _c = _a.altText, altText = _c === void 0 ? 'altText' : _c, props = __rest(_a, ["className", "children", "radius", "appearance", "altText"]);
50
+ var _d = useToastContext(), scaling = _d.scaling, size = _d.size, _e = _d.color, color = _e === void 0 ? 'danger' : _e;
51
+ var semantics = ['danger', 'warning', 'success', 'information'];
52
+ var colorMap = {
53
+ danger: 'red',
54
+ information: 'sky',
55
+ success: 'green',
56
+ warning: 'amber',
57
+ };
58
+ var getSemanticsStyle = function (color) {
59
+ var mappedColor = colorMap[color];
60
+ return mappedColor ? appearanceStyle('outline', mappedColor) : undefined;
61
+ };
62
+ var buttonClassName = cn(toastActionButtonVariants({ size: size, radius: radius, scaling: scaling }), color && semantics.includes(color)
63
+ ? getSemanticsStyle(color)
64
+ : appearanceStyle(appearance, color !== null && color !== void 0 ? color : 'red'), className);
65
+ return (_jsx(ToastPrimitive.Action, __assign({ ref: ref, altText: altText }, props, { className: buttonClassName, asChild: true, children: _jsx(Button, { children: children }) })));
66
+ });
67
+ ToastActionButton.displayName = 'Toast.ActionButton';
@@ -0,0 +1,53 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
25
+ import * as ToastPrimitive from '@radix-ui/react-toast';
26
+ import { cva } from 'class-variance-authority';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import { useToastContext } from './ToastRoot';
29
+ export var toastDescriptionVariants = cva('flex m-0 text-wrap text-slate-11 dark:text-slateDark-11', {
30
+ variants: {
31
+ size: {
32
+ small: 'text-xs font-normal w-[220px]',
33
+ medium: 'text-xs font-normal w-[312px]',
34
+ large: 'text-base font-medium w-[284px]',
35
+ 'x-large': 'text-base font-medium w-[284px]',
36
+ },
37
+ color: {
38
+ danger: 'text-red-11',
39
+ warning: 'text-amber-11',
40
+ success: 'text-green-11',
41
+ information: 'text-sky-11',
42
+ },
43
+ },
44
+ defaultVariants: {
45
+ size: 'medium',
46
+ },
47
+ });
48
+ export var ToastDescription = forwardRef(function (_a, ref) {
49
+ var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
50
+ var _b = useToastContext(), size = _b.size, color = _b.color;
51
+ return (_jsx(ToastPrimitive.Description, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(toastDescriptionVariants({ size: size, color: color }), className), children: contentText !== null && contentText !== void 0 ? contentText : children }) })));
52
+ });
53
+ ToastDescription.displayName = 'Toast.Description';