@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
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { VariantProps } from '../theme/stitches.config';
|
|
1
|
+
import type { VariantProps } from '../theme/stitches.config';
|
|
2
2
|
export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
|
|
3
3
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
animated?: boolean | "false" | undefined;
|
|
4
|
+
isDisabled?: boolean | "true" | undefined;
|
|
5
|
+
disableAnimation?: boolean | "false" | undefined;
|
|
7
6
|
}, {
|
|
8
7
|
xs: string;
|
|
9
8
|
sm: string;
|
|
@@ -45,88 +44,12 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
|
|
|
45
44
|
xl: string;
|
|
46
45
|
};
|
|
47
46
|
colors: {
|
|
48
|
-
accents1: string;
|
|
49
|
-
accents2: string;
|
|
50
|
-
accents3: string;
|
|
51
|
-
accents4: string;
|
|
52
|
-
accents5: string;
|
|
53
|
-
accents6: string;
|
|
54
|
-
accents7: string;
|
|
55
|
-
accents8: string;
|
|
56
|
-
accents9: string;
|
|
57
|
-
background: string;
|
|
58
|
-
foreground: string;
|
|
59
|
-
backgroundContrast: string;
|
|
60
47
|
text: string;
|
|
48
|
+
link: string;
|
|
61
49
|
codeLight: string;
|
|
62
50
|
code: string;
|
|
63
|
-
border: string;
|
|
64
51
|
selection: string;
|
|
65
|
-
|
|
66
|
-
black: string;
|
|
67
|
-
blue100: string;
|
|
68
|
-
blue200: string;
|
|
69
|
-
blue300: string;
|
|
70
|
-
blue400: string;
|
|
71
|
-
blue500: string;
|
|
72
|
-
blue600: string;
|
|
73
|
-
blue700: string;
|
|
74
|
-
blue800: string;
|
|
75
|
-
blue900: string;
|
|
76
|
-
purple100: string;
|
|
77
|
-
purple200: string;
|
|
78
|
-
purple300: string;
|
|
79
|
-
purple400: string;
|
|
80
|
-
purple500: string;
|
|
81
|
-
purple600: string;
|
|
82
|
-
purple700: string;
|
|
83
|
-
purple800: string;
|
|
84
|
-
purple900: string;
|
|
85
|
-
green100: string;
|
|
86
|
-
green200: string;
|
|
87
|
-
green300: string;
|
|
88
|
-
green400: string;
|
|
89
|
-
green500: string;
|
|
90
|
-
green600: string;
|
|
91
|
-
green700: string;
|
|
92
|
-
green800: string;
|
|
93
|
-
green900: string;
|
|
94
|
-
yellow100: string;
|
|
95
|
-
yellow200: string;
|
|
96
|
-
yellow300: string;
|
|
97
|
-
yellow400: string;
|
|
98
|
-
yellow500: string;
|
|
99
|
-
yellow600: string;
|
|
100
|
-
yellow700: string;
|
|
101
|
-
yellow800: string;
|
|
102
|
-
yellow900: string;
|
|
103
|
-
red100: string;
|
|
104
|
-
red200: string;
|
|
105
|
-
red300: string;
|
|
106
|
-
red400: string;
|
|
107
|
-
red500: string;
|
|
108
|
-
red600: string;
|
|
109
|
-
red700: string;
|
|
110
|
-
red800: string;
|
|
111
|
-
red900: string;
|
|
112
|
-
cyan100: string;
|
|
113
|
-
cyan200: string;
|
|
114
|
-
cyan300: string;
|
|
115
|
-
cyan400: string;
|
|
116
|
-
cyan500: string;
|
|
117
|
-
cyan600: string;
|
|
118
|
-
cyan700: string;
|
|
119
|
-
cyan800: string;
|
|
120
|
-
cyan900: string;
|
|
121
|
-
pink100: string;
|
|
122
|
-
pink200: string;
|
|
123
|
-
pink300: string;
|
|
124
|
-
pink400: string;
|
|
125
|
-
pink500: string;
|
|
126
|
-
pink600: string;
|
|
127
|
-
pink700: string;
|
|
128
|
-
pink800: string;
|
|
129
|
-
pink900: string;
|
|
52
|
+
gray50: string;
|
|
130
53
|
gray100: string;
|
|
131
54
|
gray200: string;
|
|
132
55
|
gray300: string;
|
|
@@ -136,28 +59,143 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
|
|
|
136
59
|
gray700: string;
|
|
137
60
|
gray800: string;
|
|
138
61
|
gray900: string;
|
|
62
|
+
pink50: string;
|
|
63
|
+
pink100: string;
|
|
64
|
+
pink200: string;
|
|
65
|
+
pink300: string;
|
|
66
|
+
pink400: string;
|
|
67
|
+
pink500: string;
|
|
68
|
+
pink600: string;
|
|
69
|
+
pink700: string;
|
|
70
|
+
pink800: string;
|
|
71
|
+
pink900: string;
|
|
72
|
+
cyan50: string;
|
|
73
|
+
cyan100: string;
|
|
74
|
+
cyan200: string;
|
|
75
|
+
cyan300: string;
|
|
76
|
+
cyan400: string;
|
|
77
|
+
cyan500: string;
|
|
78
|
+
cyan600: string;
|
|
79
|
+
cyan700: string;
|
|
80
|
+
cyan800: string;
|
|
81
|
+
cyan900: string;
|
|
82
|
+
red50: string;
|
|
83
|
+
red100: string;
|
|
84
|
+
red200: string;
|
|
85
|
+
red300: string;
|
|
86
|
+
red400: string;
|
|
87
|
+
red500: string;
|
|
88
|
+
red600: string;
|
|
89
|
+
red700: string;
|
|
90
|
+
red800: string;
|
|
91
|
+
red900: string;
|
|
92
|
+
yellow50: string;
|
|
93
|
+
yellow100: string;
|
|
94
|
+
yellow200: string;
|
|
95
|
+
yellow300: string;
|
|
96
|
+
yellow400: string;
|
|
97
|
+
yellow500: string;
|
|
98
|
+
yellow600: string;
|
|
99
|
+
yellow700: string;
|
|
100
|
+
yellow800: string;
|
|
101
|
+
yellow900: string;
|
|
102
|
+
green50: string;
|
|
103
|
+
green100: string;
|
|
104
|
+
green200: string;
|
|
105
|
+
green300: string;
|
|
106
|
+
green400: string;
|
|
107
|
+
green500: string;
|
|
108
|
+
green600: string;
|
|
109
|
+
green700: string;
|
|
110
|
+
green800: string;
|
|
111
|
+
green900: string;
|
|
112
|
+
purple50: string;
|
|
113
|
+
purple100: string;
|
|
114
|
+
purple200: string;
|
|
115
|
+
purple300: string;
|
|
116
|
+
purple400: string;
|
|
117
|
+
purple500: string;
|
|
118
|
+
purple600: string;
|
|
119
|
+
purple700: string;
|
|
120
|
+
purple800: string;
|
|
121
|
+
purple900: string;
|
|
122
|
+
blue50: string;
|
|
123
|
+
blue100: string;
|
|
124
|
+
blue200: string;
|
|
125
|
+
blue300: string;
|
|
126
|
+
blue400: string;
|
|
127
|
+
blue500: string;
|
|
128
|
+
blue600: string;
|
|
129
|
+
blue700: string;
|
|
130
|
+
blue800: string;
|
|
131
|
+
blue900: string;
|
|
132
|
+
background: string;
|
|
133
|
+
foreground: string;
|
|
134
|
+
backgroundContrast: string;
|
|
135
|
+
white: string;
|
|
136
|
+
black: string;
|
|
139
137
|
primaryLight: string;
|
|
138
|
+
primaryLightHover: string;
|
|
139
|
+
primaryLightActive: string;
|
|
140
|
+
primaryLightContrast: string;
|
|
140
141
|
primary: string;
|
|
141
|
-
|
|
142
|
+
primaryBorder: string;
|
|
143
|
+
primaryBorderHover: string;
|
|
144
|
+
primarySolidHover: string;
|
|
145
|
+
primarySolidContrast: string;
|
|
142
146
|
primaryShadow: string;
|
|
143
147
|
secondaryLight: string;
|
|
148
|
+
secondaryLightHover: string;
|
|
149
|
+
secondaryLightActive: string;
|
|
150
|
+
secondaryLightContrast: string;
|
|
144
151
|
secondary: string;
|
|
145
|
-
|
|
152
|
+
secondaryBorder: string;
|
|
153
|
+
secondaryBorderHover: string;
|
|
154
|
+
secondarySolidHover: string;
|
|
155
|
+
secondarySolidContrast: string;
|
|
146
156
|
secondaryShadow: string;
|
|
147
157
|
successLight: string;
|
|
158
|
+
successLightHover: string;
|
|
159
|
+
successLightActive: string;
|
|
160
|
+
successLightContrast: string;
|
|
148
161
|
success: string;
|
|
149
|
-
|
|
162
|
+
successBorder: string;
|
|
163
|
+
successBorderHover: string;
|
|
164
|
+
successSolidHover: string;
|
|
165
|
+
successSolidContrast: string;
|
|
150
166
|
successShadow: string;
|
|
151
167
|
warningLight: string;
|
|
168
|
+
warningLightHover: string;
|
|
169
|
+
warningLightActive: string;
|
|
170
|
+
warningLightContrast: string;
|
|
152
171
|
warning: string;
|
|
153
|
-
|
|
172
|
+
warningBorder: string;
|
|
173
|
+
warningBorderHover: string;
|
|
174
|
+
warningSolidHover: string;
|
|
175
|
+
warningSolidContrast: string;
|
|
154
176
|
warningShadow: string;
|
|
155
177
|
errorLight: string;
|
|
178
|
+
errorLightHover: string;
|
|
179
|
+
errorLightActive: string;
|
|
180
|
+
errorLightContrast: string;
|
|
156
181
|
error: string;
|
|
157
|
-
|
|
182
|
+
errorBorder: string;
|
|
183
|
+
errorBorderHover: string;
|
|
184
|
+
errorSolidHover: string;
|
|
185
|
+
errorSolidContrast: string;
|
|
158
186
|
errorShadow: string;
|
|
159
187
|
gradient: string;
|
|
160
|
-
|
|
188
|
+
accents0: string;
|
|
189
|
+
accents1: string;
|
|
190
|
+
accents2: string;
|
|
191
|
+
accents3: string;
|
|
192
|
+
accents4: string;
|
|
193
|
+
accents5: string;
|
|
194
|
+
accents6: string;
|
|
195
|
+
accents7: string;
|
|
196
|
+
accents8: string;
|
|
197
|
+
accents9: string;
|
|
198
|
+
border: string;
|
|
161
199
|
};
|
|
162
200
|
fonts: {
|
|
163
201
|
sans: string;
|
|
@@ -941,9 +979,9 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
|
|
|
941
979
|
};
|
|
942
980
|
}>>;
|
|
943
981
|
export declare const StyledIconCheckFirstLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
982
|
+
isIndeterminate?: boolean | "true" | undefined;
|
|
983
|
+
isChecked?: boolean | "true" | undefined;
|
|
984
|
+
disableAnimation?: boolean | "true" | undefined;
|
|
947
985
|
}, {
|
|
948
986
|
xs: string;
|
|
949
987
|
sm: string;
|
|
@@ -985,88 +1023,12 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
|
|
|
985
1023
|
xl: string;
|
|
986
1024
|
};
|
|
987
1025
|
colors: {
|
|
988
|
-
accents1: string;
|
|
989
|
-
accents2: string;
|
|
990
|
-
accents3: string;
|
|
991
|
-
accents4: string;
|
|
992
|
-
accents5: string;
|
|
993
|
-
accents6: string;
|
|
994
|
-
accents7: string;
|
|
995
|
-
accents8: string;
|
|
996
|
-
accents9: string;
|
|
997
|
-
background: string;
|
|
998
|
-
foreground: string;
|
|
999
|
-
backgroundContrast: string;
|
|
1000
1026
|
text: string;
|
|
1027
|
+
link: string;
|
|
1001
1028
|
codeLight: string;
|
|
1002
1029
|
code: string;
|
|
1003
|
-
border: string;
|
|
1004
1030
|
selection: string;
|
|
1005
|
-
|
|
1006
|
-
black: string;
|
|
1007
|
-
blue100: string;
|
|
1008
|
-
blue200: string;
|
|
1009
|
-
blue300: string;
|
|
1010
|
-
blue400: string;
|
|
1011
|
-
blue500: string;
|
|
1012
|
-
blue600: string;
|
|
1013
|
-
blue700: string;
|
|
1014
|
-
blue800: string;
|
|
1015
|
-
blue900: string;
|
|
1016
|
-
purple100: string;
|
|
1017
|
-
purple200: string;
|
|
1018
|
-
purple300: string;
|
|
1019
|
-
purple400: string;
|
|
1020
|
-
purple500: string;
|
|
1021
|
-
purple600: string;
|
|
1022
|
-
purple700: string;
|
|
1023
|
-
purple800: string;
|
|
1024
|
-
purple900: string;
|
|
1025
|
-
green100: string;
|
|
1026
|
-
green200: string;
|
|
1027
|
-
green300: string;
|
|
1028
|
-
green400: string;
|
|
1029
|
-
green500: string;
|
|
1030
|
-
green600: string;
|
|
1031
|
-
green700: string;
|
|
1032
|
-
green800: string;
|
|
1033
|
-
green900: string;
|
|
1034
|
-
yellow100: string;
|
|
1035
|
-
yellow200: string;
|
|
1036
|
-
yellow300: string;
|
|
1037
|
-
yellow400: string;
|
|
1038
|
-
yellow500: string;
|
|
1039
|
-
yellow600: string;
|
|
1040
|
-
yellow700: string;
|
|
1041
|
-
yellow800: string;
|
|
1042
|
-
yellow900: string;
|
|
1043
|
-
red100: string;
|
|
1044
|
-
red200: string;
|
|
1045
|
-
red300: string;
|
|
1046
|
-
red400: string;
|
|
1047
|
-
red500: string;
|
|
1048
|
-
red600: string;
|
|
1049
|
-
red700: string;
|
|
1050
|
-
red800: string;
|
|
1051
|
-
red900: string;
|
|
1052
|
-
cyan100: string;
|
|
1053
|
-
cyan200: string;
|
|
1054
|
-
cyan300: string;
|
|
1055
|
-
cyan400: string;
|
|
1056
|
-
cyan500: string;
|
|
1057
|
-
cyan600: string;
|
|
1058
|
-
cyan700: string;
|
|
1059
|
-
cyan800: string;
|
|
1060
|
-
cyan900: string;
|
|
1061
|
-
pink100: string;
|
|
1062
|
-
pink200: string;
|
|
1063
|
-
pink300: string;
|
|
1064
|
-
pink400: string;
|
|
1065
|
-
pink500: string;
|
|
1066
|
-
pink600: string;
|
|
1067
|
-
pink700: string;
|
|
1068
|
-
pink800: string;
|
|
1069
|
-
pink900: string;
|
|
1031
|
+
gray50: string;
|
|
1070
1032
|
gray100: string;
|
|
1071
1033
|
gray200: string;
|
|
1072
1034
|
gray300: string;
|
|
@@ -1076,30 +1038,145 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
|
|
|
1076
1038
|
gray700: string;
|
|
1077
1039
|
gray800: string;
|
|
1078
1040
|
gray900: string;
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1041
|
+
pink50: string;
|
|
1042
|
+
pink100: string;
|
|
1043
|
+
pink200: string;
|
|
1044
|
+
pink300: string;
|
|
1045
|
+
pink400: string;
|
|
1046
|
+
pink500: string;
|
|
1047
|
+
pink600: string;
|
|
1048
|
+
pink700: string;
|
|
1049
|
+
pink800: string;
|
|
1050
|
+
pink900: string;
|
|
1051
|
+
cyan50: string;
|
|
1052
|
+
cyan100: string;
|
|
1053
|
+
cyan200: string;
|
|
1054
|
+
cyan300: string;
|
|
1055
|
+
cyan400: string;
|
|
1056
|
+
cyan500: string;
|
|
1057
|
+
cyan600: string;
|
|
1058
|
+
cyan700: string;
|
|
1059
|
+
cyan800: string;
|
|
1060
|
+
cyan900: string;
|
|
1061
|
+
red50: string;
|
|
1062
|
+
red100: string;
|
|
1063
|
+
red200: string;
|
|
1064
|
+
red300: string;
|
|
1065
|
+
red400: string;
|
|
1066
|
+
red500: string;
|
|
1067
|
+
red600: string;
|
|
1068
|
+
red700: string;
|
|
1069
|
+
red800: string;
|
|
1070
|
+
red900: string;
|
|
1071
|
+
yellow50: string;
|
|
1072
|
+
yellow100: string;
|
|
1073
|
+
yellow200: string;
|
|
1074
|
+
yellow300: string;
|
|
1075
|
+
yellow400: string;
|
|
1076
|
+
yellow500: string;
|
|
1077
|
+
yellow600: string;
|
|
1078
|
+
yellow700: string;
|
|
1079
|
+
yellow800: string;
|
|
1080
|
+
yellow900: string;
|
|
1081
|
+
green50: string;
|
|
1082
|
+
green100: string;
|
|
1083
|
+
green200: string;
|
|
1084
|
+
green300: string;
|
|
1085
|
+
green400: string;
|
|
1086
|
+
green500: string;
|
|
1087
|
+
green600: string;
|
|
1088
|
+
green700: string;
|
|
1089
|
+
green800: string;
|
|
1090
|
+
green900: string;
|
|
1091
|
+
purple50: string;
|
|
1092
|
+
purple100: string;
|
|
1093
|
+
purple200: string;
|
|
1094
|
+
purple300: string;
|
|
1095
|
+
purple400: string;
|
|
1096
|
+
purple500: string;
|
|
1097
|
+
purple600: string;
|
|
1098
|
+
purple700: string;
|
|
1099
|
+
purple800: string;
|
|
1100
|
+
purple900: string;
|
|
1101
|
+
blue50: string;
|
|
1102
|
+
blue100: string;
|
|
1103
|
+
blue200: string;
|
|
1104
|
+
blue300: string;
|
|
1105
|
+
blue400: string;
|
|
1106
|
+
blue500: string;
|
|
1107
|
+
blue600: string;
|
|
1108
|
+
blue700: string;
|
|
1109
|
+
blue800: string;
|
|
1110
|
+
blue900: string;
|
|
1111
|
+
background: string;
|
|
1112
|
+
foreground: string;
|
|
1113
|
+
backgroundContrast: string;
|
|
1114
|
+
white: string;
|
|
1115
|
+
black: string;
|
|
1116
|
+
primaryLight: string;
|
|
1117
|
+
primaryLightHover: string;
|
|
1118
|
+
primaryLightActive: string;
|
|
1119
|
+
primaryLightContrast: string;
|
|
1120
|
+
primary: string;
|
|
1121
|
+
primaryBorder: string;
|
|
1122
|
+
primaryBorderHover: string;
|
|
1123
|
+
primarySolidHover: string;
|
|
1124
|
+
primarySolidContrast: string;
|
|
1125
|
+
primaryShadow: string;
|
|
1126
|
+
secondaryLight: string;
|
|
1127
|
+
secondaryLightHover: string;
|
|
1128
|
+
secondaryLightActive: string;
|
|
1129
|
+
secondaryLightContrast: string;
|
|
1130
|
+
secondary: string;
|
|
1131
|
+
secondaryBorder: string;
|
|
1132
|
+
secondaryBorderHover: string;
|
|
1133
|
+
secondarySolidHover: string;
|
|
1134
|
+
secondarySolidContrast: string;
|
|
1135
|
+
secondaryShadow: string;
|
|
1136
|
+
successLight: string;
|
|
1137
|
+
successLightHover: string;
|
|
1138
|
+
successLightActive: string;
|
|
1139
|
+
successLightContrast: string;
|
|
1140
|
+
success: string;
|
|
1141
|
+
successBorder: string;
|
|
1142
|
+
successBorderHover: string;
|
|
1143
|
+
successSolidHover: string;
|
|
1144
|
+
successSolidContrast: string;
|
|
1145
|
+
successShadow: string;
|
|
1146
|
+
warningLight: string;
|
|
1147
|
+
warningLightHover: string;
|
|
1148
|
+
warningLightActive: string;
|
|
1149
|
+
warningLightContrast: string;
|
|
1150
|
+
warning: string;
|
|
1151
|
+
warningBorder: string;
|
|
1152
|
+
warningBorderHover: string;
|
|
1153
|
+
warningSolidHover: string;
|
|
1154
|
+
warningSolidContrast: string;
|
|
1155
|
+
warningShadow: string;
|
|
1156
|
+
errorLight: string;
|
|
1157
|
+
errorLightHover: string;
|
|
1158
|
+
errorLightActive: string;
|
|
1159
|
+
errorLightContrast: string;
|
|
1160
|
+
error: string;
|
|
1161
|
+
errorBorder: string;
|
|
1162
|
+
errorBorderHover: string;
|
|
1163
|
+
errorSolidHover: string;
|
|
1164
|
+
errorSolidContrast: string;
|
|
1165
|
+
errorShadow: string;
|
|
1166
|
+
gradient: string;
|
|
1167
|
+
accents0: string;
|
|
1168
|
+
accents1: string;
|
|
1169
|
+
accents2: string;
|
|
1170
|
+
accents3: string;
|
|
1171
|
+
accents4: string;
|
|
1172
|
+
accents5: string;
|
|
1173
|
+
accents6: string;
|
|
1174
|
+
accents7: string;
|
|
1175
|
+
accents8: string;
|
|
1176
|
+
accents9: string;
|
|
1177
|
+
border: string;
|
|
1178
|
+
};
|
|
1179
|
+
fonts: {
|
|
1103
1180
|
sans: string;
|
|
1104
1181
|
mono: string;
|
|
1105
1182
|
};
|
|
@@ -1881,9 +1958,9 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
|
|
|
1881
1958
|
};
|
|
1882
1959
|
}>>;
|
|
1883
1960
|
export declare const StyledIconCheckSecondLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1961
|
+
isIndeterminate?: boolean | "true" | undefined;
|
|
1962
|
+
isChecked?: boolean | "true" | undefined;
|
|
1963
|
+
disableAnimation?: boolean | "true" | undefined;
|
|
1887
1964
|
}, {
|
|
1888
1965
|
xs: string;
|
|
1889
1966
|
sm: string;
|
|
@@ -1925,88 +2002,12 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
|
|
|
1925
2002
|
xl: string;
|
|
1926
2003
|
};
|
|
1927
2004
|
colors: {
|
|
1928
|
-
accents1: string;
|
|
1929
|
-
accents2: string;
|
|
1930
|
-
accents3: string;
|
|
1931
|
-
accents4: string;
|
|
1932
|
-
accents5: string;
|
|
1933
|
-
accents6: string;
|
|
1934
|
-
accents7: string;
|
|
1935
|
-
accents8: string;
|
|
1936
|
-
accents9: string;
|
|
1937
|
-
background: string;
|
|
1938
|
-
foreground: string;
|
|
1939
|
-
backgroundContrast: string;
|
|
1940
2005
|
text: string;
|
|
2006
|
+
link: string;
|
|
1941
2007
|
codeLight: string;
|
|
1942
2008
|
code: string;
|
|
1943
|
-
border: string;
|
|
1944
2009
|
selection: string;
|
|
1945
|
-
|
|
1946
|
-
black: string;
|
|
1947
|
-
blue100: string;
|
|
1948
|
-
blue200: string;
|
|
1949
|
-
blue300: string;
|
|
1950
|
-
blue400: string;
|
|
1951
|
-
blue500: string;
|
|
1952
|
-
blue600: string;
|
|
1953
|
-
blue700: string;
|
|
1954
|
-
blue800: string;
|
|
1955
|
-
blue900: string;
|
|
1956
|
-
purple100: string;
|
|
1957
|
-
purple200: string;
|
|
1958
|
-
purple300: string;
|
|
1959
|
-
purple400: string;
|
|
1960
|
-
purple500: string;
|
|
1961
|
-
purple600: string;
|
|
1962
|
-
purple700: string;
|
|
1963
|
-
purple800: string;
|
|
1964
|
-
purple900: string;
|
|
1965
|
-
green100: string;
|
|
1966
|
-
green200: string;
|
|
1967
|
-
green300: string;
|
|
1968
|
-
green400: string;
|
|
1969
|
-
green500: string;
|
|
1970
|
-
green600: string;
|
|
1971
|
-
green700: string;
|
|
1972
|
-
green800: string;
|
|
1973
|
-
green900: string;
|
|
1974
|
-
yellow100: string;
|
|
1975
|
-
yellow200: string;
|
|
1976
|
-
yellow300: string;
|
|
1977
|
-
yellow400: string;
|
|
1978
|
-
yellow500: string;
|
|
1979
|
-
yellow600: string;
|
|
1980
|
-
yellow700: string;
|
|
1981
|
-
yellow800: string;
|
|
1982
|
-
yellow900: string;
|
|
1983
|
-
red100: string;
|
|
1984
|
-
red200: string;
|
|
1985
|
-
red300: string;
|
|
1986
|
-
red400: string;
|
|
1987
|
-
red500: string;
|
|
1988
|
-
red600: string;
|
|
1989
|
-
red700: string;
|
|
1990
|
-
red800: string;
|
|
1991
|
-
red900: string;
|
|
1992
|
-
cyan100: string;
|
|
1993
|
-
cyan200: string;
|
|
1994
|
-
cyan300: string;
|
|
1995
|
-
cyan400: string;
|
|
1996
|
-
cyan500: string;
|
|
1997
|
-
cyan600: string;
|
|
1998
|
-
cyan700: string;
|
|
1999
|
-
cyan800: string;
|
|
2000
|
-
cyan900: string;
|
|
2001
|
-
pink100: string;
|
|
2002
|
-
pink200: string;
|
|
2003
|
-
pink300: string;
|
|
2004
|
-
pink400: string;
|
|
2005
|
-
pink500: string;
|
|
2006
|
-
pink600: string;
|
|
2007
|
-
pink700: string;
|
|
2008
|
-
pink800: string;
|
|
2009
|
-
pink900: string;
|
|
2010
|
+
gray50: string;
|
|
2010
2011
|
gray100: string;
|
|
2011
2012
|
gray200: string;
|
|
2012
2013
|
gray300: string;
|
|
@@ -2016,28 +2017,143 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
|
|
|
2016
2017
|
gray700: string;
|
|
2017
2018
|
gray800: string;
|
|
2018
2019
|
gray900: string;
|
|
2020
|
+
pink50: string;
|
|
2021
|
+
pink100: string;
|
|
2022
|
+
pink200: string;
|
|
2023
|
+
pink300: string;
|
|
2024
|
+
pink400: string;
|
|
2025
|
+
pink500: string;
|
|
2026
|
+
pink600: string;
|
|
2027
|
+
pink700: string;
|
|
2028
|
+
pink800: string;
|
|
2029
|
+
pink900: string;
|
|
2030
|
+
cyan50: string;
|
|
2031
|
+
cyan100: string;
|
|
2032
|
+
cyan200: string;
|
|
2033
|
+
cyan300: string;
|
|
2034
|
+
cyan400: string;
|
|
2035
|
+
cyan500: string;
|
|
2036
|
+
cyan600: string;
|
|
2037
|
+
cyan700: string;
|
|
2038
|
+
cyan800: string;
|
|
2039
|
+
cyan900: string;
|
|
2040
|
+
red50: string;
|
|
2041
|
+
red100: string;
|
|
2042
|
+
red200: string;
|
|
2043
|
+
red300: string;
|
|
2044
|
+
red400: string;
|
|
2045
|
+
red500: string;
|
|
2046
|
+
red600: string;
|
|
2047
|
+
red700: string;
|
|
2048
|
+
red800: string;
|
|
2049
|
+
red900: string;
|
|
2050
|
+
yellow50: string;
|
|
2051
|
+
yellow100: string;
|
|
2052
|
+
yellow200: string;
|
|
2053
|
+
yellow300: string;
|
|
2054
|
+
yellow400: string;
|
|
2055
|
+
yellow500: string;
|
|
2056
|
+
yellow600: string;
|
|
2057
|
+
yellow700: string;
|
|
2058
|
+
yellow800: string;
|
|
2059
|
+
yellow900: string;
|
|
2060
|
+
green50: string;
|
|
2061
|
+
green100: string;
|
|
2062
|
+
green200: string;
|
|
2063
|
+
green300: string;
|
|
2064
|
+
green400: string;
|
|
2065
|
+
green500: string;
|
|
2066
|
+
green600: string;
|
|
2067
|
+
green700: string;
|
|
2068
|
+
green800: string;
|
|
2069
|
+
green900: string;
|
|
2070
|
+
purple50: string;
|
|
2071
|
+
purple100: string;
|
|
2072
|
+
purple200: string;
|
|
2073
|
+
purple300: string;
|
|
2074
|
+
purple400: string;
|
|
2075
|
+
purple500: string;
|
|
2076
|
+
purple600: string;
|
|
2077
|
+
purple700: string;
|
|
2078
|
+
purple800: string;
|
|
2079
|
+
purple900: string;
|
|
2080
|
+
blue50: string;
|
|
2081
|
+
blue100: string;
|
|
2082
|
+
blue200: string;
|
|
2083
|
+
blue300: string;
|
|
2084
|
+
blue400: string;
|
|
2085
|
+
blue500: string;
|
|
2086
|
+
blue600: string;
|
|
2087
|
+
blue700: string;
|
|
2088
|
+
blue800: string;
|
|
2089
|
+
blue900: string;
|
|
2090
|
+
background: string;
|
|
2091
|
+
foreground: string;
|
|
2092
|
+
backgroundContrast: string;
|
|
2093
|
+
white: string;
|
|
2094
|
+
black: string;
|
|
2019
2095
|
primaryLight: string;
|
|
2096
|
+
primaryLightHover: string;
|
|
2097
|
+
primaryLightActive: string;
|
|
2098
|
+
primaryLightContrast: string;
|
|
2020
2099
|
primary: string;
|
|
2021
|
-
|
|
2100
|
+
primaryBorder: string;
|
|
2101
|
+
primaryBorderHover: string;
|
|
2102
|
+
primarySolidHover: string;
|
|
2103
|
+
primarySolidContrast: string;
|
|
2022
2104
|
primaryShadow: string;
|
|
2023
2105
|
secondaryLight: string;
|
|
2106
|
+
secondaryLightHover: string;
|
|
2107
|
+
secondaryLightActive: string;
|
|
2108
|
+
secondaryLightContrast: string;
|
|
2024
2109
|
secondary: string;
|
|
2025
|
-
|
|
2110
|
+
secondaryBorder: string;
|
|
2111
|
+
secondaryBorderHover: string;
|
|
2112
|
+
secondarySolidHover: string;
|
|
2113
|
+
secondarySolidContrast: string;
|
|
2026
2114
|
secondaryShadow: string;
|
|
2027
2115
|
successLight: string;
|
|
2116
|
+
successLightHover: string;
|
|
2117
|
+
successLightActive: string;
|
|
2118
|
+
successLightContrast: string;
|
|
2028
2119
|
success: string;
|
|
2029
|
-
|
|
2120
|
+
successBorder: string;
|
|
2121
|
+
successBorderHover: string;
|
|
2122
|
+
successSolidHover: string;
|
|
2123
|
+
successSolidContrast: string;
|
|
2030
2124
|
successShadow: string;
|
|
2031
2125
|
warningLight: string;
|
|
2126
|
+
warningLightHover: string;
|
|
2127
|
+
warningLightActive: string;
|
|
2128
|
+
warningLightContrast: string;
|
|
2032
2129
|
warning: string;
|
|
2033
|
-
|
|
2130
|
+
warningBorder: string;
|
|
2131
|
+
warningBorderHover: string;
|
|
2132
|
+
warningSolidHover: string;
|
|
2133
|
+
warningSolidContrast: string;
|
|
2034
2134
|
warningShadow: string;
|
|
2035
2135
|
errorLight: string;
|
|
2136
|
+
errorLightHover: string;
|
|
2137
|
+
errorLightActive: string;
|
|
2138
|
+
errorLightContrast: string;
|
|
2036
2139
|
error: string;
|
|
2037
|
-
|
|
2140
|
+
errorBorder: string;
|
|
2141
|
+
errorBorderHover: string;
|
|
2142
|
+
errorSolidHover: string;
|
|
2143
|
+
errorSolidContrast: string;
|
|
2038
2144
|
errorShadow: string;
|
|
2039
2145
|
gradient: string;
|
|
2040
|
-
|
|
2146
|
+
accents0: string;
|
|
2147
|
+
accents1: string;
|
|
2148
|
+
accents2: string;
|
|
2149
|
+
accents3: string;
|
|
2150
|
+
accents4: string;
|
|
2151
|
+
accents5: string;
|
|
2152
|
+
accents6: string;
|
|
2153
|
+
accents7: string;
|
|
2154
|
+
accents8: string;
|
|
2155
|
+
accents9: string;
|
|
2156
|
+
border: string;
|
|
2041
2157
|
};
|
|
2042
2158
|
fonts: {
|
|
2043
2159
|
sans: string;
|
|
@@ -2821,10 +2937,10 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
|
|
|
2821
2937
|
};
|
|
2822
2938
|
}>>;
|
|
2823
2939
|
export declare const StyledIconCheck: import("@stitches/react/types/styled-component").StyledComponent<"i", {
|
|
2824
|
-
|
|
2940
|
+
isIndeterminate?: boolean | "true" | "false" | undefined;
|
|
2825
2941
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
2826
|
-
|
|
2827
|
-
|
|
2942
|
+
isChecked?: boolean | "true" | undefined;
|
|
2943
|
+
disableAnimation?: boolean | "true" | undefined;
|
|
2828
2944
|
}, {
|
|
2829
2945
|
xs: string;
|
|
2830
2946
|
sm: string;
|
|
@@ -2866,88 +2982,12 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
|
|
|
2866
2982
|
xl: string;
|
|
2867
2983
|
};
|
|
2868
2984
|
colors: {
|
|
2869
|
-
accents1: string;
|
|
2870
|
-
accents2: string;
|
|
2871
|
-
accents3: string;
|
|
2872
|
-
accents4: string;
|
|
2873
|
-
accents5: string;
|
|
2874
|
-
accents6: string;
|
|
2875
|
-
accents7: string;
|
|
2876
|
-
accents8: string;
|
|
2877
|
-
accents9: string;
|
|
2878
|
-
background: string;
|
|
2879
|
-
foreground: string;
|
|
2880
|
-
backgroundContrast: string;
|
|
2881
2985
|
text: string;
|
|
2986
|
+
link: string;
|
|
2882
2987
|
codeLight: string;
|
|
2883
2988
|
code: string;
|
|
2884
|
-
border: string;
|
|
2885
2989
|
selection: string;
|
|
2886
|
-
|
|
2887
|
-
black: string;
|
|
2888
|
-
blue100: string;
|
|
2889
|
-
blue200: string;
|
|
2890
|
-
blue300: string;
|
|
2891
|
-
blue400: string;
|
|
2892
|
-
blue500: string;
|
|
2893
|
-
blue600: string;
|
|
2894
|
-
blue700: string;
|
|
2895
|
-
blue800: string;
|
|
2896
|
-
blue900: string;
|
|
2897
|
-
purple100: string;
|
|
2898
|
-
purple200: string;
|
|
2899
|
-
purple300: string;
|
|
2900
|
-
purple400: string;
|
|
2901
|
-
purple500: string;
|
|
2902
|
-
purple600: string;
|
|
2903
|
-
purple700: string;
|
|
2904
|
-
purple800: string;
|
|
2905
|
-
purple900: string;
|
|
2906
|
-
green100: string;
|
|
2907
|
-
green200: string;
|
|
2908
|
-
green300: string;
|
|
2909
|
-
green400: string;
|
|
2910
|
-
green500: string;
|
|
2911
|
-
green600: string;
|
|
2912
|
-
green700: string;
|
|
2913
|
-
green800: string;
|
|
2914
|
-
green900: string;
|
|
2915
|
-
yellow100: string;
|
|
2916
|
-
yellow200: string;
|
|
2917
|
-
yellow300: string;
|
|
2918
|
-
yellow400: string;
|
|
2919
|
-
yellow500: string;
|
|
2920
|
-
yellow600: string;
|
|
2921
|
-
yellow700: string;
|
|
2922
|
-
yellow800: string;
|
|
2923
|
-
yellow900: string;
|
|
2924
|
-
red100: string;
|
|
2925
|
-
red200: string;
|
|
2926
|
-
red300: string;
|
|
2927
|
-
red400: string;
|
|
2928
|
-
red500: string;
|
|
2929
|
-
red600: string;
|
|
2930
|
-
red700: string;
|
|
2931
|
-
red800: string;
|
|
2932
|
-
red900: string;
|
|
2933
|
-
cyan100: string;
|
|
2934
|
-
cyan200: string;
|
|
2935
|
-
cyan300: string;
|
|
2936
|
-
cyan400: string;
|
|
2937
|
-
cyan500: string;
|
|
2938
|
-
cyan600: string;
|
|
2939
|
-
cyan700: string;
|
|
2940
|
-
cyan800: string;
|
|
2941
|
-
cyan900: string;
|
|
2942
|
-
pink100: string;
|
|
2943
|
-
pink200: string;
|
|
2944
|
-
pink300: string;
|
|
2945
|
-
pink400: string;
|
|
2946
|
-
pink500: string;
|
|
2947
|
-
pink600: string;
|
|
2948
|
-
pink700: string;
|
|
2949
|
-
pink800: string;
|
|
2950
|
-
pink900: string;
|
|
2990
|
+
gray50: string;
|
|
2951
2991
|
gray100: string;
|
|
2952
2992
|
gray200: string;
|
|
2953
2993
|
gray300: string;
|
|
@@ -2957,28 +2997,143 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
|
|
|
2957
2997
|
gray700: string;
|
|
2958
2998
|
gray800: string;
|
|
2959
2999
|
gray900: string;
|
|
3000
|
+
pink50: string;
|
|
3001
|
+
pink100: string;
|
|
3002
|
+
pink200: string;
|
|
3003
|
+
pink300: string;
|
|
3004
|
+
pink400: string;
|
|
3005
|
+
pink500: string;
|
|
3006
|
+
pink600: string;
|
|
3007
|
+
pink700: string;
|
|
3008
|
+
pink800: string;
|
|
3009
|
+
pink900: string;
|
|
3010
|
+
cyan50: string;
|
|
3011
|
+
cyan100: string;
|
|
3012
|
+
cyan200: string;
|
|
3013
|
+
cyan300: string;
|
|
3014
|
+
cyan400: string;
|
|
3015
|
+
cyan500: string;
|
|
3016
|
+
cyan600: string;
|
|
3017
|
+
cyan700: string;
|
|
3018
|
+
cyan800: string;
|
|
3019
|
+
cyan900: string;
|
|
3020
|
+
red50: string;
|
|
3021
|
+
red100: string;
|
|
3022
|
+
red200: string;
|
|
3023
|
+
red300: string;
|
|
3024
|
+
red400: string;
|
|
3025
|
+
red500: string;
|
|
3026
|
+
red600: string;
|
|
3027
|
+
red700: string;
|
|
3028
|
+
red800: string;
|
|
3029
|
+
red900: string;
|
|
3030
|
+
yellow50: string;
|
|
3031
|
+
yellow100: string;
|
|
3032
|
+
yellow200: string;
|
|
3033
|
+
yellow300: string;
|
|
3034
|
+
yellow400: string;
|
|
3035
|
+
yellow500: string;
|
|
3036
|
+
yellow600: string;
|
|
3037
|
+
yellow700: string;
|
|
3038
|
+
yellow800: string;
|
|
3039
|
+
yellow900: string;
|
|
3040
|
+
green50: string;
|
|
3041
|
+
green100: string;
|
|
3042
|
+
green200: string;
|
|
3043
|
+
green300: string;
|
|
3044
|
+
green400: string;
|
|
3045
|
+
green500: string;
|
|
3046
|
+
green600: string;
|
|
3047
|
+
green700: string;
|
|
3048
|
+
green800: string;
|
|
3049
|
+
green900: string;
|
|
3050
|
+
purple50: string;
|
|
3051
|
+
purple100: string;
|
|
3052
|
+
purple200: string;
|
|
3053
|
+
purple300: string;
|
|
3054
|
+
purple400: string;
|
|
3055
|
+
purple500: string;
|
|
3056
|
+
purple600: string;
|
|
3057
|
+
purple700: string;
|
|
3058
|
+
purple800: string;
|
|
3059
|
+
purple900: string;
|
|
3060
|
+
blue50: string;
|
|
3061
|
+
blue100: string;
|
|
3062
|
+
blue200: string;
|
|
3063
|
+
blue300: string;
|
|
3064
|
+
blue400: string;
|
|
3065
|
+
blue500: string;
|
|
3066
|
+
blue600: string;
|
|
3067
|
+
blue700: string;
|
|
3068
|
+
blue800: string;
|
|
3069
|
+
blue900: string;
|
|
3070
|
+
background: string;
|
|
3071
|
+
foreground: string;
|
|
3072
|
+
backgroundContrast: string;
|
|
3073
|
+
white: string;
|
|
3074
|
+
black: string;
|
|
2960
3075
|
primaryLight: string;
|
|
3076
|
+
primaryLightHover: string;
|
|
3077
|
+
primaryLightActive: string;
|
|
3078
|
+
primaryLightContrast: string;
|
|
2961
3079
|
primary: string;
|
|
2962
|
-
|
|
3080
|
+
primaryBorder: string;
|
|
3081
|
+
primaryBorderHover: string;
|
|
3082
|
+
primarySolidHover: string;
|
|
3083
|
+
primarySolidContrast: string;
|
|
2963
3084
|
primaryShadow: string;
|
|
2964
3085
|
secondaryLight: string;
|
|
3086
|
+
secondaryLightHover: string;
|
|
3087
|
+
secondaryLightActive: string;
|
|
3088
|
+
secondaryLightContrast: string;
|
|
2965
3089
|
secondary: string;
|
|
2966
|
-
|
|
3090
|
+
secondaryBorder: string;
|
|
3091
|
+
secondaryBorderHover: string;
|
|
3092
|
+
secondarySolidHover: string;
|
|
3093
|
+
secondarySolidContrast: string;
|
|
2967
3094
|
secondaryShadow: string;
|
|
2968
3095
|
successLight: string;
|
|
3096
|
+
successLightHover: string;
|
|
3097
|
+
successLightActive: string;
|
|
3098
|
+
successLightContrast: string;
|
|
2969
3099
|
success: string;
|
|
2970
|
-
|
|
3100
|
+
successBorder: string;
|
|
3101
|
+
successBorderHover: string;
|
|
3102
|
+
successSolidHover: string;
|
|
3103
|
+
successSolidContrast: string;
|
|
2971
3104
|
successShadow: string;
|
|
2972
3105
|
warningLight: string;
|
|
3106
|
+
warningLightHover: string;
|
|
3107
|
+
warningLightActive: string;
|
|
3108
|
+
warningLightContrast: string;
|
|
2973
3109
|
warning: string;
|
|
2974
|
-
|
|
3110
|
+
warningBorder: string;
|
|
3111
|
+
warningBorderHover: string;
|
|
3112
|
+
warningSolidHover: string;
|
|
3113
|
+
warningSolidContrast: string;
|
|
2975
3114
|
warningShadow: string;
|
|
2976
3115
|
errorLight: string;
|
|
3116
|
+
errorLightHover: string;
|
|
3117
|
+
errorLightActive: string;
|
|
3118
|
+
errorLightContrast: string;
|
|
2977
3119
|
error: string;
|
|
2978
|
-
|
|
3120
|
+
errorBorder: string;
|
|
3121
|
+
errorBorderHover: string;
|
|
3122
|
+
errorSolidHover: string;
|
|
3123
|
+
errorSolidContrast: string;
|
|
2979
3124
|
errorShadow: string;
|
|
2980
3125
|
gradient: string;
|
|
2981
|
-
|
|
3126
|
+
accents0: string;
|
|
3127
|
+
accents1: string;
|
|
3128
|
+
accents2: string;
|
|
3129
|
+
accents3: string;
|
|
3130
|
+
accents4: string;
|
|
3131
|
+
accents5: string;
|
|
3132
|
+
accents6: string;
|
|
3133
|
+
accents7: string;
|
|
3134
|
+
accents8: string;
|
|
3135
|
+
accents9: string;
|
|
3136
|
+
border: string;
|
|
2982
3137
|
};
|
|
2983
3138
|
fonts: {
|
|
2984
3139
|
sans: string;
|
|
@@ -3762,9 +3917,9 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
|
|
|
3762
3917
|
};
|
|
3763
3918
|
}>>;
|
|
3764
3919
|
export declare const StyledCheckboxMask: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3920
|
+
isChecked?: boolean | "true" | undefined;
|
|
3921
|
+
isIndeterminate?: boolean | "true" | undefined;
|
|
3922
|
+
disableAnimation?: boolean | "true" | undefined;
|
|
3768
3923
|
}, {
|
|
3769
3924
|
xs: string;
|
|
3770
3925
|
sm: string;
|
|
@@ -3806,88 +3961,12 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
|
|
|
3806
3961
|
xl: string;
|
|
3807
3962
|
};
|
|
3808
3963
|
colors: {
|
|
3809
|
-
accents1: string;
|
|
3810
|
-
accents2: string;
|
|
3811
|
-
accents3: string;
|
|
3812
|
-
accents4: string;
|
|
3813
|
-
accents5: string;
|
|
3814
|
-
accents6: string;
|
|
3815
|
-
accents7: string;
|
|
3816
|
-
accents8: string;
|
|
3817
|
-
accents9: string;
|
|
3818
|
-
background: string;
|
|
3819
|
-
foreground: string;
|
|
3820
|
-
backgroundContrast: string;
|
|
3821
3964
|
text: string;
|
|
3965
|
+
link: string;
|
|
3822
3966
|
codeLight: string;
|
|
3823
3967
|
code: string;
|
|
3824
|
-
border: string;
|
|
3825
3968
|
selection: string;
|
|
3826
|
-
|
|
3827
|
-
black: string;
|
|
3828
|
-
blue100: string;
|
|
3829
|
-
blue200: string;
|
|
3830
|
-
blue300: string;
|
|
3831
|
-
blue400: string;
|
|
3832
|
-
blue500: string;
|
|
3833
|
-
blue600: string;
|
|
3834
|
-
blue700: string;
|
|
3835
|
-
blue800: string;
|
|
3836
|
-
blue900: string;
|
|
3837
|
-
purple100: string;
|
|
3838
|
-
purple200: string;
|
|
3839
|
-
purple300: string;
|
|
3840
|
-
purple400: string;
|
|
3841
|
-
purple500: string;
|
|
3842
|
-
purple600: string;
|
|
3843
|
-
purple700: string;
|
|
3844
|
-
purple800: string;
|
|
3845
|
-
purple900: string;
|
|
3846
|
-
green100: string;
|
|
3847
|
-
green200: string;
|
|
3848
|
-
green300: string;
|
|
3849
|
-
green400: string;
|
|
3850
|
-
green500: string;
|
|
3851
|
-
green600: string;
|
|
3852
|
-
green700: string;
|
|
3853
|
-
green800: string;
|
|
3854
|
-
green900: string;
|
|
3855
|
-
yellow100: string;
|
|
3856
|
-
yellow200: string;
|
|
3857
|
-
yellow300: string;
|
|
3858
|
-
yellow400: string;
|
|
3859
|
-
yellow500: string;
|
|
3860
|
-
yellow600: string;
|
|
3861
|
-
yellow700: string;
|
|
3862
|
-
yellow800: string;
|
|
3863
|
-
yellow900: string;
|
|
3864
|
-
red100: string;
|
|
3865
|
-
red200: string;
|
|
3866
|
-
red300: string;
|
|
3867
|
-
red400: string;
|
|
3868
|
-
red500: string;
|
|
3869
|
-
red600: string;
|
|
3870
|
-
red700: string;
|
|
3871
|
-
red800: string;
|
|
3872
|
-
red900: string;
|
|
3873
|
-
cyan100: string;
|
|
3874
|
-
cyan200: string;
|
|
3875
|
-
cyan300: string;
|
|
3876
|
-
cyan400: string;
|
|
3877
|
-
cyan500: string;
|
|
3878
|
-
cyan600: string;
|
|
3879
|
-
cyan700: string;
|
|
3880
|
-
cyan800: string;
|
|
3881
|
-
cyan900: string;
|
|
3882
|
-
pink100: string;
|
|
3883
|
-
pink200: string;
|
|
3884
|
-
pink300: string;
|
|
3885
|
-
pink400: string;
|
|
3886
|
-
pink500: string;
|
|
3887
|
-
pink600: string;
|
|
3888
|
-
pink700: string;
|
|
3889
|
-
pink800: string;
|
|
3890
|
-
pink900: string;
|
|
3969
|
+
gray50: string;
|
|
3891
3970
|
gray100: string;
|
|
3892
3971
|
gray200: string;
|
|
3893
3972
|
gray300: string;
|
|
@@ -3897,930 +3976,7 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
|
|
|
3897
3976
|
gray700: string;
|
|
3898
3977
|
gray800: string;
|
|
3899
3978
|
gray900: string;
|
|
3900
|
-
|
|
3901
|
-
primary: string;
|
|
3902
|
-
primaryDark: string;
|
|
3903
|
-
primaryShadow: string;
|
|
3904
|
-
secondaryLight: string;
|
|
3905
|
-
secondary: string;
|
|
3906
|
-
secondaryDark: string;
|
|
3907
|
-
secondaryShadow: string;
|
|
3908
|
-
successLight: string;
|
|
3909
|
-
success: string;
|
|
3910
|
-
successDark: string;
|
|
3911
|
-
successShadow: string;
|
|
3912
|
-
warningLight: string;
|
|
3913
|
-
warning: string;
|
|
3914
|
-
warningDark: string;
|
|
3915
|
-
warningShadow: string;
|
|
3916
|
-
errorLight: string;
|
|
3917
|
-
error: string;
|
|
3918
|
-
errorDark: string;
|
|
3919
|
-
errorShadow: string;
|
|
3920
|
-
gradient: string;
|
|
3921
|
-
link: string;
|
|
3922
|
-
};
|
|
3923
|
-
fonts: {
|
|
3924
|
-
sans: string;
|
|
3925
|
-
mono: string;
|
|
3926
|
-
};
|
|
3927
|
-
fontSizes: {
|
|
3928
|
-
tiny: string;
|
|
3929
|
-
xs: string;
|
|
3930
|
-
base: string;
|
|
3931
|
-
sm: string;
|
|
3932
|
-
md: string;
|
|
3933
|
-
lg: string;
|
|
3934
|
-
xl: string;
|
|
3935
|
-
};
|
|
3936
|
-
fontWeights: {
|
|
3937
|
-
hairline: number;
|
|
3938
|
-
thin: number;
|
|
3939
|
-
light: number;
|
|
3940
|
-
normal: number;
|
|
3941
|
-
medium: number;
|
|
3942
|
-
semibold: number;
|
|
3943
|
-
bold: number;
|
|
3944
|
-
extrabold: number;
|
|
3945
|
-
black: number;
|
|
3946
|
-
};
|
|
3947
|
-
lineHeights: {
|
|
3948
|
-
xs: number;
|
|
3949
|
-
sm: number;
|
|
3950
|
-
md: number;
|
|
3951
|
-
lg: number;
|
|
3952
|
-
xl: number;
|
|
3953
|
-
};
|
|
3954
|
-
letterSpacings: {
|
|
3955
|
-
tighter: string;
|
|
3956
|
-
tight: string;
|
|
3957
|
-
normal: string;
|
|
3958
|
-
wide: string;
|
|
3959
|
-
wider: string;
|
|
3960
|
-
widest: string;
|
|
3961
|
-
};
|
|
3962
|
-
space: {
|
|
3963
|
-
0: string;
|
|
3964
|
-
xs: string;
|
|
3965
|
-
sm: string;
|
|
3966
|
-
md: string;
|
|
3967
|
-
lg: string;
|
|
3968
|
-
xl: string;
|
|
3969
|
-
px: string;
|
|
3970
|
-
1: string;
|
|
3971
|
-
2: string;
|
|
3972
|
-
3: string;
|
|
3973
|
-
4: string;
|
|
3974
|
-
5: string;
|
|
3975
|
-
6: string;
|
|
3976
|
-
7: string;
|
|
3977
|
-
8: string;
|
|
3978
|
-
9: string;
|
|
3979
|
-
10: string;
|
|
3980
|
-
11: string;
|
|
3981
|
-
12: string;
|
|
3982
|
-
13: string;
|
|
3983
|
-
14: string;
|
|
3984
|
-
15: string;
|
|
3985
|
-
16: string;
|
|
3986
|
-
17: string;
|
|
3987
|
-
18: string;
|
|
3988
|
-
20: string;
|
|
3989
|
-
24: string;
|
|
3990
|
-
28: string;
|
|
3991
|
-
32: string;
|
|
3992
|
-
36: string;
|
|
3993
|
-
40: string;
|
|
3994
|
-
44: string;
|
|
3995
|
-
48: string;
|
|
3996
|
-
52: string;
|
|
3997
|
-
56: string;
|
|
3998
|
-
60: string;
|
|
3999
|
-
64: string;
|
|
4000
|
-
72: string;
|
|
4001
|
-
80: string;
|
|
4002
|
-
96: string;
|
|
4003
|
-
};
|
|
4004
|
-
radii: {
|
|
4005
|
-
xs: string;
|
|
4006
|
-
sm: string;
|
|
4007
|
-
md: string;
|
|
4008
|
-
base: string;
|
|
4009
|
-
lg: string;
|
|
4010
|
-
xl: string;
|
|
4011
|
-
squared: string;
|
|
4012
|
-
rounded: string;
|
|
4013
|
-
pill: string;
|
|
4014
|
-
};
|
|
4015
|
-
zIndices: {
|
|
4016
|
-
1: string;
|
|
4017
|
-
2: string;
|
|
4018
|
-
3: string;
|
|
4019
|
-
4: string;
|
|
4020
|
-
5: string;
|
|
4021
|
-
10: string;
|
|
4022
|
-
max: string;
|
|
4023
|
-
};
|
|
4024
|
-
borderWeights: {
|
|
4025
|
-
light: string;
|
|
4026
|
-
normal: string;
|
|
4027
|
-
bold: string;
|
|
4028
|
-
extrabold: string;
|
|
4029
|
-
black: string;
|
|
4030
|
-
};
|
|
4031
|
-
transitions: {
|
|
4032
|
-
default: string;
|
|
4033
|
-
button: string;
|
|
4034
|
-
avatar: string;
|
|
4035
|
-
link: string;
|
|
4036
|
-
card: string;
|
|
4037
|
-
};
|
|
4038
|
-
breakpoints: {
|
|
4039
|
-
xs: string;
|
|
4040
|
-
sm: string;
|
|
4041
|
-
md: string;
|
|
4042
|
-
lg: string;
|
|
4043
|
-
xl: string;
|
|
4044
|
-
};
|
|
4045
|
-
}, {
|
|
4046
|
-
width: string;
|
|
4047
|
-
height: string;
|
|
4048
|
-
minWidth: string;
|
|
4049
|
-
maxWidth: string;
|
|
4050
|
-
minHeight: string;
|
|
4051
|
-
maxHeight: string;
|
|
4052
|
-
flexBasis: string;
|
|
4053
|
-
gridTemplateColumns: string;
|
|
4054
|
-
gridTemplateRows: string;
|
|
4055
|
-
blockSize: string;
|
|
4056
|
-
minBlockSize: string;
|
|
4057
|
-
maxBlockSize: string;
|
|
4058
|
-
inlineSize: string;
|
|
4059
|
-
minInlineSize: string;
|
|
4060
|
-
maxInlineSize: string;
|
|
4061
|
-
borderWidth: string;
|
|
4062
|
-
gap: "space";
|
|
4063
|
-
gridGap: "space";
|
|
4064
|
-
columnGap: "space";
|
|
4065
|
-
gridColumnGap: "space";
|
|
4066
|
-
rowGap: "space";
|
|
4067
|
-
gridRowGap: "space";
|
|
4068
|
-
inset: "space";
|
|
4069
|
-
insetBlock: "space";
|
|
4070
|
-
insetBlockEnd: "space";
|
|
4071
|
-
insetBlockStart: "space";
|
|
4072
|
-
insetInline: "space";
|
|
4073
|
-
insetInlineEnd: "space";
|
|
4074
|
-
insetInlineStart: "space";
|
|
4075
|
-
margin: "space";
|
|
4076
|
-
marginTop: "space";
|
|
4077
|
-
marginRight: "space";
|
|
4078
|
-
marginBottom: "space";
|
|
4079
|
-
marginLeft: "space";
|
|
4080
|
-
marginBlock: "space";
|
|
4081
|
-
marginBlockEnd: "space";
|
|
4082
|
-
marginBlockStart: "space";
|
|
4083
|
-
marginInline: "space";
|
|
4084
|
-
marginInlineEnd: "space";
|
|
4085
|
-
marginInlineStart: "space";
|
|
4086
|
-
padding: "space";
|
|
4087
|
-
paddingTop: "space";
|
|
4088
|
-
paddingRight: "space";
|
|
4089
|
-
paddingBottom: "space";
|
|
4090
|
-
paddingLeft: "space";
|
|
4091
|
-
paddingBlock: "space";
|
|
4092
|
-
paddingBlockEnd: "space";
|
|
4093
|
-
paddingBlockStart: "space";
|
|
4094
|
-
paddingInline: "space";
|
|
4095
|
-
paddingInlineEnd: "space";
|
|
4096
|
-
paddingInlineStart: "space";
|
|
4097
|
-
scrollMargin: "space";
|
|
4098
|
-
scrollMarginTop: "space";
|
|
4099
|
-
scrollMarginRight: "space";
|
|
4100
|
-
scrollMarginBottom: "space";
|
|
4101
|
-
scrollMarginLeft: "space";
|
|
4102
|
-
scrollMarginBlock: "space";
|
|
4103
|
-
scrollMarginBlockEnd: "space";
|
|
4104
|
-
scrollMarginBlockStart: "space";
|
|
4105
|
-
scrollMarginInline: "space";
|
|
4106
|
-
scrollMarginInlineEnd: "space";
|
|
4107
|
-
scrollMarginInlineStart: "space";
|
|
4108
|
-
scrollPadding: "space";
|
|
4109
|
-
scrollPaddingTop: "space";
|
|
4110
|
-
scrollPaddingRight: "space";
|
|
4111
|
-
scrollPaddingBottom: "space";
|
|
4112
|
-
scrollPaddingLeft: "space";
|
|
4113
|
-
scrollPaddingBlock: "space";
|
|
4114
|
-
scrollPaddingBlockEnd: "space";
|
|
4115
|
-
scrollPaddingBlockStart: "space";
|
|
4116
|
-
scrollPaddingInline: "space";
|
|
4117
|
-
scrollPaddingInlineEnd: "space";
|
|
4118
|
-
scrollPaddingInlineStart: "space";
|
|
4119
|
-
top: "space";
|
|
4120
|
-
right: "space";
|
|
4121
|
-
bottom: "space";
|
|
4122
|
-
left: "space";
|
|
4123
|
-
fontSize: "fontSizes";
|
|
4124
|
-
background: "colors";
|
|
4125
|
-
backgroundColor: "colors";
|
|
4126
|
-
backgroundImage: "colors";
|
|
4127
|
-
borderImage: "colors";
|
|
4128
|
-
border: "colors";
|
|
4129
|
-
borderBlock: "colors";
|
|
4130
|
-
borderBlockEnd: "colors";
|
|
4131
|
-
borderBlockStart: "colors";
|
|
4132
|
-
borderBottom: "colors";
|
|
4133
|
-
borderBottomColor: "colors";
|
|
4134
|
-
borderColor: "colors";
|
|
4135
|
-
borderInline: "colors";
|
|
4136
|
-
borderInlineEnd: "colors";
|
|
4137
|
-
borderInlineStart: "colors";
|
|
4138
|
-
borderLeft: "colors";
|
|
4139
|
-
borderLeftColor: "colors";
|
|
4140
|
-
borderRight: "colors";
|
|
4141
|
-
borderRightColor: "colors";
|
|
4142
|
-
borderTop: "colors";
|
|
4143
|
-
borderTopColor: "colors";
|
|
4144
|
-
caretColor: "colors";
|
|
4145
|
-
color: "colors";
|
|
4146
|
-
columnRuleColor: "colors";
|
|
4147
|
-
outline: "colors";
|
|
4148
|
-
outlineColor: "colors";
|
|
4149
|
-
fill: "colors";
|
|
4150
|
-
stroke: "colors";
|
|
4151
|
-
textDecorationColor: "colors";
|
|
4152
|
-
fontFamily: "fonts";
|
|
4153
|
-
fontWeight: "fontWeights";
|
|
4154
|
-
lineHeight: "lineHeights";
|
|
4155
|
-
letterSpacing: "letterSpacings";
|
|
4156
|
-
borderTopWidth: "borderWidths";
|
|
4157
|
-
borderLeftWidth: "borderWidths";
|
|
4158
|
-
borderRightWidth: "borderWidths";
|
|
4159
|
-
borderBottomWidth: "borderWidths";
|
|
4160
|
-
borderStyle: "borderStyles";
|
|
4161
|
-
borderTopStyle: "borderStyles";
|
|
4162
|
-
borderLeftStyle: "borderStyles";
|
|
4163
|
-
borderRightStyle: "borderStyles";
|
|
4164
|
-
borderBottomStyle: "borderStyles";
|
|
4165
|
-
borderRadius: "radii";
|
|
4166
|
-
borderTopLeftRadius: "radii";
|
|
4167
|
-
borderTopRightRadius: "radii";
|
|
4168
|
-
borderBottomRightRadius: "radii";
|
|
4169
|
-
borderBottomLeftRadius: "radii";
|
|
4170
|
-
boxShadow: "shadows";
|
|
4171
|
-
textShadow: "shadows";
|
|
4172
|
-
transition: "transitions";
|
|
4173
|
-
zIndex: "zIndices";
|
|
4174
|
-
}, {
|
|
4175
|
-
p: (value: {
|
|
4176
|
-
readonly [$$PropertyValue]: "padding";
|
|
4177
|
-
}) => {
|
|
4178
|
-
padding: {
|
|
4179
|
-
readonly [$$PropertyValue]: "padding";
|
|
4180
|
-
};
|
|
4181
|
-
};
|
|
4182
|
-
pt: (value: {
|
|
4183
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
4184
|
-
}) => {
|
|
4185
|
-
paddingTop: {
|
|
4186
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
4187
|
-
};
|
|
4188
|
-
};
|
|
4189
|
-
pr: (value: {
|
|
4190
|
-
readonly [$$PropertyValue]: "paddingRight";
|
|
4191
|
-
}) => {
|
|
4192
|
-
paddingRight: {
|
|
4193
|
-
readonly [$$PropertyValue]: "paddingRight";
|
|
4194
|
-
};
|
|
4195
|
-
};
|
|
4196
|
-
pb: (value: {
|
|
4197
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
|
4198
|
-
}) => {
|
|
4199
|
-
paddingBottom: {
|
|
4200
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
|
4201
|
-
};
|
|
4202
|
-
};
|
|
4203
|
-
pl: (value: {
|
|
4204
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
4205
|
-
}) => {
|
|
4206
|
-
paddingLeft: {
|
|
4207
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
4208
|
-
};
|
|
4209
|
-
};
|
|
4210
|
-
px: (value: {
|
|
4211
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
4212
|
-
}) => {
|
|
4213
|
-
paddingLeft: {
|
|
4214
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
4215
|
-
};
|
|
4216
|
-
paddingRight: {
|
|
4217
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
|
4218
|
-
};
|
|
4219
|
-
};
|
|
4220
|
-
py: (value: {
|
|
4221
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
4222
|
-
}) => {
|
|
4223
|
-
paddingTop: {
|
|
4224
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
4225
|
-
};
|
|
4226
|
-
paddingBottom: {
|
|
4227
|
-
readonly [$$PropertyValue]: "paddingTop";
|
|
4228
|
-
};
|
|
4229
|
-
};
|
|
4230
|
-
m: (value: {
|
|
4231
|
-
readonly [$$PropertyValue]: "margin";
|
|
4232
|
-
}) => {
|
|
4233
|
-
margin: {
|
|
4234
|
-
readonly [$$PropertyValue]: "margin";
|
|
4235
|
-
};
|
|
4236
|
-
};
|
|
4237
|
-
mt: (value: {
|
|
4238
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
4239
|
-
}) => {
|
|
4240
|
-
marginTop: {
|
|
4241
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
4242
|
-
};
|
|
4243
|
-
};
|
|
4244
|
-
mr: (value: {
|
|
4245
|
-
readonly [$$PropertyValue]: "marginRight";
|
|
4246
|
-
}) => {
|
|
4247
|
-
marginRight: {
|
|
4248
|
-
readonly [$$PropertyValue]: "marginRight";
|
|
4249
|
-
};
|
|
4250
|
-
};
|
|
4251
|
-
mb: (value: {
|
|
4252
|
-
readonly [$$PropertyValue]: "marginBottom";
|
|
4253
|
-
}) => {
|
|
4254
|
-
marginBottom: {
|
|
4255
|
-
readonly [$$PropertyValue]: "marginBottom";
|
|
4256
|
-
};
|
|
4257
|
-
};
|
|
4258
|
-
ml: (value: {
|
|
4259
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
4260
|
-
}) => {
|
|
4261
|
-
marginLeft: {
|
|
4262
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
4263
|
-
};
|
|
4264
|
-
};
|
|
4265
|
-
mx: (value: {
|
|
4266
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
4267
|
-
}) => {
|
|
4268
|
-
marginLeft: {
|
|
4269
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
4270
|
-
};
|
|
4271
|
-
marginRight: {
|
|
4272
|
-
readonly [$$PropertyValue]: "marginLeft";
|
|
4273
|
-
};
|
|
4274
|
-
};
|
|
4275
|
-
my: (value: {
|
|
4276
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
4277
|
-
}) => {
|
|
4278
|
-
marginTop: {
|
|
4279
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
4280
|
-
};
|
|
4281
|
-
marginBottom: {
|
|
4282
|
-
readonly [$$PropertyValue]: "marginTop";
|
|
4283
|
-
};
|
|
4284
|
-
};
|
|
4285
|
-
ta: (value: {
|
|
4286
|
-
readonly [$$PropertyValue]: "textAlign";
|
|
4287
|
-
}) => {
|
|
4288
|
-
textAlign: {
|
|
4289
|
-
readonly [$$PropertyValue]: "textAlign";
|
|
4290
|
-
};
|
|
4291
|
-
};
|
|
4292
|
-
tt: (value: {
|
|
4293
|
-
readonly [$$PropertyValue]: "textTransform";
|
|
4294
|
-
}) => {
|
|
4295
|
-
textTransform: {
|
|
4296
|
-
readonly [$$PropertyValue]: "textTransform";
|
|
4297
|
-
};
|
|
4298
|
-
};
|
|
4299
|
-
to: (value: {
|
|
4300
|
-
readonly [$$PropertyValue]: "textOverflow";
|
|
4301
|
-
}) => {
|
|
4302
|
-
textOverflow: {
|
|
4303
|
-
readonly [$$PropertyValue]: "textOverflow";
|
|
4304
|
-
};
|
|
4305
|
-
};
|
|
4306
|
-
d: (value: {
|
|
4307
|
-
readonly [$$PropertyValue]: "display";
|
|
4308
|
-
}) => {
|
|
4309
|
-
display: {
|
|
4310
|
-
readonly [$$PropertyValue]: "display";
|
|
4311
|
-
};
|
|
4312
|
-
};
|
|
4313
|
-
dflex: (value: {
|
|
4314
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
4315
|
-
}) => {
|
|
4316
|
-
display: string;
|
|
4317
|
-
alignItems: {
|
|
4318
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
4319
|
-
};
|
|
4320
|
-
justifyContent: {
|
|
4321
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
4322
|
-
};
|
|
4323
|
-
};
|
|
4324
|
-
fd: (value: {
|
|
4325
|
-
readonly [$$PropertyValue]: "flexDirection";
|
|
4326
|
-
}) => {
|
|
4327
|
-
flexDirection: {
|
|
4328
|
-
readonly [$$PropertyValue]: "flexDirection";
|
|
4329
|
-
};
|
|
4330
|
-
};
|
|
4331
|
-
fw: (value: {
|
|
4332
|
-
readonly [$$PropertyValue]: "flexWrap";
|
|
4333
|
-
}) => {
|
|
4334
|
-
flexWrap: {
|
|
4335
|
-
readonly [$$PropertyValue]: "flexWrap";
|
|
4336
|
-
};
|
|
4337
|
-
};
|
|
4338
|
-
ai: (value: {
|
|
4339
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
4340
|
-
}) => {
|
|
4341
|
-
alignItems: {
|
|
4342
|
-
readonly [$$PropertyValue]: "alignItems";
|
|
4343
|
-
};
|
|
4344
|
-
};
|
|
4345
|
-
ac: (value: {
|
|
4346
|
-
readonly [$$PropertyValue]: "alignContent";
|
|
4347
|
-
}) => {
|
|
4348
|
-
alignContent: {
|
|
4349
|
-
readonly [$$PropertyValue]: "alignContent";
|
|
4350
|
-
};
|
|
4351
|
-
};
|
|
4352
|
-
jc: (value: {
|
|
4353
|
-
readonly [$$PropertyValue]: "justifyContent";
|
|
4354
|
-
}) => {
|
|
4355
|
-
justifyContent: {
|
|
4356
|
-
readonly [$$PropertyValue]: "justifyContent";
|
|
4357
|
-
};
|
|
4358
|
-
};
|
|
4359
|
-
as: (value: {
|
|
4360
|
-
readonly [$$PropertyValue]: "alignSelf";
|
|
4361
|
-
}) => {
|
|
4362
|
-
alignSelf: {
|
|
4363
|
-
readonly [$$PropertyValue]: "alignSelf";
|
|
4364
|
-
};
|
|
4365
|
-
};
|
|
4366
|
-
fg: (value: {
|
|
4367
|
-
readonly [$$PropertyValue]: "flexGrow";
|
|
4368
|
-
}) => {
|
|
4369
|
-
flexGrow: {
|
|
4370
|
-
readonly [$$PropertyValue]: "flexGrow";
|
|
4371
|
-
};
|
|
4372
|
-
};
|
|
4373
|
-
fs: (value: {
|
|
4374
|
-
readonly [$$PropertyValue]: "fontSize";
|
|
4375
|
-
}) => {
|
|
4376
|
-
fontSize: {
|
|
4377
|
-
readonly [$$PropertyValue]: "fontSize";
|
|
4378
|
-
};
|
|
4379
|
-
};
|
|
4380
|
-
fb: (value: {
|
|
4381
|
-
readonly [$$PropertyValue]: "flexBasis";
|
|
4382
|
-
}) => {
|
|
4383
|
-
flexBasis: {
|
|
4384
|
-
readonly [$$PropertyValue]: "flexBasis";
|
|
4385
|
-
};
|
|
4386
|
-
};
|
|
4387
|
-
bc: (value: {
|
|
4388
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4389
|
-
}) => {
|
|
4390
|
-
backgroundColor: {
|
|
4391
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4392
|
-
};
|
|
4393
|
-
};
|
|
4394
|
-
bf: (value: {
|
|
4395
|
-
readonly [$$PropertyValue]: "backdropFilter";
|
|
4396
|
-
}) => {
|
|
4397
|
-
backdropFilter: {
|
|
4398
|
-
readonly [$$PropertyValue]: "backdropFilter";
|
|
4399
|
-
};
|
|
4400
|
-
};
|
|
4401
|
-
bg: (value: {
|
|
4402
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4403
|
-
}) => {
|
|
4404
|
-
background: {
|
|
4405
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4406
|
-
};
|
|
4407
|
-
};
|
|
4408
|
-
bgBlur: (value: {
|
|
4409
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4410
|
-
}) => {
|
|
4411
|
-
bf: string;
|
|
4412
|
-
bg: string;
|
|
4413
|
-
};
|
|
4414
|
-
bgColor: (value: {
|
|
4415
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4416
|
-
}) => {
|
|
4417
|
-
backgroundColor: {
|
|
4418
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4419
|
-
};
|
|
4420
|
-
};
|
|
4421
|
-
backgroundClip: (value: {
|
|
4422
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
4423
|
-
}) => {
|
|
4424
|
-
WebkitBackgroundClip: {
|
|
4425
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
4426
|
-
};
|
|
4427
|
-
backgroundClip: {
|
|
4428
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
4429
|
-
};
|
|
4430
|
-
};
|
|
4431
|
-
bgClip: (value: {
|
|
4432
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
4433
|
-
}) => {
|
|
4434
|
-
WebkitBackgroundClip: {
|
|
4435
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
4436
|
-
};
|
|
4437
|
-
backgroundClip: {
|
|
4438
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
|
4439
|
-
};
|
|
4440
|
-
};
|
|
4441
|
-
br: (value: {
|
|
4442
|
-
readonly [$$PropertyValue]: "borderRadius";
|
|
4443
|
-
}) => {
|
|
4444
|
-
borderRadius: {
|
|
4445
|
-
readonly [$$PropertyValue]: "borderRadius";
|
|
4446
|
-
};
|
|
4447
|
-
};
|
|
4448
|
-
bw: (value: {
|
|
4449
|
-
readonly [$$PropertyValue]: "borderWidth";
|
|
4450
|
-
}) => {
|
|
4451
|
-
borderWidth: {
|
|
4452
|
-
readonly [$$PropertyValue]: "borderWidth";
|
|
4453
|
-
};
|
|
4454
|
-
};
|
|
4455
|
-
btrr: (value: {
|
|
4456
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
4457
|
-
}) => {
|
|
4458
|
-
borderTopRightRadius: {
|
|
4459
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
4460
|
-
};
|
|
4461
|
-
};
|
|
4462
|
-
bbrr: (value: {
|
|
4463
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
4464
|
-
}) => {
|
|
4465
|
-
borderBottomRightRadius: {
|
|
4466
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
4467
|
-
};
|
|
4468
|
-
};
|
|
4469
|
-
bblr: (value: {
|
|
4470
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
4471
|
-
}) => {
|
|
4472
|
-
borderBottomLeftRadius: {
|
|
4473
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
4474
|
-
};
|
|
4475
|
-
};
|
|
4476
|
-
btlr: (value: {
|
|
4477
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
4478
|
-
}) => {
|
|
4479
|
-
borderTopLeftRadius: {
|
|
4480
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
4481
|
-
};
|
|
4482
|
-
};
|
|
4483
|
-
bs: (value: {
|
|
4484
|
-
readonly [$$PropertyValue]: "boxShadow";
|
|
4485
|
-
}) => {
|
|
4486
|
-
boxShadow: {
|
|
4487
|
-
readonly [$$PropertyValue]: "boxShadow";
|
|
4488
|
-
};
|
|
4489
|
-
};
|
|
4490
|
-
normalShadow: (value: {
|
|
4491
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4492
|
-
}) => {
|
|
4493
|
-
boxShadow: string;
|
|
4494
|
-
};
|
|
4495
|
-
normalShadowVar: (value: {
|
|
4496
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
|
4497
|
-
}) => {
|
|
4498
|
-
boxShadow: string;
|
|
4499
|
-
};
|
|
4500
|
-
lh: (value: {
|
|
4501
|
-
readonly [$$PropertyValue]: "lineHeight";
|
|
4502
|
-
}) => {
|
|
4503
|
-
lineHeight: {
|
|
4504
|
-
readonly [$$PropertyValue]: "lineHeight";
|
|
4505
|
-
};
|
|
4506
|
-
};
|
|
4507
|
-
ov: (value: {
|
|
4508
|
-
readonly [$$PropertyValue]: "overflow";
|
|
4509
|
-
}) => {
|
|
4510
|
-
overflow: {
|
|
4511
|
-
readonly [$$PropertyValue]: "overflow";
|
|
4512
|
-
};
|
|
4513
|
-
};
|
|
4514
|
-
ox: (value: {
|
|
4515
|
-
readonly [$$PropertyValue]: "overflowX";
|
|
4516
|
-
}) => {
|
|
4517
|
-
overflowX: {
|
|
4518
|
-
readonly [$$PropertyValue]: "overflowX";
|
|
4519
|
-
};
|
|
4520
|
-
};
|
|
4521
|
-
oy: (value: {
|
|
4522
|
-
readonly [$$PropertyValue]: "overflowY";
|
|
4523
|
-
}) => {
|
|
4524
|
-
overflowY: {
|
|
4525
|
-
readonly [$$PropertyValue]: "overflowY";
|
|
4526
|
-
};
|
|
4527
|
-
};
|
|
4528
|
-
pe: (value: {
|
|
4529
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
4530
|
-
}) => {
|
|
4531
|
-
pointerEvents: {
|
|
4532
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
4533
|
-
};
|
|
4534
|
-
};
|
|
4535
|
-
events: (value: {
|
|
4536
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
4537
|
-
}) => {
|
|
4538
|
-
pointerEvents: {
|
|
4539
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
|
4540
|
-
};
|
|
4541
|
-
};
|
|
4542
|
-
us: (value: {
|
|
4543
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
4544
|
-
}) => {
|
|
4545
|
-
WebkitUserSelect: {
|
|
4546
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
4547
|
-
};
|
|
4548
|
-
userSelect: {
|
|
4549
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
4550
|
-
};
|
|
4551
|
-
};
|
|
4552
|
-
userSelect: (value: {
|
|
4553
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
4554
|
-
}) => {
|
|
4555
|
-
WebkitUserSelect: {
|
|
4556
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
4557
|
-
};
|
|
4558
|
-
userSelect: {
|
|
4559
|
-
readonly [$$PropertyValue]: "userSelect";
|
|
4560
|
-
};
|
|
4561
|
-
};
|
|
4562
|
-
w: (value: {
|
|
4563
|
-
readonly [$$PropertyValue]: "width";
|
|
4564
|
-
}) => {
|
|
4565
|
-
width: {
|
|
4566
|
-
readonly [$$PropertyValue]: "width";
|
|
4567
|
-
};
|
|
4568
|
-
};
|
|
4569
|
-
h: (value: {
|
|
4570
|
-
readonly [$$PropertyValue]: "height";
|
|
4571
|
-
}) => {
|
|
4572
|
-
height: {
|
|
4573
|
-
readonly [$$PropertyValue]: "height";
|
|
4574
|
-
};
|
|
4575
|
-
};
|
|
4576
|
-
mw: (value: {
|
|
4577
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
4578
|
-
}) => {
|
|
4579
|
-
maxWidth: {
|
|
4580
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
4581
|
-
};
|
|
4582
|
-
};
|
|
4583
|
-
maxW: (value: {
|
|
4584
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
4585
|
-
}) => {
|
|
4586
|
-
maxWidth: {
|
|
4587
|
-
readonly [$$PropertyValue]: "maxWidth";
|
|
4588
|
-
};
|
|
4589
|
-
};
|
|
4590
|
-
mh: (value: {
|
|
4591
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
4592
|
-
}) => {
|
|
4593
|
-
maxHeight: {
|
|
4594
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
4595
|
-
};
|
|
4596
|
-
};
|
|
4597
|
-
maxH: (value: {
|
|
4598
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
4599
|
-
}) => {
|
|
4600
|
-
maxHeight: {
|
|
4601
|
-
readonly [$$PropertyValue]: "maxHeight";
|
|
4602
|
-
};
|
|
4603
|
-
};
|
|
4604
|
-
size: (value: {
|
|
4605
|
-
readonly [$$PropertyValue]: "width";
|
|
4606
|
-
}) => {
|
|
4607
|
-
width: {
|
|
4608
|
-
readonly [$$PropertyValue]: "width";
|
|
4609
|
-
};
|
|
4610
|
-
height: {
|
|
4611
|
-
readonly [$$PropertyValue]: "width";
|
|
4612
|
-
};
|
|
4613
|
-
};
|
|
4614
|
-
minSize: (value: {
|
|
4615
|
-
readonly [$$PropertyValue]: "width";
|
|
4616
|
-
}) => {
|
|
4617
|
-
minWidth: {
|
|
4618
|
-
readonly [$$PropertyValue]: "width";
|
|
4619
|
-
};
|
|
4620
|
-
minHeight: {
|
|
4621
|
-
readonly [$$PropertyValue]: "width";
|
|
4622
|
-
};
|
|
4623
|
-
width: {
|
|
4624
|
-
readonly [$$PropertyValue]: "width";
|
|
4625
|
-
};
|
|
4626
|
-
height: {
|
|
4627
|
-
readonly [$$PropertyValue]: "width";
|
|
4628
|
-
};
|
|
4629
|
-
};
|
|
4630
|
-
sizeMin: (value: {
|
|
4631
|
-
readonly [$$PropertyValue]: "width";
|
|
4632
|
-
}) => {
|
|
4633
|
-
minWidth: {
|
|
4634
|
-
readonly [$$PropertyValue]: "width";
|
|
4635
|
-
};
|
|
4636
|
-
minHeight: {
|
|
4637
|
-
readonly [$$PropertyValue]: "width";
|
|
4638
|
-
};
|
|
4639
|
-
width: {
|
|
4640
|
-
readonly [$$PropertyValue]: "width";
|
|
4641
|
-
};
|
|
4642
|
-
height: {
|
|
4643
|
-
readonly [$$PropertyValue]: "width";
|
|
4644
|
-
};
|
|
4645
|
-
};
|
|
4646
|
-
maxSize: (value: {
|
|
4647
|
-
readonly [$$PropertyValue]: "width";
|
|
4648
|
-
}) => {
|
|
4649
|
-
maxWidth: {
|
|
4650
|
-
readonly [$$PropertyValue]: "width";
|
|
4651
|
-
};
|
|
4652
|
-
maxHeight: {
|
|
4653
|
-
readonly [$$PropertyValue]: "width";
|
|
4654
|
-
};
|
|
4655
|
-
};
|
|
4656
|
-
sizeMax: (value: {
|
|
4657
|
-
readonly [$$PropertyValue]: "width";
|
|
4658
|
-
}) => {
|
|
4659
|
-
maxWidth: {
|
|
4660
|
-
readonly [$$PropertyValue]: "width";
|
|
4661
|
-
};
|
|
4662
|
-
maxHeight: {
|
|
4663
|
-
readonly [$$PropertyValue]: "width";
|
|
4664
|
-
};
|
|
4665
|
-
};
|
|
4666
|
-
appearance: (value: {
|
|
4667
|
-
readonly [$$PropertyValue]: "appearance";
|
|
4668
|
-
}) => {
|
|
4669
|
-
WebkitAppearance: {
|
|
4670
|
-
readonly [$$PropertyValue]: "appearance";
|
|
4671
|
-
};
|
|
4672
|
-
appearance: {
|
|
4673
|
-
readonly [$$PropertyValue]: "appearance";
|
|
4674
|
-
};
|
|
4675
|
-
};
|
|
4676
|
-
scale: (value: {
|
|
4677
|
-
readonly [$$PropertyValue]: "scale";
|
|
4678
|
-
}) => {
|
|
4679
|
-
transform: string;
|
|
4680
|
-
};
|
|
4681
|
-
linearGradient: (value: {
|
|
4682
|
-
readonly [$$PropertyValue]: "backgroundImage";
|
|
4683
|
-
}) => {
|
|
4684
|
-
backgroundImage: string;
|
|
4685
|
-
};
|
|
4686
|
-
tdl: (value: {
|
|
4687
|
-
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4688
|
-
}) => {
|
|
4689
|
-
textDecorationLine: {
|
|
4690
|
-
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4691
|
-
};
|
|
4692
|
-
};
|
|
4693
|
-
textGradient: (value: {
|
|
4694
|
-
readonly [$$PropertyValue]: "backgroundImage";
|
|
4695
|
-
}) => {
|
|
4696
|
-
backgroundImage: string;
|
|
4697
|
-
WebkitBackgroundClip: string;
|
|
4698
|
-
WebkitTextFillColor: string;
|
|
4699
|
-
'&::selection': {
|
|
4700
|
-
WebkitTextFillColor: string;
|
|
4701
|
-
};
|
|
4702
|
-
};
|
|
4703
|
-
}>>;
|
|
4704
|
-
export declare const StyledCheckboxText: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
4705
|
-
color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
4706
|
-
line?: boolean | "true" | undefined;
|
|
4707
|
-
checked?: boolean | "true" | undefined;
|
|
4708
|
-
disabled?: boolean | "true" | undefined;
|
|
4709
|
-
animated?: boolean | "false" | undefined;
|
|
4710
|
-
}, {
|
|
4711
|
-
xs: string;
|
|
4712
|
-
sm: string;
|
|
4713
|
-
md: string;
|
|
4714
|
-
lg: string;
|
|
4715
|
-
xl: string;
|
|
4716
|
-
xsMax: string;
|
|
4717
|
-
smMax: string;
|
|
4718
|
-
mdMax: string;
|
|
4719
|
-
lgMax: string;
|
|
4720
|
-
xlMax: string;
|
|
4721
|
-
motion: string;
|
|
4722
|
-
safari: string;
|
|
4723
|
-
hover: string;
|
|
4724
|
-
dark: string;
|
|
4725
|
-
light: string;
|
|
4726
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
4727
|
-
xs: string;
|
|
4728
|
-
sm: string;
|
|
4729
|
-
md: string;
|
|
4730
|
-
lg: string;
|
|
4731
|
-
xl: string;
|
|
4732
|
-
xsMax: string;
|
|
4733
|
-
smMax: string;
|
|
4734
|
-
mdMax: string;
|
|
4735
|
-
lgMax: string;
|
|
4736
|
-
xlMax: string;
|
|
4737
|
-
motion: string;
|
|
4738
|
-
safari: string;
|
|
4739
|
-
hover: string;
|
|
4740
|
-
dark: string;
|
|
4741
|
-
light: string;
|
|
4742
|
-
}, {
|
|
4743
|
-
shadows: {
|
|
4744
|
-
xs: string;
|
|
4745
|
-
sm: string;
|
|
4746
|
-
md: string;
|
|
4747
|
-
lg: string;
|
|
4748
|
-
xl: string;
|
|
4749
|
-
};
|
|
4750
|
-
colors: {
|
|
4751
|
-
accents1: string;
|
|
4752
|
-
accents2: string;
|
|
4753
|
-
accents3: string;
|
|
4754
|
-
accents4: string;
|
|
4755
|
-
accents5: string;
|
|
4756
|
-
accents6: string;
|
|
4757
|
-
accents7: string;
|
|
4758
|
-
accents8: string;
|
|
4759
|
-
accents9: string;
|
|
4760
|
-
background: string;
|
|
4761
|
-
foreground: string;
|
|
4762
|
-
backgroundContrast: string;
|
|
4763
|
-
text: string;
|
|
4764
|
-
codeLight: string;
|
|
4765
|
-
code: string;
|
|
4766
|
-
border: string;
|
|
4767
|
-
selection: string;
|
|
4768
|
-
white: string;
|
|
4769
|
-
black: string;
|
|
4770
|
-
blue100: string;
|
|
4771
|
-
blue200: string;
|
|
4772
|
-
blue300: string;
|
|
4773
|
-
blue400: string;
|
|
4774
|
-
blue500: string;
|
|
4775
|
-
blue600: string;
|
|
4776
|
-
blue700: string;
|
|
4777
|
-
blue800: string;
|
|
4778
|
-
blue900: string;
|
|
4779
|
-
purple100: string;
|
|
4780
|
-
purple200: string;
|
|
4781
|
-
purple300: string;
|
|
4782
|
-
purple400: string;
|
|
4783
|
-
purple500: string;
|
|
4784
|
-
purple600: string;
|
|
4785
|
-
purple700: string;
|
|
4786
|
-
purple800: string;
|
|
4787
|
-
purple900: string;
|
|
4788
|
-
green100: string;
|
|
4789
|
-
green200: string;
|
|
4790
|
-
green300: string;
|
|
4791
|
-
green400: string;
|
|
4792
|
-
green500: string;
|
|
4793
|
-
green600: string;
|
|
4794
|
-
green700: string;
|
|
4795
|
-
green800: string;
|
|
4796
|
-
green900: string;
|
|
4797
|
-
yellow100: string;
|
|
4798
|
-
yellow200: string;
|
|
4799
|
-
yellow300: string;
|
|
4800
|
-
yellow400: string;
|
|
4801
|
-
yellow500: string;
|
|
4802
|
-
yellow600: string;
|
|
4803
|
-
yellow700: string;
|
|
4804
|
-
yellow800: string;
|
|
4805
|
-
yellow900: string;
|
|
4806
|
-
red100: string;
|
|
4807
|
-
red200: string;
|
|
4808
|
-
red300: string;
|
|
4809
|
-
red400: string;
|
|
4810
|
-
red500: string;
|
|
4811
|
-
red600: string;
|
|
4812
|
-
red700: string;
|
|
4813
|
-
red800: string;
|
|
4814
|
-
red900: string;
|
|
4815
|
-
cyan100: string;
|
|
4816
|
-
cyan200: string;
|
|
4817
|
-
cyan300: string;
|
|
4818
|
-
cyan400: string;
|
|
4819
|
-
cyan500: string;
|
|
4820
|
-
cyan600: string;
|
|
4821
|
-
cyan700: string;
|
|
4822
|
-
cyan800: string;
|
|
4823
|
-
cyan900: string;
|
|
3979
|
+
pink50: string;
|
|
4824
3980
|
pink100: string;
|
|
4825
3981
|
pink200: string;
|
|
4826
3982
|
pink300: string;
|
|
@@ -4830,37 +3986,133 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
|
|
|
4830
3986
|
pink700: string;
|
|
4831
3987
|
pink800: string;
|
|
4832
3988
|
pink900: string;
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
3989
|
+
cyan50: string;
|
|
3990
|
+
cyan100: string;
|
|
3991
|
+
cyan200: string;
|
|
3992
|
+
cyan300: string;
|
|
3993
|
+
cyan400: string;
|
|
3994
|
+
cyan500: string;
|
|
3995
|
+
cyan600: string;
|
|
3996
|
+
cyan700: string;
|
|
3997
|
+
cyan800: string;
|
|
3998
|
+
cyan900: string;
|
|
3999
|
+
red50: string;
|
|
4000
|
+
red100: string;
|
|
4001
|
+
red200: string;
|
|
4002
|
+
red300: string;
|
|
4003
|
+
red400: string;
|
|
4004
|
+
red500: string;
|
|
4005
|
+
red600: string;
|
|
4006
|
+
red700: string;
|
|
4007
|
+
red800: string;
|
|
4008
|
+
red900: string;
|
|
4009
|
+
yellow50: string;
|
|
4010
|
+
yellow100: string;
|
|
4011
|
+
yellow200: string;
|
|
4012
|
+
yellow300: string;
|
|
4013
|
+
yellow400: string;
|
|
4014
|
+
yellow500: string;
|
|
4015
|
+
yellow600: string;
|
|
4016
|
+
yellow700: string;
|
|
4017
|
+
yellow800: string;
|
|
4018
|
+
yellow900: string;
|
|
4019
|
+
green50: string;
|
|
4020
|
+
green100: string;
|
|
4021
|
+
green200: string;
|
|
4022
|
+
green300: string;
|
|
4023
|
+
green400: string;
|
|
4024
|
+
green500: string;
|
|
4025
|
+
green600: string;
|
|
4026
|
+
green700: string;
|
|
4027
|
+
green800: string;
|
|
4028
|
+
green900: string;
|
|
4029
|
+
purple50: string;
|
|
4030
|
+
purple100: string;
|
|
4031
|
+
purple200: string;
|
|
4032
|
+
purple300: string;
|
|
4033
|
+
purple400: string;
|
|
4034
|
+
purple500: string;
|
|
4035
|
+
purple600: string;
|
|
4036
|
+
purple700: string;
|
|
4037
|
+
purple800: string;
|
|
4038
|
+
purple900: string;
|
|
4039
|
+
blue50: string;
|
|
4040
|
+
blue100: string;
|
|
4041
|
+
blue200: string;
|
|
4042
|
+
blue300: string;
|
|
4043
|
+
blue400: string;
|
|
4044
|
+
blue500: string;
|
|
4045
|
+
blue600: string;
|
|
4046
|
+
blue700: string;
|
|
4047
|
+
blue800: string;
|
|
4048
|
+
blue900: string;
|
|
4049
|
+
background: string;
|
|
4050
|
+
foreground: string;
|
|
4051
|
+
backgroundContrast: string;
|
|
4052
|
+
white: string;
|
|
4053
|
+
black: string;
|
|
4842
4054
|
primaryLight: string;
|
|
4055
|
+
primaryLightHover: string;
|
|
4056
|
+
primaryLightActive: string;
|
|
4057
|
+
primaryLightContrast: string;
|
|
4843
4058
|
primary: string;
|
|
4844
|
-
|
|
4059
|
+
primaryBorder: string;
|
|
4060
|
+
primaryBorderHover: string;
|
|
4061
|
+
primarySolidHover: string;
|
|
4062
|
+
primarySolidContrast: string;
|
|
4845
4063
|
primaryShadow: string;
|
|
4846
4064
|
secondaryLight: string;
|
|
4065
|
+
secondaryLightHover: string;
|
|
4066
|
+
secondaryLightActive: string;
|
|
4067
|
+
secondaryLightContrast: string;
|
|
4847
4068
|
secondary: string;
|
|
4848
|
-
|
|
4069
|
+
secondaryBorder: string;
|
|
4070
|
+
secondaryBorderHover: string;
|
|
4071
|
+
secondarySolidHover: string;
|
|
4072
|
+
secondarySolidContrast: string;
|
|
4849
4073
|
secondaryShadow: string;
|
|
4850
4074
|
successLight: string;
|
|
4075
|
+
successLightHover: string;
|
|
4076
|
+
successLightActive: string;
|
|
4077
|
+
successLightContrast: string;
|
|
4851
4078
|
success: string;
|
|
4852
|
-
|
|
4079
|
+
successBorder: string;
|
|
4080
|
+
successBorderHover: string;
|
|
4081
|
+
successSolidHover: string;
|
|
4082
|
+
successSolidContrast: string;
|
|
4853
4083
|
successShadow: string;
|
|
4854
4084
|
warningLight: string;
|
|
4085
|
+
warningLightHover: string;
|
|
4086
|
+
warningLightActive: string;
|
|
4087
|
+
warningLightContrast: string;
|
|
4855
4088
|
warning: string;
|
|
4856
|
-
|
|
4089
|
+
warningBorder: string;
|
|
4090
|
+
warningBorderHover: string;
|
|
4091
|
+
warningSolidHover: string;
|
|
4092
|
+
warningSolidContrast: string;
|
|
4857
4093
|
warningShadow: string;
|
|
4858
4094
|
errorLight: string;
|
|
4095
|
+
errorLightHover: string;
|
|
4096
|
+
errorLightActive: string;
|
|
4097
|
+
errorLightContrast: string;
|
|
4859
4098
|
error: string;
|
|
4860
|
-
|
|
4099
|
+
errorBorder: string;
|
|
4100
|
+
errorBorderHover: string;
|
|
4101
|
+
errorSolidHover: string;
|
|
4102
|
+
errorSolidContrast: string;
|
|
4861
4103
|
errorShadow: string;
|
|
4862
4104
|
gradient: string;
|
|
4863
|
-
|
|
4105
|
+
accents0: string;
|
|
4106
|
+
accents1: string;
|
|
4107
|
+
accents2: string;
|
|
4108
|
+
accents3: string;
|
|
4109
|
+
accents4: string;
|
|
4110
|
+
accents5: string;
|
|
4111
|
+
accents6: string;
|
|
4112
|
+
accents7: string;
|
|
4113
|
+
accents8: string;
|
|
4114
|
+
accents9: string;
|
|
4115
|
+
border: string;
|
|
4864
4116
|
};
|
|
4865
4117
|
fonts: {
|
|
4866
4118
|
sans: string;
|
|
@@ -5643,94 +4895,12 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
|
|
|
5643
4895
|
};
|
|
5644
4896
|
};
|
|
5645
4897
|
}>>;
|
|
5646
|
-
export declare const
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
'.nextui-checkbox-input': {
|
|
5653
|
-
position: string;
|
|
5654
|
-
width: string;
|
|
5655
|
-
height: string;
|
|
5656
|
-
top: string;
|
|
5657
|
-
left: string;
|
|
5658
|
-
margin: string;
|
|
5659
|
-
padding: string;
|
|
5660
|
-
opacity: number;
|
|
5661
|
-
zIndex: string;
|
|
5662
|
-
cursor: string;
|
|
5663
|
-
'&:disabled': {
|
|
5664
|
-
cursor: string;
|
|
5665
|
-
};
|
|
5666
|
-
};
|
|
5667
|
-
'@motion': {
|
|
5668
|
-
transition: string;
|
|
5669
|
-
};
|
|
5670
|
-
variants: {
|
|
5671
|
-
color: {
|
|
5672
|
-
default: {
|
|
5673
|
-
$$checkboxColor: string;
|
|
5674
|
-
$$checkboxColorHover: string;
|
|
5675
|
-
};
|
|
5676
|
-
primary: {
|
|
5677
|
-
$$checkboxColor: string;
|
|
5678
|
-
$$checkboxColorHover: string;
|
|
5679
|
-
};
|
|
5680
|
-
secondary: {
|
|
5681
|
-
$$checkboxColor: string;
|
|
5682
|
-
$$checkboxColorHover: string;
|
|
5683
|
-
};
|
|
5684
|
-
success: {
|
|
5685
|
-
$$checkboxColor: string;
|
|
5686
|
-
$$checkboxColorHover: string;
|
|
5687
|
-
};
|
|
5688
|
-
warning: {
|
|
5689
|
-
$$checkboxColor: string;
|
|
5690
|
-
$$checkboxColorHover: string;
|
|
5691
|
-
};
|
|
5692
|
-
error: {
|
|
5693
|
-
$$checkboxColor: string;
|
|
5694
|
-
$$checkboxColorHover: string;
|
|
5695
|
-
};
|
|
5696
|
-
gradient: {
|
|
5697
|
-
$$checkboxColor: string;
|
|
5698
|
-
$$checkboxColorHover: string;
|
|
5699
|
-
};
|
|
5700
|
-
};
|
|
5701
|
-
rounded: {
|
|
5702
|
-
true: {
|
|
5703
|
-
br: string;
|
|
5704
|
-
};
|
|
5705
|
-
};
|
|
5706
|
-
disabled: {
|
|
5707
|
-
true: {
|
|
5708
|
-
opacity: number;
|
|
5709
|
-
cursor: string;
|
|
5710
|
-
};
|
|
5711
|
-
};
|
|
5712
|
-
animated: {
|
|
5713
|
-
false: {
|
|
5714
|
-
transition: string;
|
|
5715
|
-
};
|
|
5716
|
-
};
|
|
5717
|
-
isHovered: {
|
|
5718
|
-
true: {
|
|
5719
|
-
[x: string]: {
|
|
5720
|
-
bg: string;
|
|
5721
|
-
border: string;
|
|
5722
|
-
} | {
|
|
5723
|
-
bg: string;
|
|
5724
|
-
border?: undefined;
|
|
5725
|
-
};
|
|
5726
|
-
};
|
|
5727
|
-
};
|
|
5728
|
-
};
|
|
5729
|
-
defaultVariants: {
|
|
5730
|
-
color: "default";
|
|
5731
|
-
};
|
|
5732
|
-
}, import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
5733
|
-
isFocusVisible?: boolean | "true" | "false" | undefined;
|
|
4898
|
+
export declare const StyledCheckboxText: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
4899
|
+
color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
4900
|
+
lineThrough?: boolean | "true" | undefined;
|
|
4901
|
+
isChecked?: boolean | "true" | undefined;
|
|
4902
|
+
isDisabled?: boolean | "true" | undefined;
|
|
4903
|
+
disableAnimation?: boolean | "true" | undefined;
|
|
5734
4904
|
}, {
|
|
5735
4905
|
xs: string;
|
|
5736
4906
|
sm: string;
|
|
@@ -5772,88 +4942,12 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
5772
4942
|
xl: string;
|
|
5773
4943
|
};
|
|
5774
4944
|
colors: {
|
|
5775
|
-
accents1: string;
|
|
5776
|
-
accents2: string;
|
|
5777
|
-
accents3: string;
|
|
5778
|
-
accents4: string;
|
|
5779
|
-
accents5: string;
|
|
5780
|
-
accents6: string;
|
|
5781
|
-
accents7: string;
|
|
5782
|
-
accents8: string;
|
|
5783
|
-
accents9: string;
|
|
5784
|
-
background: string;
|
|
5785
|
-
foreground: string;
|
|
5786
|
-
backgroundContrast: string;
|
|
5787
4945
|
text: string;
|
|
4946
|
+
link: string;
|
|
5788
4947
|
codeLight: string;
|
|
5789
4948
|
code: string;
|
|
5790
|
-
border: string;
|
|
5791
4949
|
selection: string;
|
|
5792
|
-
|
|
5793
|
-
black: string;
|
|
5794
|
-
blue100: string;
|
|
5795
|
-
blue200: string;
|
|
5796
|
-
blue300: string;
|
|
5797
|
-
blue400: string;
|
|
5798
|
-
blue500: string;
|
|
5799
|
-
blue600: string;
|
|
5800
|
-
blue700: string;
|
|
5801
|
-
blue800: string;
|
|
5802
|
-
blue900: string;
|
|
5803
|
-
purple100: string;
|
|
5804
|
-
purple200: string;
|
|
5805
|
-
purple300: string;
|
|
5806
|
-
purple400: string;
|
|
5807
|
-
purple500: string;
|
|
5808
|
-
purple600: string;
|
|
5809
|
-
purple700: string;
|
|
5810
|
-
purple800: string;
|
|
5811
|
-
purple900: string;
|
|
5812
|
-
green100: string;
|
|
5813
|
-
green200: string;
|
|
5814
|
-
green300: string;
|
|
5815
|
-
green400: string;
|
|
5816
|
-
green500: string;
|
|
5817
|
-
green600: string;
|
|
5818
|
-
green700: string;
|
|
5819
|
-
green800: string;
|
|
5820
|
-
green900: string;
|
|
5821
|
-
yellow100: string;
|
|
5822
|
-
yellow200: string;
|
|
5823
|
-
yellow300: string;
|
|
5824
|
-
yellow400: string;
|
|
5825
|
-
yellow500: string;
|
|
5826
|
-
yellow600: string;
|
|
5827
|
-
yellow700: string;
|
|
5828
|
-
yellow800: string;
|
|
5829
|
-
yellow900: string;
|
|
5830
|
-
red100: string;
|
|
5831
|
-
red200: string;
|
|
5832
|
-
red300: string;
|
|
5833
|
-
red400: string;
|
|
5834
|
-
red500: string;
|
|
5835
|
-
red600: string;
|
|
5836
|
-
red700: string;
|
|
5837
|
-
red800: string;
|
|
5838
|
-
red900: string;
|
|
5839
|
-
cyan100: string;
|
|
5840
|
-
cyan200: string;
|
|
5841
|
-
cyan300: string;
|
|
5842
|
-
cyan400: string;
|
|
5843
|
-
cyan500: string;
|
|
5844
|
-
cyan600: string;
|
|
5845
|
-
cyan700: string;
|
|
5846
|
-
cyan800: string;
|
|
5847
|
-
cyan900: string;
|
|
5848
|
-
pink100: string;
|
|
5849
|
-
pink200: string;
|
|
5850
|
-
pink300: string;
|
|
5851
|
-
pink400: string;
|
|
5852
|
-
pink500: string;
|
|
5853
|
-
pink600: string;
|
|
5854
|
-
pink700: string;
|
|
5855
|
-
pink800: string;
|
|
5856
|
-
pink900: string;
|
|
4950
|
+
gray50: string;
|
|
5857
4951
|
gray100: string;
|
|
5858
4952
|
gray200: string;
|
|
5859
4953
|
gray300: string;
|
|
@@ -5863,28 +4957,143 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
5863
4957
|
gray700: string;
|
|
5864
4958
|
gray800: string;
|
|
5865
4959
|
gray900: string;
|
|
4960
|
+
pink50: string;
|
|
4961
|
+
pink100: string;
|
|
4962
|
+
pink200: string;
|
|
4963
|
+
pink300: string;
|
|
4964
|
+
pink400: string;
|
|
4965
|
+
pink500: string;
|
|
4966
|
+
pink600: string;
|
|
4967
|
+
pink700: string;
|
|
4968
|
+
pink800: string;
|
|
4969
|
+
pink900: string;
|
|
4970
|
+
cyan50: string;
|
|
4971
|
+
cyan100: string;
|
|
4972
|
+
cyan200: string;
|
|
4973
|
+
cyan300: string;
|
|
4974
|
+
cyan400: string;
|
|
4975
|
+
cyan500: string;
|
|
4976
|
+
cyan600: string;
|
|
4977
|
+
cyan700: string;
|
|
4978
|
+
cyan800: string;
|
|
4979
|
+
cyan900: string;
|
|
4980
|
+
red50: string;
|
|
4981
|
+
red100: string;
|
|
4982
|
+
red200: string;
|
|
4983
|
+
red300: string;
|
|
4984
|
+
red400: string;
|
|
4985
|
+
red500: string;
|
|
4986
|
+
red600: string;
|
|
4987
|
+
red700: string;
|
|
4988
|
+
red800: string;
|
|
4989
|
+
red900: string;
|
|
4990
|
+
yellow50: string;
|
|
4991
|
+
yellow100: string;
|
|
4992
|
+
yellow200: string;
|
|
4993
|
+
yellow300: string;
|
|
4994
|
+
yellow400: string;
|
|
4995
|
+
yellow500: string;
|
|
4996
|
+
yellow600: string;
|
|
4997
|
+
yellow700: string;
|
|
4998
|
+
yellow800: string;
|
|
4999
|
+
yellow900: string;
|
|
5000
|
+
green50: string;
|
|
5001
|
+
green100: string;
|
|
5002
|
+
green200: string;
|
|
5003
|
+
green300: string;
|
|
5004
|
+
green400: string;
|
|
5005
|
+
green500: string;
|
|
5006
|
+
green600: string;
|
|
5007
|
+
green700: string;
|
|
5008
|
+
green800: string;
|
|
5009
|
+
green900: string;
|
|
5010
|
+
purple50: string;
|
|
5011
|
+
purple100: string;
|
|
5012
|
+
purple200: string;
|
|
5013
|
+
purple300: string;
|
|
5014
|
+
purple400: string;
|
|
5015
|
+
purple500: string;
|
|
5016
|
+
purple600: string;
|
|
5017
|
+
purple700: string;
|
|
5018
|
+
purple800: string;
|
|
5019
|
+
purple900: string;
|
|
5020
|
+
blue50: string;
|
|
5021
|
+
blue100: string;
|
|
5022
|
+
blue200: string;
|
|
5023
|
+
blue300: string;
|
|
5024
|
+
blue400: string;
|
|
5025
|
+
blue500: string;
|
|
5026
|
+
blue600: string;
|
|
5027
|
+
blue700: string;
|
|
5028
|
+
blue800: string;
|
|
5029
|
+
blue900: string;
|
|
5030
|
+
background: string;
|
|
5031
|
+
foreground: string;
|
|
5032
|
+
backgroundContrast: string;
|
|
5033
|
+
white: string;
|
|
5034
|
+
black: string;
|
|
5866
5035
|
primaryLight: string;
|
|
5036
|
+
primaryLightHover: string;
|
|
5037
|
+
primaryLightActive: string;
|
|
5038
|
+
primaryLightContrast: string;
|
|
5867
5039
|
primary: string;
|
|
5868
|
-
|
|
5040
|
+
primaryBorder: string;
|
|
5041
|
+
primaryBorderHover: string;
|
|
5042
|
+
primarySolidHover: string;
|
|
5043
|
+
primarySolidContrast: string;
|
|
5869
5044
|
primaryShadow: string;
|
|
5870
5045
|
secondaryLight: string;
|
|
5046
|
+
secondaryLightHover: string;
|
|
5047
|
+
secondaryLightActive: string;
|
|
5048
|
+
secondaryLightContrast: string;
|
|
5871
5049
|
secondary: string;
|
|
5872
|
-
|
|
5050
|
+
secondaryBorder: string;
|
|
5051
|
+
secondaryBorderHover: string;
|
|
5052
|
+
secondarySolidHover: string;
|
|
5053
|
+
secondarySolidContrast: string;
|
|
5873
5054
|
secondaryShadow: string;
|
|
5874
5055
|
successLight: string;
|
|
5056
|
+
successLightHover: string;
|
|
5057
|
+
successLightActive: string;
|
|
5058
|
+
successLightContrast: string;
|
|
5875
5059
|
success: string;
|
|
5876
|
-
|
|
5060
|
+
successBorder: string;
|
|
5061
|
+
successBorderHover: string;
|
|
5062
|
+
successSolidHover: string;
|
|
5063
|
+
successSolidContrast: string;
|
|
5877
5064
|
successShadow: string;
|
|
5878
5065
|
warningLight: string;
|
|
5066
|
+
warningLightHover: string;
|
|
5067
|
+
warningLightActive: string;
|
|
5068
|
+
warningLightContrast: string;
|
|
5879
5069
|
warning: string;
|
|
5880
|
-
|
|
5070
|
+
warningBorder: string;
|
|
5071
|
+
warningBorderHover: string;
|
|
5072
|
+
warningSolidHover: string;
|
|
5073
|
+
warningSolidContrast: string;
|
|
5881
5074
|
warningShadow: string;
|
|
5882
5075
|
errorLight: string;
|
|
5076
|
+
errorLightHover: string;
|
|
5077
|
+
errorLightActive: string;
|
|
5078
|
+
errorLightContrast: string;
|
|
5883
5079
|
error: string;
|
|
5884
|
-
|
|
5080
|
+
errorBorder: string;
|
|
5081
|
+
errorBorderHover: string;
|
|
5082
|
+
errorSolidHover: string;
|
|
5083
|
+
errorSolidContrast: string;
|
|
5885
5084
|
errorShadow: string;
|
|
5886
5085
|
gradient: string;
|
|
5887
|
-
|
|
5086
|
+
accents0: string;
|
|
5087
|
+
accents1: string;
|
|
5088
|
+
accents2: string;
|
|
5089
|
+
accents3: string;
|
|
5090
|
+
accents4: string;
|
|
5091
|
+
accents5: string;
|
|
5092
|
+
accents6: string;
|
|
5093
|
+
accents7: string;
|
|
5094
|
+
accents8: string;
|
|
5095
|
+
accents9: string;
|
|
5096
|
+
border: string;
|
|
5888
5097
|
};
|
|
5889
5098
|
fonts: {
|
|
5890
5099
|
sans: string;
|
|
@@ -6666,7 +5875,96 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
6666
5875
|
WebkitTextFillColor: string;
|
|
6667
5876
|
};
|
|
6668
5877
|
};
|
|
6669
|
-
}
|
|
5878
|
+
}>>;
|
|
5879
|
+
export declare const StyledCheckboxContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", import("@stitches/react/types/styled-component").StyledComponentProps<[{
|
|
5880
|
+
br: string;
|
|
5881
|
+
position: string;
|
|
5882
|
+
sizeMin: string;
|
|
5883
|
+
transition: string;
|
|
5884
|
+
zIndex: string;
|
|
5885
|
+
'.nextui-checkbox-input': {
|
|
5886
|
+
position: string;
|
|
5887
|
+
width: string;
|
|
5888
|
+
height: string;
|
|
5889
|
+
top: string;
|
|
5890
|
+
left: string;
|
|
5891
|
+
margin: string;
|
|
5892
|
+
padding: string;
|
|
5893
|
+
opacity: number;
|
|
5894
|
+
zIndex: string;
|
|
5895
|
+
cursor: string;
|
|
5896
|
+
'&:disabled': {
|
|
5897
|
+
cursor: string;
|
|
5898
|
+
};
|
|
5899
|
+
};
|
|
5900
|
+
'@motion': {
|
|
5901
|
+
transition: string;
|
|
5902
|
+
};
|
|
5903
|
+
variants: {
|
|
5904
|
+
color: {
|
|
5905
|
+
default: {
|
|
5906
|
+
$$checkboxColor: string;
|
|
5907
|
+
$$checkboxColorHover: string;
|
|
5908
|
+
};
|
|
5909
|
+
primary: {
|
|
5910
|
+
$$checkboxColor: string;
|
|
5911
|
+
$$checkboxColorHover: string;
|
|
5912
|
+
};
|
|
5913
|
+
secondary: {
|
|
5914
|
+
$$checkboxColor: string;
|
|
5915
|
+
$$checkboxColorHover: string;
|
|
5916
|
+
};
|
|
5917
|
+
success: {
|
|
5918
|
+
$$checkboxColor: string;
|
|
5919
|
+
$$checkboxColorHover: string;
|
|
5920
|
+
};
|
|
5921
|
+
warning: {
|
|
5922
|
+
$$checkboxColor: string;
|
|
5923
|
+
$$checkboxColorHover: string;
|
|
5924
|
+
};
|
|
5925
|
+
error: {
|
|
5926
|
+
$$checkboxColor: string;
|
|
5927
|
+
$$checkboxColorHover: string;
|
|
5928
|
+
};
|
|
5929
|
+
gradient: {
|
|
5930
|
+
$$checkboxColor: string;
|
|
5931
|
+
$$checkboxColorHover: string;
|
|
5932
|
+
};
|
|
5933
|
+
};
|
|
5934
|
+
isRounded: {
|
|
5935
|
+
true: {
|
|
5936
|
+
br: string;
|
|
5937
|
+
};
|
|
5938
|
+
};
|
|
5939
|
+
isDisabled: {
|
|
5940
|
+
true: {
|
|
5941
|
+
opacity: number;
|
|
5942
|
+
cursor: string;
|
|
5943
|
+
};
|
|
5944
|
+
};
|
|
5945
|
+
disableAnimation: {
|
|
5946
|
+
true: {
|
|
5947
|
+
transition: string;
|
|
5948
|
+
};
|
|
5949
|
+
};
|
|
5950
|
+
isHovered: {
|
|
5951
|
+
true: {
|
|
5952
|
+
[x: string]: {
|
|
5953
|
+
bg: string;
|
|
5954
|
+
border: string;
|
|
5955
|
+
} | {
|
|
5956
|
+
bg: string;
|
|
5957
|
+
border?: undefined;
|
|
5958
|
+
};
|
|
5959
|
+
};
|
|
5960
|
+
};
|
|
5961
|
+
};
|
|
5962
|
+
defaultVariants: {
|
|
5963
|
+
color: "default";
|
|
5964
|
+
};
|
|
5965
|
+
}, import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
5966
|
+
isFocusVisible?: boolean | "true" | "false" | undefined;
|
|
5967
|
+
}, {
|
|
6670
5968
|
xs: string;
|
|
6671
5969
|
sm: string;
|
|
6672
5970
|
md: string;
|
|
@@ -6707,88 +6005,12 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
6707
6005
|
xl: string;
|
|
6708
6006
|
};
|
|
6709
6007
|
colors: {
|
|
6710
|
-
accents1: string;
|
|
6711
|
-
accents2: string;
|
|
6712
|
-
accents3: string;
|
|
6713
|
-
accents4: string;
|
|
6714
|
-
accents5: string;
|
|
6715
|
-
accents6: string;
|
|
6716
|
-
accents7: string;
|
|
6717
|
-
accents8: string;
|
|
6718
|
-
accents9: string;
|
|
6719
|
-
background: string;
|
|
6720
|
-
foreground: string;
|
|
6721
|
-
backgroundContrast: string;
|
|
6722
6008
|
text: string;
|
|
6009
|
+
link: string;
|
|
6723
6010
|
codeLight: string;
|
|
6724
6011
|
code: string;
|
|
6725
|
-
border: string;
|
|
6726
6012
|
selection: string;
|
|
6727
|
-
|
|
6728
|
-
black: string;
|
|
6729
|
-
blue100: string;
|
|
6730
|
-
blue200: string;
|
|
6731
|
-
blue300: string;
|
|
6732
|
-
blue400: string;
|
|
6733
|
-
blue500: string;
|
|
6734
|
-
blue600: string;
|
|
6735
|
-
blue700: string;
|
|
6736
|
-
blue800: string;
|
|
6737
|
-
blue900: string;
|
|
6738
|
-
purple100: string;
|
|
6739
|
-
purple200: string;
|
|
6740
|
-
purple300: string;
|
|
6741
|
-
purple400: string;
|
|
6742
|
-
purple500: string;
|
|
6743
|
-
purple600: string;
|
|
6744
|
-
purple700: string;
|
|
6745
|
-
purple800: string;
|
|
6746
|
-
purple900: string;
|
|
6747
|
-
green100: string;
|
|
6748
|
-
green200: string;
|
|
6749
|
-
green300: string;
|
|
6750
|
-
green400: string;
|
|
6751
|
-
green500: string;
|
|
6752
|
-
green600: string;
|
|
6753
|
-
green700: string;
|
|
6754
|
-
green800: string;
|
|
6755
|
-
green900: string;
|
|
6756
|
-
yellow100: string;
|
|
6757
|
-
yellow200: string;
|
|
6758
|
-
yellow300: string;
|
|
6759
|
-
yellow400: string;
|
|
6760
|
-
yellow500: string;
|
|
6761
|
-
yellow600: string;
|
|
6762
|
-
yellow700: string;
|
|
6763
|
-
yellow800: string;
|
|
6764
|
-
yellow900: string;
|
|
6765
|
-
red100: string;
|
|
6766
|
-
red200: string;
|
|
6767
|
-
red300: string;
|
|
6768
|
-
red400: string;
|
|
6769
|
-
red500: string;
|
|
6770
|
-
red600: string;
|
|
6771
|
-
red700: string;
|
|
6772
|
-
red800: string;
|
|
6773
|
-
red900: string;
|
|
6774
|
-
cyan100: string;
|
|
6775
|
-
cyan200: string;
|
|
6776
|
-
cyan300: string;
|
|
6777
|
-
cyan400: string;
|
|
6778
|
-
cyan500: string;
|
|
6779
|
-
cyan600: string;
|
|
6780
|
-
cyan700: string;
|
|
6781
|
-
cyan800: string;
|
|
6782
|
-
cyan900: string;
|
|
6783
|
-
pink100: string;
|
|
6784
|
-
pink200: string;
|
|
6785
|
-
pink300: string;
|
|
6786
|
-
pink400: string;
|
|
6787
|
-
pink500: string;
|
|
6788
|
-
pink600: string;
|
|
6789
|
-
pink700: string;
|
|
6790
|
-
pink800: string;
|
|
6791
|
-
pink900: string;
|
|
6013
|
+
gray50: string;
|
|
6792
6014
|
gray100: string;
|
|
6793
6015
|
gray200: string;
|
|
6794
6016
|
gray300: string;
|
|
@@ -6798,28 +6020,143 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
6798
6020
|
gray700: string;
|
|
6799
6021
|
gray800: string;
|
|
6800
6022
|
gray900: string;
|
|
6023
|
+
pink50: string;
|
|
6024
|
+
pink100: string;
|
|
6025
|
+
pink200: string;
|
|
6026
|
+
pink300: string;
|
|
6027
|
+
pink400: string;
|
|
6028
|
+
pink500: string;
|
|
6029
|
+
pink600: string;
|
|
6030
|
+
pink700: string;
|
|
6031
|
+
pink800: string;
|
|
6032
|
+
pink900: string;
|
|
6033
|
+
cyan50: string;
|
|
6034
|
+
cyan100: string;
|
|
6035
|
+
cyan200: string;
|
|
6036
|
+
cyan300: string;
|
|
6037
|
+
cyan400: string;
|
|
6038
|
+
cyan500: string;
|
|
6039
|
+
cyan600: string;
|
|
6040
|
+
cyan700: string;
|
|
6041
|
+
cyan800: string;
|
|
6042
|
+
cyan900: string;
|
|
6043
|
+
red50: string;
|
|
6044
|
+
red100: string;
|
|
6045
|
+
red200: string;
|
|
6046
|
+
red300: string;
|
|
6047
|
+
red400: string;
|
|
6048
|
+
red500: string;
|
|
6049
|
+
red600: string;
|
|
6050
|
+
red700: string;
|
|
6051
|
+
red800: string;
|
|
6052
|
+
red900: string;
|
|
6053
|
+
yellow50: string;
|
|
6054
|
+
yellow100: string;
|
|
6055
|
+
yellow200: string;
|
|
6056
|
+
yellow300: string;
|
|
6057
|
+
yellow400: string;
|
|
6058
|
+
yellow500: string;
|
|
6059
|
+
yellow600: string;
|
|
6060
|
+
yellow700: string;
|
|
6061
|
+
yellow800: string;
|
|
6062
|
+
yellow900: string;
|
|
6063
|
+
green50: string;
|
|
6064
|
+
green100: string;
|
|
6065
|
+
green200: string;
|
|
6066
|
+
green300: string;
|
|
6067
|
+
green400: string;
|
|
6068
|
+
green500: string;
|
|
6069
|
+
green600: string;
|
|
6070
|
+
green700: string;
|
|
6071
|
+
green800: string;
|
|
6072
|
+
green900: string;
|
|
6073
|
+
purple50: string;
|
|
6074
|
+
purple100: string;
|
|
6075
|
+
purple200: string;
|
|
6076
|
+
purple300: string;
|
|
6077
|
+
purple400: string;
|
|
6078
|
+
purple500: string;
|
|
6079
|
+
purple600: string;
|
|
6080
|
+
purple700: string;
|
|
6081
|
+
purple800: string;
|
|
6082
|
+
purple900: string;
|
|
6083
|
+
blue50: string;
|
|
6084
|
+
blue100: string;
|
|
6085
|
+
blue200: string;
|
|
6086
|
+
blue300: string;
|
|
6087
|
+
blue400: string;
|
|
6088
|
+
blue500: string;
|
|
6089
|
+
blue600: string;
|
|
6090
|
+
blue700: string;
|
|
6091
|
+
blue800: string;
|
|
6092
|
+
blue900: string;
|
|
6093
|
+
background: string;
|
|
6094
|
+
foreground: string;
|
|
6095
|
+
backgroundContrast: string;
|
|
6096
|
+
white: string;
|
|
6097
|
+
black: string;
|
|
6801
6098
|
primaryLight: string;
|
|
6099
|
+
primaryLightHover: string;
|
|
6100
|
+
primaryLightActive: string;
|
|
6101
|
+
primaryLightContrast: string;
|
|
6802
6102
|
primary: string;
|
|
6803
|
-
|
|
6103
|
+
primaryBorder: string;
|
|
6104
|
+
primaryBorderHover: string;
|
|
6105
|
+
primarySolidHover: string;
|
|
6106
|
+
primarySolidContrast: string;
|
|
6804
6107
|
primaryShadow: string;
|
|
6805
6108
|
secondaryLight: string;
|
|
6109
|
+
secondaryLightHover: string;
|
|
6110
|
+
secondaryLightActive: string;
|
|
6111
|
+
secondaryLightContrast: string;
|
|
6806
6112
|
secondary: string;
|
|
6807
|
-
|
|
6113
|
+
secondaryBorder: string;
|
|
6114
|
+
secondaryBorderHover: string;
|
|
6115
|
+
secondarySolidHover: string;
|
|
6116
|
+
secondarySolidContrast: string;
|
|
6808
6117
|
secondaryShadow: string;
|
|
6809
6118
|
successLight: string;
|
|
6119
|
+
successLightHover: string;
|
|
6120
|
+
successLightActive: string;
|
|
6121
|
+
successLightContrast: string;
|
|
6810
6122
|
success: string;
|
|
6811
|
-
|
|
6123
|
+
successBorder: string;
|
|
6124
|
+
successBorderHover: string;
|
|
6125
|
+
successSolidHover: string;
|
|
6126
|
+
successSolidContrast: string;
|
|
6812
6127
|
successShadow: string;
|
|
6813
6128
|
warningLight: string;
|
|
6129
|
+
warningLightHover: string;
|
|
6130
|
+
warningLightActive: string;
|
|
6131
|
+
warningLightContrast: string;
|
|
6814
6132
|
warning: string;
|
|
6815
|
-
|
|
6133
|
+
warningBorder: string;
|
|
6134
|
+
warningBorderHover: string;
|
|
6135
|
+
warningSolidHover: string;
|
|
6136
|
+
warningSolidContrast: string;
|
|
6816
6137
|
warningShadow: string;
|
|
6817
6138
|
errorLight: string;
|
|
6139
|
+
errorLightHover: string;
|
|
6140
|
+
errorLightActive: string;
|
|
6141
|
+
errorLightContrast: string;
|
|
6818
6142
|
error: string;
|
|
6819
|
-
|
|
6143
|
+
errorBorder: string;
|
|
6144
|
+
errorBorderHover: string;
|
|
6145
|
+
errorSolidHover: string;
|
|
6146
|
+
errorSolidContrast: string;
|
|
6820
6147
|
errorShadow: string;
|
|
6821
6148
|
gradient: string;
|
|
6822
|
-
|
|
6149
|
+
accents0: string;
|
|
6150
|
+
accents1: string;
|
|
6151
|
+
accents2: string;
|
|
6152
|
+
accents3: string;
|
|
6153
|
+
accents4: string;
|
|
6154
|
+
accents5: string;
|
|
6155
|
+
accents6: string;
|
|
6156
|
+
accents7: string;
|
|
6157
|
+
accents8: string;
|
|
6158
|
+
accents9: string;
|
|
6159
|
+
border: string;
|
|
6823
6160
|
};
|
|
6824
6161
|
fonts: {
|
|
6825
6162
|
sans: string;
|
|
@@ -7601,10 +6938,7 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
7601
6938
|
WebkitTextFillColor: string;
|
|
7602
6939
|
};
|
|
7603
6940
|
};
|
|
7604
|
-
}
|
|
7605
|
-
export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
7606
|
-
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
7607
|
-
}, {
|
|
6941
|
+
}>>]>, {
|
|
7608
6942
|
xs: string;
|
|
7609
6943
|
sm: string;
|
|
7610
6944
|
md: string;
|
|
@@ -7645,88 +6979,12 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
|
|
|
7645
6979
|
xl: string;
|
|
7646
6980
|
};
|
|
7647
6981
|
colors: {
|
|
7648
|
-
accents1: string;
|
|
7649
|
-
accents2: string;
|
|
7650
|
-
accents3: string;
|
|
7651
|
-
accents4: string;
|
|
7652
|
-
accents5: string;
|
|
7653
|
-
accents6: string;
|
|
7654
|
-
accents7: string;
|
|
7655
|
-
accents8: string;
|
|
7656
|
-
accents9: string;
|
|
7657
|
-
background: string;
|
|
7658
|
-
foreground: string;
|
|
7659
|
-
backgroundContrast: string;
|
|
7660
6982
|
text: string;
|
|
6983
|
+
link: string;
|
|
7661
6984
|
codeLight: string;
|
|
7662
6985
|
code: string;
|
|
7663
|
-
border: string;
|
|
7664
6986
|
selection: string;
|
|
7665
|
-
|
|
7666
|
-
black: string;
|
|
7667
|
-
blue100: string;
|
|
7668
|
-
blue200: string;
|
|
7669
|
-
blue300: string;
|
|
7670
|
-
blue400: string;
|
|
7671
|
-
blue500: string;
|
|
7672
|
-
blue600: string;
|
|
7673
|
-
blue700: string;
|
|
7674
|
-
blue800: string;
|
|
7675
|
-
blue900: string;
|
|
7676
|
-
purple100: string;
|
|
7677
|
-
purple200: string;
|
|
7678
|
-
purple300: string;
|
|
7679
|
-
purple400: string;
|
|
7680
|
-
purple500: string;
|
|
7681
|
-
purple600: string;
|
|
7682
|
-
purple700: string;
|
|
7683
|
-
purple800: string;
|
|
7684
|
-
purple900: string;
|
|
7685
|
-
green100: string;
|
|
7686
|
-
green200: string;
|
|
7687
|
-
green300: string;
|
|
7688
|
-
green400: string;
|
|
7689
|
-
green500: string;
|
|
7690
|
-
green600: string;
|
|
7691
|
-
green700: string;
|
|
7692
|
-
green800: string;
|
|
7693
|
-
green900: string;
|
|
7694
|
-
yellow100: string;
|
|
7695
|
-
yellow200: string;
|
|
7696
|
-
yellow300: string;
|
|
7697
|
-
yellow400: string;
|
|
7698
|
-
yellow500: string;
|
|
7699
|
-
yellow600: string;
|
|
7700
|
-
yellow700: string;
|
|
7701
|
-
yellow800: string;
|
|
7702
|
-
yellow900: string;
|
|
7703
|
-
red100: string;
|
|
7704
|
-
red200: string;
|
|
7705
|
-
red300: string;
|
|
7706
|
-
red400: string;
|
|
7707
|
-
red500: string;
|
|
7708
|
-
red600: string;
|
|
7709
|
-
red700: string;
|
|
7710
|
-
red800: string;
|
|
7711
|
-
red900: string;
|
|
7712
|
-
cyan100: string;
|
|
7713
|
-
cyan200: string;
|
|
7714
|
-
cyan300: string;
|
|
7715
|
-
cyan400: string;
|
|
7716
|
-
cyan500: string;
|
|
7717
|
-
cyan600: string;
|
|
7718
|
-
cyan700: string;
|
|
7719
|
-
cyan800: string;
|
|
7720
|
-
cyan900: string;
|
|
7721
|
-
pink100: string;
|
|
7722
|
-
pink200: string;
|
|
7723
|
-
pink300: string;
|
|
7724
|
-
pink400: string;
|
|
7725
|
-
pink500: string;
|
|
7726
|
-
pink600: string;
|
|
7727
|
-
pink700: string;
|
|
7728
|
-
pink800: string;
|
|
7729
|
-
pink900: string;
|
|
6987
|
+
gray50: string;
|
|
7730
6988
|
gray100: string;
|
|
7731
6989
|
gray200: string;
|
|
7732
6990
|
gray300: string;
|
|
@@ -7736,28 +6994,143 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
|
|
|
7736
6994
|
gray700: string;
|
|
7737
6995
|
gray800: string;
|
|
7738
6996
|
gray900: string;
|
|
6997
|
+
pink50: string;
|
|
6998
|
+
pink100: string;
|
|
6999
|
+
pink200: string;
|
|
7000
|
+
pink300: string;
|
|
7001
|
+
pink400: string;
|
|
7002
|
+
pink500: string;
|
|
7003
|
+
pink600: string;
|
|
7004
|
+
pink700: string;
|
|
7005
|
+
pink800: string;
|
|
7006
|
+
pink900: string;
|
|
7007
|
+
cyan50: string;
|
|
7008
|
+
cyan100: string;
|
|
7009
|
+
cyan200: string;
|
|
7010
|
+
cyan300: string;
|
|
7011
|
+
cyan400: string;
|
|
7012
|
+
cyan500: string;
|
|
7013
|
+
cyan600: string;
|
|
7014
|
+
cyan700: string;
|
|
7015
|
+
cyan800: string;
|
|
7016
|
+
cyan900: string;
|
|
7017
|
+
red50: string;
|
|
7018
|
+
red100: string;
|
|
7019
|
+
red200: string;
|
|
7020
|
+
red300: string;
|
|
7021
|
+
red400: string;
|
|
7022
|
+
red500: string;
|
|
7023
|
+
red600: string;
|
|
7024
|
+
red700: string;
|
|
7025
|
+
red800: string;
|
|
7026
|
+
red900: string;
|
|
7027
|
+
yellow50: string;
|
|
7028
|
+
yellow100: string;
|
|
7029
|
+
yellow200: string;
|
|
7030
|
+
yellow300: string;
|
|
7031
|
+
yellow400: string;
|
|
7032
|
+
yellow500: string;
|
|
7033
|
+
yellow600: string;
|
|
7034
|
+
yellow700: string;
|
|
7035
|
+
yellow800: string;
|
|
7036
|
+
yellow900: string;
|
|
7037
|
+
green50: string;
|
|
7038
|
+
green100: string;
|
|
7039
|
+
green200: string;
|
|
7040
|
+
green300: string;
|
|
7041
|
+
green400: string;
|
|
7042
|
+
green500: string;
|
|
7043
|
+
green600: string;
|
|
7044
|
+
green700: string;
|
|
7045
|
+
green800: string;
|
|
7046
|
+
green900: string;
|
|
7047
|
+
purple50: string;
|
|
7048
|
+
purple100: string;
|
|
7049
|
+
purple200: string;
|
|
7050
|
+
purple300: string;
|
|
7051
|
+
purple400: string;
|
|
7052
|
+
purple500: string;
|
|
7053
|
+
purple600: string;
|
|
7054
|
+
purple700: string;
|
|
7055
|
+
purple800: string;
|
|
7056
|
+
purple900: string;
|
|
7057
|
+
blue50: string;
|
|
7058
|
+
blue100: string;
|
|
7059
|
+
blue200: string;
|
|
7060
|
+
blue300: string;
|
|
7061
|
+
blue400: string;
|
|
7062
|
+
blue500: string;
|
|
7063
|
+
blue600: string;
|
|
7064
|
+
blue700: string;
|
|
7065
|
+
blue800: string;
|
|
7066
|
+
blue900: string;
|
|
7067
|
+
background: string;
|
|
7068
|
+
foreground: string;
|
|
7069
|
+
backgroundContrast: string;
|
|
7070
|
+
white: string;
|
|
7071
|
+
black: string;
|
|
7739
7072
|
primaryLight: string;
|
|
7073
|
+
primaryLightHover: string;
|
|
7074
|
+
primaryLightActive: string;
|
|
7075
|
+
primaryLightContrast: string;
|
|
7740
7076
|
primary: string;
|
|
7741
|
-
|
|
7077
|
+
primaryBorder: string;
|
|
7078
|
+
primaryBorderHover: string;
|
|
7079
|
+
primarySolidHover: string;
|
|
7080
|
+
primarySolidContrast: string;
|
|
7742
7081
|
primaryShadow: string;
|
|
7743
7082
|
secondaryLight: string;
|
|
7083
|
+
secondaryLightHover: string;
|
|
7084
|
+
secondaryLightActive: string;
|
|
7085
|
+
secondaryLightContrast: string;
|
|
7744
7086
|
secondary: string;
|
|
7745
|
-
|
|
7087
|
+
secondaryBorder: string;
|
|
7088
|
+
secondaryBorderHover: string;
|
|
7089
|
+
secondarySolidHover: string;
|
|
7090
|
+
secondarySolidContrast: string;
|
|
7746
7091
|
secondaryShadow: string;
|
|
7747
7092
|
successLight: string;
|
|
7093
|
+
successLightHover: string;
|
|
7094
|
+
successLightActive: string;
|
|
7095
|
+
successLightContrast: string;
|
|
7748
7096
|
success: string;
|
|
7749
|
-
|
|
7097
|
+
successBorder: string;
|
|
7098
|
+
successBorderHover: string;
|
|
7099
|
+
successSolidHover: string;
|
|
7100
|
+
successSolidContrast: string;
|
|
7750
7101
|
successShadow: string;
|
|
7751
7102
|
warningLight: string;
|
|
7103
|
+
warningLightHover: string;
|
|
7104
|
+
warningLightActive: string;
|
|
7105
|
+
warningLightContrast: string;
|
|
7752
7106
|
warning: string;
|
|
7753
|
-
|
|
7107
|
+
warningBorder: string;
|
|
7108
|
+
warningBorderHover: string;
|
|
7109
|
+
warningSolidHover: string;
|
|
7110
|
+
warningSolidContrast: string;
|
|
7754
7111
|
warningShadow: string;
|
|
7755
7112
|
errorLight: string;
|
|
7113
|
+
errorLightHover: string;
|
|
7114
|
+
errorLightActive: string;
|
|
7115
|
+
errorLightContrast: string;
|
|
7756
7116
|
error: string;
|
|
7757
|
-
|
|
7117
|
+
errorBorder: string;
|
|
7118
|
+
errorBorderHover: string;
|
|
7119
|
+
errorSolidHover: string;
|
|
7120
|
+
errorSolidContrast: string;
|
|
7758
7121
|
errorShadow: string;
|
|
7759
7122
|
gradient: string;
|
|
7760
|
-
|
|
7123
|
+
accents0: string;
|
|
7124
|
+
accents1: string;
|
|
7125
|
+
accents2: string;
|
|
7126
|
+
accents3: string;
|
|
7127
|
+
accents4: string;
|
|
7128
|
+
accents5: string;
|
|
7129
|
+
accents6: string;
|
|
7130
|
+
accents7: string;
|
|
7131
|
+
accents8: string;
|
|
7132
|
+
accents9: string;
|
|
7133
|
+
border: string;
|
|
7761
7134
|
};
|
|
7762
7135
|
fonts: {
|
|
7763
7136
|
sans: string;
|
|
@@ -8540,8 +7913,9 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
|
|
|
8540
7913
|
};
|
|
8541
7914
|
};
|
|
8542
7915
|
}>>;
|
|
8543
|
-
export declare const
|
|
8544
|
-
|
|
7916
|
+
export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
7917
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
7918
|
+
isDisabled?: boolean | "true" | undefined;
|
|
8545
7919
|
}, {
|
|
8546
7920
|
xs: string;
|
|
8547
7921
|
sm: string;
|
|
@@ -8570,101 +7944,25 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
|
|
|
8570
7944
|
lgMax: string;
|
|
8571
7945
|
xlMax: string;
|
|
8572
7946
|
motion: string;
|
|
8573
|
-
safari: string;
|
|
8574
|
-
hover: string;
|
|
8575
|
-
dark: string;
|
|
8576
|
-
light: string;
|
|
8577
|
-
}, {
|
|
8578
|
-
shadows: {
|
|
8579
|
-
xs: string;
|
|
8580
|
-
sm: string;
|
|
8581
|
-
md: string;
|
|
8582
|
-
lg: string;
|
|
8583
|
-
xl: string;
|
|
8584
|
-
};
|
|
8585
|
-
colors: {
|
|
8586
|
-
|
|
8587
|
-
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
|
|
8591
|
-
|
|
8592
|
-
accents7: string;
|
|
8593
|
-
accents8: string;
|
|
8594
|
-
accents9: string;
|
|
8595
|
-
background: string;
|
|
8596
|
-
foreground: string;
|
|
8597
|
-
backgroundContrast: string;
|
|
8598
|
-
text: string;
|
|
8599
|
-
codeLight: string;
|
|
8600
|
-
code: string;
|
|
8601
|
-
border: string;
|
|
8602
|
-
selection: string;
|
|
8603
|
-
white: string;
|
|
8604
|
-
black: string;
|
|
8605
|
-
blue100: string;
|
|
8606
|
-
blue200: string;
|
|
8607
|
-
blue300: string;
|
|
8608
|
-
blue400: string;
|
|
8609
|
-
blue500: string;
|
|
8610
|
-
blue600: string;
|
|
8611
|
-
blue700: string;
|
|
8612
|
-
blue800: string;
|
|
8613
|
-
blue900: string;
|
|
8614
|
-
purple100: string;
|
|
8615
|
-
purple200: string;
|
|
8616
|
-
purple300: string;
|
|
8617
|
-
purple400: string;
|
|
8618
|
-
purple500: string;
|
|
8619
|
-
purple600: string;
|
|
8620
|
-
purple700: string;
|
|
8621
|
-
purple800: string;
|
|
8622
|
-
purple900: string;
|
|
8623
|
-
green100: string;
|
|
8624
|
-
green200: string;
|
|
8625
|
-
green300: string;
|
|
8626
|
-
green400: string;
|
|
8627
|
-
green500: string;
|
|
8628
|
-
green600: string;
|
|
8629
|
-
green700: string;
|
|
8630
|
-
green800: string;
|
|
8631
|
-
green900: string;
|
|
8632
|
-
yellow100: string;
|
|
8633
|
-
yellow200: string;
|
|
8634
|
-
yellow300: string;
|
|
8635
|
-
yellow400: string;
|
|
8636
|
-
yellow500: string;
|
|
8637
|
-
yellow600: string;
|
|
8638
|
-
yellow700: string;
|
|
8639
|
-
yellow800: string;
|
|
8640
|
-
yellow900: string;
|
|
8641
|
-
red100: string;
|
|
8642
|
-
red200: string;
|
|
8643
|
-
red300: string;
|
|
8644
|
-
red400: string;
|
|
8645
|
-
red500: string;
|
|
8646
|
-
red600: string;
|
|
8647
|
-
red700: string;
|
|
8648
|
-
red800: string;
|
|
8649
|
-
red900: string;
|
|
8650
|
-
cyan100: string;
|
|
8651
|
-
cyan200: string;
|
|
8652
|
-
cyan300: string;
|
|
8653
|
-
cyan400: string;
|
|
8654
|
-
cyan500: string;
|
|
8655
|
-
cyan600: string;
|
|
8656
|
-
cyan700: string;
|
|
8657
|
-
cyan800: string;
|
|
8658
|
-
cyan900: string;
|
|
8659
|
-
pink100: string;
|
|
8660
|
-
pink200: string;
|
|
8661
|
-
pink300: string;
|
|
8662
|
-
pink400: string;
|
|
8663
|
-
pink500: string;
|
|
8664
|
-
pink600: string;
|
|
8665
|
-
pink700: string;
|
|
8666
|
-
pink800: string;
|
|
8667
|
-
pink900: string;
|
|
7947
|
+
safari: string;
|
|
7948
|
+
hover: string;
|
|
7949
|
+
dark: string;
|
|
7950
|
+
light: string;
|
|
7951
|
+
}, {
|
|
7952
|
+
shadows: {
|
|
7953
|
+
xs: string;
|
|
7954
|
+
sm: string;
|
|
7955
|
+
md: string;
|
|
7956
|
+
lg: string;
|
|
7957
|
+
xl: string;
|
|
7958
|
+
};
|
|
7959
|
+
colors: {
|
|
7960
|
+
text: string;
|
|
7961
|
+
link: string;
|
|
7962
|
+
codeLight: string;
|
|
7963
|
+
code: string;
|
|
7964
|
+
selection: string;
|
|
7965
|
+
gray50: string;
|
|
8668
7966
|
gray100: string;
|
|
8669
7967
|
gray200: string;
|
|
8670
7968
|
gray300: string;
|
|
@@ -8674,28 +7972,143 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
|
|
|
8674
7972
|
gray700: string;
|
|
8675
7973
|
gray800: string;
|
|
8676
7974
|
gray900: string;
|
|
7975
|
+
pink50: string;
|
|
7976
|
+
pink100: string;
|
|
7977
|
+
pink200: string;
|
|
7978
|
+
pink300: string;
|
|
7979
|
+
pink400: string;
|
|
7980
|
+
pink500: string;
|
|
7981
|
+
pink600: string;
|
|
7982
|
+
pink700: string;
|
|
7983
|
+
pink800: string;
|
|
7984
|
+
pink900: string;
|
|
7985
|
+
cyan50: string;
|
|
7986
|
+
cyan100: string;
|
|
7987
|
+
cyan200: string;
|
|
7988
|
+
cyan300: string;
|
|
7989
|
+
cyan400: string;
|
|
7990
|
+
cyan500: string;
|
|
7991
|
+
cyan600: string;
|
|
7992
|
+
cyan700: string;
|
|
7993
|
+
cyan800: string;
|
|
7994
|
+
cyan900: string;
|
|
7995
|
+
red50: string;
|
|
7996
|
+
red100: string;
|
|
7997
|
+
red200: string;
|
|
7998
|
+
red300: string;
|
|
7999
|
+
red400: string;
|
|
8000
|
+
red500: string;
|
|
8001
|
+
red600: string;
|
|
8002
|
+
red700: string;
|
|
8003
|
+
red800: string;
|
|
8004
|
+
red900: string;
|
|
8005
|
+
yellow50: string;
|
|
8006
|
+
yellow100: string;
|
|
8007
|
+
yellow200: string;
|
|
8008
|
+
yellow300: string;
|
|
8009
|
+
yellow400: string;
|
|
8010
|
+
yellow500: string;
|
|
8011
|
+
yellow600: string;
|
|
8012
|
+
yellow700: string;
|
|
8013
|
+
yellow800: string;
|
|
8014
|
+
yellow900: string;
|
|
8015
|
+
green50: string;
|
|
8016
|
+
green100: string;
|
|
8017
|
+
green200: string;
|
|
8018
|
+
green300: string;
|
|
8019
|
+
green400: string;
|
|
8020
|
+
green500: string;
|
|
8021
|
+
green600: string;
|
|
8022
|
+
green700: string;
|
|
8023
|
+
green800: string;
|
|
8024
|
+
green900: string;
|
|
8025
|
+
purple50: string;
|
|
8026
|
+
purple100: string;
|
|
8027
|
+
purple200: string;
|
|
8028
|
+
purple300: string;
|
|
8029
|
+
purple400: string;
|
|
8030
|
+
purple500: string;
|
|
8031
|
+
purple600: string;
|
|
8032
|
+
purple700: string;
|
|
8033
|
+
purple800: string;
|
|
8034
|
+
purple900: string;
|
|
8035
|
+
blue50: string;
|
|
8036
|
+
blue100: string;
|
|
8037
|
+
blue200: string;
|
|
8038
|
+
blue300: string;
|
|
8039
|
+
blue400: string;
|
|
8040
|
+
blue500: string;
|
|
8041
|
+
blue600: string;
|
|
8042
|
+
blue700: string;
|
|
8043
|
+
blue800: string;
|
|
8044
|
+
blue900: string;
|
|
8045
|
+
background: string;
|
|
8046
|
+
foreground: string;
|
|
8047
|
+
backgroundContrast: string;
|
|
8048
|
+
white: string;
|
|
8049
|
+
black: string;
|
|
8677
8050
|
primaryLight: string;
|
|
8051
|
+
primaryLightHover: string;
|
|
8052
|
+
primaryLightActive: string;
|
|
8053
|
+
primaryLightContrast: string;
|
|
8678
8054
|
primary: string;
|
|
8679
|
-
|
|
8055
|
+
primaryBorder: string;
|
|
8056
|
+
primaryBorderHover: string;
|
|
8057
|
+
primarySolidHover: string;
|
|
8058
|
+
primarySolidContrast: string;
|
|
8680
8059
|
primaryShadow: string;
|
|
8681
8060
|
secondaryLight: string;
|
|
8061
|
+
secondaryLightHover: string;
|
|
8062
|
+
secondaryLightActive: string;
|
|
8063
|
+
secondaryLightContrast: string;
|
|
8682
8064
|
secondary: string;
|
|
8683
|
-
|
|
8065
|
+
secondaryBorder: string;
|
|
8066
|
+
secondaryBorderHover: string;
|
|
8067
|
+
secondarySolidHover: string;
|
|
8068
|
+
secondarySolidContrast: string;
|
|
8684
8069
|
secondaryShadow: string;
|
|
8685
8070
|
successLight: string;
|
|
8071
|
+
successLightHover: string;
|
|
8072
|
+
successLightActive: string;
|
|
8073
|
+
successLightContrast: string;
|
|
8686
8074
|
success: string;
|
|
8687
|
-
|
|
8075
|
+
successBorder: string;
|
|
8076
|
+
successBorderHover: string;
|
|
8077
|
+
successSolidHover: string;
|
|
8078
|
+
successSolidContrast: string;
|
|
8688
8079
|
successShadow: string;
|
|
8689
8080
|
warningLight: string;
|
|
8081
|
+
warningLightHover: string;
|
|
8082
|
+
warningLightActive: string;
|
|
8083
|
+
warningLightContrast: string;
|
|
8690
8084
|
warning: string;
|
|
8691
|
-
|
|
8085
|
+
warningBorder: string;
|
|
8086
|
+
warningBorderHover: string;
|
|
8087
|
+
warningSolidHover: string;
|
|
8088
|
+
warningSolidContrast: string;
|
|
8692
8089
|
warningShadow: string;
|
|
8693
8090
|
errorLight: string;
|
|
8091
|
+
errorLightHover: string;
|
|
8092
|
+
errorLightActive: string;
|
|
8093
|
+
errorLightContrast: string;
|
|
8694
8094
|
error: string;
|
|
8695
|
-
|
|
8095
|
+
errorBorder: string;
|
|
8096
|
+
errorBorderHover: string;
|
|
8097
|
+
errorSolidHover: string;
|
|
8098
|
+
errorSolidContrast: string;
|
|
8696
8099
|
errorShadow: string;
|
|
8697
8100
|
gradient: string;
|
|
8698
|
-
|
|
8101
|
+
accents0: string;
|
|
8102
|
+
accents1: string;
|
|
8103
|
+
accents2: string;
|
|
8104
|
+
accents3: string;
|
|
8105
|
+
accents4: string;
|
|
8106
|
+
accents5: string;
|
|
8107
|
+
accents6: string;
|
|
8108
|
+
accents7: string;
|
|
8109
|
+
accents8: string;
|
|
8110
|
+
accents9: string;
|
|
8111
|
+
border: string;
|
|
8699
8112
|
};
|
|
8700
8113
|
fonts: {
|
|
8701
8114
|
sans: string;
|
|
@@ -9478,8 +8891,8 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
|
|
|
9478
8891
|
};
|
|
9479
8892
|
};
|
|
9480
8893
|
}>>;
|
|
9481
|
-
export declare const
|
|
9482
|
-
|
|
8894
|
+
export declare const StyledCheckboxGroupContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
8895
|
+
isRow?: boolean | "true" | "false" | undefined;
|
|
9483
8896
|
}, {
|
|
9484
8897
|
xs: string;
|
|
9485
8898
|
sm: string;
|
|
@@ -9521,88 +8934,12 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
|
|
|
9521
8934
|
xl: string;
|
|
9522
8935
|
};
|
|
9523
8936
|
colors: {
|
|
9524
|
-
accents1: string;
|
|
9525
|
-
accents2: string;
|
|
9526
|
-
accents3: string;
|
|
9527
|
-
accents4: string;
|
|
9528
|
-
accents5: string;
|
|
9529
|
-
accents6: string;
|
|
9530
|
-
accents7: string;
|
|
9531
|
-
accents8: string;
|
|
9532
|
-
accents9: string;
|
|
9533
|
-
background: string;
|
|
9534
|
-
foreground: string;
|
|
9535
|
-
backgroundContrast: string;
|
|
9536
8937
|
text: string;
|
|
8938
|
+
link: string;
|
|
9537
8939
|
codeLight: string;
|
|
9538
8940
|
code: string;
|
|
9539
|
-
border: string;
|
|
9540
8941
|
selection: string;
|
|
9541
|
-
|
|
9542
|
-
black: string;
|
|
9543
|
-
blue100: string;
|
|
9544
|
-
blue200: string;
|
|
9545
|
-
blue300: string;
|
|
9546
|
-
blue400: string;
|
|
9547
|
-
blue500: string;
|
|
9548
|
-
blue600: string;
|
|
9549
|
-
blue700: string;
|
|
9550
|
-
blue800: string;
|
|
9551
|
-
blue900: string;
|
|
9552
|
-
purple100: string;
|
|
9553
|
-
purple200: string;
|
|
9554
|
-
purple300: string;
|
|
9555
|
-
purple400: string;
|
|
9556
|
-
purple500: string;
|
|
9557
|
-
purple600: string;
|
|
9558
|
-
purple700: string;
|
|
9559
|
-
purple800: string;
|
|
9560
|
-
purple900: string;
|
|
9561
|
-
green100: string;
|
|
9562
|
-
green200: string;
|
|
9563
|
-
green300: string;
|
|
9564
|
-
green400: string;
|
|
9565
|
-
green500: string;
|
|
9566
|
-
green600: string;
|
|
9567
|
-
green700: string;
|
|
9568
|
-
green800: string;
|
|
9569
|
-
green900: string;
|
|
9570
|
-
yellow100: string;
|
|
9571
|
-
yellow200: string;
|
|
9572
|
-
yellow300: string;
|
|
9573
|
-
yellow400: string;
|
|
9574
|
-
yellow500: string;
|
|
9575
|
-
yellow600: string;
|
|
9576
|
-
yellow700: string;
|
|
9577
|
-
yellow800: string;
|
|
9578
|
-
yellow900: string;
|
|
9579
|
-
red100: string;
|
|
9580
|
-
red200: string;
|
|
9581
|
-
red300: string;
|
|
9582
|
-
red400: string;
|
|
9583
|
-
red500: string;
|
|
9584
|
-
red600: string;
|
|
9585
|
-
red700: string;
|
|
9586
|
-
red800: string;
|
|
9587
|
-
red900: string;
|
|
9588
|
-
cyan100: string;
|
|
9589
|
-
cyan200: string;
|
|
9590
|
-
cyan300: string;
|
|
9591
|
-
cyan400: string;
|
|
9592
|
-
cyan500: string;
|
|
9593
|
-
cyan600: string;
|
|
9594
|
-
cyan700: string;
|
|
9595
|
-
cyan800: string;
|
|
9596
|
-
cyan900: string;
|
|
9597
|
-
pink100: string;
|
|
9598
|
-
pink200: string;
|
|
9599
|
-
pink300: string;
|
|
9600
|
-
pink400: string;
|
|
9601
|
-
pink500: string;
|
|
9602
|
-
pink600: string;
|
|
9603
|
-
pink700: string;
|
|
9604
|
-
pink800: string;
|
|
9605
|
-
pink900: string;
|
|
8942
|
+
gray50: string;
|
|
9606
8943
|
gray100: string;
|
|
9607
8944
|
gray200: string;
|
|
9608
8945
|
gray300: string;
|
|
@@ -9612,28 +8949,143 @@ export declare const StyledCheckboxGroupLabel: import("@stitches/react/types/sty
|
|
|
9612
8949
|
gray700: string;
|
|
9613
8950
|
gray800: string;
|
|
9614
8951
|
gray900: string;
|
|
8952
|
+
pink50: string;
|
|
8953
|
+
pink100: string;
|
|
8954
|
+
pink200: string;
|
|
8955
|
+
pink300: string;
|
|
8956
|
+
pink400: string;
|
|
8957
|
+
pink500: string;
|
|
8958
|
+
pink600: string;
|
|
8959
|
+
pink700: string;
|
|
8960
|
+
pink800: string;
|
|
8961
|
+
pink900: string;
|
|
8962
|
+
cyan50: string;
|
|
8963
|
+
cyan100: string;
|
|
8964
|
+
cyan200: string;
|
|
8965
|
+
cyan300: string;
|
|
8966
|
+
cyan400: string;
|
|
8967
|
+
cyan500: string;
|
|
8968
|
+
cyan600: string;
|
|
8969
|
+
cyan700: string;
|
|
8970
|
+
cyan800: string;
|
|
8971
|
+
cyan900: string;
|
|
8972
|
+
red50: string;
|
|
8973
|
+
red100: string;
|
|
8974
|
+
red200: string;
|
|
8975
|
+
red300: string;
|
|
8976
|
+
red400: string;
|
|
8977
|
+
red500: string;
|
|
8978
|
+
red600: string;
|
|
8979
|
+
red700: string;
|
|
8980
|
+
red800: string;
|
|
8981
|
+
red900: string;
|
|
8982
|
+
yellow50: string;
|
|
8983
|
+
yellow100: string;
|
|
8984
|
+
yellow200: string;
|
|
8985
|
+
yellow300: string;
|
|
8986
|
+
yellow400: string;
|
|
8987
|
+
yellow500: string;
|
|
8988
|
+
yellow600: string;
|
|
8989
|
+
yellow700: string;
|
|
8990
|
+
yellow800: string;
|
|
8991
|
+
yellow900: string;
|
|
8992
|
+
green50: string;
|
|
8993
|
+
green100: string;
|
|
8994
|
+
green200: string;
|
|
8995
|
+
green300: string;
|
|
8996
|
+
green400: string;
|
|
8997
|
+
green500: string;
|
|
8998
|
+
green600: string;
|
|
8999
|
+
green700: string;
|
|
9000
|
+
green800: string;
|
|
9001
|
+
green900: string;
|
|
9002
|
+
purple50: string;
|
|
9003
|
+
purple100: string;
|
|
9004
|
+
purple200: string;
|
|
9005
|
+
purple300: string;
|
|
9006
|
+
purple400: string;
|
|
9007
|
+
purple500: string;
|
|
9008
|
+
purple600: string;
|
|
9009
|
+
purple700: string;
|
|
9010
|
+
purple800: string;
|
|
9011
|
+
purple900: string;
|
|
9012
|
+
blue50: string;
|
|
9013
|
+
blue100: string;
|
|
9014
|
+
blue200: string;
|
|
9015
|
+
blue300: string;
|
|
9016
|
+
blue400: string;
|
|
9017
|
+
blue500: string;
|
|
9018
|
+
blue600: string;
|
|
9019
|
+
blue700: string;
|
|
9020
|
+
blue800: string;
|
|
9021
|
+
blue900: string;
|
|
9022
|
+
background: string;
|
|
9023
|
+
foreground: string;
|
|
9024
|
+
backgroundContrast: string;
|
|
9025
|
+
white: string;
|
|
9026
|
+
black: string;
|
|
9615
9027
|
primaryLight: string;
|
|
9028
|
+
primaryLightHover: string;
|
|
9029
|
+
primaryLightActive: string;
|
|
9030
|
+
primaryLightContrast: string;
|
|
9616
9031
|
primary: string;
|
|
9617
|
-
|
|
9032
|
+
primaryBorder: string;
|
|
9033
|
+
primaryBorderHover: string;
|
|
9034
|
+
primarySolidHover: string;
|
|
9035
|
+
primarySolidContrast: string;
|
|
9618
9036
|
primaryShadow: string;
|
|
9619
9037
|
secondaryLight: string;
|
|
9038
|
+
secondaryLightHover: string;
|
|
9039
|
+
secondaryLightActive: string;
|
|
9040
|
+
secondaryLightContrast: string;
|
|
9620
9041
|
secondary: string;
|
|
9621
|
-
|
|
9042
|
+
secondaryBorder: string;
|
|
9043
|
+
secondaryBorderHover: string;
|
|
9044
|
+
secondarySolidHover: string;
|
|
9045
|
+
secondarySolidContrast: string;
|
|
9622
9046
|
secondaryShadow: string;
|
|
9623
9047
|
successLight: string;
|
|
9048
|
+
successLightHover: string;
|
|
9049
|
+
successLightActive: string;
|
|
9050
|
+
successLightContrast: string;
|
|
9624
9051
|
success: string;
|
|
9625
|
-
|
|
9052
|
+
successBorder: string;
|
|
9053
|
+
successBorderHover: string;
|
|
9054
|
+
successSolidHover: string;
|
|
9055
|
+
successSolidContrast: string;
|
|
9626
9056
|
successShadow: string;
|
|
9627
9057
|
warningLight: string;
|
|
9058
|
+
warningLightHover: string;
|
|
9059
|
+
warningLightActive: string;
|
|
9060
|
+
warningLightContrast: string;
|
|
9628
9061
|
warning: string;
|
|
9629
|
-
|
|
9062
|
+
warningBorder: string;
|
|
9063
|
+
warningBorderHover: string;
|
|
9064
|
+
warningSolidHover: string;
|
|
9065
|
+
warningSolidContrast: string;
|
|
9630
9066
|
warningShadow: string;
|
|
9631
9067
|
errorLight: string;
|
|
9068
|
+
errorLightHover: string;
|
|
9069
|
+
errorLightActive: string;
|
|
9070
|
+
errorLightContrast: string;
|
|
9632
9071
|
error: string;
|
|
9633
|
-
|
|
9072
|
+
errorBorder: string;
|
|
9073
|
+
errorBorderHover: string;
|
|
9074
|
+
errorSolidHover: string;
|
|
9075
|
+
errorSolidContrast: string;
|
|
9634
9076
|
errorShadow: string;
|
|
9635
9077
|
gradient: string;
|
|
9636
|
-
|
|
9078
|
+
accents0: string;
|
|
9079
|
+
accents1: string;
|
|
9080
|
+
accents2: string;
|
|
9081
|
+
accents3: string;
|
|
9082
|
+
accents4: string;
|
|
9083
|
+
accents5: string;
|
|
9084
|
+
accents6: string;
|
|
9085
|
+
accents7: string;
|
|
9086
|
+
accents8: string;
|
|
9087
|
+
accents9: string;
|
|
9088
|
+
border: string;
|
|
9637
9089
|
};
|
|
9638
9090
|
fonts: {
|
|
9639
9091
|
sans: string;
|