@mayor_grd/centry-ui 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 (303) hide show
  1. package/README.md +100 -0
  2. package/dist/components/ui/accordion.cjs +2 -0
  3. package/dist/components/ui/accordion.cjs.map +1 -0
  4. package/dist/components/ui/accordion.d.ts +8 -0
  5. package/dist/components/ui/accordion.d.ts.map +1 -0
  6. package/dist/components/ui/accordion.js +47 -0
  7. package/dist/components/ui/accordion.js.map +1 -0
  8. package/dist/components/ui/alert-dialog.cjs +2 -0
  9. package/dist/components/ui/alert-dialog.cjs.map +1 -0
  10. package/dist/components/ui/alert-dialog.d.ts +21 -0
  11. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  12. package/dist/components/ui/alert-dialog.js +108 -0
  13. package/dist/components/ui/alert-dialog.js.map +1 -0
  14. package/dist/components/ui/alert.cjs +2 -0
  15. package/dist/components/ui/alert.cjs.map +1 -0
  16. package/dist/components/ui/alert.d.ts +12 -0
  17. package/dist/components/ui/alert.d.ts.map +1 -0
  18. package/dist/components/ui/alert.js +55 -0
  19. package/dist/components/ui/alert.js.map +1 -0
  20. package/dist/components/ui/aspect-ratio.cjs +2 -0
  21. package/dist/components/ui/aspect-ratio.cjs.map +1 -0
  22. package/dist/components/ui/aspect-ratio.d.ts +4 -0
  23. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  24. package/dist/components/ui/aspect-ratio.js +6 -0
  25. package/dist/components/ui/aspect-ratio.js.map +1 -0
  26. package/dist/components/ui/avatar.cjs +2 -0
  27. package/dist/components/ui/avatar.cjs.map +1 -0
  28. package/dist/components/ui/avatar.d.ts +13 -0
  29. package/dist/components/ui/avatar.d.ts.map +1 -0
  30. package/dist/components/ui/avatar.js +57 -0
  31. package/dist/components/ui/avatar.js.map +1 -0
  32. package/dist/components/ui/badge.cjs +2 -0
  33. package/dist/components/ui/badge.cjs.map +1 -0
  34. package/dist/components/ui/badge.d.ts +10 -0
  35. package/dist/components/ui/badge.d.ts.map +1 -0
  36. package/dist/components/ui/badge.js +38 -0
  37. package/dist/components/ui/badge.js.map +1 -0
  38. package/dist/components/ui/breadcrumb.cjs +2 -0
  39. package/dist/components/ui/breadcrumb.cjs.map +1 -0
  40. package/dist/components/ui/breadcrumb.d.ts +23 -0
  41. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  42. package/dist/components/ui/breadcrumb.js +97 -0
  43. package/dist/components/ui/breadcrumb.js.map +1 -0
  44. package/dist/components/ui/button.cjs +2 -0
  45. package/dist/components/ui/button.cjs.map +1 -0
  46. package/dist/components/ui/button.d.ts +13 -0
  47. package/dist/components/ui/button.d.ts.map +1 -0
  48. package/dist/components/ui/button.figma.d.ts +2 -0
  49. package/dist/components/ui/button.figma.d.ts.map +1 -0
  50. package/dist/components/ui/button.js +73 -0
  51. package/dist/components/ui/button.js.map +1 -0
  52. package/dist/components/ui/calendar.cjs +2 -0
  53. package/dist/components/ui/calendar.cjs.map +1 -0
  54. package/dist/components/ui/calendar.d.ts +9 -0
  55. package/dist/components/ui/calendar.d.ts.map +1 -0
  56. package/dist/components/ui/calendar.js +56 -0
  57. package/dist/components/ui/calendar.js.map +1 -0
  58. package/dist/components/ui/card.cjs +2 -0
  59. package/dist/components/ui/card.cjs.map +1 -0
  60. package/dist/components/ui/card.d.ts +9 -0
  61. package/dist/components/ui/card.d.ts.map +1 -0
  62. package/dist/components/ui/card.js +51 -0
  63. package/dist/components/ui/card.js.map +1 -0
  64. package/dist/components/ui/carousel.cjs +2 -0
  65. package/dist/components/ui/carousel.cjs.map +1 -0
  66. package/dist/components/ui/carousel.d.ts +19 -0
  67. package/dist/components/ui/carousel.d.ts.map +1 -0
  68. package/dist/components/ui/carousel.js +156 -0
  69. package/dist/components/ui/carousel.js.map +1 -0
  70. package/dist/components/ui/checkbox.cjs +2 -0
  71. package/dist/components/ui/checkbox.cjs.map +1 -0
  72. package/dist/components/ui/checkbox.d.ts +5 -0
  73. package/dist/components/ui/checkbox.d.ts.map +1 -0
  74. package/dist/components/ui/checkbox.js +53 -0
  75. package/dist/components/ui/checkbox.js.map +1 -0
  76. package/dist/components/ui/collapsible.cjs +2 -0
  77. package/dist/components/ui/collapsible.cjs.map +1 -0
  78. package/dist/components/ui/collapsible.d.ts +6 -0
  79. package/dist/components/ui/collapsible.d.ts.map +1 -0
  80. package/dist/components/ui/collapsible.js +8 -0
  81. package/dist/components/ui/collapsible.js.map +1 -0
  82. package/dist/components/ui/combobox.cjs +2 -0
  83. package/dist/components/ui/combobox.cjs.map +1 -0
  84. package/dist/components/ui/combobox.d.ts +22 -0
  85. package/dist/components/ui/combobox.d.ts.map +1 -0
  86. package/dist/components/ui/combobox.js +70 -0
  87. package/dist/components/ui/combobox.js.map +1 -0
  88. package/dist/components/ui/command.cjs +2 -0
  89. package/dist/components/ui/command.cjs.map +1 -0
  90. package/dist/components/ui/command.d.ts +82 -0
  91. package/dist/components/ui/command.d.ts.map +1 -0
  92. package/dist/components/ui/command.js +107 -0
  93. package/dist/components/ui/command.js.map +1 -0
  94. package/dist/components/ui/data-table.cjs +2 -0
  95. package/dist/components/ui/data-table.cjs.map +1 -0
  96. package/dist/components/ui/data-table.d.ts +11 -0
  97. package/dist/components/ui/data-table.d.ts.map +1 -0
  98. package/dist/components/ui/data-table.js +26 -0
  99. package/dist/components/ui/data-table.js.map +1 -0
  100. package/dist/components/ui/date-picker.cjs +2 -0
  101. package/dist/components/ui/date-picker.cjs.map +1 -0
  102. package/dist/components/ui/date-picker.d.ts +15 -0
  103. package/dist/components/ui/date-picker.d.ts.map +1 -0
  104. package/dist/components/ui/date-picker.js +49 -0
  105. package/dist/components/ui/date-picker.js.map +1 -0
  106. package/dist/components/ui/dialog.cjs +2 -0
  107. package/dist/components/ui/dialog.cjs.map +1 -0
  108. package/dist/components/ui/dialog.d.ts +20 -0
  109. package/dist/components/ui/dialog.d.ts.map +1 -0
  110. package/dist/components/ui/dialog.js +96 -0
  111. package/dist/components/ui/dialog.js.map +1 -0
  112. package/dist/components/ui/drawer.cjs +2 -0
  113. package/dist/components/ui/drawer.cjs.map +1 -0
  114. package/dist/components/ui/drawer.d.ts +23 -0
  115. package/dist/components/ui/drawer.d.ts.map +1 -0
  116. package/dist/components/ui/drawer.js +84 -0
  117. package/dist/components/ui/drawer.js.map +1 -0
  118. package/dist/components/ui/dropdown-menu.cjs +2 -0
  119. package/dist/components/ui/dropdown-menu.cjs.map +1 -0
  120. package/dist/components/ui/dropdown-menu.d.ts +34 -0
  121. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  122. package/dist/components/ui/dropdown-menu.js +153 -0
  123. package/dist/components/ui/dropdown-menu.js.map +1 -0
  124. package/dist/components/ui/form.cjs +2 -0
  125. package/dist/components/ui/form.cjs.map +1 -0
  126. package/dist/components/ui/form.d.ts +23 -0
  127. package/dist/components/ui/form.d.ts.map +1 -0
  128. package/dist/components/ui/form.js +93 -0
  129. package/dist/components/ui/form.js.map +1 -0
  130. package/dist/components/ui/hover-card.cjs +2 -0
  131. package/dist/components/ui/hover-card.cjs.map +1 -0
  132. package/dist/components/ui/hover-card.d.ts +7 -0
  133. package/dist/components/ui/hover-card.d.ts.map +1 -0
  134. package/dist/components/ui/hover-card.js +24 -0
  135. package/dist/components/ui/hover-card.js.map +1 -0
  136. package/dist/components/ui/index.d.ts +45 -0
  137. package/dist/components/ui/index.d.ts.map +1 -0
  138. package/dist/components/ui/input-otp.cjs +2 -0
  139. package/dist/components/ui/input-otp.cjs.map +1 -0
  140. package/dist/components/ui/input-otp.d.ts +36 -0
  141. package/dist/components/ui/input-otp.d.ts.map +1 -0
  142. package/dist/components/ui/input-otp.js +55 -0
  143. package/dist/components/ui/input-otp.js.map +1 -0
  144. package/dist/components/ui/input.cjs +2 -0
  145. package/dist/components/ui/input.cjs.map +1 -0
  146. package/dist/components/ui/input.d.ts +10 -0
  147. package/dist/components/ui/input.d.ts.map +1 -0
  148. package/dist/components/ui/input.js +32 -0
  149. package/dist/components/ui/input.js.map +1 -0
  150. package/dist/components/ui/label.cjs +2 -0
  151. package/dist/components/ui/label.cjs.map +1 -0
  152. package/dist/components/ui/label.d.ts +6 -0
  153. package/dist/components/ui/label.d.ts.map +1 -0
  154. package/dist/components/ui/label.js +13 -0
  155. package/dist/components/ui/label.js.map +1 -0
  156. package/dist/components/ui/navigation-menu.cjs +2 -0
  157. package/dist/components/ui/navigation-menu.cjs.map +1 -0
  158. package/dist/components/ui/navigation-menu.d.ts +13 -0
  159. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  160. package/dist/components/ui/navigation-menu.js +100 -0
  161. package/dist/components/ui/navigation-menu.js.map +1 -0
  162. package/dist/components/ui/pagination.cjs +2 -0
  163. package/dist/components/ui/pagination.cjs.map +1 -0
  164. package/dist/components/ui/pagination.d.ts +29 -0
  165. package/dist/components/ui/pagination.d.ts.map +1 -0
  166. package/dist/components/ui/pagination.js +100 -0
  167. package/dist/components/ui/pagination.js.map +1 -0
  168. package/dist/components/ui/popover.cjs +2 -0
  169. package/dist/components/ui/popover.cjs.map +1 -0
  170. package/dist/components/ui/popover.d.ts +8 -0
  171. package/dist/components/ui/popover.d.ts.map +1 -0
  172. package/dist/components/ui/popover.js +25 -0
  173. package/dist/components/ui/popover.js.map +1 -0
  174. package/dist/components/ui/progress.cjs +2 -0
  175. package/dist/components/ui/progress.cjs.map +1 -0
  176. package/dist/components/ui/progress.d.ts +5 -0
  177. package/dist/components/ui/progress.d.ts.map +1 -0
  178. package/dist/components/ui/progress.js +24 -0
  179. package/dist/components/ui/progress.js.map +1 -0
  180. package/dist/components/ui/radio-group.cjs +2 -0
  181. package/dist/components/ui/radio-group.cjs.map +1 -0
  182. package/dist/components/ui/radio-group.d.ts +6 -0
  183. package/dist/components/ui/radio-group.d.ts.map +1 -0
  184. package/dist/components/ui/radio-group.js +31 -0
  185. package/dist/components/ui/radio-group.js.map +1 -0
  186. package/dist/components/ui/select.cjs +2 -0
  187. package/dist/components/ui/select.cjs.map +1 -0
  188. package/dist/components/ui/select.d.ts +14 -0
  189. package/dist/components/ui/select.d.ts.map +1 -0
  190. package/dist/components/ui/select.js +116 -0
  191. package/dist/components/ui/select.js.map +1 -0
  192. package/dist/components/ui/separator.cjs +2 -0
  193. package/dist/components/ui/separator.cjs.map +1 -0
  194. package/dist/components/ui/separator.d.ts +5 -0
  195. package/dist/components/ui/separator.d.ts.map +1 -0
  196. package/dist/components/ui/separator.js +23 -0
  197. package/dist/components/ui/separator.js.map +1 -0
  198. package/dist/components/ui/sheet.cjs +2 -0
  199. package/dist/components/ui/sheet.cjs.map +1 -0
  200. package/dist/components/ui/sheet.d.ts +26 -0
  201. package/dist/components/ui/sheet.d.ts.map +1 -0
  202. package/dist/components/ui/sheet.js +87 -0
  203. package/dist/components/ui/sheet.js.map +1 -0
  204. package/dist/components/ui/sidebar.cjs +2 -0
  205. package/dist/components/ui/sidebar.cjs.map +1 -0
  206. package/dist/components/ui/sidebar.d.ts +70 -0
  207. package/dist/components/ui/sidebar.d.ts.map +1 -0
  208. package/dist/components/ui/sidebar.js +541 -0
  209. package/dist/components/ui/sidebar.js.map +1 -0
  210. package/dist/components/ui/skeleton.cjs +2 -0
  211. package/dist/components/ui/skeleton.cjs.map +1 -0
  212. package/dist/components/ui/skeleton.d.ts +4 -0
  213. package/dist/components/ui/skeleton.d.ts.map +1 -0
  214. package/dist/components/ui/skeleton.js +18 -0
  215. package/dist/components/ui/skeleton.js.map +1 -0
  216. package/dist/components/ui/slider.cjs +2 -0
  217. package/dist/components/ui/slider.cjs.map +1 -0
  218. package/dist/components/ui/slider.d.ts +5 -0
  219. package/dist/components/ui/slider.d.ts.map +1 -0
  220. package/dist/components/ui/slider.js +21 -0
  221. package/dist/components/ui/slider.js.map +1 -0
  222. package/dist/components/ui/sonner.cjs +2 -0
  223. package/dist/components/ui/sonner.cjs.map +1 -0
  224. package/dist/components/ui/sonner.d.ts +6 -0
  225. package/dist/components/ui/sonner.d.ts.map +1 -0
  226. package/dist/components/ui/sonner.js +27 -0
  227. package/dist/components/ui/sonner.js.map +1 -0
  228. package/dist/components/ui/switch.cjs +2 -0
  229. package/dist/components/ui/switch.cjs.map +1 -0
  230. package/dist/components/ui/switch.d.ts +5 -0
  231. package/dist/components/ui/switch.d.ts.map +1 -0
  232. package/dist/components/ui/switch.js +28 -0
  233. package/dist/components/ui/switch.js.map +1 -0
  234. package/dist/components/ui/table.cjs +2 -0
  235. package/dist/components/ui/table.cjs.map +1 -0
  236. package/dist/components/ui/table.d.ts +17 -0
  237. package/dist/components/ui/table.d.ts.map +1 -0
  238. package/dist/components/ui/table.js +86 -0
  239. package/dist/components/ui/table.js.map +1 -0
  240. package/dist/components/ui/tag.cjs +2 -0
  241. package/dist/components/ui/tag.cjs.map +1 -0
  242. package/dist/components/ui/tag.d.ts +11 -0
  243. package/dist/components/ui/tag.d.ts.map +1 -0
  244. package/dist/components/ui/tag.js +50 -0
  245. package/dist/components/ui/tag.js.map +1 -0
  246. package/dist/components/ui/textarea.cjs +2 -0
  247. package/dist/components/ui/textarea.cjs.map +1 -0
  248. package/dist/components/ui/textarea.d.ts +10 -0
  249. package/dist/components/ui/textarea.d.ts.map +1 -0
  250. package/dist/components/ui/textarea.js +31 -0
  251. package/dist/components/ui/textarea.js.map +1 -0
  252. package/dist/components/ui/toggle-group.cjs +2 -0
  253. package/dist/components/ui/toggle-group.cjs.map +1 -0
  254. package/dist/components/ui/toggle-group.d.ts +17 -0
  255. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  256. package/dist/components/ui/toggle-group.js +57 -0
  257. package/dist/components/ui/toggle-group.js.map +1 -0
  258. package/dist/components/ui/toggle.cjs +2 -0
  259. package/dist/components/ui/toggle.cjs.map +1 -0
  260. package/dist/components/ui/toggle.d.ts +13 -0
  261. package/dist/components/ui/toggle.d.ts.map +1 -0
  262. package/dist/components/ui/toggle.js +35 -0
  263. package/dist/components/ui/toggle.js.map +1 -0
  264. package/dist/components/ui/tooltip.cjs +2 -0
  265. package/dist/components/ui/tooltip.cjs.map +1 -0
  266. package/dist/components/ui/tooltip.d.ts +14 -0
  267. package/dist/components/ui/tooltip.d.ts.map +1 -0
  268. package/dist/components/ui/tooltip.js +34 -0
  269. package/dist/components/ui/tooltip.js.map +1 -0
  270. package/dist/index.cjs +2 -0
  271. package/dist/index.cjs.map +1 -0
  272. package/dist/index.d.ts +3 -0
  273. package/dist/index.d.ts.map +1 -0
  274. package/dist/index.js +264 -0
  275. package/dist/index.js.map +1 -0
  276. package/dist/lib/utils.cjs +2 -0
  277. package/dist/lib/utils.cjs.map +1 -0
  278. package/dist/lib/utils.d.ts +3 -0
  279. package/dist/lib/utils.d.ts.map +1 -0
  280. package/dist/lib/utils.js +9 -0
  281. package/dist/lib/utils.js.map +1 -0
  282. package/dist/styles/library.css +174 -0
  283. package/dist/tokens/generated/primitives.css +541 -0
  284. package/dist/tokens/generated/tailwind-theme.cjs +2 -0
  285. package/dist/tokens/generated/tailwind-theme.cjs.map +1 -0
  286. package/dist/tokens/generated/tailwind-theme.d.ts +870 -0
  287. package/dist/tokens/generated/tailwind-theme.d.ts.map +1 -0
  288. package/dist/tokens/generated/tailwind-theme.js +872 -0
  289. package/dist/tokens/generated/tailwind-theme.js.map +1 -0
  290. package/dist/tokens/generated/tokens.cjs +2 -0
  291. package/dist/tokens/generated/tokens.cjs.map +1 -0
  292. package/dist/tokens/generated/tokens.d.ts +891 -0
  293. package/dist/tokens/generated/tokens.d.ts.map +1 -0
  294. package/dist/tokens/generated/tokens.js +1596 -0
  295. package/dist/tokens/generated/tokens.js.map +1 -0
  296. package/dist/tokens/generated/variables.css +919 -0
  297. package/dist/tokens/index.cjs +2 -0
  298. package/dist/tokens/index.cjs.map +1 -0
  299. package/dist/tokens/index.d.ts +3 -0
  300. package/dist/tokens/index.d.ts.map +1 -0
  301. package/dist/tokens/index.js +15 -0
  302. package/dist/tokens/index.js.map +1 -0
  303. package/package.json +140 -0
@@ -0,0 +1,1596 @@
1
+ const e = {
2
+ display: {
3
+ font: "Geist",
4
+ weight: "700",
5
+ size: "56px",
6
+ lineHeight: "56px",
7
+ letterSpacing: "-0.2px"
8
+ },
9
+ h1: {
10
+ font: "Geist",
11
+ weight: "700",
12
+ size: "40px",
13
+ lineHeight: "40px",
14
+ letterSpacing: "-0.2px"
15
+ },
16
+ h2: {
17
+ font: "Geist",
18
+ weight: "700",
19
+ size: "32px",
20
+ lineHeight: "38px",
21
+ letterSpacing: "-0.2px"
22
+ },
23
+ h3: {
24
+ font: "Geist",
25
+ weight: "600",
26
+ size: "24px",
27
+ lineHeight: "32px",
28
+ letterSpacing: "-0.2px"
29
+ },
30
+ h4: {
31
+ font: "Geist",
32
+ weight: "600",
33
+ size: "20px",
34
+ lineHeight: "28px",
35
+ letterSpacing: "0.15px"
36
+ },
37
+ subheading: {
38
+ font: "Geist",
39
+ weight: "400",
40
+ size: "20px",
41
+ lineHeight: "28px",
42
+ letterSpacing: "0.15px"
43
+ },
44
+ body: {
45
+ xs: {
46
+ font: "Geist",
47
+ weight: "400",
48
+ size: "12px",
49
+ lineHeight: "18px",
50
+ letterSpacing: "0.15px"
51
+ },
52
+ sm: {
53
+ font: "Geist",
54
+ weight: "400",
55
+ size: "14px",
56
+ lineHeight: "20px",
57
+ letterSpacing: "0.15px"
58
+ },
59
+ md: {
60
+ font: "Geist",
61
+ weight: "400",
62
+ size: "16px",
63
+ lineHeight: "24px",
64
+ letterSpacing: "0.15px"
65
+ },
66
+ lg: {
67
+ font: "Geist",
68
+ weight: "400",
69
+ size: "18px",
70
+ lineHeight: "28px",
71
+ letterSpacing: "0.15px"
72
+ }
73
+ },
74
+ body_strong: {
75
+ xs: {
76
+ font: "Geist",
77
+ weight: "600",
78
+ size: "12px",
79
+ lineHeight: "18px",
80
+ letterSpacing: "0.15px",
81
+ font_2: "Geist",
82
+ weight_2: "400",
83
+ size_2: "12px",
84
+ lineHeight_2: "18px",
85
+ letterSpacing_2: "0.15px"
86
+ },
87
+ sm: {
88
+ font: "Geist",
89
+ weight: "600",
90
+ size: "14px",
91
+ lineHeight: "20px",
92
+ letterSpacing: "0.15px"
93
+ },
94
+ md: {
95
+ font: "Geist",
96
+ weight: "600",
97
+ size: "16px",
98
+ lineHeight: "24px",
99
+ letterSpacing: "0.15px"
100
+ },
101
+ lg: {
102
+ font: "Geist",
103
+ weight: "600",
104
+ size: "18px",
105
+ lineHeight: "28px",
106
+ letterSpacing: "0.15px"
107
+ }
108
+ },
109
+ label: {
110
+ font: "Geist",
111
+ weight: "600",
112
+ size: "14px",
113
+ lineHeight: "20px",
114
+ letterSpacing: "0.15px"
115
+ },
116
+ caption: {
117
+ font: "Geist",
118
+ weight: "500",
119
+ size: "12px",
120
+ lineHeight: "18px",
121
+ letterSpacing: "0.15px"
122
+ },
123
+ code: {
124
+ font: "Geist Mono",
125
+ weight: "400",
126
+ size: "13px",
127
+ lineHeight: "20px",
128
+ letterSpacing: "0.15px"
129
+ }
130
+ }, t = {
131
+ table: {
132
+ min_width: {
133
+ minWSm: "356px",
134
+ cell_height: {
135
+ base: "52px",
136
+ md: "72px",
137
+ lg: "96px"
138
+ }
139
+ }
140
+ },
141
+ modal: {
142
+ window_size: {
143
+ wXs: "320px",
144
+ wSm: "0px",
145
+ wMd: "0px",
146
+ wLg: "0px"
147
+ },
148
+ max_width: {
149
+ maxWSm: "384px",
150
+ maxWLg: "512px"
151
+ },
152
+ min_width: {
153
+ minWSm: "320px"
154
+ }
155
+ },
156
+ elevation: {
157
+ input: "1px",
158
+ card: "1px",
159
+ popoverMenu: "4px",
160
+ modal: "12px",
161
+ focus_ring: "0px"
162
+ },
163
+ avatar: {
164
+ xs: "20px",
165
+ sm: "24px",
166
+ md: "32px",
167
+ lg: "40px",
168
+ xl: "48px"
169
+ }
170
+ }, i = {
171
+ breakpoint: {
172
+ sm: "792px",
173
+ md: "1280px",
174
+ lg: "1440px",
175
+ xl: "1920px"
176
+ },
177
+ spacing: {
178
+ none: "0px",
179
+ xxs: "4px",
180
+ xs: "8px",
181
+ sm: "16px",
182
+ md: "24px",
183
+ lg: "32px",
184
+ xl: "48px"
185
+ },
186
+ app_shell: {
187
+ header: {
188
+ defaultHeight: "56px"
189
+ },
190
+ sidebar: {
191
+ fullWidth: "280px",
192
+ skinny: "72px"
193
+ },
194
+ rightRail: {
195
+ fullWidth: "368px",
196
+ skinny: "368px"
197
+ },
198
+ container_max: {
199
+ sm: "744px",
200
+ md: "1144px",
201
+ lg: "1096px",
202
+ xl: "1208px",
203
+ form: "800px"
204
+ }
205
+ }
206
+ }, n = {
207
+ radius: {
208
+ sm: "4px",
209
+ md: "8px",
210
+ lg: "12px",
211
+ cardLg: "14px",
212
+ cardSm: "10px",
213
+ roundedFull: "9999px"
214
+ }
215
+ }, o = {
216
+ button: {
217
+ base: {
218
+ height: "36px",
219
+ radius: "9999px",
220
+ paddingHorizontal: "16px",
221
+ iconSize: "16px",
222
+ fontSize: "14px"
223
+ },
224
+ iconBase: {
225
+ height: "36px",
226
+ radius: "9999px",
227
+ paddingHorizontal: "12px",
228
+ iconSize: "14px",
229
+ strokeWidth: "1.17px"
230
+ },
231
+ paddingVertical: "8px",
232
+ sm: {
233
+ height: "32px",
234
+ radius: "9999px",
235
+ paddingHorizontal: "12px",
236
+ iconSize: "16px",
237
+ fontSize: "12px"
238
+ },
239
+ iconSm: {
240
+ height: "32px",
241
+ radius: "9999px",
242
+ paddingHorizontal: "12px",
243
+ iconSize: "12px",
244
+ strokeWidth: "1px"
245
+ },
246
+ lg: {
247
+ height: "40px",
248
+ radius: "9999px",
249
+ paddingHorizontal: "32px",
250
+ iconSize: "16px",
251
+ fontSize: "14px"
252
+ },
253
+ iconLg: {
254
+ height: "40px",
255
+ radius: "9999px",
256
+ paddingHorizontal: "12px",
257
+ iconSize: "16px",
258
+ strokeWidth: "1.33px"
259
+ },
260
+ gap: "8px"
261
+ },
262
+ opacity: {
263
+ disabled: "50",
264
+ pressed: "60",
265
+ loading: "60",
266
+ dimmed_text: "70",
267
+ dimmed_control: "50"
268
+ },
269
+ calendar: {
270
+ cellDefault: "32px",
271
+ cellMd: "48px"
272
+ },
273
+ input: {
274
+ gapWrap: "8px",
275
+ customSpacing1: "6px",
276
+ customSpacing2: "10px",
277
+ baseHeight: "36px",
278
+ gapControl: "8px",
279
+ paddingH: "12px",
280
+ paddingV: "8px",
281
+ radius: "8px",
282
+ icon_size: "16px",
283
+ icon_stroke_weight: "1.33"
284
+ },
285
+ menu_item: {
286
+ height: "32px"
287
+ }
288
+ }, a = {
289
+ controlSingleline: {
290
+ baseRegular: {
291
+ fontFamily: "Geist",
292
+ fontSize: "14px",
293
+ fontWeight: 400,
294
+ letterSpacing: "0.15px",
295
+ lineHeight: "100%",
296
+ textTransform: "none",
297
+ textDecoration: "none"
298
+ },
299
+ baseMedium: {
300
+ fontFamily: "Geist",
301
+ fontSize: "14px",
302
+ fontWeight: 500,
303
+ letterSpacing: "0.15px",
304
+ lineHeight: "100%",
305
+ textTransform: "none",
306
+ textDecoration: "none"
307
+ },
308
+ baseSemibold: {
309
+ fontFamily: "Geist",
310
+ fontSize: "14px",
311
+ fontWeight: 600,
312
+ letterSpacing: "0.15px",
313
+ lineHeight: "100%",
314
+ textTransform: "none",
315
+ textDecoration: "none"
316
+ },
317
+ smMedium: {
318
+ fontFamily: "Geist",
319
+ fontSize: "12px",
320
+ fontWeight: 500,
321
+ letterSpacing: "0.15px",
322
+ lineHeight: "100%",
323
+ textTransform: "none",
324
+ textDecoration: "none"
325
+ },
326
+ smRegular: {
327
+ fontFamily: "Geist",
328
+ fontSize: "12px",
329
+ fontWeight: 400,
330
+ letterSpacing: "0.15px",
331
+ lineHeight: "100%",
332
+ textTransform: "none",
333
+ textDecoration: "none"
334
+ },
335
+ lgMedium: {
336
+ fontFamily: "Geist",
337
+ fontSize: "18px",
338
+ fontWeight: 500,
339
+ letterSpacing: "0.15px",
340
+ lineHeight: "100%",
341
+ textTransform: "none",
342
+ textDecoration: "none"
343
+ },
344
+ mdMedium: {
345
+ fontFamily: "Geist",
346
+ fontSize: "16px",
347
+ fontWeight: 500,
348
+ letterSpacing: "0.15px",
349
+ lineHeight: "100%",
350
+ textTransform: "none",
351
+ textDecoration: "none"
352
+ },
353
+ mdSemibold: {
354
+ fontFamily: "Geist",
355
+ fontSize: "16px",
356
+ fontWeight: 600,
357
+ letterSpacing: "0.15px",
358
+ lineHeight: "100%",
359
+ textTransform: "none",
360
+ textDecoration: "none"
361
+ },
362
+ lgSemibold: {
363
+ fontFamily: "Geist",
364
+ fontSize: "18px",
365
+ fontWeight: 600,
366
+ letterSpacing: "0.15px",
367
+ lineHeight: "100%",
368
+ textTransform: "none",
369
+ textDecoration: "none"
370
+ }
371
+ },
372
+ bodyRegular: {
373
+ base: {
374
+ fontFamily: "Geist",
375
+ fontSize: "14px",
376
+ fontWeight: 400,
377
+ letterSpacing: "0.15px",
378
+ lineHeight: "140%",
379
+ textTransform: "none",
380
+ textDecoration: "none"
381
+ },
382
+ baseUnderline: {
383
+ fontFamily: "Geist",
384
+ fontSize: "14px",
385
+ fontWeight: 400,
386
+ letterSpacing: "0.15px",
387
+ lineHeight: "140%",
388
+ textTransform: "none",
389
+ textDecoration: "underline"
390
+ },
391
+ paragraph: {
392
+ fontFamily: "Geist",
393
+ fontSize: "16px",
394
+ fontWeight: 400,
395
+ letterSpacing: "0.15px",
396
+ lineHeight: "150%",
397
+ textTransform: "none",
398
+ textDecoration: "none"
399
+ },
400
+ lg: {
401
+ fontFamily: "Geist",
402
+ fontSize: "18px",
403
+ fontWeight: 400,
404
+ letterSpacing: "0.15px",
405
+ lineHeight: "150%",
406
+ textTransform: "none",
407
+ textDecoration: "none"
408
+ },
409
+ xs: {
410
+ fontFamily: "Geist",
411
+ fontSize: "12px",
412
+ fontWeight: 400,
413
+ letterSpacing: "0.15px",
414
+ lineHeight: "150%",
415
+ textTransform: "none",
416
+ textDecoration: "none"
417
+ },
418
+ inlineCode: {
419
+ fontFamily: "Geist Mono",
420
+ fontSize: "13px",
421
+ fontWeight: 400,
422
+ letterSpacing: "0.15px",
423
+ lineHeight: "150%",
424
+ textTransform: "none",
425
+ textDecoration: "none"
426
+ }
427
+ },
428
+ bodyMedium: {
429
+ base: {
430
+ fontFamily: "Geist",
431
+ fontSize: "14px",
432
+ fontWeight: 500,
433
+ letterSpacing: "0.15px",
434
+ lineHeight: "140%",
435
+ textTransform: "none",
436
+ textDecoration: "none"
437
+ },
438
+ baseUnderline: {
439
+ fontFamily: "Geist",
440
+ fontSize: "14px",
441
+ fontWeight: 500,
442
+ letterSpacing: "0.15px",
443
+ lineHeight: "140%",
444
+ textTransform: "none",
445
+ textDecoration: "underline"
446
+ },
447
+ paragraph: {
448
+ fontFamily: "Geist",
449
+ fontSize: "16px",
450
+ fontWeight: 500,
451
+ letterSpacing: "0.15px",
452
+ lineHeight: "150%",
453
+ textTransform: "none",
454
+ textDecoration: "none"
455
+ },
456
+ lg: {
457
+ fontFamily: "Geist",
458
+ fontSize: "18px",
459
+ fontWeight: 500,
460
+ letterSpacing: "0.15px",
461
+ lineHeight: "150%",
462
+ textTransform: "none",
463
+ textDecoration: "none"
464
+ },
465
+ xs: {
466
+ fontFamily: "Geist",
467
+ fontSize: "12px",
468
+ fontWeight: 500,
469
+ letterSpacing: "0.15px",
470
+ lineHeight: "150%",
471
+ textTransform: "none",
472
+ textDecoration: "none"
473
+ },
474
+ xsUnderline: {
475
+ fontFamily: "Geist",
476
+ fontSize: "12px",
477
+ fontWeight: 500,
478
+ letterSpacing: "0.15px",
479
+ lineHeight: "150%",
480
+ textTransform: "none",
481
+ textDecoration: "underline"
482
+ }
483
+ },
484
+ bodySemibold: {
485
+ base: {
486
+ fontFamily: "Geist",
487
+ fontSize: "14px",
488
+ fontWeight: 600,
489
+ letterSpacing: "0.15px",
490
+ lineHeight: "140%",
491
+ textTransform: "none",
492
+ textDecoration: "none"
493
+ },
494
+ paragraph: {
495
+ fontFamily: "Geist",
496
+ fontSize: "16px",
497
+ fontWeight: 600,
498
+ letterSpacing: "0.15px",
499
+ lineHeight: "150%",
500
+ textTransform: "none",
501
+ textDecoration: "none"
502
+ },
503
+ lg: {
504
+ fontFamily: "Geist",
505
+ fontSize: "18px",
506
+ fontWeight: 600,
507
+ letterSpacing: "0.15px",
508
+ lineHeight: "150%",
509
+ textTransform: "none",
510
+ textDecoration: "none"
511
+ },
512
+ xs: {
513
+ fontFamily: "Geist",
514
+ fontSize: "12px",
515
+ fontWeight: 600,
516
+ letterSpacing: "0.15px",
517
+ lineHeight: "150%",
518
+ textTransform: "none",
519
+ textDecoration: "none"
520
+ }
521
+ },
522
+ subheadingRegular: {
523
+ base: {
524
+ fontFamily: "Geist",
525
+ fontSize: "20px",
526
+ fontWeight: "400",
527
+ letterSpacing: "0.15px",
528
+ lineHeight: "120%",
529
+ textTransform: "none",
530
+ textDecoration: "none"
531
+ }
532
+ },
533
+ headingSemibold: {
534
+ h4: {
535
+ fontFamily: "Geist",
536
+ fontSize: "20px",
537
+ fontWeight: 600,
538
+ letterSpacing: "0.15px",
539
+ lineHeight: "140%",
540
+ textTransform: "none",
541
+ textDecoration: "none"
542
+ },
543
+ h3: {
544
+ fontFamily: "Geist",
545
+ fontSize: "24px",
546
+ fontWeight: 600,
547
+ letterSpacing: "-0.2px",
548
+ lineHeight: "135%",
549
+ textTransform: "none",
550
+ textDecoration: "none"
551
+ },
552
+ h2: {
553
+ fontFamily: "Geist",
554
+ fontSize: "32px",
555
+ fontWeight: 600,
556
+ letterSpacing: "-0.2px",
557
+ lineHeight: "120%",
558
+ textTransform: "none",
559
+ textDecoration: "none"
560
+ },
561
+ h1: {
562
+ fontFamily: "Geist",
563
+ fontSize: "40px",
564
+ fontWeight: 700,
565
+ letterSpacing: "-0.2px",
566
+ lineHeight: "100%",
567
+ textTransform: "none",
568
+ textDecoration: "none"
569
+ },
570
+ h1Mobile: {
571
+ fontFamily: "Geist",
572
+ fontSize: "40px",
573
+ fontWeight: 700,
574
+ letterSpacing: "0.15px",
575
+ lineHeight: "100%",
576
+ textTransform: "none",
577
+ textDecoration: "none"
578
+ }
579
+ },
580
+ heroBold: {
581
+ display: {
582
+ fontFamily: "Geist",
583
+ fontSize: "56px",
584
+ fontWeight: 700,
585
+ letterSpacing: "0.15px",
586
+ lineHeight: "100%",
587
+ textTransform: "none",
588
+ textDecoration: "none"
589
+ }
590
+ }
591
+ }, r = {
592
+ elevation: {
593
+ "1Input": "0px 1px 2px 0px #00000033",
594
+ "2Card": "0px 1px 2px 0px #00000033, 0px 2px 6px 0px #00000033",
595
+ "3Popover": "0px 2px 8px -2px #00000033, 0px 6px 16px -4px #00000059",
596
+ "4Modal": "0px 6px 18px -6px #00000059, 0px 16px 40px -10px #00000099",
597
+ "5FocusRing": "0px 0px 0px 3px #3b82f666",
598
+ "6FocusRingDestructive": "0px 0px 0px 3px #fca5a566"
599
+ },
600
+ blur: {
601
+ overlay: "0 0 50px 0 0",
602
+ layer: "0 0 0 0 0",
603
+ glass: "0 0 0 0 0"
604
+ }
605
+ }, l = {
606
+ background: {
607
+ canvas: "#f8fafc",
608
+ muted: "#f1f5f9",
609
+ surface: "#ffffff",
610
+ navbar: "#ffffff",
611
+ sidebar: "#f8fafc",
612
+ buttonbar: "#f8fafc",
613
+ sidebarAccent: "#eff6ff",
614
+ brand: "#2563eb",
615
+ accent: "#eff6ff",
616
+ accentDep: "#eff6ff",
617
+ secondary: "#f1f5f9",
618
+ popover: "#ffffff",
619
+ input: "#ffffff",
620
+ overlay: "#ffffff",
621
+ scrim: "#02061780",
622
+ inverse: "#0f172a",
623
+ strong: "#e2e8f0",
624
+ transparent: "#ffffff00",
625
+ progressbar_base: "#ffffffcc"
626
+ },
627
+ scrim: {
628
+ background_blur: "50px"
629
+ },
630
+ border: {
631
+ default: "#e2e8f0",
632
+ muted: "#f1f5f9",
633
+ subtle: "#f8fafc",
634
+ input: "#e2e8f0",
635
+ strong: "#cbd5e1",
636
+ disabled: "#e2e8f0",
637
+ transparent: "#ffffff00",
638
+ brand: "#2563eb",
639
+ avatar: "#ffffff",
640
+ inverse: "#0f172a"
641
+ },
642
+ text: {
643
+ primary: "#0f172a",
644
+ dialog: "#0f172a",
645
+ sidebar: "#0f172a",
646
+ secondary: "#334155",
647
+ popover: "#1f2937",
648
+ muted: "#64748b",
649
+ disabled: "#94a3b8",
650
+ inverse: "#ffffff",
651
+ inverse_secondary: "#e2e8f0",
652
+ link: "#2563eb",
653
+ linkHover: "#1d4ed8"
654
+ },
655
+ icon: {
656
+ primary: "#0f172a",
657
+ secondary: "#334155",
658
+ sidebar: "#334155",
659
+ popover: "#1f2937",
660
+ muted: "#64748b",
661
+ disabled: "#94a3b8",
662
+ inverse: "#ffffff",
663
+ inverse_secondary: "#cbd5e1",
664
+ link: "#2563eb",
665
+ linkHover: "#1d4ed8"
666
+ },
667
+ focus: {
668
+ ringGlobal: {
669
+ ring: "#2563eb",
670
+ shadow_color: "#3b82f666"
671
+ },
672
+ ringOffset: "#ffffff",
673
+ transparentFocus: "#ffffff00",
674
+ y: "0px",
675
+ blur: "0px",
676
+ spread: "3px",
677
+ ringDestructive: {
678
+ ring: "#dc2626",
679
+ shadow_color: "#dc262633"
680
+ }
681
+ },
682
+ action: {
683
+ primary: {
684
+ background: "#2563eb",
685
+ backgroundHover: "#1d4ed8",
686
+ backgroundPressed: "#1e40af",
687
+ text: "#ffffff",
688
+ border: "#ffffff00"
689
+ },
690
+ outline: {
691
+ archive: {
692
+ background: "#ffffff",
693
+ backgroundHover: "#f8fafc",
694
+ border: "#e2e8f0",
695
+ borderFocus: "#94a3b8"
696
+ },
697
+ background: "#ffffff",
698
+ backgroundHover: "#f8fafc",
699
+ backgroundPressed: "#f1f5f9",
700
+ text: "#0f172a",
701
+ border: "#e2e8f0"
702
+ },
703
+ secondary: {
704
+ background: "#f1f5f9",
705
+ backgroundHover: "#e2e8f0",
706
+ backgroundPressed: "#cbd5e1",
707
+ text: "#0f172a"
708
+ },
709
+ ghost: {
710
+ background: "#ffffff00",
711
+ backgroundFocus: "#ffffff00",
712
+ backgroundHover: "#f8fafc",
713
+ backgroundPressed: "#f1f5f9",
714
+ text: "#0f172a",
715
+ border: "#ffffff00"
716
+ },
717
+ link: {
718
+ background: "#ffffff00",
719
+ backgroundHover: "#ffffff00",
720
+ backgroundFocus: "#ffffff00",
721
+ backgroundPressed: "#ffffff00",
722
+ border: "#ffffff00",
723
+ text: "#2563eb",
724
+ textHover: "#1d4ed8"
725
+ },
726
+ destructive: {
727
+ background: "#dc2626",
728
+ backgroundHover: "#b91c1c",
729
+ backgroundPressed: "#7f1d1d",
730
+ text: "#ffffff",
731
+ border: "#ffffff00",
732
+ secondary: {
733
+ background: "#fef2f2",
734
+ backgroundHover: "#fee2e2",
735
+ backgroundPressed: "#fecaca",
736
+ text: "#dc2626",
737
+ border: "#ffffff00"
738
+ }
739
+ },
740
+ disabled: {
741
+ background: "#f1f5f9",
742
+ text: "#94a3b8",
743
+ border: "#e2e8f0"
744
+ }
745
+ },
746
+ avatar: {
747
+ pink: "#fad6f9",
748
+ blue: "#bedbff",
749
+ green: "#d0fae5",
750
+ purple: "#c6d2ff",
751
+ orange: "#ffd6a8"
752
+ },
753
+ field: {
754
+ background: "#ffffff",
755
+ popoverAccent: "#334155",
756
+ transparent: "#ffffff00",
757
+ backgroundInput30: "#ffffff",
758
+ backgroundInput50: "#f8fafc",
759
+ slider: {
760
+ grabber: "#ffffff",
761
+ border: "#334155",
762
+ track: "#1f2937"
763
+ },
764
+ backgroundInput80: "#e2e8f0",
765
+ calendar: {
766
+ backgroundInput30: "#ffffff",
767
+ backgroundInput50: "#f8fafc"
768
+ },
769
+ backgroundDisabled: "#f8fafc",
770
+ borderInput: "#e2e8f0",
771
+ borderInput_X: "#e2e8f0",
772
+ borderXx: "#e2e8f0",
773
+ borderHover: "#cbd5e1",
774
+ borderFocus: "#2563eb",
775
+ borderError: "#dc2626",
776
+ borderDisabled: "#e2e8f0",
777
+ label: "#1f2937",
778
+ icon: "#64748b",
779
+ placeholder: "#64748b",
780
+ text: "#0f172a",
781
+ helpText: "#475569",
782
+ textDisabled: "#94a3b8",
783
+ placeholderDisabled: "#94a3b8",
784
+ errorText: "#b91c1c",
785
+ switch: {
786
+ active: "#0f172a"
787
+ },
788
+ radio: {
789
+ active_box: "#ffffffe5"
790
+ }
791
+ },
792
+ status: {
793
+ success: {
794
+ background: "#f0fdf4",
795
+ border: "#bbf7d0",
796
+ text: "#15803d",
797
+ icon: "#22c55e"
798
+ },
799
+ info: {
800
+ background: "#eff6ff",
801
+ border: "#bfdbfe",
802
+ text: "#1d4ed8",
803
+ icon: "#3b82f6"
804
+ },
805
+ warning: {
806
+ background: "#fffbeb",
807
+ border: "#fde68a",
808
+ text: "#d97706",
809
+ icon: "#f59e0b"
810
+ },
811
+ error: {
812
+ background: "#fef2f2",
813
+ border: "#fecaca",
814
+ text: "#dc2626",
815
+ icon: "#ef4444"
816
+ },
817
+ badge: {
818
+ background: "#3b82f6",
819
+ hover: "#ffffff26"
820
+ }
821
+ },
822
+ elevation: {
823
+ "01": {
824
+ layer_1: {
825
+ x: "0px",
826
+ y: "1px",
827
+ blur: "2px",
828
+ spread: "0px",
829
+ shadow_color: "#0206170f"
830
+ }
831
+ },
832
+ "02": {
833
+ layer_1: {
834
+ x: "0px",
835
+ y: "1px",
836
+ blur: "2px",
837
+ spread: "0px",
838
+ shadow_color: "#02061714"
839
+ },
840
+ layer_2: {
841
+ x: "0px",
842
+ y: "2px",
843
+ blur: "6px",
844
+ spread: "0px",
845
+ shadow_color: "#0206170f"
846
+ }
847
+ },
848
+ "03": {
849
+ layer_1: {
850
+ x: "0px",
851
+ y: "4px",
852
+ blur: "12px",
853
+ spread: "-2px",
854
+ shadow_color: "#0206171a"
855
+ },
856
+ layer_2: {
857
+ x: "0px",
858
+ y: "2px",
859
+ blur: "6px",
860
+ spread: "-2px",
861
+ color: "#02061714"
862
+ }
863
+ },
864
+ "04": {
865
+ layer_1: {
866
+ x: "0px",
867
+ y: "12px",
868
+ blur: "32px",
869
+ spread: "-8px",
870
+ shadow_color: "#0206172e"
871
+ },
872
+ layer_2: {
873
+ x: "0px",
874
+ y: "4px",
875
+ blur: "12px",
876
+ spread: "-4px",
877
+ shadow_color: "#0206171a"
878
+ }
879
+ }
880
+ }
881
+ }, d = [
882
+ "--display-font",
883
+ "--display-weight",
884
+ "--display-size",
885
+ "--display-line-height",
886
+ "--display-letter-spacing",
887
+ "--h1-font",
888
+ "--h1-weight",
889
+ "--h1-size",
890
+ "--h1-line-height",
891
+ "--h1-letter-spacing",
892
+ "--h2-font",
893
+ "--h2-weight",
894
+ "--h2-size",
895
+ "--h2-line-height",
896
+ "--h2-letter-spacing",
897
+ "--h3-font",
898
+ "--h3-weight",
899
+ "--h3-size",
900
+ "--h3-line-height",
901
+ "--h3-letter-spacing",
902
+ "--h4-font",
903
+ "--h4-weight",
904
+ "--h4-size",
905
+ "--h4-line-height",
906
+ "--h4-letter-spacing",
907
+ "--subheading-font",
908
+ "--subheading-weight",
909
+ "--subheading-size",
910
+ "--subheading-line-height",
911
+ "--subheading-letter-spacing",
912
+ "--body-xs-font",
913
+ "--body-xs-weight",
914
+ "--body-xs-size",
915
+ "--body-xs-line-height",
916
+ "--body-xs-letter-spacing",
917
+ "--body-sm-font",
918
+ "--body-sm-weight",
919
+ "--body-sm-size",
920
+ "--body-sm-line-height",
921
+ "--body-sm-letter-spacing",
922
+ "--body-md-font",
923
+ "--body-md-weight",
924
+ "--body-md-size",
925
+ "--body-md-line-height",
926
+ "--body-md-letter-spacing",
927
+ "--body-lg-font",
928
+ "--body-lg-weight",
929
+ "--body-lg-size",
930
+ "--body-lg-line-height",
931
+ "--body-lg-letter-spacing",
932
+ "--body-strong-xs-font",
933
+ "--body-strong-xs-weight",
934
+ "--body-strong-xs-size",
935
+ "--body-strong-xs-line-height",
936
+ "--body-strong-xs-letter-spacing",
937
+ "--body-strong-xs-font-2",
938
+ "--body-strong-xs-weight-2",
939
+ "--body-strong-xs-size-2",
940
+ "--body-strong-xs-line-height-2",
941
+ "--body-strong-xs-letter-spacing-2",
942
+ "--body-strong-sm-font",
943
+ "--body-strong-sm-weight",
944
+ "--body-strong-sm-size",
945
+ "--body-strong-sm-line-height",
946
+ "--body-strong-sm-letter-spacing",
947
+ "--body-strong-md-font",
948
+ "--body-strong-md-weight",
949
+ "--body-strong-md-size",
950
+ "--body-strong-md-line-height",
951
+ "--body-strong-md-letter-spacing",
952
+ "--body-strong-lg-font",
953
+ "--body-strong-lg-weight",
954
+ "--body-strong-lg-size",
955
+ "--body-strong-lg-line-height",
956
+ "--body-strong-lg-letter-spacing",
957
+ "--label-font",
958
+ "--label-weight",
959
+ "--label-size",
960
+ "--label-line-height",
961
+ "--label-letter-spacing",
962
+ "--caption-font",
963
+ "--caption-weight",
964
+ "--caption-size",
965
+ "--caption-line-height",
966
+ "--caption-letter-spacing",
967
+ "--code-font",
968
+ "--code-weight",
969
+ "--code-size",
970
+ "--code-line-height",
971
+ "--code-letter-spacing",
972
+ "--display-font",
973
+ "--display-weight",
974
+ "--display-size",
975
+ "--display-line-height",
976
+ "--display-letter-spacing",
977
+ "--h1-font",
978
+ "--h1-weight",
979
+ "--h1-size",
980
+ "--h1-line-height",
981
+ "--h1-letter-spacing",
982
+ "--h2-font",
983
+ "--h2-weight",
984
+ "--h2-size",
985
+ "--h2-line-height",
986
+ "--h2-letter-spacing",
987
+ "--h3-font",
988
+ "--h3-weight",
989
+ "--h3-size",
990
+ "--h3-line-height",
991
+ "--h3-letter-spacing",
992
+ "--h4-font",
993
+ "--h4-weight",
994
+ "--h4-size",
995
+ "--h4-line-height",
996
+ "--h4-letter-spacing",
997
+ "--subheading-font",
998
+ "--subheading-weight",
999
+ "--subheading-size",
1000
+ "--subheading-line-height",
1001
+ "--subheading-letter-spacing",
1002
+ "--body-xs-font",
1003
+ "--body-xs-weight",
1004
+ "--body-xs-size",
1005
+ "--body-xs-line-height",
1006
+ "--body-xs-letter-spacing",
1007
+ "--body-sm-font",
1008
+ "--body-sm-weight",
1009
+ "--body-sm-size",
1010
+ "--body-sm-line-height",
1011
+ "--body-sm-letter-spacing",
1012
+ "--body-md-font",
1013
+ "--body-md-weight",
1014
+ "--body-md-size",
1015
+ "--body-md-line-height",
1016
+ "--body-md-letter-spacing",
1017
+ "--body-lg-font",
1018
+ "--body-lg-weight",
1019
+ "--body-lg-size",
1020
+ "--body-lg-line-height",
1021
+ "--body-lg-letter-spacing",
1022
+ "--body-strong-xs-font",
1023
+ "--body-strong-xs-weight",
1024
+ "--body-strong-xs-size",
1025
+ "--body-strong-xs-line-height",
1026
+ "--body-strong-xs-letter-spacing",
1027
+ "--body-strong-xs-font-2",
1028
+ "--body-strong-xs-weight-2",
1029
+ "--body-strong-xs-size-2",
1030
+ "--body-strong-xs-line-height-2",
1031
+ "--body-strong-xs-letter-spacing-2",
1032
+ "--body-strong-sm-font",
1033
+ "--body-strong-sm-weight",
1034
+ "--body-strong-sm-size",
1035
+ "--body-strong-sm-line-height",
1036
+ "--body-strong-sm-letter-spacing",
1037
+ "--body-strong-md-font",
1038
+ "--body-strong-md-weight",
1039
+ "--body-strong-md-size",
1040
+ "--body-strong-md-line-height",
1041
+ "--body-strong-md-letter-spacing",
1042
+ "--body-strong-lg-font",
1043
+ "--body-strong-lg-weight",
1044
+ "--body-strong-lg-size",
1045
+ "--body-strong-lg-line-height",
1046
+ "--body-strong-lg-letter-spacing",
1047
+ "--label-font",
1048
+ "--label-weight",
1049
+ "--label-size",
1050
+ "--label-line-height",
1051
+ "--label-letter-spacing",
1052
+ "--caption-font",
1053
+ "--caption-weight",
1054
+ "--caption-size",
1055
+ "--caption-line-height",
1056
+ "--caption-letter-spacing",
1057
+ "--code-font",
1058
+ "--code-weight",
1059
+ "--code-size",
1060
+ "--code-line-height",
1061
+ "--code-letter-spacing",
1062
+ "--table-min-width-min-w-sm",
1063
+ "--table-min-width-cell-height-base",
1064
+ "--table-min-width-cell-height-md",
1065
+ "--table-min-width-cell-height-lg",
1066
+ "--modal-window-size-w-xs",
1067
+ "--modal-window-size-w-sm",
1068
+ "--modal-window-size-w-md",
1069
+ "--modal-window-size-w-lg",
1070
+ "--modal-max-width-max-w-sm",
1071
+ "--modal-max-width-max-w-lg",
1072
+ "--modal-min-width-min-w-sm",
1073
+ "--elevation-input",
1074
+ "--elevation-card",
1075
+ "--elevation-popover-menu",
1076
+ "--elevation-modal",
1077
+ "--elevation-focus-ring",
1078
+ "--avatar-xs",
1079
+ "--avatar-sm",
1080
+ "--avatar-md",
1081
+ "--avatar-lg",
1082
+ "--avatar-xl",
1083
+ "--breakpoint-sm",
1084
+ "--breakpoint-md",
1085
+ "--breakpoint-lg",
1086
+ "--breakpoint-xl",
1087
+ "--spacing-none",
1088
+ "--spacing-xxs",
1089
+ "--spacing-xs",
1090
+ "--spacing-sm",
1091
+ "--spacing-md",
1092
+ "--spacing-lg",
1093
+ "--spacing-xl",
1094
+ "--app-shell-header-default-height",
1095
+ "--app-shell-sidebar-full-width",
1096
+ "--app-shell-sidebar-skinny",
1097
+ "--app-shell-right-rail-full-width",
1098
+ "--app-shell-right-rail-skinny",
1099
+ "--app-shell-container-max-sm",
1100
+ "--app-shell-container-max-md",
1101
+ "--app-shell-container-max-lg",
1102
+ "--app-shell-container-max-xl",
1103
+ "--app-shell-container-max-form",
1104
+ "--radius-sm",
1105
+ "--radius-md",
1106
+ "--radius-lg",
1107
+ "--radius-card-lg",
1108
+ "--radius-card-sm",
1109
+ "--radius-rounded-full",
1110
+ "--button-base-height",
1111
+ "--button-base-radius",
1112
+ "--button-base-padding-horizontal",
1113
+ "--button-base-icon-size",
1114
+ "--button-base-font-size",
1115
+ "--button-icon-base-height",
1116
+ "--button-icon-base-radius",
1117
+ "--button-icon-base-padding-horizontal",
1118
+ "--button-icon-base-icon-size",
1119
+ "--button-icon-base-stroke-width",
1120
+ "--button-padding-vertical",
1121
+ "--button-sm-height",
1122
+ "--button-sm-radius",
1123
+ "--button-sm-padding-horizontal",
1124
+ "--button-sm-icon-size",
1125
+ "--button-sm-font-size",
1126
+ "--button-icon-sm-height",
1127
+ "--button-icon-sm-radius",
1128
+ "--button-icon-sm-padding-horizontal",
1129
+ "--button-icon-sm-icon-size",
1130
+ "--button-icon-sm-stroke-width",
1131
+ "--button-lg-height",
1132
+ "--button-lg-radius",
1133
+ "--button-lg-padding-horizontal",
1134
+ "--button-lg-icon-size",
1135
+ "--button-lg-font-size",
1136
+ "--button-icon-lg-height",
1137
+ "--button-icon-lg-radius",
1138
+ "--button-icon-lg-padding-horizontal",
1139
+ "--button-icon-lg-icon-size",
1140
+ "--button-icon-lg-stroke-width",
1141
+ "--button-gap",
1142
+ "--opacity-disabled",
1143
+ "--opacity-pressed",
1144
+ "--opacity-loading",
1145
+ "--opacity-dimmed-text",
1146
+ "--opacity-dimmed-control",
1147
+ "--calendar-cell-default",
1148
+ "--calendar-cell-md",
1149
+ "--input-gap-wrap",
1150
+ "--input-custom-spacing-1",
1151
+ "--input-custom-spacing-2",
1152
+ "--input-base-height",
1153
+ "--input-gap-control",
1154
+ "--input-padding-h",
1155
+ "--input-padding-v",
1156
+ "--input-radius",
1157
+ "--input-icon-size",
1158
+ "--input-icon-stroke-weight",
1159
+ "--menu-item-height",
1160
+ "--control-singleline-base-regular-font-family",
1161
+ "--control-singleline-base-regular-font-size",
1162
+ "--control-singleline-base-regular-font-weight",
1163
+ "--control-singleline-base-regular-letter-spacing",
1164
+ "--control-singleline-base-regular-line-height",
1165
+ "--control-singleline-base-regular-text-transform",
1166
+ "--control-singleline-base-regular-text-decoration",
1167
+ "--control-singleline-base-medium-font-family",
1168
+ "--control-singleline-base-medium-font-size",
1169
+ "--control-singleline-base-medium-font-weight",
1170
+ "--control-singleline-base-medium-letter-spacing",
1171
+ "--control-singleline-base-medium-line-height",
1172
+ "--control-singleline-base-medium-text-transform",
1173
+ "--control-singleline-base-medium-text-decoration",
1174
+ "--control-singleline-base-semibold-font-family",
1175
+ "--control-singleline-base-semibold-font-size",
1176
+ "--control-singleline-base-semibold-font-weight",
1177
+ "--control-singleline-base-semibold-letter-spacing",
1178
+ "--control-singleline-base-semibold-line-height",
1179
+ "--control-singleline-base-semibold-text-transform",
1180
+ "--control-singleline-base-semibold-text-decoration",
1181
+ "--control-singleline-sm-medium-font-family",
1182
+ "--control-singleline-sm-medium-font-size",
1183
+ "--control-singleline-sm-medium-font-weight",
1184
+ "--control-singleline-sm-medium-letter-spacing",
1185
+ "--control-singleline-sm-medium-line-height",
1186
+ "--control-singleline-sm-medium-text-transform",
1187
+ "--control-singleline-sm-medium-text-decoration",
1188
+ "--control-singleline-sm-regular-font-family",
1189
+ "--control-singleline-sm-regular-font-size",
1190
+ "--control-singleline-sm-regular-font-weight",
1191
+ "--control-singleline-sm-regular-letter-spacing",
1192
+ "--control-singleline-sm-regular-line-height",
1193
+ "--control-singleline-sm-regular-text-transform",
1194
+ "--control-singleline-sm-regular-text-decoration",
1195
+ "--control-singleline-lg-medium-font-family",
1196
+ "--control-singleline-lg-medium-font-size",
1197
+ "--control-singleline-lg-medium-font-weight",
1198
+ "--control-singleline-lg-medium-letter-spacing",
1199
+ "--control-singleline-lg-medium-line-height",
1200
+ "--control-singleline-lg-medium-text-transform",
1201
+ "--control-singleline-lg-medium-text-decoration",
1202
+ "--control-singleline-md-medium-font-family",
1203
+ "--control-singleline-md-medium-font-size",
1204
+ "--control-singleline-md-medium-font-weight",
1205
+ "--control-singleline-md-medium-letter-spacing",
1206
+ "--control-singleline-md-medium-line-height",
1207
+ "--control-singleline-md-medium-text-transform",
1208
+ "--control-singleline-md-medium-text-decoration",
1209
+ "--control-singleline-md-semibold-font-family",
1210
+ "--control-singleline-md-semibold-font-size",
1211
+ "--control-singleline-md-semibold-font-weight",
1212
+ "--control-singleline-md-semibold-letter-spacing",
1213
+ "--control-singleline-md-semibold-line-height",
1214
+ "--control-singleline-md-semibold-text-transform",
1215
+ "--control-singleline-md-semibold-text-decoration",
1216
+ "--control-singleline-lg-semibold-font-family",
1217
+ "--control-singleline-lg-semibold-font-size",
1218
+ "--control-singleline-lg-semibold-font-weight",
1219
+ "--control-singleline-lg-semibold-letter-spacing",
1220
+ "--control-singleline-lg-semibold-line-height",
1221
+ "--control-singleline-lg-semibold-text-transform",
1222
+ "--control-singleline-lg-semibold-text-decoration",
1223
+ "--body-regular-base-font-family",
1224
+ "--body-regular-base-font-size",
1225
+ "--body-regular-base-font-weight",
1226
+ "--body-regular-base-letter-spacing",
1227
+ "--body-regular-base-line-height",
1228
+ "--body-regular-base-text-transform",
1229
+ "--body-regular-base-text-decoration",
1230
+ "--body-regular-base-underline-font-family",
1231
+ "--body-regular-base-underline-font-size",
1232
+ "--body-regular-base-underline-font-weight",
1233
+ "--body-regular-base-underline-letter-spacing",
1234
+ "--body-regular-base-underline-line-height",
1235
+ "--body-regular-base-underline-text-transform",
1236
+ "--body-regular-base-underline-text-decoration",
1237
+ "--body-regular-paragraph-font-family",
1238
+ "--body-regular-paragraph-font-size",
1239
+ "--body-regular-paragraph-font-weight",
1240
+ "--body-regular-paragraph-letter-spacing",
1241
+ "--body-regular-paragraph-line-height",
1242
+ "--body-regular-paragraph-text-transform",
1243
+ "--body-regular-paragraph-text-decoration",
1244
+ "--body-regular-lg-font-family",
1245
+ "--body-regular-lg-font-size",
1246
+ "--body-regular-lg-font-weight",
1247
+ "--body-regular-lg-letter-spacing",
1248
+ "--body-regular-lg-line-height",
1249
+ "--body-regular-lg-text-transform",
1250
+ "--body-regular-lg-text-decoration",
1251
+ "--body-regular-xs-font-family",
1252
+ "--body-regular-xs-font-size",
1253
+ "--body-regular-xs-font-weight",
1254
+ "--body-regular-xs-letter-spacing",
1255
+ "--body-regular-xs-line-height",
1256
+ "--body-regular-xs-text-transform",
1257
+ "--body-regular-xs-text-decoration",
1258
+ "--body-regular-inline-code-font-family",
1259
+ "--body-regular-inline-code-font-size",
1260
+ "--body-regular-inline-code-font-weight",
1261
+ "--body-regular-inline-code-letter-spacing",
1262
+ "--body-regular-inline-code-line-height",
1263
+ "--body-regular-inline-code-text-transform",
1264
+ "--body-regular-inline-code-text-decoration",
1265
+ "--body-medium-base-font-family",
1266
+ "--body-medium-base-font-size",
1267
+ "--body-medium-base-font-weight",
1268
+ "--body-medium-base-letter-spacing",
1269
+ "--body-medium-base-line-height",
1270
+ "--body-medium-base-text-transform",
1271
+ "--body-medium-base-text-decoration",
1272
+ "--body-medium-base-underline-font-family",
1273
+ "--body-medium-base-underline-font-size",
1274
+ "--body-medium-base-underline-font-weight",
1275
+ "--body-medium-base-underline-letter-spacing",
1276
+ "--body-medium-base-underline-line-height",
1277
+ "--body-medium-base-underline-text-transform",
1278
+ "--body-medium-base-underline-text-decoration",
1279
+ "--body-medium-paragraph-font-family",
1280
+ "--body-medium-paragraph-font-size",
1281
+ "--body-medium-paragraph-font-weight",
1282
+ "--body-medium-paragraph-letter-spacing",
1283
+ "--body-medium-paragraph-line-height",
1284
+ "--body-medium-paragraph-text-transform",
1285
+ "--body-medium-paragraph-text-decoration",
1286
+ "--body-medium-lg-font-family",
1287
+ "--body-medium-lg-font-size",
1288
+ "--body-medium-lg-font-weight",
1289
+ "--body-medium-lg-letter-spacing",
1290
+ "--body-medium-lg-line-height",
1291
+ "--body-medium-lg-text-transform",
1292
+ "--body-medium-lg-text-decoration",
1293
+ "--body-medium-xs-font-family",
1294
+ "--body-medium-xs-font-size",
1295
+ "--body-medium-xs-font-weight",
1296
+ "--body-medium-xs-letter-spacing",
1297
+ "--body-medium-xs-line-height",
1298
+ "--body-medium-xs-text-transform",
1299
+ "--body-medium-xs-text-decoration",
1300
+ "--body-medium-xs-underline-font-family",
1301
+ "--body-medium-xs-underline-font-size",
1302
+ "--body-medium-xs-underline-font-weight",
1303
+ "--body-medium-xs-underline-letter-spacing",
1304
+ "--body-medium-xs-underline-line-height",
1305
+ "--body-medium-xs-underline-text-transform",
1306
+ "--body-medium-xs-underline-text-decoration",
1307
+ "--body-semibold-base-font-family",
1308
+ "--body-semibold-base-font-size",
1309
+ "--body-semibold-base-font-weight",
1310
+ "--body-semibold-base-letter-spacing",
1311
+ "--body-semibold-base-line-height",
1312
+ "--body-semibold-base-text-transform",
1313
+ "--body-semibold-base-text-decoration",
1314
+ "--body-semibold-paragraph-font-family",
1315
+ "--body-semibold-paragraph-font-size",
1316
+ "--body-semibold-paragraph-font-weight",
1317
+ "--body-semibold-paragraph-letter-spacing",
1318
+ "--body-semibold-paragraph-line-height",
1319
+ "--body-semibold-paragraph-text-transform",
1320
+ "--body-semibold-paragraph-text-decoration",
1321
+ "--body-semibold-lg-font-family",
1322
+ "--body-semibold-lg-font-size",
1323
+ "--body-semibold-lg-font-weight",
1324
+ "--body-semibold-lg-letter-spacing",
1325
+ "--body-semibold-lg-line-height",
1326
+ "--body-semibold-lg-text-transform",
1327
+ "--body-semibold-lg-text-decoration",
1328
+ "--body-semibold-xs-font-family",
1329
+ "--body-semibold-xs-font-size",
1330
+ "--body-semibold-xs-font-weight",
1331
+ "--body-semibold-xs-letter-spacing",
1332
+ "--body-semibold-xs-line-height",
1333
+ "--body-semibold-xs-text-transform",
1334
+ "--body-semibold-xs-text-decoration",
1335
+ "--subheading-regular-base-font-family",
1336
+ "--subheading-regular-base-font-size",
1337
+ "--subheading-regular-base-font-weight",
1338
+ "--subheading-regular-base-letter-spacing",
1339
+ "--subheading-regular-base-line-height",
1340
+ "--subheading-regular-base-text-transform",
1341
+ "--subheading-regular-base-text-decoration",
1342
+ "--heading-semibold-h4-font-family",
1343
+ "--heading-semibold-h4-font-size",
1344
+ "--heading-semibold-h4-font-weight",
1345
+ "--heading-semibold-h4-letter-spacing",
1346
+ "--heading-semibold-h4-line-height",
1347
+ "--heading-semibold-h4-text-transform",
1348
+ "--heading-semibold-h4-text-decoration",
1349
+ "--heading-semibold-h3-font-family",
1350
+ "--heading-semibold-h3-font-size",
1351
+ "--heading-semibold-h3-font-weight",
1352
+ "--heading-semibold-h3-letter-spacing",
1353
+ "--heading-semibold-h3-line-height",
1354
+ "--heading-semibold-h3-text-transform",
1355
+ "--heading-semibold-h3-text-decoration",
1356
+ "--heading-semibold-h2-font-family",
1357
+ "--heading-semibold-h2-font-size",
1358
+ "--heading-semibold-h2-font-weight",
1359
+ "--heading-semibold-h2-letter-spacing",
1360
+ "--heading-semibold-h2-line-height",
1361
+ "--heading-semibold-h2-text-transform",
1362
+ "--heading-semibold-h2-text-decoration",
1363
+ "--heading-semibold-h1-font-family",
1364
+ "--heading-semibold-h1-font-size",
1365
+ "--heading-semibold-h1-font-weight",
1366
+ "--heading-semibold-h1-letter-spacing",
1367
+ "--heading-semibold-h1-line-height",
1368
+ "--heading-semibold-h1-text-transform",
1369
+ "--heading-semibold-h1-text-decoration",
1370
+ "--heading-semibold-h1-mobile-font-family",
1371
+ "--heading-semibold-h1-mobile-font-size",
1372
+ "--heading-semibold-h1-mobile-font-weight",
1373
+ "--heading-semibold-h1-mobile-letter-spacing",
1374
+ "--heading-semibold-h1-mobile-line-height",
1375
+ "--heading-semibold-h1-mobile-text-transform",
1376
+ "--heading-semibold-h1-mobile-text-decoration",
1377
+ "--hero-bold-display-font-family",
1378
+ "--hero-bold-display-font-size",
1379
+ "--hero-bold-display-font-weight",
1380
+ "--hero-bold-display-letter-spacing",
1381
+ "--hero-bold-display-line-height",
1382
+ "--hero-bold-display-text-transform",
1383
+ "--hero-bold-display-text-decoration",
1384
+ "--elevation-1-input",
1385
+ "--elevation-2-card",
1386
+ "--elevation-3-popover",
1387
+ "--elevation-4-modal",
1388
+ "--elevation-5-focus-ring",
1389
+ "--elevation-6-focus-ring-destructive",
1390
+ "--blur-overlay",
1391
+ "--blur-layer",
1392
+ "--blur-glass",
1393
+ "--background-canvas",
1394
+ "--background-muted",
1395
+ "--background-surface",
1396
+ "--background-navbar",
1397
+ "--background-sidebar",
1398
+ "--background-buttonbar",
1399
+ "--background-sidebar-accent",
1400
+ "--background-brand",
1401
+ "--background-accent",
1402
+ "--background-accent-dep",
1403
+ "--background-secondary",
1404
+ "--background-popover",
1405
+ "--background-input",
1406
+ "--background-overlay",
1407
+ "--background-scrim",
1408
+ "--background-inverse",
1409
+ "--background-strong",
1410
+ "--background-transparent",
1411
+ "--background-progressbar-base",
1412
+ "--scrim-background-blur",
1413
+ "--border-default",
1414
+ "--border-muted",
1415
+ "--border-subtle",
1416
+ "--border-input",
1417
+ "--border-strong",
1418
+ "--border-disabled",
1419
+ "--border-transparent",
1420
+ "--border-brand",
1421
+ "--border-avatar",
1422
+ "--border-inverse",
1423
+ "--text-primary",
1424
+ "--text-dialog",
1425
+ "--text-sidebar",
1426
+ "--text-secondary",
1427
+ "--text-popover",
1428
+ "--text-muted",
1429
+ "--text-disabled",
1430
+ "--text-inverse",
1431
+ "--text-inverse-secondary",
1432
+ "--text-link",
1433
+ "--text-link-hover",
1434
+ "--icon-primary",
1435
+ "--icon-secondary",
1436
+ "--icon-sidebar",
1437
+ "--icon-popover",
1438
+ "--icon-muted",
1439
+ "--icon-disabled",
1440
+ "--icon-inverse",
1441
+ "--icon-inverse-secondary",
1442
+ "--icon-link",
1443
+ "--icon-link-hover",
1444
+ "--focus-ring-global-ring",
1445
+ "--focus-ring-global-shadow-color",
1446
+ "--focus-ring-offset",
1447
+ "--focus-transparent-focus",
1448
+ "--focus-y",
1449
+ "--focus-blur",
1450
+ "--focus-spread",
1451
+ "--focus-ring-destructive-ring",
1452
+ "--focus-ring-destructive-shadow-color",
1453
+ "--action-primary-background",
1454
+ "--action-primary-background-hover",
1455
+ "--action-primary-background-pressed",
1456
+ "--action-primary-text",
1457
+ "--action-primary-border",
1458
+ "--action-outline-archive-background",
1459
+ "--action-outline-archive-background-hover",
1460
+ "--action-outline-archive-border",
1461
+ "--action-outline-archive-border-focus",
1462
+ "--action-outline-background",
1463
+ "--action-outline-background-hover",
1464
+ "--action-outline-background-pressed",
1465
+ "--action-outline-text",
1466
+ "--action-outline-border",
1467
+ "--action-secondary-background",
1468
+ "--action-secondary-background-hover",
1469
+ "--action-secondary-background-pressed",
1470
+ "--action-secondary-text",
1471
+ "--action-ghost-background",
1472
+ "--action-ghost-background-focus",
1473
+ "--action-ghost-background-hover",
1474
+ "--action-ghost-background-pressed",
1475
+ "--action-ghost-text",
1476
+ "--action-ghost-border",
1477
+ "--action-link-background",
1478
+ "--action-link-background-hover",
1479
+ "--action-link-background-focus",
1480
+ "--action-link-background-pressed",
1481
+ "--action-link-border",
1482
+ "--action-link-text",
1483
+ "--action-link-text-hover",
1484
+ "--action-destructive-background",
1485
+ "--action-destructive-background-hover",
1486
+ "--action-destructive-background-pressed",
1487
+ "--action-destructive-text",
1488
+ "--action-destructive-border",
1489
+ "--action-destructive-secondary-background",
1490
+ "--action-destructive-secondary-background-hover",
1491
+ "--action-destructive-secondary-background-pressed",
1492
+ "--action-destructive-secondary-text",
1493
+ "--action-destructive-secondary-border",
1494
+ "--action-disabled-background",
1495
+ "--action-disabled-text",
1496
+ "--action-disabled-border",
1497
+ "--avatar-pink",
1498
+ "--avatar-blue",
1499
+ "--avatar-green",
1500
+ "--avatar-purple",
1501
+ "--avatar-orange",
1502
+ "--field-background",
1503
+ "--field-popover-accent",
1504
+ "--field-transparent",
1505
+ "--field-background-input-30",
1506
+ "--field-background-input-50",
1507
+ "--field-slider-grabber",
1508
+ "--field-slider-border",
1509
+ "--field-slider-track",
1510
+ "--field-background-input-80",
1511
+ "--field-calendar-background-input-30",
1512
+ "--field-calendar-background-input-50",
1513
+ "--field-background-disabled",
1514
+ "--field-border-input",
1515
+ "--field-border-input--x",
1516
+ "--field-border-xx",
1517
+ "--field-border-hover",
1518
+ "--field-border-focus",
1519
+ "--field-border-error",
1520
+ "--field-border-disabled",
1521
+ "--field-label",
1522
+ "--field-icon",
1523
+ "--field-placeholder",
1524
+ "--field-text",
1525
+ "--field-help-text",
1526
+ "--field-text-disabled",
1527
+ "--field-placeholder-disabled",
1528
+ "--field-error-text",
1529
+ "--field-switch-active",
1530
+ "--field-radio-active-box",
1531
+ "--status-success-background",
1532
+ "--status-success-border",
1533
+ "--status-success-text",
1534
+ "--status-success-icon",
1535
+ "--status-info-background",
1536
+ "--status-info-border",
1537
+ "--status-info-text",
1538
+ "--status-info-icon",
1539
+ "--status-warning-background",
1540
+ "--status-warning-border",
1541
+ "--status-warning-text",
1542
+ "--status-warning-icon",
1543
+ "--status-error-background",
1544
+ "--status-error-border",
1545
+ "--status-error-text",
1546
+ "--status-error-icon",
1547
+ "--status-badge-background",
1548
+ "--status-badge-hover",
1549
+ "--elevation-01-layer-1-x",
1550
+ "--elevation-01-layer-1-y",
1551
+ "--elevation-01-layer-1-blur",
1552
+ "--elevation-01-layer-1-spread",
1553
+ "--elevation-01-layer-1-shadow-color",
1554
+ "--elevation-02-layer-1-x",
1555
+ "--elevation-02-layer-1-y",
1556
+ "--elevation-02-layer-1-blur",
1557
+ "--elevation-02-layer-1-spread",
1558
+ "--elevation-02-layer-1-shadow-color",
1559
+ "--elevation-02-layer-2-x",
1560
+ "--elevation-02-layer-2-y",
1561
+ "--elevation-02-layer-2-blur",
1562
+ "--elevation-02-layer-2-spread",
1563
+ "--elevation-02-layer-2-shadow-color",
1564
+ "--elevation-03-layer-1-x",
1565
+ "--elevation-03-layer-1-y",
1566
+ "--elevation-03-layer-1-blur",
1567
+ "--elevation-03-layer-1-spread",
1568
+ "--elevation-03-layer-1-shadow-color",
1569
+ "--elevation-03-layer-2-x",
1570
+ "--elevation-03-layer-2-y",
1571
+ "--elevation-03-layer-2-blur",
1572
+ "--elevation-03-layer-2-spread",
1573
+ "--elevation-03-layer-2-color",
1574
+ "--elevation-04-layer-1-x",
1575
+ "--elevation-04-layer-1-y",
1576
+ "--elevation-04-layer-1-blur",
1577
+ "--elevation-04-layer-1-spread",
1578
+ "--elevation-04-layer-1-shadow-color",
1579
+ "--elevation-04-layer-2-x",
1580
+ "--elevation-04-layer-2-y",
1581
+ "--elevation-04-layer-2-blur",
1582
+ "--elevation-04-layer-2-spread",
1583
+ "--elevation-04-layer-2-shadow-color"
1584
+ ];
1585
+ export {
1586
+ n as Appearance,
1587
+ l as Color,
1588
+ o as Controls,
1589
+ i as Layout,
1590
+ t as Size,
1591
+ e as Typography,
1592
+ d as cssVariableNames,
1593
+ r as effect,
1594
+ a as text
1595
+ };
1596
+ //# sourceMappingURL=tokens.js.map