@jackbernnie/hiyf 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/LICENSE +191 -0
  2. package/NOTICE +12 -0
  3. package/README.md +47 -0
  4. package/dist/components/Accordion.d.ts +38 -0
  5. package/dist/components/Accordion.js +38 -0
  6. package/dist/components/Alert.d.ts +29 -0
  7. package/dist/components/Alert.js +39 -0
  8. package/dist/components/AlertDialog.d.ts +37 -0
  9. package/dist/components/AlertDialog.js +38 -0
  10. package/dist/components/AspectRatio.d.ts +15 -0
  11. package/dist/components/AspectRatio.js +15 -0
  12. package/dist/components/Avatar.d.ts +26 -0
  13. package/dist/components/Avatar.js +13 -0
  14. package/dist/components/Badge.d.ts +18 -0
  15. package/dist/components/Badge.js +17 -0
  16. package/dist/components/Box.d.ts +13 -0
  17. package/dist/components/Box.js +52 -0
  18. package/dist/components/Breadcrumb.d.ts +33 -0
  19. package/dist/components/Breadcrumb.js +16 -0
  20. package/dist/components/Button.d.ts +40 -0
  21. package/dist/components/Button.js +33 -0
  22. package/dist/components/ButtonGroup.d.ts +18 -0
  23. package/dist/components/ButtonGroup.js +8 -0
  24. package/dist/components/Card.d.ts +46 -0
  25. package/dist/components/Card.js +24 -0
  26. package/dist/components/Carousel.d.ts +27 -0
  27. package/dist/components/Carousel.js +13 -0
  28. package/dist/components/Chart.d.ts +17 -0
  29. package/dist/components/Chart.js +94 -0
  30. package/dist/components/Checkbox.d.ts +26 -0
  31. package/dist/components/Checkbox.js +9 -0
  32. package/dist/components/Collapsible.d.ts +27 -0
  33. package/dist/components/Collapsible.js +26 -0
  34. package/dist/components/Combobox.d.ts +36 -0
  35. package/dist/components/Combobox.js +41 -0
  36. package/dist/components/Command.d.ts +37 -0
  37. package/dist/components/Command.js +32 -0
  38. package/dist/components/ContextMenu.d.ts +34 -0
  39. package/dist/components/ContextMenu.js +23 -0
  40. package/dist/components/Dialog.d.ts +20 -0
  41. package/dist/components/Dialog.js +34 -0
  42. package/dist/components/Drawer.d.ts +28 -0
  43. package/dist/components/Drawer.js +25 -0
  44. package/dist/components/DropdownMenu.d.ts +42 -0
  45. package/dist/components/DropdownMenu.js +32 -0
  46. package/dist/components/Empty.d.ts +28 -0
  47. package/dist/components/Empty.js +15 -0
  48. package/dist/components/Field.d.ts +30 -0
  49. package/dist/components/Field.js +13 -0
  50. package/dist/components/Grid.d.ts +32 -0
  51. package/dist/components/Grid.js +37 -0
  52. package/dist/components/GridItem.d.ts +30 -0
  53. package/dist/components/GridItem.js +40 -0
  54. package/dist/components/HoverCard.d.ts +22 -0
  55. package/dist/components/HoverCard.js +12 -0
  56. package/dist/components/Input.d.ts +34 -0
  57. package/dist/components/Input.js +8 -0
  58. package/dist/components/InputGroup.d.ts +28 -0
  59. package/dist/components/InputGroup.js +13 -0
  60. package/dist/components/InputOTP.d.ts +26 -0
  61. package/dist/components/InputOTP.js +25 -0
  62. package/dist/components/Kbd.d.ts +26 -0
  63. package/dist/components/Kbd.js +11 -0
  64. package/dist/components/Label.d.ts +20 -0
  65. package/dist/components/Label.js +17 -0
  66. package/dist/components/Menubar.d.ts +35 -0
  67. package/dist/components/Menubar.js +19 -0
  68. package/dist/components/NativeSelect.d.ts +33 -0
  69. package/dist/components/NativeSelect.js +37 -0
  70. package/dist/components/NavigationMenu.d.ts +32 -0
  71. package/dist/components/NavigationMenu.js +14 -0
  72. package/dist/components/Pagination.d.ts +28 -0
  73. package/dist/components/Pagination.js +62 -0
  74. package/dist/components/Popover.d.ts +28 -0
  75. package/dist/components/Popover.js +19 -0
  76. package/dist/components/Progress.d.ts +25 -0
  77. package/dist/components/Progress.js +37 -0
  78. package/dist/components/RadioGroup.d.ts +35 -0
  79. package/dist/components/RadioGroup.js +44 -0
  80. package/dist/components/Resizable.d.ts +31 -0
  81. package/dist/components/Resizable.js +17 -0
  82. package/dist/components/ScrollArea.d.ts +8 -0
  83. package/dist/components/ScrollArea.js +14 -0
  84. package/dist/components/Select.d.ts +35 -0
  85. package/dist/components/Select.js +33 -0
  86. package/dist/components/Separator.d.ts +10 -0
  87. package/dist/components/Separator.js +30 -0
  88. package/dist/components/Sheet.d.ts +31 -0
  89. package/dist/components/Sheet.js +26 -0
  90. package/dist/components/Sidebar.d.ts +52 -0
  91. package/dist/components/Sidebar.js +96 -0
  92. package/dist/components/Skeleton.d.ts +40 -0
  93. package/dist/components/Skeleton.js +42 -0
  94. package/dist/components/Slider.d.ts +26 -0
  95. package/dist/components/Slider.js +9 -0
  96. package/dist/components/Spinner.d.ts +7 -0
  97. package/dist/components/Spinner.js +13 -0
  98. package/dist/components/Status.d.ts +30 -0
  99. package/dist/components/Status.js +27 -0
  100. package/dist/components/Switch.d.ts +27 -0
  101. package/dist/components/Switch.js +9 -0
  102. package/dist/components/Table.d.ts +39 -0
  103. package/dist/components/Table.js +22 -0
  104. package/dist/components/Tabs.d.ts +32 -0
  105. package/dist/components/Tabs.js +21 -0
  106. package/dist/components/Text.d.ts +2 -0
  107. package/dist/components/Text.js +5 -0
  108. package/dist/components/Textarea.d.ts +32 -0
  109. package/dist/components/Textarea.js +15 -0
  110. package/dist/components/Toaster.d.ts +30 -0
  111. package/dist/components/Toaster.js +9 -0
  112. package/dist/components/Toggle.d.ts +34 -0
  113. package/dist/components/Toggle.js +31 -0
  114. package/dist/components/ToggleGroup.d.ts +46 -0
  115. package/dist/components/ToggleGroup.js +26 -0
  116. package/dist/components/Tooltip.d.ts +25 -0
  117. package/dist/components/Tooltip.js +12 -0
  118. package/dist/components/ui/accordion.d.ts +7 -0
  119. package/dist/components/ui/accordion.js +81 -0
  120. package/dist/components/ui/alert-dialog.d.ts +18 -0
  121. package/dist/components/ui/alert-dialog.js +154 -0
  122. package/dist/components/ui/alert.d.ts +10 -0
  123. package/dist/components/ui/alert.js +64 -0
  124. package/dist/components/ui/aspect-ratio.d.ts +3 -0
  125. package/dist/components/ui/aspect-ratio.js +11 -0
  126. package/dist/components/ui/avatar.d.ts +11 -0
  127. package/dist/components/ui/avatar.js +57 -0
  128. package/dist/components/ui/badge.d.ts +9 -0
  129. package/dist/components/ui/badge.js +42 -0
  130. package/dist/components/ui/breadcrumb.d.ts +11 -0
  131. package/dist/components/ui/breadcrumb.js +87 -0
  132. package/dist/components/ui/button-group.d.ts +11 -0
  133. package/dist/components/ui/button-group.js +37 -0
  134. package/dist/components/ui/button.d.ts +10 -0
  135. package/dist/components/ui/button.js +55 -0
  136. package/dist/components/ui/card.d.ts +11 -0
  137. package/dist/components/ui/card.js +82 -0
  138. package/dist/components/ui/carousel.d.ts +28 -0
  139. package/dist/components/ui/carousel.js +196 -0
  140. package/dist/components/ui/chart.d.ts +44 -0
  141. package/dist/components/ui/chart.js +198 -0
  142. package/dist/components/ui/checkbox.d.ts +4 -0
  143. package/dist/components/ui/checkbox.js +33 -0
  144. package/dist/components/ui/collapsible.d.ts +5 -0
  145. package/dist/components/ui/collapsible.js +33 -0
  146. package/dist/components/ui/combobox.d.ts +24 -0
  147. package/dist/components/ui/combobox.js +160 -0
  148. package/dist/components/ui/command.d.ts +18 -0
  149. package/dist/components/ui/command.js +142 -0
  150. package/dist/components/ui/context-menu.d.ts +31 -0
  151. package/dist/components/ui/context-menu.js +73 -0
  152. package/dist/components/ui/dialog.d.ts +17 -0
  153. package/dist/components/ui/dialog.js +138 -0
  154. package/dist/components/ui/direction.d.ts +7 -0
  155. package/dist/components/ui/direction.js +14 -0
  156. package/dist/components/ui/drawer.d.ts +13 -0
  157. package/dist/components/ui/drawer.js +101 -0
  158. package/dist/components/ui/dropdown-menu.d.ts +29 -0
  159. package/dist/components/ui/dropdown-menu.js +98 -0
  160. package/dist/components/ui/empty.d.ts +11 -0
  161. package/dist/components/ui/empty.js +97 -0
  162. package/dist/components/ui/field.d.ts +24 -0
  163. package/dist/components/ui/field.js +110 -0
  164. package/dist/components/ui/hover-card.d.ts +6 -0
  165. package/dist/components/ui/hover-card.js +37 -0
  166. package/dist/components/ui/input-group.d.ts +16 -0
  167. package/dist/components/ui/input-group.js +111 -0
  168. package/dist/components/ui/input-otp.d.ts +11 -0
  169. package/dist/components/ui/input-otp.js +66 -0
  170. package/dist/components/ui/input.d.ts +3 -0
  171. package/dist/components/ui/input.js +19 -0
  172. package/dist/components/ui/item.d.ts +23 -0
  173. package/dist/components/ui/item.js +181 -0
  174. package/dist/components/ui/kbd.d.ts +3 -0
  175. package/dist/components/ui/kbd.js +28 -0
  176. package/dist/components/ui/label.d.ts +4 -0
  177. package/dist/components/ui/label.js +23 -0
  178. package/dist/components/ui/menubar.d.ts +30 -0
  179. package/dist/components/ui/menubar.js +119 -0
  180. package/dist/components/ui/native-select.d.ts +8 -0
  181. package/dist/components/ui/native-select.js +49 -0
  182. package/dist/components/ui/navigation-menu.d.ts +14 -0
  183. package/dist/components/ui/navigation-menu.js +139 -0
  184. package/dist/components/ui/pagination.d.ts +17 -0
  185. package/dist/components/ui/pagination.js +120 -0
  186. package/dist/components/ui/popover.d.ts +10 -0
  187. package/dist/components/ui/popover.js +37 -0
  188. package/dist/components/ui/progress.d.ts +4 -0
  189. package/dist/components/ui/radio-group.d.ts +5 -0
  190. package/dist/components/ui/radio-group.js +44 -0
  191. package/dist/components/ui/resizable.d.ts +7 -0
  192. package/dist/components/ui/resizable.js +44 -0
  193. package/dist/components/ui/scroll-area.d.ts +5 -0
  194. package/dist/components/ui/scroll-area.js +59 -0
  195. package/dist/components/ui/select.d.ts +15 -0
  196. package/dist/components/ui/select.js +131 -0
  197. package/dist/components/ui/separator.d.ts +4 -0
  198. package/dist/components/ui/separator.js +27 -0
  199. package/dist/components/ui/sheet.d.ts +14 -0
  200. package/dist/components/ui/sheet.js +113 -0
  201. package/dist/components/ui/sidebar.d.ts +69 -0
  202. package/dist/components/ui/sidebar.js +459 -0
  203. package/dist/components/ui/skeleton.d.ts +2 -0
  204. package/dist/components/ui/slider.d.ts +4 -0
  205. package/dist/components/ui/slider.js +60 -0
  206. package/dist/components/ui/sonner.d.ts +3 -0
  207. package/dist/components/ui/sonner.js +38 -0
  208. package/dist/components/ui/spinner.d.ts +2 -0
  209. package/dist/components/ui/spinner.js +13 -0
  210. package/dist/components/ui/switch.d.ts +6 -0
  211. package/dist/components/ui/switch.js +32 -0
  212. package/dist/components/ui/table.d.ts +10 -0
  213. package/dist/components/ui/table.js +95 -0
  214. package/dist/components/ui/tabs.d.ts +11 -0
  215. package/dist/components/ui/tabs.js +87 -0
  216. package/dist/components/ui/textarea.d.ts +3 -0
  217. package/dist/components/ui/textarea.js +18 -0
  218. package/dist/components/ui/toggle-group.d.ts +10 -0
  219. package/dist/components/ui/toggle-group.js +76 -0
  220. package/dist/components/ui/toggle.d.ts +9 -0
  221. package/dist/components/ui/toggle.js +43 -0
  222. package/dist/components/ui/tooltip.d.ts +7 -0
  223. package/dist/components/ui/tooltip.js +53 -0
  224. package/dist/hooks/use-mobile.d.ts +1 -0
  225. package/dist/hooks/use-mobile.js +18 -0
  226. package/dist/index.d.ts +122 -0
  227. package/dist/index.js +61 -0
  228. package/dist/lib/utils.d.ts +2 -0
  229. package/dist/lib/utils.js +8 -0
  230. package/dist/primitives/createText.d.ts +103 -0
  231. package/dist/primitives/createText.js +183 -0
  232. package/dist/primitives/resolveProperties.d.ts +17 -0
  233. package/dist/stylex.css +1450 -0
  234. package/dist/tokens/animations.d.ts +126 -0
  235. package/dist/tokens/animations.js +61 -0
  236. package/dist/tokens/tokens.stylex.d.ts +85 -0
  237. package/dist/tokens/tokens.stylex.js +81 -0
  238. package/dist/utils/box-styles.d.ts +1117 -0
  239. package/dist/utils/box-styles.js +1455 -0
  240. package/dist/utils/grid.d.ts +4 -0
  241. package/dist/utils/resolvers.d.ts +10 -0
  242. package/dist/utils/resolvers.js +356 -0
  243. package/dist/utils/types.d.ts +133 -0
  244. package/package.json +80 -0
  245. package/src/theme.css +206 -0
@@ -0,0 +1,126 @@
1
+ export declare const animationDelays: readonly ["50", "100", "200", "400", "800"];
2
+ export type AnimationDelay = (typeof animationDelays)[number];
3
+ export type AnimationProperties = {
4
+ opacity?: number;
5
+ translateX?: number;
6
+ translateY?: number;
7
+ scale?: number;
8
+ rotate?: number;
9
+ };
10
+ export type AnimationEasing = 'linear' | 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out';
11
+ export type AnimationToken = {
12
+ from?: AnimationProperties;
13
+ to?: AnimationProperties;
14
+ duration: number;
15
+ delay?: number;
16
+ easing: AnimationEasing;
17
+ repeat?: number | 'infinite';
18
+ direction?: 'normal' | 'reverse' | 'alternate';
19
+ };
20
+ export declare const animations: {
21
+ readonly 'slide-up': {
22
+ readonly from: {
23
+ readonly opacity: 0;
24
+ readonly translateY: 12;
25
+ };
26
+ readonly to: {
27
+ readonly opacity: 1;
28
+ readonly translateY: 0;
29
+ };
30
+ readonly duration: 300;
31
+ readonly easing: "ease-out";
32
+ };
33
+ readonly 'slide-left': {
34
+ readonly from: {
35
+ readonly opacity: 0;
36
+ readonly translateX: 12;
37
+ };
38
+ readonly to: {
39
+ readonly opacity: 1;
40
+ readonly translateX: 0;
41
+ };
42
+ readonly duration: 300;
43
+ readonly easing: "ease-out";
44
+ };
45
+ readonly 'fade-in': {
46
+ readonly from: {
47
+ readonly opacity: 0;
48
+ };
49
+ readonly to: {
50
+ readonly opacity: 1;
51
+ };
52
+ readonly duration: 200;
53
+ readonly easing: "ease-out";
54
+ };
55
+ readonly 'fade-out': {
56
+ readonly from: {
57
+ readonly opacity: 1;
58
+ };
59
+ readonly to: {
60
+ readonly opacity: 0;
61
+ };
62
+ readonly duration: 150;
63
+ readonly easing: "ease-in";
64
+ };
65
+ readonly 'slide-down': {
66
+ readonly from: {
67
+ readonly opacity: 0;
68
+ readonly translateY: -12;
69
+ };
70
+ readonly to: {
71
+ readonly opacity: 1;
72
+ readonly translateY: 0;
73
+ };
74
+ readonly duration: 300;
75
+ readonly easing: "ease-out";
76
+ };
77
+ readonly 'slide-right': {
78
+ readonly from: {
79
+ readonly opacity: 0;
80
+ readonly translateX: -12;
81
+ };
82
+ readonly to: {
83
+ readonly opacity: 1;
84
+ readonly translateX: 0;
85
+ };
86
+ readonly duration: 300;
87
+ readonly easing: "ease-out";
88
+ };
89
+ readonly 'scale-in': {
90
+ readonly from: {
91
+ readonly opacity: 0;
92
+ readonly scale: 0.95;
93
+ };
94
+ readonly to: {
95
+ readonly opacity: 1;
96
+ readonly scale: 1;
97
+ };
98
+ readonly duration: 200;
99
+ readonly easing: "ease-out";
100
+ };
101
+ readonly 'scale-out': {
102
+ readonly from: {
103
+ readonly opacity: 1;
104
+ readonly scale: 1;
105
+ };
106
+ readonly to: {
107
+ readonly opacity: 0;
108
+ readonly scale: 0.95;
109
+ };
110
+ readonly duration: 150;
111
+ readonly easing: "ease-in";
112
+ };
113
+ readonly pulse: {
114
+ readonly from: {
115
+ readonly opacity: 1;
116
+ };
117
+ readonly to: {
118
+ readonly opacity: 0.5;
119
+ };
120
+ readonly duration: 1500;
121
+ readonly easing: "ease-in-out";
122
+ readonly repeat: "infinite";
123
+ readonly direction: "alternate";
124
+ };
125
+ };
126
+ export type AnimationName = keyof typeof animations;
@@ -0,0 +1,61 @@
1
+ const animationDelays = ["50", "100", "200", "400", "800"];
2
+ const animations = {
3
+ "slide-up": {
4
+ from: { opacity: 0, translateY: 12 },
5
+ to: { opacity: 1, translateY: 0 },
6
+ duration: 300,
7
+ easing: "ease-out"
8
+ },
9
+ "slide-left": {
10
+ from: { opacity: 0, translateX: 12 },
11
+ to: { opacity: 1, translateX: 0 },
12
+ duration: 300,
13
+ easing: "ease-out"
14
+ },
15
+ "fade-in": {
16
+ from: { opacity: 0 },
17
+ to: { opacity: 1 },
18
+ duration: 200,
19
+ easing: "ease-out"
20
+ },
21
+ "fade-out": {
22
+ from: { opacity: 1 },
23
+ to: { opacity: 0 },
24
+ duration: 150,
25
+ easing: "ease-in"
26
+ },
27
+ "slide-down": {
28
+ from: { opacity: 0, translateY: -12 },
29
+ to: { opacity: 1, translateY: 0 },
30
+ duration: 300,
31
+ easing: "ease-out"
32
+ },
33
+ "slide-right": {
34
+ from: { opacity: 0, translateX: -12 },
35
+ to: { opacity: 1, translateX: 0 },
36
+ duration: 300,
37
+ easing: "ease-out"
38
+ },
39
+ "scale-in": {
40
+ from: { opacity: 0, scale: 0.95 },
41
+ to: { opacity: 1, scale: 1 },
42
+ duration: 200,
43
+ easing: "ease-out"
44
+ },
45
+ "scale-out": {
46
+ from: { opacity: 1, scale: 1 },
47
+ to: { opacity: 0, scale: 0.95 },
48
+ duration: 150,
49
+ easing: "ease-in"
50
+ },
51
+ pulse: {
52
+ from: { opacity: 1 },
53
+ to: { opacity: 0.5 },
54
+ duration: 1500,
55
+ easing: "ease-in-out",
56
+ repeat: "infinite",
57
+ direction: "alternate"
58
+ }
59
+ };
60
+
61
+ export { animationDelays, animations };
@@ -0,0 +1,85 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const spacing: stylex.VarGroup<Readonly<{
3
+ none: string;
4
+ xs: string;
5
+ s: string;
6
+ m: string;
7
+ l: string;
8
+ xl: string;
9
+ '2xl': string;
10
+ '3xl': string;
11
+ '4xl': string;
12
+ '5xl': string;
13
+ }>, symbol>;
14
+ export declare const backgroundColors: stylex.VarGroup<Readonly<{
15
+ 'background-primary': string;
16
+ 'background-secondary': string;
17
+ 'background-card': string;
18
+ 'background-inverse': string;
19
+ 'background-warning': string;
20
+ 'background-success': string;
21
+ 'background-danger': string;
22
+ 'background-pending': string;
23
+ 'background-card-raised': string;
24
+ }>, symbol>;
25
+ export declare const textColors: stylex.VarGroup<Readonly<{
26
+ 'text-primary': string;
27
+ 'text-secondary': string;
28
+ 'text-tertiary': string;
29
+ 'text-success': string;
30
+ 'text-danger': string;
31
+ 'text-warning': string;
32
+ 'text-pending': string;
33
+ }>, symbol>;
34
+ export declare const borderColors: stylex.VarGroup<Readonly<{
35
+ 'border-primary': string;
36
+ 'border-secondary': string;
37
+ 'border-warning': string;
38
+ 'border-card': string;
39
+ }>, symbol>;
40
+ export declare const borderRadii: stylex.VarGroup<Readonly<{
41
+ none: string;
42
+ s: string;
43
+ m: string;
44
+ l: string;
45
+ xl: string;
46
+ full: string;
47
+ }>, symbol>;
48
+ export declare const shadows: stylex.VarGroup<Readonly<{
49
+ none: string;
50
+ s: string;
51
+ m: string;
52
+ l: string;
53
+ xl: string;
54
+ }>, symbol>;
55
+ export declare const breakpoints: {
56
+ sm: number;
57
+ md: number;
58
+ lg: number;
59
+ xl: number;
60
+ };
61
+ export declare const durations: stylex.VarGroup<Readonly<{
62
+ instant: string;
63
+ fast: string;
64
+ base: string;
65
+ slow: string;
66
+ slower: string;
67
+ }>, symbol>;
68
+ export declare const easings: {
69
+ standard: string;
70
+ decelerate: string;
71
+ accelerate: string;
72
+ spring: string;
73
+ };
74
+ type StyleXTokenKeys<T> = Exclude<keyof T, '__opaqueId' | '__tokens' | symbol | 'toString' | 'valueOf' | 'description'>;
75
+ export type SpacingToken = StyleXTokenKeys<typeof spacing>;
76
+ export type BackgroundColorToken = StyleXTokenKeys<typeof backgroundColors>;
77
+ export type TextColorToken = StyleXTokenKeys<typeof textColors>;
78
+ export type BorderColorToken = StyleXTokenKeys<typeof borderColors>;
79
+ export type ColorToken = BackgroundColorToken | TextColorToken | BorderColorToken;
80
+ export type BorderRadiusToken = StyleXTokenKeys<typeof borderRadii>;
81
+ export type ShadowToken = StyleXTokenKeys<typeof shadows>;
82
+ export type BreakpointKey = keyof typeof breakpoints;
83
+ export type DurationToken = StyleXTokenKeys<typeof durations>;
84
+ export type EasingToken = keyof typeof easings;
85
+ export {};
@@ -0,0 +1,81 @@
1
+ const spacing = {
2
+ none: "var(--x1rar3os)",
3
+ xs: "var(--x1wxfz1x)",
4
+ s: "var(--x1wgg1jz)",
5
+ m: "var(--xchumnb)",
6
+ l: "var(--xxlrnop)",
7
+ xl: "var(--x7r7sef)",
8
+ "2xl": "var(--x1wjolhk)",
9
+ "3xl": "var(--xr1xmvj)",
10
+ "4xl": "var(--x14c7wq8)",
11
+ "5xl": "var(--x1apyyst)",
12
+ __varGroupHash__: "x3o8qo0"
13
+ };
14
+ const backgroundColors = {
15
+ "background-primary": "var(--xewqza3)",
16
+ "background-secondary": "var(--x1forjiq)",
17
+ "background-card": "var(--xxlbvr3)",
18
+ "background-inverse": "var(--xgll94b)",
19
+ "background-warning": "var(--x14qjew9)",
20
+ "background-success": "var(--x1orv1ku)",
21
+ "background-danger": "var(--x1cu0ldb)",
22
+ "background-pending": "var(--xndb461)",
23
+ "background-card-raised": "var(--x8h3i0x)",
24
+ __varGroupHash__: "xe1fndl"
25
+ };
26
+ const textColors = {
27
+ "text-primary": "var(--x1gf3f8t)",
28
+ "text-secondary": "var(--xqrwy3f)",
29
+ "text-tertiary": "var(--x13e1qfx)",
30
+ "text-success": "var(--x1osny8q)",
31
+ "text-danger": "var(--x1mixa3t)",
32
+ "text-warning": "var(--x1vkc7ih)",
33
+ "text-pending": "var(--xjx2sl)",
34
+ __varGroupHash__: "xe12k8q"
35
+ };
36
+ const borderColors = {
37
+ "border-primary": "var(--xb9t9qz)",
38
+ "border-secondary": "var(--xwpvn0g)",
39
+ "border-warning": "var(--x1t6ehjk)",
40
+ "border-card": "var(--x1gac5em)",
41
+ __varGroupHash__: "x1okhtjr"
42
+ };
43
+ const borderRadii = {
44
+ none: "var(--xp2820d)",
45
+ s: "var(--xiyndgr)",
46
+ m: "var(--x1c47loo)",
47
+ l: "var(--x1vzimgr)",
48
+ xl: "var(--x1uymohs)",
49
+ full: "var(--x6mqhnb)",
50
+ __varGroupHash__: "xgq2g6v"
51
+ };
52
+ const shadows = {
53
+ none: "var(--x1bpj6mm)",
54
+ s: "var(--xk4tqw9)",
55
+ m: "var(--x12cdk85)",
56
+ l: "var(--xssuu6)",
57
+ xl: "var(--x1lz7a6k)",
58
+ __varGroupHash__: "x1yvbn9g"
59
+ };
60
+ const breakpoints = {
61
+ sm: 640,
62
+ md: 768,
63
+ lg: 1024,
64
+ xl: 1280
65
+ };
66
+ const durations = {
67
+ instant: "var(--x1dulp5n)",
68
+ fast: "var(--x1cobr8s)",
69
+ base: "var(--xx13mrz)",
70
+ slow: "var(--x1x0p2eb)",
71
+ slower: "var(--xfeph44)",
72
+ __varGroupHash__: "xq51erv"
73
+ };
74
+ const easings = {
75
+ standard: "cubic-bezier(0.2, 0, 0, 1)",
76
+ decelerate: "cubic-bezier(0, 0, 0, 1)",
77
+ accelerate: "cubic-bezier(0.3, 0, 1, 1)",
78
+ spring: "cubic-bezier(0.5, 1.25, 0.4, 1)"
79
+ };
80
+
81
+ export { backgroundColors, borderColors, borderRadii, breakpoints, durations, easings, shadows, spacing, textColors };