typewritingclass 0.2.2 → 0.2.3
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/borders-pzt8w5Wv.d.cts +24 -0
- package/dist/borders-pzt8w5Wv.d.ts +24 -0
- package/dist/chunk-34VD2OBF.cjs +74 -0
- package/dist/chunk-6CEDQ6GF.cjs +36 -0
- package/dist/chunk-75ZPJI57.cjs +9 -0
- package/dist/chunk-ATLK64TQ.js +85 -0
- package/dist/chunk-BAZLFQIV.cjs +85 -0
- package/dist/chunk-CB7B6PHY.cjs +19 -0
- package/dist/chunk-EBHM46CV.cjs +25 -0
- package/dist/chunk-IL3LVS32.js +36 -0
- package/dist/chunk-JKT74FUK.js +25 -0
- package/dist/chunk-L3IF2OVA.cjs +354 -0
- package/{src/theme/animations.ts → dist/chunk-L7AJQJBR.js} +16 -8
- package/dist/chunk-LARVCDO3.js +113 -0
- package/dist/chunk-M34ZK4IV.cjs +53 -0
- package/dist/chunk-MLKGABMK.js +9 -0
- package/dist/chunk-PBQX6PVK.js +80 -0
- package/dist/chunk-PTY5FTFB.cjs +80 -0
- package/dist/chunk-T776FXQK.js +53 -0
- package/dist/chunk-TAAEIXRF.js +74 -0
- package/dist/chunk-TUUH2FJY.cjs +39 -0
- package/dist/chunk-U2LSMKZS.js +60 -0
- package/dist/chunk-UUUE7HRN.cjs +60 -0
- package/dist/chunk-UUVUSZJS.cjs +113 -0
- package/dist/chunk-XEHQXLQR.js +354 -0
- package/dist/chunk-YHDPOIUZ.js +39 -0
- package/dist/colors-MvgcZKUW.d.cts +72 -0
- package/dist/colors-MvgcZKUW.d.ts +72 -0
- package/dist/index.cjs +2922 -0
- package/dist/index.d.cts +3515 -0
- package/dist/index.d.ts +3515 -0
- package/dist/index.js +2922 -0
- package/{src/theme/inject-theme.ts → dist/inject-theme-CTzyfQH0.d.cts} +4 -20
- package/dist/inject-theme-CTzyfQH0.d.ts +65 -0
- package/dist/inject.cjs +32 -0
- package/dist/inject.d.cts +2 -0
- package/dist/inject.d.ts +2 -0
- package/dist/inject.js +32 -0
- package/dist/rule.cjs +19 -0
- package/{src/rule.ts → dist/rule.d.cts} +10 -79
- package/dist/rule.d.ts +133 -0
- package/dist/rule.js +19 -0
- package/dist/runtime.cjs +9 -0
- package/{src/runtime.ts → dist/runtime.d.cts} +4 -7
- package/dist/runtime.d.ts +33 -0
- package/dist/runtime.js +9 -0
- package/dist/shadows-CWViP1Zk.d.cts +22 -0
- package/dist/shadows-CWViP1Zk.d.ts +22 -0
- package/dist/sizes-CS9iz8YG.d.cts +46 -0
- package/dist/sizes-CS9iz8YG.d.ts +46 -0
- package/dist/theme/animations.cjs +15 -0
- package/dist/theme/animations.d.cts +12 -0
- package/dist/theme/animations.d.ts +12 -0
- package/dist/theme/animations.js +15 -0
- package/dist/theme/borders.cjs +23 -0
- package/dist/theme/borders.d.cts +1 -0
- package/dist/theme/borders.d.ts +1 -0
- package/dist/theme/borders.js +23 -0
- package/dist/theme/colors.cjs +57 -0
- package/dist/theme/colors.d.cts +1 -0
- package/dist/theme/colors.d.ts +1 -0
- package/dist/theme/colors.js +57 -0
- package/dist/theme/createTheme.cjs +7 -0
- package/dist/theme/createTheme.d.cts +133 -0
- package/dist/theme/createTheme.d.ts +133 -0
- package/dist/theme/createTheme.js +7 -0
- package/dist/theme/filters.cjs +9 -0
- package/dist/theme/filters.d.cts +21 -0
- package/dist/theme/filters.d.ts +21 -0
- package/dist/theme/filters.js +9 -0
- package/dist/theme/index.cjs +35 -0
- package/dist/theme/index.d.cts +18 -0
- package/dist/theme/index.d.ts +18 -0
- package/dist/theme/index.js +35 -0
- package/dist/theme/shadows.cjs +21 -0
- package/dist/theme/shadows.d.cts +1 -0
- package/dist/theme/shadows.d.ts +1 -0
- package/dist/theme/shadows.js +21 -0
- package/dist/theme/sizes.cjs +21 -0
- package/dist/theme/sizes.d.cts +1 -0
- package/dist/theme/sizes.d.ts +1 -0
- package/dist/theme/sizes.js +21 -0
- package/dist/theme/typography.cjs +55 -0
- package/dist/theme/typography.d.cts +1 -0
- package/dist/theme/typography.d.ts +1 -0
- package/dist/theme/typography.js +55 -0
- package/dist/types-FfRD4Hbd.d.cts +346 -0
- package/dist/types-FfRD4Hbd.d.ts +346 -0
- package/dist/typography-C8wipcCK.d.cts +87 -0
- package/dist/typography-C8wipcCK.d.ts +87 -0
- package/package.json +117 -33
- package/src/css.ts +0 -140
- package/src/cx.ts +0 -105
- package/src/dcx.ts +0 -79
- package/src/dynamic.ts +0 -117
- package/src/hash.ts +0 -55
- package/src/index.ts +0 -139
- package/src/inject.ts +0 -86
- package/src/layer.ts +0 -81
- package/src/modifiers/aria.ts +0 -15
- package/src/modifiers/colorScheme.ts +0 -32
- package/src/modifiers/data.ts +0 -6
- package/src/modifiers/direction.ts +0 -5
- package/src/modifiers/group.ts +0 -21
- package/src/modifiers/index.ts +0 -17
- package/src/modifiers/media.ts +0 -11
- package/src/modifiers/peer.ts +0 -24
- package/src/modifiers/pseudo.ts +0 -183
- package/src/modifiers/pseudoElements.ts +0 -26
- package/src/modifiers/responsive.ts +0 -110
- package/src/modifiers/supports.ts +0 -6
- package/src/registry.ts +0 -171
- package/src/theme/borders.ts +0 -9
- package/src/theme/colors.ts +0 -326
- package/src/theme/createTheme.ts +0 -238
- package/src/theme/filters.ts +0 -20
- package/src/theme/index.ts +0 -9
- package/src/theme/shadows.ts +0 -8
- package/src/theme/sizes.ts +0 -37
- package/src/theme/spacing.ts +0 -44
- package/src/theme/typography.ts +0 -72
- package/src/tw.ts +0 -967
- package/src/types.ts +0 -273
- package/src/utilities/accessibility.ts +0 -33
- package/src/utilities/backgrounds.ts +0 -87
- package/src/utilities/borders.ts +0 -629
- package/src/utilities/colors.ts +0 -151
- package/src/utilities/effects.ts +0 -181
- package/src/utilities/filters.ts +0 -113
- package/src/utilities/index.ts +0 -57
- package/src/utilities/interactivity.ts +0 -254
- package/src/utilities/layout.ts +0 -1194
- package/src/utilities/spacing.ts +0 -681
- package/src/utilities/svg.ts +0 -35
- package/src/utilities/tables.ts +0 -54
- package/src/utilities/transforms.ts +0 -88
- package/src/utilities/transitions.ts +0 -107
- package/src/utilities/typography.ts +0 -387
- package/src/when.ts +0 -63
|
@@ -0,0 +1,354 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__export
|
|
3
|
+
} from "./chunk-MLKGABMK.js";
|
|
4
|
+
|
|
5
|
+
// src/theme/colors.ts
|
|
6
|
+
var colors_exports = {};
|
|
7
|
+
__export(colors_exports, {
|
|
8
|
+
amber: () => amber,
|
|
9
|
+
black: () => black,
|
|
10
|
+
blue: () => blue,
|
|
11
|
+
currentColor: () => currentColor,
|
|
12
|
+
cyan: () => cyan,
|
|
13
|
+
emerald: () => emerald,
|
|
14
|
+
fuchsia: () => fuchsia,
|
|
15
|
+
gray: () => gray,
|
|
16
|
+
green: () => green,
|
|
17
|
+
indigo: () => indigo,
|
|
18
|
+
lime: () => lime,
|
|
19
|
+
neutral: () => neutral,
|
|
20
|
+
orange: () => orange,
|
|
21
|
+
pink: () => pink,
|
|
22
|
+
purple: () => purple,
|
|
23
|
+
red: () => red,
|
|
24
|
+
rose: () => rose,
|
|
25
|
+
sky: () => sky,
|
|
26
|
+
slate: () => slate,
|
|
27
|
+
stone: () => stone,
|
|
28
|
+
teal: () => teal,
|
|
29
|
+
transparent: () => transparent,
|
|
30
|
+
violet: () => violet,
|
|
31
|
+
white: () => white,
|
|
32
|
+
yellow: () => yellow,
|
|
33
|
+
zinc: () => zinc
|
|
34
|
+
});
|
|
35
|
+
var slate = {
|
|
36
|
+
50: "#f8fafc",
|
|
37
|
+
100: "#f1f5f9",
|
|
38
|
+
200: "#e2e8f0",
|
|
39
|
+
300: "#cbd5e1",
|
|
40
|
+
400: "#94a3b8",
|
|
41
|
+
500: "#64748b",
|
|
42
|
+
600: "#475569",
|
|
43
|
+
700: "#334155",
|
|
44
|
+
800: "#1e293b",
|
|
45
|
+
900: "#0f172a",
|
|
46
|
+
950: "#020617"
|
|
47
|
+
};
|
|
48
|
+
var gray = {
|
|
49
|
+
50: "#f9fafb",
|
|
50
|
+
100: "#f3f4f6",
|
|
51
|
+
200: "#e5e7eb",
|
|
52
|
+
300: "#d1d5db",
|
|
53
|
+
400: "#9ca3af",
|
|
54
|
+
500: "#6b7280",
|
|
55
|
+
600: "#4b5563",
|
|
56
|
+
700: "#374151",
|
|
57
|
+
800: "#1f2937",
|
|
58
|
+
900: "#111827",
|
|
59
|
+
950: "#030712"
|
|
60
|
+
};
|
|
61
|
+
var zinc = {
|
|
62
|
+
50: "#fafafa",
|
|
63
|
+
100: "#f4f4f5",
|
|
64
|
+
200: "#e4e4e7",
|
|
65
|
+
300: "#d4d4d8",
|
|
66
|
+
400: "#a1a1aa",
|
|
67
|
+
500: "#71717a",
|
|
68
|
+
600: "#52525b",
|
|
69
|
+
700: "#3f3f46",
|
|
70
|
+
800: "#27272a",
|
|
71
|
+
900: "#18181b",
|
|
72
|
+
950: "#09090b"
|
|
73
|
+
};
|
|
74
|
+
var neutral = {
|
|
75
|
+
50: "#fafafa",
|
|
76
|
+
100: "#f5f5f5",
|
|
77
|
+
200: "#e5e5e5",
|
|
78
|
+
300: "#d4d4d4",
|
|
79
|
+
400: "#a3a3a3",
|
|
80
|
+
500: "#737373",
|
|
81
|
+
600: "#525252",
|
|
82
|
+
700: "#404040",
|
|
83
|
+
800: "#262626",
|
|
84
|
+
900: "#171717",
|
|
85
|
+
950: "#0a0a0a"
|
|
86
|
+
};
|
|
87
|
+
var stone = {
|
|
88
|
+
50: "#fafaf9",
|
|
89
|
+
100: "#f5f5f4",
|
|
90
|
+
200: "#e7e5e4",
|
|
91
|
+
300: "#d6d3d1",
|
|
92
|
+
400: "#a8a29e",
|
|
93
|
+
500: "#78716c",
|
|
94
|
+
600: "#57534e",
|
|
95
|
+
700: "#44403c",
|
|
96
|
+
800: "#292524",
|
|
97
|
+
900: "#1c1917",
|
|
98
|
+
950: "#0c0a09"
|
|
99
|
+
};
|
|
100
|
+
var red = {
|
|
101
|
+
50: "#fef2f2",
|
|
102
|
+
100: "#fee2e2",
|
|
103
|
+
200: "#fecaca",
|
|
104
|
+
300: "#fca5a5",
|
|
105
|
+
400: "#f87171",
|
|
106
|
+
500: "#ef4444",
|
|
107
|
+
600: "#dc2626",
|
|
108
|
+
700: "#b91c1c",
|
|
109
|
+
800: "#991b1b",
|
|
110
|
+
900: "#7f1d1d",
|
|
111
|
+
950: "#450a0a"
|
|
112
|
+
};
|
|
113
|
+
var orange = {
|
|
114
|
+
50: "#fff7ed",
|
|
115
|
+
100: "#ffedd5",
|
|
116
|
+
200: "#fed7aa",
|
|
117
|
+
300: "#fdba74",
|
|
118
|
+
400: "#fb923c",
|
|
119
|
+
500: "#f97316",
|
|
120
|
+
600: "#ea580c",
|
|
121
|
+
700: "#c2410c",
|
|
122
|
+
800: "#9a3412",
|
|
123
|
+
900: "#7c2d12",
|
|
124
|
+
950: "#431407"
|
|
125
|
+
};
|
|
126
|
+
var amber = {
|
|
127
|
+
50: "#fffbeb",
|
|
128
|
+
100: "#fef3c7",
|
|
129
|
+
200: "#fde68a",
|
|
130
|
+
300: "#fcd34d",
|
|
131
|
+
400: "#fbbf24",
|
|
132
|
+
500: "#f59e0b",
|
|
133
|
+
600: "#d97706",
|
|
134
|
+
700: "#b45309",
|
|
135
|
+
800: "#92400e",
|
|
136
|
+
900: "#78350f",
|
|
137
|
+
950: "#451a03"
|
|
138
|
+
};
|
|
139
|
+
var yellow = {
|
|
140
|
+
50: "#fefce8",
|
|
141
|
+
100: "#fef9c3",
|
|
142
|
+
200: "#fef08a",
|
|
143
|
+
300: "#fde047",
|
|
144
|
+
400: "#facc15",
|
|
145
|
+
500: "#eab308",
|
|
146
|
+
600: "#ca8a04",
|
|
147
|
+
700: "#a16207",
|
|
148
|
+
800: "#854d0e",
|
|
149
|
+
900: "#713f12",
|
|
150
|
+
950: "#422006"
|
|
151
|
+
};
|
|
152
|
+
var lime = {
|
|
153
|
+
50: "#f7fee7",
|
|
154
|
+
100: "#ecfccb",
|
|
155
|
+
200: "#d9f99d",
|
|
156
|
+
300: "#bef264",
|
|
157
|
+
400: "#a3e635",
|
|
158
|
+
500: "#84cc16",
|
|
159
|
+
600: "#65a30d",
|
|
160
|
+
700: "#4d7c0f",
|
|
161
|
+
800: "#3f6212",
|
|
162
|
+
900: "#365314",
|
|
163
|
+
950: "#1a2e05"
|
|
164
|
+
};
|
|
165
|
+
var green = {
|
|
166
|
+
50: "#f0fdf4",
|
|
167
|
+
100: "#dcfce7",
|
|
168
|
+
200: "#bbf7d0",
|
|
169
|
+
300: "#86efac",
|
|
170
|
+
400: "#4ade80",
|
|
171
|
+
500: "#22c55e",
|
|
172
|
+
600: "#16a34a",
|
|
173
|
+
700: "#15803d",
|
|
174
|
+
800: "#166534",
|
|
175
|
+
900: "#14532d",
|
|
176
|
+
950: "#052e16"
|
|
177
|
+
};
|
|
178
|
+
var emerald = {
|
|
179
|
+
50: "#ecfdf5",
|
|
180
|
+
100: "#d1fae5",
|
|
181
|
+
200: "#a7f3d0",
|
|
182
|
+
300: "#6ee7b7",
|
|
183
|
+
400: "#34d399",
|
|
184
|
+
500: "#10b981",
|
|
185
|
+
600: "#059669",
|
|
186
|
+
700: "#047857",
|
|
187
|
+
800: "#065f46",
|
|
188
|
+
900: "#064e3b",
|
|
189
|
+
950: "#022c22"
|
|
190
|
+
};
|
|
191
|
+
var teal = {
|
|
192
|
+
50: "#f0fdfa",
|
|
193
|
+
100: "#ccfbf1",
|
|
194
|
+
200: "#99f6e4",
|
|
195
|
+
300: "#5eead4",
|
|
196
|
+
400: "#2dd4bf",
|
|
197
|
+
500: "#14b8a6",
|
|
198
|
+
600: "#0d9488",
|
|
199
|
+
700: "#0f766e",
|
|
200
|
+
800: "#115e59",
|
|
201
|
+
900: "#134e4a",
|
|
202
|
+
950: "#042f2e"
|
|
203
|
+
};
|
|
204
|
+
var cyan = {
|
|
205
|
+
50: "#ecfeff",
|
|
206
|
+
100: "#cffafe",
|
|
207
|
+
200: "#a5f3fc",
|
|
208
|
+
300: "#67e8f9",
|
|
209
|
+
400: "#22d3ee",
|
|
210
|
+
500: "#06b6d4",
|
|
211
|
+
600: "#0891b2",
|
|
212
|
+
700: "#0e7490",
|
|
213
|
+
800: "#155e75",
|
|
214
|
+
900: "#164e63",
|
|
215
|
+
950: "#083344"
|
|
216
|
+
};
|
|
217
|
+
var sky = {
|
|
218
|
+
50: "#f0f9ff",
|
|
219
|
+
100: "#e0f2fe",
|
|
220
|
+
200: "#bae6fd",
|
|
221
|
+
300: "#7dd3fc",
|
|
222
|
+
400: "#38bdf8",
|
|
223
|
+
500: "#0ea5e9",
|
|
224
|
+
600: "#0284c7",
|
|
225
|
+
700: "#0369a1",
|
|
226
|
+
800: "#075985",
|
|
227
|
+
900: "#0c4a6e",
|
|
228
|
+
950: "#082f49"
|
|
229
|
+
};
|
|
230
|
+
var blue = {
|
|
231
|
+
50: "#eff6ff",
|
|
232
|
+
100: "#dbeafe",
|
|
233
|
+
200: "#bfdbfe",
|
|
234
|
+
300: "#93c5fd",
|
|
235
|
+
400: "#60a5fa",
|
|
236
|
+
500: "#3b82f6",
|
|
237
|
+
600: "#2563eb",
|
|
238
|
+
700: "#1d4ed8",
|
|
239
|
+
800: "#1e40af",
|
|
240
|
+
900: "#1e3a8a",
|
|
241
|
+
950: "#172554"
|
|
242
|
+
};
|
|
243
|
+
var indigo = {
|
|
244
|
+
50: "#eef2ff",
|
|
245
|
+
100: "#e0e7ff",
|
|
246
|
+
200: "#c7d2fe",
|
|
247
|
+
300: "#a5b4fc",
|
|
248
|
+
400: "#818cf8",
|
|
249
|
+
500: "#6366f1",
|
|
250
|
+
600: "#4f46e5",
|
|
251
|
+
700: "#4338ca",
|
|
252
|
+
800: "#3730a3",
|
|
253
|
+
900: "#312e81",
|
|
254
|
+
950: "#1e1b4b"
|
|
255
|
+
};
|
|
256
|
+
var violet = {
|
|
257
|
+
50: "#f5f3ff",
|
|
258
|
+
100: "#ede9fe",
|
|
259
|
+
200: "#ddd6fe",
|
|
260
|
+
300: "#c4b5fd",
|
|
261
|
+
400: "#a78bfa",
|
|
262
|
+
500: "#8b5cf6",
|
|
263
|
+
600: "#7c3aed",
|
|
264
|
+
700: "#6d28d9",
|
|
265
|
+
800: "#5b21b6",
|
|
266
|
+
900: "#4c1d95",
|
|
267
|
+
950: "#2e1065"
|
|
268
|
+
};
|
|
269
|
+
var purple = {
|
|
270
|
+
50: "#faf5ff",
|
|
271
|
+
100: "#f3e8ff",
|
|
272
|
+
200: "#e9d5ff",
|
|
273
|
+
300: "#d8b4fe",
|
|
274
|
+
400: "#c084fc",
|
|
275
|
+
500: "#a855f7",
|
|
276
|
+
600: "#9333ea",
|
|
277
|
+
700: "#7e22ce",
|
|
278
|
+
800: "#6b21a8",
|
|
279
|
+
900: "#581c87",
|
|
280
|
+
950: "#3b0764"
|
|
281
|
+
};
|
|
282
|
+
var fuchsia = {
|
|
283
|
+
50: "#fdf4ff",
|
|
284
|
+
100: "#fae8ff",
|
|
285
|
+
200: "#f5d0fe",
|
|
286
|
+
300: "#f0abfc",
|
|
287
|
+
400: "#e879f9",
|
|
288
|
+
500: "#d946ef",
|
|
289
|
+
600: "#c026d3",
|
|
290
|
+
700: "#a21caf",
|
|
291
|
+
800: "#86198f",
|
|
292
|
+
900: "#701a75",
|
|
293
|
+
950: "#4a044e"
|
|
294
|
+
};
|
|
295
|
+
var pink = {
|
|
296
|
+
50: "#fdf2f8",
|
|
297
|
+
100: "#fce7f3",
|
|
298
|
+
200: "#fbcfe8",
|
|
299
|
+
300: "#f9a8d4",
|
|
300
|
+
400: "#f472b6",
|
|
301
|
+
500: "#ec4899",
|
|
302
|
+
600: "#db2777",
|
|
303
|
+
700: "#be185d",
|
|
304
|
+
800: "#9d174d",
|
|
305
|
+
900: "#831843",
|
|
306
|
+
950: "#500724"
|
|
307
|
+
};
|
|
308
|
+
var rose = {
|
|
309
|
+
50: "#fff1f2",
|
|
310
|
+
100: "#ffe4e6",
|
|
311
|
+
200: "#fecdd3",
|
|
312
|
+
300: "#fda4af",
|
|
313
|
+
400: "#fb7185",
|
|
314
|
+
500: "#f43f5e",
|
|
315
|
+
600: "#e11d48",
|
|
316
|
+
700: "#be123c",
|
|
317
|
+
800: "#9f1239",
|
|
318
|
+
900: "#881337",
|
|
319
|
+
950: "#4c0519"
|
|
320
|
+
};
|
|
321
|
+
var white = "#ffffff";
|
|
322
|
+
var black = "#000000";
|
|
323
|
+
var transparent = "transparent";
|
|
324
|
+
var currentColor = "currentColor";
|
|
325
|
+
|
|
326
|
+
export {
|
|
327
|
+
slate,
|
|
328
|
+
gray,
|
|
329
|
+
zinc,
|
|
330
|
+
neutral,
|
|
331
|
+
stone,
|
|
332
|
+
red,
|
|
333
|
+
orange,
|
|
334
|
+
amber,
|
|
335
|
+
yellow,
|
|
336
|
+
lime,
|
|
337
|
+
green,
|
|
338
|
+
emerald,
|
|
339
|
+
teal,
|
|
340
|
+
cyan,
|
|
341
|
+
sky,
|
|
342
|
+
blue,
|
|
343
|
+
indigo,
|
|
344
|
+
violet,
|
|
345
|
+
purple,
|
|
346
|
+
fuchsia,
|
|
347
|
+
pink,
|
|
348
|
+
rose,
|
|
349
|
+
white,
|
|
350
|
+
black,
|
|
351
|
+
transparent,
|
|
352
|
+
currentColor,
|
|
353
|
+
colors_exports
|
|
354
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__export
|
|
3
|
+
} from "./chunk-MLKGABMK.js";
|
|
4
|
+
|
|
5
|
+
// src/theme/borders.ts
|
|
6
|
+
var borders_exports = {};
|
|
7
|
+
__export(borders_exports, {
|
|
8
|
+
DEFAULT: () => DEFAULT,
|
|
9
|
+
_2xl: () => _2xl,
|
|
10
|
+
_3xl: () => _3xl,
|
|
11
|
+
full: () => full,
|
|
12
|
+
lg: () => lg,
|
|
13
|
+
md: () => md,
|
|
14
|
+
none: () => none,
|
|
15
|
+
sm: () => sm,
|
|
16
|
+
xl: () => xl
|
|
17
|
+
});
|
|
18
|
+
var none = "0px";
|
|
19
|
+
var sm = "0.125rem";
|
|
20
|
+
var DEFAULT = "0.25rem";
|
|
21
|
+
var md = "0.375rem";
|
|
22
|
+
var lg = "0.5rem";
|
|
23
|
+
var xl = "0.75rem";
|
|
24
|
+
var _2xl = "1rem";
|
|
25
|
+
var _3xl = "1.5rem";
|
|
26
|
+
var full = "9999px";
|
|
27
|
+
|
|
28
|
+
export {
|
|
29
|
+
none,
|
|
30
|
+
sm,
|
|
31
|
+
DEFAULT,
|
|
32
|
+
md,
|
|
33
|
+
lg,
|
|
34
|
+
xl,
|
|
35
|
+
_2xl,
|
|
36
|
+
_3xl,
|
|
37
|
+
full,
|
|
38
|
+
borders_exports
|
|
39
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
type ColorScale = {
|
|
2
|
+
50: string;
|
|
3
|
+
100: string;
|
|
4
|
+
200: string;
|
|
5
|
+
300: string;
|
|
6
|
+
400: string;
|
|
7
|
+
500: string;
|
|
8
|
+
600: string;
|
|
9
|
+
700: string;
|
|
10
|
+
800: string;
|
|
11
|
+
900: string;
|
|
12
|
+
950: string;
|
|
13
|
+
};
|
|
14
|
+
declare const slate: ColorScale;
|
|
15
|
+
declare const gray: ColorScale;
|
|
16
|
+
declare const zinc: ColorScale;
|
|
17
|
+
declare const neutral: ColorScale;
|
|
18
|
+
declare const stone: ColorScale;
|
|
19
|
+
declare const red: ColorScale;
|
|
20
|
+
declare const orange: ColorScale;
|
|
21
|
+
declare const amber: ColorScale;
|
|
22
|
+
declare const yellow: ColorScale;
|
|
23
|
+
declare const lime: ColorScale;
|
|
24
|
+
declare const green: ColorScale;
|
|
25
|
+
declare const emerald: ColorScale;
|
|
26
|
+
declare const teal: ColorScale;
|
|
27
|
+
declare const cyan: ColorScale;
|
|
28
|
+
declare const sky: ColorScale;
|
|
29
|
+
declare const blue: ColorScale;
|
|
30
|
+
declare const indigo: ColorScale;
|
|
31
|
+
declare const violet: ColorScale;
|
|
32
|
+
declare const purple: ColorScale;
|
|
33
|
+
declare const fuchsia: ColorScale;
|
|
34
|
+
declare const pink: ColorScale;
|
|
35
|
+
declare const rose: ColorScale;
|
|
36
|
+
declare const white = "#ffffff";
|
|
37
|
+
declare const black = "#000000";
|
|
38
|
+
declare const transparent = "transparent";
|
|
39
|
+
declare const currentColor = "currentColor";
|
|
40
|
+
|
|
41
|
+
type colors_ColorScale = ColorScale;
|
|
42
|
+
declare const colors_amber: typeof amber;
|
|
43
|
+
declare const colors_black: typeof black;
|
|
44
|
+
declare const colors_blue: typeof blue;
|
|
45
|
+
declare const colors_currentColor: typeof currentColor;
|
|
46
|
+
declare const colors_cyan: typeof cyan;
|
|
47
|
+
declare const colors_emerald: typeof emerald;
|
|
48
|
+
declare const colors_fuchsia: typeof fuchsia;
|
|
49
|
+
declare const colors_gray: typeof gray;
|
|
50
|
+
declare const colors_green: typeof green;
|
|
51
|
+
declare const colors_indigo: typeof indigo;
|
|
52
|
+
declare const colors_lime: typeof lime;
|
|
53
|
+
declare const colors_neutral: typeof neutral;
|
|
54
|
+
declare const colors_orange: typeof orange;
|
|
55
|
+
declare const colors_pink: typeof pink;
|
|
56
|
+
declare const colors_purple: typeof purple;
|
|
57
|
+
declare const colors_red: typeof red;
|
|
58
|
+
declare const colors_rose: typeof rose;
|
|
59
|
+
declare const colors_sky: typeof sky;
|
|
60
|
+
declare const colors_slate: typeof slate;
|
|
61
|
+
declare const colors_stone: typeof stone;
|
|
62
|
+
declare const colors_teal: typeof teal;
|
|
63
|
+
declare const colors_transparent: typeof transparent;
|
|
64
|
+
declare const colors_violet: typeof violet;
|
|
65
|
+
declare const colors_white: typeof white;
|
|
66
|
+
declare const colors_yellow: typeof yellow;
|
|
67
|
+
declare const colors_zinc: typeof zinc;
|
|
68
|
+
declare namespace colors {
|
|
69
|
+
export { type colors_ColorScale as ColorScale, colors_amber as amber, colors_black as black, colors_blue as blue, colors_currentColor as currentColor, colors_cyan as cyan, colors_emerald as emerald, colors_fuchsia as fuchsia, colors_gray as gray, colors_green as green, colors_indigo as indigo, colors_lime as lime, colors_neutral as neutral, colors_orange as orange, colors_pink as pink, colors_purple as purple, colors_red as red, colors_rose as rose, colors_sky as sky, colors_slate as slate, colors_stone as stone, colors_teal as teal, colors_transparent as transparent, colors_violet as violet, colors_white as white, colors_yellow as yellow, colors_zinc as zinc };
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export { zinc as A, type ColorScale as C, amber as a, black as b, colors as c, blue as d, currentColor as e, cyan as f, emerald as g, fuchsia as h, gray as i, green as j, indigo as k, lime as l, purple as m, neutral as n, orange as o, pink as p, rose as q, red as r, sky as s, slate as t, stone as u, teal as v, transparent as w, violet as x, white as y, yellow as z };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
type ColorScale = {
|
|
2
|
+
50: string;
|
|
3
|
+
100: string;
|
|
4
|
+
200: string;
|
|
5
|
+
300: string;
|
|
6
|
+
400: string;
|
|
7
|
+
500: string;
|
|
8
|
+
600: string;
|
|
9
|
+
700: string;
|
|
10
|
+
800: string;
|
|
11
|
+
900: string;
|
|
12
|
+
950: string;
|
|
13
|
+
};
|
|
14
|
+
declare const slate: ColorScale;
|
|
15
|
+
declare const gray: ColorScale;
|
|
16
|
+
declare const zinc: ColorScale;
|
|
17
|
+
declare const neutral: ColorScale;
|
|
18
|
+
declare const stone: ColorScale;
|
|
19
|
+
declare const red: ColorScale;
|
|
20
|
+
declare const orange: ColorScale;
|
|
21
|
+
declare const amber: ColorScale;
|
|
22
|
+
declare const yellow: ColorScale;
|
|
23
|
+
declare const lime: ColorScale;
|
|
24
|
+
declare const green: ColorScale;
|
|
25
|
+
declare const emerald: ColorScale;
|
|
26
|
+
declare const teal: ColorScale;
|
|
27
|
+
declare const cyan: ColorScale;
|
|
28
|
+
declare const sky: ColorScale;
|
|
29
|
+
declare const blue: ColorScale;
|
|
30
|
+
declare const indigo: ColorScale;
|
|
31
|
+
declare const violet: ColorScale;
|
|
32
|
+
declare const purple: ColorScale;
|
|
33
|
+
declare const fuchsia: ColorScale;
|
|
34
|
+
declare const pink: ColorScale;
|
|
35
|
+
declare const rose: ColorScale;
|
|
36
|
+
declare const white = "#ffffff";
|
|
37
|
+
declare const black = "#000000";
|
|
38
|
+
declare const transparent = "transparent";
|
|
39
|
+
declare const currentColor = "currentColor";
|
|
40
|
+
|
|
41
|
+
type colors_ColorScale = ColorScale;
|
|
42
|
+
declare const colors_amber: typeof amber;
|
|
43
|
+
declare const colors_black: typeof black;
|
|
44
|
+
declare const colors_blue: typeof blue;
|
|
45
|
+
declare const colors_currentColor: typeof currentColor;
|
|
46
|
+
declare const colors_cyan: typeof cyan;
|
|
47
|
+
declare const colors_emerald: typeof emerald;
|
|
48
|
+
declare const colors_fuchsia: typeof fuchsia;
|
|
49
|
+
declare const colors_gray: typeof gray;
|
|
50
|
+
declare const colors_green: typeof green;
|
|
51
|
+
declare const colors_indigo: typeof indigo;
|
|
52
|
+
declare const colors_lime: typeof lime;
|
|
53
|
+
declare const colors_neutral: typeof neutral;
|
|
54
|
+
declare const colors_orange: typeof orange;
|
|
55
|
+
declare const colors_pink: typeof pink;
|
|
56
|
+
declare const colors_purple: typeof purple;
|
|
57
|
+
declare const colors_red: typeof red;
|
|
58
|
+
declare const colors_rose: typeof rose;
|
|
59
|
+
declare const colors_sky: typeof sky;
|
|
60
|
+
declare const colors_slate: typeof slate;
|
|
61
|
+
declare const colors_stone: typeof stone;
|
|
62
|
+
declare const colors_teal: typeof teal;
|
|
63
|
+
declare const colors_transparent: typeof transparent;
|
|
64
|
+
declare const colors_violet: typeof violet;
|
|
65
|
+
declare const colors_white: typeof white;
|
|
66
|
+
declare const colors_yellow: typeof yellow;
|
|
67
|
+
declare const colors_zinc: typeof zinc;
|
|
68
|
+
declare namespace colors {
|
|
69
|
+
export { type colors_ColorScale as ColorScale, colors_amber as amber, colors_black as black, colors_blue as blue, colors_currentColor as currentColor, colors_cyan as cyan, colors_emerald as emerald, colors_fuchsia as fuchsia, colors_gray as gray, colors_green as green, colors_indigo as indigo, colors_lime as lime, colors_neutral as neutral, colors_orange as orange, colors_pink as pink, colors_purple as purple, colors_red as red, colors_rose as rose, colors_sky as sky, colors_slate as slate, colors_stone as stone, colors_teal as teal, colors_transparent as transparent, colors_violet as violet, colors_white as white, colors_yellow as yellow, colors_zinc as zinc };
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export { zinc as A, type ColorScale as C, amber as a, black as b, colors as c, blue as d, currentColor as e, cyan as f, emerald as g, fuchsia as h, gray as i, green as j, indigo as k, lime as l, purple as m, neutral as n, orange as o, pink as p, rose as q, red as r, sky as s, slate as t, stone as u, teal as v, transparent as w, violet as x, white as y, yellow as z };
|