@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.9-dbg1
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/avatar/avatar.js +1 -1
- package/cjs/avatar/avatar.styles.js +1 -1
- package/cjs/backdrop/backdrop.styles.js +1 -1
- package/cjs/button/button-icon.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.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/card/index.js +1 -1
- package/cjs/card/use-card.js +1 -0
- 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/dropdown/base/dropdown-item-base.js +1 -0
- package/cjs/dropdown/dropdown-button.js +1 -0
- package/cjs/dropdown/dropdown-context.js +1 -0
- package/cjs/dropdown/dropdown-icon.js +1 -0
- package/cjs/dropdown/dropdown-item.js +1 -0
- package/cjs/dropdown/dropdown-menu.js +1 -0
- package/cjs/dropdown/dropdown-section.js +1 -0
- package/cjs/dropdown/dropdown-trigger.js +1 -0
- package/cjs/dropdown/dropdown-types.js +1 -0
- package/cjs/dropdown/dropdown.js +1 -0
- package/cjs/dropdown/dropdown.styles.js +1 -0
- package/cjs/dropdown/index.js +1 -0
- package/cjs/dropdown/use-dropdown.js +1 -0
- package/cjs/grid/grid-container.js +1 -1
- package/cjs/image/image.js +1 -1
- package/cjs/image/image.styles.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/modal/modal.styles.js +1 -1
- package/cjs/pagination/pagination.styles.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover-trigger.js +1 -1
- package/cjs/popover/popover.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/popover/use-popover.js +1 -1
- package/cjs/popover/utils.js +1 -1
- package/cjs/radio/index.js +1 -1
- package/cjs/radio/radio-context.js +1 -1
- package/cjs/radio/radio-group.js +1 -1
- package/cjs/radio/radio.js +1 -1
- package/cjs/radio/radio.styles.js +1 -1
- package/cjs/radio/use-radio-group.js +1 -0
- package/cjs/radio/use-radio.js +1 -0
- package/cjs/snippet/snippet.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/theme/shared-css.js +1 -0
- package/cjs/theme/stitches.config.js +1 -1
- package/cjs/tooltip/tooltip.styles.js +1 -1
- package/cjs/user/index.js +1 -1
- package/cjs/user/user-link.js +1 -1
- package/cjs/user/user.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/cjs/utils/checkmark.js +1 -0
- package/cjs/utils/color.js +1 -1
- package/cjs/utils/dom.js +1 -1
- package/cjs/utils/icons.js +1 -1
- package/cjs/utils/prop-types.js +1 -1
- package/dropdown/package.json +6 -0
- package/esm/avatar/avatar.js +1 -1
- package/esm/avatar/avatar.styles.js +1 -1
- package/esm/backdrop/backdrop.styles.js +1 -1
- package/esm/button/button-icon.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.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/card/index.js +1 -1
- package/esm/card/use-card.js +1 -0
- 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/dropdown/base/dropdown-item-base.js +1 -0
- package/esm/dropdown/dropdown-button.js +1 -0
- package/esm/dropdown/dropdown-context.js +1 -0
- package/esm/dropdown/dropdown-icon.js +1 -0
- package/esm/dropdown/dropdown-item.js +1 -0
- package/esm/dropdown/dropdown-menu.js +1 -0
- package/esm/dropdown/dropdown-section.js +1 -0
- package/esm/dropdown/dropdown-trigger.js +1 -0
- package/esm/dropdown/dropdown-types.js +1 -0
- package/esm/dropdown/dropdown.js +1 -0
- package/esm/dropdown/dropdown.styles.js +1 -0
- package/esm/dropdown/index.js +1 -0
- package/esm/dropdown/use-dropdown.js +1 -0
- package/esm/grid/grid-container.js +1 -1
- package/esm/image/image.js +1 -1
- package/esm/image/image.styles.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/modal/modal.styles.js +1 -1
- package/esm/pagination/pagination.styles.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover-trigger.js +1 -1
- package/esm/popover/popover.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/popover/use-popover.js +1 -1
- package/esm/popover/utils.js +1 -1
- package/esm/radio/index.js +1 -1
- package/esm/radio/radio-context.js +1 -1
- package/esm/radio/radio-group.js +1 -1
- package/esm/radio/radio.js +1 -1
- package/esm/radio/radio.styles.js +1 -1
- package/esm/radio/use-radio-group.js +1 -0
- package/esm/radio/use-radio.js +1 -0
- package/esm/snippet/snippet.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/theme/shared-css.js +1 -0
- package/esm/theme/stitches.config.js +1 -1
- package/esm/tooltip/tooltip.styles.js +1 -1
- package/esm/user/index.js +1 -1
- package/esm/user/user-link.js +1 -1
- package/esm/user/user.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/esm/utils/checkmark.js +1 -0
- package/esm/utils/color.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/icons.js +1 -1
- package/esm/utils/prop-types.js +1 -1
- package/package.json +29 -24
- package/types/avatar/avatar-group.styles.d.ts +396 -174
- package/types/avatar/avatar.d.ts +2372 -11
- package/types/avatar/avatar.styles.d.ts +2570 -98
- package/types/backdrop/backdrop.styles.d.ts +594 -261
- package/types/button/button-group.styles.d.ts +198 -87
- package/types/button/button-icon.d.ts +202 -89
- package/types/button/button.d.ts +5 -3
- package/types/button/button.styles.d.ts +1636 -189
- package/types/card/card.d.ts +8 -9
- package/types/card/card.styles.d.ts +3103 -350
- package/types/card/use-card.d.ts +301 -0
- 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 +2193 -2021
- package/types/checkbox/use-checkbox-group.d.ts +30 -0
- package/types/checkbox/use-checkbox.d.ts +26 -0
- package/types/code/code.styles.d.ts +396 -174
- package/types/col/col.styles.d.ts +198 -87
- package/types/collapse/collapse.styles.d.ts +1199 -533
- package/types/container/container.styles.d.ts +198 -87
- package/types/divider/divider.styles.d.ts +396 -174
- package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
- package/types/dropdown/dropdown-button.d.ts +3689 -0
- package/types/dropdown/dropdown-context.d.ts +728 -0
- package/types/dropdown/dropdown-icon.d.ts +9 -0
- package/types/dropdown/dropdown-item.d.ts +31 -0
- package/types/dropdown/dropdown-menu.d.ts +30 -0
- package/types/dropdown/dropdown-section.d.ts +29 -0
- package/types/dropdown/dropdown-trigger.d.ts +11 -0
- package/types/dropdown/dropdown-types.d.ts +24 -0
- package/types/dropdown/dropdown.d.ts +24 -0
- package/types/dropdown/dropdown.styles.d.ts +11869 -0
- package/types/dropdown/index.d.ts +9 -0
- package/types/dropdown/use-dropdown.d.ts +389 -0
- package/types/grid/grid.styles.d.ts +396 -174
- package/types/image/image.d.ts +5 -18
- package/types/image/image.styles.d.ts +594 -261
- package/types/index.d.ts +5 -1
- package/types/input/input-password.d.ts +1 -1
- package/types/input/input-props.d.ts +2 -2
- package/types/input/input.styles.d.ts +2367 -1146
- package/types/link/link.styles.d.ts +396 -174
- package/types/loading/loading.styles.d.ts +1199 -533
- package/types/modal/modal.styles.d.ts +1199 -533
- package/types/pagination/pagination.styles.d.ts +1199 -533
- package/types/popover/popover-content.d.ts +1147 -2
- package/types/popover/popover-context.d.ts +120 -0
- package/types/popover/popover.d.ts +4 -4
- package/types/popover/popover.styles.d.ts +2374 -88
- package/types/popover/use-popover.d.ts +83 -4
- package/types/popover/utils.d.ts +3 -1
- package/types/progress/progress.d.ts +1 -1
- package/types/progress/progress.styles.d.ts +396 -174
- package/types/radio/index.d.ts +2 -2
- package/types/radio/radio-context.d.ts +22 -13
- package/types/radio/radio-group.d.ts +9 -78
- package/types/radio/radio.d.ts +10 -66
- package/types/radio/radio.styles.d.ts +3335 -562
- package/types/radio/use-radio-group.d.ts +26 -0
- package/types/radio/use-radio.d.ts +31 -0
- package/types/row/row.styles.d.ts +198 -87
- package/types/snippet/snippet.styles.d.ts +803 -359
- package/types/spacer/spacer.styles.d.ts +198 -87
- package/types/switch/switch.d.ts +1 -1
- package/types/switch/switch.styles.d.ts +803 -359
- package/types/table/table-column-header.d.ts +198 -87
- package/types/table/table-sort-icon.d.ts +198 -87
- package/types/table/table.styles.d.ts +3745 -1856
- package/types/table/utils.d.ts +5 -29
- package/types/text/text.styles.d.ts +198 -87
- package/types/textarea/textarea.d.ts +1 -1
- 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 +449 -392
- package/types/theme/dark-theme.d.ts +112 -22
- package/types/theme/light-theme.d.ts +91 -13
- package/types/theme/shared-css.d.ts +5237 -0
- package/types/theme/stitches.config.d.ts +3120 -4934
- package/types/theme/types.d.ts +3 -0
- package/types/tooltip/tooltip.d.ts +1 -1
- package/types/tooltip/tooltip.styles.d.ts +803 -359
- package/types/user/index.d.ts +1 -1
- package/types/user/user-link.d.ts +4 -11
- package/types/user/user.styles.d.ts +787 -1277
- package/types/utils/checkmark.d.ts +19 -0
- package/types/utils/color.d.ts +1 -0
- package/types/utils/dom.d.ts +5 -2
- package/types/utils/drip.d.ts +199 -88
- package/types/utils/prop-types.d.ts +4 -0
- package/umd/nextui.js +14191 -17827
- 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
|
@@ -42,89 +42,20 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
|
|
|
42
42
|
lg: string;
|
|
43
43
|
xl: string;
|
|
44
44
|
};
|
|
45
|
+
dropShadows: {
|
|
46
|
+
xs: string;
|
|
47
|
+
sm: string;
|
|
48
|
+
md: string;
|
|
49
|
+
lg: string;
|
|
50
|
+
xl: string;
|
|
51
|
+
};
|
|
45
52
|
colors: {
|
|
46
|
-
accents1: string;
|
|
47
|
-
accents2: string;
|
|
48
|
-
accents3: string;
|
|
49
|
-
accents4: string;
|
|
50
|
-
accents5: string;
|
|
51
|
-
accents6: string;
|
|
52
|
-
accents7: string;
|
|
53
|
-
accents8: string;
|
|
54
|
-
accents9: string;
|
|
55
|
-
background: string;
|
|
56
|
-
foreground: string;
|
|
57
|
-
backgroundContrast: string;
|
|
58
53
|
text: string;
|
|
54
|
+
link: string;
|
|
59
55
|
codeLight: string;
|
|
60
56
|
code: string;
|
|
61
|
-
border: string;
|
|
62
57
|
selection: string;
|
|
63
|
-
|
|
64
|
-
black: string;
|
|
65
|
-
blue100: string;
|
|
66
|
-
blue200: string;
|
|
67
|
-
blue300: string;
|
|
68
|
-
blue400: string;
|
|
69
|
-
blue500: string;
|
|
70
|
-
blue600: string;
|
|
71
|
-
blue700: string;
|
|
72
|
-
blue800: string;
|
|
73
|
-
blue900: string;
|
|
74
|
-
purple100: string;
|
|
75
|
-
purple200: string;
|
|
76
|
-
purple300: string;
|
|
77
|
-
purple400: string;
|
|
78
|
-
purple500: string;
|
|
79
|
-
purple600: string;
|
|
80
|
-
purple700: string;
|
|
81
|
-
purple800: string;
|
|
82
|
-
purple900: string;
|
|
83
|
-
green100: string;
|
|
84
|
-
green200: string;
|
|
85
|
-
green300: string;
|
|
86
|
-
green400: string;
|
|
87
|
-
green500: string;
|
|
88
|
-
green600: string;
|
|
89
|
-
green700: string;
|
|
90
|
-
green800: string;
|
|
91
|
-
green900: string;
|
|
92
|
-
yellow100: string;
|
|
93
|
-
yellow200: string;
|
|
94
|
-
yellow300: string;
|
|
95
|
-
yellow400: string;
|
|
96
|
-
yellow500: string;
|
|
97
|
-
yellow600: string;
|
|
98
|
-
yellow700: string;
|
|
99
|
-
yellow800: string;
|
|
100
|
-
yellow900: string;
|
|
101
|
-
red100: string;
|
|
102
|
-
red200: string;
|
|
103
|
-
red300: string;
|
|
104
|
-
red400: string;
|
|
105
|
-
red500: string;
|
|
106
|
-
red600: string;
|
|
107
|
-
red700: string;
|
|
108
|
-
red800: string;
|
|
109
|
-
red900: string;
|
|
110
|
-
cyan100: string;
|
|
111
|
-
cyan200: string;
|
|
112
|
-
cyan300: string;
|
|
113
|
-
cyan400: string;
|
|
114
|
-
cyan500: string;
|
|
115
|
-
cyan600: string;
|
|
116
|
-
cyan700: string;
|
|
117
|
-
cyan800: string;
|
|
118
|
-
cyan900: string;
|
|
119
|
-
pink100: string;
|
|
120
|
-
pink200: string;
|
|
121
|
-
pink300: string;
|
|
122
|
-
pink400: string;
|
|
123
|
-
pink500: string;
|
|
124
|
-
pink600: string;
|
|
125
|
-
pink700: string;
|
|
126
|
-
pink800: string;
|
|
127
|
-
pink900: string;
|
|
58
|
+
gray50: string;
|
|
128
59
|
gray100: string;
|
|
129
60
|
gray200: string;
|
|
130
61
|
gray300: string;
|
|
@@ -134,41 +65,173 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
|
|
|
134
65
|
gray700: string;
|
|
135
66
|
gray800: string;
|
|
136
67
|
gray900: string;
|
|
68
|
+
pink50: string;
|
|
69
|
+
pink100: string;
|
|
70
|
+
pink200: string;
|
|
71
|
+
pink300: string;
|
|
72
|
+
pink400: string;
|
|
73
|
+
pink500: string;
|
|
74
|
+
pink600: string;
|
|
75
|
+
pink700: string;
|
|
76
|
+
pink800: string;
|
|
77
|
+
pink900: string;
|
|
78
|
+
cyan50: string;
|
|
79
|
+
cyan100: string;
|
|
80
|
+
cyan200: string;
|
|
81
|
+
cyan300: string;
|
|
82
|
+
cyan400: string;
|
|
83
|
+
cyan500: string;
|
|
84
|
+
cyan600: string;
|
|
85
|
+
cyan700: string;
|
|
86
|
+
cyan800: string;
|
|
87
|
+
cyan900: string;
|
|
88
|
+
red50: string;
|
|
89
|
+
red100: string;
|
|
90
|
+
red200: string;
|
|
91
|
+
red300: string;
|
|
92
|
+
red400: string;
|
|
93
|
+
red500: string;
|
|
94
|
+
red600: string;
|
|
95
|
+
red700: string;
|
|
96
|
+
red800: string;
|
|
97
|
+
red900: string;
|
|
98
|
+
yellow50: string;
|
|
99
|
+
yellow100: string;
|
|
100
|
+
yellow200: string;
|
|
101
|
+
yellow300: string;
|
|
102
|
+
yellow400: string;
|
|
103
|
+
yellow500: string;
|
|
104
|
+
yellow600: string;
|
|
105
|
+
yellow700: string;
|
|
106
|
+
yellow800: string;
|
|
107
|
+
yellow900: string;
|
|
108
|
+
green50: string;
|
|
109
|
+
green100: string;
|
|
110
|
+
green200: string;
|
|
111
|
+
green300: string;
|
|
112
|
+
green400: string;
|
|
113
|
+
green500: string;
|
|
114
|
+
green600: string;
|
|
115
|
+
green700: string;
|
|
116
|
+
green800: string;
|
|
117
|
+
green900: string;
|
|
118
|
+
purple50: string;
|
|
119
|
+
purple100: string;
|
|
120
|
+
purple200: string;
|
|
121
|
+
purple300: string;
|
|
122
|
+
purple400: string;
|
|
123
|
+
purple500: string;
|
|
124
|
+
purple600: string;
|
|
125
|
+
purple700: string;
|
|
126
|
+
purple800: string;
|
|
127
|
+
purple900: string;
|
|
128
|
+
blue50: string;
|
|
129
|
+
blue100: string;
|
|
130
|
+
blue200: string;
|
|
131
|
+
blue300: string;
|
|
132
|
+
blue400: string;
|
|
133
|
+
blue500: string;
|
|
134
|
+
blue600: string;
|
|
135
|
+
blue700: string;
|
|
136
|
+
blue800: string;
|
|
137
|
+
blue900: string;
|
|
138
|
+
background: string;
|
|
139
|
+
foreground: string;
|
|
140
|
+
backgroundContrast: string;
|
|
141
|
+
white: string;
|
|
142
|
+
black: string;
|
|
137
143
|
primaryLight: string;
|
|
144
|
+
primaryLightHover: string;
|
|
145
|
+
primaryLightActive: string;
|
|
146
|
+
primaryLightContrast: string;
|
|
138
147
|
primary: string;
|
|
139
|
-
|
|
148
|
+
primaryBorder: string;
|
|
149
|
+
primaryBorderHover: string;
|
|
150
|
+
primarySolidHover: string;
|
|
151
|
+
primarySolidContrast: string;
|
|
140
152
|
primaryShadow: string;
|
|
141
153
|
secondaryLight: string;
|
|
154
|
+
secondaryLightHover: string;
|
|
155
|
+
secondaryLightActive: string;
|
|
156
|
+
secondaryLightContrast: string;
|
|
142
157
|
secondary: string;
|
|
143
|
-
|
|
158
|
+
secondaryBorder: string;
|
|
159
|
+
secondaryBorderHover: string;
|
|
160
|
+
secondarySolidHover: string;
|
|
161
|
+
secondarySolidContrast: string;
|
|
144
162
|
secondaryShadow: string;
|
|
145
163
|
successLight: string;
|
|
164
|
+
successLightHover: string;
|
|
165
|
+
successLightActive: string;
|
|
166
|
+
successLightContrast: string;
|
|
146
167
|
success: string;
|
|
147
|
-
|
|
168
|
+
successBorder: string;
|
|
169
|
+
successBorderHover: string;
|
|
170
|
+
successSolidHover: string;
|
|
171
|
+
successSolidContrast: string;
|
|
148
172
|
successShadow: string;
|
|
149
173
|
warningLight: string;
|
|
174
|
+
warningLightHover: string;
|
|
175
|
+
warningLightActive: string;
|
|
176
|
+
warningLightContrast: string;
|
|
150
177
|
warning: string;
|
|
151
|
-
|
|
178
|
+
warningBorder: string;
|
|
179
|
+
warningBorderHover: string;
|
|
180
|
+
warningSolidHover: string;
|
|
181
|
+
warningSolidContrast: string;
|
|
152
182
|
warningShadow: string;
|
|
153
183
|
errorLight: string;
|
|
184
|
+
errorLightHover: string;
|
|
185
|
+
errorLightActive: string;
|
|
186
|
+
errorLightContrast: string;
|
|
154
187
|
error: string;
|
|
155
|
-
|
|
188
|
+
errorBorder: string;
|
|
189
|
+
errorBorderHover: string;
|
|
190
|
+
errorSolidHover: string;
|
|
191
|
+
errorSolidContrast: string;
|
|
156
192
|
errorShadow: string;
|
|
193
|
+
neutralLight: string;
|
|
194
|
+
neutralLightHover: string;
|
|
195
|
+
neutralLightActive: string;
|
|
196
|
+
neutralLightContrast: string;
|
|
197
|
+
neutral: string;
|
|
198
|
+
neutralBorder: string;
|
|
199
|
+
neutralBorderHover: string;
|
|
200
|
+
neutralSolidHover: string;
|
|
201
|
+
neutralSolidContrast: string;
|
|
202
|
+
neutralShadow: string;
|
|
157
203
|
gradient: string;
|
|
158
|
-
|
|
204
|
+
accents0: string;
|
|
205
|
+
accents1: string;
|
|
206
|
+
accents2: string;
|
|
207
|
+
accents3: string;
|
|
208
|
+
accents4: string;
|
|
209
|
+
accents5: string;
|
|
210
|
+
accents6: string;
|
|
211
|
+
accents7: string;
|
|
212
|
+
accents8: string;
|
|
213
|
+
accents9: string;
|
|
214
|
+
border: string;
|
|
159
215
|
};
|
|
160
216
|
fonts: {
|
|
161
217
|
sans: string;
|
|
162
218
|
mono: string;
|
|
163
219
|
};
|
|
164
220
|
fontSizes: {
|
|
165
|
-
tiny: string;
|
|
166
221
|
xs: string;
|
|
167
|
-
base: string;
|
|
168
222
|
sm: string;
|
|
223
|
+
base: string;
|
|
169
224
|
md: string;
|
|
170
225
|
lg: string;
|
|
171
226
|
xl: string;
|
|
227
|
+
xl2: string;
|
|
228
|
+
xl3: string;
|
|
229
|
+
xl4: string;
|
|
230
|
+
xl5: string;
|
|
231
|
+
xl6: string;
|
|
232
|
+
xl7: string;
|
|
233
|
+
xl8: string;
|
|
234
|
+
xl9: string;
|
|
172
235
|
};
|
|
173
236
|
fontWeights: {
|
|
174
237
|
hairline: number;
|
|
@@ -184,9 +247,18 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
|
|
|
184
247
|
lineHeights: {
|
|
185
248
|
xs: number;
|
|
186
249
|
sm: number;
|
|
250
|
+
base: number;
|
|
187
251
|
md: number;
|
|
188
252
|
lg: number;
|
|
189
253
|
xl: number;
|
|
254
|
+
xl2: number;
|
|
255
|
+
xl3: number;
|
|
256
|
+
xl4: number;
|
|
257
|
+
xl5: number;
|
|
258
|
+
xl6: number;
|
|
259
|
+
xl7: number;
|
|
260
|
+
xl8: number;
|
|
261
|
+
xl9: number;
|
|
190
262
|
};
|
|
191
263
|
letterSpacings: {
|
|
192
264
|
tighter: string;
|
|
@@ -271,6 +343,7 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
|
|
|
271
343
|
avatar: string;
|
|
272
344
|
link: string;
|
|
273
345
|
card: string;
|
|
346
|
+
dropdownItem: string;
|
|
274
347
|
};
|
|
275
348
|
breakpoints: {
|
|
276
349
|
xs: string;
|
|
@@ -646,7 +719,9 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
|
|
|
646
719
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
647
720
|
}) => {
|
|
648
721
|
bf: string;
|
|
649
|
-
bg:
|
|
722
|
+
bg: {
|
|
723
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
724
|
+
};
|
|
650
725
|
};
|
|
651
726
|
bgColor: (value: {
|
|
652
727
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -724,6 +799,32 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
|
|
|
724
799
|
readonly [$$PropertyValue]: "boxShadow";
|
|
725
800
|
};
|
|
726
801
|
};
|
|
802
|
+
ds: (value: {
|
|
803
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
804
|
+
}) => {
|
|
805
|
+
dropShadow: {
|
|
806
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
807
|
+
};
|
|
808
|
+
};
|
|
809
|
+
shadow: (value: {
|
|
810
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
811
|
+
}) => {
|
|
812
|
+
boxShadow: {
|
|
813
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
dshadow: (value: {
|
|
817
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
818
|
+
}) => {
|
|
819
|
+
dropShadow: {
|
|
820
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
821
|
+
};
|
|
822
|
+
};
|
|
823
|
+
dropShadow: (value: {
|
|
824
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
825
|
+
}) => {
|
|
826
|
+
filter: string;
|
|
827
|
+
};
|
|
727
828
|
normalShadow: (value: {
|
|
728
829
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
729
830
|
}) => {
|
|
@@ -927,6 +1028,16 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
|
|
|
927
1028
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
928
1029
|
};
|
|
929
1030
|
};
|
|
1031
|
+
truncateText: (value: {
|
|
1032
|
+
readonly [$$PropertyValue]: "width";
|
|
1033
|
+
}) => {
|
|
1034
|
+
maxWidth: {
|
|
1035
|
+
readonly [$$PropertyValue]: "width";
|
|
1036
|
+
};
|
|
1037
|
+
whiteSpace: string;
|
|
1038
|
+
overflow: string;
|
|
1039
|
+
textOverflow: string;
|
|
1040
|
+
};
|
|
930
1041
|
textGradient: (value: {
|
|
931
1042
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
932
1043
|
}) => {
|
|
@@ -978,89 +1089,20 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
|
|
|
978
1089
|
lg: string;
|
|
979
1090
|
xl: string;
|
|
980
1091
|
};
|
|
1092
|
+
dropShadows: {
|
|
1093
|
+
xs: string;
|
|
1094
|
+
sm: string;
|
|
1095
|
+
md: string;
|
|
1096
|
+
lg: string;
|
|
1097
|
+
xl: string;
|
|
1098
|
+
};
|
|
981
1099
|
colors: {
|
|
982
|
-
accents1: string;
|
|
983
|
-
accents2: string;
|
|
984
|
-
accents3: string;
|
|
985
|
-
accents4: string;
|
|
986
|
-
accents5: string;
|
|
987
|
-
accents6: string;
|
|
988
|
-
accents7: string;
|
|
989
|
-
accents8: string;
|
|
990
|
-
accents9: string;
|
|
991
|
-
background: string;
|
|
992
|
-
foreground: string;
|
|
993
|
-
backgroundContrast: string;
|
|
994
1100
|
text: string;
|
|
1101
|
+
link: string;
|
|
995
1102
|
codeLight: string;
|
|
996
1103
|
code: string;
|
|
997
|
-
border: string;
|
|
998
1104
|
selection: string;
|
|
999
|
-
|
|
1000
|
-
black: string;
|
|
1001
|
-
blue100: string;
|
|
1002
|
-
blue200: string;
|
|
1003
|
-
blue300: string;
|
|
1004
|
-
blue400: string;
|
|
1005
|
-
blue500: string;
|
|
1006
|
-
blue600: string;
|
|
1007
|
-
blue700: string;
|
|
1008
|
-
blue800: string;
|
|
1009
|
-
blue900: string;
|
|
1010
|
-
purple100: string;
|
|
1011
|
-
purple200: string;
|
|
1012
|
-
purple300: string;
|
|
1013
|
-
purple400: string;
|
|
1014
|
-
purple500: string;
|
|
1015
|
-
purple600: string;
|
|
1016
|
-
purple700: string;
|
|
1017
|
-
purple800: string;
|
|
1018
|
-
purple900: string;
|
|
1019
|
-
green100: string;
|
|
1020
|
-
green200: string;
|
|
1021
|
-
green300: string;
|
|
1022
|
-
green400: string;
|
|
1023
|
-
green500: string;
|
|
1024
|
-
green600: string;
|
|
1025
|
-
green700: string;
|
|
1026
|
-
green800: string;
|
|
1027
|
-
green900: string;
|
|
1028
|
-
yellow100: string;
|
|
1029
|
-
yellow200: string;
|
|
1030
|
-
yellow300: string;
|
|
1031
|
-
yellow400: string;
|
|
1032
|
-
yellow500: string;
|
|
1033
|
-
yellow600: string;
|
|
1034
|
-
yellow700: string;
|
|
1035
|
-
yellow800: string;
|
|
1036
|
-
yellow900: string;
|
|
1037
|
-
red100: string;
|
|
1038
|
-
red200: string;
|
|
1039
|
-
red300: string;
|
|
1040
|
-
red400: string;
|
|
1041
|
-
red500: string;
|
|
1042
|
-
red600: string;
|
|
1043
|
-
red700: string;
|
|
1044
|
-
red800: string;
|
|
1045
|
-
red900: string;
|
|
1046
|
-
cyan100: string;
|
|
1047
|
-
cyan200: string;
|
|
1048
|
-
cyan300: string;
|
|
1049
|
-
cyan400: string;
|
|
1050
|
-
cyan500: string;
|
|
1051
|
-
cyan600: string;
|
|
1052
|
-
cyan700: string;
|
|
1053
|
-
cyan800: string;
|
|
1054
|
-
cyan900: string;
|
|
1055
|
-
pink100: string;
|
|
1056
|
-
pink200: string;
|
|
1057
|
-
pink300: string;
|
|
1058
|
-
pink400: string;
|
|
1059
|
-
pink500: string;
|
|
1060
|
-
pink600: string;
|
|
1061
|
-
pink700: string;
|
|
1062
|
-
pink800: string;
|
|
1063
|
-
pink900: string;
|
|
1105
|
+
gray50: string;
|
|
1064
1106
|
gray100: string;
|
|
1065
1107
|
gray200: string;
|
|
1066
1108
|
gray300: string;
|
|
@@ -1070,41 +1112,173 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
|
|
|
1070
1112
|
gray700: string;
|
|
1071
1113
|
gray800: string;
|
|
1072
1114
|
gray900: string;
|
|
1115
|
+
pink50: string;
|
|
1116
|
+
pink100: string;
|
|
1117
|
+
pink200: string;
|
|
1118
|
+
pink300: string;
|
|
1119
|
+
pink400: string;
|
|
1120
|
+
pink500: string;
|
|
1121
|
+
pink600: string;
|
|
1122
|
+
pink700: string;
|
|
1123
|
+
pink800: string;
|
|
1124
|
+
pink900: string;
|
|
1125
|
+
cyan50: string;
|
|
1126
|
+
cyan100: string;
|
|
1127
|
+
cyan200: string;
|
|
1128
|
+
cyan300: string;
|
|
1129
|
+
cyan400: string;
|
|
1130
|
+
cyan500: string;
|
|
1131
|
+
cyan600: string;
|
|
1132
|
+
cyan700: string;
|
|
1133
|
+
cyan800: string;
|
|
1134
|
+
cyan900: string;
|
|
1135
|
+
red50: string;
|
|
1136
|
+
red100: string;
|
|
1137
|
+
red200: string;
|
|
1138
|
+
red300: string;
|
|
1139
|
+
red400: string;
|
|
1140
|
+
red500: string;
|
|
1141
|
+
red600: string;
|
|
1142
|
+
red700: string;
|
|
1143
|
+
red800: string;
|
|
1144
|
+
red900: string;
|
|
1145
|
+
yellow50: string;
|
|
1146
|
+
yellow100: string;
|
|
1147
|
+
yellow200: string;
|
|
1148
|
+
yellow300: string;
|
|
1149
|
+
yellow400: string;
|
|
1150
|
+
yellow500: string;
|
|
1151
|
+
yellow600: string;
|
|
1152
|
+
yellow700: string;
|
|
1153
|
+
yellow800: string;
|
|
1154
|
+
yellow900: string;
|
|
1155
|
+
green50: string;
|
|
1156
|
+
green100: string;
|
|
1157
|
+
green200: string;
|
|
1158
|
+
green300: string;
|
|
1159
|
+
green400: string;
|
|
1160
|
+
green500: string;
|
|
1161
|
+
green600: string;
|
|
1162
|
+
green700: string;
|
|
1163
|
+
green800: string;
|
|
1164
|
+
green900: string;
|
|
1165
|
+
purple50: string;
|
|
1166
|
+
purple100: string;
|
|
1167
|
+
purple200: string;
|
|
1168
|
+
purple300: string;
|
|
1169
|
+
purple400: string;
|
|
1170
|
+
purple500: string;
|
|
1171
|
+
purple600: string;
|
|
1172
|
+
purple700: string;
|
|
1173
|
+
purple800: string;
|
|
1174
|
+
purple900: string;
|
|
1175
|
+
blue50: string;
|
|
1176
|
+
blue100: string;
|
|
1177
|
+
blue200: string;
|
|
1178
|
+
blue300: string;
|
|
1179
|
+
blue400: string;
|
|
1180
|
+
blue500: string;
|
|
1181
|
+
blue600: string;
|
|
1182
|
+
blue700: string;
|
|
1183
|
+
blue800: string;
|
|
1184
|
+
blue900: string;
|
|
1185
|
+
background: string;
|
|
1186
|
+
foreground: string;
|
|
1187
|
+
backgroundContrast: string;
|
|
1188
|
+
white: string;
|
|
1189
|
+
black: string;
|
|
1073
1190
|
primaryLight: string;
|
|
1191
|
+
primaryLightHover: string;
|
|
1192
|
+
primaryLightActive: string;
|
|
1193
|
+
primaryLightContrast: string;
|
|
1074
1194
|
primary: string;
|
|
1075
|
-
|
|
1195
|
+
primaryBorder: string;
|
|
1196
|
+
primaryBorderHover: string;
|
|
1197
|
+
primarySolidHover: string;
|
|
1198
|
+
primarySolidContrast: string;
|
|
1076
1199
|
primaryShadow: string;
|
|
1077
1200
|
secondaryLight: string;
|
|
1201
|
+
secondaryLightHover: string;
|
|
1202
|
+
secondaryLightActive: string;
|
|
1203
|
+
secondaryLightContrast: string;
|
|
1078
1204
|
secondary: string;
|
|
1079
|
-
|
|
1205
|
+
secondaryBorder: string;
|
|
1206
|
+
secondaryBorderHover: string;
|
|
1207
|
+
secondarySolidHover: string;
|
|
1208
|
+
secondarySolidContrast: string;
|
|
1080
1209
|
secondaryShadow: string;
|
|
1081
1210
|
successLight: string;
|
|
1211
|
+
successLightHover: string;
|
|
1212
|
+
successLightActive: string;
|
|
1213
|
+
successLightContrast: string;
|
|
1082
1214
|
success: string;
|
|
1083
|
-
|
|
1215
|
+
successBorder: string;
|
|
1216
|
+
successBorderHover: string;
|
|
1217
|
+
successSolidHover: string;
|
|
1218
|
+
successSolidContrast: string;
|
|
1084
1219
|
successShadow: string;
|
|
1085
1220
|
warningLight: string;
|
|
1221
|
+
warningLightHover: string;
|
|
1222
|
+
warningLightActive: string;
|
|
1223
|
+
warningLightContrast: string;
|
|
1086
1224
|
warning: string;
|
|
1087
|
-
|
|
1225
|
+
warningBorder: string;
|
|
1226
|
+
warningBorderHover: string;
|
|
1227
|
+
warningSolidHover: string;
|
|
1228
|
+
warningSolidContrast: string;
|
|
1088
1229
|
warningShadow: string;
|
|
1089
1230
|
errorLight: string;
|
|
1231
|
+
errorLightHover: string;
|
|
1232
|
+
errorLightActive: string;
|
|
1233
|
+
errorLightContrast: string;
|
|
1090
1234
|
error: string;
|
|
1091
|
-
|
|
1235
|
+
errorBorder: string;
|
|
1236
|
+
errorBorderHover: string;
|
|
1237
|
+
errorSolidHover: string;
|
|
1238
|
+
errorSolidContrast: string;
|
|
1092
1239
|
errorShadow: string;
|
|
1240
|
+
neutralLight: string;
|
|
1241
|
+
neutralLightHover: string;
|
|
1242
|
+
neutralLightActive: string;
|
|
1243
|
+
neutralLightContrast: string;
|
|
1244
|
+
neutral: string;
|
|
1245
|
+
neutralBorder: string;
|
|
1246
|
+
neutralBorderHover: string;
|
|
1247
|
+
neutralSolidHover: string;
|
|
1248
|
+
neutralSolidContrast: string;
|
|
1249
|
+
neutralShadow: string;
|
|
1093
1250
|
gradient: string;
|
|
1094
|
-
|
|
1251
|
+
accents0: string;
|
|
1252
|
+
accents1: string;
|
|
1253
|
+
accents2: string;
|
|
1254
|
+
accents3: string;
|
|
1255
|
+
accents4: string;
|
|
1256
|
+
accents5: string;
|
|
1257
|
+
accents6: string;
|
|
1258
|
+
accents7: string;
|
|
1259
|
+
accents8: string;
|
|
1260
|
+
accents9: string;
|
|
1261
|
+
border: string;
|
|
1095
1262
|
};
|
|
1096
1263
|
fonts: {
|
|
1097
1264
|
sans: string;
|
|
1098
1265
|
mono: string;
|
|
1099
1266
|
};
|
|
1100
1267
|
fontSizes: {
|
|
1101
|
-
tiny: string;
|
|
1102
1268
|
xs: string;
|
|
1103
|
-
base: string;
|
|
1104
1269
|
sm: string;
|
|
1270
|
+
base: string;
|
|
1105
1271
|
md: string;
|
|
1106
1272
|
lg: string;
|
|
1107
1273
|
xl: string;
|
|
1274
|
+
xl2: string;
|
|
1275
|
+
xl3: string;
|
|
1276
|
+
xl4: string;
|
|
1277
|
+
xl5: string;
|
|
1278
|
+
xl6: string;
|
|
1279
|
+
xl7: string;
|
|
1280
|
+
xl8: string;
|
|
1281
|
+
xl9: string;
|
|
1108
1282
|
};
|
|
1109
1283
|
fontWeights: {
|
|
1110
1284
|
hairline: number;
|
|
@@ -1120,9 +1294,18 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
|
|
|
1120
1294
|
lineHeights: {
|
|
1121
1295
|
xs: number;
|
|
1122
1296
|
sm: number;
|
|
1297
|
+
base: number;
|
|
1123
1298
|
md: number;
|
|
1124
1299
|
lg: number;
|
|
1125
1300
|
xl: number;
|
|
1301
|
+
xl2: number;
|
|
1302
|
+
xl3: number;
|
|
1303
|
+
xl4: number;
|
|
1304
|
+
xl5: number;
|
|
1305
|
+
xl6: number;
|
|
1306
|
+
xl7: number;
|
|
1307
|
+
xl8: number;
|
|
1308
|
+
xl9: number;
|
|
1126
1309
|
};
|
|
1127
1310
|
letterSpacings: {
|
|
1128
1311
|
tighter: string;
|
|
@@ -1207,6 +1390,7 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
|
|
|
1207
1390
|
avatar: string;
|
|
1208
1391
|
link: string;
|
|
1209
1392
|
card: string;
|
|
1393
|
+
dropdownItem: string;
|
|
1210
1394
|
};
|
|
1211
1395
|
breakpoints: {
|
|
1212
1396
|
xs: string;
|
|
@@ -1582,7 +1766,9 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
|
|
|
1582
1766
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1583
1767
|
}) => {
|
|
1584
1768
|
bf: string;
|
|
1585
|
-
bg:
|
|
1769
|
+
bg: {
|
|
1770
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1771
|
+
};
|
|
1586
1772
|
};
|
|
1587
1773
|
bgColor: (value: {
|
|
1588
1774
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1660,6 +1846,32 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
|
|
|
1660
1846
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1661
1847
|
};
|
|
1662
1848
|
};
|
|
1849
|
+
ds: (value: {
|
|
1850
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1851
|
+
}) => {
|
|
1852
|
+
dropShadow: {
|
|
1853
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1854
|
+
};
|
|
1855
|
+
};
|
|
1856
|
+
shadow: (value: {
|
|
1857
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1858
|
+
}) => {
|
|
1859
|
+
boxShadow: {
|
|
1860
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1861
|
+
};
|
|
1862
|
+
};
|
|
1863
|
+
dshadow: (value: {
|
|
1864
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1865
|
+
}) => {
|
|
1866
|
+
dropShadow: {
|
|
1867
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1868
|
+
};
|
|
1869
|
+
};
|
|
1870
|
+
dropShadow: (value: {
|
|
1871
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1872
|
+
}) => {
|
|
1873
|
+
filter: string;
|
|
1874
|
+
};
|
|
1663
1875
|
normalShadow: (value: {
|
|
1664
1876
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1665
1877
|
}) => {
|
|
@@ -1863,6 +2075,16 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
|
|
|
1863
2075
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1864
2076
|
};
|
|
1865
2077
|
};
|
|
2078
|
+
truncateText: (value: {
|
|
2079
|
+
readonly [$$PropertyValue]: "width";
|
|
2080
|
+
}) => {
|
|
2081
|
+
maxWidth: {
|
|
2082
|
+
readonly [$$PropertyValue]: "width";
|
|
2083
|
+
};
|
|
2084
|
+
whiteSpace: string;
|
|
2085
|
+
overflow: string;
|
|
2086
|
+
textOverflow: string;
|
|
2087
|
+
};
|
|
1866
2088
|
textGradient: (value: {
|
|
1867
2089
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1868
2090
|
}) => {
|
|
@@ -1916,89 +2138,20 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
|
|
|
1916
2138
|
lg: string;
|
|
1917
2139
|
xl: string;
|
|
1918
2140
|
};
|
|
2141
|
+
dropShadows: {
|
|
2142
|
+
xs: string;
|
|
2143
|
+
sm: string;
|
|
2144
|
+
md: string;
|
|
2145
|
+
lg: string;
|
|
2146
|
+
xl: string;
|
|
2147
|
+
};
|
|
1919
2148
|
colors: {
|
|
1920
|
-
accents1: string;
|
|
1921
|
-
accents2: string;
|
|
1922
|
-
accents3: string;
|
|
1923
|
-
accents4: string;
|
|
1924
|
-
accents5: string;
|
|
1925
|
-
accents6: string;
|
|
1926
|
-
accents7: string;
|
|
1927
|
-
accents8: string;
|
|
1928
|
-
accents9: string;
|
|
1929
|
-
background: string;
|
|
1930
|
-
foreground: string;
|
|
1931
|
-
backgroundContrast: string;
|
|
1932
2149
|
text: string;
|
|
2150
|
+
link: string;
|
|
1933
2151
|
codeLight: string;
|
|
1934
2152
|
code: string;
|
|
1935
|
-
border: string;
|
|
1936
2153
|
selection: string;
|
|
1937
|
-
|
|
1938
|
-
black: string;
|
|
1939
|
-
blue100: string;
|
|
1940
|
-
blue200: string;
|
|
1941
|
-
blue300: string;
|
|
1942
|
-
blue400: string;
|
|
1943
|
-
blue500: string;
|
|
1944
|
-
blue600: string;
|
|
1945
|
-
blue700: string;
|
|
1946
|
-
blue800: string;
|
|
1947
|
-
blue900: string;
|
|
1948
|
-
purple100: string;
|
|
1949
|
-
purple200: string;
|
|
1950
|
-
purple300: string;
|
|
1951
|
-
purple400: string;
|
|
1952
|
-
purple500: string;
|
|
1953
|
-
purple600: string;
|
|
1954
|
-
purple700: string;
|
|
1955
|
-
purple800: string;
|
|
1956
|
-
purple900: string;
|
|
1957
|
-
green100: string;
|
|
1958
|
-
green200: string;
|
|
1959
|
-
green300: string;
|
|
1960
|
-
green400: string;
|
|
1961
|
-
green500: string;
|
|
1962
|
-
green600: string;
|
|
1963
|
-
green700: string;
|
|
1964
|
-
green800: string;
|
|
1965
|
-
green900: string;
|
|
1966
|
-
yellow100: string;
|
|
1967
|
-
yellow200: string;
|
|
1968
|
-
yellow300: string;
|
|
1969
|
-
yellow400: string;
|
|
1970
|
-
yellow500: string;
|
|
1971
|
-
yellow600: string;
|
|
1972
|
-
yellow700: string;
|
|
1973
|
-
yellow800: string;
|
|
1974
|
-
yellow900: string;
|
|
1975
|
-
red100: string;
|
|
1976
|
-
red200: string;
|
|
1977
|
-
red300: string;
|
|
1978
|
-
red400: string;
|
|
1979
|
-
red500: string;
|
|
1980
|
-
red600: string;
|
|
1981
|
-
red700: string;
|
|
1982
|
-
red800: string;
|
|
1983
|
-
red900: string;
|
|
1984
|
-
cyan100: string;
|
|
1985
|
-
cyan200: string;
|
|
1986
|
-
cyan300: string;
|
|
1987
|
-
cyan400: string;
|
|
1988
|
-
cyan500: string;
|
|
1989
|
-
cyan600: string;
|
|
1990
|
-
cyan700: string;
|
|
1991
|
-
cyan800: string;
|
|
1992
|
-
cyan900: string;
|
|
1993
|
-
pink100: string;
|
|
1994
|
-
pink200: string;
|
|
1995
|
-
pink300: string;
|
|
1996
|
-
pink400: string;
|
|
1997
|
-
pink500: string;
|
|
1998
|
-
pink600: string;
|
|
1999
|
-
pink700: string;
|
|
2000
|
-
pink800: string;
|
|
2001
|
-
pink900: string;
|
|
2154
|
+
gray50: string;
|
|
2002
2155
|
gray100: string;
|
|
2003
2156
|
gray200: string;
|
|
2004
2157
|
gray300: string;
|
|
@@ -2008,41 +2161,173 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
|
|
|
2008
2161
|
gray700: string;
|
|
2009
2162
|
gray800: string;
|
|
2010
2163
|
gray900: string;
|
|
2164
|
+
pink50: string;
|
|
2165
|
+
pink100: string;
|
|
2166
|
+
pink200: string;
|
|
2167
|
+
pink300: string;
|
|
2168
|
+
pink400: string;
|
|
2169
|
+
pink500: string;
|
|
2170
|
+
pink600: string;
|
|
2171
|
+
pink700: string;
|
|
2172
|
+
pink800: string;
|
|
2173
|
+
pink900: string;
|
|
2174
|
+
cyan50: string;
|
|
2175
|
+
cyan100: string;
|
|
2176
|
+
cyan200: string;
|
|
2177
|
+
cyan300: string;
|
|
2178
|
+
cyan400: string;
|
|
2179
|
+
cyan500: string;
|
|
2180
|
+
cyan600: string;
|
|
2181
|
+
cyan700: string;
|
|
2182
|
+
cyan800: string;
|
|
2183
|
+
cyan900: string;
|
|
2184
|
+
red50: string;
|
|
2185
|
+
red100: string;
|
|
2186
|
+
red200: string;
|
|
2187
|
+
red300: string;
|
|
2188
|
+
red400: string;
|
|
2189
|
+
red500: string;
|
|
2190
|
+
red600: string;
|
|
2191
|
+
red700: string;
|
|
2192
|
+
red800: string;
|
|
2193
|
+
red900: string;
|
|
2194
|
+
yellow50: string;
|
|
2195
|
+
yellow100: string;
|
|
2196
|
+
yellow200: string;
|
|
2197
|
+
yellow300: string;
|
|
2198
|
+
yellow400: string;
|
|
2199
|
+
yellow500: string;
|
|
2200
|
+
yellow600: string;
|
|
2201
|
+
yellow700: string;
|
|
2202
|
+
yellow800: string;
|
|
2203
|
+
yellow900: string;
|
|
2204
|
+
green50: string;
|
|
2205
|
+
green100: string;
|
|
2206
|
+
green200: string;
|
|
2207
|
+
green300: string;
|
|
2208
|
+
green400: string;
|
|
2209
|
+
green500: string;
|
|
2210
|
+
green600: string;
|
|
2211
|
+
green700: string;
|
|
2212
|
+
green800: string;
|
|
2213
|
+
green900: string;
|
|
2214
|
+
purple50: string;
|
|
2215
|
+
purple100: string;
|
|
2216
|
+
purple200: string;
|
|
2217
|
+
purple300: string;
|
|
2218
|
+
purple400: string;
|
|
2219
|
+
purple500: string;
|
|
2220
|
+
purple600: string;
|
|
2221
|
+
purple700: string;
|
|
2222
|
+
purple800: string;
|
|
2223
|
+
purple900: string;
|
|
2224
|
+
blue50: string;
|
|
2225
|
+
blue100: string;
|
|
2226
|
+
blue200: string;
|
|
2227
|
+
blue300: string;
|
|
2228
|
+
blue400: string;
|
|
2229
|
+
blue500: string;
|
|
2230
|
+
blue600: string;
|
|
2231
|
+
blue700: string;
|
|
2232
|
+
blue800: string;
|
|
2233
|
+
blue900: string;
|
|
2234
|
+
background: string;
|
|
2235
|
+
foreground: string;
|
|
2236
|
+
backgroundContrast: string;
|
|
2237
|
+
white: string;
|
|
2238
|
+
black: string;
|
|
2011
2239
|
primaryLight: string;
|
|
2240
|
+
primaryLightHover: string;
|
|
2241
|
+
primaryLightActive: string;
|
|
2242
|
+
primaryLightContrast: string;
|
|
2012
2243
|
primary: string;
|
|
2013
|
-
|
|
2244
|
+
primaryBorder: string;
|
|
2245
|
+
primaryBorderHover: string;
|
|
2246
|
+
primarySolidHover: string;
|
|
2247
|
+
primarySolidContrast: string;
|
|
2014
2248
|
primaryShadow: string;
|
|
2015
2249
|
secondaryLight: string;
|
|
2250
|
+
secondaryLightHover: string;
|
|
2251
|
+
secondaryLightActive: string;
|
|
2252
|
+
secondaryLightContrast: string;
|
|
2016
2253
|
secondary: string;
|
|
2017
|
-
|
|
2254
|
+
secondaryBorder: string;
|
|
2255
|
+
secondaryBorderHover: string;
|
|
2256
|
+
secondarySolidHover: string;
|
|
2257
|
+
secondarySolidContrast: string;
|
|
2018
2258
|
secondaryShadow: string;
|
|
2019
2259
|
successLight: string;
|
|
2260
|
+
successLightHover: string;
|
|
2261
|
+
successLightActive: string;
|
|
2262
|
+
successLightContrast: string;
|
|
2020
2263
|
success: string;
|
|
2021
|
-
|
|
2264
|
+
successBorder: string;
|
|
2265
|
+
successBorderHover: string;
|
|
2266
|
+
successSolidHover: string;
|
|
2267
|
+
successSolidContrast: string;
|
|
2022
2268
|
successShadow: string;
|
|
2023
2269
|
warningLight: string;
|
|
2270
|
+
warningLightHover: string;
|
|
2271
|
+
warningLightActive: string;
|
|
2272
|
+
warningLightContrast: string;
|
|
2024
2273
|
warning: string;
|
|
2025
|
-
|
|
2274
|
+
warningBorder: string;
|
|
2275
|
+
warningBorderHover: string;
|
|
2276
|
+
warningSolidHover: string;
|
|
2277
|
+
warningSolidContrast: string;
|
|
2026
2278
|
warningShadow: string;
|
|
2027
2279
|
errorLight: string;
|
|
2280
|
+
errorLightHover: string;
|
|
2281
|
+
errorLightActive: string;
|
|
2282
|
+
errorLightContrast: string;
|
|
2028
2283
|
error: string;
|
|
2029
|
-
|
|
2284
|
+
errorBorder: string;
|
|
2285
|
+
errorBorderHover: string;
|
|
2286
|
+
errorSolidHover: string;
|
|
2287
|
+
errorSolidContrast: string;
|
|
2030
2288
|
errorShadow: string;
|
|
2289
|
+
neutralLight: string;
|
|
2290
|
+
neutralLightHover: string;
|
|
2291
|
+
neutralLightActive: string;
|
|
2292
|
+
neutralLightContrast: string;
|
|
2293
|
+
neutral: string;
|
|
2294
|
+
neutralBorder: string;
|
|
2295
|
+
neutralBorderHover: string;
|
|
2296
|
+
neutralSolidHover: string;
|
|
2297
|
+
neutralSolidContrast: string;
|
|
2298
|
+
neutralShadow: string;
|
|
2031
2299
|
gradient: string;
|
|
2032
|
-
|
|
2300
|
+
accents0: string;
|
|
2301
|
+
accents1: string;
|
|
2302
|
+
accents2: string;
|
|
2303
|
+
accents3: string;
|
|
2304
|
+
accents4: string;
|
|
2305
|
+
accents5: string;
|
|
2306
|
+
accents6: string;
|
|
2307
|
+
accents7: string;
|
|
2308
|
+
accents8: string;
|
|
2309
|
+
accents9: string;
|
|
2310
|
+
border: string;
|
|
2033
2311
|
};
|
|
2034
2312
|
fonts: {
|
|
2035
2313
|
sans: string;
|
|
2036
2314
|
mono: string;
|
|
2037
2315
|
};
|
|
2038
2316
|
fontSizes: {
|
|
2039
|
-
tiny: string;
|
|
2040
2317
|
xs: string;
|
|
2041
|
-
base: string;
|
|
2042
2318
|
sm: string;
|
|
2319
|
+
base: string;
|
|
2043
2320
|
md: string;
|
|
2044
2321
|
lg: string;
|
|
2045
2322
|
xl: string;
|
|
2323
|
+
xl2: string;
|
|
2324
|
+
xl3: string;
|
|
2325
|
+
xl4: string;
|
|
2326
|
+
xl5: string;
|
|
2327
|
+
xl6: string;
|
|
2328
|
+
xl7: string;
|
|
2329
|
+
xl8: string;
|
|
2330
|
+
xl9: string;
|
|
2046
2331
|
};
|
|
2047
2332
|
fontWeights: {
|
|
2048
2333
|
hairline: number;
|
|
@@ -2058,9 +2343,18 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
|
|
|
2058
2343
|
lineHeights: {
|
|
2059
2344
|
xs: number;
|
|
2060
2345
|
sm: number;
|
|
2346
|
+
base: number;
|
|
2061
2347
|
md: number;
|
|
2062
2348
|
lg: number;
|
|
2063
2349
|
xl: number;
|
|
2350
|
+
xl2: number;
|
|
2351
|
+
xl3: number;
|
|
2352
|
+
xl4: number;
|
|
2353
|
+
xl5: number;
|
|
2354
|
+
xl6: number;
|
|
2355
|
+
xl7: number;
|
|
2356
|
+
xl8: number;
|
|
2357
|
+
xl9: number;
|
|
2064
2358
|
};
|
|
2065
2359
|
letterSpacings: {
|
|
2066
2360
|
tighter: string;
|
|
@@ -2145,6 +2439,7 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
|
|
|
2145
2439
|
avatar: string;
|
|
2146
2440
|
link: string;
|
|
2147
2441
|
card: string;
|
|
2442
|
+
dropdownItem: string;
|
|
2148
2443
|
};
|
|
2149
2444
|
breakpoints: {
|
|
2150
2445
|
xs: string;
|
|
@@ -2520,7 +2815,9 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
|
|
|
2520
2815
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2521
2816
|
}) => {
|
|
2522
2817
|
bf: string;
|
|
2523
|
-
bg:
|
|
2818
|
+
bg: {
|
|
2819
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2820
|
+
};
|
|
2524
2821
|
};
|
|
2525
2822
|
bgColor: (value: {
|
|
2526
2823
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2598,6 +2895,32 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
|
|
|
2598
2895
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2599
2896
|
};
|
|
2600
2897
|
};
|
|
2898
|
+
ds: (value: {
|
|
2899
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2900
|
+
}) => {
|
|
2901
|
+
dropShadow: {
|
|
2902
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2903
|
+
};
|
|
2904
|
+
};
|
|
2905
|
+
shadow: (value: {
|
|
2906
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2907
|
+
}) => {
|
|
2908
|
+
boxShadow: {
|
|
2909
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2910
|
+
};
|
|
2911
|
+
};
|
|
2912
|
+
dshadow: (value: {
|
|
2913
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2914
|
+
}) => {
|
|
2915
|
+
dropShadow: {
|
|
2916
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2917
|
+
};
|
|
2918
|
+
};
|
|
2919
|
+
dropShadow: (value: {
|
|
2920
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2921
|
+
}) => {
|
|
2922
|
+
filter: string;
|
|
2923
|
+
};
|
|
2601
2924
|
normalShadow: (value: {
|
|
2602
2925
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2603
2926
|
}) => {
|
|
@@ -2801,6 +3124,16 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
|
|
|
2801
3124
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2802
3125
|
};
|
|
2803
3126
|
};
|
|
3127
|
+
truncateText: (value: {
|
|
3128
|
+
readonly [$$PropertyValue]: "width";
|
|
3129
|
+
}) => {
|
|
3130
|
+
maxWidth: {
|
|
3131
|
+
readonly [$$PropertyValue]: "width";
|
|
3132
|
+
};
|
|
3133
|
+
whiteSpace: string;
|
|
3134
|
+
overflow: string;
|
|
3135
|
+
textOverflow: string;
|
|
3136
|
+
};
|
|
2804
3137
|
textGradient: (value: {
|
|
2805
3138
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2806
3139
|
}) => {
|
|
@@ -2846,95 +3179,26 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
|
|
|
2846
3179
|
light: string;
|
|
2847
3180
|
}, {
|
|
2848
3181
|
shadows: {
|
|
2849
|
-
xs: string;
|
|
2850
|
-
sm: string;
|
|
2851
|
-
md: string;
|
|
2852
|
-
lg: string;
|
|
2853
|
-
xl: string;
|
|
2854
|
-
};
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
codeLight: string;
|
|
2870
|
-
code: string;
|
|
2871
|
-
border: string;
|
|
2872
|
-
selection: string;
|
|
2873
|
-
white: string;
|
|
2874
|
-
black: string;
|
|
2875
|
-
blue100: string;
|
|
2876
|
-
blue200: string;
|
|
2877
|
-
blue300: string;
|
|
2878
|
-
blue400: string;
|
|
2879
|
-
blue500: string;
|
|
2880
|
-
blue600: string;
|
|
2881
|
-
blue700: string;
|
|
2882
|
-
blue800: string;
|
|
2883
|
-
blue900: string;
|
|
2884
|
-
purple100: string;
|
|
2885
|
-
purple200: string;
|
|
2886
|
-
purple300: string;
|
|
2887
|
-
purple400: string;
|
|
2888
|
-
purple500: string;
|
|
2889
|
-
purple600: string;
|
|
2890
|
-
purple700: string;
|
|
2891
|
-
purple800: string;
|
|
2892
|
-
purple900: string;
|
|
2893
|
-
green100: string;
|
|
2894
|
-
green200: string;
|
|
2895
|
-
green300: string;
|
|
2896
|
-
green400: string;
|
|
2897
|
-
green500: string;
|
|
2898
|
-
green600: string;
|
|
2899
|
-
green700: string;
|
|
2900
|
-
green800: string;
|
|
2901
|
-
green900: string;
|
|
2902
|
-
yellow100: string;
|
|
2903
|
-
yellow200: string;
|
|
2904
|
-
yellow300: string;
|
|
2905
|
-
yellow400: string;
|
|
2906
|
-
yellow500: string;
|
|
2907
|
-
yellow600: string;
|
|
2908
|
-
yellow700: string;
|
|
2909
|
-
yellow800: string;
|
|
2910
|
-
yellow900: string;
|
|
2911
|
-
red100: string;
|
|
2912
|
-
red200: string;
|
|
2913
|
-
red300: string;
|
|
2914
|
-
red400: string;
|
|
2915
|
-
red500: string;
|
|
2916
|
-
red600: string;
|
|
2917
|
-
red700: string;
|
|
2918
|
-
red800: string;
|
|
2919
|
-
red900: string;
|
|
2920
|
-
cyan100: string;
|
|
2921
|
-
cyan200: string;
|
|
2922
|
-
cyan300: string;
|
|
2923
|
-
cyan400: string;
|
|
2924
|
-
cyan500: string;
|
|
2925
|
-
cyan600: string;
|
|
2926
|
-
cyan700: string;
|
|
2927
|
-
cyan800: string;
|
|
2928
|
-
cyan900: string;
|
|
2929
|
-
pink100: string;
|
|
2930
|
-
pink200: string;
|
|
2931
|
-
pink300: string;
|
|
2932
|
-
pink400: string;
|
|
2933
|
-
pink500: string;
|
|
2934
|
-
pink600: string;
|
|
2935
|
-
pink700: string;
|
|
2936
|
-
pink800: string;
|
|
2937
|
-
pink900: string;
|
|
3182
|
+
xs: string;
|
|
3183
|
+
sm: string;
|
|
3184
|
+
md: string;
|
|
3185
|
+
lg: string;
|
|
3186
|
+
xl: string;
|
|
3187
|
+
};
|
|
3188
|
+
dropShadows: {
|
|
3189
|
+
xs: string;
|
|
3190
|
+
sm: string;
|
|
3191
|
+
md: string;
|
|
3192
|
+
lg: string;
|
|
3193
|
+
xl: string;
|
|
3194
|
+
};
|
|
3195
|
+
colors: {
|
|
3196
|
+
text: string;
|
|
3197
|
+
link: string;
|
|
3198
|
+
codeLight: string;
|
|
3199
|
+
code: string;
|
|
3200
|
+
selection: string;
|
|
3201
|
+
gray50: string;
|
|
2938
3202
|
gray100: string;
|
|
2939
3203
|
gray200: string;
|
|
2940
3204
|
gray300: string;
|
|
@@ -2944,41 +3208,173 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
|
|
|
2944
3208
|
gray700: string;
|
|
2945
3209
|
gray800: string;
|
|
2946
3210
|
gray900: string;
|
|
3211
|
+
pink50: string;
|
|
3212
|
+
pink100: string;
|
|
3213
|
+
pink200: string;
|
|
3214
|
+
pink300: string;
|
|
3215
|
+
pink400: string;
|
|
3216
|
+
pink500: string;
|
|
3217
|
+
pink600: string;
|
|
3218
|
+
pink700: string;
|
|
3219
|
+
pink800: string;
|
|
3220
|
+
pink900: string;
|
|
3221
|
+
cyan50: string;
|
|
3222
|
+
cyan100: string;
|
|
3223
|
+
cyan200: string;
|
|
3224
|
+
cyan300: string;
|
|
3225
|
+
cyan400: string;
|
|
3226
|
+
cyan500: string;
|
|
3227
|
+
cyan600: string;
|
|
3228
|
+
cyan700: string;
|
|
3229
|
+
cyan800: string;
|
|
3230
|
+
cyan900: string;
|
|
3231
|
+
red50: string;
|
|
3232
|
+
red100: string;
|
|
3233
|
+
red200: string;
|
|
3234
|
+
red300: string;
|
|
3235
|
+
red400: string;
|
|
3236
|
+
red500: string;
|
|
3237
|
+
red600: string;
|
|
3238
|
+
red700: string;
|
|
3239
|
+
red800: string;
|
|
3240
|
+
red900: string;
|
|
3241
|
+
yellow50: string;
|
|
3242
|
+
yellow100: string;
|
|
3243
|
+
yellow200: string;
|
|
3244
|
+
yellow300: string;
|
|
3245
|
+
yellow400: string;
|
|
3246
|
+
yellow500: string;
|
|
3247
|
+
yellow600: string;
|
|
3248
|
+
yellow700: string;
|
|
3249
|
+
yellow800: string;
|
|
3250
|
+
yellow900: string;
|
|
3251
|
+
green50: string;
|
|
3252
|
+
green100: string;
|
|
3253
|
+
green200: string;
|
|
3254
|
+
green300: string;
|
|
3255
|
+
green400: string;
|
|
3256
|
+
green500: string;
|
|
3257
|
+
green600: string;
|
|
3258
|
+
green700: string;
|
|
3259
|
+
green800: string;
|
|
3260
|
+
green900: string;
|
|
3261
|
+
purple50: string;
|
|
3262
|
+
purple100: string;
|
|
3263
|
+
purple200: string;
|
|
3264
|
+
purple300: string;
|
|
3265
|
+
purple400: string;
|
|
3266
|
+
purple500: string;
|
|
3267
|
+
purple600: string;
|
|
3268
|
+
purple700: string;
|
|
3269
|
+
purple800: string;
|
|
3270
|
+
purple900: string;
|
|
3271
|
+
blue50: string;
|
|
3272
|
+
blue100: string;
|
|
3273
|
+
blue200: string;
|
|
3274
|
+
blue300: string;
|
|
3275
|
+
blue400: string;
|
|
3276
|
+
blue500: string;
|
|
3277
|
+
blue600: string;
|
|
3278
|
+
blue700: string;
|
|
3279
|
+
blue800: string;
|
|
3280
|
+
blue900: string;
|
|
3281
|
+
background: string;
|
|
3282
|
+
foreground: string;
|
|
3283
|
+
backgroundContrast: string;
|
|
3284
|
+
white: string;
|
|
3285
|
+
black: string;
|
|
2947
3286
|
primaryLight: string;
|
|
3287
|
+
primaryLightHover: string;
|
|
3288
|
+
primaryLightActive: string;
|
|
3289
|
+
primaryLightContrast: string;
|
|
2948
3290
|
primary: string;
|
|
2949
|
-
|
|
3291
|
+
primaryBorder: string;
|
|
3292
|
+
primaryBorderHover: string;
|
|
3293
|
+
primarySolidHover: string;
|
|
3294
|
+
primarySolidContrast: string;
|
|
2950
3295
|
primaryShadow: string;
|
|
2951
3296
|
secondaryLight: string;
|
|
3297
|
+
secondaryLightHover: string;
|
|
3298
|
+
secondaryLightActive: string;
|
|
3299
|
+
secondaryLightContrast: string;
|
|
2952
3300
|
secondary: string;
|
|
2953
|
-
|
|
3301
|
+
secondaryBorder: string;
|
|
3302
|
+
secondaryBorderHover: string;
|
|
3303
|
+
secondarySolidHover: string;
|
|
3304
|
+
secondarySolidContrast: string;
|
|
2954
3305
|
secondaryShadow: string;
|
|
2955
3306
|
successLight: string;
|
|
3307
|
+
successLightHover: string;
|
|
3308
|
+
successLightActive: string;
|
|
3309
|
+
successLightContrast: string;
|
|
2956
3310
|
success: string;
|
|
2957
|
-
|
|
3311
|
+
successBorder: string;
|
|
3312
|
+
successBorderHover: string;
|
|
3313
|
+
successSolidHover: string;
|
|
3314
|
+
successSolidContrast: string;
|
|
2958
3315
|
successShadow: string;
|
|
2959
3316
|
warningLight: string;
|
|
3317
|
+
warningLightHover: string;
|
|
3318
|
+
warningLightActive: string;
|
|
3319
|
+
warningLightContrast: string;
|
|
2960
3320
|
warning: string;
|
|
2961
|
-
|
|
3321
|
+
warningBorder: string;
|
|
3322
|
+
warningBorderHover: string;
|
|
3323
|
+
warningSolidHover: string;
|
|
3324
|
+
warningSolidContrast: string;
|
|
2962
3325
|
warningShadow: string;
|
|
2963
3326
|
errorLight: string;
|
|
3327
|
+
errorLightHover: string;
|
|
3328
|
+
errorLightActive: string;
|
|
3329
|
+
errorLightContrast: string;
|
|
2964
3330
|
error: string;
|
|
2965
|
-
|
|
3331
|
+
errorBorder: string;
|
|
3332
|
+
errorBorderHover: string;
|
|
3333
|
+
errorSolidHover: string;
|
|
3334
|
+
errorSolidContrast: string;
|
|
2966
3335
|
errorShadow: string;
|
|
3336
|
+
neutralLight: string;
|
|
3337
|
+
neutralLightHover: string;
|
|
3338
|
+
neutralLightActive: string;
|
|
3339
|
+
neutralLightContrast: string;
|
|
3340
|
+
neutral: string;
|
|
3341
|
+
neutralBorder: string;
|
|
3342
|
+
neutralBorderHover: string;
|
|
3343
|
+
neutralSolidHover: string;
|
|
3344
|
+
neutralSolidContrast: string;
|
|
3345
|
+
neutralShadow: string;
|
|
2967
3346
|
gradient: string;
|
|
2968
|
-
|
|
3347
|
+
accents0: string;
|
|
3348
|
+
accents1: string;
|
|
3349
|
+
accents2: string;
|
|
3350
|
+
accents3: string;
|
|
3351
|
+
accents4: string;
|
|
3352
|
+
accents5: string;
|
|
3353
|
+
accents6: string;
|
|
3354
|
+
accents7: string;
|
|
3355
|
+
accents8: string;
|
|
3356
|
+
accents9: string;
|
|
3357
|
+
border: string;
|
|
2969
3358
|
};
|
|
2970
3359
|
fonts: {
|
|
2971
3360
|
sans: string;
|
|
2972
3361
|
mono: string;
|
|
2973
3362
|
};
|
|
2974
3363
|
fontSizes: {
|
|
2975
|
-
tiny: string;
|
|
2976
3364
|
xs: string;
|
|
2977
|
-
base: string;
|
|
2978
3365
|
sm: string;
|
|
3366
|
+
base: string;
|
|
2979
3367
|
md: string;
|
|
2980
3368
|
lg: string;
|
|
2981
3369
|
xl: string;
|
|
3370
|
+
xl2: string;
|
|
3371
|
+
xl3: string;
|
|
3372
|
+
xl4: string;
|
|
3373
|
+
xl5: string;
|
|
3374
|
+
xl6: string;
|
|
3375
|
+
xl7: string;
|
|
3376
|
+
xl8: string;
|
|
3377
|
+
xl9: string;
|
|
2982
3378
|
};
|
|
2983
3379
|
fontWeights: {
|
|
2984
3380
|
hairline: number;
|
|
@@ -2994,9 +3390,18 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
|
|
|
2994
3390
|
lineHeights: {
|
|
2995
3391
|
xs: number;
|
|
2996
3392
|
sm: number;
|
|
3393
|
+
base: number;
|
|
2997
3394
|
md: number;
|
|
2998
3395
|
lg: number;
|
|
2999
3396
|
xl: number;
|
|
3397
|
+
xl2: number;
|
|
3398
|
+
xl3: number;
|
|
3399
|
+
xl4: number;
|
|
3400
|
+
xl5: number;
|
|
3401
|
+
xl6: number;
|
|
3402
|
+
xl7: number;
|
|
3403
|
+
xl8: number;
|
|
3404
|
+
xl9: number;
|
|
3000
3405
|
};
|
|
3001
3406
|
letterSpacings: {
|
|
3002
3407
|
tighter: string;
|
|
@@ -3081,6 +3486,7 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
|
|
|
3081
3486
|
avatar: string;
|
|
3082
3487
|
link: string;
|
|
3083
3488
|
card: string;
|
|
3489
|
+
dropdownItem: string;
|
|
3084
3490
|
};
|
|
3085
3491
|
breakpoints: {
|
|
3086
3492
|
xs: string;
|
|
@@ -3456,7 +3862,9 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
|
|
|
3456
3862
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3457
3863
|
}) => {
|
|
3458
3864
|
bf: string;
|
|
3459
|
-
bg:
|
|
3865
|
+
bg: {
|
|
3866
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3867
|
+
};
|
|
3460
3868
|
};
|
|
3461
3869
|
bgColor: (value: {
|
|
3462
3870
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3534,6 +3942,32 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
|
|
|
3534
3942
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3535
3943
|
};
|
|
3536
3944
|
};
|
|
3945
|
+
ds: (value: {
|
|
3946
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3947
|
+
}) => {
|
|
3948
|
+
dropShadow: {
|
|
3949
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3950
|
+
};
|
|
3951
|
+
};
|
|
3952
|
+
shadow: (value: {
|
|
3953
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3954
|
+
}) => {
|
|
3955
|
+
boxShadow: {
|
|
3956
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3957
|
+
};
|
|
3958
|
+
};
|
|
3959
|
+
dshadow: (value: {
|
|
3960
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3961
|
+
}) => {
|
|
3962
|
+
dropShadow: {
|
|
3963
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3964
|
+
};
|
|
3965
|
+
};
|
|
3966
|
+
dropShadow: (value: {
|
|
3967
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3968
|
+
}) => {
|
|
3969
|
+
filter: string;
|
|
3970
|
+
};
|
|
3537
3971
|
normalShadow: (value: {
|
|
3538
3972
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3539
3973
|
}) => {
|
|
@@ -3737,6 +4171,16 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
|
|
|
3737
4171
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3738
4172
|
};
|
|
3739
4173
|
};
|
|
4174
|
+
truncateText: (value: {
|
|
4175
|
+
readonly [$$PropertyValue]: "width";
|
|
4176
|
+
}) => {
|
|
4177
|
+
maxWidth: {
|
|
4178
|
+
readonly [$$PropertyValue]: "width";
|
|
4179
|
+
};
|
|
4180
|
+
whiteSpace: string;
|
|
4181
|
+
overflow: string;
|
|
4182
|
+
textOverflow: string;
|
|
4183
|
+
};
|
|
3740
4184
|
textGradient: (value: {
|
|
3741
4185
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3742
4186
|
}) => {
|
|
@@ -3791,89 +4235,20 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
|
|
|
3791
4235
|
lg: string;
|
|
3792
4236
|
xl: string;
|
|
3793
4237
|
};
|
|
4238
|
+
dropShadows: {
|
|
4239
|
+
xs: string;
|
|
4240
|
+
sm: string;
|
|
4241
|
+
md: string;
|
|
4242
|
+
lg: string;
|
|
4243
|
+
xl: string;
|
|
4244
|
+
};
|
|
3794
4245
|
colors: {
|
|
3795
|
-
accents1: string;
|
|
3796
|
-
accents2: string;
|
|
3797
|
-
accents3: string;
|
|
3798
|
-
accents4: string;
|
|
3799
|
-
accents5: string;
|
|
3800
|
-
accents6: string;
|
|
3801
|
-
accents7: string;
|
|
3802
|
-
accents8: string;
|
|
3803
|
-
accents9: string;
|
|
3804
|
-
background: string;
|
|
3805
|
-
foreground: string;
|
|
3806
|
-
backgroundContrast: string;
|
|
3807
4246
|
text: string;
|
|
4247
|
+
link: string;
|
|
3808
4248
|
codeLight: string;
|
|
3809
4249
|
code: string;
|
|
3810
|
-
border: string;
|
|
3811
4250
|
selection: string;
|
|
3812
|
-
|
|
3813
|
-
black: string;
|
|
3814
|
-
blue100: string;
|
|
3815
|
-
blue200: string;
|
|
3816
|
-
blue300: string;
|
|
3817
|
-
blue400: string;
|
|
3818
|
-
blue500: string;
|
|
3819
|
-
blue600: string;
|
|
3820
|
-
blue700: string;
|
|
3821
|
-
blue800: string;
|
|
3822
|
-
blue900: string;
|
|
3823
|
-
purple100: string;
|
|
3824
|
-
purple200: string;
|
|
3825
|
-
purple300: string;
|
|
3826
|
-
purple400: string;
|
|
3827
|
-
purple500: string;
|
|
3828
|
-
purple600: string;
|
|
3829
|
-
purple700: string;
|
|
3830
|
-
purple800: string;
|
|
3831
|
-
purple900: string;
|
|
3832
|
-
green100: string;
|
|
3833
|
-
green200: string;
|
|
3834
|
-
green300: string;
|
|
3835
|
-
green400: string;
|
|
3836
|
-
green500: string;
|
|
3837
|
-
green600: string;
|
|
3838
|
-
green700: string;
|
|
3839
|
-
green800: string;
|
|
3840
|
-
green900: string;
|
|
3841
|
-
yellow100: string;
|
|
3842
|
-
yellow200: string;
|
|
3843
|
-
yellow300: string;
|
|
3844
|
-
yellow400: string;
|
|
3845
|
-
yellow500: string;
|
|
3846
|
-
yellow600: string;
|
|
3847
|
-
yellow700: string;
|
|
3848
|
-
yellow800: string;
|
|
3849
|
-
yellow900: string;
|
|
3850
|
-
red100: string;
|
|
3851
|
-
red200: string;
|
|
3852
|
-
red300: string;
|
|
3853
|
-
red400: string;
|
|
3854
|
-
red500: string;
|
|
3855
|
-
red600: string;
|
|
3856
|
-
red700: string;
|
|
3857
|
-
red800: string;
|
|
3858
|
-
red900: string;
|
|
3859
|
-
cyan100: string;
|
|
3860
|
-
cyan200: string;
|
|
3861
|
-
cyan300: string;
|
|
3862
|
-
cyan400: string;
|
|
3863
|
-
cyan500: string;
|
|
3864
|
-
cyan600: string;
|
|
3865
|
-
cyan700: string;
|
|
3866
|
-
cyan800: string;
|
|
3867
|
-
cyan900: string;
|
|
3868
|
-
pink100: string;
|
|
3869
|
-
pink200: string;
|
|
3870
|
-
pink300: string;
|
|
3871
|
-
pink400: string;
|
|
3872
|
-
pink500: string;
|
|
3873
|
-
pink600: string;
|
|
3874
|
-
pink700: string;
|
|
3875
|
-
pink800: string;
|
|
3876
|
-
pink900: string;
|
|
4251
|
+
gray50: string;
|
|
3877
4252
|
gray100: string;
|
|
3878
4253
|
gray200: string;
|
|
3879
4254
|
gray300: string;
|
|
@@ -3883,41 +4258,173 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
|
|
|
3883
4258
|
gray700: string;
|
|
3884
4259
|
gray800: string;
|
|
3885
4260
|
gray900: string;
|
|
4261
|
+
pink50: string;
|
|
4262
|
+
pink100: string;
|
|
4263
|
+
pink200: string;
|
|
4264
|
+
pink300: string;
|
|
4265
|
+
pink400: string;
|
|
4266
|
+
pink500: string;
|
|
4267
|
+
pink600: string;
|
|
4268
|
+
pink700: string;
|
|
4269
|
+
pink800: string;
|
|
4270
|
+
pink900: string;
|
|
4271
|
+
cyan50: string;
|
|
4272
|
+
cyan100: string;
|
|
4273
|
+
cyan200: string;
|
|
4274
|
+
cyan300: string;
|
|
4275
|
+
cyan400: string;
|
|
4276
|
+
cyan500: string;
|
|
4277
|
+
cyan600: string;
|
|
4278
|
+
cyan700: string;
|
|
4279
|
+
cyan800: string;
|
|
4280
|
+
cyan900: string;
|
|
4281
|
+
red50: string;
|
|
4282
|
+
red100: string;
|
|
4283
|
+
red200: string;
|
|
4284
|
+
red300: string;
|
|
4285
|
+
red400: string;
|
|
4286
|
+
red500: string;
|
|
4287
|
+
red600: string;
|
|
4288
|
+
red700: string;
|
|
4289
|
+
red800: string;
|
|
4290
|
+
red900: string;
|
|
4291
|
+
yellow50: string;
|
|
4292
|
+
yellow100: string;
|
|
4293
|
+
yellow200: string;
|
|
4294
|
+
yellow300: string;
|
|
4295
|
+
yellow400: string;
|
|
4296
|
+
yellow500: string;
|
|
4297
|
+
yellow600: string;
|
|
4298
|
+
yellow700: string;
|
|
4299
|
+
yellow800: string;
|
|
4300
|
+
yellow900: string;
|
|
4301
|
+
green50: string;
|
|
4302
|
+
green100: string;
|
|
4303
|
+
green200: string;
|
|
4304
|
+
green300: string;
|
|
4305
|
+
green400: string;
|
|
4306
|
+
green500: string;
|
|
4307
|
+
green600: string;
|
|
4308
|
+
green700: string;
|
|
4309
|
+
green800: string;
|
|
4310
|
+
green900: string;
|
|
4311
|
+
purple50: string;
|
|
4312
|
+
purple100: string;
|
|
4313
|
+
purple200: string;
|
|
4314
|
+
purple300: string;
|
|
4315
|
+
purple400: string;
|
|
4316
|
+
purple500: string;
|
|
4317
|
+
purple600: string;
|
|
4318
|
+
purple700: string;
|
|
4319
|
+
purple800: string;
|
|
4320
|
+
purple900: string;
|
|
4321
|
+
blue50: string;
|
|
4322
|
+
blue100: string;
|
|
4323
|
+
blue200: string;
|
|
4324
|
+
blue300: string;
|
|
4325
|
+
blue400: string;
|
|
4326
|
+
blue500: string;
|
|
4327
|
+
blue600: string;
|
|
4328
|
+
blue700: string;
|
|
4329
|
+
blue800: string;
|
|
4330
|
+
blue900: string;
|
|
4331
|
+
background: string;
|
|
4332
|
+
foreground: string;
|
|
4333
|
+
backgroundContrast: string;
|
|
4334
|
+
white: string;
|
|
4335
|
+
black: string;
|
|
3886
4336
|
primaryLight: string;
|
|
4337
|
+
primaryLightHover: string;
|
|
4338
|
+
primaryLightActive: string;
|
|
4339
|
+
primaryLightContrast: string;
|
|
3887
4340
|
primary: string;
|
|
3888
|
-
|
|
4341
|
+
primaryBorder: string;
|
|
4342
|
+
primaryBorderHover: string;
|
|
4343
|
+
primarySolidHover: string;
|
|
4344
|
+
primarySolidContrast: string;
|
|
3889
4345
|
primaryShadow: string;
|
|
3890
4346
|
secondaryLight: string;
|
|
4347
|
+
secondaryLightHover: string;
|
|
4348
|
+
secondaryLightActive: string;
|
|
4349
|
+
secondaryLightContrast: string;
|
|
3891
4350
|
secondary: string;
|
|
3892
|
-
|
|
4351
|
+
secondaryBorder: string;
|
|
4352
|
+
secondaryBorderHover: string;
|
|
4353
|
+
secondarySolidHover: string;
|
|
4354
|
+
secondarySolidContrast: string;
|
|
3893
4355
|
secondaryShadow: string;
|
|
3894
4356
|
successLight: string;
|
|
4357
|
+
successLightHover: string;
|
|
4358
|
+
successLightActive: string;
|
|
4359
|
+
successLightContrast: string;
|
|
3895
4360
|
success: string;
|
|
3896
|
-
|
|
4361
|
+
successBorder: string;
|
|
4362
|
+
successBorderHover: string;
|
|
4363
|
+
successSolidHover: string;
|
|
4364
|
+
successSolidContrast: string;
|
|
3897
4365
|
successShadow: string;
|
|
3898
4366
|
warningLight: string;
|
|
4367
|
+
warningLightHover: string;
|
|
4368
|
+
warningLightActive: string;
|
|
4369
|
+
warningLightContrast: string;
|
|
3899
4370
|
warning: string;
|
|
3900
|
-
|
|
4371
|
+
warningBorder: string;
|
|
4372
|
+
warningBorderHover: string;
|
|
4373
|
+
warningSolidHover: string;
|
|
4374
|
+
warningSolidContrast: string;
|
|
3901
4375
|
warningShadow: string;
|
|
3902
4376
|
errorLight: string;
|
|
4377
|
+
errorLightHover: string;
|
|
4378
|
+
errorLightActive: string;
|
|
4379
|
+
errorLightContrast: string;
|
|
3903
4380
|
error: string;
|
|
3904
|
-
|
|
4381
|
+
errorBorder: string;
|
|
4382
|
+
errorBorderHover: string;
|
|
4383
|
+
errorSolidHover: string;
|
|
4384
|
+
errorSolidContrast: string;
|
|
3905
4385
|
errorShadow: string;
|
|
4386
|
+
neutralLight: string;
|
|
4387
|
+
neutralLightHover: string;
|
|
4388
|
+
neutralLightActive: string;
|
|
4389
|
+
neutralLightContrast: string;
|
|
4390
|
+
neutral: string;
|
|
4391
|
+
neutralBorder: string;
|
|
4392
|
+
neutralBorderHover: string;
|
|
4393
|
+
neutralSolidHover: string;
|
|
4394
|
+
neutralSolidContrast: string;
|
|
4395
|
+
neutralShadow: string;
|
|
3906
4396
|
gradient: string;
|
|
3907
|
-
|
|
4397
|
+
accents0: string;
|
|
4398
|
+
accents1: string;
|
|
4399
|
+
accents2: string;
|
|
4400
|
+
accents3: string;
|
|
4401
|
+
accents4: string;
|
|
4402
|
+
accents5: string;
|
|
4403
|
+
accents6: string;
|
|
4404
|
+
accents7: string;
|
|
4405
|
+
accents8: string;
|
|
4406
|
+
accents9: string;
|
|
4407
|
+
border: string;
|
|
3908
4408
|
};
|
|
3909
4409
|
fonts: {
|
|
3910
4410
|
sans: string;
|
|
3911
4411
|
mono: string;
|
|
3912
4412
|
};
|
|
3913
4413
|
fontSizes: {
|
|
3914
|
-
tiny: string;
|
|
3915
4414
|
xs: string;
|
|
3916
|
-
base: string;
|
|
3917
4415
|
sm: string;
|
|
4416
|
+
base: string;
|
|
3918
4417
|
md: string;
|
|
3919
4418
|
lg: string;
|
|
3920
4419
|
xl: string;
|
|
4420
|
+
xl2: string;
|
|
4421
|
+
xl3: string;
|
|
4422
|
+
xl4: string;
|
|
4423
|
+
xl5: string;
|
|
4424
|
+
xl6: string;
|
|
4425
|
+
xl7: string;
|
|
4426
|
+
xl8: string;
|
|
4427
|
+
xl9: string;
|
|
3921
4428
|
};
|
|
3922
4429
|
fontWeights: {
|
|
3923
4430
|
hairline: number;
|
|
@@ -3933,9 +4440,18 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
|
|
|
3933
4440
|
lineHeights: {
|
|
3934
4441
|
xs: number;
|
|
3935
4442
|
sm: number;
|
|
4443
|
+
base: number;
|
|
3936
4444
|
md: number;
|
|
3937
4445
|
lg: number;
|
|
3938
4446
|
xl: number;
|
|
4447
|
+
xl2: number;
|
|
4448
|
+
xl3: number;
|
|
4449
|
+
xl4: number;
|
|
4450
|
+
xl5: number;
|
|
4451
|
+
xl6: number;
|
|
4452
|
+
xl7: number;
|
|
4453
|
+
xl8: number;
|
|
4454
|
+
xl9: number;
|
|
3939
4455
|
};
|
|
3940
4456
|
letterSpacings: {
|
|
3941
4457
|
tighter: string;
|
|
@@ -4020,6 +4536,7 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
|
|
|
4020
4536
|
avatar: string;
|
|
4021
4537
|
link: string;
|
|
4022
4538
|
card: string;
|
|
4539
|
+
dropdownItem: string;
|
|
4023
4540
|
};
|
|
4024
4541
|
breakpoints: {
|
|
4025
4542
|
xs: string;
|
|
@@ -4395,7 +4912,9 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
|
|
|
4395
4912
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4396
4913
|
}) => {
|
|
4397
4914
|
bf: string;
|
|
4398
|
-
bg:
|
|
4915
|
+
bg: {
|
|
4916
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4917
|
+
};
|
|
4399
4918
|
};
|
|
4400
4919
|
bgColor: (value: {
|
|
4401
4920
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4473,6 +4992,32 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
|
|
|
4473
4992
|
readonly [$$PropertyValue]: "boxShadow";
|
|
4474
4993
|
};
|
|
4475
4994
|
};
|
|
4995
|
+
ds: (value: {
|
|
4996
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4997
|
+
}) => {
|
|
4998
|
+
dropShadow: {
|
|
4999
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5000
|
+
};
|
|
5001
|
+
};
|
|
5002
|
+
shadow: (value: {
|
|
5003
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5004
|
+
}) => {
|
|
5005
|
+
boxShadow: {
|
|
5006
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5007
|
+
};
|
|
5008
|
+
};
|
|
5009
|
+
dshadow: (value: {
|
|
5010
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5011
|
+
}) => {
|
|
5012
|
+
dropShadow: {
|
|
5013
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5014
|
+
};
|
|
5015
|
+
};
|
|
5016
|
+
dropShadow: (value: {
|
|
5017
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
5018
|
+
}) => {
|
|
5019
|
+
filter: string;
|
|
5020
|
+
};
|
|
4476
5021
|
normalShadow: (value: {
|
|
4477
5022
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
4478
5023
|
}) => {
|
|
@@ -4676,6 +5221,16 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
|
|
|
4676
5221
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4677
5222
|
};
|
|
4678
5223
|
};
|
|
5224
|
+
truncateText: (value: {
|
|
5225
|
+
readonly [$$PropertyValue]: "width";
|
|
5226
|
+
}) => {
|
|
5227
|
+
maxWidth: {
|
|
5228
|
+
readonly [$$PropertyValue]: "width";
|
|
5229
|
+
};
|
|
5230
|
+
whiteSpace: string;
|
|
5231
|
+
overflow: string;
|
|
5232
|
+
textOverflow: string;
|
|
5233
|
+
};
|
|
4679
5234
|
textGradient: (value: {
|
|
4680
5235
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4681
5236
|
}) => {
|
|
@@ -4729,89 +5284,20 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
|
|
|
4729
5284
|
lg: string;
|
|
4730
5285
|
xl: string;
|
|
4731
5286
|
};
|
|
5287
|
+
dropShadows: {
|
|
5288
|
+
xs: string;
|
|
5289
|
+
sm: string;
|
|
5290
|
+
md: string;
|
|
5291
|
+
lg: string;
|
|
5292
|
+
xl: string;
|
|
5293
|
+
};
|
|
4732
5294
|
colors: {
|
|
4733
|
-
accents1: string;
|
|
4734
|
-
accents2: string;
|
|
4735
|
-
accents3: string;
|
|
4736
|
-
accents4: string;
|
|
4737
|
-
accents5: string;
|
|
4738
|
-
accents6: string;
|
|
4739
|
-
accents7: string;
|
|
4740
|
-
accents8: string;
|
|
4741
|
-
accents9: string;
|
|
4742
|
-
background: string;
|
|
4743
|
-
foreground: string;
|
|
4744
|
-
backgroundContrast: string;
|
|
4745
5295
|
text: string;
|
|
5296
|
+
link: string;
|
|
4746
5297
|
codeLight: string;
|
|
4747
5298
|
code: string;
|
|
4748
|
-
border: string;
|
|
4749
5299
|
selection: string;
|
|
4750
|
-
|
|
4751
|
-
black: string;
|
|
4752
|
-
blue100: string;
|
|
4753
|
-
blue200: string;
|
|
4754
|
-
blue300: string;
|
|
4755
|
-
blue400: string;
|
|
4756
|
-
blue500: string;
|
|
4757
|
-
blue600: string;
|
|
4758
|
-
blue700: string;
|
|
4759
|
-
blue800: string;
|
|
4760
|
-
blue900: string;
|
|
4761
|
-
purple100: string;
|
|
4762
|
-
purple200: string;
|
|
4763
|
-
purple300: string;
|
|
4764
|
-
purple400: string;
|
|
4765
|
-
purple500: string;
|
|
4766
|
-
purple600: string;
|
|
4767
|
-
purple700: string;
|
|
4768
|
-
purple800: string;
|
|
4769
|
-
purple900: string;
|
|
4770
|
-
green100: string;
|
|
4771
|
-
green200: string;
|
|
4772
|
-
green300: string;
|
|
4773
|
-
green400: string;
|
|
4774
|
-
green500: string;
|
|
4775
|
-
green600: string;
|
|
4776
|
-
green700: string;
|
|
4777
|
-
green800: string;
|
|
4778
|
-
green900: string;
|
|
4779
|
-
yellow100: string;
|
|
4780
|
-
yellow200: string;
|
|
4781
|
-
yellow300: string;
|
|
4782
|
-
yellow400: string;
|
|
4783
|
-
yellow500: string;
|
|
4784
|
-
yellow600: string;
|
|
4785
|
-
yellow700: string;
|
|
4786
|
-
yellow800: string;
|
|
4787
|
-
yellow900: string;
|
|
4788
|
-
red100: string;
|
|
4789
|
-
red200: string;
|
|
4790
|
-
red300: string;
|
|
4791
|
-
red400: string;
|
|
4792
|
-
red500: string;
|
|
4793
|
-
red600: string;
|
|
4794
|
-
red700: string;
|
|
4795
|
-
red800: string;
|
|
4796
|
-
red900: string;
|
|
4797
|
-
cyan100: string;
|
|
4798
|
-
cyan200: string;
|
|
4799
|
-
cyan300: string;
|
|
4800
|
-
cyan400: string;
|
|
4801
|
-
cyan500: string;
|
|
4802
|
-
cyan600: string;
|
|
4803
|
-
cyan700: string;
|
|
4804
|
-
cyan800: string;
|
|
4805
|
-
cyan900: string;
|
|
4806
|
-
pink100: string;
|
|
4807
|
-
pink200: string;
|
|
4808
|
-
pink300: string;
|
|
4809
|
-
pink400: string;
|
|
4810
|
-
pink500: string;
|
|
4811
|
-
pink600: string;
|
|
4812
|
-
pink700: string;
|
|
4813
|
-
pink800: string;
|
|
4814
|
-
pink900: string;
|
|
5300
|
+
gray50: string;
|
|
4815
5301
|
gray100: string;
|
|
4816
5302
|
gray200: string;
|
|
4817
5303
|
gray300: string;
|
|
@@ -4821,41 +5307,173 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
|
|
|
4821
5307
|
gray700: string;
|
|
4822
5308
|
gray800: string;
|
|
4823
5309
|
gray900: string;
|
|
5310
|
+
pink50: string;
|
|
5311
|
+
pink100: string;
|
|
5312
|
+
pink200: string;
|
|
5313
|
+
pink300: string;
|
|
5314
|
+
pink400: string;
|
|
5315
|
+
pink500: string;
|
|
5316
|
+
pink600: string;
|
|
5317
|
+
pink700: string;
|
|
5318
|
+
pink800: string;
|
|
5319
|
+
pink900: string;
|
|
5320
|
+
cyan50: string;
|
|
5321
|
+
cyan100: string;
|
|
5322
|
+
cyan200: string;
|
|
5323
|
+
cyan300: string;
|
|
5324
|
+
cyan400: string;
|
|
5325
|
+
cyan500: string;
|
|
5326
|
+
cyan600: string;
|
|
5327
|
+
cyan700: string;
|
|
5328
|
+
cyan800: string;
|
|
5329
|
+
cyan900: string;
|
|
5330
|
+
red50: string;
|
|
5331
|
+
red100: string;
|
|
5332
|
+
red200: string;
|
|
5333
|
+
red300: string;
|
|
5334
|
+
red400: string;
|
|
5335
|
+
red500: string;
|
|
5336
|
+
red600: string;
|
|
5337
|
+
red700: string;
|
|
5338
|
+
red800: string;
|
|
5339
|
+
red900: string;
|
|
5340
|
+
yellow50: string;
|
|
5341
|
+
yellow100: string;
|
|
5342
|
+
yellow200: string;
|
|
5343
|
+
yellow300: string;
|
|
5344
|
+
yellow400: string;
|
|
5345
|
+
yellow500: string;
|
|
5346
|
+
yellow600: string;
|
|
5347
|
+
yellow700: string;
|
|
5348
|
+
yellow800: string;
|
|
5349
|
+
yellow900: string;
|
|
5350
|
+
green50: string;
|
|
5351
|
+
green100: string;
|
|
5352
|
+
green200: string;
|
|
5353
|
+
green300: string;
|
|
5354
|
+
green400: string;
|
|
5355
|
+
green500: string;
|
|
5356
|
+
green600: string;
|
|
5357
|
+
green700: string;
|
|
5358
|
+
green800: string;
|
|
5359
|
+
green900: string;
|
|
5360
|
+
purple50: string;
|
|
5361
|
+
purple100: string;
|
|
5362
|
+
purple200: string;
|
|
5363
|
+
purple300: string;
|
|
5364
|
+
purple400: string;
|
|
5365
|
+
purple500: string;
|
|
5366
|
+
purple600: string;
|
|
5367
|
+
purple700: string;
|
|
5368
|
+
purple800: string;
|
|
5369
|
+
purple900: string;
|
|
5370
|
+
blue50: string;
|
|
5371
|
+
blue100: string;
|
|
5372
|
+
blue200: string;
|
|
5373
|
+
blue300: string;
|
|
5374
|
+
blue400: string;
|
|
5375
|
+
blue500: string;
|
|
5376
|
+
blue600: string;
|
|
5377
|
+
blue700: string;
|
|
5378
|
+
blue800: string;
|
|
5379
|
+
blue900: string;
|
|
5380
|
+
background: string;
|
|
5381
|
+
foreground: string;
|
|
5382
|
+
backgroundContrast: string;
|
|
5383
|
+
white: string;
|
|
5384
|
+
black: string;
|
|
4824
5385
|
primaryLight: string;
|
|
5386
|
+
primaryLightHover: string;
|
|
5387
|
+
primaryLightActive: string;
|
|
5388
|
+
primaryLightContrast: string;
|
|
4825
5389
|
primary: string;
|
|
4826
|
-
|
|
5390
|
+
primaryBorder: string;
|
|
5391
|
+
primaryBorderHover: string;
|
|
5392
|
+
primarySolidHover: string;
|
|
5393
|
+
primarySolidContrast: string;
|
|
4827
5394
|
primaryShadow: string;
|
|
4828
5395
|
secondaryLight: string;
|
|
5396
|
+
secondaryLightHover: string;
|
|
5397
|
+
secondaryLightActive: string;
|
|
5398
|
+
secondaryLightContrast: string;
|
|
4829
5399
|
secondary: string;
|
|
4830
|
-
|
|
5400
|
+
secondaryBorder: string;
|
|
5401
|
+
secondaryBorderHover: string;
|
|
5402
|
+
secondarySolidHover: string;
|
|
5403
|
+
secondarySolidContrast: string;
|
|
4831
5404
|
secondaryShadow: string;
|
|
4832
5405
|
successLight: string;
|
|
5406
|
+
successLightHover: string;
|
|
5407
|
+
successLightActive: string;
|
|
5408
|
+
successLightContrast: string;
|
|
4833
5409
|
success: string;
|
|
4834
|
-
|
|
5410
|
+
successBorder: string;
|
|
5411
|
+
successBorderHover: string;
|
|
5412
|
+
successSolidHover: string;
|
|
5413
|
+
successSolidContrast: string;
|
|
4835
5414
|
successShadow: string;
|
|
4836
5415
|
warningLight: string;
|
|
5416
|
+
warningLightHover: string;
|
|
5417
|
+
warningLightActive: string;
|
|
5418
|
+
warningLightContrast: string;
|
|
4837
5419
|
warning: string;
|
|
4838
|
-
|
|
5420
|
+
warningBorder: string;
|
|
5421
|
+
warningBorderHover: string;
|
|
5422
|
+
warningSolidHover: string;
|
|
5423
|
+
warningSolidContrast: string;
|
|
4839
5424
|
warningShadow: string;
|
|
4840
5425
|
errorLight: string;
|
|
5426
|
+
errorLightHover: string;
|
|
5427
|
+
errorLightActive: string;
|
|
5428
|
+
errorLightContrast: string;
|
|
4841
5429
|
error: string;
|
|
4842
|
-
|
|
5430
|
+
errorBorder: string;
|
|
5431
|
+
errorBorderHover: string;
|
|
5432
|
+
errorSolidHover: string;
|
|
5433
|
+
errorSolidContrast: string;
|
|
4843
5434
|
errorShadow: string;
|
|
5435
|
+
neutralLight: string;
|
|
5436
|
+
neutralLightHover: string;
|
|
5437
|
+
neutralLightActive: string;
|
|
5438
|
+
neutralLightContrast: string;
|
|
5439
|
+
neutral: string;
|
|
5440
|
+
neutralBorder: string;
|
|
5441
|
+
neutralBorderHover: string;
|
|
5442
|
+
neutralSolidHover: string;
|
|
5443
|
+
neutralSolidContrast: string;
|
|
5444
|
+
neutralShadow: string;
|
|
4844
5445
|
gradient: string;
|
|
4845
|
-
|
|
5446
|
+
accents0: string;
|
|
5447
|
+
accents1: string;
|
|
5448
|
+
accents2: string;
|
|
5449
|
+
accents3: string;
|
|
5450
|
+
accents4: string;
|
|
5451
|
+
accents5: string;
|
|
5452
|
+
accents6: string;
|
|
5453
|
+
accents7: string;
|
|
5454
|
+
accents8: string;
|
|
5455
|
+
accents9: string;
|
|
5456
|
+
border: string;
|
|
4846
5457
|
};
|
|
4847
5458
|
fonts: {
|
|
4848
5459
|
sans: string;
|
|
4849
5460
|
mono: string;
|
|
4850
5461
|
};
|
|
4851
5462
|
fontSizes: {
|
|
4852
|
-
tiny: string;
|
|
4853
5463
|
xs: string;
|
|
4854
|
-
base: string;
|
|
4855
5464
|
sm: string;
|
|
5465
|
+
base: string;
|
|
4856
5466
|
md: string;
|
|
4857
5467
|
lg: string;
|
|
4858
5468
|
xl: string;
|
|
5469
|
+
xl2: string;
|
|
5470
|
+
xl3: string;
|
|
5471
|
+
xl4: string;
|
|
5472
|
+
xl5: string;
|
|
5473
|
+
xl6: string;
|
|
5474
|
+
xl7: string;
|
|
5475
|
+
xl8: string;
|
|
5476
|
+
xl9: string;
|
|
4859
5477
|
};
|
|
4860
5478
|
fontWeights: {
|
|
4861
5479
|
hairline: number;
|
|
@@ -4871,9 +5489,18 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
|
|
|
4871
5489
|
lineHeights: {
|
|
4872
5490
|
xs: number;
|
|
4873
5491
|
sm: number;
|
|
5492
|
+
base: number;
|
|
4874
5493
|
md: number;
|
|
4875
5494
|
lg: number;
|
|
4876
5495
|
xl: number;
|
|
5496
|
+
xl2: number;
|
|
5497
|
+
xl3: number;
|
|
5498
|
+
xl4: number;
|
|
5499
|
+
xl5: number;
|
|
5500
|
+
xl6: number;
|
|
5501
|
+
xl7: number;
|
|
5502
|
+
xl8: number;
|
|
5503
|
+
xl9: number;
|
|
4877
5504
|
};
|
|
4878
5505
|
letterSpacings: {
|
|
4879
5506
|
tighter: string;
|
|
@@ -4958,6 +5585,7 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
|
|
|
4958
5585
|
avatar: string;
|
|
4959
5586
|
link: string;
|
|
4960
5587
|
card: string;
|
|
5588
|
+
dropdownItem: string;
|
|
4961
5589
|
};
|
|
4962
5590
|
breakpoints: {
|
|
4963
5591
|
xs: string;
|
|
@@ -5333,7 +5961,9 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
|
|
|
5333
5961
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5334
5962
|
}) => {
|
|
5335
5963
|
bf: string;
|
|
5336
|
-
bg:
|
|
5964
|
+
bg: {
|
|
5965
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
5966
|
+
};
|
|
5337
5967
|
};
|
|
5338
5968
|
bgColor: (value: {
|
|
5339
5969
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -5411,6 +6041,32 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
|
|
|
5411
6041
|
readonly [$$PropertyValue]: "boxShadow";
|
|
5412
6042
|
};
|
|
5413
6043
|
};
|
|
6044
|
+
ds: (value: {
|
|
6045
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6046
|
+
}) => {
|
|
6047
|
+
dropShadow: {
|
|
6048
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6049
|
+
};
|
|
6050
|
+
};
|
|
6051
|
+
shadow: (value: {
|
|
6052
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6053
|
+
}) => {
|
|
6054
|
+
boxShadow: {
|
|
6055
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6056
|
+
};
|
|
6057
|
+
};
|
|
6058
|
+
dshadow: (value: {
|
|
6059
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6060
|
+
}) => {
|
|
6061
|
+
dropShadow: {
|
|
6062
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6063
|
+
};
|
|
6064
|
+
};
|
|
6065
|
+
dropShadow: (value: {
|
|
6066
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
6067
|
+
}) => {
|
|
6068
|
+
filter: string;
|
|
6069
|
+
};
|
|
5414
6070
|
normalShadow: (value: {
|
|
5415
6071
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5416
6072
|
}) => {
|
|
@@ -5614,6 +6270,16 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
|
|
|
5614
6270
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5615
6271
|
};
|
|
5616
6272
|
};
|
|
6273
|
+
truncateText: (value: {
|
|
6274
|
+
readonly [$$PropertyValue]: "width";
|
|
6275
|
+
}) => {
|
|
6276
|
+
maxWidth: {
|
|
6277
|
+
readonly [$$PropertyValue]: "width";
|
|
6278
|
+
};
|
|
6279
|
+
whiteSpace: string;
|
|
6280
|
+
overflow: string;
|
|
6281
|
+
textOverflow: string;
|
|
6282
|
+
};
|
|
5617
6283
|
textGradient: (value: {
|
|
5618
6284
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5619
6285
|
}) => {
|