@lotte-innovate/ui-component-test 0.0.37 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (192) hide show
  1. package/README.md +163 -163
  2. package/dist/lib/Typography/Header/index.d.ts +2 -2
  3. package/dist/lib/Typography/Header/{index.jsx → index.js} +2 -5
  4. package/dist/lib/Typography/Text/index.d.ts +1 -1
  5. package/dist/lib/Typography/Text/{index.jsx → index.js} +3 -6
  6. package/dist/lib/components/Accordion/{index.jsx → index.js} +5 -17
  7. package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
  8. package/dist/lib/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
  9. package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
  10. package/dist/lib/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
  11. package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
  12. package/dist/lib/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
  13. package/dist/lib/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
  14. package/dist/lib/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
  15. package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
  16. package/dist/lib/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
  17. package/dist/lib/components/AlertDialog/{index.jsx → index.js} +14 -4
  18. package/dist/lib/components/AspectRatio/{index.jsx → index.js} +3 -4
  19. package/dist/lib/components/Avatar/index.d.ts +1 -1
  20. package/dist/lib/components/Avatar/{index.jsx → index.js} +3 -7
  21. package/dist/lib/components/Badge/index.d.ts +2 -2
  22. package/dist/lib/components/Badge/{index.jsx → index.js} +3 -4
  23. package/dist/lib/components/BubbleChart/index.d.ts +1 -2
  24. package/dist/lib/components/BubbleChart/{index.jsx → index.js} +2 -2
  25. package/dist/lib/components/Button/index.d.ts +2 -2
  26. package/dist/lib/components/Button/{index.jsx → index.js} +3 -4
  27. package/dist/lib/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
  28. package/dist/lib/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
  29. package/dist/lib/components/Callout/index.d.ts +1 -1
  30. package/dist/lib/components/Callout/{index.jsx → index.js} +3 -6
  31. package/dist/lib/components/Card/index.d.ts +2 -2
  32. package/dist/lib/components/Card/{index.jsx → index.js} +3 -4
  33. package/dist/lib/components/Checkbox/index.d.ts +1 -1
  34. package/dist/lib/components/Checkbox/{index.jsx → index.js} +3 -11
  35. package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
  36. package/dist/lib/components/CheckboxCard/{index.jsx → index.js} +3 -5
  37. package/dist/lib/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
  38. package/dist/lib/components/CheckboxGroup/{index.jsx → index.js} +2 -5
  39. package/dist/lib/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
  40. package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
  41. package/dist/lib/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
  42. package/dist/lib/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
  43. package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
  44. package/dist/lib/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
  45. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
  46. package/dist/lib/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
  47. package/dist/lib/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
  48. package/dist/lib/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
  49. package/dist/lib/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
  50. package/dist/lib/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
  51. package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
  52. package/dist/lib/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +6 -9
  53. package/dist/lib/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
  54. package/dist/lib/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
  55. package/dist/lib/components/ContextMenu/{index.jsx → index.js} +14 -6
  56. package/dist/lib/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
  57. package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
  58. package/dist/lib/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
  59. package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
  60. package/dist/lib/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
  61. package/dist/lib/components/DataList/{index.jsx → index.js} +14 -6
  62. package/dist/lib/components/Dialog/DialogAction.d.ts +1 -1
  63. package/dist/lib/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
  64. package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
  65. package/dist/lib/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
  66. package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
  67. package/dist/lib/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
  68. package/dist/lib/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
  69. package/dist/lib/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
  70. package/dist/lib/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
  71. package/dist/lib/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
  72. package/dist/lib/components/Dialog/{index.jsx → index.js} +14 -4
  73. package/dist/lib/components/DoughnutChart/index.d.ts +1 -2
  74. package/dist/lib/components/DoughnutChart/{index.jsx → index.js} +2 -2
  75. package/dist/lib/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
  76. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
  77. package/dist/lib/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
  78. package/dist/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
  79. package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
  80. package/dist/lib/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
  81. package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
  82. package/dist/lib/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
  83. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
  84. package/dist/lib/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
  85. package/dist/lib/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +3 -4
  86. package/dist/lib/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
  87. package/dist/lib/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
  88. package/dist/lib/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
  89. package/dist/lib/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
  90. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
  91. package/dist/lib/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
  92. package/dist/lib/components/DropdownMenu/{index.jsx → index.js} +14 -2
  93. package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
  94. package/dist/lib/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
  95. package/dist/lib/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
  96. package/dist/lib/components/HoverCard/{index.jsx → index.js} +14 -4
  97. package/dist/lib/components/IconButton/index.d.ts +1 -1
  98. package/dist/lib/components/IconButton/{index.jsx → index.js} +2 -3
  99. package/dist/lib/components/Inset/index.d.ts +1 -1
  100. package/dist/lib/components/Inset/{index.jsx → index.js} +3 -6
  101. package/dist/lib/components/Label/index.d.ts +1 -1
  102. package/dist/lib/components/Label/{index.jsx → index.js} +2 -3
  103. package/dist/lib/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
  104. package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
  105. package/dist/lib/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
  106. package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
  107. package/dist/lib/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
  108. package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
  109. package/dist/lib/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
  110. package/dist/lib/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
  111. package/dist/lib/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
  112. package/dist/lib/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
  113. package/dist/lib/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
  114. package/dist/lib/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
  115. package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
  116. package/dist/lib/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
  117. package/dist/lib/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
  118. package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
  119. package/dist/lib/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
  120. package/dist/lib/components/Menubar/index.d.ts +1 -1
  121. package/dist/lib/components/Menubar/{index.jsx → index.js} +3 -6
  122. package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
  123. package/dist/lib/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
  124. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  125. package/dist/lib/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
  126. package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
  127. package/dist/lib/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
  128. package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
  129. package/dist/lib/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
  130. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
  131. package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
  132. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
  133. package/dist/lib/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
  134. package/dist/lib/components/NavigationMenu/{index.jsx → index.js} +14 -6
  135. package/dist/lib/components/PieChart/index.d.ts +1 -2
  136. package/dist/lib/components/PieChart/{index.jsx → index.js} +2 -2
  137. package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
  138. package/dist/lib/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
  139. package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
  140. package/dist/lib/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
  141. package/dist/lib/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
  142. package/dist/lib/components/Popover/{index.jsx → index.js} +14 -4
  143. package/dist/lib/components/Progress/index.d.ts +1 -1
  144. package/dist/lib/components/Progress/{index.jsx → index.js} +3 -4
  145. package/dist/lib/components/RadarChart/index.d.ts +1 -2
  146. package/dist/lib/components/RadarChart/{index.jsx → index.js} +2 -2
  147. package/dist/lib/components/Radio/{index.jsx → index.js} +13 -8
  148. package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
  149. package/dist/lib/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
  150. package/dist/lib/components/RadioCards/{index.jsx → index.js} +3 -6
  151. package/dist/lib/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
  152. package/dist/lib/components/RadioGroup/{index.jsx → index.js} +14 -6
  153. package/dist/lib/components/ScrollArea/{index.jsx → index.js} +14 -6
  154. package/dist/lib/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
  155. package/dist/lib/components/SegmentedControl/{index.jsx → index.js} +2 -5
  156. package/dist/lib/components/Select/index.d.ts +1 -1
  157. package/dist/lib/components/Select/{index.jsx → index.js} +8 -25
  158. package/dist/lib/components/Separator/{index.jsx → index.js} +2 -5
  159. package/dist/lib/components/Skeleton/index.d.ts +1 -1
  160. package/dist/lib/components/Skeleton/{index.jsx → index.js} +2 -5
  161. package/dist/lib/components/Slider/index.d.ts +1 -1
  162. package/dist/lib/components/Slider/{index.jsx → index.js} +2 -3
  163. package/dist/lib/components/Spinner/{index.jsx → index.js} +2 -5
  164. package/dist/lib/components/TabNav/{index.jsx → index.js} +14 -8
  165. package/dist/lib/components/Table/index.d.ts +1 -1
  166. package/dist/lib/components/Table/{index.jsx → index.js} +8 -23
  167. package/dist/lib/components/Tabs/index.d.ts +1 -1
  168. package/dist/lib/components/Tabs/{index.jsx → index.js} +5 -14
  169. package/dist/lib/components/TextArea/index.d.ts +1 -1
  170. package/dist/lib/components/TextArea/{index.jsx → index.js} +2 -3
  171. package/dist/lib/components/TextField/index.d.ts +1 -1
  172. package/dist/lib/components/TextField/{index.jsx → index.js} +3 -8
  173. package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
  174. package/dist/lib/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
  175. package/dist/lib/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
  176. package/dist/lib/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
  177. package/dist/lib/components/Toast/index.d.ts +1 -1
  178. package/dist/lib/components/Toast/{index.jsx → index.js} +3 -9
  179. package/dist/lib/components/Toggle/ToggleWithText.d.ts +1 -1
  180. package/dist/lib/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
  181. package/dist/lib/components/Toggle/index.d.ts +1 -1
  182. package/dist/lib/components/Toggle/{index.jsx → index.js} +3 -4
  183. package/dist/lib/components/ToggleGroup/{index.jsx → index.js} +3 -6
  184. package/dist/lib/components/ToggleGroup/{toggleGroupItem.jsx → toggleGroupItem.js} +14 -4
  185. package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
  186. package/dist/lib/components/ToggleSwitch/{index.jsx → index.js} +2 -6
  187. package/dist/lib/components/Tooltip/index.d.ts +3 -3
  188. package/dist/lib/components/Tooltip/{index.jsx → index.js} +2 -11
  189. package/dist/tailwind.config.js +2 -2
  190. package/package.json +126 -125
  191. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
  192. package/dist/styles.css +0 -27469
@@ -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 React from 'react';
24
25
  import '@radix-ui/themes/styles.css';
25
26
  import { cva } from 'class-variance-authority';
@@ -41,18 +42,12 @@ export var TextField = React.forwardRef(function (_a, forwardedRef) {
41
42
  sizeTheme = '1';
42
43
  if (size === 'large')
43
44
  sizeTheme = '3';
44
- return (<Theme scaling={scaling} accentColor={color} hasBackground={false}>
45
- <TextFieldTheme.Root ref={forwardedRef} variant={appearance} size={sizeTheme} radius={radius} color={color} className={cn(textFieldVariants({ radius: radius }), className)} {...sliderProps}>
46
- {children}
47
- </TextFieldTheme.Root>
48
- </Theme>);
45
+ return (_jsx(Theme, { scaling: scaling, accentColor: color, hasBackground: false, children: _jsx(TextFieldTheme.Root, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: cn(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })) }));
49
46
  });
50
47
  TextField.displayName = 'TextField';
51
48
  export var TextFieldSlot = React.forwardRef(function (_a, forwardedRef) {
52
49
  var className = _a.className, color = _a.color, side = _a.side, radius = _a.radius, children = _a.children, sliderProps = __rest(_a, ["className", "color", "side", "radius", "children"]);
53
- return (<TextFieldTheme.Slot ref={forwardedRef} color={color} side={side} className={cn(textFieldVariants({ radius: radius }), className)} {...sliderProps}>
54
- {children}
55
- </TextFieldTheme.Slot>);
50
+ return (_jsx(TextFieldTheme.Slot, __assign({ ref: forwardedRef, color: color, side: side, className: cn(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })));
56
51
  });
57
52
  TextFieldSlot.displayName = 'TextFieldSlot';
58
53
  export default TextField;
@@ -7,7 +7,7 @@ export interface ToastActionButtonProps extends VariantProps<typeof toastActionB
7
7
  appearance?: IAppearance;
8
8
  }
9
9
  export declare const toastActionButtonVariants: (props?: ({
10
- radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
10
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
11
11
  size?: "small" | "medium" | "large" | "x-large" | null | undefined;
12
12
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
13
13
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
@@ -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 ToastPrimitive from '@radix-ui/react-toast';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from '../../../lib/utils/utils';
@@ -61,8 +62,6 @@ export var ToastActionButton = forwardRef(function (_a, ref) {
61
62
  var buttonClassName = cn(toastActionButtonVariants({ size: size, radius: radius, scaling: scaling }), color && semantics.includes(color)
62
63
  ? getSemanticsStyle(color)
63
64
  : appearanceStyle(appearance, color !== null && color !== void 0 ? color : 'red'), className);
64
- return (<ToastPrimitive.Action ref={ref} altText={altText} {...props} className={buttonClassName} asChild>
65
- <Button>{children}</Button>
66
- </ToastPrimitive.Action>);
65
+ return (_jsx(ToastPrimitive.Action, __assign({ ref: ref, altText: altText }, props, { className: buttonClassName, asChild: true, children: _jsx(Button, { children: children }) })));
67
66
  });
68
67
  ToastActionButton.displayName = 'ToastActionButton';
@@ -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 ToastPrimitive from '@radix-ui/react-toast';
14
26
  import { cva } from 'class-variance-authority';
15
27
  import { cn } from '../../../lib/utils/utils';
@@ -36,10 +48,6 @@ export var toastDescriptionVariants = cva('flex m-0 text-wrap text-slate-11 dark
36
48
  export var ToastDescription = forwardRef(function (_a, ref) {
37
49
  var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
38
50
  var _b = useToastContext(), size = _b.size, color = _b.color;
39
- return (<ToastPrimitive.Description ref={ref} {...props}>
40
- <p className={cn(toastDescriptionVariants({ size: size, color: color }), className)}>
41
- {contentText !== null && contentText !== void 0 ? contentText : children}
42
- </p>
43
- </ToastPrimitive.Description>);
51
+ return (_jsx(ToastPrimitive.Description, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(toastDescriptionVariants({ size: size, color: color }), className), children: contentText !== null && contentText !== void 0 ? contentText : children }) })));
44
52
  });
45
53
  ToastDescription.displayName = 'ToastDescription';
@@ -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 ToastPrimitive from '@radix-ui/react-toast';
14
26
  import { cva } from 'class-variance-authority';
15
27
  import { cn } from '../../../lib/utils/utils';
@@ -36,8 +48,6 @@ export var toastTitleVariants = cva('flex mb-[5px] text-slate-12 dark:text-slate
36
48
  export var ToastTitle = forwardRef(function (_a, ref) {
37
49
  var className = _a.className, children = _a.children, titleText = _a.titleText, props = __rest(_a, ["className", "children", "titleText"]);
38
50
  var _b = useToastContext(), size = _b.size, color = _b.color;
39
- return (<ToastPrimitive.Title ref={ref} {...props}>
40
- <p className={cn(toastTitleVariants({ size: size, color: color }), className)}>{titleText !== null && titleText !== void 0 ? titleText : children}</p>
41
- </ToastPrimitive.Title>);
51
+ return (_jsx(ToastPrimitive.Title, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(toastTitleVariants({ size: size, color: color }), className), children: titleText !== null && titleText !== void 0 ? titleText : children }) })));
42
52
  });
43
53
  ToastTitle.displayName = 'ToastTitle';
@@ -17,7 +17,7 @@ export interface ToastProps extends VariantProps<typeof toastVariants>, VariantP
17
17
  setOpenToast?: Dispatch<SetStateAction<boolean>>;
18
18
  }
19
19
  export declare const toastVariants: (props?: ({
20
- radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
20
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
21
21
  size?: "small" | "medium" | "large" | "x-large" | null | undefined;
22
22
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
23
23
  color?: "danger" | "warning" | "success" | "information" | null | undefined;
@@ -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, jsxs as _jsxs } from "react/jsx-runtime";
24
+ import { forwardRef, createContext, useContext, } from 'react';
24
25
  import ReactDOM from 'react-dom';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { cn } from '../../../lib/utils/utils';
@@ -87,14 +88,7 @@ export var Toast = forwardRef(function (_a, ref) {
87
88
  var contextValue = { radius: radius, size: size, scaling: scaling, color: color };
88
89
  var toastRootStyle = "\n shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] \n flex flex-col px-[15px] relative justify-center\n data-[state=open]:animate-slideIn \n data-[state=closed]:animate-hide \n data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] \n data-[swipe=cancel]:translate-x-0 \n data-[swipe=cancel]:transition-[transform_200ms_ease-out] \n data-[swipe=end]:animate-swipeOut\n ";
89
90
  var toastClassName = cn(toastVariants({ radius: radius, scaling: scaling, size: size, color: color }), toastRootStyle, className);
90
- return ReactDOM.createPortal(<ToastContext.Provider value={contextValue}>
91
- <ToastPrimitive.Provider swipeDirection="right" duration={duration}>
92
- <ToastPrimitive.Root ref={ref} className={toastClassName} open={openToast} onOpenChange={setOpenToast} {...props}>
93
- {children}
94
- </ToastPrimitive.Root>
95
- <ToastPrimitive.Viewport className={cn(toastViewportVariants({ toastPosition: toastPosition }))}/>
96
- </ToastPrimitive.Provider>
97
- </ToastContext.Provider>, document.body);
91
+ return ReactDOM.createPortal(_jsx(ToastContext.Provider, { value: contextValue, children: _jsxs(ToastPrimitive.Provider, { swipeDirection: "right", duration: duration, children: [_jsx(ToastPrimitive.Root, __assign({ ref: ref, className: toastClassName, open: openToast, onOpenChange: setOpenToast }, props, { children: children })), _jsx(ToastPrimitive.Viewport, { className: cn(toastViewportVariants({ toastPosition: toastPosition })) })] }) }), document.body);
98
92
  });
99
93
  Toast.displayName = 'Toast';
100
94
  export default Toast;
@@ -8,7 +8,7 @@ export interface ToggleWithTextProps extends VariantProps<typeof toggleWithTextV
8
8
  size?: 'small' | 'medium' | 'large';
9
9
  }
10
10
  declare const toggleWithTextVariants: (props?: ({
11
- radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
11
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
12
12
  size?: "small" | "medium" | "large" | null | undefined;
13
13
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
14
14
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { jsxs as _jsxs } from "react/jsx-runtime";
23
24
  import React, { Children, forwardRef } from 'react';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import * as TogglePrimitive from '@radix-ui/react-toggle';
@@ -49,11 +50,8 @@ export var IconScaling = {
49
50
  };
50
51
  export var ToggleWithText = forwardRef(function (_a, ref) {
51
52
  var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, text = _a.text, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance", "text"]);
52
- return (<TogglePrimitive.Root ref={ref} className={cn(toggleWithTextVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
53
- {Children.map(children, function (child) {
54
- return React.cloneElement(child, { className: IconScaling[size] });
55
- })}
56
- {text}
57
- </TogglePrimitive.Root>);
53
+ return (_jsxs(TogglePrimitive.Root, __assign({ ref: ref, className: cn(toggleWithTextVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: [Children.map(children, function (child) {
54
+ return React.cloneElement(child, { className: IconScaling[size] });
55
+ }), text] })));
58
56
  });
59
57
  ToggleWithText.displayName = 'ToggleWithText';
@@ -8,7 +8,7 @@ export interface ToggleProps extends VariantProps<typeof toggleVariants> {
8
8
  appearance?: IAppearance;
9
9
  }
10
10
  declare const toggleVariants: (props?: ({
11
- radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
11
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
12
12
  size?: "small" | "medium" | "large" | null | undefined;
13
13
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
14
14
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
@@ -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 React, { Children, forwardRef } from 'react';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import * as TogglePrimitive from '@radix-ui/react-toggle';
@@ -49,11 +50,9 @@ export var IconScaling = {
49
50
  };
50
51
  export var Toggle = forwardRef(function (_a, ref) {
51
52
  var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance"]);
52
- return (<TogglePrimitive.Root ref={ref} className={cn(toggleVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
53
- {Children.map(children, function (child) {
53
+ return (_jsx(TogglePrimitive.Root, __assign({ ref: ref, className: cn(toggleVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: Children.map(children, function (child) {
54
54
  return React.cloneElement(child, { className: IconScaling[size] });
55
- })}
56
- </TogglePrimitive.Root>);
55
+ }) })));
57
56
  });
58
57
  Toggle.displayName = 'Toggle';
59
58
  export default Toggle;
@@ -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 ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
25
26
  import { cva } from 'class-variance-authority';
26
27
  import { scalingVariants } from '../../../lib/constants';
@@ -36,11 +37,7 @@ var toggleVariants = cva('inline-flex', {
36
37
  });
37
38
  export var ToggleGroup = forwardRef(function (_a, ref) {
38
39
  var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, value = _a.value, type = _a.type, onValueChange = _a.onValueChange, scaling = _a.scaling, props = __rest(_a, ["className", "children", "defaultValue", "value", "type", "onValueChange", "scaling"]);
39
- return type === 'single' ? (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
40
- {children}
41
- </ToggleGroupPrimitive.Root>) : (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
42
- {children}
43
- </ToggleGroupPrimitive.Root>);
40
+ return type === 'single' ? (_jsx(ToggleGroupPrimitive.Root, __assign({ ref: ref, type: type, value: value, defaultValue: defaultValue, className: cn(toggleVariants({ scaling: scaling }), className) }, props, { children: children }))) : (_jsx(ToggleGroupPrimitive.Root, __assign({ ref: ref, type: type, value: value, defaultValue: defaultValue, className: cn(toggleVariants({ scaling: scaling }), className) }, props, { children: children })));
44
41
  });
45
42
  ToggleGroup.displayName = 'ToggleGroup';
46
43
  export default ToggleGroup;
@@ -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,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
23
+ import { jsx as _jsx } from "react/jsx-runtime";
12
24
  import React, { Children, forwardRef } from 'react';
13
25
  import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
14
26
  import { cva } from 'class-variance-authority';
@@ -33,10 +45,8 @@ export var IconScaling = {
33
45
  };
34
46
  export var ToggleGroupItem = forwardRef(function (_a, ref) {
35
47
  var className = _a.className, children = _a.children, value = _a.value, _b = _a.size, size = _b === void 0 ? 'medium' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "value", "size", "color", "appearance"]);
36
- return (<ToggleGroupPrimitive.Item ref={ref} value={value} className={cn(toggleGroupItemVariants({ size: size }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
37
- {Children.map(children, function (child) {
48
+ return (_jsx(ToggleGroupPrimitive.Item, __assign({ ref: ref, value: value, className: cn(toggleGroupItemVariants({ size: size }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: Children.map(children, function (child) {
38
49
  return React.cloneElement(child, { className: IconScaling[size] });
39
- })}
40
- </ToggleGroupPrimitive.Item>);
50
+ }) })));
41
51
  });
42
52
  ToggleGroupItem.displayName = 'ToggleGroupItem';
@@ -6,7 +6,7 @@ export interface ToggleSwitchProps extends VariantProps<typeof toggleSwitchVaria
6
6
  }
7
7
  declare const toggleSwitchVariants: (props?: ({
8
8
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
9
- radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
9
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
10
10
  size?: "small" | "medium" | "large" | null | undefined;
11
11
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
12
  export declare const ToggleSwitch: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & ToggleSwitchProps & React.RefAttributes<HTMLButtonElement>>;
@@ -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 { cva } from 'class-variance-authority';
25
26
  import { cn } from '../../../lib/utils/utils';
@@ -64,12 +65,7 @@ export var ToggleSwitch = React.forwardRef(function (_a, forwardedRef) {
64
65
  sizeTheme = '1';
65
66
  if (size === 'large')
66
67
  sizeTheme = '3';
67
- return (<Theme className="flex" accentColor={color} hasBackground={false}>
68
- <Text as="label" className={cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling }))}>
69
- <SwitchTheme ref={forwardedRef} {...switchProps} variant={appearance} radius={radius} size={sizeTheme} color={color} className={cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className)}></SwitchTheme>
70
- {children}
71
- </Text>
72
- </Theme>);
68
+ return (_jsx(Theme, { className: "flex", accentColor: color, hasBackground: false, children: _jsxs(Text, { as: "label", className: cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling })), children: [_jsx(SwitchTheme, __assign({ ref: forwardedRef }, switchProps, { variant: appearance, radius: radius, size: sizeTheme, color: color, className: cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className) })), children] }) }));
73
69
  });
74
70
  ToggleSwitch.displayName = 'ToggleSwitch';
75
71
  export default ToggleSwitch;
@@ -11,9 +11,9 @@ export interface TooltipProps extends React.InputHTMLAttributes<HTMLInputElement
11
11
  side?: 'top' | 'right' | 'bottom' | 'left';
12
12
  }
13
13
  declare const tooltipVariants: (props?: ({
14
- scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "length" | "toString" | "toLocaleString" | "pop" | "push" | "concat" | "join" | "reverse" | "shift" | "slice" | "sort" | "splice" | "unshift" | "indexOf" | "lastIndexOf" | "every" | "some" | "forEach" | "map" | "filter" | "reduce" | "reduceRight" | "find" | "findIndex" | "fill" | "copyWithin" | "entries" | "keys" | "values" | "includes" | "flatMap" | "flat" | "at" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | null | undefined;
15
- weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
16
- radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
14
+ scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "map" | "filter" | "fill" | "values" | "toString" | "pop" | "push" | "join" | "reverse" | "shift" | "sort" | "splice" | "unshift" | "every" | "some" | "forEach" | "reduce" | "reduceRight" | "find" | "findIndex" | "copyWithin" | "entries" | "keys" | "flatMap" | "flat" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | null | undefined;
15
+ weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
16
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
17
17
  color?: string | null | undefined;
18
18
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
19
19
  export declare const Tooltip: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipProps & TooltipProps & React.RefAttributes<never>>;
@@ -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
  // your-tooltip.jsx
24
25
  import React from 'react';
25
26
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
@@ -43,16 +44,6 @@ export var Tooltip = React.forwardRef(function (_a) {
43
44
  var arrowColor = color
44
45
  ? "fill-".concat(color, "-9 dark:fill-").concat(color, "Dark-9")
45
46
  : 'fill-slate-12 dark:fill-slateDark-12';
46
- return (<TooltipPrimitive.Provider>
47
- <TooltipPrimitive.Root open={open} defaultOpen={defaultOpen} onOpenChange={onOpenChange}>
48
- <TooltipPrimitive.Trigger className="cursor-pointer text-slate-12 dark:text-slateDark-12" asChild>
49
- {children}
50
- </TooltipPrimitive.Trigger>
51
- <TooltipPrimitive.Content align="center" {...props} side={side} className={cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className)} sideOffset={5}>
52
- {content}
53
- <TooltipPrimitive.Arrow width={11} height={5} className={arrowColor}/>
54
- </TooltipPrimitive.Content>
55
- </TooltipPrimitive.Root>
56
- </TooltipPrimitive.Provider>);
47
+ return (_jsx(TooltipPrimitive.Provider, { children: _jsxs(TooltipPrimitive.Root, { open: open, defaultOpen: defaultOpen, onOpenChange: onOpenChange, children: [_jsx(TooltipPrimitive.Trigger, { className: "cursor-pointer text-slate-12 dark:text-slateDark-12", asChild: true, children: children }), _jsxs(TooltipPrimitive.Content, __assign({ align: "center" }, props, { side: side, className: cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className), sideOffset: 5, children: [content, _jsx(TooltipPrimitive.Arrow, { width: 11, height: 5, className: arrowColor })] }))] }) }));
57
48
  });
58
49
  Tooltip.displayName = TooltipPrimitive.Root.displayName;
@@ -64,9 +64,9 @@ allColorOptions.forEach(function (options) {
64
64
  darkClasses.push.apply(darkClasses, generateDarkClasses(darkColorOptions, colorScale));
65
65
  var config = {
66
66
  content: [
67
- './src/pages/**/*.{js,ts,jsx,tsx,mdx,zip}',
68
- './src/components/**/*.{js,ts,jsx,tsx,mdx,zip}',
69
67
  './src/app/**/*.{js,ts,jsx,tsx,mdx,zip}',
68
+ './lib/**/*.{js,ts,jsx,tsx,mdx,zip}',
69
+ './src/stories/**/*.{js,ts,jsx,tsx,mdx,zip}',
70
70
  './src/**/*.{js,ts,jsx,tsx,mdx,zip}',
71
71
  ],
72
72
  safelist: __spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray([], classes, true), classes.map(function (cls) { return "hover:".concat(cls); }), true), classes.map(function (cls) { return "active:".concat(cls); }), true), classes.map(function (cls) { return "before:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=checked]:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=unchecked]:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=on]:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=on]:hover:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=open]:".concat(cls); }), true), classes.map(function (cls) { return "after:checked:".concat(cls); }), true), classes.map(function (cls) { return "before:checked:".concat(cls); }), true), darkClasses, true),