@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,1455 @@
1
+ const TRANSITION_PROPERTY_VALUES = {
2
+ none: "none",
3
+ all: "all",
4
+ common: "color, background-color, border-color, box-shadow, opacity, transform",
5
+ colors: "color, background-color, border-color",
6
+ opacity: "opacity",
7
+ shadow: "box-shadow",
8
+ transform: "transform"
9
+ };
10
+ const paddingStyles = {
11
+ none: {
12
+ kmVPX3: "x19ds00b",
13
+ $$css: true
14
+ },
15
+ xs: {
16
+ kmVPX3: "xn6tr1m",
17
+ $$css: true
18
+ },
19
+ s: {
20
+ kmVPX3: "xsajk2f",
21
+ $$css: true
22
+ },
23
+ m: {
24
+ kmVPX3: "xlvswef",
25
+ $$css: true
26
+ },
27
+ l: {
28
+ kmVPX3: "x12dnq5a",
29
+ $$css: true
30
+ },
31
+ xl: {
32
+ kmVPX3: "x9m0wyy",
33
+ $$css: true
34
+ },
35
+ "2xl": {
36
+ kmVPX3: "xqilmnu",
37
+ $$css: true
38
+ },
39
+ "3xl": {
40
+ kmVPX3: "x3gc84b",
41
+ $$css: true
42
+ },
43
+ "4xl": {
44
+ kmVPX3: "x1a1pra7",
45
+ $$css: true
46
+ },
47
+ "5xl": {
48
+ kmVPX3: "x1kae3kl",
49
+ $$css: true
50
+ }
51
+ };
52
+ const paddingTopStyles = {
53
+ none: {
54
+ kLKAdn: "x113gjc7",
55
+ $$css: true
56
+ },
57
+ xs: {
58
+ kLKAdn: "x1bk5qn9",
59
+ $$css: true
60
+ },
61
+ s: {
62
+ kLKAdn: "x183phxb",
63
+ $$css: true
64
+ },
65
+ m: {
66
+ kLKAdn: "xmsk6fy",
67
+ $$css: true
68
+ },
69
+ l: {
70
+ kLKAdn: "xj25t91",
71
+ $$css: true
72
+ },
73
+ xl: {
74
+ kLKAdn: "x10yduhh",
75
+ $$css: true
76
+ },
77
+ "2xl": {
78
+ kLKAdn: "xgxpwp1",
79
+ $$css: true
80
+ },
81
+ "3xl": {
82
+ kLKAdn: "xm06vkl",
83
+ $$css: true
84
+ },
85
+ "4xl": {
86
+ kLKAdn: "xc284dx",
87
+ $$css: true
88
+ },
89
+ "5xl": {
90
+ kLKAdn: "x1y6chdf",
91
+ $$css: true
92
+ }
93
+ };
94
+ const paddingRightStyles = {
95
+ none: {
96
+ kpe85a: "xnzcep",
97
+ $$css: true
98
+ },
99
+ xs: {
100
+ kpe85a: "xg6pt6j",
101
+ $$css: true
102
+ },
103
+ s: {
104
+ kpe85a: "x9gpj3g",
105
+ $$css: true
106
+ },
107
+ m: {
108
+ kpe85a: "x74rgoz",
109
+ $$css: true
110
+ },
111
+ l: {
112
+ kpe85a: "x1hw6qyb",
113
+ $$css: true
114
+ },
115
+ xl: {
116
+ kpe85a: "x1bnt3u7",
117
+ $$css: true
118
+ },
119
+ "2xl": {
120
+ kpe85a: "xl8r4dk",
121
+ $$css: true
122
+ },
123
+ "3xl": {
124
+ kpe85a: "xopsks3",
125
+ $$css: true
126
+ },
127
+ "4xl": {
128
+ kpe85a: "x1gv4kgz",
129
+ $$css: true
130
+ },
131
+ "5xl": {
132
+ kpe85a: "xa011xg",
133
+ $$css: true
134
+ }
135
+ };
136
+ const paddingBottomStyles = {
137
+ none: {
138
+ kGO01o: "xcb50km",
139
+ $$css: true
140
+ },
141
+ xs: {
142
+ kGO01o: "x1cva0q1",
143
+ $$css: true
144
+ },
145
+ s: {
146
+ kGO01o: "xdts3iw",
147
+ $$css: true
148
+ },
149
+ m: {
150
+ kGO01o: "xmwe713",
151
+ $$css: true
152
+ },
153
+ l: {
154
+ kGO01o: "xlh0qka",
155
+ $$css: true
156
+ },
157
+ xl: {
158
+ kGO01o: "xs1ahbo",
159
+ $$css: true
160
+ },
161
+ "2xl": {
162
+ kGO01o: "x19al48s",
163
+ $$css: true
164
+ },
165
+ "3xl": {
166
+ kGO01o: "x1ab75sc",
167
+ $$css: true
168
+ },
169
+ "4xl": {
170
+ kGO01o: "xtr3lgl",
171
+ $$css: true
172
+ },
173
+ "5xl": {
174
+ kGO01o: "xkr1hzr",
175
+ $$css: true
176
+ }
177
+ };
178
+ const paddingLeftStyles = {
179
+ none: {
180
+ kE3dHu: "x13xqmrv",
181
+ $$css: true
182
+ },
183
+ xs: {
184
+ kE3dHu: "xcp71a7",
185
+ $$css: true
186
+ },
187
+ s: {
188
+ kE3dHu: "x6bu3qa",
189
+ $$css: true
190
+ },
191
+ m: {
192
+ kE3dHu: "x1ocmg1x",
193
+ $$css: true
194
+ },
195
+ l: {
196
+ kE3dHu: "x1q9xv93",
197
+ $$css: true
198
+ },
199
+ xl: {
200
+ kE3dHu: "x1y19w6i",
201
+ $$css: true
202
+ },
203
+ "2xl": {
204
+ kE3dHu: "x1v68xb9",
205
+ $$css: true
206
+ },
207
+ "3xl": {
208
+ kE3dHu: "xvpjbwp",
209
+ $$css: true
210
+ },
211
+ "4xl": {
212
+ kE3dHu: "xa372tt",
213
+ $$css: true
214
+ },
215
+ "5xl": {
216
+ kE3dHu: "xwujpt4",
217
+ $$css: true
218
+ }
219
+ };
220
+ const paddingInlineStyles = {
221
+ none: {
222
+ kg3NbH: "x1f7llix",
223
+ $$css: true
224
+ },
225
+ xs: {
226
+ kg3NbH: "xgext4j",
227
+ $$css: true
228
+ },
229
+ s: {
230
+ kg3NbH: "x10bu4wn",
231
+ $$css: true
232
+ },
233
+ m: {
234
+ kg3NbH: "xn639mb",
235
+ $$css: true
236
+ },
237
+ l: {
238
+ kg3NbH: "x163ctmv",
239
+ $$css: true
240
+ },
241
+ xl: {
242
+ kg3NbH: "xf4c410",
243
+ $$css: true
244
+ },
245
+ "2xl": {
246
+ kg3NbH: "x1iqxpgx",
247
+ $$css: true
248
+ },
249
+ "3xl": {
250
+ kg3NbH: "x1oi2zdg",
251
+ $$css: true
252
+ },
253
+ "4xl": {
254
+ kg3NbH: "xft2vc7",
255
+ $$css: true
256
+ },
257
+ "5xl": {
258
+ kg3NbH: "xa6bqqk",
259
+ $$css: true
260
+ }
261
+ };
262
+ const paddingBlockStyles = {
263
+ none: {
264
+ k8WAf4: "x1cts71j",
265
+ $$css: true
266
+ },
267
+ xs: {
268
+ k8WAf4: "xcx31un",
269
+ $$css: true
270
+ },
271
+ s: {
272
+ k8WAf4: "x18y6me5",
273
+ $$css: true
274
+ },
275
+ m: {
276
+ k8WAf4: "x1yvm0yz",
277
+ $$css: true
278
+ },
279
+ l: {
280
+ k8WAf4: "x1dsdsw3",
281
+ $$css: true
282
+ },
283
+ xl: {
284
+ k8WAf4: "x1lloce3",
285
+ $$css: true
286
+ },
287
+ "2xl": {
288
+ k8WAf4: "x1mpuruz",
289
+ $$css: true
290
+ },
291
+ "3xl": {
292
+ k8WAf4: "xyyebjk",
293
+ $$css: true
294
+ },
295
+ "4xl": {
296
+ k8WAf4: "x15a94lr",
297
+ $$css: true
298
+ },
299
+ "5xl": {
300
+ k8WAf4: "x1yz6xfi",
301
+ $$css: true
302
+ }
303
+ };
304
+ const marginStyles = {
305
+ none: {
306
+ kogj98: "x1uy0mcg",
307
+ $$css: true
308
+ },
309
+ xs: {
310
+ kogj98: "xqfw71t",
311
+ $$css: true
312
+ },
313
+ s: {
314
+ kogj98: "x1g22xjg",
315
+ $$css: true
316
+ },
317
+ m: {
318
+ kogj98: "xwbkfvm",
319
+ $$css: true
320
+ },
321
+ l: {
322
+ kogj98: "x14hq6h6",
323
+ $$css: true
324
+ },
325
+ xl: {
326
+ kogj98: "x47u73k",
327
+ $$css: true
328
+ },
329
+ "2xl": {
330
+ kogj98: "x1i28q1s",
331
+ $$css: true
332
+ },
333
+ "3xl": {
334
+ kogj98: "x738dgk",
335
+ $$css: true
336
+ },
337
+ "4xl": {
338
+ kogj98: "x1h03q6k",
339
+ $$css: true
340
+ },
341
+ "5xl": {
342
+ kogj98: "x14x4hbi",
343
+ $$css: true
344
+ },
345
+ auto: {
346
+ kogj98: "x1bpp3o7",
347
+ $$css: true
348
+ }
349
+ };
350
+ const marginTopStyles = {
351
+ none: {
352
+ keoZOQ: "x1cvdpi7",
353
+ $$css: true
354
+ },
355
+ xs: {
356
+ keoZOQ: "x1x687n",
357
+ $$css: true
358
+ },
359
+ s: {
360
+ keoZOQ: "xiqjn5w",
361
+ $$css: true
362
+ },
363
+ m: {
364
+ keoZOQ: "xf1yqe6",
365
+ $$css: true
366
+ },
367
+ l: {
368
+ keoZOQ: "x1rlxw92",
369
+ $$css: true
370
+ },
371
+ xl: {
372
+ keoZOQ: "x1vb2ls9",
373
+ $$css: true
374
+ },
375
+ "2xl": {
376
+ keoZOQ: "x7hlniv",
377
+ $$css: true
378
+ },
379
+ "3xl": {
380
+ keoZOQ: "xp9e1nm",
381
+ $$css: true
382
+ },
383
+ "4xl": {
384
+ keoZOQ: "xb60666",
385
+ $$css: true
386
+ },
387
+ "5xl": {
388
+ keoZOQ: "x2j86bu",
389
+ $$css: true
390
+ },
391
+ auto: {
392
+ keoZOQ: "xr1yuqi",
393
+ $$css: true
394
+ }
395
+ };
396
+ const marginRightStyles = {
397
+ none: {
398
+ km5ZXQ: "x1ac5w6j",
399
+ $$css: true
400
+ },
401
+ xs: {
402
+ km5ZXQ: "xbbtv8d",
403
+ $$css: true
404
+ },
405
+ s: {
406
+ km5ZXQ: "x6hjlhf",
407
+ $$css: true
408
+ },
409
+ m: {
410
+ km5ZXQ: "x167srjd",
411
+ $$css: true
412
+ },
413
+ l: {
414
+ km5ZXQ: "x11d58nq",
415
+ $$css: true
416
+ },
417
+ xl: {
418
+ km5ZXQ: "xidd5ms",
419
+ $$css: true
420
+ },
421
+ "2xl": {
422
+ km5ZXQ: "x1dy3thp",
423
+ $$css: true
424
+ },
425
+ "3xl": {
426
+ km5ZXQ: "xcjdvhc",
427
+ $$css: true
428
+ },
429
+ "4xl": {
430
+ km5ZXQ: "x9js81x",
431
+ $$css: true
432
+ },
433
+ "5xl": {
434
+ km5ZXQ: "x1j8eaea",
435
+ $$css: true
436
+ },
437
+ auto: {
438
+ km5ZXQ: "xack27t",
439
+ $$css: true
440
+ }
441
+ };
442
+ const marginBottomStyles = {
443
+ none: {
444
+ k1K539: "x10guzvi",
445
+ $$css: true
446
+ },
447
+ xs: {
448
+ k1K539: "x1elel2f",
449
+ $$css: true
450
+ },
451
+ s: {
452
+ k1K539: "xpy2rq3",
453
+ $$css: true
454
+ },
455
+ m: {
456
+ k1K539: "x1srk67n",
457
+ $$css: true
458
+ },
459
+ l: {
460
+ k1K539: "x16nfucb",
461
+ $$css: true
462
+ },
463
+ xl: {
464
+ k1K539: "x169yz4w",
465
+ $$css: true
466
+ },
467
+ "2xl": {
468
+ k1K539: "xkiwmaz",
469
+ $$css: true
470
+ },
471
+ "3xl": {
472
+ k1K539: "x1p6dcwf",
473
+ $$css: true
474
+ },
475
+ "4xl": {
476
+ k1K539: "x22fxzu",
477
+ $$css: true
478
+ },
479
+ "5xl": {
480
+ k1K539: "xxh7mwv",
481
+ $$css: true
482
+ },
483
+ auto: {
484
+ k1K539: "x4ii5y1",
485
+ $$css: true
486
+ }
487
+ };
488
+ const marginLeftStyles = {
489
+ none: {
490
+ koQZXg: "x16z74kq",
491
+ $$css: true
492
+ },
493
+ xs: {
494
+ koQZXg: "x34hod",
495
+ $$css: true
496
+ },
497
+ s: {
498
+ koQZXg: "x2p9ibp",
499
+ $$css: true
500
+ },
501
+ m: {
502
+ koQZXg: "x1ckfjch",
503
+ $$css: true
504
+ },
505
+ l: {
506
+ koQZXg: "x9ia8ye",
507
+ $$css: true
508
+ },
509
+ xl: {
510
+ koQZXg: "x1oi1zp2",
511
+ $$css: true
512
+ },
513
+ "2xl": {
514
+ koQZXg: "xy30fvi",
515
+ $$css: true
516
+ },
517
+ "3xl": {
518
+ koQZXg: "xt0zhth",
519
+ $$css: true
520
+ },
521
+ "4xl": {
522
+ koQZXg: "x1p32mbe",
523
+ $$css: true
524
+ },
525
+ "5xl": {
526
+ koQZXg: "x10sjh98",
527
+ $$css: true
528
+ },
529
+ auto: {
530
+ koQZXg: "x8x9d4c",
531
+ $$css: true
532
+ }
533
+ };
534
+ const marginInlineStyles = {
535
+ none: {
536
+ kUOVxO: "xpsz95l",
537
+ $$css: true
538
+ },
539
+ xs: {
540
+ kUOVxO: "x1ezxd2g",
541
+ $$css: true
542
+ },
543
+ s: {
544
+ kUOVxO: "xvawvde",
545
+ $$css: true
546
+ },
547
+ m: {
548
+ kUOVxO: "x1ezltt1",
549
+ $$css: true
550
+ },
551
+ l: {
552
+ kUOVxO: "x1v1ta25",
553
+ $$css: true
554
+ },
555
+ xl: {
556
+ kUOVxO: "x1uw8sgo",
557
+ $$css: true
558
+ },
559
+ "2xl": {
560
+ kUOVxO: "x5edtmg",
561
+ $$css: true
562
+ },
563
+ "3xl": {
564
+ kUOVxO: "xhg2eze",
565
+ $$css: true
566
+ },
567
+ "4xl": {
568
+ kUOVxO: "x10gd67y",
569
+ $$css: true
570
+ },
571
+ "5xl": {
572
+ kUOVxO: "x15cgkwf",
573
+ $$css: true
574
+ },
575
+ auto: {
576
+ kUOVxO: "xvueqy4",
577
+ $$css: true
578
+ }
579
+ };
580
+ const marginBlockStyles = {
581
+ none: {
582
+ kqGvvJ: "x7mcywk",
583
+ $$css: true
584
+ },
585
+ xs: {
586
+ kqGvvJ: "x1sutvdy",
587
+ $$css: true
588
+ },
589
+ s: {
590
+ kqGvvJ: "xahrngn",
591
+ $$css: true
592
+ },
593
+ m: {
594
+ kqGvvJ: "x1qg9b9f",
595
+ $$css: true
596
+ },
597
+ l: {
598
+ kqGvvJ: "x1tdqk1j",
599
+ $$css: true
600
+ },
601
+ xl: {
602
+ kqGvvJ: "x1y7vf2",
603
+ $$css: true
604
+ },
605
+ "2xl": {
606
+ kqGvvJ: "xew2xw6",
607
+ $$css: true
608
+ },
609
+ "3xl": {
610
+ kqGvvJ: "xy6a0bm",
611
+ $$css: true
612
+ },
613
+ "4xl": {
614
+ kqGvvJ: "x12zlt4u",
615
+ $$css: true
616
+ },
617
+ "5xl": {
618
+ kqGvvJ: "x1uvjdwk",
619
+ $$css: true
620
+ },
621
+ auto: {
622
+ kqGvvJ: "x1nkss2m",
623
+ $$css: true
624
+ }
625
+ };
626
+ const gapStyles = {
627
+ none: {
628
+ kOIVth: "x1jj0sxi",
629
+ $$css: true
630
+ },
631
+ xs: {
632
+ kOIVth: "x56zl2f",
633
+ $$css: true
634
+ },
635
+ s: {
636
+ kOIVth: "x4fipt3",
637
+ $$css: true
638
+ },
639
+ m: {
640
+ kOIVth: "x1kc5htt",
641
+ $$css: true
642
+ },
643
+ l: {
644
+ kOIVth: "x1ht625i",
645
+ $$css: true
646
+ },
647
+ xl: {
648
+ kOIVth: "xm3vlfk",
649
+ $$css: true
650
+ },
651
+ "2xl": {
652
+ kOIVth: "x1g87086",
653
+ $$css: true
654
+ },
655
+ "3xl": {
656
+ kOIVth: "x1uyy5ef",
657
+ $$css: true
658
+ },
659
+ "4xl": {
660
+ kOIVth: "x1c6nhcr",
661
+ $$css: true
662
+ },
663
+ "5xl": {
664
+ kOIVth: "xxvt9c2",
665
+ $$css: true
666
+ }
667
+ };
668
+ const rowGapStyles = {
669
+ none: {
670
+ khm7nJ: "x153954v",
671
+ $$css: true
672
+ },
673
+ xs: {
674
+ khm7nJ: "x5vywir",
675
+ $$css: true
676
+ },
677
+ s: {
678
+ khm7nJ: "x1rp22ii",
679
+ $$css: true
680
+ },
681
+ m: {
682
+ khm7nJ: "xvw3be3",
683
+ $$css: true
684
+ },
685
+ l: {
686
+ khm7nJ: "xshgt3k",
687
+ $$css: true
688
+ },
689
+ xl: {
690
+ khm7nJ: "xmd0dfe",
691
+ $$css: true
692
+ },
693
+ "2xl": {
694
+ khm7nJ: "xtqxu76",
695
+ $$css: true
696
+ },
697
+ "3xl": {
698
+ khm7nJ: "xcwgema",
699
+ $$css: true
700
+ },
701
+ "4xl": {
702
+ khm7nJ: "xiswf5t",
703
+ $$css: true
704
+ },
705
+ "5xl": {
706
+ khm7nJ: "xd5cbw9",
707
+ $$css: true
708
+ }
709
+ };
710
+ const columnGapStyles = {
711
+ none: {
712
+ k1C7PZ: "x4j2oca",
713
+ $$css: true
714
+ },
715
+ xs: {
716
+ k1C7PZ: "x1ltbxr9",
717
+ $$css: true
718
+ },
719
+ s: {
720
+ k1C7PZ: "x154p3m0",
721
+ $$css: true
722
+ },
723
+ m: {
724
+ k1C7PZ: "xwwissk",
725
+ $$css: true
726
+ },
727
+ l: {
728
+ k1C7PZ: "x2mr6y1",
729
+ $$css: true
730
+ },
731
+ xl: {
732
+ k1C7PZ: "x1y38t7c",
733
+ $$css: true
734
+ },
735
+ "2xl": {
736
+ k1C7PZ: "xocdopw",
737
+ $$css: true
738
+ },
739
+ "3xl": {
740
+ k1C7PZ: "x1dffhyg",
741
+ $$css: true
742
+ },
743
+ "4xl": {
744
+ k1C7PZ: "x4znnvx",
745
+ $$css: true
746
+ },
747
+ "5xl": {
748
+ k1C7PZ: "xgm4dpk",
749
+ $$css: true
750
+ }
751
+ };
752
+ const backgroundColorStyles = {
753
+ "background-primary": {
754
+ kWkggS: "x1ymx0ag",
755
+ $$css: true
756
+ },
757
+ "background-secondary": {
758
+ kWkggS: "x1f960s8",
759
+ $$css: true
760
+ },
761
+ "background-card": {
762
+ kWkggS: "x1d8x0da",
763
+ $$css: true
764
+ },
765
+ "background-inverse": {
766
+ kWkggS: "xpz9xop",
767
+ $$css: true
768
+ },
769
+ "background-warning": {
770
+ kWkggS: "x1rfh9oy",
771
+ $$css: true
772
+ },
773
+ "background-success": {
774
+ kWkggS: "x17ej7g9",
775
+ $$css: true
776
+ },
777
+ "background-danger": {
778
+ kWkggS: "x2teux1",
779
+ $$css: true
780
+ },
781
+ "background-pending": {
782
+ kWkggS: "x18ycej3",
783
+ $$css: true
784
+ }
785
+ };
786
+ const colorStyles = {
787
+ "text-primary": {
788
+ kMwMTN: "xivni60",
789
+ $$css: true
790
+ },
791
+ "text-secondary": {
792
+ kMwMTN: "xx75ic8",
793
+ $$css: true
794
+ },
795
+ "text-tertiary": {
796
+ kMwMTN: "xhkfe87",
797
+ $$css: true
798
+ },
799
+ "text-success": {
800
+ kMwMTN: "xde0nci",
801
+ $$css: true
802
+ },
803
+ "text-danger": {
804
+ kMwMTN: "xyxonx6",
805
+ $$css: true
806
+ },
807
+ "text-warning": {
808
+ kMwMTN: "xusdi4s",
809
+ $$css: true
810
+ },
811
+ "text-pending": {
812
+ kMwMTN: "x1iky1it",
813
+ $$css: true
814
+ }
815
+ };
816
+ const borderColorStyles = {
817
+ "border-primary": {
818
+ kVAM5u: "xay93zm",
819
+ $$css: true
820
+ },
821
+ "border-secondary": {
822
+ kVAM5u: "x14fwfge",
823
+ $$css: true
824
+ },
825
+ "border-warning": {
826
+ kVAM5u: "x1gyzygh",
827
+ $$css: true
828
+ }
829
+ };
830
+ const borderRadiusStyles = {
831
+ none: {
832
+ kaIpWk: "x1ii8sgz",
833
+ $$css: true
834
+ },
835
+ s: {
836
+ kaIpWk: "x114l8gr",
837
+ $$css: true
838
+ },
839
+ m: {
840
+ kaIpWk: "xd2ym43",
841
+ $$css: true
842
+ },
843
+ l: {
844
+ kaIpWk: "xhn0z3j",
845
+ $$css: true
846
+ },
847
+ xl: {
848
+ kaIpWk: "xyrjy8q",
849
+ $$css: true
850
+ },
851
+ full: {
852
+ kaIpWk: "x1yr9fas",
853
+ $$css: true
854
+ }
855
+ };
856
+ const borderTopLeftRadiusStyles = {
857
+ none: {
858
+ kIxVMA: "xl6vnpe",
859
+ $$css: true
860
+ },
861
+ s: {
862
+ kIxVMA: "xc9lyys",
863
+ $$css: true
864
+ },
865
+ m: {
866
+ kIxVMA: "xn145y0",
867
+ $$css: true
868
+ },
869
+ l: {
870
+ kIxVMA: "x6xg3qb",
871
+ $$css: true
872
+ },
873
+ xl: {
874
+ kIxVMA: "xvpp1y9",
875
+ $$css: true
876
+ },
877
+ full: {
878
+ kIxVMA: "xj673kw",
879
+ $$css: true
880
+ }
881
+ };
882
+ const borderTopRightRadiusStyles = {
883
+ none: {
884
+ ksF3WI: "xulaab5",
885
+ $$css: true
886
+ },
887
+ s: {
888
+ ksF3WI: "xwy9ri6",
889
+ $$css: true
890
+ },
891
+ m: {
892
+ ksF3WI: "xvtewoc",
893
+ $$css: true
894
+ },
895
+ l: {
896
+ ksF3WI: "x16pvi65",
897
+ $$css: true
898
+ },
899
+ xl: {
900
+ ksF3WI: "xbesnjy",
901
+ $$css: true
902
+ },
903
+ full: {
904
+ ksF3WI: "xdfh0bs",
905
+ $$css: true
906
+ }
907
+ };
908
+ const borderBottomLeftRadiusStyles = {
909
+ none: {
910
+ kqGeR4: "xatz6zw",
911
+ $$css: true
912
+ },
913
+ s: {
914
+ kqGeR4: "x1uje12a",
915
+ $$css: true
916
+ },
917
+ m: {
918
+ kqGeR4: "x1ap7rku",
919
+ $$css: true
920
+ },
921
+ l: {
922
+ kqGeR4: "x83bt2n",
923
+ $$css: true
924
+ },
925
+ xl: {
926
+ kqGeR4: "x1ozktvx",
927
+ $$css: true
928
+ },
929
+ full: {
930
+ kqGeR4: "xgkyrq4",
931
+ $$css: true
932
+ }
933
+ };
934
+ const borderBottomRightRadiusStyles = {
935
+ none: {
936
+ kYm2EN: "x15vm7uy",
937
+ $$css: true
938
+ },
939
+ s: {
940
+ kYm2EN: "x1vavpqa",
941
+ $$css: true
942
+ },
943
+ m: {
944
+ kYm2EN: "x1z03k6u",
945
+ $$css: true
946
+ },
947
+ l: {
948
+ kYm2EN: "xzep446",
949
+ $$css: true
950
+ },
951
+ xl: {
952
+ kYm2EN: "x1m6fute",
953
+ $$css: true
954
+ },
955
+ full: {
956
+ kYm2EN: "xsb9wl8",
957
+ $$css: true
958
+ }
959
+ };
960
+ const boxShadowStyles = {
961
+ none: {
962
+ kGVxlE: "x1ml9b1o",
963
+ $$css: true
964
+ },
965
+ s: {
966
+ kGVxlE: "xjvdryk",
967
+ $$css: true
968
+ },
969
+ m: {
970
+ kGVxlE: "x16i2wyl",
971
+ $$css: true
972
+ },
973
+ l: {
974
+ kGVxlE: "x1styyhp",
975
+ $$css: true
976
+ },
977
+ xl: {
978
+ kGVxlE: "xwdu2b1",
979
+ $$css: true
980
+ }
981
+ };
982
+ const displayStyles = {
983
+ flex: {
984
+ k1xSpc: "x78zum5",
985
+ $$css: true
986
+ },
987
+ grid: {
988
+ k1xSpc: "xrvj5dj",
989
+ $$css: true
990
+ },
991
+ block: {
992
+ k1xSpc: "x1lliihq",
993
+ $$css: true
994
+ },
995
+ inline: {
996
+ k1xSpc: "xt0psk2",
997
+ $$css: true
998
+ },
999
+ "inline-flex": {
1000
+ k1xSpc: "x3nfvp2",
1001
+ $$css: true
1002
+ },
1003
+ "inline-grid": {
1004
+ k1xSpc: "xwz0xwf",
1005
+ $$css: true
1006
+ },
1007
+ "inline-block": {
1008
+ k1xSpc: "x1rg5ohu",
1009
+ $$css: true
1010
+ },
1011
+ none: {
1012
+ k1xSpc: "x1s85apg",
1013
+ $$css: true
1014
+ },
1015
+ contents: {
1016
+ k1xSpc: "xjp7ctv",
1017
+ $$css: true
1018
+ }
1019
+ };
1020
+ const overflowStyles = {
1021
+ hidden: {
1022
+ kVQacm: "xb3r6kr",
1023
+ $$css: true
1024
+ },
1025
+ auto: {
1026
+ kVQacm: "xysyzu8",
1027
+ $$css: true
1028
+ },
1029
+ scroll: {
1030
+ kVQacm: "x1algulf",
1031
+ $$css: true
1032
+ },
1033
+ visible: {
1034
+ kVQacm: "x1rea2x4",
1035
+ $$css: true
1036
+ }
1037
+ };
1038
+ const overflowXStyles = {
1039
+ hidden: {
1040
+ kXHlph: "x6ikm8r",
1041
+ $$css: true
1042
+ },
1043
+ auto: {
1044
+ kXHlph: "xw2csxc",
1045
+ $$css: true
1046
+ },
1047
+ scroll: {
1048
+ kXHlph: "x14aock7",
1049
+ $$css: true
1050
+ },
1051
+ visible: {
1052
+ kXHlph: "x1plvlek",
1053
+ $$css: true
1054
+ }
1055
+ };
1056
+ const overflowYStyles = {
1057
+ hidden: {
1058
+ kORKVm: "x10wlt62",
1059
+ $$css: true
1060
+ },
1061
+ auto: {
1062
+ kORKVm: "x1odjw0f",
1063
+ $$css: true
1064
+ },
1065
+ scroll: {
1066
+ kORKVm: "x1rife3k",
1067
+ $$css: true
1068
+ },
1069
+ visible: {
1070
+ kORKVm: "xryxfnj",
1071
+ $$css: true
1072
+ }
1073
+ };
1074
+ const flexDirectionStyles = {
1075
+ row: {
1076
+ kXwgrk: "x1q0g3np",
1077
+ $$css: true
1078
+ },
1079
+ column: {
1080
+ kXwgrk: "xdt5ytf",
1081
+ $$css: true
1082
+ },
1083
+ "row-reverse": {
1084
+ kXwgrk: "x15zctf7",
1085
+ $$css: true
1086
+ },
1087
+ "column-reverse": {
1088
+ kXwgrk: "x3ieub6",
1089
+ $$css: true
1090
+ }
1091
+ };
1092
+ const flexWrapStyles = {
1093
+ wrap: {
1094
+ kwnvtZ: "x1a02dak",
1095
+ $$css: true
1096
+ },
1097
+ nowrap: {
1098
+ kwnvtZ: "xozqiw3",
1099
+ $$css: true
1100
+ },
1101
+ "wrap-reverse": {
1102
+ kwnvtZ: "x8hhl5t",
1103
+ $$css: true
1104
+ }
1105
+ };
1106
+ const alignItemsStyles = {
1107
+ start: {
1108
+ kGNEyG: "x1cy8zhl",
1109
+ $$css: true
1110
+ },
1111
+ end: {
1112
+ kGNEyG: "xuk3077",
1113
+ $$css: true
1114
+ },
1115
+ center: {
1116
+ kGNEyG: "x6s0dn4",
1117
+ $$css: true
1118
+ },
1119
+ baseline: {
1120
+ kGNEyG: "x1pha0wt",
1121
+ $$css: true
1122
+ },
1123
+ stretch: {
1124
+ kGNEyG: "x1qjc9v5",
1125
+ $$css: true
1126
+ }
1127
+ };
1128
+ const alignSelfStyles = {
1129
+ start: {
1130
+ kSGwAc: "xqcrz7y",
1131
+ $$css: true
1132
+ },
1133
+ end: {
1134
+ kSGwAc: "xpvyfi4",
1135
+ $$css: true
1136
+ },
1137
+ center: {
1138
+ kSGwAc: "xamitd3",
1139
+ $$css: true
1140
+ },
1141
+ baseline: {
1142
+ kSGwAc: "xoi2r2e",
1143
+ $$css: true
1144
+ },
1145
+ stretch: {
1146
+ kSGwAc: "xkh2ocl",
1147
+ $$css: true
1148
+ },
1149
+ auto: {
1150
+ kSGwAc: "x1oa3qoh",
1151
+ $$css: true
1152
+ }
1153
+ };
1154
+ const justifyContentStyles = {
1155
+ start: {
1156
+ kjj79g: "x1nhvcw1",
1157
+ $$css: true
1158
+ },
1159
+ end: {
1160
+ kjj79g: "x13a6bvl",
1161
+ $$css: true
1162
+ },
1163
+ center: {
1164
+ kjj79g: "xl56j7k",
1165
+ $$css: true
1166
+ },
1167
+ between: {
1168
+ kjj79g: "x1qughib",
1169
+ $$css: true
1170
+ },
1171
+ around: {
1172
+ kjj79g: "x1l1ennw",
1173
+ $$css: true
1174
+ },
1175
+ evenly: {
1176
+ kjj79g: "xaw8158",
1177
+ $$css: true
1178
+ }
1179
+ };
1180
+ const alignContentStyles = {
1181
+ start: {
1182
+ kfiyM8: "x8gbvx8",
1183
+ $$css: true
1184
+ },
1185
+ end: {
1186
+ kfiyM8: "xnwe2h8",
1187
+ $$css: true
1188
+ },
1189
+ center: {
1190
+ kfiyM8: "xc26acl",
1191
+ $$css: true
1192
+ },
1193
+ between: {
1194
+ kfiyM8: "xcdzlcm",
1195
+ $$css: true
1196
+ },
1197
+ around: {
1198
+ kfiyM8: "x1jpljmv",
1199
+ $$css: true
1200
+ },
1201
+ evenly: {
1202
+ kfiyM8: "xmsuk3y",
1203
+ $$css: true
1204
+ },
1205
+ stretch: {
1206
+ kfiyM8: "xqjyukv",
1207
+ $$css: true
1208
+ }
1209
+ };
1210
+ const gridAutoFlowStyles = {
1211
+ row: {
1212
+ kprqdN: "x1sdr0u7",
1213
+ $$css: true
1214
+ },
1215
+ column: {
1216
+ kprqdN: "x1mt1orb",
1217
+ $$css: true
1218
+ },
1219
+ dense: {
1220
+ kprqdN: "x80kce4",
1221
+ $$css: true
1222
+ },
1223
+ "row-dense": {
1224
+ kprqdN: "xf2va4h",
1225
+ $$css: true
1226
+ },
1227
+ "column-dense": {
1228
+ kprqdN: "xw78oal",
1229
+ $$css: true
1230
+ }
1231
+ };
1232
+ const positionStyles = {
1233
+ relative: {
1234
+ kVAEAm: "x1n2onr6",
1235
+ $$css: true
1236
+ },
1237
+ absolute: {
1238
+ kVAEAm: "x10l6tqk",
1239
+ $$css: true
1240
+ },
1241
+ fixed: {
1242
+ kVAEAm: "xixxii4",
1243
+ $$css: true
1244
+ },
1245
+ sticky: {
1246
+ kVAEAm: "x7wzq59",
1247
+ $$css: true
1248
+ },
1249
+ static: {
1250
+ kVAEAm: "x1uhb9sk",
1251
+ $$css: true
1252
+ }
1253
+ };
1254
+ const borderStyleStyles = {
1255
+ solid: {
1256
+ ksu8eU: "x1y0btm7",
1257
+ $$css: true
1258
+ },
1259
+ dashed: {
1260
+ ksu8eU: "xbsl7fq",
1261
+ $$css: true
1262
+ },
1263
+ dotted: {
1264
+ ksu8eU: "xha96y3",
1265
+ $$css: true
1266
+ },
1267
+ none: {
1268
+ ksu8eU: "xng3xce",
1269
+ $$css: true
1270
+ }
1271
+ };
1272
+ const cursorStyles = {
1273
+ pointer: {
1274
+ kkrTdU: "x1ypdohk",
1275
+ $$css: true
1276
+ },
1277
+ default: {
1278
+ kkrTdU: "xt0e3qv",
1279
+ $$css: true
1280
+ },
1281
+ "not-allowed": {
1282
+ kkrTdU: "x1h6gzvc",
1283
+ $$css: true
1284
+ },
1285
+ grab: {
1286
+ kkrTdU: "x1jm3nie",
1287
+ $$css: true
1288
+ },
1289
+ grabbing: {
1290
+ kkrTdU: "xi9pz9s",
1291
+ $$css: true
1292
+ },
1293
+ text: {
1294
+ kkrTdU: "x1ed109x",
1295
+ $$css: true
1296
+ },
1297
+ move: {
1298
+ kkrTdU: "xv5twrn",
1299
+ $$css: true
1300
+ },
1301
+ wait: {
1302
+ kkrTdU: "xky4qsq",
1303
+ $$css: true
1304
+ }
1305
+ };
1306
+ const pointerEventsStyles = {
1307
+ none: {
1308
+ kfzvcC: "x47corl",
1309
+ $$css: true
1310
+ },
1311
+ auto: {
1312
+ kfzvcC: "x67bb7w",
1313
+ $$css: true
1314
+ }
1315
+ };
1316
+ const visibilityStyles = {
1317
+ visible: {
1318
+ k33iCy: "xnpuxes",
1319
+ $$css: true
1320
+ },
1321
+ hidden: {
1322
+ k33iCy: "xlshs6z",
1323
+ $$css: true
1324
+ }
1325
+ };
1326
+ const userSelectStyles = {
1327
+ none: {
1328
+ kfSwDN: "x87ps6o",
1329
+ $$css: true
1330
+ },
1331
+ text: {
1332
+ kfSwDN: "x1hx0egp",
1333
+ $$css: true
1334
+ },
1335
+ all: {
1336
+ kfSwDN: "xvrbanz",
1337
+ $$css: true
1338
+ },
1339
+ auto: {
1340
+ kfSwDN: "x1kxipp6",
1341
+ $$css: true
1342
+ }
1343
+ };
1344
+ const textAlignStyles = {
1345
+ left: {
1346
+ k9WMMc: "xdpxx8g",
1347
+ $$css: true
1348
+ },
1349
+ center: {
1350
+ k9WMMc: "x2b8uid",
1351
+ $$css: true
1352
+ },
1353
+ right: {
1354
+ k9WMMc: "x1hr2gdg",
1355
+ $$css: true
1356
+ },
1357
+ justify: {
1358
+ k9WMMc: "xmw9mke",
1359
+ $$css: true
1360
+ }
1361
+ };
1362
+ const transitionPropertyStyles = {
1363
+ none: {
1364
+ k1ekBW: "x13b0p5u",
1365
+ $$css: true
1366
+ },
1367
+ all: {
1368
+ k1ekBW: "xfagghw",
1369
+ $$css: true
1370
+ },
1371
+ common: {
1372
+ k1ekBW: "x13vghmo",
1373
+ $$css: true
1374
+ },
1375
+ colors: {
1376
+ k1ekBW: "x1oy24xj",
1377
+ $$css: true
1378
+ },
1379
+ opacity: {
1380
+ k1ekBW: "x19991ni",
1381
+ $$css: true
1382
+ },
1383
+ shadow: {
1384
+ k1ekBW: "xkdsq27",
1385
+ $$css: true
1386
+ },
1387
+ transform: {
1388
+ k1ekBW: "x11xpdln",
1389
+ $$css: true
1390
+ }
1391
+ };
1392
+ const transitionDurationStyles = {
1393
+ instant: {
1394
+ kIyJzY: "x154te9f",
1395
+ $$css: true
1396
+ },
1397
+ fast: {
1398
+ kIyJzY: "x1winw1u",
1399
+ $$css: true
1400
+ },
1401
+ base: {
1402
+ kIyJzY: "xdfvsj2",
1403
+ $$css: true
1404
+ },
1405
+ slow: {
1406
+ kIyJzY: "x1nrcqkf",
1407
+ $$css: true
1408
+ },
1409
+ slower: {
1410
+ kIyJzY: "x17y2ykx",
1411
+ $$css: true
1412
+ }
1413
+ };
1414
+ const transitionTimingFunctionStyles = {
1415
+ standard: {
1416
+ kAMwcw: "x1cv0wyt",
1417
+ $$css: true
1418
+ },
1419
+ decelerate: {
1420
+ kAMwcw: "xowshpw",
1421
+ $$css: true
1422
+ },
1423
+ accelerate: {
1424
+ kAMwcw: "x17l03ab",
1425
+ $$css: true
1426
+ },
1427
+ spring: {
1428
+ kAMwcw: "x1vy8jc5",
1429
+ $$css: true
1430
+ }
1431
+ };
1432
+ const transitionDelayStyles = {
1433
+ instant: {
1434
+ kIr0Dl: "x1qc0iug",
1435
+ $$css: true
1436
+ },
1437
+ fast: {
1438
+ kIr0Dl: "x106myfg",
1439
+ $$css: true
1440
+ },
1441
+ base: {
1442
+ kIr0Dl: "x1pf6lqf",
1443
+ $$css: true
1444
+ },
1445
+ slow: {
1446
+ kIr0Dl: "x196z66q",
1447
+ $$css: true
1448
+ },
1449
+ slower: {
1450
+ kIr0Dl: "xr4lx6r",
1451
+ $$css: true
1452
+ }
1453
+ };
1454
+
1455
+ export { TRANSITION_PROPERTY_VALUES, alignContentStyles, alignItemsStyles, alignSelfStyles, backgroundColorStyles, borderBottomLeftRadiusStyles, borderBottomRightRadiusStyles, borderColorStyles, borderRadiusStyles, borderStyleStyles, borderTopLeftRadiusStyles, borderTopRightRadiusStyles, boxShadowStyles, colorStyles, columnGapStyles, cursorStyles, displayStyles, flexDirectionStyles, flexWrapStyles, gapStyles, gridAutoFlowStyles, justifyContentStyles, marginBlockStyles, marginBottomStyles, marginInlineStyles, marginLeftStyles, marginRightStyles, marginStyles, marginTopStyles, overflowStyles, overflowXStyles, overflowYStyles, paddingBlockStyles, paddingBottomStyles, paddingInlineStyles, paddingLeftStyles, paddingRightStyles, paddingStyles, paddingTopStyles, pointerEventsStyles, positionStyles, rowGapStyles, textAlignStyles, transitionDelayStyles, transitionDurationStyles, transitionPropertyStyles, transitionTimingFunctionStyles, userSelectStyles, visibilityStyles };