thread-ui 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist/components/form-elements/form-label/form-label.d.ts.map +1 -1
  2. package/dist/components/form-elements/form-label/form-label.js +2 -2
  3. package/dist/components/form-elements/form-label/form-label.js.map +1 -1
  4. package/dist/components/form-elements/number-input/number-input.d.ts +1 -1
  5. package/dist/components/form-elements/number-input/number-input.d.ts.map +1 -1
  6. package/dist/components/form-elements/number-input/number-input.js +67 -21
  7. package/dist/components/form-elements/number-input/number-input.js.map +1 -1
  8. package/dist/components/form-elements/styles/index.d.ts.map +1 -1
  9. package/dist/components/form-elements/styles/index.js +2 -1
  10. package/dist/components/form-elements/styles/index.js.map +1 -1
  11. package/dist/components/form-elements/text-input/text-input.d.ts +1 -1
  12. package/dist/components/form-elements/text-input/text-input.d.ts.map +1 -1
  13. package/dist/components/form-elements/text-input/text-input.js +2 -2
  14. package/dist/components/form-elements/text-input/text-input.js.map +1 -1
  15. package/dist/components/index.d.ts +1 -0
  16. package/dist/components/index.d.ts.map +1 -1
  17. package/dist/components/index.js +1 -0
  18. package/dist/components/index.js.map +1 -1
  19. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js +1 -1
  20. package/dist/components/layouts/column-layout/column-skeleton/column-skeleton.js.map +1 -1
  21. package/dist/components/layouts/masonry-layout/masonry-layout.js +3 -3
  22. package/dist/components/layouts/masonry-layout/masonry-layout.js.map +1 -1
  23. package/dist/components/media/image-panel/image-panel.d.ts.map +1 -1
  24. package/dist/components/media/image-panel/image-panel.js +1 -1
  25. package/dist/components/media/image-panel/image-panel.js.map +1 -1
  26. package/dist/components/media/info-card/info-card.d.ts.map +1 -1
  27. package/dist/components/media/info-card/info-card.js +2 -2
  28. package/dist/components/media/info-card/info-card.js.map +1 -1
  29. package/dist/components/media/media-card/media-card.js +6 -6
  30. package/dist/components/media/media-card/media-card.js.map +1 -1
  31. package/dist/styled-system/styles.css +1949 -554
  32. package/dist/styled-system/tokens/index.mjs +9 -9
  33. package/dist/styles/panda.css +227 -50
  34. package/dist/styles/thread.css +15 -2
  35. package/dist/theme/default-theme.js +3 -3
  36. package/dist/theme/default-theme.js.map +1 -1
  37. package/dist/theme/generate-override-css.d.ts +7 -0
  38. package/dist/theme/generate-override-css.d.ts.map +1 -0
  39. package/dist/theme/generate-override-css.js +66 -0
  40. package/dist/theme/generate-override-css.js.map +1 -0
  41. package/dist/theme/index.d.ts +2 -0
  42. package/dist/theme/index.d.ts.map +1 -1
  43. package/dist/theme/index.js +2 -0
  44. package/dist/theme/index.js.map +1 -1
  45. package/dist/theme/theme-mode.d.ts +6 -0
  46. package/dist/theme/theme-mode.d.ts.map +1 -0
  47. package/dist/theme/theme-mode.js +17 -0
  48. package/dist/theme/theme-mode.js.map +1 -0
  49. package/dist/theme/theme-provider.d.ts +16 -0
  50. package/dist/theme/theme-provider.d.ts.map +1 -0
  51. package/dist/theme/theme-provider.js +57 -0
  52. package/dist/theme/theme-provider.js.map +1 -0
  53. package/dist/theme/thread-script.d.ts +25 -0
  54. package/dist/theme/thread-script.d.ts.map +1 -0
  55. package/dist/theme/thread-script.js +46 -0
  56. package/dist/theme/thread-script.js.map +1 -0
  57. package/dist/utils/get-utility-size-value/get-utility-size-value.d.ts +1 -1
  58. package/package.json +4 -2
  59. package/dist/client/index.d.ts +0 -2
  60. package/dist/client/index.d.ts.map +0 -1
  61. package/dist/client/index.js +0 -2
  62. package/dist/client/index.js.map +0 -1
  63. package/dist/client/theme-provider/index.d.ts +0 -3
  64. package/dist/client/theme-provider/index.d.ts.map +0 -1
  65. package/dist/client/theme-provider/index.js +0 -2
  66. package/dist/client/theme-provider/index.js.map +0 -1
  67. package/dist/client/theme-provider/set-theme.d.ts +0 -8
  68. package/dist/client/theme-provider/set-theme.d.ts.map +0 -1
  69. package/dist/client/theme-provider/set-theme.js +0 -60
  70. package/dist/client/theme-provider/set-theme.js.map +0 -1
  71. package/dist/client/theme-provider/theme-provider.d.ts +0 -21
  72. package/dist/client/theme-provider/theme-provider.d.ts.map +0 -1
  73. package/dist/client/theme-provider/theme-provider.js +0 -196
  74. package/dist/client/theme-provider/theme-provider.js.map +0 -1
  75. package/dist/client/theme-provider/theme-provider.types.d.ts +0 -13
  76. package/dist/client/theme-provider/theme-provider.types.d.ts.map +0 -1
  77. package/dist/client/theme-provider/theme-provider.types.js +0 -2
  78. package/dist/client/theme-provider/theme-provider.types.js.map +0 -1
@@ -1,5 +1,175 @@
1
1
  @layer thread-reset, thread-base, thread-tokens, thread-recipes, thread-utilities;
2
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
+
3
173
  @layer thread-base{
4
174
  :root {
5
175
  --made-with-panda: '🐼';
@@ -44,431 +214,467 @@
44
214
 
45
215
  @layer thread-tokens{
46
216
  :where(:root, :host) {
47
- --aspect-ratios-square: 1 / 1;
48
- --aspect-ratios-landscape: 4 / 3;
49
- --aspect-ratios-portrait: 3 / 4;
50
- --aspect-ratios-wide: 16 / 9;
51
- --aspect-ratios-ultrawide: 18 / 5;
52
- --aspect-ratios-golden: 1.618 / 1;
53
- --borders-none: none;
54
- --easings-default: cubic-bezier(0.4, 0, 0.2, 1);
55
- --easings-linear: linear;
56
- --easings-in: cubic-bezier(0.4, 0, 1, 1);
57
- --easings-out: cubic-bezier(0, 0, 0.2, 1);
58
- --easings-in-out: cubic-bezier(0.4, 0, 0.2, 1);
59
- --durations-fastest: 50ms;
60
- --durations-faster: 100ms;
61
- --durations-fast: 150ms;
62
- --durations-normal: 200ms;
63
- --durations-slow: 300ms;
64
- --durations-slower: 400ms;
65
- --durations-slowest: 500ms;
66
- --radii-xs: 0.125rem;
67
- --radii-sm: 0.25rem;
68
- --radii-md: 0.375rem;
69
- --radii-lg: 0.5rem;
70
- --radii-xl: 0.75rem;
71
- --radii-2xl: 1rem;
72
- --radii-3xl: 1.5rem;
73
- --radii-4xl: 2rem;
74
- --radii-full: 9999px;
75
- --font-weights-thin: 100;
76
- --font-weights-extralight: 200;
77
- --font-weights-light: 300;
78
- --font-weights-normal: 400;
79
- --font-weights-medium: 500;
80
- --font-weights-semibold: 600;
81
- --font-weights-bold: 700;
82
- --font-weights-extrabold: 800;
83
- --font-weights-black: 900;
84
- --line-heights-none: 1;
85
- --line-heights-tight: 1.25;
86
- --line-heights-snug: 1.375;
87
- --line-heights-normal: 1.5;
88
- --line-heights-relaxed: 1.625;
89
- --line-heights-loose: 2;
90
- --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";
91
- --fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
92
- --fonts-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
93
- --letter-spacings-tighter: -0.05em;
94
- --letter-spacings-tight: -0.025em;
95
- --letter-spacings-normal: 0em;
96
- --letter-spacings-wide: 0.025em;
97
- --letter-spacings-wider: 0.05em;
98
- --letter-spacings-widest: 0.1em;
99
- --font-sizes-2xs: 0.5rem;
100
- --font-sizes-xs: 0.75rem;
101
- --font-sizes-sm: 0.875rem;
102
- --font-sizes-md: 1rem;
103
- --font-sizes-lg: 1.125rem;
104
- --font-sizes-xl: 1.25rem;
105
- --font-sizes-2xl: 1.5rem;
106
- --font-sizes-3xl: 1.875rem;
107
- --font-sizes-4xl: 2.25rem;
108
- --font-sizes-5xl: 3rem;
109
- --font-sizes-6xl: 3.75rem;
110
- --font-sizes-7xl: 4.5rem;
111
- --font-sizes-8xl: 6rem;
112
- --font-sizes-9xl: 8rem;
113
- --shadows-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
114
- --shadows-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
115
- --shadows-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
116
- --shadows-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
117
- --shadows-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
118
- --shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
119
- --shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
120
- --colors-current: currentColor;
121
- --colors-black: #000;
122
- --colors-white: #fff;
123
- --colors-transparent: rgb(0 0 0 / 0);
124
- --colors-rose-50: #fff1f2;
125
- --colors-rose-100: #ffe4e6;
126
- --colors-rose-200: #fecdd3;
127
- --colors-rose-300: #fda4af;
128
- --colors-rose-400: #fb7185;
129
- --colors-rose-500: #f43f5e;
130
- --colors-rose-600: #e11d48;
131
- --colors-rose-700: #be123c;
132
- --colors-rose-800: #9f1239;
133
- --colors-rose-900: #881337;
134
- --colors-rose-950: #4c0519;
135
- --colors-pink-50: #fdf2f8;
136
- --colors-pink-100: #fce7f3;
137
- --colors-pink-200: #fbcfe8;
138
- --colors-pink-300: #f9a8d4;
139
- --colors-pink-400: #f472b6;
140
- --colors-pink-500: #ec4899;
141
- --colors-pink-600: #db2777;
142
- --colors-pink-700: #be185d;
143
- --colors-pink-800: #9d174d;
144
- --colors-pink-900: #831843;
145
- --colors-pink-950: #500724;
146
- --colors-fuchsia-50: #fdf4ff;
147
- --colors-fuchsia-100: #fae8ff;
148
- --colors-fuchsia-200: #f5d0fe;
149
- --colors-fuchsia-300: #f0abfc;
150
- --colors-fuchsia-400: #e879f9;
151
- --colors-fuchsia-500: #d946ef;
152
- --colors-fuchsia-600: #c026d3;
153
- --colors-fuchsia-700: #a21caf;
154
- --colors-fuchsia-800: #86198f;
155
- --colors-fuchsia-900: #701a75;
156
- --colors-fuchsia-950: #4a044e;
157
- --colors-purple-50: #faf5ff;
158
- --colors-purple-100: #f3e8ff;
159
- --colors-purple-200: #e9d5ff;
160
- --colors-purple-300: #d8b4fe;
161
- --colors-purple-400: #c084fc;
162
- --colors-purple-500: #a855f7;
163
- --colors-purple-600: #9333ea;
164
- --colors-purple-700: #7e22ce;
165
- --colors-purple-800: #6b21a8;
166
- --colors-purple-900: #581c87;
167
- --colors-purple-950: #3b0764;
168
- --colors-violet-50: #f5f3ff;
169
- --colors-violet-100: #ede9fe;
170
- --colors-violet-200: #ddd6fe;
171
- --colors-violet-300: #c4b5fd;
172
- --colors-violet-400: #a78bfa;
173
- --colors-violet-500: #8b5cf6;
174
- --colors-violet-600: #7c3aed;
175
- --colors-violet-700: #6d28d9;
176
- --colors-violet-800: #5b21b6;
177
- --colors-violet-900: #4c1d95;
178
- --colors-violet-950: #2e1065;
179
- --colors-indigo-50: #eef2ff;
180
- --colors-indigo-100: #e0e7ff;
181
- --colors-indigo-200: #c7d2fe;
182
- --colors-indigo-300: #a5b4fc;
183
- --colors-indigo-400: #818cf8;
184
- --colors-indigo-500: #6366f1;
185
- --colors-indigo-600: #4f46e5;
186
- --colors-indigo-700: #4338ca;
187
- --colors-indigo-800: #3730a3;
188
- --colors-indigo-900: #312e81;
189
- --colors-indigo-950: #1e1b4b;
190
- --colors-blue-50: #eff6ff;
191
- --colors-blue-100: #dbeafe;
192
- --colors-blue-200: #bfdbfe;
193
- --colors-blue-300: #93c5fd;
194
- --colors-blue-400: #60a5fa;
195
- --colors-blue-500: #3b82f6;
196
- --colors-blue-600: #2563eb;
197
- --colors-blue-700: #1d4ed8;
198
- --colors-blue-800: #1e40af;
199
- --colors-blue-900: #1e3a8a;
200
- --colors-blue-950: #172554;
201
- --colors-sky-50: #f0f9ff;
202
- --colors-sky-100: #e0f2fe;
203
- --colors-sky-200: #bae6fd;
204
- --colors-sky-300: #7dd3fc;
205
- --colors-sky-400: #38bdf8;
206
- --colors-sky-500: #0ea5e9;
207
- --colors-sky-600: #0284c7;
208
- --colors-sky-700: #0369a1;
209
- --colors-sky-800: #075985;
210
- --colors-sky-900: #0c4a6e;
211
- --colors-sky-950: #082f49;
212
- --colors-cyan-50: #ecfeff;
213
- --colors-cyan-100: #cffafe;
214
- --colors-cyan-200: #a5f3fc;
215
- --colors-cyan-300: #67e8f9;
216
- --colors-cyan-400: #22d3ee;
217
- --colors-cyan-500: #06b6d4;
218
- --colors-cyan-600: #0891b2;
219
- --colors-cyan-700: #0e7490;
220
- --colors-cyan-800: #155e75;
221
- --colors-cyan-900: #164e63;
222
- --colors-cyan-950: #083344;
223
- --colors-teal-50: #f0fdfa;
224
- --colors-teal-100: #ccfbf1;
225
- --colors-teal-200: #99f6e4;
226
- --colors-teal-300: #5eead4;
227
- --colors-teal-400: #2dd4bf;
228
- --colors-teal-500: #14b8a6;
229
- --colors-teal-600: #0d9488;
230
- --colors-teal-700: #0f766e;
231
- --colors-teal-800: #115e59;
232
- --colors-teal-900: #134e4a;
233
- --colors-teal-950: #042f2e;
234
- --colors-emerald-50: #ecfdf5;
235
- --colors-emerald-100: #d1fae5;
236
- --colors-emerald-200: #a7f3d0;
237
- --colors-emerald-300: #6ee7b7;
238
- --colors-emerald-400: #34d399;
239
- --colors-emerald-500: #10b981;
240
- --colors-emerald-600: #059669;
241
- --colors-emerald-700: #047857;
242
- --colors-emerald-800: #065f46;
243
- --colors-emerald-900: #064e3b;
244
- --colors-emerald-950: #022c22;
245
- --colors-green-50: #f0fdf4;
246
- --colors-green-100: #dcfce7;
247
- --colors-green-200: #bbf7d0;
248
- --colors-green-300: #86efac;
249
- --colors-green-400: #4ade80;
250
- --colors-green-500: #22c55e;
251
- --colors-green-600: #16a34a;
252
- --colors-green-700: #15803d;
253
- --colors-green-800: #166534;
254
- --colors-green-900: #14532d;
255
- --colors-green-950: #052e16;
256
- --colors-lime-50: #f7fee7;
257
- --colors-lime-100: #ecfccb;
258
- --colors-lime-200: #d9f99d;
259
- --colors-lime-300: #bef264;
260
- --colors-lime-400: #a3e635;
261
- --colors-lime-500: #84cc16;
262
- --colors-lime-600: #65a30d;
263
- --colors-lime-700: #4d7c0f;
264
- --colors-lime-800: #3f6212;
265
- --colors-lime-900: #365314;
266
- --colors-lime-950: #1a2e05;
267
- --colors-yellow-50: #fefce8;
268
- --colors-yellow-100: #fef9c3;
269
- --colors-yellow-200: #fef08a;
270
- --colors-yellow-300: #fde047;
271
- --colors-yellow-400: #facc15;
272
- --colors-yellow-500: #eab308;
273
- --colors-yellow-600: #ca8a04;
274
- --colors-yellow-700: #a16207;
275
- --colors-yellow-800: #854d0e;
276
- --colors-yellow-900: #713f12;
277
- --colors-yellow-950: #422006;
278
- --colors-amber-50: #fffbeb;
279
- --colors-amber-100: #fef3c7;
280
- --colors-amber-200: #fde68a;
281
- --colors-amber-300: #fcd34d;
282
- --colors-amber-400: #fbbf24;
283
- --colors-amber-500: #f59e0b;
284
- --colors-amber-600: #d97706;
285
- --colors-amber-700: #b45309;
286
- --colors-amber-800: #92400e;
287
- --colors-amber-900: #78350f;
288
- --colors-amber-950: #451a03;
289
- --colors-orange-50: #fff7ed;
290
- --colors-orange-100: #ffedd5;
291
- --colors-orange-200: #fed7aa;
292
- --colors-orange-300: #fdba74;
293
- --colors-orange-400: #fb923c;
294
- --colors-orange-500: #f97316;
295
- --colors-orange-600: #ea580c;
296
- --colors-orange-700: #c2410c;
297
- --colors-orange-800: #9a3412;
298
- --colors-orange-900: #7c2d12;
299
- --colors-orange-950: #431407;
300
- --colors-red-50: #fef2f2;
301
- --colors-red-100: #fee2e2;
302
- --colors-red-200: #fecaca;
303
- --colors-red-300: #fca5a5;
304
- --colors-red-400: #f87171;
305
- --colors-red-500: #ef4444;
306
- --colors-red-600: #dc2626;
307
- --colors-red-700: #b91c1c;
308
- --colors-red-800: #991b1b;
309
- --colors-red-900: #7f1d1d;
310
- --colors-red-950: #450a0a;
311
- --colors-neutral-50: #fafafa;
312
- --colors-neutral-100: #f5f5f5;
313
- --colors-neutral-200: #e5e5e5;
314
- --colors-neutral-300: #d4d4d4;
315
- --colors-neutral-400: #a3a3a3;
316
- --colors-neutral-500: #737373;
317
- --colors-neutral-600: #525252;
318
- --colors-neutral-700: #404040;
319
- --colors-neutral-800: #262626;
320
- --colors-neutral-900: #171717;
321
- --colors-neutral-950: #0a0a0a;
322
- --colors-stone-50: #fafaf9;
323
- --colors-stone-100: #f5f5f4;
324
- --colors-stone-200: #e7e5e4;
325
- --colors-stone-300: #d6d3d1;
326
- --colors-stone-400: #a8a29e;
327
- --colors-stone-500: #78716c;
328
- --colors-stone-600: #57534e;
329
- --colors-stone-700: #44403c;
330
- --colors-stone-800: #292524;
331
- --colors-stone-900: #1c1917;
332
- --colors-stone-950: #0c0a09;
333
- --colors-zinc-50: #fafafa;
334
- --colors-zinc-100: #f4f4f5;
335
- --colors-zinc-200: #e4e4e7;
336
- --colors-zinc-300: #d4d4d8;
337
- --colors-zinc-400: #a1a1aa;
338
- --colors-zinc-500: #71717a;
339
- --colors-zinc-600: #52525b;
340
- --colors-zinc-700: #3f3f46;
341
- --colors-zinc-800: #27272a;
342
- --colors-zinc-900: #18181b;
343
- --colors-zinc-950: #09090b;
344
- --colors-gray-50: #f9fafb;
345
- --colors-gray-100: #f3f4f6;
346
- --colors-gray-200: #e5e7eb;
347
- --colors-gray-300: #d1d5db;
348
- --colors-gray-400: #9ca3af;
349
- --colors-gray-500: #6b7280;
350
- --colors-gray-600: #4b5563;
351
- --colors-gray-700: #374151;
352
- --colors-gray-800: #1f2937;
353
- --colors-gray-900: #111827;
354
- --colors-gray-950: #030712;
355
- --colors-slate-50: #f8fafc;
356
- --colors-slate-100: #f1f5f9;
357
- --colors-slate-200: #e2e8f0;
358
- --colors-slate-300: #cbd5e1;
359
- --colors-slate-400: #94a3b8;
360
- --colors-slate-500: #64748b;
361
- --colors-slate-600: #475569;
362
- --colors-slate-700: #334155;
363
- --colors-slate-800: #1e293b;
364
- --colors-slate-900: #0f172a;
365
- --colors-slate-950: #020617;
366
- --blurs-sm: 4px;
367
- --blurs-base: 8px;
368
- --blurs-md: 12px;
369
- --blurs-lg: 16px;
370
- --blurs-xl: 24px;
371
- --blurs-2xl: 40px;
372
- --blurs-3xl: 64px;
373
- --spacing-0: 0rem;
374
- --spacing-1: 0.25rem;
375
- --spacing-2: 0.5rem;
376
- --spacing-3: 0.75rem;
377
- --spacing-4: 1rem;
378
- --spacing-5: 1.25rem;
379
- --spacing-6: 1.5rem;
380
- --spacing-7: 1.75rem;
381
- --spacing-8: 2rem;
382
- --spacing-9: 2.25rem;
383
- --spacing-10: 2.5rem;
384
- --spacing-11: 2.75rem;
385
- --spacing-12: 3rem;
386
- --spacing-14: 3.5rem;
387
- --spacing-16: 4rem;
388
- --spacing-20: 5rem;
389
- --spacing-24: 6rem;
390
- --spacing-28: 7rem;
391
- --spacing-32: 8rem;
392
- --spacing-36: 9rem;
393
- --spacing-40: 10rem;
394
- --spacing-44: 11rem;
395
- --spacing-48: 12rem;
396
- --spacing-52: 13rem;
397
- --spacing-56: 14rem;
398
- --spacing-60: 15rem;
399
- --spacing-64: 16rem;
400
- --spacing-72: 18rem;
401
- --spacing-80: 20rem;
402
- --spacing-96: 24rem;
403
- --spacing-0\.5: 0.125rem;
404
- --spacing-1\.5: 0.375rem;
405
- --spacing-2\.5: 0.625rem;
406
- --spacing-3\.5: 0.875rem;
407
- --sizes-0: 0rem;
408
- --sizes-1: 0.25rem;
409
- --sizes-2: 0.5rem;
410
- --sizes-3: 0.75rem;
411
- --sizes-4: 1rem;
412
- --sizes-5: 1.25rem;
413
- --sizes-6: 1.5rem;
414
- --sizes-7: 1.75rem;
415
- --sizes-8: 2rem;
416
- --sizes-9: 2.25rem;
417
- --sizes-10: 2.5rem;
418
- --sizes-11: 2.75rem;
419
- --sizes-12: 3rem;
420
- --sizes-14: 3.5rem;
421
- --sizes-16: 4rem;
422
- --sizes-20: 5rem;
423
- --sizes-24: 6rem;
424
- --sizes-28: 7rem;
425
- --sizes-32: 8rem;
426
- --sizes-36: 9rem;
427
- --sizes-40: 10rem;
428
- --sizes-44: 11rem;
429
- --sizes-48: 12rem;
430
- --sizes-52: 13rem;
431
- --sizes-56: 14rem;
432
- --sizes-60: 15rem;
433
- --sizes-64: 16rem;
434
- --sizes-72: 18rem;
435
- --sizes-80: 20rem;
436
- --sizes-96: 24rem;
437
- --sizes-0\.5: 0.125rem;
438
- --sizes-1\.5: 0.375rem;
439
- --sizes-2\.5: 0.625rem;
440
- --sizes-3\.5: 0.875rem;
441
- --sizes-xs: 20rem;
442
- --sizes-sm: 24rem;
443
- --sizes-md: 28rem;
444
- --sizes-lg: 32rem;
445
- --sizes-xl: 36rem;
446
- --sizes-2xl: 42rem;
447
- --sizes-3xl: 48rem;
448
- --sizes-4xl: 56rem;
449
- --sizes-5xl: 64rem;
450
- --sizes-6xl: 72rem;
451
- --sizes-7xl: 80rem;
452
- --sizes-8xl: 90rem;
453
- --sizes-prose: 65ch;
454
- --sizes-full: 100%;
455
- --sizes-min: min-content;
456
- --sizes-max: max-content;
457
- --sizes-fit: fit-content;
458
- --sizes-breakpoint-sm: 640px;
459
- --sizes-breakpoint-md: 768px;
460
- --sizes-breakpoint-lg: 1024px;
461
- --sizes-breakpoint-xl: 1280px;
462
- --sizes-breakpoint-2xl: 1536px;
463
- --animations-spin: spin 1s linear infinite;
464
- --animations-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
465
- --animations-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
466
- --animations-bounce: bounce 1s infinite;
467
- --breakpoints-sm: 640px;
468
- --breakpoints-md: 768px;
469
- --breakpoints-lg: 1024px;
470
- --breakpoints-xl: 1280px;
471
- --breakpoints-2xl: 1536px;
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
+ --thread-ui-colors-text-inverted: var(--thread-text-inverted);
472
678
  }
473
679
 
474
680
  @keyframes spin {
@@ -503,248 +709,1437 @@
503
709
  }
504
710
  }
505
711
 
712
+ @layer thread-recipes{
713
+ @layer _base{
714
+
715
+ .thread-ui-button {
716
+ border-radius: var(--thread-ui-radii-md);
717
+ border-style: solid;
718
+ border-width: var(--thread-ui-border-widths-md);
719
+ transition: background-color 0.2s ease;
720
+ color: var(--thread-ui-colors-white);
721
+ display: flex;
722
+ justify-content: center;
723
+ align-items: center;
724
+ cursor: pointer;
725
+ -webkit-user-select: none;
726
+ user-select: none;
727
+ }
728
+ }
729
+
730
+ .thread-ui-button--color_primary {
731
+ border-color: var(--thread-ui-colors-primary-main);
732
+ background-color: var(--thread-ui-colors-primary-main);
733
+ }
734
+
735
+ .thread-ui-button--color_primary:is(:hover, [data-hover]) {
736
+ border-color: var(--thread-ui-colors-primary-main);
737
+ background-color: var(--thread-ui-colors-background);
738
+ color: var(--thread-ui-colors-primary-main);
739
+ }
740
+
741
+ .thread-ui-button--size_md {
742
+ padding: 8px;
743
+ font-size: 1rem;
744
+ }
745
+
746
+ .thread-ui-button--fullWidth_false {
747
+ width: fit-content;
748
+ }
749
+
750
+ .thread-ui-button--color_secondary {
751
+ border-color: var(--thread-ui-colors-secondary-main);
752
+ background-color: var(--thread-ui-colors-secondary-main);
753
+ }
754
+
755
+ .thread-ui-button--color_secondary:is(:hover, [data-hover]) {
756
+ border-color: var(--thread-ui-colors-secondary-main);
757
+ background-color: var(--thread-ui-colors-background);
758
+ color: var(--thread-ui-colors-secondary-main);
759
+ }
760
+
761
+ .thread-ui-button--color_tertiary {
762
+ border-color: var(--thread-ui-colors-tertiary-main);
763
+ background-color: var(--thread-ui-colors-tertiary-main);
764
+ }
765
+
766
+ .thread-ui-button--color_tertiary:is(:hover, [data-hover]) {
767
+ border-color: var(--thread-ui-colors-tertiary-main);
768
+ background-color: var(--thread-ui-colors-background);
769
+ color: var(--thread-ui-colors-tertiary-main);
770
+ }
771
+
772
+ .thread-ui-button--color_black {
773
+ border-color: var(--thread-ui-colors-white);
774
+ background-color: var(--thread-ui-colors-black);
775
+ }
776
+
777
+ .thread-ui-button--color_black:is(:hover, [data-hover]) {
778
+ border-color: var(--thread-ui-colors-black);
779
+ background-color: var(--thread-ui-colors-white);
780
+ color: var(--thread-ui-colors-black);
781
+ }
782
+
783
+ .thread-ui-button--color_gray {
784
+ border-color: var(--thread-ui-colors-gray-main);
785
+ background-color: var(--thread-ui-colors-gray-main);
786
+ }
787
+
788
+ .thread-ui-button--color_gray:is(:hover, [data-hover]) {
789
+ border-color: var(--thread-ui-colors-gray-main);
790
+ background-color: var(--thread-ui-colors-background);
791
+ color: var(--thread-ui-colors-gray-main);
792
+ }
793
+
794
+ .thread-ui-button--color_success {
795
+ border-color: var(--thread-ui-colors-success-main);
796
+ background-color: var(--thread-ui-colors-success-main);
797
+ }
798
+
799
+ .thread-ui-button--color_success:is(:hover, [data-hover]) {
800
+ border-color: var(--thread-ui-colors-success-main);
801
+ background-color: var(--thread-ui-colors-background);
802
+ color: var(--thread-ui-colors-success-main);
803
+ }
804
+
805
+ .thread-ui-button--color_error {
806
+ border-color: var(--thread-ui-colors-error-main);
807
+ background-color: var(--thread-ui-colors-error-main);
808
+ }
809
+
810
+ .thread-ui-button--color_error:is(:hover, [data-hover]) {
811
+ border-color: var(--thread-ui-colors-error-main);
812
+ background-color: var(--thread-ui-colors-background);
813
+ color: var(--thread-ui-colors-error-main);
814
+ }
815
+
816
+ .thread-ui-button--color_info {
817
+ border-color: var(--thread-ui-colors-info-main);
818
+ background-color: var(--thread-ui-colors-info-main);
819
+ }
820
+
821
+ .thread-ui-button--color_info:is(:hover, [data-hover]) {
822
+ border-color: var(--thread-ui-colors-info-main);
823
+ background-color: var(--thread-ui-colors-background);
824
+ color: var(--thread-ui-colors-info-main);
825
+ }
826
+
827
+ .thread-ui-button--color_text {
828
+ border-color: var(--thread-ui-colors-text-standard);
829
+ background-color: var(--thread-ui-colors-text-standard);
830
+ }
831
+
832
+ .thread-ui-button--color_text:is(:hover, [data-hover]) {
833
+ border-color: var(--thread-ui-colors-text-standard);
834
+ background-color: var(--thread-ui-colors-background);
835
+ color: var(--thread-ui-colors-text-standard);
836
+ }
837
+
838
+ .thread-ui-button--size_sm {
839
+ padding: 4px;
840
+ font-size: 0.75rem;
841
+ }
842
+
843
+ .thread-ui-button--size_lg {
844
+ padding: 12px;
845
+ font-size: 1.25rem;
846
+ }
847
+
848
+ .thread-ui-button--fullWidth_true {
849
+ width: 100%;
850
+ }
851
+
852
+ .thread-ui-button--disabled_true {
853
+ opacity: 0.6;
854
+ cursor: not-allowed;
855
+ }
856
+ }
857
+
506
858
  @layer thread-utilities{
507
859
 
508
- .flex_1_1_0\% {
860
+ .thread-ui-m_auto {
861
+ margin: auto;
862
+ }
863
+
864
+ .thread-ui-bd_solid {
865
+ border: solid;
866
+ }
867
+
868
+ .thread-ui-p_0\.5rem {
869
+ padding: 0.5rem;
870
+ }
871
+
872
+ .thread-ui-p_16px {
873
+ padding: 16px;
874
+ }
875
+
876
+ .thread-ui-p_5 {
877
+ padding: var(--thread-ui-spacing-5);
878
+ }
879
+
880
+ .thread-ui-p_4px_8px {
881
+ padding: 4px 8px;
882
+ }
883
+
884
+ .thread-ui-p_8px_16px {
885
+ padding: 8px 16px;
886
+ }
887
+
888
+ .thread-ui-bg_background {
889
+ background: var(--thread-ui-colors-background);
890
+ }
891
+
892
+ .thread-ui-p_3 {
893
+ padding: var(--thread-ui-spacing-3);
894
+ }
895
+
896
+ .thread-ui-p_4 {
897
+ padding: var(--thread-ui-spacing-4);
898
+ }
899
+
900
+ .thread-ui-px_16px {
901
+ padding-inline: 16px;
902
+ }
903
+
904
+ .thread-ui-py_8px {
905
+ padding-block: 8px;
906
+ }
907
+
908
+ .thread-ui-bd-w_1px {
909
+ border-width: 1px;
910
+ }
911
+
912
+ .thread-ui-border-style_solid {
913
+ border-style: solid;
914
+ }
915
+
916
+ .thread-ui-bd-c_structure {
917
+ border-color: var(--thread-ui-colors-structure);
918
+ }
919
+
920
+ .thread-ui-trs_colors {
921
+ transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
922
+ transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
923
+ transition-duration: var(--transition-duration, 150ms);
924
+ }
925
+
926
+ .thread-ui-flex_1_1_0\% {
509
927
  flex: 1 1 0%;
510
928
  }
511
929
 
512
- .bdr_0\.25rem {
930
+ .thread-ui-bdr_0\.25rem {
513
931
  border-radius: 0.25rem;
514
932
  }
515
933
 
516
- .ov_hidden {
934
+ .thread-ui-ov_hidden {
517
935
  overflow: hidden;
518
936
  }
519
937
 
520
- .gap_4px {
521
- gap: 4px;
938
+ .thread-ui-mx_auto {
939
+ margin-inline: auto;
522
940
  }
523
941
 
524
- .bdr_50\% {
525
- border-radius: 50%;
942
+ .thread-ui-py_40px {
943
+ padding-block: 40px;
526
944
  }
527
945
 
528
- .bdr_4px {
529
- border-radius: 4px;
946
+ .thread-ui-gap_12px {
947
+ gap: 12px;
530
948
  }
531
949
 
532
- .mx_0 {
533
- margin-inline: var(--spacing-0);
950
+ .thread-ui-py_16px {
951
+ padding-block: 16px;
534
952
  }
535
953
 
536
- .gap_12px {
537
- gap: 12px;
954
+ .thread-ui-bdr_50\% {
955
+ border-radius: 50%;
538
956
  }
539
957
 
540
- .gap_3rem {
541
- gap: 3rem;
958
+ .thread-ui-bdr_4px {
959
+ border-radius: 4px;
542
960
  }
543
961
 
544
- .d_flex {
545
- display: flex;
962
+ .thread-ui-mx_0 {
963
+ margin-inline: var(--thread-ui-spacing-0);
546
964
  }
547
965
 
548
- .flex-d_column {
549
- flex-direction: column;
966
+ .thread-ui-bdr_md {
967
+ border-radius: var(--thread-ui-radii-md);
550
968
  }
551
969
 
552
- .jc_center {
553
- justify-content: center;
970
+ .thread-ui-bd-w_md {
971
+ border-width: var(--thread-ui-border-widths-md);
554
972
  }
555
973
 
556
- .ai_center {
557
- align-items: center;
974
+ .thread-ui-gap_8px {
975
+ gap: 8px;
558
976
  }
559
977
 
560
- .flex-d_row {
561
- flex-direction: row;
978
+ .thread-ui-bdr_6px {
979
+ border-radius: 6px;
562
980
  }
563
981
 
564
- .bg-c_black {
565
- background-color: var(--colors-black);
982
+ .thread-ui-gap_0\.5rem {
983
+ gap: 0.5rem;
566
984
  }
567
985
 
568
- .column-count_2 {
569
- column-count: 2;
986
+ .thread-ui-bd-w_sm {
987
+ border-width: var(--thread-ui-border-widths-sm);
570
988
  }
571
989
 
572
- .cg_8px {
573
- column-gap: 8px;
990
+ .thread-ui-my_0\.5rem {
991
+ margin-block: 0.5rem;
574
992
  }
575
993
 
576
- .d_inline-block {
577
- display: inline-block;
994
+ .thread-ui-gap_0\.75rem {
995
+ gap: 0.75rem;
578
996
  }
579
997
 
580
- .pos_relative {
581
- position: relative;
998
+ .thread-ui-gap_4px {
999
+ gap: 4px;
582
1000
  }
583
1001
 
584
- .d_block {
585
- display: block;
1002
+ .thread-ui-gap_24px {
1003
+ gap: 24px;
586
1004
  }
587
1005
 
588
- .d_none {
589
- display: none;
1006
+ .thread-ui-ring_2px_solid_transparent {
1007
+ outline: 2px solid transparent;
590
1008
  }
591
1009
 
592
- .ai_stretch {
593
- align-items: stretch;
1010
+ .thread-ui-bdr_sm {
1011
+ border-radius: var(--thread-ui-radii-sm);
594
1012
  }
595
1013
 
596
- .flex-d_column-reverse {
597
- flex-direction: column-reverse;
1014
+ .thread-ui-gap_16px {
1015
+ gap: 16px;
598
1016
  }
599
1017
 
600
- .d_grid {
601
- display: grid;
1018
+ .thread-ui-my_20px {
1019
+ margin-block: 20px;
602
1020
  }
603
1021
 
604
- .w_100\% {
605
- width: 100%;
1022
+ .thread-ui-bdr_lg {
1023
+ border-radius: var(--thread-ui-radii-lg);
606
1024
  }
607
1025
 
608
- .mr_auto {
609
- margin-right: auto;
1026
+ .thread-ui-my_16px {
1027
+ margin-block: 16px;
610
1028
  }
611
1029
 
612
- .ml_auto {
613
- margin-left: auto;
1030
+ .thread-ui-gap_3rem {
1031
+ gap: 3rem;
614
1032
  }
615
1033
 
616
- .max-w_none {
617
- max-width: none;
1034
+ .thread-ui-my_4px {
1035
+ margin-block: 4px;
618
1036
  }
619
1037
 
620
- .pr_2rem {
621
- padding-right: 2rem;
1038
+ .thread-ui-bd-c_background {
1039
+ border-color: var(--thread-ui-colors-background);
622
1040
  }
623
1041
 
624
- .pl_2rem {
625
- padding-left: 2rem;
1042
+ .thread-ui-bdr_20px {
1043
+ border-radius: 20px;
626
1044
  }
627
1045
 
628
- .pt_2\.5rem {
629
- padding-top: 2.5rem;
1046
+ .thread-ui-bd-c_primary\.main {
1047
+ border-color: var(--thread-ui-colors-primary-main);
630
1048
  }
631
1049
 
632
- .pb_2\.5rem {
633
- padding-bottom: 2.5rem;
1050
+ .thread-ui-bdr_0\.375rem {
1051
+ border-radius: 0.375rem;
634
1052
  }
635
1053
 
636
- .mb_1\.5rem {
637
- margin-bottom: 1.5rem;
1054
+ .thread-ui-td_none {
1055
+ text-decoration: none;
638
1056
  }
639
1057
 
640
- .h_auto {
641
- height: auto;
1058
+ .thread-ui-trs_all_150ms_ease-in-out {
1059
+ transition: all 150ms ease-in-out;
642
1060
  }
643
1061
 
644
- .max-w_1400px {
645
- max-width: 1400px;
1062
+ .thread-ui-bd-c_gray\.dark {
1063
+ border-color: var(--thread-ui-colors-gray-dark);
646
1064
  }
647
1065
 
648
- .w_48px {
649
- width: 48px;
1066
+ .thread-ui-bd-c_gray\.main {
1067
+ border-color: var(--thread-ui-colors-gray-main);
650
1068
  }
651
1069
 
652
- .h_48px {
653
- height: 48px;
1070
+ .thread-ui-bd-c_gray\.light {
1071
+ border-color: var(--thread-ui-colors-gray-light);
654
1072
  }
655
1073
 
656
- .mt_8px {
657
- margin-top: 8px;
1074
+ .thread-ui-mx_-px {
1075
+ margin-inline: -px;
658
1076
  }
659
1077
 
660
- .h_100\% {
661
- height: 100%;
1078
+ .thread-ui-bdr_m {
1079
+ border-radius: m;
662
1080
  }
663
1081
 
664
- @media screen and (min-width: 48rem) {
665
- .md\:mx_auto {
666
- margin-inline: auto;
1082
+ .thread-ui-gap_3 {
1083
+ gap: var(--thread-ui-spacing-3);
667
1084
  }
668
- .md\:column-count_3 {
669
- column-count: 3;
1085
+
1086
+ .thread-ui-gap_6 {
1087
+ gap: var(--thread-ui-spacing-6);
670
1088
  }
671
- .md\:d_none {
672
- display: none;
1089
+
1090
+ .thread-ui-gap_8 {
1091
+ gap: var(--thread-ui-spacing-8);
673
1092
  }
674
- .md\:d_block {
675
- display: block;
1093
+
1094
+ .thread-ui-gap_12 {
1095
+ gap: var(--thread-ui-spacing-12);
676
1096
  }
677
- .md\:grid-tc_repeat\(1\,_minmax\(0\,_1fr\)\) {
678
- grid-template-columns: repeat(1, minmax(0, 1fr));
1097
+
1098
+ .thread-ui-gap_2 {
1099
+ gap: var(--thread-ui-spacing-2);
679
1100
  }
680
- .md\:grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
681
- grid-template-columns: repeat(2, minmax(0, 1fr));
1101
+
1102
+ .thread-ui-gap_1 {
1103
+ gap: var(--thread-ui-spacing-1);
682
1104
  }
683
- .md\:grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
684
- grid-template-columns: repeat(3, minmax(0, 1fr));
1105
+
1106
+ .thread-ui-d_flex {
1107
+ display: flex;
685
1108
  }
686
- .md\:max-w_var\(--max-width\,_none\) {
687
- max-width: var(--max-width, none);
1109
+
1110
+ .thread-ui-flex-d_column {
1111
+ flex-direction: column;
688
1112
  }
689
- .md\:pt_2rem {
690
- padding-top: 2rem;
1113
+
1114
+ .thread-ui-jc_start {
1115
+ justify-content: start;
691
1116
  }
692
- .md\:pb_2rem {
693
- padding-bottom: 2rem;
1117
+
1118
+ .thread-ui-ai_center {
1119
+ align-items: center;
694
1120
  }
695
- .md\:max-w_800px {
696
- max-width: 800px;
1121
+
1122
+ .thread-ui-d_block {
1123
+ display: block;
697
1124
  }
1125
+
1126
+ .thread-ui-as_flex-start {
1127
+ align-self: flex-start;
698
1128
  }
699
1129
 
700
- @media screen and (min-width: 64rem) {
701
- .lg\:flex_none {
702
- flex: none;
1130
+ .thread-ui-c_primary\.dark {
1131
+ color: var(--thread-ui-colors-primary-dark);
703
1132
  }
704
- .lg\:gap_20px {
705
- gap: 20px;
1133
+
1134
+ .thread-ui-bg-c_gray\.light {
1135
+ background-color: var(--thread-ui-colors-gray-light);
706
1136
  }
707
- .lg\:gap_1\.5rem {
708
- gap: 1.5rem;
1137
+
1138
+ .thread-ui-resize_vertical {
1139
+ resize: vertical;
709
1140
  }
710
- .lg\:column-count_4 {
711
- column-count: 4;
1141
+
1142
+ .thread-ui-jc_center {
1143
+ justify-content: center;
712
1144
  }
713
- .lg\:flex-d_row-reverse {
714
- flex-direction: row-reverse;
1145
+
1146
+ .thread-ui-flex-d_row {
1147
+ flex-direction: row;
715
1148
  }
716
- .lg\:flex-d_row {
717
- flex-direction: row;
1149
+
1150
+ .thread-ui-bg-c_black {
1151
+ background-color: var(--thread-ui-colors-black);
718
1152
  }
719
- .lg\:grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
720
- grid-template-columns: repeat(3, minmax(0, 1fr));
1153
+
1154
+ .thread-ui-c_text\.standard {
1155
+ color: var(--thread-ui-colors-text-standard);
721
1156
  }
722
- .lg\:grid-tc_repeat\(4\,_minmax\(0\,_1fr\)\) {
723
- grid-template-columns: repeat(4, minmax(0, 1fr));
1157
+
1158
+ .thread-ui-column-count_2 {
1159
+ column-count: 2;
724
1160
  }
725
- .lg\:grid-tc_repeat\(5\,_minmax\(0\,_1fr\)\) {
726
- grid-template-columns: repeat(5, minmax(0, 1fr));
1161
+
1162
+ .thread-ui-cg_8px {
1163
+ column-gap: 8px;
727
1164
  }
728
- .lg\:grid-tc_repeat\(6\,_minmax\(0\,_1fr\)\) {
729
- grid-template-columns: repeat(6, minmax(0, 1fr));
1165
+
1166
+ .thread-ui-d_inline-block {
1167
+ display: inline-block;
730
1168
  }
731
- .lg\:max-w_none {
732
- max-width: none;
1169
+
1170
+ .thread-ui-pos_relative {
1171
+ position: relative;
733
1172
  }
734
- .lg\:pt_1\.5rem {
735
- padding-top: 1.5rem;
1173
+
1174
+ .thread-ui-d_block\! {
1175
+ display: block !important;
736
1176
  }
737
- .lg\:pb_1\.5rem {
738
- padding-bottom: 1.5rem;
1177
+
1178
+ .thread-ui-d_none\! {
1179
+ display: none !important;
739
1180
  }
740
- .lg\:w_66\.666667\% {
741
- width: 66.666667%;
1181
+
1182
+ .thread-ui-ai_stretch {
1183
+ align-items: stretch;
1184
+ }
1185
+
1186
+ .thread-ui-flex-d_column-reverse {
1187
+ flex-direction: column-reverse;
1188
+ }
1189
+
1190
+ .thread-ui-bg-c_background {
1191
+ background-color: var(--thread-ui-colors-background);
1192
+ }
1193
+
1194
+ .thread-ui-cursor_pointer {
1195
+ cursor: pointer;
1196
+ }
1197
+
1198
+ .thread-ui-jc_flex-start {
1199
+ justify-content: flex-start;
1200
+ }
1201
+
1202
+ .thread-ui-tov_ellipsis {
1203
+ text-overflow: ellipsis;
1204
+ }
1205
+
1206
+ .thread-ui-white-space_nowrap {
1207
+ white-space: nowrap;
1208
+ }
1209
+
1210
+ .thread-ui-fs_0\.875rem {
1211
+ font-size: 0.875rem;
1212
+ }
1213
+
1214
+ .thread-ui-lh_1\.25rem {
1215
+ line-height: 1.25rem;
1216
+ }
1217
+
1218
+ .thread-ui-pos_sticky {
1219
+ position: sticky;
1220
+ }
1221
+
1222
+ .thread-ui-z_40 {
1223
+ z-index: 40;
1224
+ }
1225
+
1226
+ .thread-ui-cg_20px {
1227
+ column-gap: 20px;
1228
+ }
1229
+
1230
+ .thread-ui-jc_space-between {
1231
+ justify-content: space-between;
1232
+ }
1233
+
1234
+ .thread-ui-anim-dur_300ms {
1235
+ animation-duration: 300ms;
1236
+ }
1237
+
1238
+ .thread-ui-anim-tmf_linear {
1239
+ animation-timing-function: var(--thread-ui-easings-linear);
1240
+ }
1241
+
1242
+ .thread-ui-pos_absolute {
1243
+ position: absolute;
1244
+ }
1245
+
1246
+ .thread-ui-cg_24px {
1247
+ column-gap: 24px;
1248
+ }
1249
+
1250
+ .thread-ui-trs-prop_0 {
1251
+ --transition-prop: 0;
1252
+ transition-property: 0;
1253
+ }
1254
+
1255
+ .thread-ui-trs-dur_300ms {
1256
+ --transition-duration: 300ms;
1257
+ transition-duration: 300ms;
1258
+ }
1259
+
1260
+ .thread-ui-trs-tmf_linear {
1261
+ --transition-easing: var(--thread-ui-easings-linear);
1262
+ transition-timing-function: var(--thread-ui-easings-linear);
1263
+ }
1264
+
1265
+ .thread-ui-vis_visible {
1266
+ visibility: visible;
1267
+ }
1268
+
1269
+ .thread-ui-op_1 {
1270
+ opacity: 1;
1271
+ }
1272
+
1273
+ .thread-ui-trf_translateY\(0\) {
1274
+ transform: translateY(0);
1275
+ }
1276
+
1277
+ .thread-ui-trf_translateY\(2\.5rem\) {
1278
+ transform: translateY(2.5rem);
1279
+ }
1280
+
1281
+ .thread-ui-op_0 {
1282
+ opacity: 0;
1283
+ }
1284
+
1285
+ .thread-ui-vis_hidden {
1286
+ visibility: hidden;
1287
+ }
1288
+
1289
+ .thread-ui-jc_flex-center {
1290
+ justify-content: flex-center;
1291
+ }
1292
+
1293
+ .thread-ui-ring-o_2px {
1294
+ outline-offset: 2px;
1295
+ }
1296
+
1297
+ .thread-ui-bg-c_gray\.dark {
1298
+ background-color: var(--thread-ui-colors-gray-dark);
1299
+ }
1300
+
1301
+ .thread-ui-trs-prop_color\,_background-color\,_border-color\,_text-decoration-color\,_fill\,_stroke\,_opacity\,_box-shadow\,_transform\,_filter\,_backdrop-filter {
1302
+ --transition-prop: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1303
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
742
1304
  }
743
- .lg\:w_41\.666667\% {
1305
+
1306
+ .thread-ui-trs-tmf_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\) {
1307
+ --transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
1308
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1309
+ }
1310
+
1311
+ .thread-ui-trf_translate\(0\,_0\.324rem\)_rotate\(45deg\) {
1312
+ transform: translate(0, 0.324rem) rotate(45deg);
1313
+ }
1314
+
1315
+ .thread-ui-trf_translate\(0\,_-0\.324rem\)_rotate\(-45deg\) {
1316
+ transform: translate(0, -0.324rem) rotate(-45deg);
1317
+ }
1318
+
1319
+ .thread-ui-bg-c_surface {
1320
+ background-color: var(--thread-ui-colors-surface);
1321
+ }
1322
+
1323
+ .thread-ui-bg-c_elevated {
1324
+ background-color: var(--thread-ui-colors-elevated);
1325
+ }
1326
+
1327
+ .thread-ui-bx-sh_0_1px_2px_0_rgb\(0_0_0_\/_0\.05\) {
1328
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1329
+ }
1330
+
1331
+ .thread-ui-bx-sh_none {
1332
+ box-shadow: none;
1333
+ }
1334
+
1335
+ .thread-ui-bg-c_structure {
1336
+ background-color: var(--thread-ui-colors-structure);
1337
+ }
1338
+
1339
+ .thread-ui-d_grid {
1340
+ display: grid;
1341
+ }
1342
+
1343
+ .thread-ui-c_text\.inverted {
1344
+ color: var(--thread-ui-colors-text-inverted);
1345
+ }
1346
+
1347
+ .thread-ui-bg-c_primary\.main {
1348
+ background-color: var(--thread-ui-colors-primary-main);
1349
+ }
1350
+
1351
+ .thread-ui-d_none {
1352
+ display: none;
1353
+ }
1354
+
1355
+ .thread-ui-c_inherit {
1356
+ color: inherit;
1357
+ }
1358
+
1359
+ .thread-ui-li-t_none {
1360
+ list-style-type: none;
1361
+ }
1362
+
1363
+ .thread-ui-d_inline-flex {
1364
+ display: inline-flex;
1365
+ }
1366
+
1367
+ .thread-ui-fw_500 {
1368
+ font-weight: 500;
1369
+ }
1370
+
1371
+ .thread-ui-pos_static {
1372
+ position: static;
1373
+ }
1374
+
1375
+ .thread-ui-trf_translateX\(-50\%\) {
1376
+ transform: translateX(-50%);
1377
+ }
1378
+
1379
+ .thread-ui-z_10 {
1380
+ z-index: 10;
1381
+ }
1382
+
1383
+ .thread-ui-bdr-ss_lg {
1384
+ border-start-start-radius: var(--thread-ui-radii-lg);
1385
+ }
1386
+
1387
+ .thread-ui-bdr-es_lg {
1388
+ border-end-start-radius: var(--thread-ui-radii-lg);
1389
+ }
1390
+
1391
+ .thread-ui-bdr-se_lg {
1392
+ border-start-end-radius: var(--thread-ui-radii-lg);
1393
+ }
1394
+
1395
+ .thread-ui-bdr-ee_lg {
1396
+ border-end-end-radius: var(--thread-ui-radii-lg);
1397
+ }
1398
+
1399
+ .thread-ui-ta_center {
1400
+ text-align: center;
1401
+ }
1402
+
1403
+ .thread-ui-fs_sm {
1404
+ font-size: var(--thread-ui-font-sizes-sm);
1405
+ }
1406
+
1407
+ .thread-ui-ap_none {
1408
+ appearance: none;
1409
+ -webkit-appearance: none;
1410
+ }
1411
+
1412
+ .thread-ui--moz-appearance_textfield {
1413
+ -moz-appearance: textfield;
1414
+ }
1415
+
1416
+ .thread-ui-as_start {
1417
+ align-self: start;
1418
+ }
1419
+
1420
+ .thread-ui-cg_2 {
1421
+ column-gap: var(--thread-ui-spacing-2);
1422
+ }
1423
+
1424
+ .thread-ui-cg_3 {
1425
+ column-gap: var(--thread-ui-spacing-3);
1426
+ }
1427
+
1428
+ .thread-ui-w_100\% {
1429
+ width: 100%;
1430
+ }
1431
+
1432
+ .thread-ui-pb_4px {
1433
+ padding-bottom: 4px;
1434
+ }
1435
+
1436
+ .thread-ui-mb_2 {
1437
+ margin-bottom: var(--thread-ui-spacing-2);
1438
+ }
1439
+
1440
+ .thread-ui-w_auto {
1441
+ width: auto;
1442
+ }
1443
+
1444
+ .thread-ui-min-h_100px {
1445
+ min-height: 100px;
1446
+ }
1447
+
1448
+ .thread-ui-mr_auto {
1449
+ margin-right: auto;
1450
+ }
1451
+
1452
+ .thread-ui-ml_auto {
1453
+ margin-left: auto;
1454
+ }
1455
+
1456
+ .thread-ui-max-w_none {
1457
+ max-width: none;
1458
+ }
1459
+
1460
+ .thread-ui-pr_2rem {
1461
+ padding-right: 2rem;
1462
+ }
1463
+
1464
+ .thread-ui-pl_2rem {
1465
+ padding-left: 2rem;
1466
+ }
1467
+
1468
+ .thread-ui-pt_2\.5rem {
1469
+ padding-top: 2.5rem;
1470
+ }
1471
+
1472
+ .thread-ui-pb_2\.5rem {
1473
+ padding-bottom: 2.5rem;
1474
+ }
1475
+
1476
+ .thread-ui-mb_1\.5rem {
1477
+ margin-bottom: 1.5rem;
1478
+ }
1479
+
1480
+ .thread-ui-h_auto {
1481
+ height: auto;
1482
+ }
1483
+
1484
+ .thread-ui-max-w_1400px {
1485
+ max-width: 1400px;
1486
+ }
1487
+
1488
+ .thread-ui-max-w_1280px {
1489
+ max-width: 1280px;
1490
+ }
1491
+
1492
+ .thread-ui-mt_8px {
1493
+ margin-top: 8px;
1494
+ }
1495
+
1496
+ .thread-ui-mt_36px {
1497
+ margin-top: 36px;
1498
+ }
1499
+
1500
+ .thread-ui-w_48px {
1501
+ width: 48px;
1502
+ }
1503
+
1504
+ .thread-ui-h_48px {
1505
+ height: 48px;
1506
+ }
1507
+
1508
+ .thread-ui-h_100\% {
1509
+ height: 100%;
1510
+ }
1511
+
1512
+ .thread-ui-mt_0\.75rem {
1513
+ margin-top: 0.75rem;
1514
+ }
1515
+
1516
+ .thread-ui-mb_0\.75rem {
1517
+ margin-bottom: 0.75rem;
1518
+ }
1519
+
1520
+ .thread-ui-max-h_15rem {
1521
+ max-height: 15rem;
1522
+ }
1523
+
1524
+ .thread-ui-w_391px {
1525
+ width: 391px;
1526
+ }
1527
+
1528
+ .thread-ui-h_241px {
1529
+ height: 241px;
1530
+ }
1531
+
1532
+ .thread-ui-h_83\.333333\% {
1533
+ height: 83.333333%;
1534
+ }
1535
+
1536
+ .thread-ui-min-h_100\% {
1537
+ min-height: 100%;
1538
+ }
1539
+
1540
+ .thread-ui-min-w_100\% {
1541
+ min-width: 100%;
1542
+ }
1543
+
1544
+ .thread-ui-h_16\.666667\% {
1545
+ height: 16.666667%;
1546
+ }
1547
+
1548
+ .thread-ui-pr_0\.25rem {
1549
+ padding-right: 0.25rem;
1550
+ }
1551
+
1552
+ .thread-ui-w_83\% {
1553
+ width: 83%;
1554
+ }
1555
+
1556
+ .thread-ui-max-w_576px {
1557
+ max-width: 576px;
1558
+ }
1559
+
1560
+ .thread-ui-max-w_672px {
1561
+ max-width: 672px;
1562
+ }
1563
+
1564
+ .thread-ui-max-w_896px {
1565
+ max-width: 896px;
1566
+ }
1567
+
1568
+ .thread-ui-max-w_16rem {
1569
+ max-width: 16rem;
1570
+ }
1571
+
1572
+ .thread-ui-w_9\/12 {
1573
+ width: 75%;
1574
+ }
1575
+
1576
+ .thread-ui-w_10\/12 {
1577
+ width: 83.333333%;
1578
+ }
1579
+
1580
+ .thread-ui-max-h_300px {
1581
+ max-height: 300px;
1582
+ }
1583
+
1584
+ .thread-ui-ov-y_auto {
1585
+ overflow-y: auto;
1586
+ }
1587
+
1588
+ .thread-ui-top_0px {
1589
+ top: 0px;
1590
+ }
1591
+
1592
+ .thread-ui-h_80px {
1593
+ height: 80px;
1594
+ }
1595
+
1596
+ .thread-ui-bd-b-w_1px {
1597
+ border-bottom-width: 1px;
1598
+ }
1599
+
1600
+ .thread-ui-bd-b-c_structure {
1601
+ border-bottom-color: var(--thread-ui-colors-structure);
1602
+ }
1603
+
1604
+ .thread-ui-pr_32px {
1605
+ padding-right: 32px;
1606
+ }
1607
+
1608
+ .thread-ui-pl_32px {
1609
+ padding-left: 32px;
1610
+ }
1611
+
1612
+ .thread-ui-top_100\% {
1613
+ top: 100%;
1614
+ }
1615
+
1616
+ .thread-ui-left_0px {
1617
+ left: 0px;
1618
+ }
1619
+
1620
+ .thread-ui-pt_32px {
1621
+ padding-top: 32px;
1622
+ }
1623
+
1624
+ .thread-ui-pb_32px {
1625
+ padding-bottom: 32px;
1626
+ }
1627
+
1628
+ .thread-ui-pl_20px {
1629
+ padding-left: 20px;
1630
+ }
1631
+
1632
+ .thread-ui-pr_20px {
1633
+ padding-right: 20px;
1634
+ }
1635
+
1636
+ .thread-ui-bd-l-w_1px {
1637
+ border-left-width: 1px;
1638
+ }
1639
+
1640
+ .thread-ui-bd-l-c_gray\.main {
1641
+ border-left-color: var(--thread-ui-colors-gray-main);
1642
+ }
1643
+
1644
+ .thread-ui-pl_12px {
1645
+ padding-left: 12px;
1646
+ }
1647
+
1648
+ .thread-ui-pt_12px {
1649
+ padding-top: 12px;
1650
+ }
1651
+
1652
+ .thread-ui-pb_12px {
1653
+ padding-bottom: 12px;
1654
+ }
1655
+
1656
+ .thread-ui-h_2px {
1657
+ height: 2px;
1658
+ }
1659
+
1660
+ .thread-ui-w_24px {
1661
+ width: 24px;
1662
+ }
1663
+
1664
+ .thread-ui-w_16px {
1665
+ width: 16px;
1666
+ }
1667
+
1668
+ .thread-ui-mr_32px {
1669
+ margin-right: 32px;
1670
+ }
1671
+
1672
+ .thread-ui-max-w_850px {
1673
+ max-width: 850px;
1674
+ }
1675
+
1676
+ .thread-ui-max-w_600px {
1677
+ max-width: 600px;
1678
+ }
1679
+
1680
+ .thread-ui-mb_1 {
1681
+ margin-bottom: var(--thread-ui-spacing-1);
1682
+ }
1683
+
1684
+ .thread-ui-mb_3 {
1685
+ margin-bottom: var(--thread-ui-spacing-3);
1686
+ }
1687
+
1688
+ .thread-ui-h_0\.5px {
1689
+ height: 0.5px;
1690
+ }
1691
+
1692
+ .thread-ui-h_1px {
1693
+ height: 1px;
1694
+ }
1695
+
1696
+ .thread-ui-w_75\% {
1697
+ width: 75%;
1698
+ }
1699
+
1700
+ .thread-ui-w_fit-content {
1701
+ width: fit-content;
1702
+ }
1703
+
1704
+ .thread-ui-w_calc\(100\%_\+_32px\) {
1705
+ width: calc(100% + 32px);
1706
+ }
1707
+
1708
+ .thread-ui-h_0px {
1709
+ height: 0px;
1710
+ }
1711
+
1712
+ .thread-ui-left_50\% {
1713
+ left: 50%;
1714
+ }
1715
+
1716
+ .thread-ui-bottom_-0px {
1717
+ bottom: -0px;
1718
+ }
1719
+
1720
+ .thread-ui-top_0 {
1721
+ top: var(--thread-ui-spacing-0);
1722
+ }
1723
+
1724
+ .thread-ui-min-h_25 {
1725
+ min-height: 25px;
1726
+ }
1727
+
1728
+ .thread-ui-min-h_250 {
1729
+ min-height: 250px;
1730
+ }
1731
+
1732
+ .thread-ui-h_11 {
1733
+ height: var(--thread-ui-sizes-11);
1734
+ }
1735
+
1736
+ .thread-ui-w_16 {
1737
+ width: var(--thread-ui-sizes-16);
1738
+ }
1739
+
1740
+ .thread-ui-mt_2 {
1741
+ margin-top: var(--thread-ui-spacing-2);
1742
+ }
1743
+
1744
+ .thread-ui-mt_3 {
1745
+ margin-top: var(--thread-ui-spacing-3);
1746
+ }
1747
+
1748
+ .dark .dark\:thread-ui-bg-c_surface {
1749
+ background-color: var(--thread-ui-colors-surface);
1750
+ }
1751
+
1752
+ .\[\&\:\:-webkit-outer-spin-button\]\:thread-ui-ap_none::-webkit-outer-spin-button,.\[\&\:\:-webkit-inner-spin-button\]\:thread-ui-ap_none::-webkit-inner-spin-button {
1753
+ appearance: none;
1754
+ -webkit-appearance: none;
1755
+ }
1756
+
1757
+ .\[\&_input\]\:thread-ui--moz-appearance_textfield input {
1758
+ -moz-appearance: textfield;
1759
+ }
1760
+
1761
+ .focus\:thread-ui-ring_none:is(:focus, [data-focus]) {
1762
+ outline: var(--thread-ui-borders-none);
1763
+ }
1764
+
1765
+ .focus\:thread-ui-bd-c_transparent:is(:focus, [data-focus]) {
1766
+ border-color: var(--thread-ui-colors-transparent);
1767
+ }
1768
+
1769
+ .focus\:thread-ui-bd-c_blue\.500:is(:focus, [data-focus]) {
1770
+ border-color: var(--thread-ui-colors-blue-500);
1771
+ }
1772
+
1773
+ .focus\:thread-ui-bx-sh_0_0_0_2px_\{colors\.blue\.500\}:is(:focus, [data-focus]) {
1774
+ box-shadow: 0 0 0 2px var(--thread-ui-colors-blue-500);
1775
+ }
1776
+
1777
+ .focus\:thread-ui-ring-c_gray\.100:is(:focus, [data-focus]) {
1778
+ outline-color: var(--thread-ui-colors-gray-100);
1779
+ }
1780
+
1781
+ .focus\:thread-ui-ring-c_blue\.500:is(:focus, [data-focus]) {
1782
+ outline-color: var(--thread-ui-colors-blue-500);
1783
+ }
1784
+
1785
+ .focus\:thread-ui-z_1:is(:focus, [data-focus]) {
1786
+ z-index: 1;
1787
+ }
1788
+
1789
+ .hover\:thread-ui-bd-c_primary\.main:is(:hover, [data-hover]) {
1790
+ border-color: var(--thread-ui-colors-primary-main);
1791
+ }
1792
+
1793
+ .hover\:thread-ui-bd-c_secondary\.main:is(:hover, [data-hover]) {
1794
+ border-color: var(--thread-ui-colors-secondary-main);
1795
+ }
1796
+
1797
+ .hover\:thread-ui-bd-c_tertiary\.main:is(:hover, [data-hover]) {
1798
+ border-color: var(--thread-ui-colors-tertiary-main);
1799
+ }
1800
+
1801
+ .hover\:thread-ui-bd-c_gray\.main:is(:hover, [data-hover]) {
1802
+ border-color: var(--thread-ui-colors-gray-main);
1803
+ }
1804
+
1805
+ .hover\:thread-ui-bd-c_success\.main:is(:hover, [data-hover]) {
1806
+ border-color: var(--thread-ui-colors-success-main);
1807
+ }
1808
+
1809
+ .hover\:thread-ui-bd-c_error\.main:is(:hover, [data-hover]) {
1810
+ border-color: var(--thread-ui-colors-error-main);
1811
+ }
1812
+
1813
+ .hover\:thread-ui-bd-c_info\.main:is(:hover, [data-hover]) {
1814
+ border-color: var(--thread-ui-colors-info-main);
1815
+ }
1816
+
1817
+ .hover\:thread-ui-bd-c_text\.standard:is(:hover, [data-hover]) {
1818
+ border-color: var(--thread-ui-colors-text-standard);
1819
+ }
1820
+
1821
+ .hover\:thread-ui-bd-c_white:is(:hover, [data-hover]) {
1822
+ border-color: var(--thread-ui-colors-white);
1823
+ }
1824
+
1825
+ .hover\:thread-ui-bg-c_primary\.main:is(:hover, [data-hover]) {
1826
+ background-color: var(--thread-ui-colors-primary-main);
1827
+ }
1828
+
1829
+ .hover\:thread-ui-c_background:is(:hover, [data-hover]) {
1830
+ color: var(--thread-ui-colors-background);
1831
+ }
1832
+
1833
+ .hover\:thread-ui-bg-c_secondary\.main:is(:hover, [data-hover]) {
1834
+ background-color: var(--thread-ui-colors-secondary-main);
1835
+ }
1836
+
1837
+ .hover\:thread-ui-bg-c_tertiary\.main:is(:hover, [data-hover]) {
1838
+ background-color: var(--thread-ui-colors-tertiary-main);
1839
+ }
1840
+
1841
+ .hover\:thread-ui-bg-c_gray\.main:is(:hover, [data-hover]) {
1842
+ background-color: var(--thread-ui-colors-gray-main);
1843
+ }
1844
+
1845
+ .hover\:thread-ui-bg-c_success\.main:is(:hover, [data-hover]) {
1846
+ background-color: var(--thread-ui-colors-success-main);
1847
+ }
1848
+
1849
+ .hover\:thread-ui-bg-c_error\.main:is(:hover, [data-hover]) {
1850
+ background-color: var(--thread-ui-colors-error-main);
1851
+ }
1852
+
1853
+ .hover\:thread-ui-bg-c_info\.main:is(:hover, [data-hover]) {
1854
+ background-color: var(--thread-ui-colors-info-main);
1855
+ }
1856
+
1857
+ .hover\:thread-ui-bg-c_text\.standard:is(:hover, [data-hover]) {
1858
+ background-color: var(--thread-ui-colors-text-standard);
1859
+ }
1860
+
1861
+ .hover\:thread-ui-bg-c_black:is(:hover, [data-hover]) {
1862
+ background-color: var(--thread-ui-colors-black);
1863
+ }
1864
+
1865
+ .hover\:thread-ui-bg-c_surface:is(:hover, [data-hover]) {
1866
+ background-color: var(--thread-ui-colors-surface);
1867
+ }
1868
+
1869
+ .hover\:thread-ui-c_primary\.main:is(:hover, [data-hover]) {
1870
+ color: var(--thread-ui-colors-primary-main);
1871
+ }
1872
+
1873
+ .hover\:thread-ui-bg-c_primary\.light:is(:hover, [data-hover]) {
1874
+ background-color: var(--thread-ui-colors-primary-light);
1875
+ }
1876
+
1877
+ .hover\:thread-ui-c_text\.inverted:is(:hover, [data-hover]) {
1878
+ color: var(--thread-ui-colors-text-inverted);
1879
+ }
1880
+
1881
+ .hover\:thread-ui-bg-c_elevated:is(:hover, [data-hover]) {
1882
+ background-color: var(--thread-ui-colors-elevated);
1883
+ }
1884
+
1885
+ .hover\:thread-ui-bg-c_gray\.light:is(:hover, [data-hover]) {
1886
+ background-color: var(--thread-ui-colors-gray-light);
1887
+ }
1888
+
1889
+ .hover\:thread-ui-bg-c_gray\.100:is(:hover, [data-hover]) {
1890
+ background-color: var(--thread-ui-colors-gray-100);
1891
+ }
1892
+
1893
+ @media screen and (min-width: 40rem) {
1894
+ .sm\:thread-ui-pos_static {
1895
+ position: static;
1896
+ }
1897
+ .sm\:thread-ui-h_auto {
1898
+ height: auto;
1899
+ }
1900
+ }
1901
+
1902
+ @media screen and (min-width: 48rem) {
1903
+ .thread-ui-hide_md {
1904
+ display: none;
1905
+ }
1906
+ .md\:thread-ui-mx_auto {
1907
+ margin-inline: auto;
1908
+ }
1909
+ .md\:thread-ui-px_8px {
1910
+ padding-inline: 8px;
1911
+ }
1912
+ .md\:thread-ui-column-count_3 {
1913
+ column-count: 3;
1914
+ }
1915
+ .md\:thread-ui-d_none\! {
1916
+ display: none !important;
1917
+ }
1918
+ .md\:thread-ui-d_block\! {
1919
+ display: block !important;
1920
+ }
1921
+ .md\:thread-ui-trs-prop_none {
1922
+ --transition-prop: none;
1923
+ transition-property: none;
1924
+ }
1925
+ .md\:thread-ui-grid-tc_repeat\(1\,_minmax\(0\,_1fr\)\) {
1926
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1927
+ }
1928
+ .md\:thread-ui-grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
1929
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1930
+ }
1931
+ .md\:thread-ui-grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
1932
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1933
+ }
1934
+ .md\:thread-ui-max-w_var\(--max-width\,_none\) {
1935
+ max-width: var(--max-width, none);
1936
+ }
1937
+ .md\:thread-ui-pt_2rem {
1938
+ padding-top: 2rem;
1939
+ }
1940
+ .md\:thread-ui-pb_2rem {
1941
+ padding-bottom: 2rem;
1942
+ }
1943
+ .md\:thread-ui-max-w_800px {
1944
+ max-width: 800px;
1945
+ }
1946
+ .md\:thread-ui-max-h_none {
1947
+ max-height: none;
1948
+ }
1949
+ .md\:thread-ui-ov-y_visible {
1950
+ overflow-y: visible;
1951
+ }
1952
+ .md\:thread-ui-pl_48px {
1953
+ padding-left: 48px;
1954
+ }
1955
+ .md\:thread-ui-pr_48px {
1956
+ padding-right: 48px;
1957
+ }
1958
+ .md\:thread-ui-w_50\% {
1959
+ width: 50%;
1960
+ }
1961
+ .md\:thread-ui-w_75\% {
1962
+ width: 75%;
1963
+ }
1964
+ }
1965
+
1966
+ @media screen and (min-width: 64rem) {
1967
+ .lg\:thread-ui-p_24px {
1968
+ padding: 24px;
1969
+ }
1970
+ .lg\:thread-ui-p_6 {
1971
+ padding: var(--thread-ui-spacing-6);
1972
+ }
1973
+ .lg\:thread-ui-flex_none {
1974
+ flex: none;
1975
+ }
1976
+ .lg\:thread-ui-gap_20px {
1977
+ gap: 20px;
1978
+ }
1979
+ .lg\:thread-ui-gap_0\.75rem {
1980
+ gap: 0.75rem;
1981
+ }
1982
+ .lg\:thread-ui-border-style_none {
1983
+ border-style: none;
1984
+ }
1985
+ .lg\:thread-ui-gap_1\.5rem {
1986
+ gap: 1.5rem;
1987
+ }
1988
+ .lg\:thread-ui-gap_1\.5 {
1989
+ gap: var(--thread-ui-spacing-1\.5);
1990
+ }
1991
+ .lg\:thread-ui-gap_3 {
1992
+ gap: var(--thread-ui-spacing-3);
1993
+ }
1994
+ .lg\:thread-ui-gap_4 {
1995
+ gap: var(--thread-ui-spacing-4);
1996
+ }
1997
+ .lg\:thread-ui-gap_6 {
1998
+ gap: var(--thread-ui-spacing-6);
1999
+ }
2000
+ .lg\:thread-ui-column-count_4 {
2001
+ column-count: 4;
2002
+ }
2003
+ .lg\:thread-ui-flex-d_row-reverse {
2004
+ flex-direction: row-reverse;
2005
+ }
2006
+ .lg\:thread-ui-flex-d_row {
2007
+ flex-direction: row;
2008
+ }
2009
+ .lg\:thread-ui-d_none {
2010
+ display: none;
2011
+ }
2012
+ .lg\:thread-ui-flex-d_column-reverse {
2013
+ flex-direction: column-reverse;
2014
+ }
2015
+ .lg\:thread-ui-jc_flex-start {
2016
+ justify-content: flex-start;
2017
+ }
2018
+ .lg\:thread-ui-pos_relative {
2019
+ position: relative;
2020
+ }
2021
+ .lg\:thread-ui-bg-c_transparent {
2022
+ background-color: var(--thread-ui-colors-transparent);
2023
+ }
2024
+ .lg\:thread-ui-d_flex {
2025
+ display: flex;
2026
+ }
2027
+ .lg\:thread-ui-trf_translateY\(0\) {
2028
+ transform: translateY(0);
2029
+ }
2030
+ .lg\:thread-ui-op_1 {
2031
+ opacity: 1;
2032
+ }
2033
+ .lg\:thread-ui-vis_visible {
2034
+ visibility: visible;
2035
+ }
2036
+ .lg\:thread-ui-ai_center {
2037
+ align-items: center;
2038
+ }
2039
+ .lg\:thread-ui-jc_center {
2040
+ justify-content: center;
2041
+ }
2042
+ .lg\:thread-ui-grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) {
2043
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2044
+ }
2045
+ .lg\:thread-ui-grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) {
2046
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2047
+ }
2048
+ .lg\:thread-ui-grid-tc_repeat\(4\,_minmax\(0\,_1fr\)\) {
2049
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2050
+ }
2051
+ .lg\:thread-ui-grid-tc_repeat\(5\,_minmax\(0\,_1fr\)\) {
2052
+ grid-template-columns: repeat(5, minmax(0, 1fr));
2053
+ }
2054
+ .lg\:thread-ui-grid-tc_repeat\(6\,_minmax\(0\,_1fr\)\) {
2055
+ grid-template-columns: repeat(6, minmax(0, 1fr));
2056
+ }
2057
+ .lg\:thread-ui-d_block {
2058
+ display: block;
2059
+ }
2060
+ .lg\:thread-ui-max-w_none {
2061
+ max-width: none;
2062
+ }
2063
+ .lg\:thread-ui-pt_1\.5rem {
2064
+ padding-top: 1.5rem;
2065
+ }
2066
+ .lg\:thread-ui-pb_1\.5rem {
2067
+ padding-bottom: 1.5rem;
2068
+ }
2069
+ .lg\:thread-ui-w_66\.666667\% {
2070
+ width: 66.666667%;
2071
+ }
2072
+ .lg\:thread-ui-w_41\.666667\% {
744
2073
  width: 41.666667%;
745
2074
  }
746
- .lg\:max-w_1400px {
2075
+ .lg\:thread-ui-max-w_1400px {
747
2076
  max-width: 1400px;
2077
+ }
2078
+ .lg\:thread-ui-w_4\/12 {
2079
+ width: 33.333333%;
2080
+ }
2081
+ .lg\:thread-ui-mt_0\.75rem {
2082
+ margin-top: 0.75rem;
2083
+ }
2084
+ .lg\:thread-ui-w_7\/12 {
2085
+ width: 58.333333%;
2086
+ }
2087
+ .lg\:thread-ui-max-h_500px {
2088
+ max-height: 500px;
2089
+ }
2090
+ .lg\:thread-ui-ov-y_scroll {
2091
+ overflow-y: scroll;
2092
+ }
2093
+ .lg\:thread-ui-top_0px {
2094
+ top: 0px;
2095
+ }
2096
+ .lg\:thread-ui-pt_0px {
2097
+ padding-top: 0px;
2098
+ }
2099
+ .lg\:thread-ui-pb_0px {
2100
+ padding-bottom: 0px;
2101
+ }
2102
+ .lg\:thread-ui-pl_0px {
2103
+ padding-left: 0px;
2104
+ }
2105
+ .lg\:thread-ui-pr_0px {
2106
+ padding-right: 0px;
2107
+ }
2108
+ .lg\:thread-ui-w_max-content {
2109
+ width: max-content;
2110
+ }
2111
+ .lg\:thread-ui-w_100\% {
2112
+ width: 100%;
2113
+ }
2114
+ .lg\:thread-ui-w_175px {
2115
+ width: 175px;
2116
+ }
2117
+ .lg\:thread-ui-w_95\% {
2118
+ width: 95%;
2119
+ }
2120
+ .lg\:thread-ui-w_75\%\% {
2121
+ width: 75%%;
2122
+ }
2123
+ .lg\:thread-ui-h_2\.5rem {
2124
+ height: 2.5rem;
2125
+ }
2126
+ .lg\:thread-ui-w_fit-content {
2127
+ width: fit-content;
2128
+ }
2129
+ .lg\:thread-ui-h_30px {
2130
+ height: 30px;
2131
+ }
2132
+ .lg\:thread-ui-bottom_-30px {
2133
+ bottom: -30px;
2134
+ }
2135
+ .lg\:thread-ui-top_calc\(100\%_\+_30px\) {
2136
+ top: calc(100% + 30px);
2137
+ }
2138
+ }
2139
+
2140
+ @media screen and (max-width: 47.9975rem) {
2141
+ .thread-ui-show_md {
2142
+ display: none;
748
2143
  }
749
2144
  }
750
2145
  }