@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.7
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/cjs/backdrop/backdrop.styles.js +1 -1
- package/cjs/button/button.js +1 -1
- package/cjs/button/button.styles.js +1 -1
- package/cjs/button/utils.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/checkbox/checkbox-context.js +1 -1
- package/cjs/checkbox/checkbox-group.js +1 -1
- package/cjs/checkbox/checkbox.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox-group.js +1 -0
- package/cjs/checkbox/use-checkbox.js +1 -0
- package/cjs/collapse/collapse.styles.js +1 -1
- package/cjs/css-baseline/css-baseline.js +1 -1
- package/cjs/grid/grid-container.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/input/input.styles.js +1 -1
- package/cjs/link/link.js +1 -1
- package/cjs/link/link.styles.js +1 -1
- package/cjs/pagination/pagination.styles.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/radio/radio.styles.js +1 -1
- package/cjs/switch/switch.styles.js +1 -1
- package/cjs/table/table-checkbox-cell.js +1 -1
- package/cjs/table/table-context.js +1 -1
- package/cjs/table/table-select-all-checkbox.js +1 -1
- package/cjs/table/table.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/table/utils.js +1 -1
- package/cjs/theme/colors/blue.js +1 -0
- package/cjs/theme/colors/cyan.js +1 -0
- package/cjs/theme/colors/gray.js +1 -0
- package/cjs/theme/colors/green.js +1 -0
- package/cjs/theme/colors/index.js +1 -0
- package/cjs/theme/colors/pink.js +1 -0
- package/cjs/theme/colors/purple.js +1 -0
- package/cjs/theme/colors/red.js +1 -0
- package/cjs/theme/colors/yellow.js +1 -0
- package/cjs/theme/common.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/index.js +1 -1
- package/cjs/theme/light-theme.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/esm/backdrop/backdrop.styles.js +1 -1
- package/esm/button/button.js +1 -1
- package/esm/button/button.styles.js +1 -1
- package/esm/button/utils.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/checkbox/checkbox-context.js +1 -1
- package/esm/checkbox/checkbox-group.js +1 -1
- package/esm/checkbox/checkbox.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox-group.js +1 -0
- package/esm/checkbox/use-checkbox.js +1 -0
- package/esm/collapse/collapse.styles.js +1 -1
- package/esm/css-baseline/css-baseline.js +1 -1
- package/esm/grid/grid-container.js +1 -1
- package/esm/index.js +1 -1
- package/esm/input/input.styles.js +1 -1
- package/esm/link/link.js +1 -1
- package/esm/link/link.styles.js +1 -1
- package/esm/pagination/pagination.styles.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/radio/radio.styles.js +1 -1
- package/esm/switch/switch.styles.js +1 -1
- package/esm/table/table-checkbox-cell.js +1 -1
- package/esm/table/table-context.js +1 -1
- package/esm/table/table-select-all-checkbox.js +1 -1
- package/esm/table/table.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/table/utils.js +1 -1
- package/esm/theme/colors/blue.js +1 -0
- package/esm/theme/colors/cyan.js +1 -0
- package/esm/theme/colors/gray.js +1 -0
- package/esm/theme/colors/green.js +1 -0
- package/esm/theme/colors/index.js +1 -0
- package/esm/theme/colors/pink.js +1 -0
- package/esm/theme/colors/purple.js +1 -0
- package/esm/theme/colors/red.js +1 -0
- package/esm/theme/colors/yellow.js +1 -0
- package/esm/theme/common.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/index.js +1 -1
- package/esm/theme/light-theme.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/package.json +23 -23
- package/types/avatar/avatar-group.styles.d.ts +246 -168
- package/types/avatar/avatar.styles.d.ts +123 -84
- package/types/backdrop/backdrop.styles.d.ts +369 -252
- package/types/button/button-group.styles.d.ts +123 -84
- package/types/button/button-icon.d.ts +123 -84
- package/types/button/button.styles.d.ts +392 -187
- package/types/card/card.styles.d.ts +510 -354
- package/types/checkbox/checkbox-context.d.ts +3 -11
- package/types/checkbox/checkbox-group.d.ts +9 -28
- package/types/checkbox/checkbox.d.ts +8 -40
- package/types/checkbox/checkbox.styles.d.ts +1373 -1921
- package/types/checkbox/use-checkbox-group.d.ts +29 -0
- package/types/checkbox/use-checkbox.d.ts +26 -0
- package/types/code/code.styles.d.ts +246 -168
- package/types/col/col.styles.d.ts +123 -84
- package/types/collapse/collapse.styles.d.ts +756 -522
- package/types/container/container.styles.d.ts +123 -84
- package/types/divider/divider.styles.d.ts +246 -168
- package/types/grid/grid.styles.d.ts +246 -168
- package/types/image/image.styles.d.ts +369 -252
- package/types/index.d.ts +1 -0
- package/types/input/input.styles.d.ts +1409 -980
- package/types/link/link.styles.d.ts +246 -168
- package/types/loading/loading.styles.d.ts +756 -522
- package/types/modal/modal.styles.d.ts +756 -522
- package/types/pagination/pagination.styles.d.ts +756 -522
- package/types/popover/popover.styles.d.ts +1090 -76
- package/types/progress/progress.styles.d.ts +246 -168
- package/types/radio/radio.styles.d.ts +756 -522
- package/types/row/row.styles.d.ts +123 -84
- package/types/snippet/snippet.styles.d.ts +510 -354
- package/types/spacer/spacer.styles.d.ts +123 -84
- package/types/switch/switch.styles.d.ts +510 -354
- package/types/table/table-column-header.d.ts +123 -84
- package/types/table/table-sort-icon.d.ts +123 -84
- package/types/table/table.styles.d.ts +2185 -1522
- package/types/table/utils.d.ts +5 -29
- package/types/text/text.styles.d.ts +123 -84
- package/types/theme/colors/blue.d.ts +24 -0
- package/types/theme/colors/cyan.d.ts +24 -0
- package/types/theme/colors/gray.d.ts +24 -0
- package/types/theme/colors/green.d.ts +24 -0
- package/types/theme/colors/index.d.ts +8 -0
- package/types/theme/colors/pink.d.ts +24 -0
- package/types/theme/colors/purple.d.ts +24 -0
- package/types/theme/colors/red.d.ts +24 -0
- package/types/theme/colors/yellow.d.ts +24 -0
- package/types/theme/common.d.ts +322 -386
- package/types/theme/dark-theme.d.ts +101 -22
- package/types/theme/light-theme.d.ts +84 -13
- package/types/theme/stitches.config.d.ts +3167 -2660
- package/types/tooltip/tooltip.styles.d.ts +510 -354
- package/types/user/user.styles.d.ts +633 -438
- package/types/utils/drip.d.ts +123 -84
- package/umd/nextui.js +20764 -27497
- package/umd/nextui.min.js +1 -1
- package/cjs/checkbox/utils.js +0 -1
- package/esm/checkbox/utils.js +0 -1
- package/types/checkbox/utils.d.ts +0 -288
|
@@ -100,6 +100,12 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
100
100
|
light: true;
|
|
101
101
|
color: string;
|
|
102
102
|
css: {
|
|
103
|
+
[x: string]: string | {
|
|
104
|
+
'.nextui-drip-filler': {
|
|
105
|
+
opacity: number;
|
|
106
|
+
fill: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
103
109
|
bg: string;
|
|
104
110
|
color: string;
|
|
105
111
|
transform?: undefined;
|
|
@@ -208,11 +214,11 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
208
214
|
color: string;
|
|
209
215
|
css: {
|
|
210
216
|
bg: string;
|
|
217
|
+
color: string;
|
|
211
218
|
transform?: undefined;
|
|
212
219
|
px?: undefined;
|
|
213
220
|
minWidth?: undefined;
|
|
214
221
|
normalShadow?: undefined;
|
|
215
|
-
color?: undefined;
|
|
216
222
|
borderColor?: undefined;
|
|
217
223
|
padding?: undefined;
|
|
218
224
|
bgClip?: undefined;
|
|
@@ -272,6 +278,70 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
272
278
|
ghost?: undefined;
|
|
273
279
|
isHovered?: undefined;
|
|
274
280
|
rounded?: undefined;
|
|
281
|
+
} | {
|
|
282
|
+
flat: true;
|
|
283
|
+
isHovered: true;
|
|
284
|
+
color: string;
|
|
285
|
+
css: {
|
|
286
|
+
bg: string;
|
|
287
|
+
transform?: undefined;
|
|
288
|
+
px?: undefined;
|
|
289
|
+
minWidth?: undefined;
|
|
290
|
+
normalShadow?: undefined;
|
|
291
|
+
color?: undefined;
|
|
292
|
+
borderColor?: undefined;
|
|
293
|
+
padding?: undefined;
|
|
294
|
+
bgClip?: undefined;
|
|
295
|
+
backgroundImage?: undefined;
|
|
296
|
+
border?: undefined;
|
|
297
|
+
'.nextui-button-text'?: undefined;
|
|
298
|
+
'.nextui-button-icon'?: undefined;
|
|
299
|
+
'.nextui-button-icon-right'?: undefined;
|
|
300
|
+
'.nextui-button-text-left'?: undefined;
|
|
301
|
+
'.nextui-button-text-right'?: undefined;
|
|
302
|
+
br?: undefined;
|
|
303
|
+
};
|
|
304
|
+
isPressed?: undefined;
|
|
305
|
+
animated?: undefined;
|
|
306
|
+
auto?: undefined;
|
|
307
|
+
size?: undefined;
|
|
308
|
+
shadow?: undefined;
|
|
309
|
+
light?: undefined;
|
|
310
|
+
bordered?: undefined;
|
|
311
|
+
ghost?: undefined;
|
|
312
|
+
rounded?: undefined;
|
|
313
|
+
} | {
|
|
314
|
+
flat: true;
|
|
315
|
+
isPressed: true;
|
|
316
|
+
color: string;
|
|
317
|
+
css: {
|
|
318
|
+
bg: string;
|
|
319
|
+
transform?: undefined;
|
|
320
|
+
px?: undefined;
|
|
321
|
+
minWidth?: undefined;
|
|
322
|
+
normalShadow?: undefined;
|
|
323
|
+
color?: undefined;
|
|
324
|
+
borderColor?: undefined;
|
|
325
|
+
padding?: undefined;
|
|
326
|
+
bgClip?: undefined;
|
|
327
|
+
backgroundImage?: undefined;
|
|
328
|
+
border?: undefined;
|
|
329
|
+
'.nextui-button-text'?: undefined;
|
|
330
|
+
'.nextui-button-icon'?: undefined;
|
|
331
|
+
'.nextui-button-icon-right'?: undefined;
|
|
332
|
+
'.nextui-button-text-left'?: undefined;
|
|
333
|
+
'.nextui-button-text-right'?: undefined;
|
|
334
|
+
br?: undefined;
|
|
335
|
+
};
|
|
336
|
+
animated?: undefined;
|
|
337
|
+
auto?: undefined;
|
|
338
|
+
size?: undefined;
|
|
339
|
+
shadow?: undefined;
|
|
340
|
+
light?: undefined;
|
|
341
|
+
bordered?: undefined;
|
|
342
|
+
ghost?: undefined;
|
|
343
|
+
isHovered?: undefined;
|
|
344
|
+
rounded?: undefined;
|
|
275
345
|
} | {
|
|
276
346
|
auto: true;
|
|
277
347
|
color: string;
|
|
@@ -417,11 +487,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
417
487
|
};
|
|
418
488
|
};
|
|
419
489
|
ghost: {
|
|
420
|
-
true: {
|
|
421
|
-
'&:hover': {
|
|
422
|
-
color: string;
|
|
423
|
-
};
|
|
424
|
-
};
|
|
490
|
+
true: {};
|
|
425
491
|
};
|
|
426
492
|
color: {
|
|
427
493
|
default: {
|
|
@@ -568,9 +634,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
568
634
|
true: {};
|
|
569
635
|
};
|
|
570
636
|
isHovered: {
|
|
571
|
-
true: {
|
|
572
|
-
opacity: string;
|
|
573
|
-
};
|
|
637
|
+
true: {};
|
|
574
638
|
};
|
|
575
639
|
transition?: undefined;
|
|
576
640
|
dflex?: undefined;
|
|
@@ -598,7 +662,6 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
598
662
|
isHovered?: undefined;
|
|
599
663
|
};
|
|
600
664
|
$$buttonBorderRadius: string;
|
|
601
|
-
$$buttonHoverOpacity: number;
|
|
602
665
|
$$buttonPressedScale: number;
|
|
603
666
|
dflex: string;
|
|
604
667
|
appearance: string;
|
|
@@ -635,11 +698,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
635
698
|
};
|
|
636
699
|
};
|
|
637
700
|
ghost: {
|
|
638
|
-
true: {
|
|
639
|
-
'&:hover': {
|
|
640
|
-
color: string;
|
|
641
|
-
};
|
|
642
|
-
};
|
|
701
|
+
true: {};
|
|
643
702
|
};
|
|
644
703
|
color: {
|
|
645
704
|
default: {
|
|
@@ -786,9 +845,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
786
845
|
true: {};
|
|
787
846
|
};
|
|
788
847
|
isHovered: {
|
|
789
|
-
true: {
|
|
790
|
-
opacity: string;
|
|
791
|
-
};
|
|
848
|
+
true: {};
|
|
792
849
|
};
|
|
793
850
|
};
|
|
794
851
|
compoundVariants: ({
|
|
@@ -891,6 +948,12 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
891
948
|
light: true;
|
|
892
949
|
color: string;
|
|
893
950
|
css: {
|
|
951
|
+
[x: string]: string | {
|
|
952
|
+
'.nextui-drip-filler': {
|
|
953
|
+
opacity: number;
|
|
954
|
+
fill: string;
|
|
955
|
+
};
|
|
956
|
+
};
|
|
894
957
|
bg: string;
|
|
895
958
|
color: string;
|
|
896
959
|
transform?: undefined;
|
|
@@ -999,11 +1062,11 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
999
1062
|
color: string;
|
|
1000
1063
|
css: {
|
|
1001
1064
|
bg: string;
|
|
1065
|
+
color: string;
|
|
1002
1066
|
transform?: undefined;
|
|
1003
1067
|
px?: undefined;
|
|
1004
1068
|
minWidth?: undefined;
|
|
1005
1069
|
normalShadow?: undefined;
|
|
1006
|
-
color?: undefined;
|
|
1007
1070
|
borderColor?: undefined;
|
|
1008
1071
|
padding?: undefined;
|
|
1009
1072
|
bgClip?: undefined;
|
|
@@ -1063,6 +1126,70 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1063
1126
|
ghost?: undefined;
|
|
1064
1127
|
isHovered?: undefined;
|
|
1065
1128
|
rounded?: undefined;
|
|
1129
|
+
} | {
|
|
1130
|
+
flat: true;
|
|
1131
|
+
isHovered: true;
|
|
1132
|
+
color: string;
|
|
1133
|
+
css: {
|
|
1134
|
+
bg: string;
|
|
1135
|
+
transform?: undefined;
|
|
1136
|
+
px?: undefined;
|
|
1137
|
+
minWidth?: undefined;
|
|
1138
|
+
normalShadow?: undefined;
|
|
1139
|
+
color?: undefined;
|
|
1140
|
+
borderColor?: undefined;
|
|
1141
|
+
padding?: undefined;
|
|
1142
|
+
bgClip?: undefined;
|
|
1143
|
+
backgroundImage?: undefined;
|
|
1144
|
+
border?: undefined;
|
|
1145
|
+
'.nextui-button-text'?: undefined;
|
|
1146
|
+
'.nextui-button-icon'?: undefined;
|
|
1147
|
+
'.nextui-button-icon-right'?: undefined;
|
|
1148
|
+
'.nextui-button-text-left'?: undefined;
|
|
1149
|
+
'.nextui-button-text-right'?: undefined;
|
|
1150
|
+
br?: undefined;
|
|
1151
|
+
};
|
|
1152
|
+
isPressed?: undefined;
|
|
1153
|
+
animated?: undefined;
|
|
1154
|
+
auto?: undefined;
|
|
1155
|
+
size?: undefined;
|
|
1156
|
+
shadow?: undefined;
|
|
1157
|
+
light?: undefined;
|
|
1158
|
+
bordered?: undefined;
|
|
1159
|
+
ghost?: undefined;
|
|
1160
|
+
rounded?: undefined;
|
|
1161
|
+
} | {
|
|
1162
|
+
flat: true;
|
|
1163
|
+
isPressed: true;
|
|
1164
|
+
color: string;
|
|
1165
|
+
css: {
|
|
1166
|
+
bg: string;
|
|
1167
|
+
transform?: undefined;
|
|
1168
|
+
px?: undefined;
|
|
1169
|
+
minWidth?: undefined;
|
|
1170
|
+
normalShadow?: undefined;
|
|
1171
|
+
color?: undefined;
|
|
1172
|
+
borderColor?: undefined;
|
|
1173
|
+
padding?: undefined;
|
|
1174
|
+
bgClip?: undefined;
|
|
1175
|
+
backgroundImage?: undefined;
|
|
1176
|
+
border?: undefined;
|
|
1177
|
+
'.nextui-button-text'?: undefined;
|
|
1178
|
+
'.nextui-button-icon'?: undefined;
|
|
1179
|
+
'.nextui-button-icon-right'?: undefined;
|
|
1180
|
+
'.nextui-button-text-left'?: undefined;
|
|
1181
|
+
'.nextui-button-text-right'?: undefined;
|
|
1182
|
+
br?: undefined;
|
|
1183
|
+
};
|
|
1184
|
+
animated?: undefined;
|
|
1185
|
+
auto?: undefined;
|
|
1186
|
+
size?: undefined;
|
|
1187
|
+
shadow?: undefined;
|
|
1188
|
+
light?: undefined;
|
|
1189
|
+
bordered?: undefined;
|
|
1190
|
+
ghost?: undefined;
|
|
1191
|
+
isHovered?: undefined;
|
|
1192
|
+
rounded?: undefined;
|
|
1066
1193
|
} | {
|
|
1067
1194
|
auto: true;
|
|
1068
1195
|
color: string;
|
|
@@ -1187,88 +1314,12 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1187
1314
|
xl: string;
|
|
1188
1315
|
};
|
|
1189
1316
|
colors: {
|
|
1190
|
-
accents1: string;
|
|
1191
|
-
accents2: string;
|
|
1192
|
-
accents3: string;
|
|
1193
|
-
accents4: string;
|
|
1194
|
-
accents5: string;
|
|
1195
|
-
accents6: string;
|
|
1196
|
-
accents7: string;
|
|
1197
|
-
accents8: string;
|
|
1198
|
-
accents9: string;
|
|
1199
|
-
background: string;
|
|
1200
|
-
foreground: string;
|
|
1201
|
-
backgroundContrast: string;
|
|
1202
1317
|
text: string;
|
|
1318
|
+
link: string;
|
|
1203
1319
|
codeLight: string;
|
|
1204
1320
|
code: string;
|
|
1205
|
-
border: string;
|
|
1206
1321
|
selection: string;
|
|
1207
|
-
|
|
1208
|
-
black: string;
|
|
1209
|
-
blue100: string;
|
|
1210
|
-
blue200: string;
|
|
1211
|
-
blue300: string;
|
|
1212
|
-
blue400: string;
|
|
1213
|
-
blue500: string;
|
|
1214
|
-
blue600: string;
|
|
1215
|
-
blue700: string;
|
|
1216
|
-
blue800: string;
|
|
1217
|
-
blue900: string;
|
|
1218
|
-
purple100: string;
|
|
1219
|
-
purple200: string;
|
|
1220
|
-
purple300: string;
|
|
1221
|
-
purple400: string;
|
|
1222
|
-
purple500: string;
|
|
1223
|
-
purple600: string;
|
|
1224
|
-
purple700: string;
|
|
1225
|
-
purple800: string;
|
|
1226
|
-
purple900: string;
|
|
1227
|
-
green100: string;
|
|
1228
|
-
green200: string;
|
|
1229
|
-
green300: string;
|
|
1230
|
-
green400: string;
|
|
1231
|
-
green500: string;
|
|
1232
|
-
green600: string;
|
|
1233
|
-
green700: string;
|
|
1234
|
-
green800: string;
|
|
1235
|
-
green900: string;
|
|
1236
|
-
yellow100: string;
|
|
1237
|
-
yellow200: string;
|
|
1238
|
-
yellow300: string;
|
|
1239
|
-
yellow400: string;
|
|
1240
|
-
yellow500: string;
|
|
1241
|
-
yellow600: string;
|
|
1242
|
-
yellow700: string;
|
|
1243
|
-
yellow800: string;
|
|
1244
|
-
yellow900: string;
|
|
1245
|
-
red100: string;
|
|
1246
|
-
red200: string;
|
|
1247
|
-
red300: string;
|
|
1248
|
-
red400: string;
|
|
1249
|
-
red500: string;
|
|
1250
|
-
red600: string;
|
|
1251
|
-
red700: string;
|
|
1252
|
-
red800: string;
|
|
1253
|
-
red900: string;
|
|
1254
|
-
cyan100: string;
|
|
1255
|
-
cyan200: string;
|
|
1256
|
-
cyan300: string;
|
|
1257
|
-
cyan400: string;
|
|
1258
|
-
cyan500: string;
|
|
1259
|
-
cyan600: string;
|
|
1260
|
-
cyan700: string;
|
|
1261
|
-
cyan800: string;
|
|
1262
|
-
cyan900: string;
|
|
1263
|
-
pink100: string;
|
|
1264
|
-
pink200: string;
|
|
1265
|
-
pink300: string;
|
|
1266
|
-
pink400: string;
|
|
1267
|
-
pink500: string;
|
|
1268
|
-
pink600: string;
|
|
1269
|
-
pink700: string;
|
|
1270
|
-
pink800: string;
|
|
1271
|
-
pink900: string;
|
|
1322
|
+
gray50: string;
|
|
1272
1323
|
gray100: string;
|
|
1273
1324
|
gray200: string;
|
|
1274
1325
|
gray300: string;
|
|
@@ -1278,28 +1329,143 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1278
1329
|
gray700: string;
|
|
1279
1330
|
gray800: string;
|
|
1280
1331
|
gray900: string;
|
|
1332
|
+
pink50: string;
|
|
1333
|
+
pink100: string;
|
|
1334
|
+
pink200: string;
|
|
1335
|
+
pink300: string;
|
|
1336
|
+
pink400: string;
|
|
1337
|
+
pink500: string;
|
|
1338
|
+
pink600: string;
|
|
1339
|
+
pink700: string;
|
|
1340
|
+
pink800: string;
|
|
1341
|
+
pink900: string;
|
|
1342
|
+
cyan50: string;
|
|
1343
|
+
cyan100: string;
|
|
1344
|
+
cyan200: string;
|
|
1345
|
+
cyan300: string;
|
|
1346
|
+
cyan400: string;
|
|
1347
|
+
cyan500: string;
|
|
1348
|
+
cyan600: string;
|
|
1349
|
+
cyan700: string;
|
|
1350
|
+
cyan800: string;
|
|
1351
|
+
cyan900: string;
|
|
1352
|
+
red50: string;
|
|
1353
|
+
red100: string;
|
|
1354
|
+
red200: string;
|
|
1355
|
+
red300: string;
|
|
1356
|
+
red400: string;
|
|
1357
|
+
red500: string;
|
|
1358
|
+
red600: string;
|
|
1359
|
+
red700: string;
|
|
1360
|
+
red800: string;
|
|
1361
|
+
red900: string;
|
|
1362
|
+
yellow50: string;
|
|
1363
|
+
yellow100: string;
|
|
1364
|
+
yellow200: string;
|
|
1365
|
+
yellow300: string;
|
|
1366
|
+
yellow400: string;
|
|
1367
|
+
yellow500: string;
|
|
1368
|
+
yellow600: string;
|
|
1369
|
+
yellow700: string;
|
|
1370
|
+
yellow800: string;
|
|
1371
|
+
yellow900: string;
|
|
1372
|
+
green50: string;
|
|
1373
|
+
green100: string;
|
|
1374
|
+
green200: string;
|
|
1375
|
+
green300: string;
|
|
1376
|
+
green400: string;
|
|
1377
|
+
green500: string;
|
|
1378
|
+
green600: string;
|
|
1379
|
+
green700: string;
|
|
1380
|
+
green800: string;
|
|
1381
|
+
green900: string;
|
|
1382
|
+
purple50: string;
|
|
1383
|
+
purple100: string;
|
|
1384
|
+
purple200: string;
|
|
1385
|
+
purple300: string;
|
|
1386
|
+
purple400: string;
|
|
1387
|
+
purple500: string;
|
|
1388
|
+
purple600: string;
|
|
1389
|
+
purple700: string;
|
|
1390
|
+
purple800: string;
|
|
1391
|
+
purple900: string;
|
|
1392
|
+
blue50: string;
|
|
1393
|
+
blue100: string;
|
|
1394
|
+
blue200: string;
|
|
1395
|
+
blue300: string;
|
|
1396
|
+
blue400: string;
|
|
1397
|
+
blue500: string;
|
|
1398
|
+
blue600: string;
|
|
1399
|
+
blue700: string;
|
|
1400
|
+
blue800: string;
|
|
1401
|
+
blue900: string;
|
|
1402
|
+
background: string;
|
|
1403
|
+
foreground: string;
|
|
1404
|
+
backgroundContrast: string;
|
|
1405
|
+
white: string;
|
|
1406
|
+
black: string;
|
|
1281
1407
|
primaryLight: string;
|
|
1408
|
+
primaryLightHover: string;
|
|
1409
|
+
primaryLightActive: string;
|
|
1410
|
+
primaryLightContrast: string;
|
|
1282
1411
|
primary: string;
|
|
1283
|
-
|
|
1412
|
+
primaryBorder: string;
|
|
1413
|
+
primaryBorderHover: string;
|
|
1414
|
+
primarySolidHover: string;
|
|
1415
|
+
primarySolidContrast: string;
|
|
1284
1416
|
primaryShadow: string;
|
|
1285
1417
|
secondaryLight: string;
|
|
1418
|
+
secondaryLightHover: string;
|
|
1419
|
+
secondaryLightActive: string;
|
|
1420
|
+
secondaryLightContrast: string;
|
|
1286
1421
|
secondary: string;
|
|
1287
|
-
|
|
1422
|
+
secondaryBorder: string;
|
|
1423
|
+
secondaryBorderHover: string;
|
|
1424
|
+
secondarySolidHover: string;
|
|
1425
|
+
secondarySolidContrast: string;
|
|
1288
1426
|
secondaryShadow: string;
|
|
1289
1427
|
successLight: string;
|
|
1428
|
+
successLightHover: string;
|
|
1429
|
+
successLightActive: string;
|
|
1430
|
+
successLightContrast: string;
|
|
1290
1431
|
success: string;
|
|
1291
|
-
|
|
1432
|
+
successBorder: string;
|
|
1433
|
+
successBorderHover: string;
|
|
1434
|
+
successSolidHover: string;
|
|
1435
|
+
successSolidContrast: string;
|
|
1292
1436
|
successShadow: string;
|
|
1293
1437
|
warningLight: string;
|
|
1438
|
+
warningLightHover: string;
|
|
1439
|
+
warningLightActive: string;
|
|
1440
|
+
warningLightContrast: string;
|
|
1294
1441
|
warning: string;
|
|
1295
|
-
|
|
1442
|
+
warningBorder: string;
|
|
1443
|
+
warningBorderHover: string;
|
|
1444
|
+
warningSolidHover: string;
|
|
1445
|
+
warningSolidContrast: string;
|
|
1296
1446
|
warningShadow: string;
|
|
1297
1447
|
errorLight: string;
|
|
1448
|
+
errorLightHover: string;
|
|
1449
|
+
errorLightActive: string;
|
|
1450
|
+
errorLightContrast: string;
|
|
1298
1451
|
error: string;
|
|
1299
|
-
|
|
1452
|
+
errorBorder: string;
|
|
1453
|
+
errorBorderHover: string;
|
|
1454
|
+
errorSolidHover: string;
|
|
1455
|
+
errorSolidContrast: string;
|
|
1300
1456
|
errorShadow: string;
|
|
1301
1457
|
gradient: string;
|
|
1302
|
-
|
|
1458
|
+
accents0: string;
|
|
1459
|
+
accents1: string;
|
|
1460
|
+
accents2: string;
|
|
1461
|
+
accents3: string;
|
|
1462
|
+
accents4: string;
|
|
1463
|
+
accents5: string;
|
|
1464
|
+
accents6: string;
|
|
1465
|
+
accents7: string;
|
|
1466
|
+
accents8: string;
|
|
1467
|
+
accents9: string;
|
|
1468
|
+
border: string;
|
|
1303
1469
|
};
|
|
1304
1470
|
fonts: {
|
|
1305
1471
|
sans: string;
|
|
@@ -2122,88 +2288,12 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2122
2288
|
xl: string;
|
|
2123
2289
|
};
|
|
2124
2290
|
colors: {
|
|
2125
|
-
accents1: string;
|
|
2126
|
-
accents2: string;
|
|
2127
|
-
accents3: string;
|
|
2128
|
-
accents4: string;
|
|
2129
|
-
accents5: string;
|
|
2130
|
-
accents6: string;
|
|
2131
|
-
accents7: string;
|
|
2132
|
-
accents8: string;
|
|
2133
|
-
accents9: string;
|
|
2134
|
-
background: string;
|
|
2135
|
-
foreground: string;
|
|
2136
|
-
backgroundContrast: string;
|
|
2137
2291
|
text: string;
|
|
2292
|
+
link: string;
|
|
2138
2293
|
codeLight: string;
|
|
2139
2294
|
code: string;
|
|
2140
|
-
border: string;
|
|
2141
2295
|
selection: string;
|
|
2142
|
-
|
|
2143
|
-
black: string;
|
|
2144
|
-
blue100: string;
|
|
2145
|
-
blue200: string;
|
|
2146
|
-
blue300: string;
|
|
2147
|
-
blue400: string;
|
|
2148
|
-
blue500: string;
|
|
2149
|
-
blue600: string;
|
|
2150
|
-
blue700: string;
|
|
2151
|
-
blue800: string;
|
|
2152
|
-
blue900: string;
|
|
2153
|
-
purple100: string;
|
|
2154
|
-
purple200: string;
|
|
2155
|
-
purple300: string;
|
|
2156
|
-
purple400: string;
|
|
2157
|
-
purple500: string;
|
|
2158
|
-
purple600: string;
|
|
2159
|
-
purple700: string;
|
|
2160
|
-
purple800: string;
|
|
2161
|
-
purple900: string;
|
|
2162
|
-
green100: string;
|
|
2163
|
-
green200: string;
|
|
2164
|
-
green300: string;
|
|
2165
|
-
green400: string;
|
|
2166
|
-
green500: string;
|
|
2167
|
-
green600: string;
|
|
2168
|
-
green700: string;
|
|
2169
|
-
green800: string;
|
|
2170
|
-
green900: string;
|
|
2171
|
-
yellow100: string;
|
|
2172
|
-
yellow200: string;
|
|
2173
|
-
yellow300: string;
|
|
2174
|
-
yellow400: string;
|
|
2175
|
-
yellow500: string;
|
|
2176
|
-
yellow600: string;
|
|
2177
|
-
yellow700: string;
|
|
2178
|
-
yellow800: string;
|
|
2179
|
-
yellow900: string;
|
|
2180
|
-
red100: string;
|
|
2181
|
-
red200: string;
|
|
2182
|
-
red300: string;
|
|
2183
|
-
red400: string;
|
|
2184
|
-
red500: string;
|
|
2185
|
-
red600: string;
|
|
2186
|
-
red700: string;
|
|
2187
|
-
red800: string;
|
|
2188
|
-
red900: string;
|
|
2189
|
-
cyan100: string;
|
|
2190
|
-
cyan200: string;
|
|
2191
|
-
cyan300: string;
|
|
2192
|
-
cyan400: string;
|
|
2193
|
-
cyan500: string;
|
|
2194
|
-
cyan600: string;
|
|
2195
|
-
cyan700: string;
|
|
2196
|
-
cyan800: string;
|
|
2197
|
-
cyan900: string;
|
|
2198
|
-
pink100: string;
|
|
2199
|
-
pink200: string;
|
|
2200
|
-
pink300: string;
|
|
2201
|
-
pink400: string;
|
|
2202
|
-
pink500: string;
|
|
2203
|
-
pink600: string;
|
|
2204
|
-
pink700: string;
|
|
2205
|
-
pink800: string;
|
|
2206
|
-
pink900: string;
|
|
2296
|
+
gray50: string;
|
|
2207
2297
|
gray100: string;
|
|
2208
2298
|
gray200: string;
|
|
2209
2299
|
gray300: string;
|
|
@@ -2213,28 +2303,143 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2213
2303
|
gray700: string;
|
|
2214
2304
|
gray800: string;
|
|
2215
2305
|
gray900: string;
|
|
2306
|
+
pink50: string;
|
|
2307
|
+
pink100: string;
|
|
2308
|
+
pink200: string;
|
|
2309
|
+
pink300: string;
|
|
2310
|
+
pink400: string;
|
|
2311
|
+
pink500: string;
|
|
2312
|
+
pink600: string;
|
|
2313
|
+
pink700: string;
|
|
2314
|
+
pink800: string;
|
|
2315
|
+
pink900: string;
|
|
2316
|
+
cyan50: string;
|
|
2317
|
+
cyan100: string;
|
|
2318
|
+
cyan200: string;
|
|
2319
|
+
cyan300: string;
|
|
2320
|
+
cyan400: string;
|
|
2321
|
+
cyan500: string;
|
|
2322
|
+
cyan600: string;
|
|
2323
|
+
cyan700: string;
|
|
2324
|
+
cyan800: string;
|
|
2325
|
+
cyan900: string;
|
|
2326
|
+
red50: string;
|
|
2327
|
+
red100: string;
|
|
2328
|
+
red200: string;
|
|
2329
|
+
red300: string;
|
|
2330
|
+
red400: string;
|
|
2331
|
+
red500: string;
|
|
2332
|
+
red600: string;
|
|
2333
|
+
red700: string;
|
|
2334
|
+
red800: string;
|
|
2335
|
+
red900: string;
|
|
2336
|
+
yellow50: string;
|
|
2337
|
+
yellow100: string;
|
|
2338
|
+
yellow200: string;
|
|
2339
|
+
yellow300: string;
|
|
2340
|
+
yellow400: string;
|
|
2341
|
+
yellow500: string;
|
|
2342
|
+
yellow600: string;
|
|
2343
|
+
yellow700: string;
|
|
2344
|
+
yellow800: string;
|
|
2345
|
+
yellow900: string;
|
|
2346
|
+
green50: string;
|
|
2347
|
+
green100: string;
|
|
2348
|
+
green200: string;
|
|
2349
|
+
green300: string;
|
|
2350
|
+
green400: string;
|
|
2351
|
+
green500: string;
|
|
2352
|
+
green600: string;
|
|
2353
|
+
green700: string;
|
|
2354
|
+
green800: string;
|
|
2355
|
+
green900: string;
|
|
2356
|
+
purple50: string;
|
|
2357
|
+
purple100: string;
|
|
2358
|
+
purple200: string;
|
|
2359
|
+
purple300: string;
|
|
2360
|
+
purple400: string;
|
|
2361
|
+
purple500: string;
|
|
2362
|
+
purple600: string;
|
|
2363
|
+
purple700: string;
|
|
2364
|
+
purple800: string;
|
|
2365
|
+
purple900: string;
|
|
2366
|
+
blue50: string;
|
|
2367
|
+
blue100: string;
|
|
2368
|
+
blue200: string;
|
|
2369
|
+
blue300: string;
|
|
2370
|
+
blue400: string;
|
|
2371
|
+
blue500: string;
|
|
2372
|
+
blue600: string;
|
|
2373
|
+
blue700: string;
|
|
2374
|
+
blue800: string;
|
|
2375
|
+
blue900: string;
|
|
2376
|
+
background: string;
|
|
2377
|
+
foreground: string;
|
|
2378
|
+
backgroundContrast: string;
|
|
2379
|
+
white: string;
|
|
2380
|
+
black: string;
|
|
2216
2381
|
primaryLight: string;
|
|
2382
|
+
primaryLightHover: string;
|
|
2383
|
+
primaryLightActive: string;
|
|
2384
|
+
primaryLightContrast: string;
|
|
2217
2385
|
primary: string;
|
|
2218
|
-
|
|
2386
|
+
primaryBorder: string;
|
|
2387
|
+
primaryBorderHover: string;
|
|
2388
|
+
primarySolidHover: string;
|
|
2389
|
+
primarySolidContrast: string;
|
|
2219
2390
|
primaryShadow: string;
|
|
2220
2391
|
secondaryLight: string;
|
|
2392
|
+
secondaryLightHover: string;
|
|
2393
|
+
secondaryLightActive: string;
|
|
2394
|
+
secondaryLightContrast: string;
|
|
2221
2395
|
secondary: string;
|
|
2222
|
-
|
|
2396
|
+
secondaryBorder: string;
|
|
2397
|
+
secondaryBorderHover: string;
|
|
2398
|
+
secondarySolidHover: string;
|
|
2399
|
+
secondarySolidContrast: string;
|
|
2223
2400
|
secondaryShadow: string;
|
|
2224
2401
|
successLight: string;
|
|
2402
|
+
successLightHover: string;
|
|
2403
|
+
successLightActive: string;
|
|
2404
|
+
successLightContrast: string;
|
|
2225
2405
|
success: string;
|
|
2226
|
-
|
|
2406
|
+
successBorder: string;
|
|
2407
|
+
successBorderHover: string;
|
|
2408
|
+
successSolidHover: string;
|
|
2409
|
+
successSolidContrast: string;
|
|
2227
2410
|
successShadow: string;
|
|
2228
2411
|
warningLight: string;
|
|
2412
|
+
warningLightHover: string;
|
|
2413
|
+
warningLightActive: string;
|
|
2414
|
+
warningLightContrast: string;
|
|
2229
2415
|
warning: string;
|
|
2230
|
-
|
|
2416
|
+
warningBorder: string;
|
|
2417
|
+
warningBorderHover: string;
|
|
2418
|
+
warningSolidHover: string;
|
|
2419
|
+
warningSolidContrast: string;
|
|
2231
2420
|
warningShadow: string;
|
|
2232
2421
|
errorLight: string;
|
|
2422
|
+
errorLightHover: string;
|
|
2423
|
+
errorLightActive: string;
|
|
2424
|
+
errorLightContrast: string;
|
|
2233
2425
|
error: string;
|
|
2234
|
-
|
|
2426
|
+
errorBorder: string;
|
|
2427
|
+
errorBorderHover: string;
|
|
2428
|
+
errorSolidHover: string;
|
|
2429
|
+
errorSolidContrast: string;
|
|
2235
2430
|
errorShadow: string;
|
|
2236
2431
|
gradient: string;
|
|
2237
|
-
|
|
2432
|
+
accents0: string;
|
|
2433
|
+
accents1: string;
|
|
2434
|
+
accents2: string;
|
|
2435
|
+
accents3: string;
|
|
2436
|
+
accents4: string;
|
|
2437
|
+
accents5: string;
|
|
2438
|
+
accents6: string;
|
|
2439
|
+
accents7: string;
|
|
2440
|
+
accents8: string;
|
|
2441
|
+
accents9: string;
|
|
2442
|
+
border: string;
|
|
2238
2443
|
};
|
|
2239
2444
|
fonts: {
|
|
2240
2445
|
sans: string;
|