thread-ui 0.1.5 → 0.1.7

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 (252) hide show
  1. package/dist/client/index.d.ts +3 -0
  2. package/dist/client/index.d.ts.map +1 -0
  3. package/dist/client/index.js +3 -0
  4. package/dist/client/index.js.map +1 -0
  5. package/dist/client/make-styles/index.d.ts +2 -0
  6. package/dist/client/make-styles/index.d.ts.map +1 -0
  7. package/dist/client/make-styles/index.js +2 -0
  8. package/dist/client/make-styles/index.js.map +1 -0
  9. package/dist/{functions → client}/make-styles/make-styles.d.ts +8 -4
  10. package/dist/client/make-styles/make-styles.d.ts.map +1 -0
  11. package/dist/{functions → client}/make-styles/make-styles.js +19 -6
  12. package/dist/client/make-styles/make-styles.js.map +1 -0
  13. package/dist/{functions → client}/theme/index.d.ts +0 -1
  14. package/dist/client/theme/index.d.ts.map +1 -0
  15. package/dist/{functions → client}/theme/index.js +0 -1
  16. package/dist/client/theme/index.js.map +1 -0
  17. package/dist/client/theme/theme-provider/index.d.ts.map +1 -0
  18. package/dist/client/theme/theme-provider/index.js.map +1 -0
  19. package/dist/client/theme/theme-provider/set-theme.d.ts.map +1 -0
  20. package/dist/{functions → client}/theme/theme-provider/set-theme.js +1 -1
  21. package/dist/client/theme/theme-provider/set-theme.js.map +1 -0
  22. package/dist/client/theme/theme-provider/theme-provider.d.ts.map +1 -0
  23. package/dist/client/theme/theme-provider/theme-provider.js.map +1 -0
  24. package/dist/client/theme/theme-provider/theme-provider.types.d.ts.map +1 -0
  25. package/dist/client/theme/theme-provider/theme-provider.types.js.map +1 -0
  26. package/dist/client/theme/theme.types.d.ts.map +1 -0
  27. package/dist/client/theme/theme.types.js.map +1 -0
  28. package/dist/components/layouts/column-layout/column-layout.d.ts +0 -8
  29. package/dist/components/layouts/column-layout/column-layout.d.ts.map +1 -1
  30. package/dist/components/layouts/column-layout/column-layout.js +33 -38
  31. package/dist/components/layouts/column-layout/column-layout.js.map +1 -1
  32. package/dist/components/layouts/column-layout/column-layout.types.d.ts +2 -2
  33. package/dist/components/layouts/column-layout/column-layout.types.d.ts.map +1 -1
  34. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.d.ts.map +1 -1
  35. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js +25 -11
  36. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js.map +1 -1
  37. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.types.d.ts +2 -2
  38. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.types.d.ts.map +1 -1
  39. package/dist/components/layouts/footer/footer.d.ts.map +1 -1
  40. package/dist/components/layouts/footer/footer.js +14 -17
  41. package/dist/components/layouts/footer/footer.js.map +1 -1
  42. package/dist/components/layouts/masonry-layout/masonry-layout.d.ts.map +1 -1
  43. package/dist/components/layouts/masonry-layout/masonry-layout.js +10 -11
  44. package/dist/components/layouts/masonry-layout/masonry-layout.js.map +1 -1
  45. package/dist/components/media/image-panel/image-panel.d.ts.map +1 -1
  46. package/dist/components/media/image-panel/image-panel.js +48 -35
  47. package/dist/components/media/image-panel/image-panel.js.map +1 -1
  48. package/dist/components/media/info-card/info-card.d.ts.map +1 -1
  49. package/dist/components/media/info-card/info-card.js +27 -28
  50. package/dist/components/media/info-card/info-card.js.map +1 -1
  51. package/dist/components/navigation/nav-menu/items/base-item/base-item.d.ts +1 -1
  52. package/dist/components/navigation/nav-menu/items/base-item/base-item.d.ts.map +1 -1
  53. package/dist/components/navigation/nav-menu/items/base-item/base-item.js +40 -28
  54. package/dist/components/navigation/nav-menu/items/base-item/base-item.js.map +1 -1
  55. package/dist/components/navigation/nav-menu/items/base-item/base-item.types.d.ts +1 -1
  56. package/dist/components/navigation/nav-menu/items/base-item/base-item.types.d.ts.map +1 -1
  57. package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.d.ts.map +1 -1
  58. package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.js +39 -36
  59. package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.js.map +1 -1
  60. package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.d.ts.map +1 -1
  61. package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.js +1 -1
  62. package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.js.map +1 -1
  63. package/dist/components/navigation/nav-menu/items/nav-item/nav-item.d.ts.map +1 -1
  64. package/dist/components/navigation/nav-menu/items/nav-item/nav-item.js +2 -10
  65. package/dist/components/navigation/nav-menu/items/nav-item/nav-item.js.map +1 -1
  66. package/dist/components/navigation/nav-menu/nav-menu.d.ts.map +1 -1
  67. package/dist/components/navigation/nav-menu/nav-menu.js +55 -55
  68. package/dist/components/navigation/nav-menu/nav-menu.js.map +1 -1
  69. package/dist/components/typography/typography.d.ts.map +1 -1
  70. package/dist/components/typography/typography.js +0 -1
  71. package/dist/components/typography/typography.js.map +1 -1
  72. package/dist/components/ui/button/button-recipe.d.ts +2 -0
  73. package/dist/components/ui/button/button-recipe.d.ts.map +1 -0
  74. package/dist/components/ui/button/button-recipe.js +240 -0
  75. package/dist/components/ui/button/button-recipe.js.map +1 -0
  76. package/dist/components/ui/button/button.d.ts.map +1 -1
  77. package/dist/components/ui/button/button.js +8 -27
  78. package/dist/components/ui/button/button.js.map +1 -1
  79. package/dist/components/ui/divider/divider.d.ts.map +1 -1
  80. package/dist/components/ui/divider/divider.js +32 -26
  81. package/dist/components/ui/divider/divider.js.map +1 -1
  82. package/dist/components/ui/divider/divider.types.d.ts +1 -1
  83. package/dist/components/ui/divider/divider.types.d.ts.map +1 -1
  84. package/dist/components/ui/icon/icon.d.ts.map +1 -1
  85. package/dist/components/ui/icon-button/icon-button.d.ts.map +1 -1
  86. package/dist/components/ui/icon-button/icon-button.js +3 -5
  87. package/dist/components/ui/icon-button/icon-button.js.map +1 -1
  88. package/dist/components/ui/index.d.ts +0 -1
  89. package/dist/components/ui/index.d.ts.map +1 -1
  90. package/dist/components/ui/index.js +0 -1
  91. package/dist/components/ui/index.js.map +1 -1
  92. package/dist/components/ui/toggle/index.d.ts +0 -1
  93. package/dist/components/ui/toggle/index.d.ts.map +1 -1
  94. package/dist/components/ui/toggle/index.js +0 -1
  95. package/dist/components/ui/toggle/index.js.map +1 -1
  96. package/dist/components/ui/toggle/toggle.d.ts.map +1 -1
  97. package/dist/components/ui/toggle/toggle.js +1 -2
  98. package/dist/components/ui/toggle/toggle.js.map +1 -1
  99. package/dist/index.d.ts +1 -2
  100. package/dist/index.d.ts.map +1 -1
  101. package/dist/index.js +3 -4
  102. package/dist/index.js.map +1 -1
  103. package/dist/internal-components/image/is-html-image-props.d.ts.map +1 -1
  104. package/dist/internal-components/image/render-image.d.ts.map +1 -1
  105. package/dist/internal-components/image/render-image.js +3 -2
  106. package/dist/internal-components/image/render-image.js.map +1 -1
  107. package/dist/styled-system/css/conditions.mjs +36 -0
  108. package/dist/styled-system/css/css.d.ts +22 -0
  109. package/dist/styled-system/css/css.mjs +45 -0
  110. package/dist/styled-system/css/cva.d.ts +6 -0
  111. package/dist/styled-system/css/cva.mjs +87 -0
  112. package/dist/styled-system/css/cx.d.ts +5 -0
  113. package/dist/styled-system/css/cx.mjs +15 -0
  114. package/dist/styled-system/css/index.d.ts +5 -0
  115. package/dist/styled-system/css/index.mjs +4 -0
  116. package/dist/styled-system/css/sva.d.ts +4 -0
  117. package/dist/styled-system/css/sva.mjs +41 -0
  118. package/dist/styled-system/debug/config.json +7433 -0
  119. package/dist/styled-system/helpers.mjs +327 -0
  120. package/dist/styled-system/patterns/aspect-ratio.d.ts +20 -0
  121. package/dist/styled-system/patterns/aspect-ratio.mjs +38 -0
  122. package/dist/styled-system/patterns/bleed.d.ts +21 -0
  123. package/dist/styled-system/patterns/bleed.mjs +24 -0
  124. package/dist/styled-system/patterns/box.d.ts +20 -0
  125. package/dist/styled-system/patterns/box.mjs +15 -0
  126. package/dist/styled-system/patterns/center.d.ts +20 -0
  127. package/dist/styled-system/patterns/center.mjs +21 -0
  128. package/dist/styled-system/patterns/circle.d.ts +20 -0
  129. package/dist/styled-system/patterns/circle.mjs +25 -0
  130. package/dist/styled-system/patterns/container.d.ts +22 -0
  131. package/dist/styled-system/patterns/container.mjs +15 -0
  132. package/dist/styled-system/patterns/cq.d.ts +21 -0
  133. package/dist/styled-system/patterns/cq.mjs +21 -0
  134. package/dist/styled-system/patterns/divider.d.ts +22 -0
  135. package/dist/styled-system/patterns/divider.mjs +25 -0
  136. package/dist/styled-system/patterns/flex.d.ts +26 -0
  137. package/dist/styled-system/patterns/flex.mjs +26 -0
  138. package/dist/styled-system/patterns/float.d.ts +23 -0
  139. package/dist/styled-system/patterns/float.mjs +52 -0
  140. package/dist/styled-system/patterns/grid-item.d.ts +25 -0
  141. package/dist/styled-system/patterns/grid-item.mjs +25 -0
  142. package/dist/styled-system/patterns/grid.d.ts +24 -0
  143. package/dist/styled-system/patterns/grid.mjs +27 -0
  144. package/dist/styled-system/patterns/hstack.d.ts +21 -0
  145. package/dist/styled-system/patterns/hstack.mjs +24 -0
  146. package/dist/styled-system/patterns/index.d.ts +21 -0
  147. package/dist/styled-system/patterns/index.mjs +20 -0
  148. package/dist/styled-system/patterns/link-overlay.d.ts +20 -0
  149. package/dist/styled-system/patterns/link-overlay.mjs +24 -0
  150. package/dist/styled-system/patterns/spacer.d.ts +20 -0
  151. package/dist/styled-system/patterns/spacer.mjs +21 -0
  152. package/dist/styled-system/patterns/square.d.ts +20 -0
  153. package/dist/styled-system/patterns/square.mjs +24 -0
  154. package/dist/styled-system/patterns/stack.d.ts +23 -0
  155. package/dist/styled-system/patterns/stack.mjs +24 -0
  156. package/dist/styled-system/patterns/visually-hidden.d.ts +20 -0
  157. package/dist/styled-system/patterns/visually-hidden.mjs +18 -0
  158. package/dist/styled-system/patterns/vstack.d.ts +21 -0
  159. package/dist/styled-system/patterns/vstack.mjs +24 -0
  160. package/dist/styled-system/patterns/wrap.d.ts +24 -0
  161. package/dist/styled-system/patterns/wrap.mjs +25 -0
  162. package/dist/styled-system/recipes/button.d.ts +43 -0
  163. package/dist/styled-system/recipes/button.mjs +154 -0
  164. package/dist/styled-system/recipes/create-recipe.mjs +82 -0
  165. package/dist/styled-system/recipes/index.d.ts +2 -0
  166. package/dist/styled-system/recipes/index.mjs +1 -0
  167. package/dist/styled-system/styles.css +750 -0
  168. package/dist/styled-system/tokens/index.d.ts +9 -0
  169. package/dist/styled-system/tokens/index.mjs +2060 -0
  170. package/dist/styled-system/tokens/tokens.d.ts +63 -0
  171. package/dist/styled-system/types/composition.d.ts +164 -0
  172. package/dist/styled-system/types/conditions.d.ts +306 -0
  173. package/dist/styled-system/types/csstype.d.ts +21298 -0
  174. package/dist/styled-system/types/global.d.ts +20 -0
  175. package/dist/styled-system/types/index.d.ts +7 -0
  176. package/dist/styled-system/types/parts.d.ts +8 -0
  177. package/dist/styled-system/types/pattern.d.ts +78 -0
  178. package/dist/styled-system/types/prop-type.d.ts +255 -0
  179. package/dist/styled-system/types/recipe.d.ts +181 -0
  180. package/dist/styled-system/types/selectors.d.ts +59 -0
  181. package/dist/styled-system/types/static-css.d.ts +56 -0
  182. package/dist/styled-system/types/style-props.d.ts +7491 -0
  183. package/dist/styled-system/types/system-types.d.ts +193 -0
  184. package/dist/styles/panda.css +1610 -0
  185. package/dist/theme/index.d.ts +2 -0
  186. package/dist/theme/index.d.ts.map +1 -0
  187. package/dist/theme/index.js +2 -0
  188. package/dist/theme/index.js.map +1 -0
  189. package/dist/{functions/theme → theme}/thread-theme.d.ts +1 -1
  190. package/dist/theme/thread-theme.d.ts.map +1 -0
  191. package/dist/{functions/theme → theme}/thread-theme.js +1 -1
  192. package/dist/theme/thread-theme.js.map +1 -0
  193. package/dist/utils/deep-merge/deep-merge.d.ts.map +1 -1
  194. package/dist/utils/get-colored-text-color/get-colored-text-color.d.ts.map +1 -1
  195. package/dist/utils/get-colored-text-color/get-colored-text-color.js +1 -1
  196. package/dist/utils/get-colored-text-color/get-colored-text-color.js.map +1 -1
  197. package/dist/utils/get-text-color/get-text-color.d.ts.map +1 -1
  198. package/dist/utils/get-text-color/get-text-color.js +1 -1
  199. package/dist/utils/get-text-color/get-text-color.js.map +1 -1
  200. package/dist/utils/get-utility-color/get-utility-color-value.d.ts.map +1 -1
  201. package/dist/utils/get-utility-color/get-utility-color-value.js +1 -1
  202. package/dist/utils/get-utility-color/get-utility-color-value.js.map +1 -1
  203. package/dist/utils/get-utility-font-size/getUtilityFontSize.d.ts +1 -1
  204. package/dist/utils/get-utility-font-size/getUtilityFontSize.d.ts.map +1 -1
  205. package/dist/utils/get-utility-icon-size/get-utility-icon-size.d.ts.map +1 -1
  206. package/dist/utils/get-utility-size-value/get-utility-size-value.d.ts.map +1 -1
  207. package/package.json +16 -9
  208. package/dist/components/ui/test-component/index.d.ts +0 -2
  209. package/dist/components/ui/test-component/index.d.ts.map +0 -1
  210. package/dist/components/ui/test-component/index.js +0 -2
  211. package/dist/components/ui/test-component/index.js.map +0 -1
  212. package/dist/components/ui/test-component/test-component.d.ts +0 -2
  213. package/dist/components/ui/test-component/test-component.d.ts.map +0 -1
  214. package/dist/components/ui/test-component/test-component.js +0 -16
  215. package/dist/components/ui/test-component/test-component.js.map +0 -1
  216. package/dist/components/ui/toggle/mode-toggle/mode-toggle.d.ts +0 -2
  217. package/dist/components/ui/toggle/mode-toggle/mode-toggle.d.ts.map +0 -1
  218. package/dist/components/ui/toggle/mode-toggle/mode-toggle.js +0 -10
  219. package/dist/components/ui/toggle/mode-toggle/mode-toggle.js.map +0 -1
  220. package/dist/functions/index.d.ts +0 -3
  221. package/dist/functions/index.d.ts.map +0 -1
  222. package/dist/functions/index.js +0 -3
  223. package/dist/functions/index.js.map +0 -1
  224. package/dist/functions/make-styles/index.d.ts +0 -2
  225. package/dist/functions/make-styles/index.d.ts.map +0 -1
  226. package/dist/functions/make-styles/index.js +0 -2
  227. package/dist/functions/make-styles/index.js.map +0 -1
  228. package/dist/functions/make-styles/make-styles.d.ts.map +0 -1
  229. package/dist/functions/make-styles/make-styles.js.map +0 -1
  230. package/dist/functions/theme/index.d.ts.map +0 -1
  231. package/dist/functions/theme/index.js.map +0 -1
  232. package/dist/functions/theme/theme-provider/index.d.ts.map +0 -1
  233. package/dist/functions/theme/theme-provider/index.js.map +0 -1
  234. package/dist/functions/theme/theme-provider/set-theme.d.ts.map +0 -1
  235. package/dist/functions/theme/theme-provider/set-theme.js.map +0 -1
  236. package/dist/functions/theme/theme-provider/theme-provider.d.ts.map +0 -1
  237. package/dist/functions/theme/theme-provider/theme-provider.js.map +0 -1
  238. package/dist/functions/theme/theme-provider/theme-provider.types.d.ts.map +0 -1
  239. package/dist/functions/theme/theme-provider/theme-provider.types.js.map +0 -1
  240. package/dist/functions/theme/theme.types.d.ts.map +0 -1
  241. package/dist/functions/theme/theme.types.js.map +0 -1
  242. package/dist/functions/theme/thread-theme.d.ts.map +0 -1
  243. package/dist/functions/theme/thread-theme.js.map +0 -1
  244. /package/dist/{functions → client}/theme/theme-provider/index.d.ts +0 -0
  245. /package/dist/{functions → client}/theme/theme-provider/index.js +0 -0
  246. /package/dist/{functions → client}/theme/theme-provider/set-theme.d.ts +0 -0
  247. /package/dist/{functions → client}/theme/theme-provider/theme-provider.d.ts +0 -0
  248. /package/dist/{functions → client}/theme/theme-provider/theme-provider.js +0 -0
  249. /package/dist/{functions → client}/theme/theme-provider/theme-provider.types.d.ts +0 -0
  250. /package/dist/{functions → client}/theme/theme-provider/theme-provider.types.js +0 -0
  251. /package/dist/{functions → client}/theme/theme.types.d.ts +0 -0
  252. /package/dist/{functions → client}/theme/theme.types.js +0 -0
@@ -0,0 +1,2060 @@
1
+ const tokens = {
2
+ "aspectRatios.square": {
3
+ "value": "1 / 1",
4
+ "variable": "var(--thread-ui-aspect-ratios-square)"
5
+ },
6
+ "aspectRatios.landscape": {
7
+ "value": "4 / 3",
8
+ "variable": "var(--thread-ui-aspect-ratios-landscape)"
9
+ },
10
+ "aspectRatios.portrait": {
11
+ "value": "3 / 4",
12
+ "variable": "var(--thread-ui-aspect-ratios-portrait)"
13
+ },
14
+ "aspectRatios.wide": {
15
+ "value": "16 / 9",
16
+ "variable": "var(--thread-ui-aspect-ratios-wide)"
17
+ },
18
+ "aspectRatios.ultrawide": {
19
+ "value": "18 / 5",
20
+ "variable": "var(--thread-ui-aspect-ratios-ultrawide)"
21
+ },
22
+ "aspectRatios.golden": {
23
+ "value": "1.618 / 1",
24
+ "variable": "var(--thread-ui-aspect-ratios-golden)"
25
+ },
26
+ "borders.none": {
27
+ "value": "none",
28
+ "variable": "var(--thread-ui-borders-none)"
29
+ },
30
+ "easings.default": {
31
+ "value": "cubic-bezier(0.4, 0, 0.2, 1)",
32
+ "variable": "var(--thread-ui-easings-default)"
33
+ },
34
+ "easings.linear": {
35
+ "value": "linear",
36
+ "variable": "var(--thread-ui-easings-linear)"
37
+ },
38
+ "easings.in": {
39
+ "value": "cubic-bezier(0.4, 0, 1, 1)",
40
+ "variable": "var(--thread-ui-easings-in)"
41
+ },
42
+ "easings.out": {
43
+ "value": "cubic-bezier(0, 0, 0.2, 1)",
44
+ "variable": "var(--thread-ui-easings-out)"
45
+ },
46
+ "easings.in-out": {
47
+ "value": "cubic-bezier(0.4, 0, 0.2, 1)",
48
+ "variable": "var(--thread-ui-easings-in-out)"
49
+ },
50
+ "durations.fastest": {
51
+ "value": "50ms",
52
+ "variable": "var(--thread-ui-durations-fastest)"
53
+ },
54
+ "durations.faster": {
55
+ "value": "100ms",
56
+ "variable": "var(--thread-ui-durations-faster)"
57
+ },
58
+ "durations.fast": {
59
+ "value": "150ms",
60
+ "variable": "var(--thread-ui-durations-fast)"
61
+ },
62
+ "durations.normal": {
63
+ "value": "200ms",
64
+ "variable": "var(--thread-ui-durations-normal)"
65
+ },
66
+ "durations.slow": {
67
+ "value": "300ms",
68
+ "variable": "var(--thread-ui-durations-slow)"
69
+ },
70
+ "durations.slower": {
71
+ "value": "400ms",
72
+ "variable": "var(--thread-ui-durations-slower)"
73
+ },
74
+ "durations.slowest": {
75
+ "value": "500ms",
76
+ "variable": "var(--thread-ui-durations-slowest)"
77
+ },
78
+ "fontWeights.thin": {
79
+ "value": "100",
80
+ "variable": "var(--thread-ui-font-weights-thin)"
81
+ },
82
+ "fontWeights.extralight": {
83
+ "value": "200",
84
+ "variable": "var(--thread-ui-font-weights-extralight)"
85
+ },
86
+ "fontWeights.light": {
87
+ "value": "300",
88
+ "variable": "var(--thread-ui-font-weights-light)"
89
+ },
90
+ "fontWeights.normal": {
91
+ "value": "400",
92
+ "variable": "var(--thread-ui-font-weights-normal)"
93
+ },
94
+ "fontWeights.medium": {
95
+ "value": "500",
96
+ "variable": "var(--thread-ui-font-weights-medium)"
97
+ },
98
+ "fontWeights.semibold": {
99
+ "value": "600",
100
+ "variable": "var(--thread-ui-font-weights-semibold)"
101
+ },
102
+ "fontWeights.bold": {
103
+ "value": "700",
104
+ "variable": "var(--thread-ui-font-weights-bold)"
105
+ },
106
+ "fontWeights.extrabold": {
107
+ "value": "800",
108
+ "variable": "var(--thread-ui-font-weights-extrabold)"
109
+ },
110
+ "fontWeights.black": {
111
+ "value": "900",
112
+ "variable": "var(--thread-ui-font-weights-black)"
113
+ },
114
+ "lineHeights.none": {
115
+ "value": "1",
116
+ "variable": "var(--thread-ui-line-heights-none)"
117
+ },
118
+ "lineHeights.tight": {
119
+ "value": "1.25",
120
+ "variable": "var(--thread-ui-line-heights-tight)"
121
+ },
122
+ "lineHeights.snug": {
123
+ "value": "1.375",
124
+ "variable": "var(--thread-ui-line-heights-snug)"
125
+ },
126
+ "lineHeights.normal": {
127
+ "value": "1.5",
128
+ "variable": "var(--thread-ui-line-heights-normal)"
129
+ },
130
+ "lineHeights.relaxed": {
131
+ "value": "1.625",
132
+ "variable": "var(--thread-ui-line-heights-relaxed)"
133
+ },
134
+ "lineHeights.loose": {
135
+ "value": "2",
136
+ "variable": "var(--thread-ui-line-heights-loose)"
137
+ },
138
+ "fonts.sans": {
139
+ "value": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
140
+ "variable": "var(--thread-ui-fonts-sans)"
141
+ },
142
+ "fonts.serif": {
143
+ "value": "ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif",
144
+ "variable": "var(--thread-ui-fonts-serif)"
145
+ },
146
+ "fonts.mono": {
147
+ "value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
148
+ "variable": "var(--thread-ui-fonts-mono)"
149
+ },
150
+ "letterSpacings.tighter": {
151
+ "value": "-0.05em",
152
+ "variable": "var(--thread-ui-letter-spacings-tighter)"
153
+ },
154
+ "letterSpacings.tight": {
155
+ "value": "-0.025em",
156
+ "variable": "var(--thread-ui-letter-spacings-tight)"
157
+ },
158
+ "letterSpacings.normal": {
159
+ "value": "0em",
160
+ "variable": "var(--thread-ui-letter-spacings-normal)"
161
+ },
162
+ "letterSpacings.wide": {
163
+ "value": "0.025em",
164
+ "variable": "var(--thread-ui-letter-spacings-wide)"
165
+ },
166
+ "letterSpacings.wider": {
167
+ "value": "0.05em",
168
+ "variable": "var(--thread-ui-letter-spacings-wider)"
169
+ },
170
+ "letterSpacings.widest": {
171
+ "value": "0.1em",
172
+ "variable": "var(--thread-ui-letter-spacings-widest)"
173
+ },
174
+ "fontSizes.2xs": {
175
+ "value": "0.5rem",
176
+ "variable": "var(--thread-ui-font-sizes-2xs)"
177
+ },
178
+ "fontSizes.xs": {
179
+ "value": "0.75rem",
180
+ "variable": "var(--thread-ui-font-sizes-xs)"
181
+ },
182
+ "fontSizes.sm": {
183
+ "value": "0.875rem",
184
+ "variable": "var(--thread-ui-font-sizes-sm)"
185
+ },
186
+ "fontSizes.md": {
187
+ "value": "1rem",
188
+ "variable": "var(--thread-ui-font-sizes-md)"
189
+ },
190
+ "fontSizes.lg": {
191
+ "value": "1.125rem",
192
+ "variable": "var(--thread-ui-font-sizes-lg)"
193
+ },
194
+ "fontSizes.xl": {
195
+ "value": "1.25rem",
196
+ "variable": "var(--thread-ui-font-sizes-xl)"
197
+ },
198
+ "fontSizes.2xl": {
199
+ "value": "1.5rem",
200
+ "variable": "var(--thread-ui-font-sizes-2xl)"
201
+ },
202
+ "fontSizes.3xl": {
203
+ "value": "1.875rem",
204
+ "variable": "var(--thread-ui-font-sizes-3xl)"
205
+ },
206
+ "fontSizes.4xl": {
207
+ "value": "2.25rem",
208
+ "variable": "var(--thread-ui-font-sizes-4xl)"
209
+ },
210
+ "fontSizes.5xl": {
211
+ "value": "3rem",
212
+ "variable": "var(--thread-ui-font-sizes-5xl)"
213
+ },
214
+ "fontSizes.6xl": {
215
+ "value": "3.75rem",
216
+ "variable": "var(--thread-ui-font-sizes-6xl)"
217
+ },
218
+ "fontSizes.7xl": {
219
+ "value": "4.5rem",
220
+ "variable": "var(--thread-ui-font-sizes-7xl)"
221
+ },
222
+ "fontSizes.8xl": {
223
+ "value": "6rem",
224
+ "variable": "var(--thread-ui-font-sizes-8xl)"
225
+ },
226
+ "fontSizes.9xl": {
227
+ "value": "8rem",
228
+ "variable": "var(--thread-ui-font-sizes-9xl)"
229
+ },
230
+ "shadows.xs": {
231
+ "value": "0 1px 2px 0 rgb(0 0 0 / 0.05)",
232
+ "variable": "var(--thread-ui-shadows-xs)"
233
+ },
234
+ "shadows.sm": {
235
+ "value": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
236
+ "variable": "var(--thread-ui-shadows-sm)"
237
+ },
238
+ "shadows.md": {
239
+ "value": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
240
+ "variable": "var(--thread-ui-shadows-md)"
241
+ },
242
+ "shadows.lg": {
243
+ "value": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
244
+ "variable": "var(--thread-ui-shadows-lg)"
245
+ },
246
+ "shadows.xl": {
247
+ "value": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
248
+ "variable": "var(--thread-ui-shadows-xl)"
249
+ },
250
+ "shadows.2xl": {
251
+ "value": "0 25px 50px -12px rgb(0 0 0 / 0.25)",
252
+ "variable": "var(--thread-ui-shadows-2xl)"
253
+ },
254
+ "shadows.inner": {
255
+ "value": "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",
256
+ "variable": "var(--thread-ui-shadows-inner)"
257
+ },
258
+ "blurs.sm": {
259
+ "value": "4px",
260
+ "variable": "var(--thread-ui-blurs-sm)"
261
+ },
262
+ "blurs.base": {
263
+ "value": "8px",
264
+ "variable": "var(--thread-ui-blurs-base)"
265
+ },
266
+ "blurs.md": {
267
+ "value": "12px",
268
+ "variable": "var(--thread-ui-blurs-md)"
269
+ },
270
+ "blurs.lg": {
271
+ "value": "16px",
272
+ "variable": "var(--thread-ui-blurs-lg)"
273
+ },
274
+ "blurs.xl": {
275
+ "value": "24px",
276
+ "variable": "var(--thread-ui-blurs-xl)"
277
+ },
278
+ "blurs.2xl": {
279
+ "value": "40px",
280
+ "variable": "var(--thread-ui-blurs-2xl)"
281
+ },
282
+ "blurs.3xl": {
283
+ "value": "64px",
284
+ "variable": "var(--thread-ui-blurs-3xl)"
285
+ },
286
+ "spacing.0": {
287
+ "value": "0rem",
288
+ "variable": "var(--thread-ui-spacing-0)"
289
+ },
290
+ "spacing.1": {
291
+ "value": "0.25rem",
292
+ "variable": "var(--thread-ui-spacing-1)"
293
+ },
294
+ "spacing.2": {
295
+ "value": "0.5rem",
296
+ "variable": "var(--thread-ui-spacing-2)"
297
+ },
298
+ "spacing.3": {
299
+ "value": "0.75rem",
300
+ "variable": "var(--thread-ui-spacing-3)"
301
+ },
302
+ "spacing.4": {
303
+ "value": "1rem",
304
+ "variable": "var(--thread-ui-spacing-4)"
305
+ },
306
+ "spacing.5": {
307
+ "value": "1.25rem",
308
+ "variable": "var(--thread-ui-spacing-5)"
309
+ },
310
+ "spacing.6": {
311
+ "value": "1.5rem",
312
+ "variable": "var(--thread-ui-spacing-6)"
313
+ },
314
+ "spacing.7": {
315
+ "value": "1.75rem",
316
+ "variable": "var(--thread-ui-spacing-7)"
317
+ },
318
+ "spacing.8": {
319
+ "value": "2rem",
320
+ "variable": "var(--thread-ui-spacing-8)"
321
+ },
322
+ "spacing.9": {
323
+ "value": "2.25rem",
324
+ "variable": "var(--thread-ui-spacing-9)"
325
+ },
326
+ "spacing.10": {
327
+ "value": "2.5rem",
328
+ "variable": "var(--thread-ui-spacing-10)"
329
+ },
330
+ "spacing.11": {
331
+ "value": "2.75rem",
332
+ "variable": "var(--thread-ui-spacing-11)"
333
+ },
334
+ "spacing.12": {
335
+ "value": "3rem",
336
+ "variable": "var(--thread-ui-spacing-12)"
337
+ },
338
+ "spacing.14": {
339
+ "value": "3.5rem",
340
+ "variable": "var(--thread-ui-spacing-14)"
341
+ },
342
+ "spacing.16": {
343
+ "value": "4rem",
344
+ "variable": "var(--thread-ui-spacing-16)"
345
+ },
346
+ "spacing.20": {
347
+ "value": "5rem",
348
+ "variable": "var(--thread-ui-spacing-20)"
349
+ },
350
+ "spacing.24": {
351
+ "value": "6rem",
352
+ "variable": "var(--thread-ui-spacing-24)"
353
+ },
354
+ "spacing.28": {
355
+ "value": "7rem",
356
+ "variable": "var(--thread-ui-spacing-28)"
357
+ },
358
+ "spacing.32": {
359
+ "value": "8rem",
360
+ "variable": "var(--thread-ui-spacing-32)"
361
+ },
362
+ "spacing.36": {
363
+ "value": "9rem",
364
+ "variable": "var(--thread-ui-spacing-36)"
365
+ },
366
+ "spacing.40": {
367
+ "value": "10rem",
368
+ "variable": "var(--thread-ui-spacing-40)"
369
+ },
370
+ "spacing.44": {
371
+ "value": "11rem",
372
+ "variable": "var(--thread-ui-spacing-44)"
373
+ },
374
+ "spacing.48": {
375
+ "value": "12rem",
376
+ "variable": "var(--thread-ui-spacing-48)"
377
+ },
378
+ "spacing.52": {
379
+ "value": "13rem",
380
+ "variable": "var(--thread-ui-spacing-52)"
381
+ },
382
+ "spacing.56": {
383
+ "value": "14rem",
384
+ "variable": "var(--thread-ui-spacing-56)"
385
+ },
386
+ "spacing.60": {
387
+ "value": "15rem",
388
+ "variable": "var(--thread-ui-spacing-60)"
389
+ },
390
+ "spacing.64": {
391
+ "value": "16rem",
392
+ "variable": "var(--thread-ui-spacing-64)"
393
+ },
394
+ "spacing.72": {
395
+ "value": "18rem",
396
+ "variable": "var(--thread-ui-spacing-72)"
397
+ },
398
+ "spacing.80": {
399
+ "value": "20rem",
400
+ "variable": "var(--thread-ui-spacing-80)"
401
+ },
402
+ "spacing.96": {
403
+ "value": "24rem",
404
+ "variable": "var(--thread-ui-spacing-96)"
405
+ },
406
+ "spacing.0.5": {
407
+ "value": "0.125rem",
408
+ "variable": "var(--thread-ui-spacing-0\\.5)"
409
+ },
410
+ "spacing.1.5": {
411
+ "value": "0.375rem",
412
+ "variable": "var(--thread-ui-spacing-1\\.5)"
413
+ },
414
+ "spacing.2.5": {
415
+ "value": "0.625rem",
416
+ "variable": "var(--thread-ui-spacing-2\\.5)"
417
+ },
418
+ "spacing.3.5": {
419
+ "value": "0.875rem",
420
+ "variable": "var(--thread-ui-spacing-3\\.5)"
421
+ },
422
+ "sizes.0": {
423
+ "value": "0rem",
424
+ "variable": "var(--thread-ui-sizes-0)"
425
+ },
426
+ "sizes.1": {
427
+ "value": "0.25rem",
428
+ "variable": "var(--thread-ui-sizes-1)"
429
+ },
430
+ "sizes.2": {
431
+ "value": "0.5rem",
432
+ "variable": "var(--thread-ui-sizes-2)"
433
+ },
434
+ "sizes.3": {
435
+ "value": "0.75rem",
436
+ "variable": "var(--thread-ui-sizes-3)"
437
+ },
438
+ "sizes.4": {
439
+ "value": "1rem",
440
+ "variable": "var(--thread-ui-sizes-4)"
441
+ },
442
+ "sizes.5": {
443
+ "value": "1.25rem",
444
+ "variable": "var(--thread-ui-sizes-5)"
445
+ },
446
+ "sizes.6": {
447
+ "value": "1.5rem",
448
+ "variable": "var(--thread-ui-sizes-6)"
449
+ },
450
+ "sizes.7": {
451
+ "value": "1.75rem",
452
+ "variable": "var(--thread-ui-sizes-7)"
453
+ },
454
+ "sizes.8": {
455
+ "value": "2rem",
456
+ "variable": "var(--thread-ui-sizes-8)"
457
+ },
458
+ "sizes.9": {
459
+ "value": "2.25rem",
460
+ "variable": "var(--thread-ui-sizes-9)"
461
+ },
462
+ "sizes.10": {
463
+ "value": "2.5rem",
464
+ "variable": "var(--thread-ui-sizes-10)"
465
+ },
466
+ "sizes.11": {
467
+ "value": "2.75rem",
468
+ "variable": "var(--thread-ui-sizes-11)"
469
+ },
470
+ "sizes.12": {
471
+ "value": "3rem",
472
+ "variable": "var(--thread-ui-sizes-12)"
473
+ },
474
+ "sizes.14": {
475
+ "value": "3.5rem",
476
+ "variable": "var(--thread-ui-sizes-14)"
477
+ },
478
+ "sizes.16": {
479
+ "value": "4rem",
480
+ "variable": "var(--thread-ui-sizes-16)"
481
+ },
482
+ "sizes.20": {
483
+ "value": "5rem",
484
+ "variable": "var(--thread-ui-sizes-20)"
485
+ },
486
+ "sizes.24": {
487
+ "value": "6rem",
488
+ "variable": "var(--thread-ui-sizes-24)"
489
+ },
490
+ "sizes.28": {
491
+ "value": "7rem",
492
+ "variable": "var(--thread-ui-sizes-28)"
493
+ },
494
+ "sizes.32": {
495
+ "value": "8rem",
496
+ "variable": "var(--thread-ui-sizes-32)"
497
+ },
498
+ "sizes.36": {
499
+ "value": "9rem",
500
+ "variable": "var(--thread-ui-sizes-36)"
501
+ },
502
+ "sizes.40": {
503
+ "value": "10rem",
504
+ "variable": "var(--thread-ui-sizes-40)"
505
+ },
506
+ "sizes.44": {
507
+ "value": "11rem",
508
+ "variable": "var(--thread-ui-sizes-44)"
509
+ },
510
+ "sizes.48": {
511
+ "value": "12rem",
512
+ "variable": "var(--thread-ui-sizes-48)"
513
+ },
514
+ "sizes.52": {
515
+ "value": "13rem",
516
+ "variable": "var(--thread-ui-sizes-52)"
517
+ },
518
+ "sizes.56": {
519
+ "value": "14rem",
520
+ "variable": "var(--thread-ui-sizes-56)"
521
+ },
522
+ "sizes.60": {
523
+ "value": "15rem",
524
+ "variable": "var(--thread-ui-sizes-60)"
525
+ },
526
+ "sizes.64": {
527
+ "value": "16rem",
528
+ "variable": "var(--thread-ui-sizes-64)"
529
+ },
530
+ "sizes.72": {
531
+ "value": "18rem",
532
+ "variable": "var(--thread-ui-sizes-72)"
533
+ },
534
+ "sizes.80": {
535
+ "value": "20rem",
536
+ "variable": "var(--thread-ui-sizes-80)"
537
+ },
538
+ "sizes.96": {
539
+ "value": "24rem",
540
+ "variable": "var(--thread-ui-sizes-96)"
541
+ },
542
+ "sizes.0.5": {
543
+ "value": "0.125rem",
544
+ "variable": "var(--thread-ui-sizes-0\\.5)"
545
+ },
546
+ "sizes.1.5": {
547
+ "value": "0.375rem",
548
+ "variable": "var(--thread-ui-sizes-1\\.5)"
549
+ },
550
+ "sizes.2.5": {
551
+ "value": "0.625rem",
552
+ "variable": "var(--thread-ui-sizes-2\\.5)"
553
+ },
554
+ "sizes.3.5": {
555
+ "value": "0.875rem",
556
+ "variable": "var(--thread-ui-sizes-3\\.5)"
557
+ },
558
+ "sizes.xs": {
559
+ "value": "20rem",
560
+ "variable": "var(--thread-ui-sizes-xs)"
561
+ },
562
+ "sizes.sm": {
563
+ "value": "24rem",
564
+ "variable": "var(--thread-ui-sizes-sm)"
565
+ },
566
+ "sizes.md": {
567
+ "value": "28rem",
568
+ "variable": "var(--thread-ui-sizes-md)"
569
+ },
570
+ "sizes.lg": {
571
+ "value": "32rem",
572
+ "variable": "var(--thread-ui-sizes-lg)"
573
+ },
574
+ "sizes.xl": {
575
+ "value": "36rem",
576
+ "variable": "var(--thread-ui-sizes-xl)"
577
+ },
578
+ "sizes.2xl": {
579
+ "value": "42rem",
580
+ "variable": "var(--thread-ui-sizes-2xl)"
581
+ },
582
+ "sizes.3xl": {
583
+ "value": "48rem",
584
+ "variable": "var(--thread-ui-sizes-3xl)"
585
+ },
586
+ "sizes.4xl": {
587
+ "value": "56rem",
588
+ "variable": "var(--thread-ui-sizes-4xl)"
589
+ },
590
+ "sizes.5xl": {
591
+ "value": "64rem",
592
+ "variable": "var(--thread-ui-sizes-5xl)"
593
+ },
594
+ "sizes.6xl": {
595
+ "value": "72rem",
596
+ "variable": "var(--thread-ui-sizes-6xl)"
597
+ },
598
+ "sizes.7xl": {
599
+ "value": "80rem",
600
+ "variable": "var(--thread-ui-sizes-7xl)"
601
+ },
602
+ "sizes.8xl": {
603
+ "value": "90rem",
604
+ "variable": "var(--thread-ui-sizes-8xl)"
605
+ },
606
+ "sizes.prose": {
607
+ "value": "65ch",
608
+ "variable": "var(--thread-ui-sizes-prose)"
609
+ },
610
+ "sizes.full": {
611
+ "value": "100%",
612
+ "variable": "var(--thread-ui-sizes-full)"
613
+ },
614
+ "sizes.min": {
615
+ "value": "min-content",
616
+ "variable": "var(--thread-ui-sizes-min)"
617
+ },
618
+ "sizes.max": {
619
+ "value": "max-content",
620
+ "variable": "var(--thread-ui-sizes-max)"
621
+ },
622
+ "sizes.fit": {
623
+ "value": "fit-content",
624
+ "variable": "var(--thread-ui-sizes-fit)"
625
+ },
626
+ "sizes.breakpoint-sm": {
627
+ "value": "640px",
628
+ "variable": "var(--thread-ui-sizes-breakpoint-sm)"
629
+ },
630
+ "sizes.breakpoint-md": {
631
+ "value": "768px",
632
+ "variable": "var(--thread-ui-sizes-breakpoint-md)"
633
+ },
634
+ "sizes.breakpoint-lg": {
635
+ "value": "1024px",
636
+ "variable": "var(--thread-ui-sizes-breakpoint-lg)"
637
+ },
638
+ "sizes.breakpoint-xl": {
639
+ "value": "1280px",
640
+ "variable": "var(--thread-ui-sizes-breakpoint-xl)"
641
+ },
642
+ "sizes.breakpoint-2xl": {
643
+ "value": "1536px",
644
+ "variable": "var(--thread-ui-sizes-breakpoint-2xl)"
645
+ },
646
+ "animations.spin": {
647
+ "value": "spin 1s linear infinite",
648
+ "variable": "var(--thread-ui-animations-spin)"
649
+ },
650
+ "animations.ping": {
651
+ "value": "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",
652
+ "variable": "var(--thread-ui-animations-ping)"
653
+ },
654
+ "animations.pulse": {
655
+ "value": "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",
656
+ "variable": "var(--thread-ui-animations-pulse)"
657
+ },
658
+ "animations.bounce": {
659
+ "value": "bounce 1s infinite",
660
+ "variable": "var(--thread-ui-animations-bounce)"
661
+ },
662
+ "colors.current": {
663
+ "value": "currentColor",
664
+ "variable": "var(--thread-ui-colors-current)"
665
+ },
666
+ "colors.transparent": {
667
+ "value": "rgb(0 0 0 / 0)",
668
+ "variable": "var(--thread-ui-colors-transparent)"
669
+ },
670
+ "colors.rose.50": {
671
+ "value": "#fff1f2",
672
+ "variable": "var(--thread-ui-colors-rose-50)"
673
+ },
674
+ "colors.rose.100": {
675
+ "value": "#ffe4e6",
676
+ "variable": "var(--thread-ui-colors-rose-100)"
677
+ },
678
+ "colors.rose.200": {
679
+ "value": "#fecdd3",
680
+ "variable": "var(--thread-ui-colors-rose-200)"
681
+ },
682
+ "colors.rose.300": {
683
+ "value": "#fda4af",
684
+ "variable": "var(--thread-ui-colors-rose-300)"
685
+ },
686
+ "colors.rose.400": {
687
+ "value": "#fb7185",
688
+ "variable": "var(--thread-ui-colors-rose-400)"
689
+ },
690
+ "colors.rose.500": {
691
+ "value": "#f43f5e",
692
+ "variable": "var(--thread-ui-colors-rose-500)"
693
+ },
694
+ "colors.rose.600": {
695
+ "value": "#e11d48",
696
+ "variable": "var(--thread-ui-colors-rose-600)"
697
+ },
698
+ "colors.rose.700": {
699
+ "value": "#be123c",
700
+ "variable": "var(--thread-ui-colors-rose-700)"
701
+ },
702
+ "colors.rose.800": {
703
+ "value": "#9f1239",
704
+ "variable": "var(--thread-ui-colors-rose-800)"
705
+ },
706
+ "colors.rose.900": {
707
+ "value": "#881337",
708
+ "variable": "var(--thread-ui-colors-rose-900)"
709
+ },
710
+ "colors.rose.950": {
711
+ "value": "#4c0519",
712
+ "variable": "var(--thread-ui-colors-rose-950)"
713
+ },
714
+ "colors.pink.50": {
715
+ "value": "#fdf2f8",
716
+ "variable": "var(--thread-ui-colors-pink-50)"
717
+ },
718
+ "colors.pink.100": {
719
+ "value": "#fce7f3",
720
+ "variable": "var(--thread-ui-colors-pink-100)"
721
+ },
722
+ "colors.pink.200": {
723
+ "value": "#fbcfe8",
724
+ "variable": "var(--thread-ui-colors-pink-200)"
725
+ },
726
+ "colors.pink.300": {
727
+ "value": "#f9a8d4",
728
+ "variable": "var(--thread-ui-colors-pink-300)"
729
+ },
730
+ "colors.pink.400": {
731
+ "value": "#f472b6",
732
+ "variable": "var(--thread-ui-colors-pink-400)"
733
+ },
734
+ "colors.pink.500": {
735
+ "value": "#ec4899",
736
+ "variable": "var(--thread-ui-colors-pink-500)"
737
+ },
738
+ "colors.pink.600": {
739
+ "value": "#db2777",
740
+ "variable": "var(--thread-ui-colors-pink-600)"
741
+ },
742
+ "colors.pink.700": {
743
+ "value": "#be185d",
744
+ "variable": "var(--thread-ui-colors-pink-700)"
745
+ },
746
+ "colors.pink.800": {
747
+ "value": "#9d174d",
748
+ "variable": "var(--thread-ui-colors-pink-800)"
749
+ },
750
+ "colors.pink.900": {
751
+ "value": "#831843",
752
+ "variable": "var(--thread-ui-colors-pink-900)"
753
+ },
754
+ "colors.pink.950": {
755
+ "value": "#500724",
756
+ "variable": "var(--thread-ui-colors-pink-950)"
757
+ },
758
+ "colors.fuchsia.50": {
759
+ "value": "#fdf4ff",
760
+ "variable": "var(--thread-ui-colors-fuchsia-50)"
761
+ },
762
+ "colors.fuchsia.100": {
763
+ "value": "#fae8ff",
764
+ "variable": "var(--thread-ui-colors-fuchsia-100)"
765
+ },
766
+ "colors.fuchsia.200": {
767
+ "value": "#f5d0fe",
768
+ "variable": "var(--thread-ui-colors-fuchsia-200)"
769
+ },
770
+ "colors.fuchsia.300": {
771
+ "value": "#f0abfc",
772
+ "variable": "var(--thread-ui-colors-fuchsia-300)"
773
+ },
774
+ "colors.fuchsia.400": {
775
+ "value": "#e879f9",
776
+ "variable": "var(--thread-ui-colors-fuchsia-400)"
777
+ },
778
+ "colors.fuchsia.500": {
779
+ "value": "#d946ef",
780
+ "variable": "var(--thread-ui-colors-fuchsia-500)"
781
+ },
782
+ "colors.fuchsia.600": {
783
+ "value": "#c026d3",
784
+ "variable": "var(--thread-ui-colors-fuchsia-600)"
785
+ },
786
+ "colors.fuchsia.700": {
787
+ "value": "#a21caf",
788
+ "variable": "var(--thread-ui-colors-fuchsia-700)"
789
+ },
790
+ "colors.fuchsia.800": {
791
+ "value": "#86198f",
792
+ "variable": "var(--thread-ui-colors-fuchsia-800)"
793
+ },
794
+ "colors.fuchsia.900": {
795
+ "value": "#701a75",
796
+ "variable": "var(--thread-ui-colors-fuchsia-900)"
797
+ },
798
+ "colors.fuchsia.950": {
799
+ "value": "#4a044e",
800
+ "variable": "var(--thread-ui-colors-fuchsia-950)"
801
+ },
802
+ "colors.purple.50": {
803
+ "value": "#faf5ff",
804
+ "variable": "var(--thread-ui-colors-purple-50)"
805
+ },
806
+ "colors.purple.100": {
807
+ "value": "#f3e8ff",
808
+ "variable": "var(--thread-ui-colors-purple-100)"
809
+ },
810
+ "colors.purple.200": {
811
+ "value": "#e9d5ff",
812
+ "variable": "var(--thread-ui-colors-purple-200)"
813
+ },
814
+ "colors.purple.300": {
815
+ "value": "#d8b4fe",
816
+ "variable": "var(--thread-ui-colors-purple-300)"
817
+ },
818
+ "colors.purple.400": {
819
+ "value": "#c084fc",
820
+ "variable": "var(--thread-ui-colors-purple-400)"
821
+ },
822
+ "colors.purple.500": {
823
+ "value": "#a855f7",
824
+ "variable": "var(--thread-ui-colors-purple-500)"
825
+ },
826
+ "colors.purple.600": {
827
+ "value": "#9333ea",
828
+ "variable": "var(--thread-ui-colors-purple-600)"
829
+ },
830
+ "colors.purple.700": {
831
+ "value": "#7e22ce",
832
+ "variable": "var(--thread-ui-colors-purple-700)"
833
+ },
834
+ "colors.purple.800": {
835
+ "value": "#6b21a8",
836
+ "variable": "var(--thread-ui-colors-purple-800)"
837
+ },
838
+ "colors.purple.900": {
839
+ "value": "#581c87",
840
+ "variable": "var(--thread-ui-colors-purple-900)"
841
+ },
842
+ "colors.purple.950": {
843
+ "value": "#3b0764",
844
+ "variable": "var(--thread-ui-colors-purple-950)"
845
+ },
846
+ "colors.violet.50": {
847
+ "value": "#f5f3ff",
848
+ "variable": "var(--thread-ui-colors-violet-50)"
849
+ },
850
+ "colors.violet.100": {
851
+ "value": "#ede9fe",
852
+ "variable": "var(--thread-ui-colors-violet-100)"
853
+ },
854
+ "colors.violet.200": {
855
+ "value": "#ddd6fe",
856
+ "variable": "var(--thread-ui-colors-violet-200)"
857
+ },
858
+ "colors.violet.300": {
859
+ "value": "#c4b5fd",
860
+ "variable": "var(--thread-ui-colors-violet-300)"
861
+ },
862
+ "colors.violet.400": {
863
+ "value": "#a78bfa",
864
+ "variable": "var(--thread-ui-colors-violet-400)"
865
+ },
866
+ "colors.violet.500": {
867
+ "value": "#8b5cf6",
868
+ "variable": "var(--thread-ui-colors-violet-500)"
869
+ },
870
+ "colors.violet.600": {
871
+ "value": "#7c3aed",
872
+ "variable": "var(--thread-ui-colors-violet-600)"
873
+ },
874
+ "colors.violet.700": {
875
+ "value": "#6d28d9",
876
+ "variable": "var(--thread-ui-colors-violet-700)"
877
+ },
878
+ "colors.violet.800": {
879
+ "value": "#5b21b6",
880
+ "variable": "var(--thread-ui-colors-violet-800)"
881
+ },
882
+ "colors.violet.900": {
883
+ "value": "#4c1d95",
884
+ "variable": "var(--thread-ui-colors-violet-900)"
885
+ },
886
+ "colors.violet.950": {
887
+ "value": "#2e1065",
888
+ "variable": "var(--thread-ui-colors-violet-950)"
889
+ },
890
+ "colors.indigo.50": {
891
+ "value": "#eef2ff",
892
+ "variable": "var(--thread-ui-colors-indigo-50)"
893
+ },
894
+ "colors.indigo.100": {
895
+ "value": "#e0e7ff",
896
+ "variable": "var(--thread-ui-colors-indigo-100)"
897
+ },
898
+ "colors.indigo.200": {
899
+ "value": "#c7d2fe",
900
+ "variable": "var(--thread-ui-colors-indigo-200)"
901
+ },
902
+ "colors.indigo.300": {
903
+ "value": "#a5b4fc",
904
+ "variable": "var(--thread-ui-colors-indigo-300)"
905
+ },
906
+ "colors.indigo.400": {
907
+ "value": "#818cf8",
908
+ "variable": "var(--thread-ui-colors-indigo-400)"
909
+ },
910
+ "colors.indigo.500": {
911
+ "value": "#6366f1",
912
+ "variable": "var(--thread-ui-colors-indigo-500)"
913
+ },
914
+ "colors.indigo.600": {
915
+ "value": "#4f46e5",
916
+ "variable": "var(--thread-ui-colors-indigo-600)"
917
+ },
918
+ "colors.indigo.700": {
919
+ "value": "#4338ca",
920
+ "variable": "var(--thread-ui-colors-indigo-700)"
921
+ },
922
+ "colors.indigo.800": {
923
+ "value": "#3730a3",
924
+ "variable": "var(--thread-ui-colors-indigo-800)"
925
+ },
926
+ "colors.indigo.900": {
927
+ "value": "#312e81",
928
+ "variable": "var(--thread-ui-colors-indigo-900)"
929
+ },
930
+ "colors.indigo.950": {
931
+ "value": "#1e1b4b",
932
+ "variable": "var(--thread-ui-colors-indigo-950)"
933
+ },
934
+ "colors.blue.50": {
935
+ "value": "#eff6ff",
936
+ "variable": "var(--thread-ui-colors-blue-50)"
937
+ },
938
+ "colors.blue.100": {
939
+ "value": "#dbeafe",
940
+ "variable": "var(--thread-ui-colors-blue-100)"
941
+ },
942
+ "colors.blue.200": {
943
+ "value": "#bfdbfe",
944
+ "variable": "var(--thread-ui-colors-blue-200)"
945
+ },
946
+ "colors.blue.300": {
947
+ "value": "#93c5fd",
948
+ "variable": "var(--thread-ui-colors-blue-300)"
949
+ },
950
+ "colors.blue.400": {
951
+ "value": "#60a5fa",
952
+ "variable": "var(--thread-ui-colors-blue-400)"
953
+ },
954
+ "colors.blue.500": {
955
+ "value": "#3b82f6",
956
+ "variable": "var(--thread-ui-colors-blue-500)"
957
+ },
958
+ "colors.blue.600": {
959
+ "value": "#2563eb",
960
+ "variable": "var(--thread-ui-colors-blue-600)"
961
+ },
962
+ "colors.blue.700": {
963
+ "value": "#1d4ed8",
964
+ "variable": "var(--thread-ui-colors-blue-700)"
965
+ },
966
+ "colors.blue.800": {
967
+ "value": "#1e40af",
968
+ "variable": "var(--thread-ui-colors-blue-800)"
969
+ },
970
+ "colors.blue.900": {
971
+ "value": "#1e3a8a",
972
+ "variable": "var(--thread-ui-colors-blue-900)"
973
+ },
974
+ "colors.blue.950": {
975
+ "value": "#172554",
976
+ "variable": "var(--thread-ui-colors-blue-950)"
977
+ },
978
+ "colors.sky.50": {
979
+ "value": "#f0f9ff",
980
+ "variable": "var(--thread-ui-colors-sky-50)"
981
+ },
982
+ "colors.sky.100": {
983
+ "value": "#e0f2fe",
984
+ "variable": "var(--thread-ui-colors-sky-100)"
985
+ },
986
+ "colors.sky.200": {
987
+ "value": "#bae6fd",
988
+ "variable": "var(--thread-ui-colors-sky-200)"
989
+ },
990
+ "colors.sky.300": {
991
+ "value": "#7dd3fc",
992
+ "variable": "var(--thread-ui-colors-sky-300)"
993
+ },
994
+ "colors.sky.400": {
995
+ "value": "#38bdf8",
996
+ "variable": "var(--thread-ui-colors-sky-400)"
997
+ },
998
+ "colors.sky.500": {
999
+ "value": "#0ea5e9",
1000
+ "variable": "var(--thread-ui-colors-sky-500)"
1001
+ },
1002
+ "colors.sky.600": {
1003
+ "value": "#0284c7",
1004
+ "variable": "var(--thread-ui-colors-sky-600)"
1005
+ },
1006
+ "colors.sky.700": {
1007
+ "value": "#0369a1",
1008
+ "variable": "var(--thread-ui-colors-sky-700)"
1009
+ },
1010
+ "colors.sky.800": {
1011
+ "value": "#075985",
1012
+ "variable": "var(--thread-ui-colors-sky-800)"
1013
+ },
1014
+ "colors.sky.900": {
1015
+ "value": "#0c4a6e",
1016
+ "variable": "var(--thread-ui-colors-sky-900)"
1017
+ },
1018
+ "colors.sky.950": {
1019
+ "value": "#082f49",
1020
+ "variable": "var(--thread-ui-colors-sky-950)"
1021
+ },
1022
+ "colors.cyan.50": {
1023
+ "value": "#ecfeff",
1024
+ "variable": "var(--thread-ui-colors-cyan-50)"
1025
+ },
1026
+ "colors.cyan.100": {
1027
+ "value": "#cffafe",
1028
+ "variable": "var(--thread-ui-colors-cyan-100)"
1029
+ },
1030
+ "colors.cyan.200": {
1031
+ "value": "#a5f3fc",
1032
+ "variable": "var(--thread-ui-colors-cyan-200)"
1033
+ },
1034
+ "colors.cyan.300": {
1035
+ "value": "#67e8f9",
1036
+ "variable": "var(--thread-ui-colors-cyan-300)"
1037
+ },
1038
+ "colors.cyan.400": {
1039
+ "value": "#22d3ee",
1040
+ "variable": "var(--thread-ui-colors-cyan-400)"
1041
+ },
1042
+ "colors.cyan.500": {
1043
+ "value": "#06b6d4",
1044
+ "variable": "var(--thread-ui-colors-cyan-500)"
1045
+ },
1046
+ "colors.cyan.600": {
1047
+ "value": "#0891b2",
1048
+ "variable": "var(--thread-ui-colors-cyan-600)"
1049
+ },
1050
+ "colors.cyan.700": {
1051
+ "value": "#0e7490",
1052
+ "variable": "var(--thread-ui-colors-cyan-700)"
1053
+ },
1054
+ "colors.cyan.800": {
1055
+ "value": "#155e75",
1056
+ "variable": "var(--thread-ui-colors-cyan-800)"
1057
+ },
1058
+ "colors.cyan.900": {
1059
+ "value": "#164e63",
1060
+ "variable": "var(--thread-ui-colors-cyan-900)"
1061
+ },
1062
+ "colors.cyan.950": {
1063
+ "value": "#083344",
1064
+ "variable": "var(--thread-ui-colors-cyan-950)"
1065
+ },
1066
+ "colors.teal.50": {
1067
+ "value": "#f0fdfa",
1068
+ "variable": "var(--thread-ui-colors-teal-50)"
1069
+ },
1070
+ "colors.teal.100": {
1071
+ "value": "#ccfbf1",
1072
+ "variable": "var(--thread-ui-colors-teal-100)"
1073
+ },
1074
+ "colors.teal.200": {
1075
+ "value": "#99f6e4",
1076
+ "variable": "var(--thread-ui-colors-teal-200)"
1077
+ },
1078
+ "colors.teal.300": {
1079
+ "value": "#5eead4",
1080
+ "variable": "var(--thread-ui-colors-teal-300)"
1081
+ },
1082
+ "colors.teal.400": {
1083
+ "value": "#2dd4bf",
1084
+ "variable": "var(--thread-ui-colors-teal-400)"
1085
+ },
1086
+ "colors.teal.500": {
1087
+ "value": "#14b8a6",
1088
+ "variable": "var(--thread-ui-colors-teal-500)"
1089
+ },
1090
+ "colors.teal.600": {
1091
+ "value": "#0d9488",
1092
+ "variable": "var(--thread-ui-colors-teal-600)"
1093
+ },
1094
+ "colors.teal.700": {
1095
+ "value": "#0f766e",
1096
+ "variable": "var(--thread-ui-colors-teal-700)"
1097
+ },
1098
+ "colors.teal.800": {
1099
+ "value": "#115e59",
1100
+ "variable": "var(--thread-ui-colors-teal-800)"
1101
+ },
1102
+ "colors.teal.900": {
1103
+ "value": "#134e4a",
1104
+ "variable": "var(--thread-ui-colors-teal-900)"
1105
+ },
1106
+ "colors.teal.950": {
1107
+ "value": "#042f2e",
1108
+ "variable": "var(--thread-ui-colors-teal-950)"
1109
+ },
1110
+ "colors.emerald.50": {
1111
+ "value": "#ecfdf5",
1112
+ "variable": "var(--thread-ui-colors-emerald-50)"
1113
+ },
1114
+ "colors.emerald.100": {
1115
+ "value": "#d1fae5",
1116
+ "variable": "var(--thread-ui-colors-emerald-100)"
1117
+ },
1118
+ "colors.emerald.200": {
1119
+ "value": "#a7f3d0",
1120
+ "variable": "var(--thread-ui-colors-emerald-200)"
1121
+ },
1122
+ "colors.emerald.300": {
1123
+ "value": "#6ee7b7",
1124
+ "variable": "var(--thread-ui-colors-emerald-300)"
1125
+ },
1126
+ "colors.emerald.400": {
1127
+ "value": "#34d399",
1128
+ "variable": "var(--thread-ui-colors-emerald-400)"
1129
+ },
1130
+ "colors.emerald.500": {
1131
+ "value": "#10b981",
1132
+ "variable": "var(--thread-ui-colors-emerald-500)"
1133
+ },
1134
+ "colors.emerald.600": {
1135
+ "value": "#059669",
1136
+ "variable": "var(--thread-ui-colors-emerald-600)"
1137
+ },
1138
+ "colors.emerald.700": {
1139
+ "value": "#047857",
1140
+ "variable": "var(--thread-ui-colors-emerald-700)"
1141
+ },
1142
+ "colors.emerald.800": {
1143
+ "value": "#065f46",
1144
+ "variable": "var(--thread-ui-colors-emerald-800)"
1145
+ },
1146
+ "colors.emerald.900": {
1147
+ "value": "#064e3b",
1148
+ "variable": "var(--thread-ui-colors-emerald-900)"
1149
+ },
1150
+ "colors.emerald.950": {
1151
+ "value": "#022c22",
1152
+ "variable": "var(--thread-ui-colors-emerald-950)"
1153
+ },
1154
+ "colors.green.50": {
1155
+ "value": "#f0fdf4",
1156
+ "variable": "var(--thread-ui-colors-green-50)"
1157
+ },
1158
+ "colors.green.100": {
1159
+ "value": "#dcfce7",
1160
+ "variable": "var(--thread-ui-colors-green-100)"
1161
+ },
1162
+ "colors.green.200": {
1163
+ "value": "#bbf7d0",
1164
+ "variable": "var(--thread-ui-colors-green-200)"
1165
+ },
1166
+ "colors.green.300": {
1167
+ "value": "#86efac",
1168
+ "variable": "var(--thread-ui-colors-green-300)"
1169
+ },
1170
+ "colors.green.400": {
1171
+ "value": "#4ade80",
1172
+ "variable": "var(--thread-ui-colors-green-400)"
1173
+ },
1174
+ "colors.green.500": {
1175
+ "value": "#22c55e",
1176
+ "variable": "var(--thread-ui-colors-green-500)"
1177
+ },
1178
+ "colors.green.600": {
1179
+ "value": "#16a34a",
1180
+ "variable": "var(--thread-ui-colors-green-600)"
1181
+ },
1182
+ "colors.green.700": {
1183
+ "value": "#15803d",
1184
+ "variable": "var(--thread-ui-colors-green-700)"
1185
+ },
1186
+ "colors.green.800": {
1187
+ "value": "#166534",
1188
+ "variable": "var(--thread-ui-colors-green-800)"
1189
+ },
1190
+ "colors.green.900": {
1191
+ "value": "#14532d",
1192
+ "variable": "var(--thread-ui-colors-green-900)"
1193
+ },
1194
+ "colors.green.950": {
1195
+ "value": "#052e16",
1196
+ "variable": "var(--thread-ui-colors-green-950)"
1197
+ },
1198
+ "colors.lime.50": {
1199
+ "value": "#f7fee7",
1200
+ "variable": "var(--thread-ui-colors-lime-50)"
1201
+ },
1202
+ "colors.lime.100": {
1203
+ "value": "#ecfccb",
1204
+ "variable": "var(--thread-ui-colors-lime-100)"
1205
+ },
1206
+ "colors.lime.200": {
1207
+ "value": "#d9f99d",
1208
+ "variable": "var(--thread-ui-colors-lime-200)"
1209
+ },
1210
+ "colors.lime.300": {
1211
+ "value": "#bef264",
1212
+ "variable": "var(--thread-ui-colors-lime-300)"
1213
+ },
1214
+ "colors.lime.400": {
1215
+ "value": "#a3e635",
1216
+ "variable": "var(--thread-ui-colors-lime-400)"
1217
+ },
1218
+ "colors.lime.500": {
1219
+ "value": "#84cc16",
1220
+ "variable": "var(--thread-ui-colors-lime-500)"
1221
+ },
1222
+ "colors.lime.600": {
1223
+ "value": "#65a30d",
1224
+ "variable": "var(--thread-ui-colors-lime-600)"
1225
+ },
1226
+ "colors.lime.700": {
1227
+ "value": "#4d7c0f",
1228
+ "variable": "var(--thread-ui-colors-lime-700)"
1229
+ },
1230
+ "colors.lime.800": {
1231
+ "value": "#3f6212",
1232
+ "variable": "var(--thread-ui-colors-lime-800)"
1233
+ },
1234
+ "colors.lime.900": {
1235
+ "value": "#365314",
1236
+ "variable": "var(--thread-ui-colors-lime-900)"
1237
+ },
1238
+ "colors.lime.950": {
1239
+ "value": "#1a2e05",
1240
+ "variable": "var(--thread-ui-colors-lime-950)"
1241
+ },
1242
+ "colors.yellow.50": {
1243
+ "value": "#fefce8",
1244
+ "variable": "var(--thread-ui-colors-yellow-50)"
1245
+ },
1246
+ "colors.yellow.100": {
1247
+ "value": "#fef9c3",
1248
+ "variable": "var(--thread-ui-colors-yellow-100)"
1249
+ },
1250
+ "colors.yellow.200": {
1251
+ "value": "#fef08a",
1252
+ "variable": "var(--thread-ui-colors-yellow-200)"
1253
+ },
1254
+ "colors.yellow.300": {
1255
+ "value": "#fde047",
1256
+ "variable": "var(--thread-ui-colors-yellow-300)"
1257
+ },
1258
+ "colors.yellow.400": {
1259
+ "value": "#facc15",
1260
+ "variable": "var(--thread-ui-colors-yellow-400)"
1261
+ },
1262
+ "colors.yellow.500": {
1263
+ "value": "#eab308",
1264
+ "variable": "var(--thread-ui-colors-yellow-500)"
1265
+ },
1266
+ "colors.yellow.600": {
1267
+ "value": "#ca8a04",
1268
+ "variable": "var(--thread-ui-colors-yellow-600)"
1269
+ },
1270
+ "colors.yellow.700": {
1271
+ "value": "#a16207",
1272
+ "variable": "var(--thread-ui-colors-yellow-700)"
1273
+ },
1274
+ "colors.yellow.800": {
1275
+ "value": "#854d0e",
1276
+ "variable": "var(--thread-ui-colors-yellow-800)"
1277
+ },
1278
+ "colors.yellow.900": {
1279
+ "value": "#713f12",
1280
+ "variable": "var(--thread-ui-colors-yellow-900)"
1281
+ },
1282
+ "colors.yellow.950": {
1283
+ "value": "#422006",
1284
+ "variable": "var(--thread-ui-colors-yellow-950)"
1285
+ },
1286
+ "colors.amber.50": {
1287
+ "value": "#fffbeb",
1288
+ "variable": "var(--thread-ui-colors-amber-50)"
1289
+ },
1290
+ "colors.amber.100": {
1291
+ "value": "#fef3c7",
1292
+ "variable": "var(--thread-ui-colors-amber-100)"
1293
+ },
1294
+ "colors.amber.200": {
1295
+ "value": "#fde68a",
1296
+ "variable": "var(--thread-ui-colors-amber-200)"
1297
+ },
1298
+ "colors.amber.300": {
1299
+ "value": "#fcd34d",
1300
+ "variable": "var(--thread-ui-colors-amber-300)"
1301
+ },
1302
+ "colors.amber.400": {
1303
+ "value": "#fbbf24",
1304
+ "variable": "var(--thread-ui-colors-amber-400)"
1305
+ },
1306
+ "colors.amber.500": {
1307
+ "value": "#f59e0b",
1308
+ "variable": "var(--thread-ui-colors-amber-500)"
1309
+ },
1310
+ "colors.amber.600": {
1311
+ "value": "#d97706",
1312
+ "variable": "var(--thread-ui-colors-amber-600)"
1313
+ },
1314
+ "colors.amber.700": {
1315
+ "value": "#b45309",
1316
+ "variable": "var(--thread-ui-colors-amber-700)"
1317
+ },
1318
+ "colors.amber.800": {
1319
+ "value": "#92400e",
1320
+ "variable": "var(--thread-ui-colors-amber-800)"
1321
+ },
1322
+ "colors.amber.900": {
1323
+ "value": "#78350f",
1324
+ "variable": "var(--thread-ui-colors-amber-900)"
1325
+ },
1326
+ "colors.amber.950": {
1327
+ "value": "#451a03",
1328
+ "variable": "var(--thread-ui-colors-amber-950)"
1329
+ },
1330
+ "colors.orange.50": {
1331
+ "value": "#fff7ed",
1332
+ "variable": "var(--thread-ui-colors-orange-50)"
1333
+ },
1334
+ "colors.orange.100": {
1335
+ "value": "#ffedd5",
1336
+ "variable": "var(--thread-ui-colors-orange-100)"
1337
+ },
1338
+ "colors.orange.200": {
1339
+ "value": "#fed7aa",
1340
+ "variable": "var(--thread-ui-colors-orange-200)"
1341
+ },
1342
+ "colors.orange.300": {
1343
+ "value": "#fdba74",
1344
+ "variable": "var(--thread-ui-colors-orange-300)"
1345
+ },
1346
+ "colors.orange.400": {
1347
+ "value": "#fb923c",
1348
+ "variable": "var(--thread-ui-colors-orange-400)"
1349
+ },
1350
+ "colors.orange.500": {
1351
+ "value": "#f97316",
1352
+ "variable": "var(--thread-ui-colors-orange-500)"
1353
+ },
1354
+ "colors.orange.600": {
1355
+ "value": "#ea580c",
1356
+ "variable": "var(--thread-ui-colors-orange-600)"
1357
+ },
1358
+ "colors.orange.700": {
1359
+ "value": "#c2410c",
1360
+ "variable": "var(--thread-ui-colors-orange-700)"
1361
+ },
1362
+ "colors.orange.800": {
1363
+ "value": "#9a3412",
1364
+ "variable": "var(--thread-ui-colors-orange-800)"
1365
+ },
1366
+ "colors.orange.900": {
1367
+ "value": "#7c2d12",
1368
+ "variable": "var(--thread-ui-colors-orange-900)"
1369
+ },
1370
+ "colors.orange.950": {
1371
+ "value": "#431407",
1372
+ "variable": "var(--thread-ui-colors-orange-950)"
1373
+ },
1374
+ "colors.red.50": {
1375
+ "value": "#fef2f2",
1376
+ "variable": "var(--thread-ui-colors-red-50)"
1377
+ },
1378
+ "colors.red.100": {
1379
+ "value": "#fee2e2",
1380
+ "variable": "var(--thread-ui-colors-red-100)"
1381
+ },
1382
+ "colors.red.200": {
1383
+ "value": "#fecaca",
1384
+ "variable": "var(--thread-ui-colors-red-200)"
1385
+ },
1386
+ "colors.red.300": {
1387
+ "value": "#fca5a5",
1388
+ "variable": "var(--thread-ui-colors-red-300)"
1389
+ },
1390
+ "colors.red.400": {
1391
+ "value": "#f87171",
1392
+ "variable": "var(--thread-ui-colors-red-400)"
1393
+ },
1394
+ "colors.red.500": {
1395
+ "value": "#ef4444",
1396
+ "variable": "var(--thread-ui-colors-red-500)"
1397
+ },
1398
+ "colors.red.600": {
1399
+ "value": "#dc2626",
1400
+ "variable": "var(--thread-ui-colors-red-600)"
1401
+ },
1402
+ "colors.red.700": {
1403
+ "value": "#b91c1c",
1404
+ "variable": "var(--thread-ui-colors-red-700)"
1405
+ },
1406
+ "colors.red.800": {
1407
+ "value": "#991b1b",
1408
+ "variable": "var(--thread-ui-colors-red-800)"
1409
+ },
1410
+ "colors.red.900": {
1411
+ "value": "#7f1d1d",
1412
+ "variable": "var(--thread-ui-colors-red-900)"
1413
+ },
1414
+ "colors.red.950": {
1415
+ "value": "#450a0a",
1416
+ "variable": "var(--thread-ui-colors-red-950)"
1417
+ },
1418
+ "colors.neutral.50": {
1419
+ "value": "#fafafa",
1420
+ "variable": "var(--thread-ui-colors-neutral-50)"
1421
+ },
1422
+ "colors.neutral.100": {
1423
+ "value": "#f5f5f5",
1424
+ "variable": "var(--thread-ui-colors-neutral-100)"
1425
+ },
1426
+ "colors.neutral.200": {
1427
+ "value": "#e5e5e5",
1428
+ "variable": "var(--thread-ui-colors-neutral-200)"
1429
+ },
1430
+ "colors.neutral.300": {
1431
+ "value": "#d4d4d4",
1432
+ "variable": "var(--thread-ui-colors-neutral-300)"
1433
+ },
1434
+ "colors.neutral.400": {
1435
+ "value": "#a3a3a3",
1436
+ "variable": "var(--thread-ui-colors-neutral-400)"
1437
+ },
1438
+ "colors.neutral.500": {
1439
+ "value": "#737373",
1440
+ "variable": "var(--thread-ui-colors-neutral-500)"
1441
+ },
1442
+ "colors.neutral.600": {
1443
+ "value": "#525252",
1444
+ "variable": "var(--thread-ui-colors-neutral-600)"
1445
+ },
1446
+ "colors.neutral.700": {
1447
+ "value": "#404040",
1448
+ "variable": "var(--thread-ui-colors-neutral-700)"
1449
+ },
1450
+ "colors.neutral.800": {
1451
+ "value": "#262626",
1452
+ "variable": "var(--thread-ui-colors-neutral-800)"
1453
+ },
1454
+ "colors.neutral.900": {
1455
+ "value": "#171717",
1456
+ "variable": "var(--thread-ui-colors-neutral-900)"
1457
+ },
1458
+ "colors.neutral.950": {
1459
+ "value": "#0a0a0a",
1460
+ "variable": "var(--thread-ui-colors-neutral-950)"
1461
+ },
1462
+ "colors.stone.50": {
1463
+ "value": "#fafaf9",
1464
+ "variable": "var(--thread-ui-colors-stone-50)"
1465
+ },
1466
+ "colors.stone.100": {
1467
+ "value": "#f5f5f4",
1468
+ "variable": "var(--thread-ui-colors-stone-100)"
1469
+ },
1470
+ "colors.stone.200": {
1471
+ "value": "#e7e5e4",
1472
+ "variable": "var(--thread-ui-colors-stone-200)"
1473
+ },
1474
+ "colors.stone.300": {
1475
+ "value": "#d6d3d1",
1476
+ "variable": "var(--thread-ui-colors-stone-300)"
1477
+ },
1478
+ "colors.stone.400": {
1479
+ "value": "#a8a29e",
1480
+ "variable": "var(--thread-ui-colors-stone-400)"
1481
+ },
1482
+ "colors.stone.500": {
1483
+ "value": "#78716c",
1484
+ "variable": "var(--thread-ui-colors-stone-500)"
1485
+ },
1486
+ "colors.stone.600": {
1487
+ "value": "#57534e",
1488
+ "variable": "var(--thread-ui-colors-stone-600)"
1489
+ },
1490
+ "colors.stone.700": {
1491
+ "value": "#44403c",
1492
+ "variable": "var(--thread-ui-colors-stone-700)"
1493
+ },
1494
+ "colors.stone.800": {
1495
+ "value": "#292524",
1496
+ "variable": "var(--thread-ui-colors-stone-800)"
1497
+ },
1498
+ "colors.stone.900": {
1499
+ "value": "#1c1917",
1500
+ "variable": "var(--thread-ui-colors-stone-900)"
1501
+ },
1502
+ "colors.stone.950": {
1503
+ "value": "#0c0a09",
1504
+ "variable": "var(--thread-ui-colors-stone-950)"
1505
+ },
1506
+ "colors.zinc.50": {
1507
+ "value": "#fafafa",
1508
+ "variable": "var(--thread-ui-colors-zinc-50)"
1509
+ },
1510
+ "colors.zinc.100": {
1511
+ "value": "#f4f4f5",
1512
+ "variable": "var(--thread-ui-colors-zinc-100)"
1513
+ },
1514
+ "colors.zinc.200": {
1515
+ "value": "#e4e4e7",
1516
+ "variable": "var(--thread-ui-colors-zinc-200)"
1517
+ },
1518
+ "colors.zinc.300": {
1519
+ "value": "#d4d4d8",
1520
+ "variable": "var(--thread-ui-colors-zinc-300)"
1521
+ },
1522
+ "colors.zinc.400": {
1523
+ "value": "#a1a1aa",
1524
+ "variable": "var(--thread-ui-colors-zinc-400)"
1525
+ },
1526
+ "colors.zinc.500": {
1527
+ "value": "#71717a",
1528
+ "variable": "var(--thread-ui-colors-zinc-500)"
1529
+ },
1530
+ "colors.zinc.600": {
1531
+ "value": "#52525b",
1532
+ "variable": "var(--thread-ui-colors-zinc-600)"
1533
+ },
1534
+ "colors.zinc.700": {
1535
+ "value": "#3f3f46",
1536
+ "variable": "var(--thread-ui-colors-zinc-700)"
1537
+ },
1538
+ "colors.zinc.800": {
1539
+ "value": "#27272a",
1540
+ "variable": "var(--thread-ui-colors-zinc-800)"
1541
+ },
1542
+ "colors.zinc.900": {
1543
+ "value": "#18181b",
1544
+ "variable": "var(--thread-ui-colors-zinc-900)"
1545
+ },
1546
+ "colors.zinc.950": {
1547
+ "value": "#09090b",
1548
+ "variable": "var(--thread-ui-colors-zinc-950)"
1549
+ },
1550
+ "colors.slate.50": {
1551
+ "value": "#f8fafc",
1552
+ "variable": "var(--thread-ui-colors-slate-50)"
1553
+ },
1554
+ "colors.slate.100": {
1555
+ "value": "#f1f5f9",
1556
+ "variable": "var(--thread-ui-colors-slate-100)"
1557
+ },
1558
+ "colors.slate.200": {
1559
+ "value": "#e2e8f0",
1560
+ "variable": "var(--thread-ui-colors-slate-200)"
1561
+ },
1562
+ "colors.slate.300": {
1563
+ "value": "#cbd5e1",
1564
+ "variable": "var(--thread-ui-colors-slate-300)"
1565
+ },
1566
+ "colors.slate.400": {
1567
+ "value": "#94a3b8",
1568
+ "variable": "var(--thread-ui-colors-slate-400)"
1569
+ },
1570
+ "colors.slate.500": {
1571
+ "value": "#64748b",
1572
+ "variable": "var(--thread-ui-colors-slate-500)"
1573
+ },
1574
+ "colors.slate.600": {
1575
+ "value": "#475569",
1576
+ "variable": "var(--thread-ui-colors-slate-600)"
1577
+ },
1578
+ "colors.slate.700": {
1579
+ "value": "#334155",
1580
+ "variable": "var(--thread-ui-colors-slate-700)"
1581
+ },
1582
+ "colors.slate.800": {
1583
+ "value": "#1e293b",
1584
+ "variable": "var(--thread-ui-colors-slate-800)"
1585
+ },
1586
+ "colors.slate.900": {
1587
+ "value": "#0f172a",
1588
+ "variable": "var(--thread-ui-colors-slate-900)"
1589
+ },
1590
+ "colors.slate.950": {
1591
+ "value": "#020617",
1592
+ "variable": "var(--thread-ui-colors-slate-950)"
1593
+ },
1594
+ "colors.primary.light": {
1595
+ "value": "var(--thread-primary-light)",
1596
+ "variable": "var(--thread-ui-colors-primary-light)"
1597
+ },
1598
+ "colors.primary.main": {
1599
+ "value": "var(--thread-primary-main)",
1600
+ "variable": "var(--thread-ui-colors-primary-main)"
1601
+ },
1602
+ "colors.primary.dark": {
1603
+ "value": "var(--thread-primary-dark)",
1604
+ "variable": "var(--thread-ui-colors-primary-dark)"
1605
+ },
1606
+ "colors.secondary.light": {
1607
+ "value": "var(--thread-secondary-light)",
1608
+ "variable": "var(--thread-ui-colors-secondary-light)"
1609
+ },
1610
+ "colors.secondary.main": {
1611
+ "value": "var(--thread-secondary-main)",
1612
+ "variable": "var(--thread-ui-colors-secondary-main)"
1613
+ },
1614
+ "colors.secondary.dark": {
1615
+ "value": "var(--thread-secondary-dark)",
1616
+ "variable": "var(--thread-ui-colors-secondary-dark)"
1617
+ },
1618
+ "colors.tertiary.light": {
1619
+ "value": "var(--thread-tertiary-light)",
1620
+ "variable": "var(--thread-ui-colors-tertiary-light)"
1621
+ },
1622
+ "colors.tertiary.main": {
1623
+ "value": "var(--thread-tertiary-main)",
1624
+ "variable": "var(--thread-ui-colors-tertiary-main)"
1625
+ },
1626
+ "colors.tertiary.dark": {
1627
+ "value": "var(--thread-tertiary-dark)",
1628
+ "variable": "var(--thread-ui-colors-tertiary-dark)"
1629
+ },
1630
+ "colors.white": {
1631
+ "value": "var(--thread-white)",
1632
+ "variable": "var(--thread-ui-colors-white)"
1633
+ },
1634
+ "colors.black": {
1635
+ "value": "var(--thread-black)",
1636
+ "variable": "var(--thread-ui-colors-black)"
1637
+ },
1638
+ "colors.gray.50": {
1639
+ "value": "#f9fafb",
1640
+ "variable": "var(--thread-ui-colors-gray-50)"
1641
+ },
1642
+ "colors.gray.100": {
1643
+ "value": "#f3f4f6",
1644
+ "variable": "var(--thread-ui-colors-gray-100)"
1645
+ },
1646
+ "colors.gray.200": {
1647
+ "value": "#e5e7eb",
1648
+ "variable": "var(--thread-ui-colors-gray-200)"
1649
+ },
1650
+ "colors.gray.300": {
1651
+ "value": "#d1d5db",
1652
+ "variable": "var(--thread-ui-colors-gray-300)"
1653
+ },
1654
+ "colors.gray.400": {
1655
+ "value": "#9ca3af",
1656
+ "variable": "var(--thread-ui-colors-gray-400)"
1657
+ },
1658
+ "colors.gray.500": {
1659
+ "value": "#6b7280",
1660
+ "variable": "var(--thread-ui-colors-gray-500)"
1661
+ },
1662
+ "colors.gray.600": {
1663
+ "value": "#4b5563",
1664
+ "variable": "var(--thread-ui-colors-gray-600)"
1665
+ },
1666
+ "colors.gray.700": {
1667
+ "value": "#374151",
1668
+ "variable": "var(--thread-ui-colors-gray-700)"
1669
+ },
1670
+ "colors.gray.800": {
1671
+ "value": "#1f2937",
1672
+ "variable": "var(--thread-ui-colors-gray-800)"
1673
+ },
1674
+ "colors.gray.900": {
1675
+ "value": "#111827",
1676
+ "variable": "var(--thread-ui-colors-gray-900)"
1677
+ },
1678
+ "colors.gray.950": {
1679
+ "value": "#030712",
1680
+ "variable": "var(--thread-ui-colors-gray-950)"
1681
+ },
1682
+ "colors.gray.light": {
1683
+ "value": "var(--thread-gray-light)",
1684
+ "variable": "var(--thread-ui-colors-gray-light)"
1685
+ },
1686
+ "colors.gray.main": {
1687
+ "value": "var(--thread-gray-main)",
1688
+ "variable": "var(--thread-ui-colors-gray-main)"
1689
+ },
1690
+ "colors.gray.dark": {
1691
+ "value": "var(--thread-gray-dark)",
1692
+ "variable": "var(--thread-ui-colors-gray-dark)"
1693
+ },
1694
+ "colors.success.light": {
1695
+ "value": "var(--thread-success-light)",
1696
+ "variable": "var(--thread-ui-colors-success-light)"
1697
+ },
1698
+ "colors.success.main": {
1699
+ "value": "var(--thread-success-main)",
1700
+ "variable": "var(--thread-ui-colors-success-main)"
1701
+ },
1702
+ "colors.success.dark": {
1703
+ "value": "var(--thread-success-dark)",
1704
+ "variable": "var(--thread-ui-colors-success-dark)"
1705
+ },
1706
+ "colors.warning.light": {
1707
+ "value": "var(--thread-warning-light)",
1708
+ "variable": "var(--thread-ui-colors-warning-light)"
1709
+ },
1710
+ "colors.warning.main": {
1711
+ "value": "var(--thread-warning-main)",
1712
+ "variable": "var(--thread-ui-colors-warning-main)"
1713
+ },
1714
+ "colors.warning.dark": {
1715
+ "value": "var(--thread-warning-dark)",
1716
+ "variable": "var(--thread-ui-colors-warning-dark)"
1717
+ },
1718
+ "colors.error.light": {
1719
+ "value": "var(--thread-error-light)",
1720
+ "variable": "var(--thread-ui-colors-error-light)"
1721
+ },
1722
+ "colors.error.main": {
1723
+ "value": "var(--thread-error-main)",
1724
+ "variable": "var(--thread-ui-colors-error-main)"
1725
+ },
1726
+ "colors.error.dark": {
1727
+ "value": "var(--thread-error-dark)",
1728
+ "variable": "var(--thread-ui-colors-error-dark)"
1729
+ },
1730
+ "colors.info.light": {
1731
+ "value": "var(--thread-info-light)",
1732
+ "variable": "var(--thread-ui-colors-info-light)"
1733
+ },
1734
+ "colors.info.main": {
1735
+ "value": "var(--thread-info-main)",
1736
+ "variable": "var(--thread-ui-colors-info-main)"
1737
+ },
1738
+ "colors.info.dark": {
1739
+ "value": "var(--thread-info-dark)",
1740
+ "variable": "var(--thread-ui-colors-info-dark)"
1741
+ },
1742
+ "radii.xs": {
1743
+ "value": "0.125rem",
1744
+ "variable": "var(--thread-ui-radii-xs)"
1745
+ },
1746
+ "radii.xl": {
1747
+ "value": "0.75rem",
1748
+ "variable": "var(--thread-ui-radii-xl)"
1749
+ },
1750
+ "radii.2xl": {
1751
+ "value": "1rem",
1752
+ "variable": "var(--thread-ui-radii-2xl)"
1753
+ },
1754
+ "radii.3xl": {
1755
+ "value": "1.5rem",
1756
+ "variable": "var(--thread-ui-radii-3xl)"
1757
+ },
1758
+ "radii.4xl": {
1759
+ "value": "2rem",
1760
+ "variable": "var(--thread-ui-radii-4xl)"
1761
+ },
1762
+ "radii.full": {
1763
+ "value": "9999px",
1764
+ "variable": "var(--thread-ui-radii-full)"
1765
+ },
1766
+ "radii.sm": {
1767
+ "value": "var(--thread-border-radius-sm)",
1768
+ "variable": "var(--thread-ui-radii-sm)"
1769
+ },
1770
+ "radii.md": {
1771
+ "value": "var(--thread-border-radius-md)",
1772
+ "variable": "var(--thread-ui-radii-md)"
1773
+ },
1774
+ "radii.lg": {
1775
+ "value": "var(--thread-border-radius-lg)",
1776
+ "variable": "var(--thread-ui-radii-lg)"
1777
+ },
1778
+ "borderWidths.sm": {
1779
+ "value": "var(--thread-border-size-sm)",
1780
+ "variable": "var(--thread-ui-border-widths-sm)"
1781
+ },
1782
+ "borderWidths.md": {
1783
+ "value": "var(--thread-border-size-md)",
1784
+ "variable": "var(--thread-ui-border-widths-md)"
1785
+ },
1786
+ "borderWidths.lg": {
1787
+ "value": "var(--thread-border-size-lg)",
1788
+ "variable": "var(--thread-ui-border-widths-lg)"
1789
+ },
1790
+ "breakpoints.sm": {
1791
+ "value": "640px",
1792
+ "variable": "var(--thread-ui-breakpoints-sm)"
1793
+ },
1794
+ "breakpoints.md": {
1795
+ "value": "768px",
1796
+ "variable": "var(--thread-ui-breakpoints-md)"
1797
+ },
1798
+ "breakpoints.lg": {
1799
+ "value": "1024px",
1800
+ "variable": "var(--thread-ui-breakpoints-lg)"
1801
+ },
1802
+ "breakpoints.xl": {
1803
+ "value": "1280px",
1804
+ "variable": "var(--thread-ui-breakpoints-xl)"
1805
+ },
1806
+ "breakpoints.2xl": {
1807
+ "value": "1536px",
1808
+ "variable": "var(--thread-ui-breakpoints-2xl)"
1809
+ },
1810
+ "colors.background": {
1811
+ "value": "var(--thread-ui-colors-background)",
1812
+ "variable": "var(--thread-ui-colors-background)"
1813
+ },
1814
+ "colors.surface": {
1815
+ "value": "var(--thread-ui-colors-surface)",
1816
+ "variable": "var(--thread-ui-colors-surface)"
1817
+ },
1818
+ "colors.elevated": {
1819
+ "value": "var(--thread-ui-colors-elevated)",
1820
+ "variable": "var(--thread-ui-colors-elevated)"
1821
+ },
1822
+ "colors.structure": {
1823
+ "value": "var(--thread-ui-colors-structure)",
1824
+ "variable": "var(--thread-ui-colors-structure)"
1825
+ },
1826
+ "colors.text.standard": {
1827
+ "value": "var(--thread-ui-colors-text-standard)",
1828
+ "variable": "var(--thread-ui-colors-text-standard)"
1829
+ },
1830
+ "colors.text.secondary": {
1831
+ "value": "var(--thread-ui-colors-text-secondary)",
1832
+ "variable": "var(--thread-ui-colors-text-secondary)"
1833
+ },
1834
+ "colors.text.disabled": {
1835
+ "value": "var(--thread-ui-colors-text-disabled)",
1836
+ "variable": "var(--thread-ui-colors-text-disabled)"
1837
+ },
1838
+ "colors.text.accent": {
1839
+ "value": "var(--thread-ui-colors-text-accent)",
1840
+ "variable": "var(--thread-ui-colors-text-accent)"
1841
+ },
1842
+ "spacing.-1": {
1843
+ "value": "calc(var(--thread-ui-spacing-1) * -1)",
1844
+ "variable": "var(--thread-ui-spacing-1)"
1845
+ },
1846
+ "spacing.-2": {
1847
+ "value": "calc(var(--thread-ui-spacing-2) * -1)",
1848
+ "variable": "var(--thread-ui-spacing-2)"
1849
+ },
1850
+ "spacing.-3": {
1851
+ "value": "calc(var(--thread-ui-spacing-3) * -1)",
1852
+ "variable": "var(--thread-ui-spacing-3)"
1853
+ },
1854
+ "spacing.-4": {
1855
+ "value": "calc(var(--thread-ui-spacing-4) * -1)",
1856
+ "variable": "var(--thread-ui-spacing-4)"
1857
+ },
1858
+ "spacing.-5": {
1859
+ "value": "calc(var(--thread-ui-spacing-5) * -1)",
1860
+ "variable": "var(--thread-ui-spacing-5)"
1861
+ },
1862
+ "spacing.-6": {
1863
+ "value": "calc(var(--thread-ui-spacing-6) * -1)",
1864
+ "variable": "var(--thread-ui-spacing-6)"
1865
+ },
1866
+ "spacing.-7": {
1867
+ "value": "calc(var(--thread-ui-spacing-7) * -1)",
1868
+ "variable": "var(--thread-ui-spacing-7)"
1869
+ },
1870
+ "spacing.-8": {
1871
+ "value": "calc(var(--thread-ui-spacing-8) * -1)",
1872
+ "variable": "var(--thread-ui-spacing-8)"
1873
+ },
1874
+ "spacing.-9": {
1875
+ "value": "calc(var(--thread-ui-spacing-9) * -1)",
1876
+ "variable": "var(--thread-ui-spacing-9)"
1877
+ },
1878
+ "spacing.-10": {
1879
+ "value": "calc(var(--thread-ui-spacing-10) * -1)",
1880
+ "variable": "var(--thread-ui-spacing-10)"
1881
+ },
1882
+ "spacing.-11": {
1883
+ "value": "calc(var(--thread-ui-spacing-11) * -1)",
1884
+ "variable": "var(--thread-ui-spacing-11)"
1885
+ },
1886
+ "spacing.-12": {
1887
+ "value": "calc(var(--thread-ui-spacing-12) * -1)",
1888
+ "variable": "var(--thread-ui-spacing-12)"
1889
+ },
1890
+ "spacing.-14": {
1891
+ "value": "calc(var(--thread-ui-spacing-14) * -1)",
1892
+ "variable": "var(--thread-ui-spacing-14)"
1893
+ },
1894
+ "spacing.-16": {
1895
+ "value": "calc(var(--thread-ui-spacing-16) * -1)",
1896
+ "variable": "var(--thread-ui-spacing-16)"
1897
+ },
1898
+ "spacing.-20": {
1899
+ "value": "calc(var(--thread-ui-spacing-20) * -1)",
1900
+ "variable": "var(--thread-ui-spacing-20)"
1901
+ },
1902
+ "spacing.-24": {
1903
+ "value": "calc(var(--thread-ui-spacing-24) * -1)",
1904
+ "variable": "var(--thread-ui-spacing-24)"
1905
+ },
1906
+ "spacing.-28": {
1907
+ "value": "calc(var(--thread-ui-spacing-28) * -1)",
1908
+ "variable": "var(--thread-ui-spacing-28)"
1909
+ },
1910
+ "spacing.-32": {
1911
+ "value": "calc(var(--thread-ui-spacing-32) * -1)",
1912
+ "variable": "var(--thread-ui-spacing-32)"
1913
+ },
1914
+ "spacing.-36": {
1915
+ "value": "calc(var(--thread-ui-spacing-36) * -1)",
1916
+ "variable": "var(--thread-ui-spacing-36)"
1917
+ },
1918
+ "spacing.-40": {
1919
+ "value": "calc(var(--thread-ui-spacing-40) * -1)",
1920
+ "variable": "var(--thread-ui-spacing-40)"
1921
+ },
1922
+ "spacing.-44": {
1923
+ "value": "calc(var(--thread-ui-spacing-44) * -1)",
1924
+ "variable": "var(--thread-ui-spacing-44)"
1925
+ },
1926
+ "spacing.-48": {
1927
+ "value": "calc(var(--thread-ui-spacing-48) * -1)",
1928
+ "variable": "var(--thread-ui-spacing-48)"
1929
+ },
1930
+ "spacing.-52": {
1931
+ "value": "calc(var(--thread-ui-spacing-52) * -1)",
1932
+ "variable": "var(--thread-ui-spacing-52)"
1933
+ },
1934
+ "spacing.-56": {
1935
+ "value": "calc(var(--thread-ui-spacing-56) * -1)",
1936
+ "variable": "var(--thread-ui-spacing-56)"
1937
+ },
1938
+ "spacing.-60": {
1939
+ "value": "calc(var(--thread-ui-spacing-60) * -1)",
1940
+ "variable": "var(--thread-ui-spacing-60)"
1941
+ },
1942
+ "spacing.-64": {
1943
+ "value": "calc(var(--thread-ui-spacing-64) * -1)",
1944
+ "variable": "var(--thread-ui-spacing-64)"
1945
+ },
1946
+ "spacing.-72": {
1947
+ "value": "calc(var(--thread-ui-spacing-72) * -1)",
1948
+ "variable": "var(--thread-ui-spacing-72)"
1949
+ },
1950
+ "spacing.-80": {
1951
+ "value": "calc(var(--thread-ui-spacing-80) * -1)",
1952
+ "variable": "var(--thread-ui-spacing-80)"
1953
+ },
1954
+ "spacing.-96": {
1955
+ "value": "calc(var(--thread-ui-spacing-96) * -1)",
1956
+ "variable": "var(--thread-ui-spacing-96)"
1957
+ },
1958
+ "spacing.-0.5": {
1959
+ "value": "calc(var(--thread-ui-spacing-0\\.5) * -1)",
1960
+ "variable": "var(--thread-ui-spacing-0\\.5)"
1961
+ },
1962
+ "spacing.-1.5": {
1963
+ "value": "calc(var(--thread-ui-spacing-1\\.5) * -1)",
1964
+ "variable": "var(--thread-ui-spacing-1\\.5)"
1965
+ },
1966
+ "spacing.-2.5": {
1967
+ "value": "calc(var(--thread-ui-spacing-2\\.5) * -1)",
1968
+ "variable": "var(--thread-ui-spacing-2\\.5)"
1969
+ },
1970
+ "spacing.-3.5": {
1971
+ "value": "calc(var(--thread-ui-spacing-3\\.5) * -1)",
1972
+ "variable": "var(--thread-ui-spacing-3\\.5)"
1973
+ },
1974
+ "colors.colorPalette": {
1975
+ "value": "var(--thread-ui-colors-color-palette)",
1976
+ "variable": "var(--thread-ui-colors-color-palette)"
1977
+ },
1978
+ "colors.colorPalette.50": {
1979
+ "value": "var(--thread-ui-colors-color-palette-50)",
1980
+ "variable": "var(--thread-ui-colors-color-palette-50)"
1981
+ },
1982
+ "colors.colorPalette.100": {
1983
+ "value": "var(--thread-ui-colors-color-palette-100)",
1984
+ "variable": "var(--thread-ui-colors-color-palette-100)"
1985
+ },
1986
+ "colors.colorPalette.200": {
1987
+ "value": "var(--thread-ui-colors-color-palette-200)",
1988
+ "variable": "var(--thread-ui-colors-color-palette-200)"
1989
+ },
1990
+ "colors.colorPalette.300": {
1991
+ "value": "var(--thread-ui-colors-color-palette-300)",
1992
+ "variable": "var(--thread-ui-colors-color-palette-300)"
1993
+ },
1994
+ "colors.colorPalette.400": {
1995
+ "value": "var(--thread-ui-colors-color-palette-400)",
1996
+ "variable": "var(--thread-ui-colors-color-palette-400)"
1997
+ },
1998
+ "colors.colorPalette.500": {
1999
+ "value": "var(--thread-ui-colors-color-palette-500)",
2000
+ "variable": "var(--thread-ui-colors-color-palette-500)"
2001
+ },
2002
+ "colors.colorPalette.600": {
2003
+ "value": "var(--thread-ui-colors-color-palette-600)",
2004
+ "variable": "var(--thread-ui-colors-color-palette-600)"
2005
+ },
2006
+ "colors.colorPalette.700": {
2007
+ "value": "var(--thread-ui-colors-color-palette-700)",
2008
+ "variable": "var(--thread-ui-colors-color-palette-700)"
2009
+ },
2010
+ "colors.colorPalette.800": {
2011
+ "value": "var(--thread-ui-colors-color-palette-800)",
2012
+ "variable": "var(--thread-ui-colors-color-palette-800)"
2013
+ },
2014
+ "colors.colorPalette.900": {
2015
+ "value": "var(--thread-ui-colors-color-palette-900)",
2016
+ "variable": "var(--thread-ui-colors-color-palette-900)"
2017
+ },
2018
+ "colors.colorPalette.950": {
2019
+ "value": "var(--thread-ui-colors-color-palette-950)",
2020
+ "variable": "var(--thread-ui-colors-color-palette-950)"
2021
+ },
2022
+ "colors.colorPalette.light": {
2023
+ "value": "var(--thread-ui-colors-color-palette-light)",
2024
+ "variable": "var(--thread-ui-colors-color-palette-light)"
2025
+ },
2026
+ "colors.colorPalette.main": {
2027
+ "value": "var(--thread-ui-colors-color-palette-main)",
2028
+ "variable": "var(--thread-ui-colors-color-palette-main)"
2029
+ },
2030
+ "colors.colorPalette.dark": {
2031
+ "value": "var(--thread-ui-colors-color-palette-dark)",
2032
+ "variable": "var(--thread-ui-colors-color-palette-dark)"
2033
+ },
2034
+ "colors.colorPalette.standard": {
2035
+ "value": "var(--thread-ui-colors-color-palette-standard)",
2036
+ "variable": "var(--thread-ui-colors-color-palette-standard)"
2037
+ },
2038
+ "colors.colorPalette.secondary": {
2039
+ "value": "var(--thread-ui-colors-color-palette-secondary)",
2040
+ "variable": "var(--thread-ui-colors-color-palette-secondary)"
2041
+ },
2042
+ "colors.colorPalette.disabled": {
2043
+ "value": "var(--thread-ui-colors-color-palette-disabled)",
2044
+ "variable": "var(--thread-ui-colors-color-palette-disabled)"
2045
+ },
2046
+ "colors.colorPalette.accent": {
2047
+ "value": "var(--thread-ui-colors-color-palette-accent)",
2048
+ "variable": "var(--thread-ui-colors-color-palette-accent)"
2049
+ }
2050
+ }
2051
+
2052
+ export function token(path, fallback) {
2053
+ return tokens[path]?.value || fallback
2054
+ }
2055
+
2056
+ function tokenVar(path, fallback) {
2057
+ return tokens[path]?.variable || fallback
2058
+ }
2059
+
2060
+ token.var = tokenVar