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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -9,8 +9,14 @@ export interface AccordionProps extends React.InputHTMLAttributes<HTMLInputEleme
9
9
  declare const accoridanVariants: (props?: ({
10
10
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
11
11
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
- export declare const Accordion: React.ForwardRefExoticComponent<((Omit<AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & AccordionProps) & React.RefAttributes<HTMLDivElement>>;
13
- export declare const AccordionItem: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
14
- export declare const AccordionTrigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLButtonElement>>;
15
- export declare const AccordionContent: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
12
+ export declare const Root: React.ForwardRefExoticComponent<((Omit<AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & AccordionProps) & React.RefAttributes<HTMLDivElement>>;
13
+ export declare const Item: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
14
+ export declare const Trigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLButtonElement>>;
15
+ export declare const Content: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
16
+ declare const Accordion: {
17
+ Root: React.ForwardRefExoticComponent<((Omit<AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & AccordionProps) & React.RefAttributes<HTMLDivElement>>;
18
+ Item: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
19
+ Trigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLButtonElement>>;
20
+ Content: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
21
+ };
16
22
  export default Accordion;
@@ -35,24 +35,30 @@ var accoridanVariants = cva('', {
35
35
  scaling: '100%',
36
36
  },
37
37
  });
38
- export var Accordion = React.forwardRef(function (_a, forwardedRef) {
38
+ export var Root = React.forwardRef(function (_a, forwardedRef) {
39
39
  var className = _a.className, children = _a.children, scaling = _a.scaling, rootProps = __rest(_a, ["className", "children", "scaling"]);
40
40
  return (_jsx(AccordionPrimitive.Root, __assign({ className: cn('w-[280px] rounded-md border border-slateA-4 dark:border-slateDarkA-4', accoridanVariants({ scaling: scaling }), className) }, rootProps, { ref: forwardedRef, children: children })));
41
41
  });
42
- Accordion.displayName = 'AccordionRoot';
43
- export var AccordionItem = React.forwardRef(function (_a, forwardedRef) {
42
+ Root.displayName = 'Accordion.Root';
43
+ export var Item = React.forwardRef(function (_a, forwardedRef) {
44
44
  var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
45
- return (_jsx(AccordionPrimitive.Item, __assign({}, rootProps, { ref: forwardedRef, className: cn('w-[278px] mt-px overflow-hidden first:mt-0 first:rounded-t last:rounded-b ', className), children: children })));
45
+ return (_jsx(AccordionPrimitive.Item, __assign({}, rootProps, { ref: forwardedRef, className: cn('mt-px w-[278px] overflow-hidden first:mt-0 first:rounded-t last:rounded-b', className), children: children })));
46
46
  });
47
- AccordionItem.displayName = 'AccordionItem';
48
- export var AccordionTrigger = React.forwardRef(function (_a, forwardedRef) {
47
+ Item.displayName = 'Accordion.Item';
48
+ export var Trigger = React.forwardRef(function (_a, forwardedRef) {
49
49
  var className = _a.className, children = _a.children, _b = _a.color, color = _b === void 0 ? 'red' : _b, rootProps = __rest(_a, ["className", "children", "color"]);
50
- return (_jsx(AccordionPrimitive.Header, __assign({}, rootProps, { className: cn('flex', className), children: _jsxs(AccordionPrimitive.Trigger, __assign({}, rootProps, { ref: forwardedRef, className: cn(" w-[278px] group flex h-[44px] cursor-default items-center justify-between py-[10px] px-[20px] text-base font-normal ", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:dark:bg-slateDarkA-3 disabled:text-slateA-3 disabled:dark:text-slateDarkA-8", className), children: [children, _jsx(ChevronDownIcon, { className: "ease-[cubic-bezier(0.87,_0,_0.13,_1)] transition-transform duration-300 group-data-[state=open]:rotate-180", "aria-hidden": true })] })) })));
50
+ return (_jsx(AccordionPrimitive.Header, __assign({}, rootProps, { className: cn('flex', className), children: _jsxs(AccordionPrimitive.Trigger, __assign({}, rootProps, { ref: forwardedRef, className: cn("group flex h-[44px] w-[278px] cursor-default items-center justify-between px-[20px] py-[10px] text-base font-normal", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:text-slateA-8 disabled:dark:bg-slateDarkA-3 disabled:dark:text-slateDarkA-8", className), children: [children, _jsx(ChevronDownIcon, { className: "transition-transform duration-300 ease-[cubic-bezier(0.87,_0,_0.13,_1)] group-data-[state=open]:rotate-180", "aria-hidden": true })] })) })));
51
51
  });
52
- AccordionTrigger.displayName = 'AccordionTrigger';
53
- export var AccordionContent = React.forwardRef(function (_a, forwardedRef) {
52
+ Trigger.displayName = 'Accordion.Trigger';
53
+ export var Content = React.forwardRef(function (_a, forwardedRef) {
54
54
  var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
55
- return (_jsx(AccordionPrimitive.Content, __assign({}, rootProps, { ref: forwardedRef, className: cn('w-[278px] max-h-[800px] bg-slateA-2 dark:bg-slateDarkA-2 border-t border-t-slateA-4 dark:border-t-slateDarkA-4 text-slateA-11 dark:text-slateDarkA-11 data-[state=open]:animate-slideDown data-[state=closed]:animate-slideUp overflow-hidden text-[16px]', className), children: _jsx("div", { className: "px-[20px] py-[15px] text-base font-normal h-auto max-h-[1000px] overflow-y-auto", children: children }) })));
55
+ return (_jsx(AccordionPrimitive.Content, __assign({}, rootProps, { ref: forwardedRef, className: cn('max-h-[800px] w-[278px] overflow-hidden border-t border-t-slateA-4 bg-slateA-2 text-[16px] text-slateA-11 data-[state=closed]:animate-slideUp data-[state=open]:animate-slideDown dark:border-t-slateDarkA-4 dark:bg-slateDarkA-2 dark:text-slateDarkA-11', className), children: _jsx("div", { className: "h-auto max-h-[1000px] overflow-y-auto px-[20px] py-[15px] text-base font-normal", children: children }) })));
56
56
  });
57
- AccordionContent.displayName = 'AccordionContent';
57
+ Content.displayName = 'Accordion.Content';
58
+ var Accordion = {
59
+ Root: Root,
60
+ Item: Item,
61
+ Trigger: Trigger,
62
+ Content: Content,
63
+ };
58
64
  export default Accordion;
@@ -26,6 +26,7 @@ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { cn } from '../../../lib/utils/utils';
28
28
  import { appearanceStyle, primaryColorStyle, weightVariants } from '../../../lib/constants';
29
+ import { useAlertDialogContext } from './AlertDialogRoot';
29
30
  export var alertDialogActionVariants = cva("inline-flex items-center justify-center px-[15px] outline-none focus:shadow-[0_0_0_2px] font-normal", {
30
31
  variants: {
31
32
  radius: {
@@ -52,8 +53,9 @@ export var alertDialogActionVariants = cva("inline-flex items-center justify-cen
52
53
  },
53
54
  });
54
55
  export var AlertDialogAction = forwardRef(function (_a, ref) {
55
- var className = _a.className, children = _a.children, radius = _a.radius, weight = _a.weight, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "weight", "size", "color", "appearance"]);
56
+ var className = _a.className, children = _a.children, weight = _a.weight, props = __rest(_a, ["className", "children", "weight"]);
57
+ var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
56
58
  var buttonClassName = cn(alertDialogActionVariants({ radius: radius, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
57
59
  return (_jsx(AlertDialogPrimitive.Action, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
58
60
  });
59
- AlertDialogAction.displayName = 'AlertDialogAction';
61
+ AlertDialogAction.displayName = 'AlertDialog.Action';
@@ -25,8 +25,9 @@ import { forwardRef } from 'react';
25
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { cn } from '../../../lib/utils/utils';
28
- import { weightVariants } from '../../../lib/constants';
29
- export var alertDialogCancelVariants = cva("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", {
28
+ import { appearanceStyle, weightVariants } from '../../../lib/constants';
29
+ import { useAlertDialogContext } from './AlertDialogRoot';
30
+ export var alertDialogCancelVariants = cva("inline-flex justify-center items-center outline-none", {
30
31
  variants: {
31
32
  radius: {
32
33
  none: 'rounded-none',
@@ -50,7 +51,10 @@ export var alertDialogCancelVariants = cva("inline-flex justify-center items-cen
50
51
  },
51
52
  });
52
53
  export var AlertDialogCancel = forwardRef(function (_a, ref) {
53
- var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, weight = _a.weight, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, props = __rest(_a, ["className", "children", "radius", "size", "weight", "appearance"]);
54
- return (_jsx(AlertDialogPrimitive.Cancel, __assign({ ref: ref }, props, { className: cn(alertDialogCancelVariants({ radius: radius, size: size, weight: weight }), className), children: children })));
54
+ var className = _a.className, children = _a.children, weight = _a.weight, props = __rest(_a, ["className", "children", "weight"]);
55
+ var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, _c = _b.appearance, appearance = _c === void 0 ? 'solid' : _c;
56
+ var disabledButtonStyle = "border-none text-slate-11 bg-slate-3 \n active:bg-slate-4 active:border-none hover:cursor-pointer hover:bg-slateA-4\n dark:text-slateDark-11 dark:bg-slateDark-3 dark:hover:bg-slateDarkA-4";
57
+ var buttonClassName = cn(alertDialogCancelVariants({ radius: radius, size: size, weight: weight }), appearanceStyle(appearance, 'slate'), disabledButtonStyle, className);
58
+ return (_jsx(AlertDialogPrimitive.Cancel, __assign({ ref: ref }, props, { className: buttonClassName, children: children })));
55
59
  });
56
- AlertDialogCancel.displayName = 'AlertDialogCancel';
60
+ AlertDialogCancel.displayName = 'AlertDialog.Cancel';
@@ -26,6 +26,7 @@ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { cn } from '../../../lib/utils/utils';
28
28
  import { radiusVariants, scalingVariants } from '../../../lib/constants';
29
+ import { useAlertDialogContext } from './AlertDialogRoot';
29
30
  export var alertDialogContentVariants = cva("fixed max-h-[85vh] top-[50%] left-[50%] focus:outline-none\n translate-x-[-50%] translate-y-[-50%] data-[state=open]:animate-contentShow 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: {
31
32
  size: {
@@ -43,7 +44,8 @@ export var alertDialogContentVariants = cva("fixed max-h-[85vh] top-[50%] left-[
43
44
  },
44
45
  });
45
46
  export var AlertDialogContent = forwardRef(function (_a, ref) {
46
- var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["className", "children", "radius", "size", "scaling"]);
47
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
48
+ var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, scaling = _b.scaling;
47
49
  return (_jsxs(AlertDialogPrimitive.Portal, { children: [_jsx(AlertDialogPrimitive.Overlay, { className: "fixed data-[state=open]:animate-overlayShow inset-0" }), _jsx(AlertDialogPrimitive.Content, __assign({ className: cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className), ref: ref }, props, { children: children }))] }));
48
50
  });
49
- AlertDialogContent.displayName = 'AlertDialogContent';
51
+ AlertDialogContent.displayName = 'AlertDialog.Content';
@@ -25,6 +25,7 @@ import { forwardRef } from 'react';
25
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { cn } from '../../../lib/utils/utils';
28
+ import { useAlertDialogContext } from './AlertDialogRoot';
28
29
  export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDark-12 font-normal", {
29
30
  variants: {
30
31
  size: {
@@ -39,7 +40,8 @@ export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDa
39
40
  },
40
41
  });
41
42
  export var AlertDialogDescription = forwardRef(function (_a, ref) {
42
- var className = _a.className, children = _a.children, size = _a.size, contentText = _a.contentText, props = __rest(_a, ["className", "children", "size", "contentText"]);
43
+ var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
44
+ var size = useAlertDialogContext().size;
43
45
  return (_jsx(AlertDialogPrimitive.Description, __assign({ className: cn(alertDialogDescriptionVariants({ size: size }), className), ref: ref }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
44
46
  });
45
- AlertDialogDescription.displayName = 'AlertDialogDescription';
47
+ AlertDialogDescription.displayName = 'AlertDialog.Description';
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { IAppearance, IColor } from '../../../lib/types';
5
+ import { alertDialogContentVariants } from './AlertDialogContent';
6
+ import { alertDialogTitleVariants } from './AlertDialogTitle';
7
+ import { alertDialogDescriptionVariants } from './AlertDialogDescription';
8
+ import { alertDialogActionVariants } from './AlertDialogAction';
9
+ export interface AlertDialogProps extends VariantProps<typeof alertDialogContentVariants>, VariantProps<typeof alertDialogTitleVariants>, VariantProps<typeof alertDialogDescriptionVariants>, VariantProps<typeof alertDialogActionVariants> {
10
+ titleText?: string;
11
+ contentText?: string;
12
+ color?: IColor;
13
+ appearance?: IAppearance;
14
+ }
15
+ export declare const useAlertDialogContext: () => AlertDialogProps;
16
+ export declare const AlertDialogRoot: React.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogProps & AlertDialogProps & React.RefAttributes<never>>;
@@ -0,0 +1,46 @@
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, useContext, useMemo, } from 'react';
25
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
+ var AlertDialogContext = createContext({
27
+ size: 'medium',
28
+ scaling: '100%',
29
+ color: 'red',
30
+ radius: 'medium',
31
+ appearance: 'solid',
32
+ });
33
+ export var useAlertDialogContext = function () {
34
+ return useContext(AlertDialogContext);
35
+ };
36
+ export var AlertDialogRoot = forwardRef(function (_a, ref) {
37
+ var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "radius", "size", "scaling", "color"]);
38
+ var contextValue = useMemo(function () { return ({
39
+ radius: radius,
40
+ size: size,
41
+ scaling: scaling,
42
+ color: color,
43
+ }); }, [radius, size, scaling, color]);
44
+ return (_jsx(AlertDialogContext.Provider, { value: contextValue, children: _jsx("div", { ref: ref, children: _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children })) }) }));
45
+ });
46
+ AlertDialogRoot.displayName = 'AlertDialog.Root';
@@ -25,6 +25,7 @@ import { forwardRef } from 'react';
25
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
26
  import { cva } from 'class-variance-authority';
27
27
  import { cn } from '../../../lib/utils/utils';
28
+ import { useAlertDialogContext } from './AlertDialogRoot';
28
29
  export var alertDialogTitleVariants = cva("m-0 text-slate-12 dark:text-slateDark-12 font-bold", {
29
30
  variants: {
30
31
  size: {
@@ -39,7 +40,8 @@ export var alertDialogTitleVariants = cva("m-0 text-slate-12 dark:text-slateDark
39
40
  },
40
41
  });
41
42
  export var AlertDialogTitle = forwardRef(function (_a, ref) {
42
- var className = _a.className, children = _a.children, size = _a.size, titleText = _a.titleText, props = __rest(_a, ["className", "children", "size", "titleText"]);
43
+ var className = _a.className, children = _a.children, titleText = _a.titleText, props = __rest(_a, ["className", "children", "titleText"]);
44
+ var size = useAlertDialogContext().size;
43
45
  return (_jsx(AlertDialogPrimitive.Title, __assign({ className: cn(alertDialogTitleVariants({ size: size }), className), ref: ref }, props, { children: titleText !== null && titleText !== void 0 ? titleText : children })));
44
46
  });
45
- AlertDialogTitle.displayName = 'AlertDialogTitle';
47
+ AlertDialogTitle.displayName = 'AlertDialog.Title';
@@ -24,8 +24,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import { forwardRef } from 'react';
25
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
26
  import { cva } from 'class-variance-authority';
27
- import { radiusVariants, scalingVariants, weightVariants, primaryColorStyle, appearanceStyle, } from '../../../lib/constants';
28
27
  import { cn } from '../../../lib/utils/utils';
28
+ import { radiusVariants, scalingVariants, weightVariants, primaryColorStyle, appearanceStyle, } from '../../../lib/constants';
29
29
  var buttonVariants = cva("inline-flex items-center transition-colors focus:outline-none hover:cursor-pointer\n disabled:cursor-not-allowed disabled:bg-slate-3 disabled:text-slate-8", {
30
30
  variants: {
31
31
  radius: __assign({}, radiusVariants['base']),
@@ -52,4 +52,4 @@ export var AlertDialogTrigger = forwardRef(function (_a, ref) {
52
52
  var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
53
53
  return (_jsx(AlertDialogPrimitive.Trigger, __assign({ asChild: true, ref: ref, className: buttonClassName }, props, { children: children })));
54
54
  });
55
- AlertDialogTrigger.displayName = 'AlertDialogTrigger';
55
+ AlertDialogTrigger.displayName = 'AlertDialog.Trigger';
@@ -1,20 +1,11 @@
1
- import React from 'react';
2
- import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { alertDialogContentVariants } from './AlertDialogContent';
5
- import { alertDialogTitleVariants } from './AlertDialogTitle';
6
- import { alertDialogDescriptionVariants } from './AlertDialogDescription';
7
- import { IColor } from '../../../lib/types';
8
- export * from './AlertDialogTrigger';
9
- export * from './AlertDialogContent';
10
- export * from './AlertDialogTitle';
11
- export * from './AlertDialogDescription';
12
- export * from './AlertDialogCancel';
13
- export * from './AlertDialogAction';
14
- export interface AlertDialogProps extends VariantProps<typeof alertDialogContentVariants>, VariantProps<typeof alertDialogTitleVariants>, VariantProps<typeof alertDialogDescriptionVariants> {
15
- titleText?: string;
16
- contentText?: string;
17
- color?: IColor;
18
- }
19
- export declare const AlertDialog: React.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogProps & AlertDialogProps & React.RefAttributes<never>>;
1
+ /// <reference types="react" />
2
+ declare const AlertDialog: {
3
+ Root: import("react").ForwardRefExoticComponent<import("@radix-ui/react-alert-dialog").AlertDialogProps & import("./AlertDialogRoot").AlertDialogProps & import("react").RefAttributes<never>>;
4
+ Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./AlertDialogTrigger").ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
5
+ Content: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./AlertDialogContent").AlertDialogContentProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ Title: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>, "ref"> & import("./AlertDialogTitle").AlertDialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
7
+ Description: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>, "ref"> & import("./AlertDialogDescription").AlertDialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
8
+ Cancel: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogCancelProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./AlertDialogCancel").AlertDialogCancelProps & import("react").RefAttributes<HTMLButtonElement>>;
9
+ Action: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogActionProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./AlertDialogAction").AlertDialogActionProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ };
20
11
  export default AlertDialog;
@@ -1,37 +1,17 @@
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 { AlertDialogRoot as Root } from './AlertDialogRoot';
2
+ import { AlertDialogTrigger as Trigger } from './AlertDialogTrigger';
3
+ import { AlertDialogContent as Content } from './AlertDialogContent';
4
+ import { AlertDialogTitle as Title } from './AlertDialogTitle';
5
+ import { AlertDialogDescription as Description } from './AlertDialogDescription';
6
+ import { AlertDialogCancel as Cancel } from './AlertDialogCancel';
7
+ import { AlertDialogAction as Action } from './AlertDialogAction';
8
+ var AlertDialog = {
9
+ Root: Root,
10
+ Trigger: Trigger,
11
+ Content: Content,
12
+ Title: Title,
13
+ Description: Description,
14
+ Cancel: Cancel,
15
+ Action: Action
11
16
  };
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 AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
26
- export * from './AlertDialogTrigger';
27
- export * from './AlertDialogContent';
28
- export * from './AlertDialogTitle';
29
- export * from './AlertDialogDescription';
30
- export * from './AlertDialogCancel';
31
- export * from './AlertDialogAction';
32
- export var AlertDialog = forwardRef(function (_a, ref) {
33
- var children = _a.children, props = __rest(_a, ["children"]);
34
- return (_jsx("div", { ref: ref, children: _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children })) }));
35
- });
36
- AlertDialog.displayName = 'AlertDialog';
37
17
  export default AlertDialog;
@@ -6,6 +6,9 @@ export interface AvatarProps extends VariantProps<typeof AvatarVariants> {
6
6
  fallbackText?: string;
7
7
  appearance?: 'solid' | 'soft';
8
8
  fallbackClassName?: string;
9
+ ariaLabel?: string;
10
+ ariaLabelledby?: string;
11
+ title?: string;
9
12
  }
10
13
  declare const AvatarVariants: (props?: ({
11
14
  radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
@@ -50,8 +50,9 @@ var AvatarVariants = cva('font-medium', {
50
50
  },
51
51
  });
52
52
  var Avatar = forwardRef(function (_a, ref) {
53
- var className = _a.className, fallbackClassName = _a.fallbackClassName, radius = _a.radius, scaling = _a.scaling, size = _a.size, fallbackText = _a.fallbackText, imagePath = _a.imagePath, alt = _a.alt, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, props = __rest(_a, ["className", "fallbackClassName", "radius", "scaling", "size", "fallbackText", "imagePath", "alt", "appearance", "color"]);
54
- return (_jsxs(AvatarPrimitive.Root, __assign({ className: cn("inline-flex select-none items-center justify-center overflow-hidden align-middle", AvatarVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, color, false), className) }, props, { ref: ref, children: [_jsx(AvatarPrimitive.Image, { className: "h-full w-full object-cover border-none", src: imagePath, alt: alt }), _jsx(AvatarPrimitive.Fallback, { className: cn("leading-1 flex h-full w-full items-center justify-center", className), delayMs: 300, children: fallbackText })] })));
53
+ var className = _a.className, fallbackClassName = _a.fallbackClassName, radius = _a.radius, scaling = _a.scaling, size = _a.size, fallbackText = _a.fallbackText, imagePath = _a.imagePath, alt = _a.alt, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, ariaLabel = _a.ariaLabel, ariaLabelledby = _a.ariaLabelledby, title = _a.title, props = __rest(_a, ["className", "fallbackClassName", "radius", "scaling", "size", "fallbackText", "imagePath", "alt", "appearance", "color", "ariaLabel", "ariaLabelledby", "title"]);
54
+ var imgAltText = alt || ariaLabel || fallbackText || 'Avatar Image';
55
+ return (_jsxs(AvatarPrimitive.Root, __assign({ className: cn("inline-flex select-none items-center justify-center overflow-hidden align-middle", AvatarVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, color, false), className) }, props, { ref: ref, role: "img", "aria-label": ariaLabel || imgAltText, "aria-labelledby": ariaLabelledby, title: title || imgAltText, tabIndex: 0, children: [_jsx(AvatarPrimitive.Image, { className: "h-full w-full object-cover border-none", src: imagePath, alt: imgAltText, title: title || imgAltText }), _jsx(AvatarPrimitive.Fallback, { className: cn("leading-1 flex h-full w-full items-center justify-center", className), delayMs: 300, "aria-hidden": "true", children: fallbackText })] })));
55
56
  });
56
57
  Avatar.displayName = 'Avatar';
57
58
  export default Avatar;
@@ -8,6 +8,8 @@ export interface BorderRadius {
8
8
  }
9
9
  export interface BarChartProps extends VariantProps<typeof barChartVariants> {
10
10
  labels?: string[];
11
+ isColorMixed?: boolean;
12
+ appearance?: 'solid' | 'soft';
11
13
  title?: {
12
14
  text?: string | string[];
13
15
  display?: boolean;
@@ -54,8 +56,8 @@ export interface BarChartProps extends VariantProps<typeof barChartVariants> {
54
56
  y: number;
55
57
  r: number;
56
58
  }[];
57
- backgroundColor?: string;
58
- borderColor?: string;
59
+ backgroundColor?: string[];
60
+ borderColor?: string[];
59
61
  borderWidth?: number;
60
62
  hoverBackgroundColor?: string;
61
63
  hoverBorderColor?: string;
@@ -73,7 +75,7 @@ declare const barChartVariants: (props?: ({
73
75
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
74
76
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
75
77
  export declare const BarChart: {
76
- ({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, ...props }: BarChartProps): import("react/jsx-runtime").JSX.Element;
78
+ ({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, isColorMixed, ...props }: BarChartProps): import("react/jsx-runtime").JSX.Element;
77
79
  displayName: string;
78
80
  };
79
81
  export {};
@@ -26,6 +26,7 @@ import { Chart as ChartJS, CategoryScale, LinearScale, BarElement, Tooltip, Lege
26
26
  import { scalingVariants } from '../../../lib/constants';
27
27
  import { cva } from 'class-variance-authority';
28
28
  import { cn } from '../../../lib/utils/utils';
29
+ import { chartAlphaColorList, chartColorList } from '../../../lib/color/constants';
29
30
  ChartJS.register(CategoryScale, LinearScale, BarElement, Tooltip, Legend);
30
31
  var barChartVariants = cva('', {
31
32
  variants: {
@@ -36,7 +37,17 @@ var barChartVariants = cva('', {
36
37
  },
37
38
  });
38
39
  export var BarChart = function (_a) {
39
- var className = _a.className, title = _a.title, datasets = _a.datasets, labels = _a.labels, scaling = _a.scaling, legend = _a.legend, width = _a.width, height = _a.height, indexAxis = _a.indexAxis, props = __rest(_a, ["className", "title", "datasets", "labels", "scaling", "legend", "width", "height", "indexAxis"]);
40
+ var className = _a.className, title = _a.title, datasets = _a.datasets, labels = _a.labels, scaling = _a.scaling, legend = _a.legend, width = _a.width, height = _a.height, indexAxis = _a.indexAxis, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.isColorMixed, isColorMixed = _c === void 0 ? true : _c, props = __rest(_a, ["className", "title", "datasets", "labels", "scaling", "legend", "width", "height", "indexAxis", "appearance", "isColorMixed"]);
41
+ datasets.forEach(function (dataset, index) {
42
+ if (!dataset.backgroundColor) {
43
+ if (isColorMixed) {
44
+ datasets[index] = __assign(__assign({}, dataset), { backgroundColor: appearance === 'solid' ? chartColorList.mixed : chartAlphaColorList.mixed, borderColor: chartColorList.mixed });
45
+ }
46
+ else {
47
+ datasets[index] = __assign(__assign({}, dataset), { backgroundColor: appearance === 'solid' ? chartColorList.sorting : chartAlphaColorList.sorting, borderColor: chartColorList.sorting });
48
+ }
49
+ }
50
+ });
40
51
  return (_jsx(Bar, __assign({ data: { labels: labels, datasets: datasets }, options: {
41
52
  plugins: {
42
53
  title: title,
@@ -15,6 +15,9 @@ export interface BubbleChartProps extends VariantProps<typeof bubbleChartVariant
15
15
  hoverBorderColor?: string;
16
16
  hoverBorderWidth?: number;
17
17
  pointStyle?: PointStyle;
18
+ rotation?: number;
19
+ radius?: number;
20
+ order?: number;
18
21
  }[];
19
22
  options?: {};
20
23
  className?: string;
@@ -24,10 +24,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
24
  import { forwardRef } from 'react';
25
25
  import { Callout as CalloutTheme } from '@radix-ui/themes';
26
26
  import { cva } from 'class-variance-authority';
27
- import { cn } from '../../../lib/utils/utils';
28
27
  import { ExclamationTriangleIcon, InfoCircledIcon, LockClosedIcon, CheckCircledIcon, } from '@radix-ui/react-icons';
29
28
  import { scalingVariants } from '../../../lib/constants';
30
- import { useCalloutContext } from '.';
29
+ import { cn } from '../../../lib/utils/utils';
30
+ import { useCalloutContext } from './CalloutRoot';
31
31
  var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDark-12', {
32
32
  variants: {
33
33
  scaling: __assign({}, scalingVariants),
@@ -54,4 +54,4 @@ export var CalloutIcon = forwardRef(function (_a, ref) {
54
54
  var _b = useCalloutContext(), scaling = _b.scaling, size = _b.size, color = _b.color;
55
55
  return (_jsxs(CalloutTheme.Icon, __assign({ ref: ref, className: cn(calloutIconVariants({ color: color, size: size, scaling: scaling }), className) }, props, { children: [iconType === 'danger' && _jsx(ExclamationTriangleIcon, {}), iconType === 'warning' && _jsx(LockClosedIcon, {}), iconType === 'success' && _jsx(CheckCircledIcon, {}), iconType === 'information' && _jsx(InfoCircledIcon, {}), children] })));
56
56
  });
57
- CalloutIcon.displayName = 'CalloutIcon';
57
+ CalloutIcon.displayName = 'Callout.Icon';
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { calloutTextVariants } from './CalloutText';
4
+ import { IAppearance } from '../../../lib/types';
5
+ export interface CalloutProps extends VariantProps<typeof calloutVariants>, VariantProps<typeof calloutTextVariants> {
6
+ contentText?: string;
7
+ appearance?: Exclude<IAppearance, 'classic' | 'ghost' | 'solid'>;
8
+ color?: 'danger' | 'warning' | 'success' | 'information' | null;
9
+ }
10
+ declare const calloutVariants: (props?: ({
11
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
12
+ size?: "small" | "medium" | "large" | null | undefined;
13
+ scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
14
+ color?: "danger" | "warning" | "success" | "information" | null | undefined;
15
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
16
+ export declare const useCalloutContext: () => CalloutProps;
17
+ export declare const CalloutRoot: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CalloutProps & React.RefAttributes<HTMLDivElement>>;
18
+ export {};
@@ -0,0 +1,72 @@
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, useContext, useMemo, } from 'react';
25
+ import { Callout as CalloutTheme } from '@radix-ui/themes';
26
+ import { cva } from 'class-variance-authority';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import { appearanceStyle, radiusVariants, scalingVariants } from '../../../lib/constants';
29
+ var calloutVariants = cva('flex w-fit max-w-[600px]', {
30
+ variants: {
31
+ radius: __assign({}, radiusVariants['large']),
32
+ size: {
33
+ small: 'min-h-[44px] p-3',
34
+ medium: 'min-h-[52px] p-4',
35
+ large: 'min-h-[72px] p-6',
36
+ },
37
+ scaling: __assign({}, scalingVariants),
38
+ color: {
39
+ danger: 'bg-red-3 dark:bg-redDark-3',
40
+ warning: 'bg-amber-3 dark:bg-amberDark-3',
41
+ success: 'bg-green-3 dark:bg-greenDark-3',
42
+ information: 'bg-sky-3 dark:bg-skyDark-3',
43
+ },
44
+ },
45
+ defaultVariants: {
46
+ radius: 'medium',
47
+ scaling: '100%',
48
+ color: 'information',
49
+ size: 'medium',
50
+ },
51
+ });
52
+ var CalloutContext = createContext({
53
+ size: 'medium',
54
+ scaling: '100%',
55
+ color: null,
56
+ });
57
+ export var useCalloutContext = function () {
58
+ return useContext(CalloutContext);
59
+ };
60
+ export var CalloutRoot = forwardRef(function (_a, ref) {
61
+ var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'information' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'soft' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance"]);
62
+ var colorMap = {
63
+ danger: 'red',
64
+ information: 'sky',
65
+ success: 'green',
66
+ warning: 'amber',
67
+ };
68
+ var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
69
+ var contextValue = useMemo(function () { return ({ size: size, scaling: scaling, color: color }); }, [size, scaling, color]);
70
+ return (_jsx(CalloutContext.Provider, { value: contextValue, children: _jsx(CalloutTheme.Root, __assign({ ref: ref }, props, { className: calloutClassName, children: children })) }));
71
+ });
72
+ CalloutRoot.displayName = 'Callout.Root';
@@ -24,7 +24,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import { forwardRef } from 'react';
25
25
  import { cva } from 'class-variance-authority';
26
26
  import { cn } from '../../../lib/utils/utils';
27
- import { useCalloutContext } from '.';
27
+ import { useCalloutContext } from './CalloutRoot';
28
28
  export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark:text-slateDark-12 ', {
29
29
  variants: {
30
30
  size: {
@@ -49,4 +49,4 @@ export var CalloutText = forwardRef(function (_a, ref) {
49
49
  var _b = useCalloutContext(), size = _b.size, color = _b.color;
50
50
  return (_jsx("p", __assign({ ref: ref, className: cn(calloutTextVariants({ size: size, color: color }), className) }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
51
51
  });
52
- CalloutText.displayName = 'CalloutText';
52
+ CalloutText.displayName = 'Callout.Text';
@@ -1,20 +1,7 @@
1
- import React from 'react';
2
- import { VariantProps } from 'class-variance-authority';
3
- import { calloutTextVariants } from './CalloutText';
4
- import { IAppearance } from '../../../lib/types';
5
- export * from './CalloutIcon';
6
- export * from './CalloutText';
7
- export interface CalloutProps extends VariantProps<typeof calloutVariants>, VariantProps<typeof calloutTextVariants> {
8
- contentText?: string;
9
- appearance?: Exclude<IAppearance, 'classic' | 'ghost' | 'solid'>;
10
- color?: 'danger' | 'warning' | 'success' | 'information' | null;
11
- }
12
- declare const calloutVariants: (props?: ({
13
- radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
14
- size?: "small" | "medium" | "large" | null | undefined;
15
- scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
16
- color?: "danger" | "warning" | "success" | "information" | null | undefined;
17
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
18
- export declare const useCalloutContext: () => CalloutProps;
19
- export declare const Callout: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CalloutProps & React.RefAttributes<HTMLDivElement>>;
1
+ /// <reference types="react" />
2
+ declare const Callout: {
3
+ Root: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("./CalloutRoot").CalloutProps & import("react").RefAttributes<HTMLDivElement>>;
4
+ Text: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & import("./CalloutText").CalloutTextProps & import("react").RefAttributes<HTMLParagraphElement>>;
5
+ Icon: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("./CalloutIcon").CalloutIconProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ };
20
7
  export default Callout;