@incodetech/welcome 1.86.0 → 1.86.1
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/incode-design-system/src/GlobalFonts.d.ts +2 -0
- package/dist/incode-design-system/src/components/composed/Button.d.ts +129 -0
- package/dist/incode-design-system/src/components/composed/Card.d.ts +9 -0
- package/dist/incode-design-system/src/components/composed/Container.d.ts +7 -0
- package/dist/incode-design-system/src/components/composed/DateInput.d.ts +2 -0
- package/dist/incode-design-system/src/components/composed/DropdownComposed.d.ts +21 -0
- package/dist/incode-design-system/src/components/composed/InputComposed.d.ts +14 -0
- package/dist/incode-design-system/src/components/composed/Lottie.d.ts +10 -0
- package/dist/incode-design-system/src/components/composed/Modal.d.ts +11 -0
- package/dist/incode-design-system/src/components/composed/Notification.d.ts +6 -0
- package/dist/incode-design-system/src/components/composed/Page.d.ts +34 -0
- package/dist/incode-design-system/src/components/composed/PhoneInput.d.ts +11 -0
- package/dist/incode-design-system/src/components/composed/Spinner.d.ts +9 -0
- package/dist/incode-design-system/src/components/composed/Subtitle.d.ts +5 -0
- package/dist/incode-design-system/src/components/composed/ThemeProvider.d.ts +9 -0
- package/dist/incode-design-system/src/components/composed/Title.d.ts +5 -0
- package/dist/incode-design-system/src/components/composed/assets/CalendarIcon.d.ts +2 -0
- package/dist/incode-design-system/src/components/composed/assets/VerifiedLogo.d.ts +2 -0
- package/dist/incode-design-system/src/components/composed/assets/XIcon.d.ts +8 -0
- package/dist/incode-design-system/src/components/composed/assets/notification-animations/aligndevicelottie.json.d.ts +7462 -0
- package/dist/incode-design-system/src/components/composed/assets/notification-animations/backdevicelottie.json.d.ts +9967 -0
- package/dist/incode-design-system/src/components/composed/assets/notification-animations/blurdevicelottie.json.d.ts +9159 -0
- package/dist/incode-design-system/src/components/composed/assets/notification-animations/frontdevicelottie.json.d.ts +10255 -0
- package/dist/incode-design-system/src/components/composed/assets/notification-animations/glaredevicelottie.json.d.ts +8473 -0
- package/dist/incode-design-system/src/components/composed/index.d.ts +18 -0
- package/dist/incode-design-system/src/components/composed/individualCharacterInputBoxes/IndividualCharacterInputBoxes.d.ts +15 -0
- package/dist/incode-design-system/src/components/composed/individualCharacterInputBoxes/InputBox.d.ts +7 -0
- package/dist/incode-design-system/src/components/composed/individualCharacterInputBoxes/index.d.ts +1 -0
- package/dist/incode-design-system/src/components/icons/DownArrow.d.ts +6 -0
- package/dist/incode-design-system/src/components/icons/ErrorIcon.d.ts +6 -0
- package/dist/incode-design-system/src/components/icons/LoadingIcon.d.ts +6 -0
- package/dist/incode-design-system/src/components/icons/LocationActiveIcon.d.ts +6 -0
- package/dist/incode-design-system/src/components/icons/LocationUnactiveIcon.d.ts +3 -0
- package/dist/incode-design-system/src/components/icons/SuccessIcon.d.ts +6 -0
- package/dist/incode-design-system/src/components/icons/UpArrow.d.ts +6 -0
- package/dist/incode-design-system/src/components/icons/WarningIcon.d.ts +3 -0
- package/dist/incode-design-system/src/components/icons/index.d.ts +8 -0
- package/dist/incode-design-system/src/components/index.d.ts +3 -0
- package/dist/incode-design-system/src/components/primitives/Box.d.ts +157 -0
- package/dist/incode-design-system/src/components/primitives/Box.test.d.ts +1 -0
- package/dist/incode-design-system/src/components/primitives/Flex.d.ts +70 -0
- package/dist/incode-design-system/src/components/primitives/Flex.test.d.ts +1 -0
- package/dist/incode-design-system/src/components/primitives/FlexCenter.d.ts +2 -0
- package/dist/incode-design-system/src/components/primitives/FlexCenter.test.d.ts +1 -0
- package/dist/incode-design-system/src/components/primitives/FlexItem.d.ts +82 -0
- package/dist/incode-design-system/src/components/primitives/FlexItem.test.d.ts +1 -0
- package/dist/incode-design-system/src/components/primitives/Image.d.ts +79 -0
- package/dist/incode-design-system/src/components/primitives/Image.test.d.ts +1 -0
- package/dist/incode-design-system/src/components/primitives/Input.d.ts +9 -0
- package/dist/incode-design-system/src/components/primitives/Spacer.d.ts +91 -0
- package/dist/incode-design-system/src/components/primitives/Spacer.test.d.ts +1 -0
- package/dist/incode-design-system/src/components/primitives/Text.d.ts +71 -0
- package/dist/incode-design-system/src/components/primitives/Text.test.d.ts +1 -0
- package/dist/incode-design-system/src/components/primitives/index.d.ts +14 -0
- package/dist/incode-design-system/src/examples/customTheme.d.ts +3965 -0
- package/dist/incode-design-system/src/hooks/index.d.ts +1 -0
- package/dist/incode-design-system/src/hooks/useTokens.d.ts +30 -0
- package/dist/incode-design-system/src/index.d.ts +5 -0
- package/dist/incode-design-system/src/index.test.d.ts +1 -0
- package/dist/incode-design-system/src/test/setup.d.ts +0 -0
- package/dist/incode-design-system/src/tokens/components/button.d.ts +130 -0
- package/dist/incode-design-system/src/tokens/components/index.d.ts +3 -0
- package/dist/incode-design-system/src/tokens/components/input.d.ts +100 -0
- package/dist/incode-design-system/src/tokens/components/spinner.d.ts +34 -0
- package/dist/incode-design-system/src/tokens/index.d.ts +566 -0
- package/dist/incode-design-system/src/tokens/primitives/animations.d.ts +14 -0
- package/dist/incode-design-system/src/tokens/primitives/colors.d.ts +46 -0
- package/dist/incode-design-system/src/tokens/primitives/shadows.d.ts +10 -0
- package/dist/incode-design-system/src/tokens/primitives/spacing.d.ts +23 -0
- package/dist/incode-design-system/src/tokens/primitives/typography.d.ts +40 -0
- package/dist/incode-design-system/src/tokens/reference/colors.d.ts +301 -0
- package/dist/incode-design-system/src/tokens/reference/index.d.ts +3 -0
- package/dist/incode-design-system/src/tokens/reference/spacing.d.ts +37 -0
- package/dist/incode-design-system/src/tokens/reference/typography.d.ts +91 -0
- package/dist/incode-design-system/src/tokens/tokens.test.d.ts +1 -0
- package/dist/incode-design-system/src/utils/colorUtils.d.ts +7 -0
- package/dist/incode-design-system/src/utils/createTokens.d.ts +18 -0
- package/dist/incode-design-system/src/utils/createTokens.test.d.ts +1 -0
- package/dist/incode-design-system/src/utils/getBrandColors.d.ts +30 -0
- package/dist/incode-design-system/src/utils/getTokensFromDashboardTheme.d.ts +29 -0
- package/dist/incode-design-system/src/utils/index.d.ts +9 -0
- package/dist/incode-design-system/src/utils/merge.d.ts +9 -0
- package/dist/incode-design-system/src/utils/schemas.d.ts +4 -0
- package/dist/incode-design-system/src/utils/smartBrandColorMerging.d.ts +14 -0
- package/dist/incode-design-system/src/utils/smartBrandColorMerging.test.d.ts +1 -0
- package/dist/incode-design-system/src/utils/spacing.d.ts +9 -0
- package/dist/incode-design-system/src/utils/typography.d.ts +26 -0
- package/dist/incode-welcome/src/renderCamera.d.ts +1 -0
- package/dist/incode-welcome/src/ui/theme.d.ts +1 -0
- package/dist/onBoarding.mjs +1 -1
- package/dist/onBoarding.umd.js +1 -1
- package/package.json +7 -3
|
@@ -0,0 +1,566 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
readonly primitives: {
|
|
3
|
+
readonly color: {
|
|
4
|
+
neutral: {
|
|
5
|
+
light: string;
|
|
6
|
+
dark: string;
|
|
7
|
+
};
|
|
8
|
+
brand: {
|
|
9
|
+
50: string;
|
|
10
|
+
200: string;
|
|
11
|
+
300: string;
|
|
12
|
+
400: string;
|
|
13
|
+
500: string;
|
|
14
|
+
600: string;
|
|
15
|
+
900: string;
|
|
16
|
+
};
|
|
17
|
+
gray: {
|
|
18
|
+
50: string;
|
|
19
|
+
100: string;
|
|
20
|
+
200: string;
|
|
21
|
+
300: string;
|
|
22
|
+
500: string;
|
|
23
|
+
700: string;
|
|
24
|
+
800: string;
|
|
25
|
+
900: string;
|
|
26
|
+
};
|
|
27
|
+
brandSecondary: {
|
|
28
|
+
50: string;
|
|
29
|
+
500: string;
|
|
30
|
+
};
|
|
31
|
+
positive: {
|
|
32
|
+
50: string;
|
|
33
|
+
600: string;
|
|
34
|
+
800: string;
|
|
35
|
+
};
|
|
36
|
+
warn: {
|
|
37
|
+
50: string;
|
|
38
|
+
400: string;
|
|
39
|
+
500: string;
|
|
40
|
+
950: string;
|
|
41
|
+
};
|
|
42
|
+
negative: {
|
|
43
|
+
50: string;
|
|
44
|
+
500: string;
|
|
45
|
+
600: string;
|
|
46
|
+
950: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
readonly typography: {
|
|
50
|
+
fontSize: {
|
|
51
|
+
xs: string;
|
|
52
|
+
sm: string;
|
|
53
|
+
base: string;
|
|
54
|
+
lg: string;
|
|
55
|
+
xl: string;
|
|
56
|
+
'2xl': string;
|
|
57
|
+
'3xl': string;
|
|
58
|
+
'4xl': string;
|
|
59
|
+
'5xl': string;
|
|
60
|
+
'6xl': string;
|
|
61
|
+
};
|
|
62
|
+
fontWeight: {
|
|
63
|
+
normal: string;
|
|
64
|
+
medium: string;
|
|
65
|
+
semibold: string;
|
|
66
|
+
bold: string;
|
|
67
|
+
};
|
|
68
|
+
lineHeight: {
|
|
69
|
+
none: string;
|
|
70
|
+
tight: string;
|
|
71
|
+
snug: string;
|
|
72
|
+
normal: string;
|
|
73
|
+
relaxed: string;
|
|
74
|
+
loose: string;
|
|
75
|
+
};
|
|
76
|
+
letterSpacing: {
|
|
77
|
+
tighter: string;
|
|
78
|
+
tight: string;
|
|
79
|
+
normal: string;
|
|
80
|
+
wide: string;
|
|
81
|
+
wider: string;
|
|
82
|
+
widest: string;
|
|
83
|
+
};
|
|
84
|
+
fontFamily: {
|
|
85
|
+
sans: string[];
|
|
86
|
+
mono: string[];
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
readonly spacing: {
|
|
90
|
+
readonly '-1': "-0.25rem";
|
|
91
|
+
readonly 0: "0";
|
|
92
|
+
readonly 1: "0.25rem";
|
|
93
|
+
readonly 2: "0.5rem";
|
|
94
|
+
readonly 3: "0.75rem";
|
|
95
|
+
readonly 4: "1rem";
|
|
96
|
+
readonly 5: "1.25rem";
|
|
97
|
+
readonly 6: "1.5rem";
|
|
98
|
+
readonly 7: "1.75rem";
|
|
99
|
+
readonly 8: "2rem";
|
|
100
|
+
readonly 9: "2.25rem";
|
|
101
|
+
readonly 10: "2.5rem";
|
|
102
|
+
readonly 12: "3rem";
|
|
103
|
+
readonly 16: "4rem";
|
|
104
|
+
readonly 20: "5rem";
|
|
105
|
+
readonly 24: "6rem";
|
|
106
|
+
readonly 32: "8rem";
|
|
107
|
+
readonly 40: "10rem";
|
|
108
|
+
readonly 48: "12rem";
|
|
109
|
+
readonly 56: "14rem";
|
|
110
|
+
readonly 64: "16rem";
|
|
111
|
+
};
|
|
112
|
+
readonly shadow: {
|
|
113
|
+
readonly none: "none";
|
|
114
|
+
readonly sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
115
|
+
readonly base: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
116
|
+
readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
117
|
+
readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
118
|
+
readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
119
|
+
readonly '2xl': "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
120
|
+
readonly inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)";
|
|
121
|
+
};
|
|
122
|
+
readonly animation: {
|
|
123
|
+
readonly duration: {
|
|
124
|
+
readonly fast: "150ms";
|
|
125
|
+
readonly normal: "300ms";
|
|
126
|
+
readonly slow: "500ms";
|
|
127
|
+
};
|
|
128
|
+
readonly easing: {
|
|
129
|
+
readonly linear: "linear";
|
|
130
|
+
readonly ease: "ease";
|
|
131
|
+
readonly 'ease-in': "ease-in";
|
|
132
|
+
readonly 'ease-out': "ease-out";
|
|
133
|
+
readonly 'ease-in-out': "ease-in-out";
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
readonly reference: {
|
|
138
|
+
readonly colors: {
|
|
139
|
+
readonly brand: {
|
|
140
|
+
readonly brand: string;
|
|
141
|
+
};
|
|
142
|
+
readonly surface: {
|
|
143
|
+
readonly neutral: {
|
|
144
|
+
readonly light: string;
|
|
145
|
+
readonly dark: string;
|
|
146
|
+
};
|
|
147
|
+
readonly primary: {
|
|
148
|
+
readonly '50': string;
|
|
149
|
+
readonly '400': string;
|
|
150
|
+
readonly '500': string;
|
|
151
|
+
readonly '600': string;
|
|
152
|
+
};
|
|
153
|
+
readonly secondary: {
|
|
154
|
+
readonly '0': string;
|
|
155
|
+
readonly '50': string;
|
|
156
|
+
readonly '100': string;
|
|
157
|
+
readonly '200': string;
|
|
158
|
+
readonly '300': string;
|
|
159
|
+
readonly '500': string;
|
|
160
|
+
readonly '700': string;
|
|
161
|
+
readonly '800': string;
|
|
162
|
+
readonly '900': string;
|
|
163
|
+
};
|
|
164
|
+
readonly statusSoft: {
|
|
165
|
+
readonly negative: string;
|
|
166
|
+
readonly warning: string;
|
|
167
|
+
readonly positive: string;
|
|
168
|
+
};
|
|
169
|
+
readonly status: {
|
|
170
|
+
readonly negative: string;
|
|
171
|
+
readonly warning: string;
|
|
172
|
+
readonly positive: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
readonly icon: {
|
|
176
|
+
readonly primary: string;
|
|
177
|
+
readonly secondary: string;
|
|
178
|
+
readonly accent: string;
|
|
179
|
+
readonly negative: string;
|
|
180
|
+
readonly warning: string;
|
|
181
|
+
readonly positive: string;
|
|
182
|
+
readonly invert: string;
|
|
183
|
+
readonly success: string;
|
|
184
|
+
readonly disabled: string;
|
|
185
|
+
};
|
|
186
|
+
readonly border: {
|
|
187
|
+
readonly primary: string;
|
|
188
|
+
readonly disabled: string;
|
|
189
|
+
readonly focus: string;
|
|
190
|
+
readonly accent: string;
|
|
191
|
+
readonly negative: string;
|
|
192
|
+
readonly warning: string;
|
|
193
|
+
readonly positive: string;
|
|
194
|
+
};
|
|
195
|
+
readonly text: {
|
|
196
|
+
readonly body: {
|
|
197
|
+
readonly primary: string;
|
|
198
|
+
readonly secondary: string;
|
|
199
|
+
readonly tertiary: string;
|
|
200
|
+
readonly invert: string;
|
|
201
|
+
};
|
|
202
|
+
readonly brand: {
|
|
203
|
+
readonly accent: string;
|
|
204
|
+
readonly brandSecondary: string;
|
|
205
|
+
};
|
|
206
|
+
readonly status: {
|
|
207
|
+
readonly negative: string;
|
|
208
|
+
readonly warning: string;
|
|
209
|
+
readonly positive: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
readonly spacing: {
|
|
214
|
+
readonly component: {
|
|
215
|
+
readonly xs: "0.25rem";
|
|
216
|
+
readonly sm: "0.5rem";
|
|
217
|
+
readonly md: "0.75rem";
|
|
218
|
+
readonly lg: "1rem";
|
|
219
|
+
readonly xl: "1.5rem";
|
|
220
|
+
};
|
|
221
|
+
readonly layout: {
|
|
222
|
+
readonly xs: "1rem";
|
|
223
|
+
readonly sm: "1.5rem";
|
|
224
|
+
readonly md: "2rem";
|
|
225
|
+
readonly lg: "3rem";
|
|
226
|
+
readonly xl: "4rem";
|
|
227
|
+
readonly xxl: "6rem";
|
|
228
|
+
};
|
|
229
|
+
readonly container: {
|
|
230
|
+
readonly xs: "0.75rem";
|
|
231
|
+
readonly sm: "1rem";
|
|
232
|
+
readonly md: "1.5rem";
|
|
233
|
+
readonly lg: "2rem";
|
|
234
|
+
readonly xl: "3rem";
|
|
235
|
+
};
|
|
236
|
+
readonly stack: {
|
|
237
|
+
readonly xs: "0.5rem";
|
|
238
|
+
readonly sm: "0.75rem";
|
|
239
|
+
readonly md: "1rem";
|
|
240
|
+
readonly lg: "1.5rem";
|
|
241
|
+
readonly xl: "2rem";
|
|
242
|
+
};
|
|
243
|
+
readonly inline: {
|
|
244
|
+
readonly xs: "0.25rem";
|
|
245
|
+
readonly sm: "0.5rem";
|
|
246
|
+
readonly md: "0.75rem";
|
|
247
|
+
readonly lg: "1rem";
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
readonly typography: {
|
|
251
|
+
readonly heading: {
|
|
252
|
+
readonly h1: {
|
|
253
|
+
readonly fontSize: string;
|
|
254
|
+
readonly fontWeight: string;
|
|
255
|
+
readonly lineHeight: string;
|
|
256
|
+
};
|
|
257
|
+
readonly h2: {
|
|
258
|
+
readonly fontSize: string;
|
|
259
|
+
readonly fontWeight: string;
|
|
260
|
+
readonly lineHeight: string;
|
|
261
|
+
};
|
|
262
|
+
readonly h3: {
|
|
263
|
+
readonly fontSize: string;
|
|
264
|
+
readonly fontWeight: string;
|
|
265
|
+
readonly lineHeight: string;
|
|
266
|
+
};
|
|
267
|
+
readonly h4: {
|
|
268
|
+
readonly fontSize: string;
|
|
269
|
+
readonly fontWeight: string;
|
|
270
|
+
readonly lineHeight: string;
|
|
271
|
+
};
|
|
272
|
+
readonly h5: {
|
|
273
|
+
readonly fontSize: string;
|
|
274
|
+
readonly fontWeight: string;
|
|
275
|
+
readonly lineHeight: string;
|
|
276
|
+
};
|
|
277
|
+
readonly h6: {
|
|
278
|
+
readonly fontSize: string;
|
|
279
|
+
readonly fontWeight: string;
|
|
280
|
+
readonly lineHeight: string;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
readonly body: {
|
|
284
|
+
readonly large: {
|
|
285
|
+
readonly fontSize: string;
|
|
286
|
+
readonly fontWeight: string;
|
|
287
|
+
readonly lineHeight: string;
|
|
288
|
+
};
|
|
289
|
+
readonly default: {
|
|
290
|
+
readonly fontSize: string;
|
|
291
|
+
readonly fontWeight: string;
|
|
292
|
+
readonly lineHeight: string;
|
|
293
|
+
};
|
|
294
|
+
readonly small: {
|
|
295
|
+
readonly fontSize: string;
|
|
296
|
+
readonly fontWeight: string;
|
|
297
|
+
readonly lineHeight: string;
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
readonly ui: {
|
|
301
|
+
readonly buttonLarge: {
|
|
302
|
+
readonly fontSize: string;
|
|
303
|
+
readonly fontWeight: string;
|
|
304
|
+
readonly lineHeight: string;
|
|
305
|
+
};
|
|
306
|
+
readonly buttonDefault: {
|
|
307
|
+
readonly fontSize: string;
|
|
308
|
+
readonly fontWeight: string;
|
|
309
|
+
readonly lineHeight: string;
|
|
310
|
+
};
|
|
311
|
+
readonly buttonSmall: {
|
|
312
|
+
readonly fontSize: string;
|
|
313
|
+
readonly fontWeight: string;
|
|
314
|
+
readonly lineHeight: string;
|
|
315
|
+
};
|
|
316
|
+
readonly label: {
|
|
317
|
+
readonly fontSize: string;
|
|
318
|
+
readonly fontWeight: string;
|
|
319
|
+
readonly lineHeight: string;
|
|
320
|
+
};
|
|
321
|
+
readonly caption: {
|
|
322
|
+
readonly fontSize: string;
|
|
323
|
+
readonly fontWeight: string;
|
|
324
|
+
readonly lineHeight: string;
|
|
325
|
+
};
|
|
326
|
+
};
|
|
327
|
+
readonly code: {
|
|
328
|
+
readonly inline: {
|
|
329
|
+
readonly fontSize: string;
|
|
330
|
+
readonly fontFamily: string[];
|
|
331
|
+
readonly fontWeight: string;
|
|
332
|
+
};
|
|
333
|
+
readonly block: {
|
|
334
|
+
readonly fontSize: string;
|
|
335
|
+
readonly fontFamily: string[];
|
|
336
|
+
readonly fontWeight: string;
|
|
337
|
+
readonly lineHeight: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
readonly color: {
|
|
343
|
+
readonly brand: {
|
|
344
|
+
readonly brand: string;
|
|
345
|
+
};
|
|
346
|
+
readonly surface: {
|
|
347
|
+
readonly neutral: {
|
|
348
|
+
readonly light: string;
|
|
349
|
+
readonly dark: string;
|
|
350
|
+
};
|
|
351
|
+
readonly primary: {
|
|
352
|
+
readonly '50': string;
|
|
353
|
+
readonly '400': string;
|
|
354
|
+
readonly '500': string;
|
|
355
|
+
readonly '600': string;
|
|
356
|
+
};
|
|
357
|
+
readonly secondary: {
|
|
358
|
+
readonly '0': string;
|
|
359
|
+
readonly '50': string;
|
|
360
|
+
readonly '100': string;
|
|
361
|
+
readonly '200': string;
|
|
362
|
+
readonly '300': string;
|
|
363
|
+
readonly '500': string;
|
|
364
|
+
readonly '700': string;
|
|
365
|
+
readonly '800': string;
|
|
366
|
+
readonly '900': string;
|
|
367
|
+
};
|
|
368
|
+
readonly statusSoft: {
|
|
369
|
+
readonly negative: string;
|
|
370
|
+
readonly warning: string;
|
|
371
|
+
readonly positive: string;
|
|
372
|
+
};
|
|
373
|
+
readonly status: {
|
|
374
|
+
readonly negative: string;
|
|
375
|
+
readonly warning: string;
|
|
376
|
+
readonly positive: string;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
readonly icon: {
|
|
380
|
+
readonly primary: string;
|
|
381
|
+
readonly secondary: string;
|
|
382
|
+
readonly accent: string;
|
|
383
|
+
readonly negative: string;
|
|
384
|
+
readonly warning: string;
|
|
385
|
+
readonly positive: string;
|
|
386
|
+
readonly invert: string;
|
|
387
|
+
readonly success: string;
|
|
388
|
+
readonly disabled: string;
|
|
389
|
+
};
|
|
390
|
+
readonly border: {
|
|
391
|
+
readonly primary: string;
|
|
392
|
+
readonly disabled: string;
|
|
393
|
+
readonly focus: string;
|
|
394
|
+
readonly accent: string;
|
|
395
|
+
readonly negative: string;
|
|
396
|
+
readonly warning: string;
|
|
397
|
+
readonly positive: string;
|
|
398
|
+
};
|
|
399
|
+
readonly text: {
|
|
400
|
+
readonly body: {
|
|
401
|
+
readonly primary: string;
|
|
402
|
+
readonly secondary: string;
|
|
403
|
+
readonly tertiary: string;
|
|
404
|
+
readonly invert: string;
|
|
405
|
+
};
|
|
406
|
+
readonly brand: {
|
|
407
|
+
readonly accent: string;
|
|
408
|
+
readonly brandSecondary: string;
|
|
409
|
+
};
|
|
410
|
+
readonly status: {
|
|
411
|
+
readonly negative: string;
|
|
412
|
+
readonly warning: string;
|
|
413
|
+
readonly positive: string;
|
|
414
|
+
};
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
readonly typography: {
|
|
418
|
+
fontSize: {
|
|
419
|
+
xs: string;
|
|
420
|
+
sm: string;
|
|
421
|
+
base: string;
|
|
422
|
+
lg: string;
|
|
423
|
+
xl: string;
|
|
424
|
+
'2xl': string;
|
|
425
|
+
'3xl': string;
|
|
426
|
+
'4xl': string;
|
|
427
|
+
'5xl': string;
|
|
428
|
+
'6xl': string;
|
|
429
|
+
};
|
|
430
|
+
fontWeight: {
|
|
431
|
+
normal: string;
|
|
432
|
+
medium: string;
|
|
433
|
+
semibold: string;
|
|
434
|
+
bold: string;
|
|
435
|
+
};
|
|
436
|
+
lineHeight: {
|
|
437
|
+
none: string;
|
|
438
|
+
tight: string;
|
|
439
|
+
snug: string;
|
|
440
|
+
normal: string;
|
|
441
|
+
relaxed: string;
|
|
442
|
+
loose: string;
|
|
443
|
+
};
|
|
444
|
+
letterSpacing: {
|
|
445
|
+
tighter: string;
|
|
446
|
+
tight: string;
|
|
447
|
+
normal: string;
|
|
448
|
+
wide: string;
|
|
449
|
+
wider: string;
|
|
450
|
+
widest: string;
|
|
451
|
+
};
|
|
452
|
+
fontFamily: {
|
|
453
|
+
sans: string[];
|
|
454
|
+
mono: string[];
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
readonly spacing: {
|
|
458
|
+
readonly '-1': "-0.25rem";
|
|
459
|
+
readonly 0: "0";
|
|
460
|
+
readonly 1: "0.25rem";
|
|
461
|
+
readonly 2: "0.5rem";
|
|
462
|
+
readonly 3: "0.75rem";
|
|
463
|
+
readonly 4: "1rem";
|
|
464
|
+
readonly 5: "1.25rem";
|
|
465
|
+
readonly 6: "1.5rem";
|
|
466
|
+
readonly 7: "1.75rem";
|
|
467
|
+
readonly 8: "2rem";
|
|
468
|
+
readonly 9: "2.25rem";
|
|
469
|
+
readonly 10: "2.5rem";
|
|
470
|
+
readonly 12: "3rem";
|
|
471
|
+
readonly 16: "4rem";
|
|
472
|
+
readonly 20: "5rem";
|
|
473
|
+
readonly 24: "6rem";
|
|
474
|
+
readonly 32: "8rem";
|
|
475
|
+
readonly 40: "10rem";
|
|
476
|
+
readonly 48: "12rem";
|
|
477
|
+
readonly 56: "14rem";
|
|
478
|
+
readonly 64: "16rem";
|
|
479
|
+
};
|
|
480
|
+
readonly button: {
|
|
481
|
+
readonly primary: {
|
|
482
|
+
readonly surface: {
|
|
483
|
+
readonly default: string;
|
|
484
|
+
readonly hover: string;
|
|
485
|
+
readonly pressed: string;
|
|
486
|
+
readonly disabled: string;
|
|
487
|
+
};
|
|
488
|
+
readonly text: {
|
|
489
|
+
readonly default: string;
|
|
490
|
+
readonly disabled: string;
|
|
491
|
+
};
|
|
492
|
+
readonly border: {
|
|
493
|
+
readonly default: string;
|
|
494
|
+
readonly hover: string;
|
|
495
|
+
readonly pressed: string;
|
|
496
|
+
readonly disabled: string;
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
readonly secondary: {
|
|
500
|
+
readonly surface: {
|
|
501
|
+
readonly default: string;
|
|
502
|
+
readonly hover: string;
|
|
503
|
+
readonly pressed: string;
|
|
504
|
+
readonly disabled: string;
|
|
505
|
+
};
|
|
506
|
+
readonly text: {
|
|
507
|
+
readonly default: string;
|
|
508
|
+
readonly disabled: string;
|
|
509
|
+
};
|
|
510
|
+
readonly border: {
|
|
511
|
+
readonly default: string;
|
|
512
|
+
readonly hover: string;
|
|
513
|
+
readonly pressed: string;
|
|
514
|
+
readonly disabled: string;
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
readonly tertiary: {
|
|
518
|
+
readonly text: string;
|
|
519
|
+
readonly disabled: string;
|
|
520
|
+
};
|
|
521
|
+
};
|
|
522
|
+
readonly input: {
|
|
523
|
+
readonly primary: {
|
|
524
|
+
readonly surface: {
|
|
525
|
+
readonly default: string;
|
|
526
|
+
readonly hover: string;
|
|
527
|
+
readonly active: string;
|
|
528
|
+
readonly disabled: string;
|
|
529
|
+
};
|
|
530
|
+
readonly text: {
|
|
531
|
+
readonly label: {
|
|
532
|
+
readonly default: string;
|
|
533
|
+
readonly disabled: string;
|
|
534
|
+
};
|
|
535
|
+
readonly field: {
|
|
536
|
+
readonly default: string;
|
|
537
|
+
readonly disabled: string;
|
|
538
|
+
readonly placeholder: string;
|
|
539
|
+
};
|
|
540
|
+
readonly helper: {
|
|
541
|
+
readonly default: string;
|
|
542
|
+
readonly disabled: string;
|
|
543
|
+
readonly negative: string;
|
|
544
|
+
};
|
|
545
|
+
};
|
|
546
|
+
readonly border: {
|
|
547
|
+
readonly default: string;
|
|
548
|
+
readonly active: string;
|
|
549
|
+
readonly disabled: string;
|
|
550
|
+
readonly negative: string;
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
readonly spinner: {
|
|
555
|
+
surface: {
|
|
556
|
+
primary: string;
|
|
557
|
+
secondary: string;
|
|
558
|
+
};
|
|
559
|
+
text: {
|
|
560
|
+
primary: string;
|
|
561
|
+
secondary: string;
|
|
562
|
+
};
|
|
563
|
+
};
|
|
564
|
+
};
|
|
565
|
+
export type Theme = typeof tokens;
|
|
566
|
+
export type Tokens = typeof tokens;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const animations: {
|
|
2
|
+
readonly duration: {
|
|
3
|
+
readonly fast: "150ms";
|
|
4
|
+
readonly normal: "300ms";
|
|
5
|
+
readonly slow: "500ms";
|
|
6
|
+
};
|
|
7
|
+
readonly easing: {
|
|
8
|
+
readonly linear: "linear";
|
|
9
|
+
readonly ease: "ease";
|
|
10
|
+
readonly 'ease-in': "ease-in";
|
|
11
|
+
readonly 'ease-out': "ease-out";
|
|
12
|
+
readonly 'ease-in-out': "ease-in-out";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export declare const colors: {
|
|
2
|
+
neutral: {
|
|
3
|
+
light: string;
|
|
4
|
+
dark: string;
|
|
5
|
+
};
|
|
6
|
+
brand: {
|
|
7
|
+
50: string;
|
|
8
|
+
200: string;
|
|
9
|
+
300: string;
|
|
10
|
+
400: string;
|
|
11
|
+
500: string;
|
|
12
|
+
600: string;
|
|
13
|
+
900: string;
|
|
14
|
+
};
|
|
15
|
+
gray: {
|
|
16
|
+
50: string;
|
|
17
|
+
100: string;
|
|
18
|
+
200: string;
|
|
19
|
+
300: string;
|
|
20
|
+
500: string;
|
|
21
|
+
700: string;
|
|
22
|
+
800: string;
|
|
23
|
+
900: string;
|
|
24
|
+
};
|
|
25
|
+
brandSecondary: {
|
|
26
|
+
50: string;
|
|
27
|
+
500: string;
|
|
28
|
+
};
|
|
29
|
+
positive: {
|
|
30
|
+
50: string;
|
|
31
|
+
600: string;
|
|
32
|
+
800: string;
|
|
33
|
+
};
|
|
34
|
+
warn: {
|
|
35
|
+
50: string;
|
|
36
|
+
400: string;
|
|
37
|
+
500: string;
|
|
38
|
+
950: string;
|
|
39
|
+
};
|
|
40
|
+
negative: {
|
|
41
|
+
50: string;
|
|
42
|
+
500: string;
|
|
43
|
+
600: string;
|
|
44
|
+
950: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const shadows: {
|
|
2
|
+
readonly none: "none";
|
|
3
|
+
readonly sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
4
|
+
readonly base: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
5
|
+
readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
6
|
+
readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
7
|
+
readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
8
|
+
readonly '2xl': "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
9
|
+
readonly inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)";
|
|
10
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const spacing: {
|
|
2
|
+
readonly '-1': "-0.25rem";
|
|
3
|
+
readonly 0: "0";
|
|
4
|
+
readonly 1: "0.25rem";
|
|
5
|
+
readonly 2: "0.5rem";
|
|
6
|
+
readonly 3: "0.75rem";
|
|
7
|
+
readonly 4: "1rem";
|
|
8
|
+
readonly 5: "1.25rem";
|
|
9
|
+
readonly 6: "1.5rem";
|
|
10
|
+
readonly 7: "1.75rem";
|
|
11
|
+
readonly 8: "2rem";
|
|
12
|
+
readonly 9: "2.25rem";
|
|
13
|
+
readonly 10: "2.5rem";
|
|
14
|
+
readonly 12: "3rem";
|
|
15
|
+
readonly 16: "4rem";
|
|
16
|
+
readonly 20: "5rem";
|
|
17
|
+
readonly 24: "6rem";
|
|
18
|
+
readonly 32: "8rem";
|
|
19
|
+
readonly 40: "10rem";
|
|
20
|
+
readonly 48: "12rem";
|
|
21
|
+
readonly 56: "14rem";
|
|
22
|
+
readonly 64: "16rem";
|
|
23
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export declare const typography: {
|
|
2
|
+
fontSize: {
|
|
3
|
+
xs: string;
|
|
4
|
+
sm: string;
|
|
5
|
+
base: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
xl: string;
|
|
8
|
+
'2xl': string;
|
|
9
|
+
'3xl': string;
|
|
10
|
+
'4xl': string;
|
|
11
|
+
'5xl': string;
|
|
12
|
+
'6xl': string;
|
|
13
|
+
};
|
|
14
|
+
fontWeight: {
|
|
15
|
+
normal: string;
|
|
16
|
+
medium: string;
|
|
17
|
+
semibold: string;
|
|
18
|
+
bold: string;
|
|
19
|
+
};
|
|
20
|
+
lineHeight: {
|
|
21
|
+
none: string;
|
|
22
|
+
tight: string;
|
|
23
|
+
snug: string;
|
|
24
|
+
normal: string;
|
|
25
|
+
relaxed: string;
|
|
26
|
+
loose: string;
|
|
27
|
+
};
|
|
28
|
+
letterSpacing: {
|
|
29
|
+
tighter: string;
|
|
30
|
+
tight: string;
|
|
31
|
+
normal: string;
|
|
32
|
+
wide: string;
|
|
33
|
+
wider: string;
|
|
34
|
+
widest: string;
|
|
35
|
+
};
|
|
36
|
+
fontFamily: {
|
|
37
|
+
sans: string[];
|
|
38
|
+
mono: string[];
|
|
39
|
+
};
|
|
40
|
+
};
|