@lotte-innovate/ui-component-test 0.1.17 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. package/README.md +71 -71
  2. package/dist/globals.css +4 -4
  3. package/dist/lib/components/Accordion/index.d.ts +10 -4
  4. package/dist/lib/components/Accordion/index.js +17 -11
  5. package/dist/lib/components/AlertDialog/AlertDialogAction.js +4 -2
  6. package/dist/lib/components/AlertDialog/AlertDialogCancel.js +9 -5
  7. package/dist/lib/components/AlertDialog/AlertDialogContent.js +4 -2
  8. package/dist/lib/components/AlertDialog/AlertDialogDescription.js +4 -2
  9. package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
  10. package/dist/lib/components/AlertDialog/AlertDialogRoot.js +46 -0
  11. package/dist/lib/components/AlertDialog/AlertDialogTitle.js +4 -2
  12. package/dist/lib/components/AlertDialog/AlertDialogTrigger.js +2 -2
  13. package/dist/lib/components/AlertDialog/index.d.ts +10 -19
  14. package/dist/lib/components/AlertDialog/index.js +15 -35
  15. package/dist/lib/components/Avatar/index.d.ts +3 -0
  16. package/dist/lib/components/Avatar/index.js +3 -2
  17. package/dist/lib/components/BarChart/index.d.ts +5 -3
  18. package/dist/lib/components/BarChart/index.js +12 -1
  19. package/dist/lib/components/BubbleChart/index.d.ts +3 -0
  20. package/dist/lib/components/Callout/CalloutIcon.js +3 -3
  21. package/dist/lib/components/Callout/CalloutRoot.d.ts +18 -0
  22. package/dist/lib/components/Callout/CalloutRoot.js +72 -0
  23. package/dist/lib/components/Callout/CalloutText.js +2 -2
  24. package/dist/lib/components/Callout/index.d.ts +6 -19
  25. package/dist/lib/components/Callout/index.js +7 -73
  26. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.js +2 -2
  27. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +16 -0
  28. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.js +34 -0
  29. package/dist/lib/components/CheckboxGroup/index.d.ts +5 -16
  30. package/dist/lib/components/CheckboxGroup/index.js +3 -34
  31. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +1 -1
  32. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.js +4 -2
  33. package/dist/lib/components/ContextMenu/ContextMenuContent.js +2 -2
  34. package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +1 -1
  35. package/dist/lib/components/ContextMenu/ContextMenuGroup.js +1 -1
  36. package/dist/lib/components/ContextMenu/ContextMenuItem.js +2 -2
  37. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.js +2 -2
  38. package/dist/lib/components/ContextMenu/ContextMenuLabel.js +2 -2
  39. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.js +1 -1
  40. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +1 -1
  41. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.js +5 -2
  42. package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
  43. package/dist/lib/components/ContextMenu/ContextMenuRoot.js +42 -0
  44. package/dist/lib/components/ContextMenu/ContextMenuSeparator.js +1 -1
  45. package/dist/lib/components/ContextMenu/ContextMenuSubContent.js +4 -3
  46. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.js +2 -2
  47. package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +1 -1
  48. package/dist/lib/components/ContextMenu/ContextMenuTrigger.js +2 -2
  49. package/dist/lib/components/ContextMenu/index.d.ts +16 -24
  50. package/dist/lib/components/ContextMenu/index.js +27 -52
  51. package/dist/lib/components/DataList/DataListItem.js +2 -2
  52. package/dist/lib/components/DataList/DataListLabel.js +2 -2
  53. package/dist/lib/components/DataList/DataListRoot.d.ts +14 -0
  54. package/dist/lib/components/DataList/DataListRoot.js +54 -0
  55. package/dist/lib/components/DataList/DataListValue.js +2 -2
  56. package/dist/lib/components/DataList/index.d.ts +7 -16
  57. package/dist/lib/components/DataList/index.js +5 -56
  58. package/dist/lib/components/Dialog/DialogAction.d.ts +0 -2
  59. package/dist/lib/components/Dialog/DialogAction.js +7 -5
  60. package/dist/lib/components/Dialog/DialogCancel.js +5 -3
  61. package/dist/lib/components/Dialog/DialogContent.js +5 -3
  62. package/dist/lib/components/Dialog/DialogDescription.js +5 -3
  63. package/dist/lib/components/Dialog/DialogRoot.d.ts +12 -0
  64. package/dist/lib/components/Dialog/DialogRoot.js +37 -0
  65. package/dist/lib/components/Dialog/DialogSlot.js +5 -3
  66. package/dist/lib/components/Dialog/DialogTitle.js +5 -3
  67. package/dist/lib/components/Dialog/DialogTrigger.js +1 -1
  68. package/dist/lib/components/Dialog/index.d.ts +11 -17
  69. package/dist/lib/components/Dialog/index.js +17 -36
  70. package/dist/lib/components/DoughnutChart/index.js +9 -18
  71. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -5
  72. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +3 -4
  73. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.js +5 -3
  74. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +1 -1
  75. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +7 -4
  76. package/dist/lib/components/DropdownMenu/DropdownMenuContent.js +5 -3
  77. package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +2 -0
  78. package/dist/lib/components/DropdownMenu/DropdownMenuItem.js +5 -3
  79. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +5 -3
  80. package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +0 -1
  81. package/dist/lib/components/DropdownMenu/DropdownMenuLable.js +5 -6
  82. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -2
  83. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.js +8 -6
  84. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +12 -0
  85. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.js +38 -0
  86. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.js +1 -1
  87. package/dist/lib/components/DropdownMenu/DropdownMenuSub.js +1 -1
  88. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +5 -3
  89. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +2 -1
  90. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.js +5 -3
  91. package/dist/lib/components/DropdownMenu/index.d.ts +16 -22
  92. package/dist/lib/components/DropdownMenu/index.js +27 -41
  93. package/dist/lib/components/HoverCard/HoverCardContent.js +5 -3
  94. package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +8 -0
  95. package/dist/lib/components/HoverCard/HoverCardRoot.js +38 -0
  96. package/dist/lib/components/HoverCard/HoverCardTrigger.js +1 -1
  97. package/dist/lib/components/HoverCard/index.d.ts +6 -9
  98. package/dist/lib/components/HoverCard/index.js +7 -31
  99. package/dist/lib/components/LineChart/index.d.ts +87 -0
  100. package/dist/lib/components/LineChart/index.js +58 -0
  101. package/dist/lib/components/Menubar/MenubarCheckboxItem.js +2 -2
  102. package/dist/lib/components/Menubar/MenubarContent.js +2 -2
  103. package/dist/lib/components/Menubar/MenubarItem.js +2 -2
  104. package/dist/lib/components/Menubar/MenubarItemIndicator.js +2 -2
  105. package/dist/lib/components/Menubar/MenubarMenu.js +1 -1
  106. package/dist/lib/components/Menubar/MenubarRadioGroup.js +1 -1
  107. package/dist/lib/components/Menubar/MenubarRadioItem.js +2 -2
  108. package/dist/lib/components/Menubar/MenubarRoot.d.ts +19 -0
  109. package/dist/lib/components/Menubar/MenubarRoot.js +61 -0
  110. package/dist/lib/components/Menubar/MenubarSeparator.js +1 -1
  111. package/dist/lib/components/Menubar/MenubarSub.js +1 -1
  112. package/dist/lib/components/Menubar/MenubarSubContent.js +2 -2
  113. package/dist/lib/components/Menubar/MenubarSubTrigger.js +2 -2
  114. package/dist/lib/components/Menubar/MenubarTrigger.js +2 -2
  115. package/dist/lib/components/Menubar/index.d.ts +16 -30
  116. package/dist/lib/components/Menubar/index.js +27 -71
  117. package/dist/lib/components/NavigationMenu/NavigationMenuContent.js +2 -2
  118. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +1 -1
  119. package/dist/lib/components/NavigationMenu/NavigationMenuItem.js +1 -1
  120. package/dist/lib/components/NavigationMenu/NavigationMenuLink.js +2 -2
  121. package/dist/lib/components/NavigationMenu/NavigationMenuList.js +2 -2
  122. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
  123. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.js +43 -0
  124. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.js +2 -2
  125. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.js +2 -2
  126. package/dist/lib/components/NavigationMenu/index.d.ts +11 -20
  127. package/dist/lib/components/NavigationMenu/index.js +9 -49
  128. package/dist/lib/components/PieChart/index.js +9 -18
  129. package/dist/lib/components/Popover/PopoverClose.js +5 -3
  130. package/dist/lib/components/Popover/PopoverContent.js +5 -3
  131. package/dist/lib/components/Popover/PopoverRoot.d.ts +9 -0
  132. package/dist/lib/components/Popover/PopoverRoot.js +36 -0
  133. package/dist/lib/components/Popover/PopoverTrigger.js +1 -1
  134. package/dist/lib/components/Popover/index.d.ts +7 -11
  135. package/dist/lib/components/Popover/index.js +9 -32
  136. package/dist/lib/components/RadioCards/RadioCardsItem.js +5 -3
  137. package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +14 -0
  138. package/dist/lib/components/RadioCards/RadioCardsRoot.js +46 -0
  139. package/dist/lib/components/RadioCards/index.d.ts +5 -13
  140. package/dist/lib/components/RadioCards/index.js +5 -41
  141. package/dist/lib/components/RadioGroup/RadioGroupItem.js +5 -3
  142. package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +16 -0
  143. package/dist/lib/components/RadioGroup/RadioGroupRoot.js +53 -0
  144. package/dist/lib/components/RadioGroup/index.d.ts +5 -15
  145. package/dist/lib/components/RadioGroup/index.js +5 -49
  146. package/dist/lib/components/SegmentedControl/SegmentedControlItem.js +1 -1
  147. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
  148. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.js +47 -0
  149. package/dist/lib/components/SegmentedControl/index.d.ts +5 -14
  150. package/dist/lib/components/SegmentedControl/index.js +5 -46
  151. package/dist/lib/components/Select/index.d.ts +16 -7
  152. package/dist/lib/components/Select/index.js +23 -14
  153. package/dist/lib/components/TabNav/index.d.ts +6 -2
  154. package/dist/lib/components/TabNav/index.js +9 -5
  155. package/dist/lib/components/Table/index.d.ts +16 -7
  156. package/dist/lib/components/Table/index.js +23 -14
  157. package/dist/lib/components/Tabs/index.d.ts +10 -4
  158. package/dist/lib/components/Tabs/index.js +15 -9
  159. package/dist/lib/components/TextField/index.d.ts +6 -2
  160. package/dist/lib/components/TextField/index.js +8 -4
  161. package/dist/lib/components/Toast/ToastActionButton.js +2 -2
  162. package/dist/lib/components/Toast/ToastDescription.js +2 -2
  163. package/dist/lib/components/Toast/ToastRoot.d.ts +27 -0
  164. package/dist/lib/components/Toast/ToastRoot.js +90 -0
  165. package/dist/lib/components/Toast/ToastTitle.js +2 -2
  166. package/dist/lib/components/Toast/index.d.ts +7 -29
  167. package/dist/lib/components/Toast/index.js +9 -92
  168. package/dist/lib/components/ToggleGroup/{toggleGroupItem.js → ToggleGroupItem.js} +6 -4
  169. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +18 -0
  170. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.js +47 -0
  171. package/dist/lib/components/ToggleGroup/index.d.ts +5 -19
  172. package/dist/lib/components/ToggleGroup/index.js +5 -41
  173. package/dist/lib/components/Tooltip/index.d.ts +3 -3
  174. package/dist/lib/components/Tooltip/index.js +3 -2
  175. package/dist/lib/components/index.d.ts +1 -0
  176. package/dist/lib/components/index.js +1 -0
  177. package/dist/lib/constants.d.ts +0 -9
  178. package/dist/lib/constants.js +0 -7
  179. package/package.json +131 -132
  180. /package/dist/lib/components/ToggleGroup/{toggleGroupItem.d.ts → ToggleGroupItem.d.ts} +0 -0
@@ -26,7 +26,7 @@ import { DataList as DataListTheme } from '@radix-ui/themes';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { cn } from '../../../lib/utils/utils';
28
28
  import { scalingVariants } from '../../../lib/constants';
29
- import { useDataListContext } from '.';
29
+ import { useDataListContext } from './DataListRoot';
30
30
  export var dataListItemVariants = cva('flex', {
31
31
  variants: {
32
32
  scaling: __assign({}, scalingVariants),
@@ -40,4 +40,4 @@ export var DataListItem = forwardRef(function (_a, ref) {
40
40
  var scaling = useDataListContext().scaling;
41
41
  return (_jsx(DataListTheme.Item, __assign({ ref: ref }, props, { className: cn(dataListItemVariants({ scaling: scaling }), className), children: children })));
42
42
  });
43
- DataListItem.displayName = 'DataListItem';
43
+ DataListItem.displayName = 'DataList.Item';
@@ -26,7 +26,7 @@ import { DataList as DataListTheme } from '@radix-ui/themes';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { cn } from '../../../lib/utils/utils';
28
28
  import { weightVariants } from '../../../lib/constants';
29
- import { useDataListContext } from '.';
29
+ import { useDataListContext } from './DataListRoot';
30
30
  export var dataListLabelVariants = cva('text-slateA-11 dark:text-slateDarkA-11 w-[120px] mb-1', {
31
31
  variants: {
32
32
  size: {
@@ -46,4 +46,4 @@ export var DataListLabel = forwardRef(function (_a, ref) {
46
46
  var size = useDataListContext().size;
47
47
  return (_jsx(DataListTheme.Label, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(dataListLabelVariants({ weight: weight, size: size }), className), children: children }) })));
48
48
  });
49
- DataListLabel.displayName = 'DataListLabel';
49
+ DataListLabel.displayName = 'DataList.Label';
@@ -0,0 +1,14 @@
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 interface DataListProps extends VariantProps<typeof dataListVariants>, VariantProps<typeof dataListItemVariants>, VariantProps<typeof dataListValueVariants> {
7
+ orientation?: 'horizontal' | 'vertical';
8
+ }
9
+ export declare const dataListVariants: (props?: ({
10
+ size?: "small" | "medium" | "large" | null | undefined;
11
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
+ export declare const useDataListContext: () => DataListProps;
13
+ export declare const DataListRoot: React.ForwardRefExoticComponent<Omit<DataListTheme.RootProps & React.RefAttributes<HTMLDListElement>, "ref"> & DataListProps & React.RefAttributes<HTMLDListElement>>;
14
+ export default DataListRoot;
@@ -0,0 +1,54 @@
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 { createContext, forwardRef, useContext, useMemo, } from 'react';
25
+ import { DataList as DataListTheme } from '@radix-ui/themes';
26
+ import { cva } from 'class-variance-authority';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ export var dataListVariants = cva('flex flex-col', {
29
+ variants: {
30
+ size: {
31
+ small: 'space-y-3',
32
+ medium: 'space-y-4',
33
+ large: 'space-y-5',
34
+ },
35
+ },
36
+ defaultVariants: {
37
+ size: 'medium',
38
+ },
39
+ });
40
+ var DataListContext = createContext({
41
+ size: 'medium',
42
+ scaling: '100%',
43
+ color: 'black',
44
+ });
45
+ export var useDataListContext = function () {
46
+ return useContext(DataListContext);
47
+ };
48
+ export var DataListRoot = forwardRef(function (_a, ref) {
49
+ var children = _a.children, className = _a.className, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "className", "size", "scaling", "color"]);
50
+ var contextValue = useMemo(function () { return ({ size: size, scaling: scaling, color: color }); }, [size, scaling, color]);
51
+ return (_jsx(DataListContext.Provider, { value: contextValue, children: _jsx(DataListTheme.Root, __assign({ ref: ref }, props, { className: cn(dataListVariants({ size: size }), className), children: children })) }));
52
+ });
53
+ DataListRoot.displayName = 'DataList.Root';
54
+ export default DataListRoot;
@@ -26,7 +26,7 @@ import { DataList as DataListTheme } from '@radix-ui/themes';
26
26
  import { textColorStyle, weightVariants } from '../../../lib/constants';
27
27
  import { cva } from 'class-variance-authority';
28
28
  import { cn } from '../../../lib/utils/utils';
29
- import { useDataListContext } from '.';
29
+ import { useDataListContext } from './DataListRoot';
30
30
  export var dataListValueVariants = cva('text-slate-12 dark:text-slateDark-12 w-[200px]', {
31
31
  variants: {
32
32
  size: {
@@ -48,4 +48,4 @@ export var DataListValue = forwardRef(function (_a, ref) {
48
48
  var _b = useDataListContext(), size = _b.size, color = _b.color;
49
49
  return (_jsx(DataListTheme.Value, __assign({ ref: ref, className: cn(dataListValueVariants({ weight: weight, size: size, color: color }), className) }, props, { children: children })));
50
50
  });
51
- DataListValue.displayName = 'DataListValue';
51
+ DataListValue.displayName = 'DataList.Value';
@@ -1,17 +1,8 @@
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>>;
1
+ /// <reference types="react" />
2
+ declare const DataList: {
3
+ Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/data-list").RootProps & import("react").RefAttributes<HTMLDListElement>, "ref"> & import("./DataListRoot").DataListProps & import("react").RefAttributes<HTMLDListElement>>;
4
+ Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/data-list").ItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./DataListItem").DataListItemProps & import("react").RefAttributes<HTMLDivElement>>;
5
+ Label: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/data-list").LabelProps & import("react").RefAttributes<HTMLElement>, "ref"> & import("./DataListLabel").DataListLabelProps & import("react").RefAttributes<HTMLElement>>;
6
+ Value: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/data-list").ValueProps & import("react").RefAttributes<HTMLElement>, "ref"> & import("./DataListValue").DataListValueProps & import("react").RefAttributes<HTMLElement>>;
7
+ };
17
8
  export default DataList;
@@ -1,57 +1,6 @@
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 { createContext, forwardRef, useContext, } from 'react';
25
- import { DataList as DataListTheme } from '@radix-ui/themes';
26
- import { cva } from 'class-variance-authority';
27
- import { cn } from '../../../lib/utils/utils';
28
- export * from './DataListItem';
29
- export * from './DataListLabel';
30
- export * from './DataListValue';
31
- export var dataListVariants = cva('flex flex-col', {
32
- variants: {
33
- size: {
34
- small: 'space-y-3',
35
- medium: 'space-y-4',
36
- large: 'space-y-5',
37
- },
38
- },
39
- defaultVariants: {
40
- size: 'medium',
41
- },
42
- });
43
- var DataListContext = createContext({
44
- size: 'medium',
45
- scaling: '100%',
46
- color: 'black',
47
- });
48
- export var useDataListContext = function () {
49
- return useContext(DataListContext);
50
- };
51
- export var DataList = forwardRef(function (_a, ref) {
52
- var children = _a.children, className = _a.className, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "className", "size", "scaling", "color"]);
53
- var contextValue = { size: size, scaling: scaling, color: color };
54
- return (_jsx(DataListContext.Provider, { value: contextValue, children: _jsx(DataListTheme.Root, __assign({ ref: ref }, props, { className: cn(dataListVariants({ size: size }), className), children: children })) }));
55
- });
56
- DataList.displayName = 'DataList';
1
+ import { DataListRoot as Root } from './DataListRoot';
2
+ import { DataListItem as Item } from './DataListItem';
3
+ import { DataListLabel as Label } from './DataListLabel';
4
+ import { DataListValue as Value } from './DataListValue';
5
+ var DataList = { Root: Root, Item: Item, Label: Label, Value: Value };
57
6
  export default DataList;
@@ -1,11 +1,9 @@
1
1
  import React from 'react';
2
2
  import { Dialog as DialogTheme } from '@radix-ui/themes';
3
3
  import { VariantProps } from 'class-variance-authority';
4
- import { IAppearance } from '../../../lib/types';
5
4
  export interface DialogActionProps extends VariantProps<typeof dialogActionVariants> {
6
5
  color?: any;
7
6
  size?: any;
8
- appearance?: IAppearance;
9
7
  }
10
8
  export declare const dialogActionVariants: (props?: ({
11
9
  radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
@@ -21,10 +21,11 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
24
+ import { forwardRef, useContext } from 'react';
25
25
  import { Dialog as DialogTheme } from '@radix-ui/themes';
26
26
  import { cva } from 'class-variance-authority';
27
- import { appearanceStyle, primaryColorStyle } from '../../../lib/constants';
27
+ import { primaryColorStyle } from '../../../lib/constants';
28
+ import { DialogContext } from './DialogRoot';
28
29
  import { cn } from '../../../lib/utils/utils';
29
30
  export var dialogActionVariants = cva('rounded-md inline-flex font-medium items-center justify-center px-[15px] hover:cursor-pointer', {
30
31
  variants: {
@@ -50,8 +51,9 @@ export var dialogActionVariants = cva('rounded-md inline-flex font-medium items-
50
51
  },
51
52
  });
52
53
  export var DialogAction = forwardRef(function (_a, ref) {
53
- var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["children", "className", "radius", "size", "color", "appearance"]);
54
- var buttonClassName = cn(dialogActionVariants({ radius: radius, size: size, color: color }), appearanceStyle(appearance, color), className);
54
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
55
+ var _b = useContext(DialogContext), radius = _b.radius, size = _b.size, color = _b.color;
56
+ var buttonClassName = cn(dialogActionVariants({ radius: radius, size: size, color: color }), className);
55
57
  return (_jsx(DialogTheme.Close, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
56
58
  });
57
- DialogAction.displayName = 'DialogAction';
59
+ DialogAction.displayName = 'Dialog.Action';
@@ -21,9 +21,10 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
24
+ import { forwardRef, useContext } from 'react';
25
25
  import { Dialog as DialogTheme } from '@radix-ui/themes';
26
26
  import { cva } from 'class-variance-authority';
27
+ import { DialogContext } from './DialogRoot';
27
28
  import { cn } from '../../../lib/utils/utils';
28
29
  export var dialogCancelVariants = cva("rounded-md font-medium inline-flex justify-center items-center text-slate-11 bg-slate-3 outline-none border-none\n dark:text-slateDark-11 dark:bg-slateDark-3 dark:hover:bg-slateDarkA-4\n active:border-none hover:cursor-pointer hover:bg-slateA-4", {
29
30
  variants: {
@@ -47,7 +48,8 @@ export var dialogCancelVariants = cva("rounded-md font-medium inline-flex justif
47
48
  },
48
49
  });
49
50
  export var DialogCancel = forwardRef(function (_a, ref) {
50
- var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, props = __rest(_a, ["children", "className", "radius", "size"]);
51
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
52
+ var _b = useContext(DialogContext), radius = _b.radius, size = _b.size;
51
53
  return (_jsx(DialogTheme.Close, __assign({ ref: ref, className: cn(dialogCancelVariants({ radius: radius, size: size }), className) }, props, { children: children })));
52
54
  });
53
- DialogCancel.displayName = 'DialogCancel';
55
+ DialogCancel.displayName = 'Dialog.Cancel';
@@ -21,10 +21,11 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
24
+ import { forwardRef, useContext } from 'react';
25
25
  import { cva } from 'class-variance-authority';
26
26
  import { Dialog as DialogTheme } from '@radix-ui/themes';
27
27
  import { scalingVariants } from '../../../lib/constants';
28
+ import { DialogContext } from './DialogRoot';
28
29
  import { cn } from '../../../lib/utils/utils';
29
30
  export var dialogContentVariants = cva("rounded-md focus:outline-none bg-white dark:bg-slateDark-1 \n shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px]", {
30
31
  variants: {
@@ -49,7 +50,8 @@ export var dialogContentVariants = cva("rounded-md focus:outline-none bg-white d
49
50
  },
50
51
  });
51
52
  export var DialogContent = forwardRef(function (_a, forwardedRef) {
52
- var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["children", "className", "radius", "size", "scaling"]);
53
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
54
+ var _b = useContext(DialogContext), radius = _b.radius, size = _b.size, scaling = _b.scaling;
53
55
  return (_jsx(DialogTheme.Content, __assign({ ref: forwardedRef, className: cn(dialogContentVariants({ radius: radius, scaling: scaling, size: size }), className) }, props, { children: children })));
54
56
  });
55
- DialogContent.displayName = 'DialogContent';
57
+ DialogContent.displayName = 'Dialog.Content';
@@ -21,9 +21,10 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
24
+ import { forwardRef, useContext } from 'react';
25
25
  import { cva } from 'class-variance-authority';
26
26
  import { Dialog as DialogTheme } from '@radix-ui/themes';
27
+ import { DialogContext } from './DialogRoot';
27
28
  import { cn } from '../../../lib/utils/utils';
28
29
  export var dialogDescriptionVariants = cva('font-normal text-slate-12 dark:text-slateDark-12', {
29
30
  variants: {
@@ -39,7 +40,8 @@ export var dialogDescriptionVariants = cva('font-normal text-slate-12 dark:text-
39
40
  },
40
41
  });
41
42
  export var DialogDescription = forwardRef(function (_a, ref) {
42
- var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
43
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
44
+ var size = useContext(DialogContext).size;
43
45
  return (_jsx(DialogTheme.Description, __assign({ mb: "4", ref: ref, className: cn(dialogDescriptionVariants({ size: size }), className) }, props, { children: children })));
44
46
  });
45
- DialogDescription.displayName = 'DialogDescription';
47
+ DialogDescription.displayName = 'Dialog.Description';
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { Dialog as DialogTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { dialogContentVariants } from './DialogContent';
5
+ import { dialogTitleVariants } from './DialogTitle';
6
+ import { dialogDescriptionVariants } from './DialogDescription';
7
+ import { dialogActionVariants } from './DialogAction';
8
+ export interface DialogProps extends VariantProps<typeof dialogContentVariants>, VariantProps<typeof dialogTitleVariants>, VariantProps<typeof dialogDescriptionVariants>, VariantProps<typeof dialogActionVariants> {
9
+ color?: any;
10
+ }
11
+ export declare const DialogContext: React.Context<DialogProps>;
12
+ export declare const DialogRoot: React.ForwardRefExoticComponent<DialogTheme.RootProps & DialogProps & React.RefAttributes<never>>;
@@ -0,0 +1,37 @@
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, createContext } from 'react';
25
+ import { Theme, Dialog as DialogTheme } from '@radix-ui/themes';
26
+ export var DialogContext = createContext({
27
+ size: 'medium',
28
+ scaling: '100%',
29
+ color: 'red',
30
+ radius: 'medium',
31
+ });
32
+ export var DialogRoot = forwardRef(function (_a, ref) {
33
+ var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "radius", "size", "scaling", "color"]);
34
+ var contextValue = { radius: radius, size: size, scaling: scaling, color: color };
35
+ return (_jsx(Theme, { accentColor: color, children: _jsx(DialogContext.Provider, { value: contextValue, children: _jsx(DialogTheme.Root, __assign({}, props, { children: children })) }) }));
36
+ });
37
+ DialogRoot.displayName = 'Dialog.Root';
@@ -21,8 +21,9 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
24
+ import { forwardRef, useContext } from 'react';
25
25
  import { cva } from 'class-variance-authority';
26
+ import { DialogContext } from './DialogRoot';
26
27
  import { cn } from '../../../lib/utils/utils';
27
28
  export var dialogSlotVariants = cva('flex flex-col gap-2 font-normal text-slate-12 dark:text-slateDark-12', {
28
29
  variants: {
@@ -38,7 +39,8 @@ export var dialogSlotVariants = cva('flex flex-col gap-2 font-normal text-slate-
38
39
  },
39
40
  });
40
41
  export var DialogSlot = forwardRef(function (_a, ref) {
41
- var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
42
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
43
+ var size = useContext(DialogContext).size;
42
44
  return (_jsx("div", __assign({ ref: ref, className: cn(dialogSlotVariants({ size: size }), className) }, props, { children: children })));
43
45
  });
44
- DialogSlot.displayName = 'DialogSlot';
46
+ DialogSlot.displayName = 'Dialog.Slot';
@@ -21,9 +21,10 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
24
+ import { forwardRef, useContext } from 'react';
25
25
  import { cva } from 'class-variance-authority';
26
26
  import { Dialog as DialogTheme } from '@radix-ui/themes';
27
+ import { DialogContext } from './DialogRoot';
27
28
  import { cn } from '../../../lib/utils/utils';
28
29
  export var dialogTitleVariants = cva('font-bold text-slate-12 dark:text-slateDark-12', {
29
30
  variants: {
@@ -39,7 +40,8 @@ export var dialogTitleVariants = cva('font-bold text-slate-12 dark:text-slateDar
39
40
  },
40
41
  });
41
42
  export var DialogTitle = forwardRef(function (_a, ref) {
42
- var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
43
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
44
+ var size = useContext(DialogContext).size;
43
45
  return (_jsx(DialogTheme.Title, __assign({ ref: ref, className: cn(dialogTitleVariants({ size: size }), className) }, props, { children: children })));
44
46
  });
45
- DialogTitle.displayName = 'DialogTitle';
47
+ DialogTitle.displayName = 'Dialog.Title';
@@ -27,4 +27,4 @@ export var DialogTrigger = forwardRef(function (_a, ref) {
27
27
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
28
28
  return (_jsx(DialogTheme.Trigger, __assign({ ref: ref, className: className }, props, { children: children })));
29
29
  });
30
- DialogTrigger.displayName = 'DialogTrigger';
30
+ DialogTrigger.displayName = 'Dialog.Trigger';
@@ -1,18 +1,12 @@
1
- import React from 'react';
2
- import { Dialog as DialogTheme } from '@radix-ui/themes';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { dialogContentVariants } from './DialogContent';
5
- import { dialogTitleVariants } from './DialogTitle';
6
- import { dialogDescriptionVariants } from './DialogDescription';
7
- export * from './DialogContent';
8
- export * from './DialogTitle';
9
- export * from './DialogDescription';
10
- export * from './DialogSlot';
11
- export * from './DialogTrigger';
12
- export * from './DialogCancel';
13
- export * from './DialogAction';
14
- export interface DialogProps extends VariantProps<typeof dialogContentVariants>, VariantProps<typeof dialogTitleVariants>, VariantProps<typeof dialogDescriptionVariants> {
15
- color?: any;
16
- }
17
- export declare const Dialog: React.ForwardRefExoticComponent<DialogTheme.RootProps & DialogProps & React.RefAttributes<never>>;
1
+ /// <reference types="react" />
2
+ declare const Dialog: {
3
+ Root: import("react").ForwardRefExoticComponent<import("@radix-ui/themes/dist/cjs/components/dialog").RootProps & import("./DialogRoot").DialogProps & import("react").RefAttributes<never>>;
4
+ Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/dialog").TriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
5
+ Content: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/dialog").ContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./DialogContent").DialogContentProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ Title: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/dialog").TitleProps & import("react").RefAttributes<HTMLHeadingElement>, "ref"> & import("./DialogTitle").DialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
7
+ Description: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/dialog").DescriptionProps & import("react").RefAttributes<HTMLParagraphElement>, "ref"> & import("./DialogDescription").DialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
8
+ Slot: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("./DialogSlot").DialogSlotProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ Cancel: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/dialog").CloseProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./DialogCancel").DialogCancelProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ Action: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/dialog").CloseProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./DialogAction").DialogActionProps & import("react").RefAttributes<HTMLButtonElement>>;
11
+ };
18
12
  export default Dialog;
@@ -1,38 +1,19 @@
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);
1
+ import { DialogRoot } from './DialogRoot';
2
+ import { DialogTrigger } from './DialogTrigger';
3
+ import { DialogContent } from './DialogContent';
4
+ import { DialogTitle } from './DialogTitle';
5
+ import { DialogDescription } from './DialogDescription';
6
+ import { DialogSlot } from './DialogSlot';
7
+ import { DialogCancel } from './DialogCancel';
8
+ import { DialogAction } from './DialogAction';
9
+ var Dialog = {
10
+ Root: DialogRoot,
11
+ Trigger: DialogTrigger,
12
+ Content: DialogContent,
13
+ Title: DialogTitle,
14
+ Description: DialogDescription,
15
+ Slot: DialogSlot,
16
+ Cancel: DialogCancel,
17
+ Action: DialogAction,
11
18
  };
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 { Theme, Dialog as DialogTheme } from '@radix-ui/themes';
26
- export * from './DialogContent';
27
- export * from './DialogTitle';
28
- export * from './DialogDescription';
29
- export * from './DialogSlot';
30
- export * from './DialogTrigger';
31
- export * from './DialogCancel';
32
- export * from './DialogAction';
33
- export var Dialog = forwardRef(function (_a, ref) {
34
- var children = _a.children, color = _a.color, props = __rest(_a, ["children", "color"]);
35
- return (_jsx(Theme, { accentColor: color, children: _jsx(DialogTheme.Root, __assign({}, props, { children: children })) }));
36
- });
37
- Dialog.displayName = 'Dialog';
38
19
  export default Dialog;
@@ -42,26 +42,17 @@ var doughnutVariants = cva('', {
42
42
  });
43
43
  var DoughnutChart = function (_a) {
44
44
  var labels = _a.labels, datasets = _a.datasets, scaling = _a.scaling, className = _a.className, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.isColorMixed, isColorMixed = _c === void 0 ? true : _c, rest = __rest(_a, ["labels", "datasets", "scaling", "className", "appearance", "isColorMixed"]);
45
- if (appearance === 'solid') {
46
- if (isColorMixed) {
47
- datasets[0].backgroundColor = chartColorList.mixed;
48
- datasets[0].borderColor = chartColorList.mixed;
45
+ var getChartColor = function (isColorMixed, appearance) {
46
+ if (appearance === 'solid') {
47
+ return isColorMixed ? chartColorList.mixed : chartColorList.sorting;
49
48
  }
50
- else {
51
- datasets[0].backgroundColor = chartColorList.sorting;
52
- datasets[0].borderColor = chartColorList.sorting;
49
+ if (appearance === 'soft') {
50
+ return isColorMixed ? chartAlphaColorList.mixed : chartAlphaColorList.sorting;
53
51
  }
54
- }
55
- if (appearance === 'soft') {
56
- if (isColorMixed) {
57
- datasets[0].backgroundColor = chartAlphaColorList.mixed;
58
- datasets[0].borderColor = chartColorList.mixed;
59
- }
60
- else {
61
- datasets[0].backgroundColor = chartAlphaColorList.sorting;
62
- datasets[0].borderColor = chartColorList.sorting;
63
- }
64
- }
52
+ };
53
+ datasets.forEach(function (dataset, index) {
54
+ datasets[index] = __assign(__assign({}, dataset), { backgroundColor: getChartColor(isColorMixed, appearance), borderColor: getChartColor(isColorMixed, 'solid') });
55
+ });
65
56
  return (_jsx(Doughnut, __assign({ data: { labels: labels, datasets: datasets }, className: cn(doughnutVariants({ scaling: scaling }), className) }, rest)));
66
57
  };
67
58
  export default DoughnutChart;
@@ -1,8 +1,3 @@
1
1
  import React from 'react';
2
2
  import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
3
- type RadioContextType = {
4
- selectedValue: string;
5
- };
6
- export declare const RadioContext: React.Context<RadioContextType>;
7
3
  export declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
- export {};
@@ -21,11 +21,10 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { createContext, forwardRef } from 'react';
24
+ import React, { forwardRef, Children } from 'react';
25
25
  import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
26
- export var RadioContext = createContext({ selectedValue: '' });
27
26
  export var DropdownMenuRadioGroup = forwardRef(function (_a, ref) {
28
27
  var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
29
- return (_jsx(DropdownMenuPrimitive.RadioGroup, __assign({ ref: ref, className: className }, props, { children: _jsx(RadioContext.Provider, { value: { selectedValue: value !== null && value !== void 0 ? value : '' }, children: children }) })));
28
+ return (_jsx(DropdownMenuPrimitive.RadioGroup, __assign({ ref: ref, className: className }, props, { children: Children.map(children, function (child) { return React.cloneElement(child, { selectedValue: value }); }) })));
30
29
  });
31
- DropdownMenuRadioGroup.displayName = 'DropdownMenuRadioGroup';
30
+ DropdownMenuRadioGroup.displayName = 'DropdownMenu.RadioGroup';
@@ -21,10 +21,11 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
24
+ import { forwardRef, useContext } from 'react';
25
25
  import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { scalingVariants } from '../../../lib/constants';
28
+ import { DropdownMenuContext } from './DropdownMenuRoot';
28
29
  import { cn } from '../../../lib/utils/utils';
29
30
  export var dropdownMenuSubContentVariants = 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
31
  variants: {
@@ -48,11 +49,12 @@ export var dropdownMenuSubContentVariants = cva("p-[5px] bg-white dark:bg-slateD
48
49
  },
49
50
  });
50
51
  export var DropdownMenuSubContent = forwardRef(function (_a, ref) {
51
- var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, size = _a.size, props = __rest(_a, ["className", "children", "radius", "scaling", "size"]);
52
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
53
+ var _b = useContext(DropdownMenuContext), radius = _b.radius, scaling = _b.scaling, size = _b.size;
52
54
  return (_jsx(DropdownMenuPrimitive.Portal, { children: _jsx(DropdownMenuPrimitive.SubContent, __assign({ ref: ref, className: cn(dropdownMenuSubContentVariants({
53
55
  radius: radius,
54
56
  size: size,
55
57
  scaling: scaling,
56
58
  }), className), sideOffset: 2, alignOffset: -5 }, props, { children: children })) }));
57
59
  });
58
- DropdownMenuSubContent.displayName = 'DropdownMenuSubContent';
60
+ DropdownMenuSubContent.displayName = 'DropdownMenu.SubContent';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
3
- import { DropdownMenuItemProps } from '.';
3
+ import { DropdownMenuItemProps } from './DropdownMenuItem';
4
4
  export interface DropdownMenuCheckboxItemProps {
5
5
  shortcut?: string;
6
6
  }