@lotte-innovate/ui-component-test 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. package/dist/Typography/Header/index.d.ts +13 -0
  2. package/dist/Typography/Header/index.js +55 -0
  3. package/dist/Typography/Text/index.d.ts +16 -0
  4. package/dist/Typography/Text/index.js +44 -0
  5. package/dist/Typography/index.d.ts +2 -0
  6. package/dist/Typography/index.js +3 -0
  7. package/dist/components/Accordion/{index.jsx → index.js} +5 -17
  8. package/dist/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
  9. package/dist/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
  10. package/dist/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
  11. package/dist/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
  12. package/dist/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
  13. package/dist/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
  14. package/dist/components/AlertDialog/{index.jsx → index.js} +14 -2
  15. package/dist/components/AspectRatio/{index.jsx → index.js} +3 -4
  16. package/dist/components/Avatar/{index.jsx → index.js} +3 -7
  17. package/dist/components/Badge/{index.jsx → index.js} +3 -4
  18. package/dist/components/BubbleChart/index.d.ts +1 -2
  19. package/dist/components/BubbleChart/{index.jsx → index.js} +2 -2
  20. package/dist/components/Button/{index.jsx → index.js} +3 -4
  21. package/dist/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
  22. package/dist/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
  23. package/dist/components/Callout/{index.jsx → index.js} +3 -6
  24. package/dist/components/Card/{index.jsx → index.js} +3 -4
  25. package/dist/components/Checkbox/{index.jsx → index.js} +3 -11
  26. package/dist/components/CheckboxCard/{index.jsx → index.js} +3 -5
  27. package/dist/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
  28. package/dist/components/CheckboxGroup/{index.jsx → index.js} +2 -5
  29. package/dist/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
  30. package/dist/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
  31. package/dist/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
  32. package/dist/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
  33. package/dist/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
  34. package/dist/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
  35. package/dist/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
  36. package/dist/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
  37. package/dist/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
  38. package/dist/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +6 -9
  39. package/dist/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
  40. package/dist/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
  41. package/dist/components/ContextMenu/{index.jsx → index.js} +14 -4
  42. package/dist/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
  43. package/dist/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
  44. package/dist/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
  45. package/dist/components/DataList/{index.jsx → index.js} +14 -6
  46. package/dist/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
  47. package/dist/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
  48. package/dist/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
  49. package/dist/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
  50. package/dist/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
  51. package/dist/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
  52. package/dist/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
  53. package/dist/components/Dialog/{index.jsx → index.js} +14 -4
  54. package/dist/components/DoughnutChart/index.d.ts +1 -2
  55. package/dist/components/DoughnutChart/{index.jsx → index.js} +2 -2
  56. package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
  57. package/dist/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
  58. package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
  59. package/dist/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
  60. package/dist/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
  61. package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
  62. package/dist/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +3 -4
  63. package/dist/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
  64. package/dist/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
  65. package/dist/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
  66. package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
  67. package/dist/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
  68. package/dist/components/DropdownMenu/{index.jsx → index.js} +14 -2
  69. package/dist/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
  70. package/dist/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
  71. package/dist/components/HoverCard/{index.jsx → index.js} +14 -4
  72. package/dist/components/IconButton/{index.jsx → index.js} +2 -3
  73. package/dist/components/Input/Input.stories.d.ts +4 -4
  74. package/dist/components/Input/{Input.stories.jsx → Input.stories.js} +15 -9
  75. package/dist/components/Input/index.d.ts +1 -1
  76. package/dist/components/Input/{index.jsx → index.js} +3 -3
  77. package/dist/components/Inset/{index.jsx → index.js} +3 -6
  78. package/dist/components/Label/{index.jsx → index.js} +2 -3
  79. package/dist/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
  80. package/dist/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
  81. package/dist/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
  82. package/dist/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
  83. package/dist/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
  84. package/dist/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
  85. package/dist/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
  86. package/dist/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
  87. package/dist/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
  88. package/dist/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
  89. package/dist/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
  90. package/dist/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
  91. package/dist/components/Menubar/{index.jsx → index.js} +3 -6
  92. package/dist/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
  93. package/dist/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  94. package/dist/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
  95. package/dist/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
  96. package/dist/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
  97. package/dist/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
  98. package/dist/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
  99. package/dist/components/NavigationMenu/{index.jsx → index.js} +14 -6
  100. package/dist/components/PieChart/index.d.ts +1 -2
  101. package/dist/components/PieChart/{index.jsx → index.js} +2 -2
  102. package/dist/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
  103. package/dist/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
  104. package/dist/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
  105. package/dist/components/Popover/{index.jsx → index.js} +14 -4
  106. package/dist/components/Progress/{index.jsx → index.js} +3 -4
  107. package/dist/components/RadarChart/index.d.ts +1 -2
  108. package/dist/components/RadarChart/{index.jsx → index.js} +2 -2
  109. package/dist/components/Radio/{index.jsx → index.js} +13 -8
  110. package/dist/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
  111. package/dist/components/RadioCards/{index.jsx → index.js} +3 -6
  112. package/dist/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
  113. package/dist/components/RadioGroup/{index.jsx → index.js} +14 -6
  114. package/dist/components/ScrollArea/{index.jsx → index.js} +14 -6
  115. package/dist/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
  116. package/dist/components/SegmentedControl/{index.jsx → index.js} +2 -5
  117. package/dist/components/Select/{index.jsx → index.js} +8 -23
  118. package/dist/components/Separator/{index.jsx → index.js} +2 -5
  119. package/dist/components/Skeleton/{index.jsx → index.js} +2 -5
  120. package/dist/components/Slider/{index.jsx → index.js} +2 -3
  121. package/dist/components/Spinner/{index.jsx → index.js} +2 -5
  122. package/dist/components/TabNav/{index.jsx → index.js} +14 -8
  123. package/dist/components/Table/{index.jsx → index.js} +8 -23
  124. package/dist/components/Tabs/{index.jsx → index.js} +5 -14
  125. package/dist/components/TextArea/{index.jsx → index.js} +2 -3
  126. package/dist/components/TextField/{index.jsx → index.js} +3 -8
  127. package/dist/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
  128. package/dist/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
  129. package/dist/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
  130. package/dist/components/Toast/{index.jsx → index.js} +3 -9
  131. package/dist/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
  132. package/dist/components/Toggle/{index.jsx → index.js} +3 -4
  133. package/dist/components/ToggleGroup/{index.jsx → index.js} +3 -6
  134. package/dist/components/ToggleGroup/{toggleGroupItem.jsx → toggleGroupItem.js} +14 -4
  135. package/dist/components/ToggleSwitch/{index.jsx → index.js} +2 -6
  136. package/dist/components/Tooltip/{index.jsx → index.js} +2 -11
  137. package/dist/components/index.d.ts +46 -0
  138. package/dist/components/index.js +48 -52
  139. package/dist/index.js +2 -51
  140. package/package.json +3 -2
  141. package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
@@ -0,0 +1,13 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import React from 'react';
3
+ import { IColor } from '../../types';
4
+ export interface HeaderProps extends VariantProps<typeof headerVariants> {
5
+ color?: IColor;
6
+ }
7
+ declare let headerVariants: (props?: ({
8
+ weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
9
+ headers?: "h2" | "h3" | "h1" | "h4" | "h5" | "h6" | null | undefined;
10
+ color?: string | null | undefined;
11
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
+ export declare const Header: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").HeadingProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
13
+ export default Header;
@@ -0,0 +1,55 @@
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 { cn } from '../../utils/utils';
25
+ import { cva } from 'class-variance-authority';
26
+ import { textColorStyle, weightVariants } from '../../constants';
27
+ import { Heading as HeadingTheme, Theme } from '@radix-ui/themes';
28
+ import React from 'react';
29
+ var weights = __assign({}, weightVariants);
30
+ var headers = {
31
+ h1: 'h1',
32
+ h2: 'h2',
33
+ h3: 'h3',
34
+ h4: 'h4',
35
+ h5: 'h5',
36
+ h6: 'h6',
37
+ };
38
+ var headerVariants = cva('', {
39
+ variants: {
40
+ weight: weights,
41
+ headers: headers,
42
+ color: textColorStyle(),
43
+ },
44
+ defaultVariants: {
45
+ color: 'black',
46
+ },
47
+ });
48
+ export var Header = React.forwardRef(function (_a, ref) {
49
+ var className = _a.className, children = _a.children, size = _a.size, weight = _a.weight, color = _a.color, headers = _a.headers, align = _a.align, rootProps = __rest(_a, ["className", "children", "size", "weight", "color", "headers", "align"]);
50
+ if (!headers)
51
+ headers = 'h1';
52
+ return (_jsx(Theme, { children: _jsx(HeadingTheme, __assign({ ref: ref, as: headers, size: size, align: align, className: cn('leading-normal', headerVariants({ weight: weight, color: color }), className) }, rootProps, { children: children })) }));
53
+ });
54
+ Header.displayName = 'Header';
55
+ export default Header;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { IColor } from '../../types';
4
+ import { ITypoSize } from '../../types';
5
+ export interface TextProps extends VariantProps<typeof textVariants> {
6
+ color?: IColor;
7
+ size?: ITypoSize;
8
+ as?: 'span' | 'div' | 'label' | 'p';
9
+ align?: 'left' | 'center' | 'right';
10
+ }
11
+ declare const textVariants: (props?: ({
12
+ weight?: "medium" | "regular" | "semibold" | "bold" | "light" | null | undefined;
13
+ color?: string | null | undefined;
14
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
15
+ export declare const Text: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & TextProps & React.RefAttributes<HTMLSpanElement>>;
16
+ export default Text;
@@ -0,0 +1,44 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { Text as TextTheme, Theme } from '@radix-ui/themes';
27
+ import { textColorStyle, weightVariants } from '../../constants';
28
+ import { cn } from '../../utils/utils';
29
+ var textVariants = cva('text', {
30
+ variants: {
31
+ weight: __assign({ light: 'font-light' }, weightVariants),
32
+ color: textColorStyle(),
33
+ },
34
+ defaultVariants: {
35
+ weight: 'medium',
36
+ color: 'black',
37
+ },
38
+ });
39
+ export var Text = forwardRef(function (_a, ref) {
40
+ var className = _a.className, children = _a.children, as = _a.as, align = _a.align, weight = _a.weight, color = _a.color, size = _a.size, props = __rest(_a, ["className", "children", "as", "align", "weight", "color", "size"]);
41
+ return (_jsx(Theme, { children: _jsx(TextTheme, __assign({ as: as, ref: ref, size: size, align: align, className: cn(textVariants({ weight: weight, color: color }), className) }, props, { children: children })) }));
42
+ });
43
+ Text.displayName = 'Text';
44
+ export default Text;
@@ -0,0 +1,2 @@
1
+ export { default as Header } from './Header';
2
+ export { default as Text } from './Text';
@@ -0,0 +1,3 @@
1
+ // Typography
2
+ export { default as Header } from './Header';
3
+ export { default as Text } from './Text';
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
23
24
  import React from 'react';
24
25
  import * as AccordionPrimitive from '@radix-ui/react-accordion';
25
26
  import { ChevronDownIcon } from '@radix-ui/react-icons';
@@ -36,35 +37,22 @@ var accoridanVariants = cva('', {
36
37
  });
37
38
  export var Accordion = React.forwardRef(function (_a, forwardedRef) {
38
39
  var className = _a.className, children = _a.children, scaling = _a.scaling, rootProps = __rest(_a, ["className", "children", "scaling"]);
39
- return (<AccordionPrimitive.Root className={cn('w-[280px] rounded-md border border-slateA-4 dark:border-slateDarkA-4', accoridanVariants({ scaling: scaling }), className)} {...rootProps} ref={forwardedRef}>
40
- {children}
41
- </AccordionPrimitive.Root>);
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 })));
42
41
  });
43
42
  Accordion.displayName = 'AccordionRoot';
44
43
  export var AccordionItem = React.forwardRef(function (_a, forwardedRef) {
45
44
  var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
46
- return (<AccordionPrimitive.Item {...rootProps} ref={forwardedRef} className={cn('w-[278px] mt-px overflow-hidden first:mt-0 first:rounded-t last:rounded-b ', className)}>
47
- {children}
48
- </AccordionPrimitive.Item>);
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 })));
49
46
  });
50
47
  AccordionItem.displayName = 'AccordionItem';
51
48
  export var AccordionTrigger = React.forwardRef(function (_a, forwardedRef) {
52
49
  var className = _a.className, children = _a.children, _b = _a.color, color = _b === void 0 ? 'red' : _b, rootProps = __rest(_a, ["className", "children", "color"]);
53
- return (<AccordionPrimitive.Header {...rootProps} className={cn('flex', className)}>
54
- <AccordionPrimitive.Trigger {...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)}>
55
- {children}
56
- <ChevronDownIcon className="ease-[cubic-bezier(0.87,_0,_0.13,_1)] transition-transform duration-300 group-data-[state=open]:rotate-180" aria-hidden/>
57
- </AccordionPrimitive.Trigger>
58
- </AccordionPrimitive.Header>);
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 })] })) })));
59
51
  });
60
52
  AccordionTrigger.displayName = 'AccordionTrigger';
61
53
  export var AccordionContent = React.forwardRef(function (_a, forwardedRef) {
62
54
  var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
63
- return (<AccordionPrimitive.Content {...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)}>
64
- <div className="px-[20px] py-[15px] text-base font-normal h-auto max-h-[1000px] overflow-y-auto">
65
- {children}
66
- </div>
67
- </AccordionPrimitive.Content>);
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 }) })));
68
56
  });
69
57
  AccordionContent.displayName = 'AccordionContent';
70
58
  export default Accordion;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from 'utils/utils';
@@ -53,8 +54,6 @@ export var alertDialogActionVariants = cva("inline-flex items-center justify-cen
53
54
  export var AlertDialogAction = forwardRef(function (_a, ref) {
54
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"]);
55
56
  var buttonClassName = cn(alertDialogActionVariants({ radius: radius, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
56
- return (<AlertDialogPrimitive.Action ref={ref} className={buttonClassName} {...props}>
57
- {children}
58
- </AlertDialogPrimitive.Action>);
57
+ return (_jsx(AlertDialogPrimitive.Action, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
59
58
  });
60
59
  AlertDialogAction.displayName = 'AlertDialogAction';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from 'utils/utils';
@@ -50,8 +51,6 @@ export var alertDialogCancelVariants = cva("inline-flex justify-center items-cen
50
51
  });
51
52
  export var AlertDialogCancel = forwardRef(function (_a, ref) {
52
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"]);
53
- return (<AlertDialogPrimitive.Cancel ref={ref} {...props} className={cn(alertDialogCancelVariants({ radius: radius, size: size, weight: weight }), className)}>
54
- {children}
55
- </AlertDialogPrimitive.Cancel>);
54
+ return (_jsx(AlertDialogPrimitive.Cancel, __assign({ ref: ref }, props, { className: cn(alertDialogCancelVariants({ radius: radius, size: size, weight: weight }), className), children: children })));
56
55
  });
57
56
  AlertDialogCancel.displayName = 'AlertDialogCancel';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from 'utils/utils';
@@ -43,11 +44,6 @@ export var alertDialogContentVariants = cva("fixed max-h-[85vh] top-[50%] left-[
43
44
  });
44
45
  export var AlertDialogContent = forwardRef(function (_a, ref) {
45
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"]);
46
- return (<AlertDialogPrimitive.Portal>
47
- <AlertDialogPrimitive.Overlay className="fixed data-[state=open]:animate-overlayShow inset-0"/>
48
- <AlertDialogPrimitive.Content className={cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className)} ref={ref} {...props}>
49
- {children}
50
- </AlertDialogPrimitive.Content>
51
- </AlertDialogPrimitive.Portal>);
47
+ 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 }))] }));
52
48
  });
53
49
  AlertDialogContent.displayName = 'AlertDialogContent';
@@ -1,3 +1,14 @@
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
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
13
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
14
26
  import { cva } from 'class-variance-authority';
15
27
  import { cn } from 'utils/utils';
@@ -28,8 +40,6 @@ export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDa
28
40
  });
29
41
  export var AlertDialogDescription = forwardRef(function (_a, ref) {
30
42
  var className = _a.className, children = _a.children, size = _a.size, contentText = _a.contentText, props = __rest(_a, ["className", "children", "size", "contentText"]);
31
- return (<AlertDialogPrimitive.Description className={cn(alertDialogDescriptionVariants({ size: size }), className)} ref={ref} {...props}>
32
- {contentText !== null && contentText !== void 0 ? contentText : children}
33
- </AlertDialogPrimitive.Description>);
43
+ return (_jsx(AlertDialogPrimitive.Description, __assign({ className: cn(alertDialogDescriptionVariants({ size: size }), className), ref: ref }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
34
44
  });
35
45
  AlertDialogDescription.displayName = 'AlertDialogDescription';
@@ -1,3 +1,14 @@
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
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
13
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
14
26
  import { cva } from 'class-variance-authority';
15
27
  import { cn } from 'utils/utils';
@@ -28,8 +40,6 @@ export var alertDialogTitleVariants = cva("m-0 text-slate-12 dark:text-slateDark
28
40
  });
29
41
  export var AlertDialogTitle = forwardRef(function (_a, ref) {
30
42
  var className = _a.className, children = _a.children, size = _a.size, titleText = _a.titleText, props = __rest(_a, ["className", "children", "size", "titleText"]);
31
- return (<AlertDialogPrimitive.Title className={cn(alertDialogTitleVariants({ size: size }), className)} ref={ref} {...props}>
32
- {titleText !== null && titleText !== void 0 ? titleText : children}
33
- </AlertDialogPrimitive.Title>);
43
+ return (_jsx(AlertDialogPrimitive.Title, __assign({ className: cn(alertDialogTitleVariants({ size: size }), className), ref: ref }, props, { children: titleText !== null && titleText !== void 0 ? titleText : children })));
34
44
  });
35
45
  AlertDialogTitle.displayName = 'AlertDialogTitle';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { radiusVariants, scalingVariants, weightVariants, primaryColorStyle, appearanceStyle, } from '../../constants';
@@ -49,8 +50,6 @@ var buttonVariants = cva("inline-flex items-center transition-colors focus:outli
49
50
  export var AlertDialogTrigger = forwardRef(function (_a, ref) {
50
51
  var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "weight", "color", "appearance"]);
51
52
  var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
52
- return (<AlertDialogPrimitive.Trigger asChild ref={ref} className={buttonClassName} {...props}>
53
- {children}
54
- </AlertDialogPrimitive.Trigger>);
53
+ return (_jsx(AlertDialogPrimitive.Trigger, __assign({ asChild: true, ref: ref, className: buttonClassName }, props, { children: children })));
55
54
  });
56
55
  AlertDialogTrigger.displayName = 'AlertDialogTrigger';
@@ -1,3 +1,14 @@
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
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
13
25
  import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
14
26
  export * from './AlertDialogTrigger';
15
27
  export * from './AlertDialogContent';
@@ -19,7 +31,7 @@ export * from './AlertDialogCancel';
19
31
  export * from './AlertDialogAction';
20
32
  export var AlertDialog = forwardRef(function (_a) {
21
33
  var children = _a.children, props = __rest(_a, ["children"]);
22
- return <AlertDialogPrimitive.Root {...props}>{children}</AlertDialogPrimitive.Root>;
34
+ return _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children }));
23
35
  });
24
36
  AlertDialog.displayName = 'AlertDialog';
25
37
  export default AlertDialog;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from 'utils/utils';
@@ -35,9 +36,7 @@ export var aspectRatioVariants = cva('', {
35
36
  });
36
37
  var AspectRatio = forwardRef(function (_a, ref) {
37
38
  var children = _a.children, className = _a.className, _b = _a.ratio, ratio = _b === void 0 ? 16 / 9 : _b, scaling = _a.scaling, props = __rest(_a, ["children", "className", "ratio", "scaling"]);
38
- return (<AspectRatioPrimitive.Root ratio={ratio} ref={ref} {...props} className={cn(aspectRatioVariants({ scaling: scaling }), className)}>
39
- {children}
40
- </AspectRatioPrimitive.Root>);
39
+ return (_jsx(AspectRatioPrimitive.Root, __assign({ ratio: ratio, ref: ref }, props, { className: cn(aspectRatioVariants({ scaling: scaling }), className), children: children })));
41
40
  });
42
41
  AspectRatio.displayName = 'AspectRatio';
43
42
  export default AspectRatio;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as AvatarPrimitive from '@radix-ui/react-avatar';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from 'utils/utils';
@@ -50,12 +51,7 @@ var AvatarVariants = cva('font-medium', {
50
51
  });
51
52
  var Avatar = forwardRef(function (_a, ref) {
52
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"]);
53
- return (<AvatarPrimitive.Root 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}>
54
- <AvatarPrimitive.Image className="h-full w-full object-cover border-none" src={imagePath} alt={alt}/>
55
- <AvatarPrimitive.Fallback className={cn("leading-1 flex h-full w-full items-center justify-center", className)} delayMs={300}>
56
- {fallbackText}
57
- </AvatarPrimitive.Fallback>
58
- </AvatarPrimitive.Root>);
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 })] })));
59
55
  });
60
56
  Avatar.displayName = 'Avatar';
61
57
  export default Avatar;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import { cn } from 'utils/utils';
26
27
  import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants, weightVariants, } from '../../constants';
@@ -47,9 +48,7 @@ var BadgeVariants = cva('inline-flex items-center transition-colors focus:outlin
47
48
  var Badge = forwardRef(function (_a, ref) {
48
49
  var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, 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", "scaling", "weight", "size", "color", "appearance"]);
49
50
  var badgeClassName = cn(BadgeVariants({ radius: radius, scaling: scaling, weight: weight, size: size, color: color }), appearanceStyle(appearance, color, false), className);
50
- return (<div ref={ref} className={badgeClassName} {...props}>
51
- {children}
52
- </div>);
51
+ return (_jsx("div", __assign({ ref: ref, className: badgeClassName }, props, { children: children })));
53
52
  });
54
53
  Badge.displayName = 'Badge';
55
54
  export default Badge;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { PointStyle } from 'types';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  export interface BubbleChartProps extends VariantProps<typeof bubbleChartVariants> {
@@ -26,7 +25,7 @@ declare const bubbleChartVariants: (props?: ({
26
25
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
27
26
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
28
27
  export declare const BubbleChart: {
29
- ({ className, datasets, scaling, width, height, ...props }: BubbleChartProps): React.JSX.Element;
28
+ ({ className, datasets, scaling, width, height, ...props }: BubbleChartProps): import("react/jsx-runtime").JSX.Element;
30
29
  displayName: string;
31
30
  };
32
31
  export default BubbleChart;
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import { Bubble } from 'react-chartjs-2';
25
25
  import { Chart as ChartJS, LinearScale, PointElement, Tooltip, Legend } from 'chart.js/auto';
26
26
  import { scalingVariants } from '../../constants';
@@ -37,7 +37,7 @@ var bubbleChartVariants = cva('', {
37
37
  });
38
38
  export var BubbleChart = function (_a) {
39
39
  var className = _a.className, datasets = _a.datasets, scaling = _a.scaling, width = _a.width, height = _a.height, props = __rest(_a, ["className", "datasets", "scaling", "width", "height"]);
40
- return (<Bubble data={{ datasets: datasets }} className={cn(bubbleChartVariants({ scaling: scaling }), className)} width={width} height={height} {...props}/>);
40
+ return (_jsx(Bubble, __assign({ data: { datasets: datasets }, className: cn(bubbleChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
41
41
  };
42
42
  BubbleChart.displayName = 'BubbleChart';
43
43
  export default BubbleChart;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import { cn } from 'utils/utils';
26
27
  import { radiusVariants, weightVariants, primaryColorStyle, appearanceStyle, scalingVariants, } from '../../constants';
@@ -49,9 +50,7 @@ var buttonVariants = cva("inline-flex items-center transition-colors focus:outli
49
50
  export var Button = forwardRef(function (_a, ref) {
50
51
  var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "size", "weight", "color", "appearance"]);
51
52
  var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color, true), className);
52
- return (<button ref={ref} className={buttonClassName} {...props}>
53
- {children}
54
- </button>);
53
+ return (_jsx("button", __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
55
54
  });
56
55
  Button.displayName = 'Button';
57
56
  export default Button;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import { Callout as CalloutTheme } from '@radix-ui/themes';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from 'utils/utils';
@@ -51,12 +52,6 @@ var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDa
51
52
  export var CalloutIcon = forwardRef(function (_a, ref) {
52
53
  var children = _a.children, className = _a.className, iconType = _a.iconType, props = __rest(_a, ["children", "className", "iconType"]);
53
54
  var _b = useCalloutContext(), scaling = _b.scaling, size = _b.size, color = _b.color;
54
- return (<CalloutTheme.Icon ref={ref} className={cn(calloutIconVariants({ color: color, size: size, scaling: scaling }), className)} {...props}>
55
- {iconType === 'danger' && <ExclamationTriangleIcon />}
56
- {iconType === 'warning' && <LockClosedIcon />}
57
- {iconType === 'success' && <CheckCircledIcon />}
58
- {iconType === 'information' && <InfoCircledIcon />}
59
- {children}
60
- </CalloutTheme.Icon>);
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] })));
61
56
  });
62
57
  CalloutIcon.displayName = 'CalloutIcon';
@@ -1,3 +1,14 @@
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
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
13
25
  import { cva } from 'class-variance-authority';
14
26
  import { cn } from 'utils/utils';
15
27
  import { useCalloutContext } from '.';
@@ -35,8 +47,6 @@ export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark
35
47
  export var CalloutText = forwardRef(function (_a, ref) {
36
48
  var children = _a.children, className = _a.className, contentText = _a.contentText, props = __rest(_a, ["children", "className", "contentText"]);
37
49
  var _b = useCalloutContext(), size = _b.size, color = _b.color;
38
- return (<p ref={ref} className={cn(calloutTextVariants({ size: size, color: color }), className)} {...props}>
39
- {contentText !== null && contentText !== void 0 ? contentText : children}
40
- </p>);
50
+ return (_jsx("p", __assign({ ref: ref, className: cn(calloutTextVariants({ size: size, color: color }), className) }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
41
51
  });
42
52
  CalloutText.displayName = 'CalloutText';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef, createContext, useContext, } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef, createContext, useContext, } from 'react';
24
25
  import { Callout as CalloutTheme } from '@radix-ui/themes';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from 'utils/utils';
@@ -68,11 +69,7 @@ export var Callout = forwardRef(function (_a, ref) {
68
69
  };
69
70
  var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
70
71
  var contextValue = { size: size, scaling: scaling, color: color };
71
- return (<CalloutContext.Provider value={contextValue}>
72
- <CalloutTheme.Root ref={ref} {...props} className={calloutClassName}>
73
- {children}
74
- </CalloutTheme.Root>
75
- </CalloutContext.Provider>);
72
+ return (_jsx(CalloutContext.Provider, { value: contextValue, children: _jsx(CalloutTheme.Root, __assign({ ref: ref }, props, { className: calloutClassName, children: children })) }));
76
73
  });
77
74
  Callout.displayName = 'Callout';
78
75
  export default Callout;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import { scalingVariants, weightVariants } from '../../constants';
26
27
  import { cn } from 'utils/utils';
@@ -57,9 +58,7 @@ var Card = forwardRef(function (_a, ref) {
57
58
  if (appearance === 'ghost') {
58
59
  appearanceClassName = 'border-transparent';
59
60
  }
60
- return (<div className={cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className)} ref={ref} {...props}>
61
- {children}
62
- </div>);
61
+ return (_jsx("div", __assign({ className: cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className), ref: ref }, props, { children: children })));
63
62
  });
64
63
  Card.displayName = 'Card';
65
64
  export default Card;