@upstart.gg/style-system 0.0.36 → 0.0.37

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.
package/dist/colors.d.ts CHANGED
@@ -1,251 +1,292 @@
1
- declare const colors: {
2
- inherit: string;
3
- current: string;
4
- transparent: string;
5
- black: string;
6
- white: string;
7
- "slate-50": string;
8
- "slate-100": string;
9
- "slate-200": string;
10
- "slate-300": string;
11
- "slate-400": string;
12
- "slate-500": string;
13
- "slate-600": string;
14
- "slate-700": string;
15
- "slate-800": string;
16
- "slate-900": string;
17
- "slate-950": string;
18
- "gray-50": string;
19
- "gray-100": string;
20
- "gray-200": string;
21
- "gray-300": string;
22
- "gray-400": string;
23
- "gray-500": string;
24
- "gray-600": string;
25
- "gray-700": string;
26
- "gray-800": string;
27
- "gray-900": string;
28
- "gray-950": string;
29
- "zinc-50": string;
30
- "zinc-100": string;
31
- "zinc-200": string;
32
- "zinc-300": string;
33
- "zinc-400": string;
34
- "zinc-500": string;
35
- "zinc-600": string;
36
- "zinc-700": string;
37
- "zinc-800": string;
38
- "zinc-900": string;
39
- "zinc-950": string;
40
- "neutral-50": string;
41
- "neutral-100": string;
42
- "neutral-200": string;
43
- "neutral-300": string;
44
- "neutral-400": string;
45
- "neutral-500": string;
46
- "neutral-600": string;
47
- "neutral-700": string;
48
- "neutral-800": string;
49
- "neutral-900": string;
50
- "neutral-950": string;
51
- "stone-50": string;
52
- "stone-100": string;
53
- "stone-200": string;
54
- "stone-300": string;
55
- "stone-400": string;
56
- "stone-500": string;
57
- "stone-600": string;
58
- "stone-700": string;
59
- "stone-800": string;
60
- "stone-900": string;
61
- "stone-950": string;
62
- "red-50": string;
63
- "red-100": string;
64
- "red-200": string;
65
- "red-300": string;
66
- "red-400": string;
67
- "red-500": string;
68
- "red-600": string;
69
- "red-700": string;
70
- "red-800": string;
71
- "red-900": string;
72
- "red-950": string;
73
- "orange-50": string;
74
- "orange-100": string;
75
- "orange-200": string;
76
- "orange-300": string;
77
- "orange-400": string;
78
- "orange-500": string;
79
- "orange-600": string;
80
- "orange-700": string;
81
- "orange-800": string;
82
- "orange-900": string;
83
- "orange-950": string;
84
- "amber-50": string;
85
- "amber-100": string;
86
- "amber-200": string;
87
- "amber-300": string;
88
- "amber-400": string;
89
- "amber-500": string;
90
- "amber-600": string;
91
- "amber-700": string;
92
- "amber-800": string;
93
- "amber-900": string;
94
- "amber-950": string;
95
- "yellow-50": string;
96
- "yellow-100": string;
97
- "yellow-200": string;
98
- "yellow-300": string;
99
- "yellow-400": string;
100
- "yellow-500": string;
101
- "yellow-600": string;
102
- "yellow-700": string;
103
- "yellow-800": string;
104
- "yellow-900": string;
105
- "yellow-950": string;
106
- "lime-50": string;
107
- "lime-100": string;
108
- "lime-200": string;
109
- "lime-300": string;
110
- "lime-400": string;
111
- "lime-500": string;
112
- "lime-600": string;
113
- "lime-700": string;
114
- "lime-800": string;
115
- "lime-900": string;
116
- "lime-950": string;
117
- "green-50": string;
118
- "green-100": string;
119
- "green-200": string;
120
- "green-300": string;
121
- "green-400": string;
122
- "green-500": string;
123
- "green-600": string;
124
- "green-700": string;
125
- "green-800": string;
126
- "green-900": string;
127
- "green-950": string;
128
- "emerald-50": string;
129
- "emerald-100": string;
130
- "emerald-200": string;
131
- "emerald-300": string;
132
- "emerald-400": string;
133
- "emerald-500": string;
134
- "emerald-600": string;
135
- "emerald-700": string;
136
- "emerald-800": string;
137
- "emerald-900": string;
138
- "emerald-950": string;
139
- "teal-50": string;
140
- "teal-100": string;
141
- "teal-200": string;
142
- "teal-300": string;
143
- "teal-400": string;
144
- "teal-500": string;
145
- "teal-600": string;
146
- "teal-700": string;
147
- "teal-800": string;
148
- "teal-900": string;
149
- "teal-950": string;
150
- "cyan-50": string;
151
- "cyan-100": string;
152
- "cyan-200": string;
153
- "cyan-300": string;
154
- "cyan-400": string;
155
- "cyan-500": string;
156
- "cyan-600": string;
157
- "cyan-700": string;
158
- "cyan-800": string;
159
- "cyan-900": string;
160
- "cyan-950": string;
161
- "sky-50": string;
162
- "sky-100": string;
163
- "sky-200": string;
164
- "sky-300": string;
165
- "sky-400": string;
166
- "sky-500": string;
167
- "sky-600": string;
168
- "sky-700": string;
169
- "sky-800": string;
170
- "sky-900": string;
171
- "sky-950": string;
172
- "blue-50": string;
173
- "blue-100": string;
174
- "blue-200": string;
175
- "blue-300": string;
176
- "blue-400": string;
177
- "blue-500": string;
178
- "blue-600": string;
179
- "blue-700": string;
180
- "blue-800": string;
181
- "blue-900": string;
182
- "blue-950": string;
183
- "indigo-50": string;
184
- "indigo-100": string;
185
- "indigo-200": string;
186
- "indigo-300": string;
187
- "indigo-400": string;
188
- "indigo-500": string;
189
- "indigo-600": string;
190
- "indigo-700": string;
191
- "indigo-800": string;
192
- "indigo-900": string;
193
- "indigo-950": string;
194
- "violet-50": string;
195
- "violet-100": string;
196
- "violet-200": string;
197
- "violet-300": string;
198
- "violet-400": string;
199
- "violet-500": string;
200
- "violet-600": string;
201
- "violet-700": string;
202
- "violet-800": string;
203
- "violet-900": string;
204
- "violet-950": string;
205
- "purple-50": string;
206
- "purple-100": string;
207
- "purple-200": string;
208
- "purple-300": string;
209
- "purple-400": string;
210
- "purple-500": string;
211
- "purple-600": string;
212
- "purple-700": string;
213
- "purple-800": string;
214
- "purple-900": string;
215
- "purple-950": string;
216
- "fuchsia-50": string;
217
- "fuchsia-100": string;
218
- "fuchsia-200": string;
219
- "fuchsia-300": string;
220
- "fuchsia-400": string;
221
- "fuchsia-500": string;
222
- "fuchsia-600": string;
223
- "fuchsia-700": string;
224
- "fuchsia-800": string;
225
- "fuchsia-900": string;
226
- "fuchsia-950": string;
227
- "pink-50": string;
228
- "pink-100": string;
229
- "pink-200": string;
230
- "pink-300": string;
231
- "pink-400": string;
232
- "pink-500": string;
233
- "pink-600": string;
234
- "pink-700": string;
235
- "pink-800": string;
236
- "pink-900": string;
237
- "pink-950": string;
238
- "rose-50": string;
239
- "rose-100": string;
240
- "rose-200": string;
241
- "rose-300": string;
242
- "rose-400": string;
243
- "rose-500": string;
244
- "rose-600": string;
245
- "rose-700": string;
246
- "rose-800": string;
247
- "rose-900": string;
248
- "rose-950": string;
1
+ //#region src/colors.d.ts
2
+ declare const colorPalette: {
3
+ slate: {
4
+ "50": string;
5
+ "100": string;
6
+ "200": string;
7
+ "300": string;
8
+ "400": string;
9
+ "500": string;
10
+ "600": string;
11
+ "700": string;
12
+ "800": string;
13
+ "900": string;
14
+ "950": string;
15
+ };
16
+ gray: {
17
+ "50": string;
18
+ "100": string;
19
+ "200": string;
20
+ "300": string;
21
+ "400": string;
22
+ "500": string;
23
+ "600": string;
24
+ "700": string;
25
+ "800": string;
26
+ "900": string;
27
+ "950": string;
28
+ };
29
+ zinc: {
30
+ "50": string;
31
+ "100": string;
32
+ "200": string;
33
+ "300": string;
34
+ "400": string;
35
+ "500": string;
36
+ "600": string;
37
+ "700": string;
38
+ "800": string;
39
+ "900": string;
40
+ "950": string;
41
+ };
42
+ neutral: {
43
+ "50": string;
44
+ "100": string;
45
+ "200": string;
46
+ "300": string;
47
+ "400": string;
48
+ "500": string;
49
+ "600": string;
50
+ "700": string;
51
+ "800": string;
52
+ "900": string;
53
+ "950": string;
54
+ };
55
+ stone: {
56
+ "50": string;
57
+ "100": string;
58
+ "200": string;
59
+ "300": string;
60
+ "400": string;
61
+ "500": string;
62
+ "600": string;
63
+ "700": string;
64
+ "800": string;
65
+ "900": string;
66
+ "950": string;
67
+ };
68
+ red: {
69
+ "50": string;
70
+ "100": string;
71
+ "200": string;
72
+ "300": string;
73
+ "400": string;
74
+ "500": string;
75
+ "600": string;
76
+ "700": string;
77
+ "800": string;
78
+ "900": string;
79
+ "950": string;
80
+ };
81
+ orange: {
82
+ "50": string;
83
+ "100": string;
84
+ "200": string;
85
+ "300": string;
86
+ "400": string;
87
+ "500": string;
88
+ "600": string;
89
+ "700": string;
90
+ "800": string;
91
+ "900": string;
92
+ "950": string;
93
+ };
94
+ amber: {
95
+ "50": string;
96
+ "100": string;
97
+ "200": string;
98
+ "300": string;
99
+ "400": string;
100
+ "500": string;
101
+ "600": string;
102
+ "700": string;
103
+ "800": string;
104
+ "900": string;
105
+ "950": string;
106
+ };
107
+ yellow: {
108
+ "50": string;
109
+ "100": string;
110
+ "200": string;
111
+ "300": string;
112
+ "400": string;
113
+ "500": string;
114
+ "600": string;
115
+ "700": string;
116
+ "800": string;
117
+ "900": string;
118
+ "950": string;
119
+ };
120
+ lime: {
121
+ "50": string;
122
+ "100": string;
123
+ "200": string;
124
+ "300": string;
125
+ "400": string;
126
+ "500": string;
127
+ "600": string;
128
+ "700": string;
129
+ "800": string;
130
+ "900": string;
131
+ "950": string;
132
+ };
133
+ green: {
134
+ "50": string;
135
+ "100": string;
136
+ "200": string;
137
+ "300": string;
138
+ "400": string;
139
+ "500": string;
140
+ "600": string;
141
+ "700": string;
142
+ "800": string;
143
+ "900": string;
144
+ "950": string;
145
+ };
146
+ emerald: {
147
+ "50": string;
148
+ "100": string;
149
+ "200": string;
150
+ "300": string;
151
+ "400": string;
152
+ "500": string;
153
+ "600": string;
154
+ "700": string;
155
+ "800": string;
156
+ "900": string;
157
+ "950": string;
158
+ };
159
+ teal: {
160
+ "50": string;
161
+ "100": string;
162
+ "200": string;
163
+ "300": string;
164
+ "400": string;
165
+ "500": string;
166
+ "600": string;
167
+ "700": string;
168
+ "800": string;
169
+ "900": string;
170
+ "950": string;
171
+ };
172
+ cyan: {
173
+ "50": string;
174
+ "100": string;
175
+ "200": string;
176
+ "300": string;
177
+ "400": string;
178
+ "500": string;
179
+ "600": string;
180
+ "700": string;
181
+ "800": string;
182
+ "900": string;
183
+ "950": string;
184
+ };
185
+ sky: {
186
+ "50": string;
187
+ "100": string;
188
+ "200": string;
189
+ "300": string;
190
+ "400": string;
191
+ "500": string;
192
+ "600": string;
193
+ "700": string;
194
+ "800": string;
195
+ "900": string;
196
+ "950": string;
197
+ };
198
+ blue: {
199
+ "50": string;
200
+ "100": string;
201
+ "200": string;
202
+ "300": string;
203
+ "400": string;
204
+ "500": string;
205
+ "600": string;
206
+ "700": string;
207
+ "800": string;
208
+ "900": string;
209
+ "950": string;
210
+ };
211
+ indigo: {
212
+ "50": string;
213
+ "100": string;
214
+ "200": string;
215
+ "300": string;
216
+ "400": string;
217
+ "500": string;
218
+ "600": string;
219
+ "700": string;
220
+ "800": string;
221
+ "900": string;
222
+ "950": string;
223
+ };
224
+ violet: {
225
+ "50": string;
226
+ "100": string;
227
+ "200": string;
228
+ "300": string;
229
+ "400": string;
230
+ "500": string;
231
+ "600": string;
232
+ "700": string;
233
+ "800": string;
234
+ "900": string;
235
+ "950": string;
236
+ };
237
+ purple: {
238
+ "50": string;
239
+ "100": string;
240
+ "200": string;
241
+ "300": string;
242
+ "400": string;
243
+ "500": string;
244
+ "600": string;
245
+ "700": string;
246
+ "800": string;
247
+ "900": string;
248
+ "950": string;
249
+ };
250
+ fuchsia: {
251
+ "50": string;
252
+ "100": string;
253
+ "200": string;
254
+ "300": string;
255
+ "400": string;
256
+ "500": string;
257
+ "600": string;
258
+ "700": string;
259
+ "800": string;
260
+ "900": string;
261
+ "950": string;
262
+ };
263
+ pink: {
264
+ "50": string;
265
+ "100": string;
266
+ "200": string;
267
+ "300": string;
268
+ "400": string;
269
+ "500": string;
270
+ "600": string;
271
+ "700": string;
272
+ "800": string;
273
+ "900": string;
274
+ "950": string;
275
+ };
276
+ rose: {
277
+ "50": string;
278
+ "100": string;
279
+ "200": string;
280
+ "300": string;
281
+ "400": string;
282
+ "500": string;
283
+ "600": string;
284
+ "700": string;
285
+ "800": string;
286
+ "900": string;
287
+ "950": string;
288
+ };
249
289
  };
250
-
251
- export { colors };
290
+ //#endregion
291
+ export { colorPalette };
292
+ //# sourceMappingURL=colors.d.ts.map
package/dist/colors.js CHANGED
@@ -1 +1,3 @@
1
- var e={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff","slate-50":"#f8fafc","slate-100":"#f1f5f9","slate-200":"#e2e8f0","slate-300":"#cbd5e1","slate-400":"#94a3b8","slate-500":"#64748b","slate-600":"#475569","slate-700":"#334155","slate-800":"#1e293b","slate-900":"#0f172a","slate-950":"#020617","gray-50":"#f9fafb","gray-100":"#f3f4f6","gray-200":"#e5e7eb","gray-300":"#d1d5db","gray-400":"#9ca3af","gray-500":"#6b7280","gray-600":"#4b5563","gray-700":"#374151","gray-800":"#1f2937","gray-900":"#111827","gray-950":"#030712","zinc-50":"#fafafa","zinc-100":"#f4f4f5","zinc-200":"#e4e4e7","zinc-300":"#d4d4d8","zinc-400":"#a1a1aa","zinc-500":"#71717a","zinc-600":"#52525b","zinc-700":"#3f3f46","zinc-800":"#27272a","zinc-900":"#18181b","zinc-950":"#09090b","neutral-50":"#fafafa","neutral-100":"#f5f5f5","neutral-200":"#e5e5e5","neutral-300":"#d4d4d4","neutral-400":"#a3a3a3","neutral-500":"#737373","neutral-600":"#525252","neutral-700":"#404040","neutral-800":"#262626","neutral-900":"#171717","neutral-950":"#0a0a0a","stone-50":"#fafaf9","stone-100":"#f5f5f4","stone-200":"#e7e5e4","stone-300":"#d6d3d1","stone-400":"#a8a29e","stone-500":"#78716c","stone-600":"#57534e","stone-700":"#44403c","stone-800":"#292524","stone-900":"#1c1917","stone-950":"#0c0a09","red-50":"#fef2f2","red-100":"#fee2e2","red-200":"#fecaca","red-300":"#fca5a5","red-400":"#f87171","red-500":"#ef4444","red-600":"#dc2626","red-700":"#b91c1c","red-800":"#991b1b","red-900":"#7f1d1d","red-950":"#450a0a","orange-50":"#fff7ed","orange-100":"#ffedd5","orange-200":"#fed7aa","orange-300":"#fdba74","orange-400":"#fb923c","orange-500":"#f97316","orange-600":"#ea580c","orange-700":"#c2410c","orange-800":"#9a3412","orange-900":"#7c2d12","orange-950":"#431407","amber-50":"#fffbeb","amber-100":"#fef3c7","amber-200":"#fde68a","amber-300":"#fcd34d","amber-400":"#fbbf24","amber-500":"#f59e0b","amber-600":"#d97706","amber-700":"#b45309","amber-800":"#92400e","amber-900":"#78350f","amber-950":"#451a03","yellow-50":"#fefce8","yellow-100":"#fef9c3","yellow-200":"#fef08a","yellow-300":"#fde047","yellow-400":"#facc15","yellow-500":"#eab308","yellow-600":"#ca8a04","yellow-700":"#a16207","yellow-800":"#854d0e","yellow-900":"#713f12","yellow-950":"#422006","lime-50":"#f7fee7","lime-100":"#ecfccb","lime-200":"#d9f99d","lime-300":"#bef264","lime-400":"#a3e635","lime-500":"#84cc16","lime-600":"#65a30d","lime-700":"#4d7c0f","lime-800":"#3f6212","lime-900":"#365314","lime-950":"#1a2e05","green-50":"#f0fdf4","green-100":"#dcfce7","green-200":"#bbf7d0","green-300":"#86efac","green-400":"#4ade80","green-500":"#22c55e","green-600":"#16a34a","green-700":"#15803d","green-800":"#166534","green-900":"#14532d","green-950":"#052e16","emerald-50":"#ecfdf5","emerald-100":"#d1fae5","emerald-200":"#a7f3d0","emerald-300":"#6ee7b7","emerald-400":"#34d399","emerald-500":"#10b981","emerald-600":"#059669","emerald-700":"#047857","emerald-800":"#065f46","emerald-900":"#064e3b","emerald-950":"#022c22","teal-50":"#f0fdfa","teal-100":"#ccfbf1","teal-200":"#99f6e4","teal-300":"#5eead4","teal-400":"#2dd4bf","teal-500":"#14b8a6","teal-600":"#0d9488","teal-700":"#0f766e","teal-800":"#115e59","teal-900":"#134e4a","teal-950":"#042f2e","cyan-50":"#ecfeff","cyan-100":"#cffafe","cyan-200":"#a5f3fc","cyan-300":"#67e8f9","cyan-400":"#22d3ee","cyan-500":"#06b6d4","cyan-600":"#0891b2","cyan-700":"#0e7490","cyan-800":"#155e75","cyan-900":"#164e63","cyan-950":"#083344","sky-50":"#f0f9ff","sky-100":"#e0f2fe","sky-200":"#bae6fd","sky-300":"#7dd3fc","sky-400":"#38bdf8","sky-500":"#0ea5e9","sky-600":"#0284c7","sky-700":"#0369a1","sky-800":"#075985","sky-900":"#0c4a6e","sky-950":"#082f49","blue-50":"#eff6ff","blue-100":"#dbeafe","blue-200":"#bfdbfe","blue-300":"#93c5fd","blue-400":"#60a5fa","blue-500":"#3b82f6","blue-600":"#2563eb","blue-700":"#1d4ed8","blue-800":"#1e40af","blue-900":"#1e3a8a","blue-950":"#172554","indigo-50":"#eef2ff","indigo-100":"#e0e7ff","indigo-200":"#c7d2fe","indigo-300":"#a5b4fc","indigo-400":"#818cf8","indigo-500":"#6366f1","indigo-600":"#4f46e5","indigo-700":"#4338ca","indigo-800":"#3730a3","indigo-900":"#312e81","indigo-950":"#1e1b4b","violet-50":"#f5f3ff","violet-100":"#ede9fe","violet-200":"#ddd6fe","violet-300":"#c4b5fd","violet-400":"#a78bfa","violet-500":"#8b5cf6","violet-600":"#7c3aed","violet-700":"#6d28d9","violet-800":"#5b21b6","violet-900":"#4c1d95","violet-950":"#2e1065","purple-50":"#faf5ff","purple-100":"#f3e8ff","purple-200":"#e9d5ff","purple-300":"#d8b4fe","purple-400":"#c084fc","purple-500":"#a855f7","purple-600":"#9333ea","purple-700":"#7e22ce","purple-800":"#6b21a8","purple-900":"#581c87","purple-950":"#3b0764","fuchsia-50":"#fdf4ff","fuchsia-100":"#fae8ff","fuchsia-200":"#f5d0fe","fuchsia-300":"#f0abfc","fuchsia-400":"#e879f9","fuchsia-500":"#d946ef","fuchsia-600":"#c026d3","fuchsia-700":"#a21caf","fuchsia-800":"#86198f","fuchsia-900":"#701a75","fuchsia-950":"#4a044e","pink-50":"#fdf2f8","pink-100":"#fce7f3","pink-200":"#fbcfe8","pink-300":"#f9a8d4","pink-400":"#f472b6","pink-500":"#ec4899","pink-600":"#db2777","pink-700":"#be185d","pink-800":"#9d174d","pink-900":"#831843","pink-950":"#500724","rose-50":"#fff1f2","rose-100":"#ffe4e6","rose-200":"#fecdd3","rose-300":"#fda4af","rose-400":"#fb7185","rose-500":"#f43f5e","rose-600":"#e11d48","rose-700":"#be123c","rose-800":"#9f1239","rose-900":"#881337","rose-950":"#4c0519"};export{e as colors};
1
+ import { t as colorPalette } from "./colors-d_ljq6nY.js";
2
+
3
+ export { colorPalette };
package/dist/system.d.ts CHANGED
@@ -1,8 +1,5 @@
1
- export * from '@radix-ui/themes';
2
- export { useAutoAnimate } from '@formkit/auto-animate/react';
3
- import * as reactToggleGroup from '@radix-ui/react-toggle-group';
4
- export { reactToggleGroup as ToggleGroup };
5
- export * from '@floating-ui/react';
6
- export * from 'react-hot-toast';
7
- import '@twind/with-react/pipeableStream';
8
- import '@twind/with-react/readableStream';
1
+ import * as ToggleGroup from "@radix-ui/react-toggle-group";
2
+ import { FloatingArrow, FloatingPortal, Placement, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs } from "@floating-ui/react";
3
+ import { Toaster, toast } from "react-hot-toast";
4
+ export * from "@radix-ui/themes";
5
+ export { FloatingArrow, FloatingPortal, type Placement, Toaster, ToggleGroup, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, toast, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs };
package/dist/system.js CHANGED
@@ -1 +1,7 @@
1
- export*from"@radix-ui/themes";import{useAutoAnimate as t}from"@formkit/auto-animate/react";import*as m from"@radix-ui/react-toggle-group";export*from"@floating-ui/react";export*from"react-hot-toast";export{m as ToggleGroup,t as useAutoAnimate};
1
+ import * as ToggleGroup from "@radix-ui/react-toggle-group";
2
+ import { FloatingArrow, FloatingPortal, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs } from "@floating-ui/react";
3
+ import { Toaster, toast } from "react-hot-toast";
4
+
5
+ export * from "@radix-ui/themes"
6
+
7
+ export { FloatingArrow, FloatingPortal, Toaster, ToggleGroup, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, toast, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs };
@@ -1,11 +1,12 @@
1
- import * as _twind_preset_typography from '@twind/preset-typography';
2
- import * as _twind_preset_line_clamp from '@twind/preset-line-clamp';
3
- import * as _twind_preset_container_queries from '@twind/preset-container-queries';
4
- import * as _twind_preset_tailwind from '@twind/preset-tailwind';
5
- import * as _twind_core from '@twind/core';
1
+ import * as _twind_core0 from "@twind/core";
2
+ import * as _twind_preset_container_queries0 from "@twind/preset-container-queries";
3
+ import * as _twind_preset_line_clamp0 from "@twind/preset-line-clamp";
4
+ import * as _twind_preset_tailwind0 from "@twind/preset-tailwind";
6
5
 
7
- declare const _default: _twind_core.TwindConfig<_twind_core.BaseTheme & _twind_preset_tailwind.TailwindTheme & _twind_preset_container_queries.ContainerQueriesTheme & _twind_preset_line_clamp.LineClampTheme & _twind_preset_typography.TypographyTheme & {
8
- extend: never;
6
+ //#region src/twind-config.d.ts
7
+ declare const _default: _twind_core0.TwindConfig<_twind_core0.BaseTheme & _twind_preset_tailwind0.TailwindTheme & _twind_preset_container_queries0.ContainerQueriesTheme & _twind_preset_line_clamp0.LineClampTheme & {
8
+ extend: never;
9
9
  }>;
10
-
10
+ //#endregion
11
11
  export { _default as default };
12
+ //# sourceMappingURL=twind-config.d.ts.map