thread-ui 0.1.5 → 0.1.6

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 +17 -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,1610 @@
1
+ @layer thread-reset, thread-base, thread-tokens, thread-recipes, thread-utilities;
2
+
3
+ @layer thread-reset{
4
+ html,:host {
5
+ --font-fallback: 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';
6
+ line-height: 1.5;
7
+ -webkit-text-size-adjust: 100%;
8
+ -webkit-font-smoothing: antialiased;
9
+ -moz-osx-font-smoothing: grayscale;
10
+ -moz-tab-size: 4;
11
+ tab-size: 4;
12
+ font-family: var(--global-font-body, var(--font-fallback));
13
+ -webkit-tap-highlight-color: transparent;
14
+ }
15
+
16
+ *,::before,::after,::backdrop,::file-selector-button {
17
+ margin: 0px;
18
+ padding: 0px;
19
+ border-width: 0px;
20
+ border-style: solid;
21
+ border-color: var(--global-color-border, currentcolor);
22
+ box-sizing: border-box;
23
+ }
24
+
25
+ hr {
26
+ color: inherit;
27
+ height: 0px;
28
+ border-top-width: 1px;
29
+ }
30
+
31
+ body {
32
+ line-height: inherit;
33
+ height: 100%;
34
+ }
35
+
36
+ img {
37
+ border-style: none;
38
+ }
39
+
40
+ img,svg,video,canvas,audio,iframe,embed,object {
41
+ display: block;
42
+ vertical-align: middle;
43
+ }
44
+
45
+ img,video {
46
+ max-width: 100%;
47
+ height: auto;
48
+ }
49
+
50
+ h1,h2,h3,h4,h5,h6 {
51
+ text-wrap: balance;
52
+ font-size: inherit;
53
+ font-weight: inherit;
54
+ }
55
+
56
+ p,h1,h2,h3,h4,h5,h6 {
57
+ overflow-wrap: break-word;
58
+ }
59
+
60
+ ol,ul,menu {
61
+ list-style: none;
62
+ }
63
+
64
+ button,input:where([type='button'], [type='reset'], [type='submit']),::file-selector-button {
65
+ appearance: button;
66
+ -webkit-appearance: button;
67
+ }
68
+
69
+ button,input,optgroup,select,textarea,::file-selector-button {
70
+ font: inherit;
71
+ background: var(--thread-ui-colors-transparent);
72
+ font-feature-settings: inherit;
73
+ font-variation-settings: inherit;
74
+ letter-spacing: inherit;
75
+ color: inherit;
76
+ }
77
+
78
+ ::placeholder {
79
+ --placeholder-fallback: rgba(0, 0, 0, 0.5);
80
+ opacity: 1;
81
+ color: var(--global-color-placeholder, var(--placeholder-fallback));
82
+ }
83
+
84
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
85
+ ::placeholder {
86
+ --placeholder-fallback: color-mix(in oklab, currentcolor 50%, transparent);
87
+ }
88
+ }
89
+
90
+ textarea {
91
+ resize: vertical;
92
+ }
93
+
94
+ table {
95
+ border-color: inherit;
96
+ text-indent: 0px;
97
+ border-collapse: collapse;
98
+ }
99
+
100
+ summary {
101
+ display: list-item;
102
+ }
103
+
104
+ small {
105
+ font-size: 80%;
106
+ }
107
+
108
+ sub,sup {
109
+ font-size: 75%;
110
+ line-height: 0;
111
+ position: relative;
112
+ vertical-align: baseline;
113
+ }
114
+
115
+ sub {
116
+ bottom: -0.25em;
117
+ }
118
+
119
+ sup {
120
+ top: -0.5em;
121
+ }
122
+
123
+ dialog {
124
+ padding: 0px;
125
+ }
126
+
127
+ a {
128
+ text-decoration: inherit;
129
+ color: inherit;
130
+ }
131
+
132
+ abbr:where([title]) {
133
+ text-decoration: underline dotted;
134
+ }
135
+
136
+ b,strong {
137
+ font-weight: bolder;
138
+ }
139
+
140
+ code,kbd,samp,pre {
141
+ --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
142
+ font-family: var(--global-font-mono, var(--font-mono-fallback));
143
+ font-size: 1em;
144
+ font-feature-settings: normal;
145
+ font-variation-settings: normal;
146
+ }
147
+
148
+ progress {
149
+ vertical-align: baseline;
150
+ }
151
+
152
+ ::-webkit-search-decoration,::-webkit-search-cancel-button {
153
+ -webkit-appearance: none;
154
+ }
155
+
156
+ ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
157
+ height: auto;
158
+ }
159
+
160
+ :-moz-ui-invalid {
161
+ box-shadow: none;
162
+ }
163
+
164
+ :-moz-focusring {
165
+ outline: auto;
166
+ }
167
+
168
+ [hidden]:where(:not([hidden='until-found'])) {
169
+ display: none !important;
170
+ }
171
+ }
172
+
173
+ @layer thread-base{
174
+ :root {
175
+ --made-with-panda: '🐼';
176
+ }
177
+
178
+ *,::before,::after,::backdrop {
179
+ --blur: /*-*/ /*-*/;
180
+ --brightness: /*-*/ /*-*/;
181
+ --contrast: /*-*/ /*-*/;
182
+ --grayscale: /*-*/ /*-*/;
183
+ --hue-rotate: /*-*/ /*-*/;
184
+ --invert: /*-*/ /*-*/;
185
+ --saturate: /*-*/ /*-*/;
186
+ --sepia: /*-*/ /*-*/;
187
+ --drop-shadow: /*-*/ /*-*/;
188
+ --backdrop-blur: /*-*/ /*-*/;
189
+ --backdrop-brightness: /*-*/ /*-*/;
190
+ --backdrop-contrast: /*-*/ /*-*/;
191
+ --backdrop-grayscale: /*-*/ /*-*/;
192
+ --backdrop-hue-rotate: /*-*/ /*-*/;
193
+ --backdrop-invert: /*-*/ /*-*/;
194
+ --backdrop-opacity: /*-*/ /*-*/;
195
+ --backdrop-saturate: /*-*/ /*-*/;
196
+ --backdrop-sepia: /*-*/ /*-*/;
197
+ --gradient-from-position: /*-*/ /*-*/;
198
+ --gradient-to-position: /*-*/ /*-*/;
199
+ --gradient-via-position: /*-*/ /*-*/;
200
+ --scroll-snap-strictness: proximity;
201
+ --border-spacing-x: 0;
202
+ --border-spacing-y: 0;
203
+ --translate-x: 0;
204
+ --translate-y: 0;
205
+ --rotate: 0;
206
+ --rotate-x: 0;
207
+ --rotate-y: 0;
208
+ --skew-x: 0;
209
+ --skew-y: 0;
210
+ --scale-x: 1;
211
+ --scale-y: 1;
212
+ }
213
+ }
214
+
215
+ @layer thread-tokens{
216
+ :where(:root, :host) {
217
+ --thread-ui-aspect-ratios-square: 1 / 1;
218
+ --thread-ui-aspect-ratios-landscape: 4 / 3;
219
+ --thread-ui-aspect-ratios-portrait: 3 / 4;
220
+ --thread-ui-aspect-ratios-wide: 16 / 9;
221
+ --thread-ui-aspect-ratios-ultrawide: 18 / 5;
222
+ --thread-ui-aspect-ratios-golden: 1.618 / 1;
223
+ --thread-ui-borders-none: none;
224
+ --thread-ui-easings-default: cubic-bezier(0.4, 0, 0.2, 1);
225
+ --thread-ui-easings-linear: linear;
226
+ --thread-ui-easings-in: cubic-bezier(0.4, 0, 1, 1);
227
+ --thread-ui-easings-out: cubic-bezier(0, 0, 0.2, 1);
228
+ --thread-ui-easings-in-out: cubic-bezier(0.4, 0, 0.2, 1);
229
+ --thread-ui-durations-fastest: 50ms;
230
+ --thread-ui-durations-faster: 100ms;
231
+ --thread-ui-durations-fast: 150ms;
232
+ --thread-ui-durations-normal: 200ms;
233
+ --thread-ui-durations-slow: 300ms;
234
+ --thread-ui-durations-slower: 400ms;
235
+ --thread-ui-durations-slowest: 500ms;
236
+ --thread-ui-font-weights-thin: 100;
237
+ --thread-ui-font-weights-extralight: 200;
238
+ --thread-ui-font-weights-light: 300;
239
+ --thread-ui-font-weights-normal: 400;
240
+ --thread-ui-font-weights-medium: 500;
241
+ --thread-ui-font-weights-semibold: 600;
242
+ --thread-ui-font-weights-bold: 700;
243
+ --thread-ui-font-weights-extrabold: 800;
244
+ --thread-ui-font-weights-black: 900;
245
+ --thread-ui-line-heights-none: 1;
246
+ --thread-ui-line-heights-tight: 1.25;
247
+ --thread-ui-line-heights-snug: 1.375;
248
+ --thread-ui-line-heights-normal: 1.5;
249
+ --thread-ui-line-heights-relaxed: 1.625;
250
+ --thread-ui-line-heights-loose: 2;
251
+ --thread-ui-fonts-sans: 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";
252
+ --thread-ui-fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
253
+ --thread-ui-fonts-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
254
+ --thread-ui-letter-spacings-tighter: -0.05em;
255
+ --thread-ui-letter-spacings-tight: -0.025em;
256
+ --thread-ui-letter-spacings-normal: 0em;
257
+ --thread-ui-letter-spacings-wide: 0.025em;
258
+ --thread-ui-letter-spacings-wider: 0.05em;
259
+ --thread-ui-letter-spacings-widest: 0.1em;
260
+ --thread-ui-font-sizes-2xs: 0.5rem;
261
+ --thread-ui-font-sizes-xs: 0.75rem;
262
+ --thread-ui-font-sizes-sm: 0.875rem;
263
+ --thread-ui-font-sizes-md: 1rem;
264
+ --thread-ui-font-sizes-lg: 1.125rem;
265
+ --thread-ui-font-sizes-xl: 1.25rem;
266
+ --thread-ui-font-sizes-2xl: 1.5rem;
267
+ --thread-ui-font-sizes-3xl: 1.875rem;
268
+ --thread-ui-font-sizes-4xl: 2.25rem;
269
+ --thread-ui-font-sizes-5xl: 3rem;
270
+ --thread-ui-font-sizes-6xl: 3.75rem;
271
+ --thread-ui-font-sizes-7xl: 4.5rem;
272
+ --thread-ui-font-sizes-8xl: 6rem;
273
+ --thread-ui-font-sizes-9xl: 8rem;
274
+ --thread-ui-shadows-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
275
+ --thread-ui-shadows-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
276
+ --thread-ui-shadows-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
277
+ --thread-ui-shadows-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
278
+ --thread-ui-shadows-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
279
+ --thread-ui-shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
280
+ --thread-ui-shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
281
+ --thread-ui-blurs-sm: 4px;
282
+ --thread-ui-blurs-base: 8px;
283
+ --thread-ui-blurs-md: 12px;
284
+ --thread-ui-blurs-lg: 16px;
285
+ --thread-ui-blurs-xl: 24px;
286
+ --thread-ui-blurs-2xl: 40px;
287
+ --thread-ui-blurs-3xl: 64px;
288
+ --thread-ui-spacing-0: 0rem;
289
+ --thread-ui-spacing-1: 0.25rem;
290
+ --thread-ui-spacing-2: 0.5rem;
291
+ --thread-ui-spacing-3: 0.75rem;
292
+ --thread-ui-spacing-4: 1rem;
293
+ --thread-ui-spacing-5: 1.25rem;
294
+ --thread-ui-spacing-6: 1.5rem;
295
+ --thread-ui-spacing-7: 1.75rem;
296
+ --thread-ui-spacing-8: 2rem;
297
+ --thread-ui-spacing-9: 2.25rem;
298
+ --thread-ui-spacing-10: 2.5rem;
299
+ --thread-ui-spacing-11: 2.75rem;
300
+ --thread-ui-spacing-12: 3rem;
301
+ --thread-ui-spacing-14: 3.5rem;
302
+ --thread-ui-spacing-16: 4rem;
303
+ --thread-ui-spacing-20: 5rem;
304
+ --thread-ui-spacing-24: 6rem;
305
+ --thread-ui-spacing-28: 7rem;
306
+ --thread-ui-spacing-32: 8rem;
307
+ --thread-ui-spacing-36: 9rem;
308
+ --thread-ui-spacing-40: 10rem;
309
+ --thread-ui-spacing-44: 11rem;
310
+ --thread-ui-spacing-48: 12rem;
311
+ --thread-ui-spacing-52: 13rem;
312
+ --thread-ui-spacing-56: 14rem;
313
+ --thread-ui-spacing-60: 15rem;
314
+ --thread-ui-spacing-64: 16rem;
315
+ --thread-ui-spacing-72: 18rem;
316
+ --thread-ui-spacing-80: 20rem;
317
+ --thread-ui-spacing-96: 24rem;
318
+ --thread-ui-spacing-0\.5: 0.125rem;
319
+ --thread-ui-spacing-1\.5: 0.375rem;
320
+ --thread-ui-spacing-2\.5: 0.625rem;
321
+ --thread-ui-spacing-3\.5: 0.875rem;
322
+ --thread-ui-sizes-0: 0rem;
323
+ --thread-ui-sizes-1: 0.25rem;
324
+ --thread-ui-sizes-2: 0.5rem;
325
+ --thread-ui-sizes-3: 0.75rem;
326
+ --thread-ui-sizes-4: 1rem;
327
+ --thread-ui-sizes-5: 1.25rem;
328
+ --thread-ui-sizes-6: 1.5rem;
329
+ --thread-ui-sizes-7: 1.75rem;
330
+ --thread-ui-sizes-8: 2rem;
331
+ --thread-ui-sizes-9: 2.25rem;
332
+ --thread-ui-sizes-10: 2.5rem;
333
+ --thread-ui-sizes-11: 2.75rem;
334
+ --thread-ui-sizes-12: 3rem;
335
+ --thread-ui-sizes-14: 3.5rem;
336
+ --thread-ui-sizes-16: 4rem;
337
+ --thread-ui-sizes-20: 5rem;
338
+ --thread-ui-sizes-24: 6rem;
339
+ --thread-ui-sizes-28: 7rem;
340
+ --thread-ui-sizes-32: 8rem;
341
+ --thread-ui-sizes-36: 9rem;
342
+ --thread-ui-sizes-40: 10rem;
343
+ --thread-ui-sizes-44: 11rem;
344
+ --thread-ui-sizes-48: 12rem;
345
+ --thread-ui-sizes-52: 13rem;
346
+ --thread-ui-sizes-56: 14rem;
347
+ --thread-ui-sizes-60: 15rem;
348
+ --thread-ui-sizes-64: 16rem;
349
+ --thread-ui-sizes-72: 18rem;
350
+ --thread-ui-sizes-80: 20rem;
351
+ --thread-ui-sizes-96: 24rem;
352
+ --thread-ui-sizes-0\.5: 0.125rem;
353
+ --thread-ui-sizes-1\.5: 0.375rem;
354
+ --thread-ui-sizes-2\.5: 0.625rem;
355
+ --thread-ui-sizes-3\.5: 0.875rem;
356
+ --thread-ui-sizes-xs: 20rem;
357
+ --thread-ui-sizes-sm: 24rem;
358
+ --thread-ui-sizes-md: 28rem;
359
+ --thread-ui-sizes-lg: 32rem;
360
+ --thread-ui-sizes-xl: 36rem;
361
+ --thread-ui-sizes-2xl: 42rem;
362
+ --thread-ui-sizes-3xl: 48rem;
363
+ --thread-ui-sizes-4xl: 56rem;
364
+ --thread-ui-sizes-5xl: 64rem;
365
+ --thread-ui-sizes-6xl: 72rem;
366
+ --thread-ui-sizes-7xl: 80rem;
367
+ --thread-ui-sizes-8xl: 90rem;
368
+ --thread-ui-sizes-prose: 65ch;
369
+ --thread-ui-sizes-full: 100%;
370
+ --thread-ui-sizes-min: min-content;
371
+ --thread-ui-sizes-max: max-content;
372
+ --thread-ui-sizes-fit: fit-content;
373
+ --thread-ui-sizes-breakpoint-sm: 640px;
374
+ --thread-ui-sizes-breakpoint-md: 768px;
375
+ --thread-ui-sizes-breakpoint-lg: 1024px;
376
+ --thread-ui-sizes-breakpoint-xl: 1280px;
377
+ --thread-ui-sizes-breakpoint-2xl: 1536px;
378
+ --thread-ui-animations-spin: spin 1s linear infinite;
379
+ --thread-ui-animations-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
380
+ --thread-ui-animations-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
381
+ --thread-ui-animations-bounce: bounce 1s infinite;
382
+ --thread-ui-colors-current: currentColor;
383
+ --thread-ui-colors-transparent: rgb(0 0 0 / 0);
384
+ --thread-ui-colors-rose-50: #fff1f2;
385
+ --thread-ui-colors-rose-100: #ffe4e6;
386
+ --thread-ui-colors-rose-200: #fecdd3;
387
+ --thread-ui-colors-rose-300: #fda4af;
388
+ --thread-ui-colors-rose-400: #fb7185;
389
+ --thread-ui-colors-rose-500: #f43f5e;
390
+ --thread-ui-colors-rose-600: #e11d48;
391
+ --thread-ui-colors-rose-700: #be123c;
392
+ --thread-ui-colors-rose-800: #9f1239;
393
+ --thread-ui-colors-rose-900: #881337;
394
+ --thread-ui-colors-rose-950: #4c0519;
395
+ --thread-ui-colors-pink-50: #fdf2f8;
396
+ --thread-ui-colors-pink-100: #fce7f3;
397
+ --thread-ui-colors-pink-200: #fbcfe8;
398
+ --thread-ui-colors-pink-300: #f9a8d4;
399
+ --thread-ui-colors-pink-400: #f472b6;
400
+ --thread-ui-colors-pink-500: #ec4899;
401
+ --thread-ui-colors-pink-600: #db2777;
402
+ --thread-ui-colors-pink-700: #be185d;
403
+ --thread-ui-colors-pink-800: #9d174d;
404
+ --thread-ui-colors-pink-900: #831843;
405
+ --thread-ui-colors-pink-950: #500724;
406
+ --thread-ui-colors-fuchsia-50: #fdf4ff;
407
+ --thread-ui-colors-fuchsia-100: #fae8ff;
408
+ --thread-ui-colors-fuchsia-200: #f5d0fe;
409
+ --thread-ui-colors-fuchsia-300: #f0abfc;
410
+ --thread-ui-colors-fuchsia-400: #e879f9;
411
+ --thread-ui-colors-fuchsia-500: #d946ef;
412
+ --thread-ui-colors-fuchsia-600: #c026d3;
413
+ --thread-ui-colors-fuchsia-700: #a21caf;
414
+ --thread-ui-colors-fuchsia-800: #86198f;
415
+ --thread-ui-colors-fuchsia-900: #701a75;
416
+ --thread-ui-colors-fuchsia-950: #4a044e;
417
+ --thread-ui-colors-purple-50: #faf5ff;
418
+ --thread-ui-colors-purple-100: #f3e8ff;
419
+ --thread-ui-colors-purple-200: #e9d5ff;
420
+ --thread-ui-colors-purple-300: #d8b4fe;
421
+ --thread-ui-colors-purple-400: #c084fc;
422
+ --thread-ui-colors-purple-500: #a855f7;
423
+ --thread-ui-colors-purple-600: #9333ea;
424
+ --thread-ui-colors-purple-700: #7e22ce;
425
+ --thread-ui-colors-purple-800: #6b21a8;
426
+ --thread-ui-colors-purple-900: #581c87;
427
+ --thread-ui-colors-purple-950: #3b0764;
428
+ --thread-ui-colors-violet-50: #f5f3ff;
429
+ --thread-ui-colors-violet-100: #ede9fe;
430
+ --thread-ui-colors-violet-200: #ddd6fe;
431
+ --thread-ui-colors-violet-300: #c4b5fd;
432
+ --thread-ui-colors-violet-400: #a78bfa;
433
+ --thread-ui-colors-violet-500: #8b5cf6;
434
+ --thread-ui-colors-violet-600: #7c3aed;
435
+ --thread-ui-colors-violet-700: #6d28d9;
436
+ --thread-ui-colors-violet-800: #5b21b6;
437
+ --thread-ui-colors-violet-900: #4c1d95;
438
+ --thread-ui-colors-violet-950: #2e1065;
439
+ --thread-ui-colors-indigo-50: #eef2ff;
440
+ --thread-ui-colors-indigo-100: #e0e7ff;
441
+ --thread-ui-colors-indigo-200: #c7d2fe;
442
+ --thread-ui-colors-indigo-300: #a5b4fc;
443
+ --thread-ui-colors-indigo-400: #818cf8;
444
+ --thread-ui-colors-indigo-500: #6366f1;
445
+ --thread-ui-colors-indigo-600: #4f46e5;
446
+ --thread-ui-colors-indigo-700: #4338ca;
447
+ --thread-ui-colors-indigo-800: #3730a3;
448
+ --thread-ui-colors-indigo-900: #312e81;
449
+ --thread-ui-colors-indigo-950: #1e1b4b;
450
+ --thread-ui-colors-blue-50: #eff6ff;
451
+ --thread-ui-colors-blue-100: #dbeafe;
452
+ --thread-ui-colors-blue-200: #bfdbfe;
453
+ --thread-ui-colors-blue-300: #93c5fd;
454
+ --thread-ui-colors-blue-400: #60a5fa;
455
+ --thread-ui-colors-blue-500: #3b82f6;
456
+ --thread-ui-colors-blue-600: #2563eb;
457
+ --thread-ui-colors-blue-700: #1d4ed8;
458
+ --thread-ui-colors-blue-800: #1e40af;
459
+ --thread-ui-colors-blue-900: #1e3a8a;
460
+ --thread-ui-colors-blue-950: #172554;
461
+ --thread-ui-colors-sky-50: #f0f9ff;
462
+ --thread-ui-colors-sky-100: #e0f2fe;
463
+ --thread-ui-colors-sky-200: #bae6fd;
464
+ --thread-ui-colors-sky-300: #7dd3fc;
465
+ --thread-ui-colors-sky-400: #38bdf8;
466
+ --thread-ui-colors-sky-500: #0ea5e9;
467
+ --thread-ui-colors-sky-600: #0284c7;
468
+ --thread-ui-colors-sky-700: #0369a1;
469
+ --thread-ui-colors-sky-800: #075985;
470
+ --thread-ui-colors-sky-900: #0c4a6e;
471
+ --thread-ui-colors-sky-950: #082f49;
472
+ --thread-ui-colors-cyan-50: #ecfeff;
473
+ --thread-ui-colors-cyan-100: #cffafe;
474
+ --thread-ui-colors-cyan-200: #a5f3fc;
475
+ --thread-ui-colors-cyan-300: #67e8f9;
476
+ --thread-ui-colors-cyan-400: #22d3ee;
477
+ --thread-ui-colors-cyan-500: #06b6d4;
478
+ --thread-ui-colors-cyan-600: #0891b2;
479
+ --thread-ui-colors-cyan-700: #0e7490;
480
+ --thread-ui-colors-cyan-800: #155e75;
481
+ --thread-ui-colors-cyan-900: #164e63;
482
+ --thread-ui-colors-cyan-950: #083344;
483
+ --thread-ui-colors-teal-50: #f0fdfa;
484
+ --thread-ui-colors-teal-100: #ccfbf1;
485
+ --thread-ui-colors-teal-200: #99f6e4;
486
+ --thread-ui-colors-teal-300: #5eead4;
487
+ --thread-ui-colors-teal-400: #2dd4bf;
488
+ --thread-ui-colors-teal-500: #14b8a6;
489
+ --thread-ui-colors-teal-600: #0d9488;
490
+ --thread-ui-colors-teal-700: #0f766e;
491
+ --thread-ui-colors-teal-800: #115e59;
492
+ --thread-ui-colors-teal-900: #134e4a;
493
+ --thread-ui-colors-teal-950: #042f2e;
494
+ --thread-ui-colors-emerald-50: #ecfdf5;
495
+ --thread-ui-colors-emerald-100: #d1fae5;
496
+ --thread-ui-colors-emerald-200: #a7f3d0;
497
+ --thread-ui-colors-emerald-300: #6ee7b7;
498
+ --thread-ui-colors-emerald-400: #34d399;
499
+ --thread-ui-colors-emerald-500: #10b981;
500
+ --thread-ui-colors-emerald-600: #059669;
501
+ --thread-ui-colors-emerald-700: #047857;
502
+ --thread-ui-colors-emerald-800: #065f46;
503
+ --thread-ui-colors-emerald-900: #064e3b;
504
+ --thread-ui-colors-emerald-950: #022c22;
505
+ --thread-ui-colors-green-50: #f0fdf4;
506
+ --thread-ui-colors-green-100: #dcfce7;
507
+ --thread-ui-colors-green-200: #bbf7d0;
508
+ --thread-ui-colors-green-300: #86efac;
509
+ --thread-ui-colors-green-400: #4ade80;
510
+ --thread-ui-colors-green-500: #22c55e;
511
+ --thread-ui-colors-green-600: #16a34a;
512
+ --thread-ui-colors-green-700: #15803d;
513
+ --thread-ui-colors-green-800: #166534;
514
+ --thread-ui-colors-green-900: #14532d;
515
+ --thread-ui-colors-green-950: #052e16;
516
+ --thread-ui-colors-lime-50: #f7fee7;
517
+ --thread-ui-colors-lime-100: #ecfccb;
518
+ --thread-ui-colors-lime-200: #d9f99d;
519
+ --thread-ui-colors-lime-300: #bef264;
520
+ --thread-ui-colors-lime-400: #a3e635;
521
+ --thread-ui-colors-lime-500: #84cc16;
522
+ --thread-ui-colors-lime-600: #65a30d;
523
+ --thread-ui-colors-lime-700: #4d7c0f;
524
+ --thread-ui-colors-lime-800: #3f6212;
525
+ --thread-ui-colors-lime-900: #365314;
526
+ --thread-ui-colors-lime-950: #1a2e05;
527
+ --thread-ui-colors-yellow-50: #fefce8;
528
+ --thread-ui-colors-yellow-100: #fef9c3;
529
+ --thread-ui-colors-yellow-200: #fef08a;
530
+ --thread-ui-colors-yellow-300: #fde047;
531
+ --thread-ui-colors-yellow-400: #facc15;
532
+ --thread-ui-colors-yellow-500: #eab308;
533
+ --thread-ui-colors-yellow-600: #ca8a04;
534
+ --thread-ui-colors-yellow-700: #a16207;
535
+ --thread-ui-colors-yellow-800: #854d0e;
536
+ --thread-ui-colors-yellow-900: #713f12;
537
+ --thread-ui-colors-yellow-950: #422006;
538
+ --thread-ui-colors-amber-50: #fffbeb;
539
+ --thread-ui-colors-amber-100: #fef3c7;
540
+ --thread-ui-colors-amber-200: #fde68a;
541
+ --thread-ui-colors-amber-300: #fcd34d;
542
+ --thread-ui-colors-amber-400: #fbbf24;
543
+ --thread-ui-colors-amber-500: #f59e0b;
544
+ --thread-ui-colors-amber-600: #d97706;
545
+ --thread-ui-colors-amber-700: #b45309;
546
+ --thread-ui-colors-amber-800: #92400e;
547
+ --thread-ui-colors-amber-900: #78350f;
548
+ --thread-ui-colors-amber-950: #451a03;
549
+ --thread-ui-colors-orange-50: #fff7ed;
550
+ --thread-ui-colors-orange-100: #ffedd5;
551
+ --thread-ui-colors-orange-200: #fed7aa;
552
+ --thread-ui-colors-orange-300: #fdba74;
553
+ --thread-ui-colors-orange-400: #fb923c;
554
+ --thread-ui-colors-orange-500: #f97316;
555
+ --thread-ui-colors-orange-600: #ea580c;
556
+ --thread-ui-colors-orange-700: #c2410c;
557
+ --thread-ui-colors-orange-800: #9a3412;
558
+ --thread-ui-colors-orange-900: #7c2d12;
559
+ --thread-ui-colors-orange-950: #431407;
560
+ --thread-ui-colors-red-50: #fef2f2;
561
+ --thread-ui-colors-red-100: #fee2e2;
562
+ --thread-ui-colors-red-200: #fecaca;
563
+ --thread-ui-colors-red-300: #fca5a5;
564
+ --thread-ui-colors-red-400: #f87171;
565
+ --thread-ui-colors-red-500: #ef4444;
566
+ --thread-ui-colors-red-600: #dc2626;
567
+ --thread-ui-colors-red-700: #b91c1c;
568
+ --thread-ui-colors-red-800: #991b1b;
569
+ --thread-ui-colors-red-900: #7f1d1d;
570
+ --thread-ui-colors-red-950: #450a0a;
571
+ --thread-ui-colors-neutral-50: #fafafa;
572
+ --thread-ui-colors-neutral-100: #f5f5f5;
573
+ --thread-ui-colors-neutral-200: #e5e5e5;
574
+ --thread-ui-colors-neutral-300: #d4d4d4;
575
+ --thread-ui-colors-neutral-400: #a3a3a3;
576
+ --thread-ui-colors-neutral-500: #737373;
577
+ --thread-ui-colors-neutral-600: #525252;
578
+ --thread-ui-colors-neutral-700: #404040;
579
+ --thread-ui-colors-neutral-800: #262626;
580
+ --thread-ui-colors-neutral-900: #171717;
581
+ --thread-ui-colors-neutral-950: #0a0a0a;
582
+ --thread-ui-colors-stone-50: #fafaf9;
583
+ --thread-ui-colors-stone-100: #f5f5f4;
584
+ --thread-ui-colors-stone-200: #e7e5e4;
585
+ --thread-ui-colors-stone-300: #d6d3d1;
586
+ --thread-ui-colors-stone-400: #a8a29e;
587
+ --thread-ui-colors-stone-500: #78716c;
588
+ --thread-ui-colors-stone-600: #57534e;
589
+ --thread-ui-colors-stone-700: #44403c;
590
+ --thread-ui-colors-stone-800: #292524;
591
+ --thread-ui-colors-stone-900: #1c1917;
592
+ --thread-ui-colors-stone-950: #0c0a09;
593
+ --thread-ui-colors-zinc-50: #fafafa;
594
+ --thread-ui-colors-zinc-100: #f4f4f5;
595
+ --thread-ui-colors-zinc-200: #e4e4e7;
596
+ --thread-ui-colors-zinc-300: #d4d4d8;
597
+ --thread-ui-colors-zinc-400: #a1a1aa;
598
+ --thread-ui-colors-zinc-500: #71717a;
599
+ --thread-ui-colors-zinc-600: #52525b;
600
+ --thread-ui-colors-zinc-700: #3f3f46;
601
+ --thread-ui-colors-zinc-800: #27272a;
602
+ --thread-ui-colors-zinc-900: #18181b;
603
+ --thread-ui-colors-zinc-950: #09090b;
604
+ --thread-ui-colors-slate-50: #f8fafc;
605
+ --thread-ui-colors-slate-100: #f1f5f9;
606
+ --thread-ui-colors-slate-200: #e2e8f0;
607
+ --thread-ui-colors-slate-300: #cbd5e1;
608
+ --thread-ui-colors-slate-400: #94a3b8;
609
+ --thread-ui-colors-slate-500: #64748b;
610
+ --thread-ui-colors-slate-600: #475569;
611
+ --thread-ui-colors-slate-700: #334155;
612
+ --thread-ui-colors-slate-800: #1e293b;
613
+ --thread-ui-colors-slate-900: #0f172a;
614
+ --thread-ui-colors-slate-950: #020617;
615
+ --thread-ui-colors-primary-light: var(--thread-primary-light);
616
+ --thread-ui-colors-primary-main: var(--thread-primary-main);
617
+ --thread-ui-colors-primary-dark: var(--thread-primary-dark);
618
+ --thread-ui-colors-secondary-light: var(--thread-secondary-light);
619
+ --thread-ui-colors-secondary-main: var(--thread-secondary-main);
620
+ --thread-ui-colors-secondary-dark: var(--thread-secondary-dark);
621
+ --thread-ui-colors-tertiary-light: var(--thread-tertiary-light);
622
+ --thread-ui-colors-tertiary-main: var(--thread-tertiary-main);
623
+ --thread-ui-colors-tertiary-dark: var(--thread-tertiary-dark);
624
+ --thread-ui-colors-white: var(--thread-white);
625
+ --thread-ui-colors-black: var(--thread-black);
626
+ --thread-ui-colors-gray-50: #f9fafb;
627
+ --thread-ui-colors-gray-100: #f3f4f6;
628
+ --thread-ui-colors-gray-200: #e5e7eb;
629
+ --thread-ui-colors-gray-300: #d1d5db;
630
+ --thread-ui-colors-gray-400: #9ca3af;
631
+ --thread-ui-colors-gray-500: #6b7280;
632
+ --thread-ui-colors-gray-600: #4b5563;
633
+ --thread-ui-colors-gray-700: #374151;
634
+ --thread-ui-colors-gray-800: #1f2937;
635
+ --thread-ui-colors-gray-900: #111827;
636
+ --thread-ui-colors-gray-950: #030712;
637
+ --thread-ui-colors-gray-light: var(--thread-gray-light);
638
+ --thread-ui-colors-gray-main: var(--thread-gray-main);
639
+ --thread-ui-colors-gray-dark: var(--thread-gray-dark);
640
+ --thread-ui-colors-success-light: var(--thread-success-light);
641
+ --thread-ui-colors-success-main: var(--thread-success-main);
642
+ --thread-ui-colors-success-dark: var(--thread-success-dark);
643
+ --thread-ui-colors-warning-light: var(--thread-warning-light);
644
+ --thread-ui-colors-warning-main: var(--thread-warning-main);
645
+ --thread-ui-colors-warning-dark: var(--thread-warning-dark);
646
+ --thread-ui-colors-error-light: var(--thread-error-light);
647
+ --thread-ui-colors-error-main: var(--thread-error-main);
648
+ --thread-ui-colors-error-dark: var(--thread-error-dark);
649
+ --thread-ui-colors-info-light: var(--thread-info-light);
650
+ --thread-ui-colors-info-main: var(--thread-info-main);
651
+ --thread-ui-colors-info-dark: var(--thread-info-dark);
652
+ --thread-ui-radii-xs: 0.125rem;
653
+ --thread-ui-radii-xl: 0.75rem;
654
+ --thread-ui-radii-2xl: 1rem;
655
+ --thread-ui-radii-3xl: 1.5rem;
656
+ --thread-ui-radii-4xl: 2rem;
657
+ --thread-ui-radii-full: 9999px;
658
+ --thread-ui-radii-sm: var(--thread-border-radius-sm);
659
+ --thread-ui-radii-md: var(--thread-border-radius-md);
660
+ --thread-ui-radii-lg: var(--thread-border-radius-lg);
661
+ --thread-ui-border-widths-sm: var(--thread-border-size-sm);
662
+ --thread-ui-border-widths-md: var(--thread-border-size-md);
663
+ --thread-ui-border-widths-lg: var(--thread-border-size-lg);
664
+ --thread-ui-breakpoints-sm: 640px;
665
+ --thread-ui-breakpoints-md: 768px;
666
+ --thread-ui-breakpoints-lg: 1024px;
667
+ --thread-ui-breakpoints-xl: 1280px;
668
+ --thread-ui-breakpoints-2xl: 1536px;
669
+ --thread-ui-colors-background: var(--thread-background);
670
+ --thread-ui-colors-surface: var(--thread-surface);
671
+ --thread-ui-colors-elevated: var(--thread-elevated);
672
+ --thread-ui-colors-structure: var(--thread-structure);
673
+ --thread-ui-colors-text-standard: var(--thread-text-standard);
674
+ --thread-ui-colors-text-secondary: var(--thread-text-secondary);
675
+ --thread-ui-colors-text-disabled: var(--thread-text-disabled);
676
+ --thread-ui-colors-text-accent: var(--thread-text-accent);
677
+ }
678
+
679
+ .dark {
680
+ --thread-ui-colors-background: var(--thread-background-dark-mode);
681
+ --thread-ui-colors-surface: var(--thread-surface-dark-mode);
682
+ --thread-ui-colors-elevated: var(--thread-elevated-dark-mode);
683
+ --thread-ui-colors-structure: var(--thread-structure-dark-mode);
684
+ --thread-ui-colors-text-standard: var(--thread-text-standard-dark-mode);
685
+ --thread-ui-colors-text-secondary: var(--thread-text-secondary-dark-mode);
686
+ --thread-ui-colors-text-disabled: var(--thread-text-disabled-dark-mode);
687
+ --thread-ui-colors-text-accent: var(--thread-text-accent-dark-mode)
688
+ }
689
+
690
+ @keyframes spin {
691
+ to {
692
+ transform: rotate(360deg);
693
+ }
694
+ }
695
+
696
+ @keyframes ping {
697
+ 75%,100% {
698
+ transform: scale(2);
699
+ opacity: 0;
700
+ }
701
+ }
702
+
703
+ @keyframes pulse {
704
+ 50% {
705
+ opacity: 0.5;
706
+ }
707
+ }
708
+
709
+ @keyframes bounce {
710
+ 0%,100% {
711
+ transform: translateY(-25%);
712
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
713
+ }
714
+
715
+ 50% {
716
+ transform: none;
717
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
718
+ }
719
+ }
720
+ }
721
+
722
+ @layer thread-recipes{
723
+ @layer _base{
724
+
725
+ .thread-ui-button {
726
+ border-radius: var(--thread-ui-radii-md);
727
+ border-style: solid;
728
+ border-width: var(--thread-ui-border-widths-md);
729
+ transition: background-color 0.2s ease;
730
+ color: var(--thread-ui-colors-white);
731
+ display: flex;
732
+ justify-content: center;
733
+ align-items: center;
734
+ cursor: pointer;
735
+ -webkit-user-select: none;
736
+ user-select: none;
737
+ }
738
+ }
739
+
740
+ .thread-ui-button--color_primary {
741
+ border-color: var(--thread-ui-colors-primary-main);
742
+ background-color: var(--thread-ui-colors-primary-main);
743
+ }
744
+
745
+ .thread-ui-button--color_primary:is(:hover, [data-hover]) {
746
+ border-color: var(--thread-ui-colors-primary-main);
747
+ background-color: var(--thread-ui-colors-background);
748
+ color: var(--thread-ui-colors-primary-main);
749
+ }
750
+
751
+ .thread-ui-button--size_md {
752
+ padding: 8px;
753
+ font-size: 1rem;
754
+ }
755
+
756
+ .thread-ui-button--fullWidth_false {
757
+ width: fit-content;
758
+ }
759
+ }
760
+
761
+ @layer thread-utilities{
762
+
763
+ .thread-ui-m_auto {
764
+ margin: auto;
765
+ }
766
+
767
+ .thread-ui-bd_solid {
768
+ border: solid;
769
+ }
770
+
771
+ .thread-ui-p_0\.5rem {
772
+ padding: 0.5rem;
773
+ }
774
+
775
+ .thread-ui-p_4px_8px {
776
+ padding: 4px 8px;
777
+ }
778
+
779
+ .thread-ui-p_8px_16px {
780
+ padding: 8px 16px;
781
+ }
782
+
783
+ .thread-ui-p_16px {
784
+ padding: 16px;
785
+ }
786
+
787
+ .thread-ui-bg_background {
788
+ background: var(--thread-ui-colors-background);
789
+ }
790
+
791
+ .thread-ui-flex_1_1_0\% {
792
+ flex: 1 1 0%;
793
+ }
794
+
795
+ .thread-ui-bdr_0\.25rem {
796
+ border-radius: 0.25rem;
797
+ }
798
+
799
+ .thread-ui-ov_hidden {
800
+ overflow: hidden;
801
+ }
802
+
803
+ .thread-ui-gap_4px {
804
+ gap: 4px;
805
+ }
806
+
807
+ .thread-ui-bdr_50\% {
808
+ border-radius: 50%;
809
+ }
810
+
811
+ .thread-ui-bdr_4px {
812
+ border-radius: 4px;
813
+ }
814
+
815
+ .thread-ui-mx_0 {
816
+ margin-inline: var(--thread-ui-spacing-0);
817
+ }
818
+
819
+ .thread-ui-gap_12px {
820
+ gap: 12px;
821
+ }
822
+
823
+ .thread-ui-bdr_md {
824
+ border-radius: var(--thread-ui-radii-md);
825
+ }
826
+
827
+ .thread-ui-bd-w_md {
828
+ border-width: var(--thread-ui-border-widths-md);
829
+ }
830
+
831
+ .thread-ui-bd-c_structure {
832
+ border-color: var(--thread-ui-colors-structure);
833
+ }
834
+
835
+ .thread-ui-border-style_solid {
836
+ border-style: solid;
837
+ }
838
+
839
+ .thread-ui-gap_24px {
840
+ gap: 24px;
841
+ }
842
+
843
+ .thread-ui-ring_2px_solid_transparent {
844
+ outline: 2px solid transparent;
845
+ }
846
+
847
+ .thread-ui-bdr_sm {
848
+ border-radius: var(--thread-ui-radii-sm);
849
+ }
850
+
851
+ .thread-ui-my_16px {
852
+ margin-block: 16px;
853
+ }
854
+
855
+ .thread-ui-gap_3rem {
856
+ gap: 3rem;
857
+ }
858
+
859
+ .thread-ui-bdr_0\.375rem {
860
+ border-radius: 0.375rem;
861
+ }
862
+
863
+ .thread-ui-td_none {
864
+ text-decoration: none;
865
+ }
866
+
867
+ .thread-ui-trs_all_150ms_ease-in-out {
868
+ transition: all 150ms ease-in-out;
869
+ }
870
+
871
+ .thread-ui-bd-w_1px {
872
+ border-width: 1px;
873
+ }
874
+
875
+ .thread-ui-d_flex {
876
+ display: flex;
877
+ }
878
+
879
+ .thread-ui-flex-d_column {
880
+ flex-direction: column;
881
+ }
882
+
883
+ .thread-ui-jc_center {
884
+ justify-content: center;
885
+ }
886
+
887
+ .thread-ui-ai_center {
888
+ align-items: center;
889
+ }
890
+
891
+ .thread-ui-flex-d_row {
892
+ flex-direction: row;
893
+ }
894
+
895
+ .thread-ui-bg-c_black {
896
+ background-color: var(--thread-ui-colors-black);
897
+ }
898
+
899
+ .thread-ui-column-count_2 {
900
+ column-count: 2;
901
+ }
902
+
903
+ .thread-ui-cg_8px {
904
+ column-gap: 8px;
905
+ }
906
+
907
+ .thread-ui-d_inline-block {
908
+ display: inline-block;
909
+ }
910
+
911
+ .thread-ui-pos_relative {
912
+ position: relative;
913
+ }
914
+
915
+ .thread-ui-d_block\! {
916
+ display: block !important;
917
+ }
918
+
919
+ .thread-ui-d_none\! {
920
+ display: none !important;
921
+ }
922
+
923
+ .thread-ui-ai_stretch {
924
+ align-items: stretch;
925
+ }
926
+
927
+ .thread-ui-flex-d_column-reverse {
928
+ flex-direction: column-reverse;
929
+ }
930
+
931
+ .thread-ui-bg-c_background {
932
+ background-color: var(--thread-ui-colors-background);
933
+ }
934
+
935
+ .thread-ui-cursor_pointer {
936
+ cursor: pointer;
937
+ }
938
+
939
+ .thread-ui-jc_flex-start {
940
+ justify-content: flex-start;
941
+ }
942
+
943
+ .thread-ui-tov_ellipsis {
944
+ text-overflow: ellipsis;
945
+ }
946
+
947
+ .thread-ui-white-space_nowrap {
948
+ white-space: nowrap;
949
+ }
950
+
951
+ .thread-ui-fs_0\.875rem {
952
+ font-size: 0.875rem;
953
+ }
954
+
955
+ .thread-ui-lh_1\.25rem {
956
+ line-height: 1.25rem;
957
+ }
958
+
959
+ .thread-ui-c_text\.standard {
960
+ color: var(--thread-ui-colors-text-standard);
961
+ }
962
+
963
+ .thread-ui-pos_sticky {
964
+ position: sticky;
965
+ }
966
+
967
+ .thread-ui-z_40 {
968
+ z-index: 40;
969
+ }
970
+
971
+ .thread-ui-cg_20px {
972
+ column-gap: 20px;
973
+ }
974
+
975
+ .thread-ui-jc_space-between {
976
+ justify-content: space-between;
977
+ }
978
+
979
+ .thread-ui-anim-dur_300ms {
980
+ animation-duration: 300ms;
981
+ }
982
+
983
+ .thread-ui-anim-tmf_linear {
984
+ animation-timing-function: var(--thread-ui-easings-linear);
985
+ }
986
+
987
+ .thread-ui-pos_absolute {
988
+ position: absolute;
989
+ }
990
+
991
+ .thread-ui-d_block {
992
+ display: block;
993
+ }
994
+
995
+ .thread-ui-cg_24px {
996
+ column-gap: 24px;
997
+ }
998
+
999
+ .thread-ui-trs-prop_0 {
1000
+ --transition-prop: 0;
1001
+ transition-property: 0;
1002
+ }
1003
+
1004
+ .thread-ui-trs-dur_300ms {
1005
+ --transition-duration: 300ms;
1006
+ transition-duration: 300ms;
1007
+ }
1008
+
1009
+ .thread-ui-trs-tmf_linear {
1010
+ --transition-easing: var(--thread-ui-easings-linear);
1011
+ transition-timing-function: var(--thread-ui-easings-linear);
1012
+ }
1013
+
1014
+ .thread-ui-vis_visible {
1015
+ visibility: visible;
1016
+ }
1017
+
1018
+ .thread-ui-op_1 {
1019
+ opacity: 1;
1020
+ }
1021
+
1022
+ .thread-ui-trf_translateY\(0\) {
1023
+ transform: translateY(0);
1024
+ }
1025
+
1026
+ .thread-ui-trf_translateY\(2\.5rem\) {
1027
+ transform: translateY(2.5rem);
1028
+ }
1029
+
1030
+ .thread-ui-op_0 {
1031
+ opacity: 0;
1032
+ }
1033
+
1034
+ .thread-ui-vis_hidden {
1035
+ visibility: hidden;
1036
+ }
1037
+
1038
+ .thread-ui-jc_flex-center {
1039
+ justify-content: flex-center;
1040
+ }
1041
+
1042
+ .thread-ui-ring-o_2px {
1043
+ outline-offset: 2px;
1044
+ }
1045
+
1046
+ .thread-ui-bg-c_gray\.dark {
1047
+ background-color: var(--thread-ui-colors-gray-dark);
1048
+ }
1049
+
1050
+ .thread-ui-trs-prop_color\,_background-color\,_border-color\,_text-decoration-color\,_fill\,_stroke\,_opacity\,_box-shadow\,_transform\,_filter\,_backdrop-filter {
1051
+ --transition-prop: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1052
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1053
+ }
1054
+
1055
+ .thread-ui-trs-tmf_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\) {
1056
+ --transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
1057
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1058
+ }
1059
+
1060
+ .thread-ui-trf_translate\(0\,_0\.324rem\)_rotate\(45deg\) {
1061
+ transform: translate(0, 0.324rem) rotate(45deg);
1062
+ }
1063
+
1064
+ .thread-ui-trf_translate\(0\,_-0\.324rem\)_rotate\(-45deg\) {
1065
+ transform: translate(0, -0.324rem) rotate(-45deg);
1066
+ }
1067
+
1068
+ .thread-ui-bg-c_structure {
1069
+ background-color: var(--thread-ui-colors-structure);
1070
+ }
1071
+
1072
+ .thread-ui-d_grid {
1073
+ display: grid;
1074
+ }
1075
+
1076
+ .thread-ui-li-t_none {
1077
+ list-style-type: none;
1078
+ }
1079
+
1080
+ .thread-ui-d_inline-flex {
1081
+ display: inline-flex;
1082
+ }
1083
+
1084
+ .thread-ui-fw_500 {
1085
+ font-weight: 500;
1086
+ }
1087
+
1088
+ .thread-ui-pos_static {
1089
+ position: static;
1090
+ }
1091
+
1092
+ .thread-ui-trf_translateX\(-50\%\) {
1093
+ transform: translateX(-50%);
1094
+ }
1095
+
1096
+ .thread-ui-d_none {
1097
+ display: none;
1098
+ }
1099
+
1100
+ .thread-ui-bx-sh_0_4px_8px {
1101
+ box-shadow: 0 4px 8px;
1102
+ }
1103
+
1104
+ .thread-ui-bx-sh-c_gray\.200 {
1105
+ --shadow-color: var(--thread-ui-colors-gray-200);
1106
+ }
1107
+
1108
+ .thread-ui-z_10 {
1109
+ z-index: 10;
1110
+ }
1111
+
1112
+ .thread-ui-w_100\% {
1113
+ width: 100%;
1114
+ }
1115
+
1116
+ .thread-ui-mr_auto {
1117
+ margin-right: auto;
1118
+ }
1119
+
1120
+ .thread-ui-ml_auto {
1121
+ margin-left: auto;
1122
+ }
1123
+
1124
+ .thread-ui-max-w_none {
1125
+ max-width: none;
1126
+ }
1127
+
1128
+ .thread-ui-pr_2rem {
1129
+ padding-right: 2rem;
1130
+ }
1131
+
1132
+ .thread-ui-pl_2rem {
1133
+ padding-left: 2rem;
1134
+ }
1135
+
1136
+ .thread-ui-pt_2\.5rem {
1137
+ padding-top: 2.5rem;
1138
+ }
1139
+
1140
+ .thread-ui-pb_2\.5rem {
1141
+ padding-bottom: 2.5rem;
1142
+ }
1143
+
1144
+ .thread-ui-mb_1\.5rem {
1145
+ margin-bottom: 1.5rem;
1146
+ }
1147
+
1148
+ .thread-ui-h_auto {
1149
+ height: auto;
1150
+ }
1151
+
1152
+ .thread-ui-max-w_1400px {
1153
+ max-width: 1400px;
1154
+ }
1155
+
1156
+ .thread-ui-w_48px {
1157
+ width: 48px;
1158
+ }
1159
+
1160
+ .thread-ui-h_48px {
1161
+ height: 48px;
1162
+ }
1163
+
1164
+ .thread-ui-mt_8px {
1165
+ margin-top: 8px;
1166
+ }
1167
+
1168
+ .thread-ui-h_100\% {
1169
+ height: 100%;
1170
+ }
1171
+
1172
+ .thread-ui-mt_0\.75rem {
1173
+ margin-top: 0.75rem;
1174
+ }
1175
+
1176
+ .thread-ui-mb_0\.75rem {
1177
+ margin-bottom: 0.75rem;
1178
+ }
1179
+
1180
+ .thread-ui-max-h_15rem {
1181
+ max-height: 15rem;
1182
+ }
1183
+
1184
+ .thread-ui-w_391px {
1185
+ width: 391px;
1186
+ }
1187
+
1188
+ .thread-ui-h_241px {
1189
+ height: 241px;
1190
+ }
1191
+
1192
+ .thread-ui-h_83\.333333\% {
1193
+ height: 83.333333%;
1194
+ }
1195
+
1196
+ .thread-ui-min-h_100\% {
1197
+ min-height: 100%;
1198
+ }
1199
+
1200
+ .thread-ui-w_auto {
1201
+ width: auto;
1202
+ }
1203
+
1204
+ .thread-ui-min-w_100\% {
1205
+ min-width: 100%;
1206
+ }
1207
+
1208
+ .thread-ui-h_16\.666667\% {
1209
+ height: 16.666667%;
1210
+ }
1211
+
1212
+ .thread-ui-pr_0\.25rem {
1213
+ padding-right: 0.25rem;
1214
+ }
1215
+
1216
+ .thread-ui-top_0px {
1217
+ top: 0px;
1218
+ }
1219
+
1220
+ .thread-ui-h_80px {
1221
+ height: 80px;
1222
+ }
1223
+
1224
+ .thread-ui-bd-b-w_1px {
1225
+ border-bottom-width: 1px;
1226
+ }
1227
+
1228
+ .thread-ui-bd-b-c_structure {
1229
+ border-bottom-color: var(--thread-ui-colors-structure);
1230
+ }
1231
+
1232
+ .thread-ui-pr_32px {
1233
+ padding-right: 32px;
1234
+ }
1235
+
1236
+ .thread-ui-pl_32px {
1237
+ padding-left: 32px;
1238
+ }
1239
+
1240
+ .thread-ui-top_100\% {
1241
+ top: 100%;
1242
+ }
1243
+
1244
+ .thread-ui-left_0px {
1245
+ left: 0px;
1246
+ }
1247
+
1248
+ .thread-ui-pt_32px {
1249
+ padding-top: 32px;
1250
+ }
1251
+
1252
+ .thread-ui-pb_32px {
1253
+ padding-bottom: 32px;
1254
+ }
1255
+
1256
+ .thread-ui-pl_20px {
1257
+ padding-left: 20px;
1258
+ }
1259
+
1260
+ .thread-ui-pr_20px {
1261
+ padding-right: 20px;
1262
+ }
1263
+
1264
+ .thread-ui-bd-l-w_1px {
1265
+ border-left-width: 1px;
1266
+ }
1267
+
1268
+ .thread-ui-bd-l-c_gray\.main {
1269
+ border-left-color: var(--thread-ui-colors-gray-main);
1270
+ }
1271
+
1272
+ .thread-ui-pl_12px {
1273
+ padding-left: 12px;
1274
+ }
1275
+
1276
+ .thread-ui-pt_12px {
1277
+ padding-top: 12px;
1278
+ }
1279
+
1280
+ .thread-ui-pb_12px {
1281
+ padding-bottom: 12px;
1282
+ }
1283
+
1284
+ .thread-ui-h_2px {
1285
+ height: 2px;
1286
+ }
1287
+
1288
+ .thread-ui-w_24px {
1289
+ width: 24px;
1290
+ }
1291
+
1292
+ .thread-ui-h_0\.5px {
1293
+ height: 0.5px;
1294
+ }
1295
+
1296
+ .thread-ui-h_1px {
1297
+ height: 1px;
1298
+ }
1299
+
1300
+ .thread-ui-w_75\% {
1301
+ width: 75%;
1302
+ }
1303
+
1304
+ .thread-ui-w_fit-content {
1305
+ width: fit-content;
1306
+ }
1307
+
1308
+ .thread-ui-w_calc\(100\%_\+_32px\) {
1309
+ width: calc(100% + 32px);
1310
+ }
1311
+
1312
+ .thread-ui-h_0px {
1313
+ height: 0px;
1314
+ }
1315
+
1316
+ .thread-ui-left_50\% {
1317
+ left: 50%;
1318
+ }
1319
+
1320
+ .thread-ui-bottom_-0px {
1321
+ bottom: -0px;
1322
+ }
1323
+
1324
+ .thread-ui-top_0 {
1325
+ top: var(--thread-ui-spacing-0);
1326
+ }
1327
+
1328
+ .dark .dark\:thread-ui-bg-c_surface {
1329
+ background-color: var(--thread-ui-colors-surface);
1330
+ }
1331
+
1332
+ .dark .dark\:thread-ui-bx-sh_0_4px_8px {
1333
+ box-shadow: 0 4px 8px;
1334
+ }
1335
+
1336
+ .dark .dark\:thread-ui-bx-sh-c_black {
1337
+ --shadow-color: var(--thread-ui-colors-black);
1338
+ }
1339
+
1340
+ .hover\:thread-ui-bd-c_primary\.main:is(:hover, [data-hover]) {
1341
+ border-color: var(--thread-ui-colors-primary-main);
1342
+ }
1343
+
1344
+ .hover\:thread-ui-bd-c_secondary\.main:is(:hover, [data-hover]) {
1345
+ border-color: var(--thread-ui-colors-secondary-main);
1346
+ }
1347
+
1348
+ .hover\:thread-ui-bd-c_tertiary\.main:is(:hover, [data-hover]) {
1349
+ border-color: var(--thread-ui-colors-tertiary-main);
1350
+ }
1351
+
1352
+ .hover\:thread-ui-bd-c_gray\.main:is(:hover, [data-hover]) {
1353
+ border-color: var(--thread-ui-colors-gray-main);
1354
+ }
1355
+
1356
+ .hover\:thread-ui-bd-c_success\.main:is(:hover, [data-hover]) {
1357
+ border-color: var(--thread-ui-colors-success-main);
1358
+ }
1359
+
1360
+ .hover\:thread-ui-bd-c_error\.main:is(:hover, [data-hover]) {
1361
+ border-color: var(--thread-ui-colors-error-main);
1362
+ }
1363
+
1364
+ .hover\:thread-ui-bd-c_info\.main:is(:hover, [data-hover]) {
1365
+ border-color: var(--thread-ui-colors-info-main);
1366
+ }
1367
+
1368
+ .hover\:thread-ui-bd-c_text\.standard:is(:hover, [data-hover]) {
1369
+ border-color: var(--thread-ui-colors-text-standard);
1370
+ }
1371
+
1372
+ .hover\:thread-ui-bd-c_white:is(:hover, [data-hover]) {
1373
+ border-color: var(--thread-ui-colors-white);
1374
+ }
1375
+
1376
+ .hover\:thread-ui-bg-c_surface:is(:hover, [data-hover]) {
1377
+ background-color: var(--thread-ui-colors-surface);
1378
+ }
1379
+
1380
+ .hover\:thread-ui-bg-c_primary\.main:is(:hover, [data-hover]) {
1381
+ background-color: var(--thread-ui-colors-primary-main);
1382
+ }
1383
+
1384
+ .hover\:thread-ui-c_background:is(:hover, [data-hover]) {
1385
+ color: var(--thread-ui-colors-background);
1386
+ }
1387
+
1388
+ .hover\:thread-ui-bg-c_secondary\.main:is(:hover, [data-hover]) {
1389
+ background-color: var(--thread-ui-colors-secondary-main);
1390
+ }
1391
+
1392
+ .hover\:thread-ui-bg-c_tertiary\.main:is(:hover, [data-hover]) {
1393
+ background-color: var(--thread-ui-colors-tertiary-main);
1394
+ }
1395
+
1396
+ .hover\:thread-ui-bg-c_gray\.main:is(:hover, [data-hover]) {
1397
+ background-color: var(--thread-ui-colors-gray-main);
1398
+ }
1399
+
1400
+ .hover\:thread-ui-bg-c_success\.main:is(:hover, [data-hover]) {
1401
+ background-color: var(--thread-ui-colors-success-main);
1402
+ }
1403
+
1404
+ .hover\:thread-ui-bg-c_error\.main:is(:hover, [data-hover]) {
1405
+ background-color: var(--thread-ui-colors-error-main);
1406
+ }
1407
+
1408
+ .hover\:thread-ui-bg-c_info\.main:is(:hover, [data-hover]) {
1409
+ background-color: var(--thread-ui-colors-info-main);
1410
+ }
1411
+
1412
+ .hover\:thread-ui-bg-c_text\.standard:is(:hover, [data-hover]) {
1413
+ background-color: var(--thread-ui-colors-text-standard);
1414
+ }
1415
+
1416
+ .hover\:thread-ui-bg-c_black:is(:hover, [data-hover]) {
1417
+ background-color: var(--thread-ui-colors-black);
1418
+ }
1419
+
1420
+ .hover\:thread-ui-bg-c_elevated:is(:hover, [data-hover]) {
1421
+ background-color: var(--thread-ui-colors-elevated);
1422
+ }
1423
+
1424
+ @media screen and (min-width: 40rem) {
1425
+ .sm\:thread-ui-pos_static {
1426
+ position: static;
1427
+ }
1428
+ .sm\:thread-ui-h_auto {
1429
+ height: auto;
1430
+ }
1431
+ }
1432
+
1433
+ @media screen and (min-width: 48rem) {
1434
+ .thread-ui-hide_md {
1435
+ display: none;
1436
+ }
1437
+ .md\:thread-ui-mx_auto {
1438
+ margin-inline: auto;
1439
+ }
1440
+ .md\:thread-ui-column-count_3 {
1441
+ column-count: 3;
1442
+ }
1443
+ .md\:thread-ui-d_none\! {
1444
+ display: none !important;
1445
+ }
1446
+ .md\:thread-ui-d_block\! {
1447
+ display: block !important;
1448
+ }
1449
+ .md\:thread-ui-trs-prop_none {
1450
+ --transition-prop: none;
1451
+ transition-property: none;
1452
+ }
1453
+ .md\:thread-ui-grid-tc_repeat\(1\,_minmax\(0\,_1fr\)\) {
1454
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1455
+ }
1456
+ .md\:thread-ui-grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
1457
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1458
+ }
1459
+ .md\:thread-ui-grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
1460
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1461
+ }
1462
+ .md\:thread-ui-max-w_var\(--max-width\,_none\) {
1463
+ max-width: var(--max-width, none);
1464
+ }
1465
+ .md\:thread-ui-pt_2rem {
1466
+ padding-top: 2rem;
1467
+ }
1468
+ .md\:thread-ui-pb_2rem {
1469
+ padding-bottom: 2rem;
1470
+ }
1471
+ .md\:thread-ui-max-w_800px {
1472
+ max-width: 800px;
1473
+ }
1474
+ .md\:thread-ui-pl_48px {
1475
+ padding-left: 48px;
1476
+ }
1477
+ .md\:thread-ui-pr_48px {
1478
+ padding-right: 48px;
1479
+ }
1480
+ }
1481
+
1482
+ @media screen and (min-width: 64rem) {
1483
+ .lg\:thread-ui-flex_none {
1484
+ flex: none;
1485
+ }
1486
+ .lg\:thread-ui-gap_20px {
1487
+ gap: 20px;
1488
+ }
1489
+ .lg\:thread-ui-border-style_none {
1490
+ border-style: none;
1491
+ }
1492
+ .lg\:thread-ui-gap_1\.5rem {
1493
+ gap: 1.5rem;
1494
+ }
1495
+ .lg\:thread-ui-column-count_4 {
1496
+ column-count: 4;
1497
+ }
1498
+ .lg\:thread-ui-flex-d_row-reverse {
1499
+ flex-direction: row-reverse;
1500
+ }
1501
+ .lg\:thread-ui-flex-d_row {
1502
+ flex-direction: row;
1503
+ }
1504
+ .lg\:thread-ui-jc_flex-start {
1505
+ justify-content: flex-start;
1506
+ }
1507
+ .lg\:thread-ui-pos_relative {
1508
+ position: relative;
1509
+ }
1510
+ .lg\:thread-ui-bg-c_transparent {
1511
+ background-color: var(--thread-ui-colors-transparent);
1512
+ }
1513
+ .lg\:thread-ui-d_flex {
1514
+ display: flex;
1515
+ }
1516
+ .lg\:thread-ui-trf_translateY\(0\) {
1517
+ transform: translateY(0);
1518
+ }
1519
+ .lg\:thread-ui-op_1 {
1520
+ opacity: 1;
1521
+ }
1522
+ .lg\:thread-ui-vis_visible {
1523
+ visibility: visible;
1524
+ }
1525
+ .lg\:thread-ui-ai_center {
1526
+ align-items: center;
1527
+ }
1528
+ .lg\:thread-ui-jc_center {
1529
+ justify-content: center;
1530
+ }
1531
+ .lg\:thread-ui-d_none {
1532
+ display: none;
1533
+ }
1534
+ .lg\:thread-ui-grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
1535
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1536
+ }
1537
+ .lg\:thread-ui-grid-tc_repeat\(4\,_minmax\(0\,_1fr\)\) {
1538
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1539
+ }
1540
+ .lg\:thread-ui-grid-tc_repeat\(5\,_minmax\(0\,_1fr\)\) {
1541
+ grid-template-columns: repeat(5, minmax(0, 1fr));
1542
+ }
1543
+ .lg\:thread-ui-grid-tc_repeat\(6\,_minmax\(0\,_1fr\)\) {
1544
+ grid-template-columns: repeat(6, minmax(0, 1fr));
1545
+ }
1546
+ .lg\:thread-ui-d_block {
1547
+ display: block;
1548
+ }
1549
+ .lg\:thread-ui-max-w_none {
1550
+ max-width: none;
1551
+ }
1552
+ .lg\:thread-ui-pt_1\.5rem {
1553
+ padding-top: 1.5rem;
1554
+ }
1555
+ .lg\:thread-ui-pb_1\.5rem {
1556
+ padding-bottom: 1.5rem;
1557
+ }
1558
+ .lg\:thread-ui-w_66\.666667\% {
1559
+ width: 66.666667%;
1560
+ }
1561
+ .lg\:thread-ui-w_41\.666667\% {
1562
+ width: 41.666667%;
1563
+ }
1564
+ .lg\:thread-ui-max-w_1400px {
1565
+ max-width: 1400px;
1566
+ }
1567
+ .lg\:thread-ui-top_0px {
1568
+ top: 0px;
1569
+ }
1570
+ .lg\:thread-ui-pt_0px {
1571
+ padding-top: 0px;
1572
+ }
1573
+ .lg\:thread-ui-pb_0px {
1574
+ padding-bottom: 0px;
1575
+ }
1576
+ .lg\:thread-ui-pl_0px {
1577
+ padding-left: 0px;
1578
+ }
1579
+ .lg\:thread-ui-pr_0px {
1580
+ padding-right: 0px;
1581
+ }
1582
+ .lg\:thread-ui-w_max-content {
1583
+ width: max-content;
1584
+ }
1585
+ .lg\:thread-ui-w_100\% {
1586
+ width: 100%;
1587
+ }
1588
+ .lg\:thread-ui-h_2\.5rem {
1589
+ height: 2.5rem;
1590
+ }
1591
+ .lg\:thread-ui-w_fit-content {
1592
+ width: fit-content;
1593
+ }
1594
+ .lg\:thread-ui-h_30px {
1595
+ height: 30px;
1596
+ }
1597
+ .lg\:thread-ui-bottom_-30px {
1598
+ bottom: -30px;
1599
+ }
1600
+ .lg\:thread-ui-top_calc\(100\%_\+_30px\) {
1601
+ top: calc(100% + 30px);
1602
+ }
1603
+ }
1604
+
1605
+ @media screen and (max-width: 47.9975rem) {
1606
+ .thread-ui-show_md {
1607
+ display: none;
1608
+ }
1609
+ }
1610
+ }