@lotte-innovate/ui-component-test 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. package/dist/globals.css +261081 -0
  2. package/dist/lib/Typography/Header/index.d.ts +1 -1
  3. package/dist/lib/Typography/Header/{index.jsx → index.js} +2 -5
  4. package/dist/lib/Typography/Text/{index.jsx → index.js} +3 -6
  5. package/dist/lib/components/Accordion/{index.jsx → index.js} +5 -17
  6. package/dist/lib/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
  7. package/dist/lib/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
  8. package/dist/lib/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
  9. package/dist/lib/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
  10. package/dist/lib/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
  11. package/dist/lib/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
  12. package/dist/lib/components/AlertDialog/{index.jsx → index.js} +14 -4
  13. package/dist/lib/components/AspectRatio/{index.jsx → index.js} +3 -4
  14. package/dist/lib/components/Avatar/{index.jsx → index.js} +3 -7
  15. package/dist/lib/components/Badge/{index.jsx → index.js} +3 -4
  16. package/dist/lib/components/BubbleChart/index.d.ts +1 -2
  17. package/dist/lib/components/BubbleChart/{index.jsx → index.js} +2 -2
  18. package/dist/lib/components/Button/{index.jsx → index.js} +3 -4
  19. package/dist/lib/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
  20. package/dist/lib/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
  21. package/dist/lib/components/Callout/{index.jsx → index.js} +3 -6
  22. package/dist/lib/components/Card/{index.jsx → index.js} +3 -4
  23. package/dist/lib/components/Checkbox/{index.jsx → index.js} +3 -11
  24. package/dist/lib/components/CheckboxCard/{index.jsx → index.js} +3 -5
  25. package/dist/lib/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
  26. package/dist/lib/components/CheckboxGroup/{index.jsx → index.js} +2 -5
  27. package/dist/lib/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
  28. package/dist/lib/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
  29. package/dist/lib/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
  30. package/dist/lib/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
  31. package/dist/lib/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
  32. package/dist/lib/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
  33. package/dist/lib/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
  34. package/dist/lib/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
  35. package/dist/lib/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
  36. package/dist/lib/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +6 -9
  37. package/dist/lib/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
  38. package/dist/lib/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
  39. package/dist/lib/components/ContextMenu/{index.jsx → index.js} +14 -6
  40. package/dist/lib/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
  41. package/dist/lib/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
  42. package/dist/lib/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
  43. package/dist/lib/components/DataList/{index.jsx → index.js} +14 -6
  44. package/dist/lib/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
  45. package/dist/lib/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
  46. package/dist/lib/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
  47. package/dist/lib/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
  48. package/dist/lib/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
  49. package/dist/lib/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
  50. package/dist/lib/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
  51. package/dist/lib/components/Dialog/{index.jsx → index.js} +14 -4
  52. package/dist/lib/components/DoughnutChart/index.d.ts +1 -2
  53. package/dist/lib/components/DoughnutChart/{index.jsx → index.js} +2 -2
  54. package/dist/lib/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
  55. package/dist/lib/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
  56. package/dist/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
  57. package/dist/lib/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
  58. package/dist/lib/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
  59. package/dist/lib/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
  60. package/dist/lib/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +3 -4
  61. package/dist/lib/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
  62. package/dist/lib/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
  63. package/dist/lib/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
  64. package/dist/lib/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
  65. package/dist/lib/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
  66. package/dist/lib/components/DropdownMenu/{index.jsx → index.js} +14 -2
  67. package/dist/lib/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
  68. package/dist/lib/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
  69. package/dist/lib/components/HoverCard/{index.jsx → index.js} +14 -4
  70. package/dist/lib/components/IconButton/{index.jsx → index.js} +2 -3
  71. package/dist/lib/components/Inset/{index.jsx → index.js} +3 -6
  72. package/dist/lib/components/Label/{index.jsx → index.js} +2 -3
  73. package/dist/lib/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
  74. package/dist/lib/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
  75. package/dist/lib/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
  76. package/dist/lib/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
  77. package/dist/lib/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
  78. package/dist/lib/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
  79. package/dist/lib/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
  80. package/dist/lib/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
  81. package/dist/lib/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
  82. package/dist/lib/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
  83. package/dist/lib/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
  84. package/dist/lib/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
  85. package/dist/lib/components/Menubar/{index.jsx → index.js} +3 -6
  86. package/dist/lib/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
  87. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  88. package/dist/lib/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
  89. package/dist/lib/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
  90. package/dist/lib/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
  91. package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
  92. package/dist/lib/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
  93. package/dist/lib/components/NavigationMenu/{index.jsx → index.js} +14 -6
  94. package/dist/lib/components/PieChart/index.d.ts +1 -2
  95. package/dist/lib/components/PieChart/{index.jsx → index.js} +2 -2
  96. package/dist/lib/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
  97. package/dist/lib/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
  98. package/dist/lib/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
  99. package/dist/lib/components/Popover/{index.jsx → index.js} +14 -4
  100. package/dist/lib/components/Progress/{index.jsx → index.js} +3 -4
  101. package/dist/lib/components/RadarChart/index.d.ts +1 -2
  102. package/dist/lib/components/RadarChart/{index.jsx → index.js} +2 -2
  103. package/dist/lib/components/Radio/{index.jsx → index.js} +13 -8
  104. package/dist/lib/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
  105. package/dist/lib/components/RadioCards/{index.jsx → index.js} +3 -6
  106. package/dist/lib/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
  107. package/dist/lib/components/RadioGroup/{index.jsx → index.js} +14 -6
  108. package/dist/lib/components/ScrollArea/{index.jsx → index.js} +14 -6
  109. package/dist/lib/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
  110. package/dist/lib/components/SegmentedControl/{index.jsx → index.js} +2 -5
  111. package/dist/lib/components/Select/{index.jsx → index.js} +8 -25
  112. package/dist/lib/components/Separator/{index.jsx → index.js} +2 -5
  113. package/dist/lib/components/Skeleton/{index.jsx → index.js} +2 -5
  114. package/dist/lib/components/Slider/{index.jsx → index.js} +2 -3
  115. package/dist/lib/components/Spinner/{index.jsx → index.js} +2 -5
  116. package/dist/lib/components/TabNav/{index.jsx → index.js} +14 -8
  117. package/dist/lib/components/Table/{index.jsx → index.js} +8 -23
  118. package/dist/lib/components/Tabs/{index.jsx → index.js} +5 -14
  119. package/dist/lib/components/TextArea/{index.jsx → index.js} +2 -3
  120. package/dist/lib/components/TextField/{index.jsx → index.js} +3 -8
  121. package/dist/lib/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
  122. package/dist/lib/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
  123. package/dist/lib/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
  124. package/dist/lib/components/Toast/{index.jsx → index.js} +3 -9
  125. package/dist/lib/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
  126. package/dist/lib/components/Toggle/{index.jsx → index.js} +3 -4
  127. package/dist/lib/components/ToggleGroup/{index.jsx → index.js} +3 -6
  128. package/dist/lib/components/ToggleGroup/{toggleGroupItem.jsx → toggleGroupItem.js} +14 -4
  129. package/dist/lib/components/ToggleSwitch/{index.jsx → index.js} +2 -6
  130. package/dist/lib/components/Tooltip/{index.jsx → index.js} +2 -11
  131. package/package.json +2 -2
  132. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
@@ -6,7 +6,7 @@ export interface HeaderProps extends VariantProps<typeof headerVariants> {
6
6
  }
7
7
  declare let headerVariants: (props?: ({
8
8
  weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
9
- headers?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | null | undefined;
9
+ headers?: "h2" | "h3" | "h1" | "h4" | "h5" | "h6" | null | undefined;
10
10
  color?: string | null | undefined;
11
11
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
12
  export declare const Header: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").HeadingProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
@@ -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 } from "react/jsx-runtime";
23
24
  import { cn } from '../../../lib/utils/utils';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import { textColorStyle, weightVariants } from '../../../lib/constants';
@@ -48,11 +49,7 @@ export var Header = React.forwardRef(function (_a, ref) {
48
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"]);
49
50
  if (!headers)
50
51
  headers = 'h1';
51
- return (<Theme>
52
- <HeadingTheme ref={ref} as={headers} size={size} align={align} className={cn('leading-normal', headerVariants({ weight: weight, color: color }), className)} {...rootProps}>
53
- {children}
54
- </HeadingTheme>
55
- </Theme>);
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 })) }));
56
53
  });
57
54
  Header.displayName = 'Header';
58
55
  export default Header;
@@ -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 { Text as TextTheme, Theme } from '@radix-ui/themes';
26
27
  import { textColorStyle, weightVariants } from '../../../lib/constants';
@@ -37,11 +38,7 @@ var textVariants = cva('text', {
37
38
  });
38
39
  export var Text = forwardRef(function (_a, ref) {
39
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"]);
40
- return (<Theme>
41
- <TextTheme as={as} ref={ref} size={size} align={align} className={cn(textVariants({ weight: weight, color: color }), className)} {...props}>
42
- {children}
43
- </TextTheme>
44
- </Theme>);
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 })) }));
45
42
  });
46
43
  Text.displayName = 'Text';
47
44
  export default 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 '../../../lib/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 '../../../lib/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 '../../../lib/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 '../../../lib/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 '../../../lib/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 '../../../lib/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,9 +31,7 @@ export * from './AlertDialogCancel';
19
31
  export * from './AlertDialogAction';
20
32
  export var AlertDialog = forwardRef(function (_a, ref) {
21
33
  var children = _a.children, props = __rest(_a, ["children"]);
22
- return (<div ref={ref}>
23
- <AlertDialogPrimitive.Root {...props}>{children}</AlertDialogPrimitive.Root>
24
- </div>);
34
+ return (_jsx("div", { ref: ref, children: _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children })) }));
25
35
  });
26
36
  AlertDialog.displayName = 'AlertDialog';
27
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 '../../../lib/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 '../../../lib/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 '../../../lib/utils/utils';
26
27
  import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants, weightVariants, } from '../../../lib/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 '../../../lib/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 '../../../lib/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 '../../../lib/utils/utils';
26
27
  import { radiusVariants, weightVariants, primaryColorStyle, appearanceStyle, scalingVariants, } from '../../../lib/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 '../../../lib/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 '../../../lib/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 '../../../lib/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 '../../../lib/constants';
26
27
  import { cn } from '../../../lib/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;
@@ -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 { cva } from 'class-variance-authority';
25
26
  import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
26
27
  import { CheckIcon, MinusIcon } from '@radix-ui/react-icons';
@@ -82,16 +83,7 @@ var CheckboxLabelVariants = cva('', {
82
83
  export var Checkbox = forwardRef(function (_a, ref) {
83
84
  var id = _a.id, className = _a.className, children = _a.children, scaling = _a.scaling, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, _d = _a.indeterminate, indeterminate = _d === void 0 ? false : _d, props = __rest(_a, ["id", "className", "children", "scaling", "radius", "size", "color", "appearance", "indeterminate"]);
84
85
  var checkboxClassName = cn(CheckboxVariants({ scaling: scaling, size: size, radius: radius }), checkboxAppearanceStyle(appearance, color, indeterminate), className);
85
- return (<div className="flex items-center">
86
- <CheckboxPrimitive.Root id={id} ref={ref} className={checkboxClassName} {...props}>
87
- <CheckboxPrimitive.Indicator className={cn('flex items-center justify-center text-current stroke-[0.5px]')}>
88
- {indeterminate ? (<MinusIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3')}/>) : (<CheckIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }))}/>)}
89
- </CheckboxPrimitive.Indicator>
90
- </CheckboxPrimitive.Root>
91
- {children && (<Label className={cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className)} htmlFor={id}>
92
- {children}
93
- </Label>)}
94
- </div>);
86
+ return (_jsxs("div", { className: "flex items-center", children: [_jsx(CheckboxPrimitive.Root, __assign({ id: id, ref: ref, className: checkboxClassName }, props, { children: _jsx(CheckboxPrimitive.Indicator, { className: cn('flex items-center justify-center text-current stroke-[0.5px]'), children: indeterminate ? (_jsx(MinusIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3') })) : (_jsx(CheckIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size })) })) }) })), children && (_jsx(Label, { className: cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className), htmlFor: id, children: children }))] }));
95
87
  });
96
88
  Checkbox.displayName = 'Checkbox';
97
89
  export default Checkbox;
@@ -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 { cva } from 'class-variance-authority';
25
26
  import Checkbox from '../../../lib/components/Checkbox';
26
27
  import { Label } from '../../../lib/components/Label';
@@ -51,10 +52,7 @@ export var CheckboxCardVariants = cva("flex justify-between space-x-2 min-w-[200
51
52
  var CheckboxCard = forwardRef(function (_a, ref) {
52
53
  var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, radius = _a.radius, color = _a.color, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, id = _a.id, disabled = _a.disabled, props = __rest(_a, ["className", "children", "size", "scaling", "radius", "color", "appearance", "id", "disabled"]);
53
54
  var labelClassName = cn(CheckboxCardVariants({ size: size, radius: radius, scaling: scaling }), appearance === 'classic' ? 'shadow-card-classic dark:shadow-card-dark-classic' : '', className);
54
- return (<Label htmlFor={id} className={labelClassName} aria-disabled={disabled}>
55
- {children}
56
- <Checkbox className="mr-0" ref={ref} id={id} size={size} scaling={scaling} radius={radius} color={color} disabled={disabled} appearance={appearance === 'classic' ? 'classic' : 'surface'} {...props}/>
57
- </Label>);
55
+ return (_jsxs(Label, { htmlFor: id, className: labelClassName, "aria-disabled": disabled, children: [children, _jsx(Checkbox, __assign({ className: "mr-0", ref: ref, id: id, size: size, scaling: scaling, radius: radius, color: color, disabled: disabled, appearance: appearance === 'classic' ? 'classic' : 'surface' }, props))] }));
58
56
  });
59
57
  CheckboxCard.displayName = 'CheckboxCard';
60
58
  export default CheckboxCard;