boottent-design 0.1.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.
@@ -0,0 +1,384 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { DetailedHTMLProps } from 'react';
3
+ import { DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES } from 'react';
4
+ import { ForwardRefExoticComponent } from 'react';
5
+ import { HTMLAttributes } from 'react';
6
+ import { JSX as JSX_2 } from 'react';
7
+ import { RefAttributes } from 'react';
8
+ import { RefObject } from 'react';
9
+
10
+ export declare const Box: ForwardRefExoticComponent<Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
11
+ ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
12
+ }, "ref"> & RefAttributes<HTMLDivElement>>;
13
+
14
+ declare type BoxProps = ComponentPropsWithRef<"div">;
15
+
16
+ export declare const Stack: ({ className, ...props }: StackProps) => JSX_2.Element;
17
+
18
+ declare type StackProps = BoxProps;
19
+
20
+ export { }
21
+
22
+ declare namespace _default {
23
+ let content: string[];
24
+ namespace theme {
25
+ let fontSize: any;
26
+ let colors: {
27
+ grey: {
28
+ 50: string;
29
+ 100: string;
30
+ 200: string;
31
+ 300: string;
32
+ 400: string;
33
+ 500: string;
34
+ 600: string;
35
+ 700: string;
36
+ 800: string;
37
+ 900: string;
38
+ 950: string;
39
+ };
40
+ main: {
41
+ 50: string;
42
+ 100: string;
43
+ 200: string;
44
+ 300: string;
45
+ 400: string;
46
+ 500: string;
47
+ 600: string;
48
+ 700: string;
49
+ 800: string;
50
+ 900: string;
51
+ 950: string;
52
+ };
53
+ red: {
54
+ 50: string;
55
+ 300: string;
56
+ 400: string;
57
+ 500: string;
58
+ '100': "#fee2e2";
59
+ '200': "#fecaca";
60
+ '600': "#dc2626";
61
+ '700': "#b91c1c";
62
+ '800': "#991b1b";
63
+ '900': "#7f1d1d";
64
+ '950': "#450a0a";
65
+ };
66
+ pink: {
67
+ 50: string;
68
+ 500: string;
69
+ '100': "#fce7f3";
70
+ '200': "#fbcfe8";
71
+ '300': "#f9a8d4";
72
+ '400': "#f472b6";
73
+ '600': "#db2777";
74
+ '700': "#be185d";
75
+ '800': "#9d174d";
76
+ '900': "#831843";
77
+ '950': "#500724";
78
+ };
79
+ yellow: {
80
+ 100: string;
81
+ 300: string;
82
+ 400: string;
83
+ kakao: string;
84
+ '50': "#fefce8";
85
+ '200': "#fef08a";
86
+ '500': "#eab308";
87
+ '600': "#ca8a04";
88
+ '700': "#a16207";
89
+ '800': "#854d0e";
90
+ '900': "#713f12";
91
+ '950': "#422006";
92
+ };
93
+ orange: {
94
+ 50: string;
95
+ 500: string;
96
+ '100': "#ffedd5";
97
+ '200': "#fed7aa";
98
+ '300': "#fdba74";
99
+ '400': "#fb923c";
100
+ '600': "#ea580c";
101
+ '700': "#c2410c";
102
+ '800': "#9a3412";
103
+ '900': "#7c2d12";
104
+ '950': "#431407";
105
+ };
106
+ brown: {
107
+ 50: string;
108
+ 500: string;
109
+ };
110
+ lime: {
111
+ 50: string;
112
+ 500: string;
113
+ '100': "#ecfccb";
114
+ '200': "#d9f99d";
115
+ '300': "#bef264";
116
+ '400': "#a3e635";
117
+ '600': "#65a30d";
118
+ '700': "#4d7c0f";
119
+ '800': "#3f6212";
120
+ '900': "#365314";
121
+ '950': "#1a2e05";
122
+ };
123
+ green: {
124
+ 50: string;
125
+ 500: string;
126
+ naver: string;
127
+ '100': "#dcfce7";
128
+ '200': "#bbf7d0";
129
+ '300': "#86efac";
130
+ '400': "#4ade80";
131
+ '600': "#16a34a";
132
+ '700': "#15803d";
133
+ '800': "#166534";
134
+ '900': "#14532d";
135
+ '950': "#052e16";
136
+ };
137
+ teal: {
138
+ 50: string;
139
+ 500: string;
140
+ '100': "#ccfbf1";
141
+ '200': "#99f6e4";
142
+ '300': "#5eead4";
143
+ '400': "#2dd4bf";
144
+ '600': "#0d9488";
145
+ '700': "#0f766e";
146
+ '800': "#115e59";
147
+ '900': "#134e4a";
148
+ '950': "#042f2e";
149
+ };
150
+ blue: {
151
+ 50: string;
152
+ 100: string;
153
+ 400: string;
154
+ 500: string;
155
+ 600: string;
156
+ '200': "#bfdbfe";
157
+ '300': "#93c5fd";
158
+ '700': "#1d4ed8";
159
+ '800': "#1e40af";
160
+ '900': "#1e3a8a";
161
+ '950': "#172554";
162
+ };
163
+ inherit: "inherit";
164
+ current: "currentColor";
165
+ transparent: "transparent";
166
+ black: "#000";
167
+ white: "#fff";
168
+ slate: {
169
+ "50": "#f8fafc";
170
+ "100": "#f1f5f9";
171
+ "200": "#e2e8f0";
172
+ "300": "#cbd5e1";
173
+ "400": "#94a3b8";
174
+ "500": "#64748b";
175
+ "600": "#475569";
176
+ "700": "#334155";
177
+ "800": "#1e293b";
178
+ "900": "#0f172a";
179
+ "950": "#020617";
180
+ };
181
+ gray: {
182
+ "50": "#f9fafb";
183
+ "100": "#f3f4f6";
184
+ "200": "#e5e7eb";
185
+ "300": "#d1d5db";
186
+ "400": "#9ca3af";
187
+ "500": "#6b7280";
188
+ "600": "#4b5563";
189
+ "700": "#374151";
190
+ "800": "#1f2937";
191
+ "900": "#111827";
192
+ "950": "#030712";
193
+ };
194
+ zinc: {
195
+ "50": "#fafafa";
196
+ "100": "#f4f4f5";
197
+ "200": "#e4e4e7";
198
+ "300": "#d4d4d8";
199
+ "400": "#a1a1aa";
200
+ "500": "#71717a";
201
+ "600": "#52525b";
202
+ "700": "#3f3f46";
203
+ "800": "#27272a";
204
+ "900": "#18181b";
205
+ "950": "#09090b";
206
+ };
207
+ neutral: {
208
+ "50": "#fafafa";
209
+ "100": "#f5f5f5";
210
+ "200": "#e5e5e5";
211
+ "300": "#d4d4d4";
212
+ "400": "#a3a3a3";
213
+ "500": "#737373";
214
+ "600": "#525252";
215
+ "700": "#404040";
216
+ "800": "#262626";
217
+ "900": "#171717";
218
+ "950": "#0a0a0a";
219
+ };
220
+ stone: {
221
+ "50": "#fafaf9";
222
+ "100": "#f5f5f4";
223
+ "200": "#e7e5e4";
224
+ "300": "#d6d3d1";
225
+ "400": "#a8a29e";
226
+ "500": "#78716c";
227
+ "600": "#57534e";
228
+ "700": "#44403c";
229
+ "800": "#292524";
230
+ "900": "#1c1917";
231
+ "950": "#0c0a09";
232
+ };
233
+ amber: {
234
+ "50": "#fffbeb";
235
+ "100": "#fef3c7";
236
+ "200": "#fde68a";
237
+ "300": "#fcd34d";
238
+ "400": "#fbbf24";
239
+ "500": "#f59e0b";
240
+ "600": "#d97706";
241
+ "700": "#b45309";
242
+ "800": "#92400e";
243
+ "900": "#78350f";
244
+ "950": "#451a03";
245
+ };
246
+ emerald: {
247
+ "50": "#ecfdf5";
248
+ "100": "#d1fae5";
249
+ "200": "#a7f3d0";
250
+ "300": "#6ee7b7";
251
+ "400": "#34d399";
252
+ "500": "#10b981";
253
+ "600": "#059669";
254
+ "700": "#047857";
255
+ "800": "#065f46";
256
+ "900": "#064e3b";
257
+ "950": "#022c22";
258
+ };
259
+ cyan: {
260
+ "50": "#ecfeff";
261
+ "100": "#cffafe";
262
+ "200": "#a5f3fc";
263
+ "300": "#67e8f9";
264
+ "400": "#22d3ee";
265
+ "500": "#06b6d4";
266
+ "600": "#0891b2";
267
+ "700": "#0e7490";
268
+ "800": "#155e75";
269
+ "900": "#164e63";
270
+ "950": "#083344";
271
+ };
272
+ sky: {
273
+ "50": "#f0f9ff";
274
+ "100": "#e0f2fe";
275
+ "200": "#bae6fd";
276
+ "300": "#7dd3fc";
277
+ "400": "#38bdf8";
278
+ "500": "#0ea5e9";
279
+ "600": "#0284c7";
280
+ "700": "#0369a1";
281
+ "800": "#075985";
282
+ "900": "#0c4a6e";
283
+ "950": "#082f49";
284
+ };
285
+ indigo: {
286
+ "50": "#eef2ff";
287
+ "100": "#e0e7ff";
288
+ "200": "#c7d2fe";
289
+ "300": "#a5b4fc";
290
+ "400": "#818cf8";
291
+ "500": "#6366f1";
292
+ "600": "#4f46e5";
293
+ "700": "#4338ca";
294
+ "800": "#3730a3";
295
+ "900": "#312e81";
296
+ "950": "#1e1b4b";
297
+ };
298
+ violet: {
299
+ "50": "#f5f3ff";
300
+ "100": "#ede9fe";
301
+ "200": "#ddd6fe";
302
+ "300": "#c4b5fd";
303
+ "400": "#a78bfa";
304
+ "500": "#8b5cf6";
305
+ "600": "#7c3aed";
306
+ "700": "#6d28d9";
307
+ "800": "#5b21b6";
308
+ "900": "#4c1d95";
309
+ "950": "#2e1065";
310
+ };
311
+ purple: {
312
+ "50": "#faf5ff";
313
+ "100": "#f3e8ff";
314
+ "200": "#e9d5ff";
315
+ "300": "#d8b4fe";
316
+ "400": "#c084fc";
317
+ "500": "#a855f7";
318
+ "600": "#9333ea";
319
+ "700": "#7e22ce";
320
+ "800": "#6b21a8";
321
+ "900": "#581c87";
322
+ "950": "#3b0764";
323
+ };
324
+ fuchsia: {
325
+ "50": "#fdf4ff";
326
+ "100": "#fae8ff";
327
+ "200": "#f5d0fe";
328
+ "300": "#f0abfc";
329
+ "400": "#e879f9";
330
+ "500": "#d946ef";
331
+ "600": "#c026d3";
332
+ "700": "#a21caf";
333
+ "800": "#86198f";
334
+ "900": "#701a75";
335
+ "950": "#4a044e";
336
+ };
337
+ rose: {
338
+ "50": "#fff1f2";
339
+ "100": "#ffe4e6";
340
+ "200": "#fecdd3";
341
+ "300": "#fda4af";
342
+ "400": "#fb7185";
343
+ "500": "#f43f5e";
344
+ "600": "#e11d48";
345
+ "700": "#be123c";
346
+ "800": "#9f1239";
347
+ "900": "#881337";
348
+ "950": "#4c0519";
349
+ };
350
+ lightBlue: import("tailwindcss/types/generated/colors").DefaultColors["sky"];
351
+ warmGray: import("tailwindcss/types/generated/colors").DefaultColors["stone"];
352
+ trueGray: import("tailwindcss/types/generated/colors").DefaultColors["neutral"];
353
+ coolGray: import("tailwindcss/types/generated/colors").DefaultColors["gray"];
354
+ blueGray: import("tailwindcss/types/generated/colors").DefaultColors["slate"];
355
+ };
356
+ namespace extend {
357
+ export namespace colors_1 {
358
+ let primary: {
359
+ '50': "#eff6ff";
360
+ '100': "#dbeafe";
361
+ '200': "#bfdbfe";
362
+ '300': "#93c5fd";
363
+ '400': "#60a5fa";
364
+ '500': "#3b82f6";
365
+ '600': "#2563eb";
366
+ '700': "#1d4ed8";
367
+ '800': "#1e40af";
368
+ '900': "#1e3a8a";
369
+ '950': "#172554";
370
+ };
371
+ }
372
+ export { colors_1 as colors };
373
+ }
374
+ }
375
+ let plugins: never[];
376
+ }
377
+
378
+ declare namespace _default {
379
+ namespace plugins {
380
+ let tailwindcss: {};
381
+ let autoprefixer: {};
382
+ }
383
+ }
384
+