@foi/design-system 0.0.10 → 0.0.11
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/README.md +104 -51
- package/dist/{RadioGroup-BGdJ2fTN.js → RadioGroup-BL2bdmZx.js} +4 -4
- package/dist/{RadioGroup-BGdJ2fTN.js.map → RadioGroup-BL2bdmZx.js.map} +1 -1
- package/dist/{RadioGroup.context-DJLdImVO.js → RadioGroup.context-BdRgENJJ.js} +7 -7
- package/dist/{RadioGroup.context-DJLdImVO.js.map → RadioGroup.context-BdRgENJJ.js.map} +1 -1
- package/dist/{Switch-BBGFtWQt.js → Switch-BS8iwAJ5.js} +4 -4
- package/dist/{Switch-BBGFtWQt.js.map → Switch-BS8iwAJ5.js.map} +1 -1
- package/dist/{ThemeProvider-DtW2BY15.js → ThemeProvider-JlN3U_r2.js} +2 -2
- package/dist/{ThemeProvider-DtW2BY15.js.map → ThemeProvider-JlN3U_r2.js.map} +1 -1
- package/dist/atoms.mjs +2 -2
- package/dist/components/atoms/Checkbox/Checkbox.interface.d.ts +4 -0
- package/dist/components/atoms/Checkbox/index.d.ts +1 -1
- package/dist/{emotion-react-jsx-runtime.browser.esm-BFNmScj4.js → emotion-react-jsx-runtime.browser.esm-ClrpcFMG.js} +169 -167
- package/dist/emotion-react-jsx-runtime.browser.esm-ClrpcFMG.js.map +1 -0
- package/dist/hocs/ThemeProvider/ThemeProvider.interface.d.ts +2 -2
- package/dist/hocs/ThemeProvider/components/Button.d.ts +17 -27
- package/dist/hocs/ThemeProvider/components/Checkbox.d.ts +23 -45
- package/dist/hocs/ThemeProvider/components/CheckboxGroup.d.ts +11 -14
- package/dist/hocs/ThemeProvider/components/CheckboxTree.d.ts +11 -14
- package/dist/hocs/ThemeProvider/components/DatePicker.d.ts +23 -45
- package/dist/hocs/ThemeProvider/components/DatePickerMenu.d.ts +17 -27
- package/dist/hocs/ThemeProvider/components/IconButton.d.ts +20 -28
- package/dist/hocs/ThemeProvider/components/Input.d.ts +23 -45
- package/dist/hocs/ThemeProvider/components/Radio.d.ts +23 -45
- package/dist/hocs/ThemeProvider/components/RadioGroup.d.ts +11 -14
- package/dist/hocs/ThemeProvider/components/Select.d.ts +23 -45
- package/dist/hocs/ThemeProvider/components/SelectMenu.d.ts +16 -24
- package/dist/hocs/ThemeProvider/components/Slider.d.ts +15 -26
- package/dist/hocs/ThemeProvider/components/Switch.d.ts +18 -30
- package/dist/hocs/ThemeProvider/createComponentStyles.d.ts +2 -1
- package/dist/hocs/ThemeProvider/useThemeProvider.hook.d.ts +1 -1
- package/dist/hocs.mjs +1 -1
- package/dist/index.mjs +5 -5
- package/dist/molecules.mjs +1 -1
- package/dist/theme/dark/components/Button.d.ts +29 -27
- package/dist/theme/dark/components/Checkbox.d.ts +117 -54
- package/dist/theme/dark/components/CheckboxGroup.d.ts +13 -11
- package/dist/theme/dark/components/CheckboxTree.d.ts +12 -10
- package/dist/theme/dark/components/DatePicker.d.ts +53 -51
- package/dist/theme/dark/components/DatePickerMenu.d.ts +24 -22
- package/dist/theme/dark/components/IconButton.d.ts +24 -22
- package/dist/theme/dark/components/Input.d.ts +53 -51
- package/dist/theme/dark/components/Radio.d.ts +56 -54
- package/dist/theme/dark/components/RadioGroup.d.ts +13 -11
- package/dist/theme/dark/components/Select.d.ts +53 -51
- package/dist/theme/dark/components/SelectMenu.d.ts +23 -21
- package/dist/theme/dark/components/Slider.d.ts +41 -39
- package/dist/theme/dark/components/Switch.d.ts +49 -47
- package/dist/theme/dark/components/index.d.ts +567 -478
- package/dist/theme/dark/index.d.ts +567 -478
- package/dist/theme/index.d.ts +567 -478
- package/dist/{theme-DEqiATmv.js → theme-D18AZjTt.js} +112 -61
- package/dist/theme-D18AZjTt.js.map +1 -0
- package/dist/theme.mjs +1 -1
- package/package.json +1 -1
- package/dist/emotion-react-jsx-runtime.browser.esm-BFNmScj4.js.map +0 -1
- package/dist/theme-DEqiATmv.js.map +0 -1
|
@@ -1,539 +1,628 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
DATEPICKERMENU: {
|
|
3
|
-
readonly
|
|
4
|
-
readonly
|
|
5
|
-
readonly 'border-radius': "4px";
|
|
6
|
-
};
|
|
7
|
-
readonly EVENTS: {
|
|
8
|
-
readonly ENABLED: {
|
|
9
|
-
readonly 'color-primary': string;
|
|
10
|
-
readonly 'color-secondary': string;
|
|
11
|
-
readonly 'background-color': string;
|
|
12
|
-
};
|
|
13
|
-
readonly VALUE: {
|
|
14
|
-
readonly 'background-color': string;
|
|
15
|
-
};
|
|
16
|
-
readonly HOVER: {
|
|
17
|
-
readonly 'background-color': string;
|
|
18
|
-
};
|
|
19
|
-
readonly ACTIVE: {
|
|
3
|
+
readonly DEFAULT: {
|
|
4
|
+
readonly ROOT: {
|
|
20
5
|
readonly 'background-color': string;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
readonly
|
|
25
|
-
|
|
26
|
-
|
|
6
|
+
readonly 'border-radius': "4px";
|
|
7
|
+
};
|
|
8
|
+
readonly EVENTS: {
|
|
9
|
+
readonly ENABLED: {
|
|
10
|
+
readonly 'color-primary': string;
|
|
11
|
+
readonly 'color-secondary': string;
|
|
12
|
+
readonly 'background-color': string;
|
|
13
|
+
};
|
|
14
|
+
readonly VALUE: {
|
|
15
|
+
readonly 'background-color': string;
|
|
16
|
+
};
|
|
17
|
+
readonly HOVER: {
|
|
18
|
+
readonly 'background-color': string;
|
|
19
|
+
};
|
|
20
|
+
readonly ACTIVE: {
|
|
21
|
+
readonly 'background-color': string;
|
|
22
|
+
};
|
|
23
|
+
readonly FOCUS: {
|
|
24
|
+
readonly 'outline-color': string;
|
|
25
|
+
readonly 'outline-width': "1px";
|
|
26
|
+
readonly 'outline-style': "solid";
|
|
27
|
+
readonly 'outline-offset': "2px";
|
|
28
|
+
};
|
|
27
29
|
};
|
|
28
30
|
};
|
|
29
31
|
};
|
|
30
32
|
DATEPICKER: {
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
readonly
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
readonly
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
readonly
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
readonly
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
readonly
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
readonly
|
|
33
|
+
readonly DEFAULT: {
|
|
34
|
+
readonly ROOT: {
|
|
35
|
+
readonly 'border-radius': "4px";
|
|
36
|
+
};
|
|
37
|
+
readonly EVENTS: {
|
|
38
|
+
readonly ENABLED: {
|
|
39
|
+
readonly 'background-color': "transparent";
|
|
40
|
+
readonly 'color-primary': string;
|
|
41
|
+
readonly 'color-secondary': string;
|
|
42
|
+
readonly 'color-tertiary': string;
|
|
43
|
+
readonly 'border-color': string;
|
|
44
|
+
readonly 'border-width': "2px";
|
|
45
|
+
readonly 'border-style': "solid";
|
|
46
|
+
};
|
|
47
|
+
readonly VALUE: {
|
|
48
|
+
readonly 'border-color': string;
|
|
49
|
+
};
|
|
50
|
+
readonly HOVER: {
|
|
51
|
+
readonly 'border-color': string;
|
|
52
|
+
};
|
|
53
|
+
readonly ACTIVE: {
|
|
54
|
+
readonly 'border-color': string;
|
|
55
|
+
};
|
|
56
|
+
readonly FOCUS: {
|
|
57
|
+
readonly 'border-color': string;
|
|
58
|
+
};
|
|
59
|
+
readonly ERROR: {
|
|
60
|
+
readonly 'background-color': "transparent";
|
|
61
|
+
readonly 'color-primary': string;
|
|
62
|
+
readonly 'color-secondary': string;
|
|
63
|
+
readonly 'color-tertiary': string;
|
|
64
|
+
readonly 'border-color': string;
|
|
65
|
+
};
|
|
66
|
+
readonly ERROR_VALUE: {
|
|
67
|
+
readonly 'border-color': string;
|
|
68
|
+
};
|
|
69
|
+
readonly ERROR_HOVER: {
|
|
70
|
+
readonly 'border-color': string;
|
|
71
|
+
};
|
|
72
|
+
readonly ERROR_ACTIVE: {
|
|
73
|
+
readonly 'border-color': string;
|
|
74
|
+
};
|
|
75
|
+
readonly ERROR_FOCUS: {
|
|
76
|
+
readonly 'border-color': string;
|
|
77
|
+
};
|
|
78
|
+
readonly DISABLED: {
|
|
79
|
+
readonly 'background-color': "transparent";
|
|
80
|
+
readonly 'color-primary': string;
|
|
81
|
+
readonly 'color-secondary': string;
|
|
82
|
+
readonly 'color-tertiary': string;
|
|
83
|
+
readonly 'border-color': string;
|
|
84
|
+
};
|
|
85
|
+
readonly DISABLED_VALUE: {};
|
|
65
86
|
};
|
|
66
|
-
readonly ERROR_HOVER: {
|
|
67
|
-
readonly 'border-color': string;
|
|
68
|
-
};
|
|
69
|
-
readonly ERROR_ACTIVE: {
|
|
70
|
-
readonly 'border-color': string;
|
|
71
|
-
};
|
|
72
|
-
readonly ERROR_FOCUS: {
|
|
73
|
-
readonly 'border-color': string;
|
|
74
|
-
};
|
|
75
|
-
readonly DISABLED: {
|
|
76
|
-
readonly 'background-color': "transparent";
|
|
77
|
-
readonly 'color-primary': string;
|
|
78
|
-
readonly 'color-secondary': string;
|
|
79
|
-
readonly 'color-tertiary': string;
|
|
80
|
-
readonly 'border-color': string;
|
|
81
|
-
};
|
|
82
|
-
readonly DISABLED_VALUE: {};
|
|
83
87
|
};
|
|
84
88
|
};
|
|
85
89
|
RADIOGROUP: {
|
|
86
|
-
readonly
|
|
87
|
-
readonly
|
|
88
|
-
readonly
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
readonly
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
readonly
|
|
90
|
+
readonly DEFAULT: {
|
|
91
|
+
readonly EVENTS: {
|
|
92
|
+
readonly ENABLED: {
|
|
93
|
+
readonly 'color-primary': string;
|
|
94
|
+
readonly 'color-secondary': string;
|
|
95
|
+
};
|
|
96
|
+
readonly ERROR: {
|
|
97
|
+
readonly 'color-primary': string;
|
|
98
|
+
readonly 'color-secondary': string;
|
|
99
|
+
};
|
|
100
|
+
readonly DISABLED: {
|
|
101
|
+
readonly 'color-secondary': string;
|
|
102
|
+
};
|
|
97
103
|
};
|
|
98
104
|
};
|
|
99
105
|
};
|
|
100
106
|
RADIO: {
|
|
101
|
-
readonly
|
|
102
|
-
readonly
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
readonly
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
readonly
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
readonly
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
readonly
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
readonly
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
readonly
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
readonly
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
readonly
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
readonly
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
readonly
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
readonly
|
|
107
|
+
readonly DEFAULT: {
|
|
108
|
+
readonly ROOT: {
|
|
109
|
+
readonly 'border-radius': "4px";
|
|
110
|
+
};
|
|
111
|
+
readonly EVENTS: {
|
|
112
|
+
readonly ENABLED: {
|
|
113
|
+
readonly 'color-primary': string;
|
|
114
|
+
readonly 'color-secondary': string;
|
|
115
|
+
readonly 'icon-color': string;
|
|
116
|
+
readonly 'background-color': "transparent";
|
|
117
|
+
readonly 'border-color': string;
|
|
118
|
+
readonly 'border-width': "2px";
|
|
119
|
+
readonly 'border-style': "solid";
|
|
120
|
+
};
|
|
121
|
+
readonly VALUE: {
|
|
122
|
+
readonly 'icon-color': string;
|
|
123
|
+
readonly 'border-color': string;
|
|
124
|
+
};
|
|
125
|
+
readonly HOVER: {
|
|
126
|
+
readonly 'shadow-color': string;
|
|
127
|
+
};
|
|
128
|
+
readonly ACTIVE: {
|
|
129
|
+
readonly 'shadow-color': string;
|
|
130
|
+
};
|
|
131
|
+
readonly FOCUS: {
|
|
132
|
+
readonly 'outline-color': string;
|
|
133
|
+
readonly 'outline-width': "1px";
|
|
134
|
+
readonly 'outline-style': "solid";
|
|
135
|
+
readonly 'outline-offset': "2px";
|
|
136
|
+
};
|
|
137
|
+
readonly ERROR: {
|
|
138
|
+
readonly 'background-color': "transparent";
|
|
139
|
+
readonly 'color-secondary': string;
|
|
140
|
+
readonly 'border-color': string;
|
|
141
|
+
};
|
|
142
|
+
readonly ERROR_VALUE: {
|
|
143
|
+
readonly 'icon-color': string;
|
|
144
|
+
readonly 'background-color': string;
|
|
145
|
+
};
|
|
146
|
+
readonly ERROR_HOVER: {
|
|
147
|
+
readonly 'shadow-color': string;
|
|
148
|
+
};
|
|
149
|
+
readonly ERROR_ACTIVE: {
|
|
150
|
+
readonly 'shadow-color': string;
|
|
151
|
+
};
|
|
152
|
+
readonly ERROR_FOCUS: {
|
|
153
|
+
readonly 'outline-color': string;
|
|
154
|
+
};
|
|
155
|
+
readonly DISABLED: {
|
|
156
|
+
readonly 'background-color': "transparent";
|
|
157
|
+
readonly 'color-secondary': string;
|
|
158
|
+
readonly 'border-color': string;
|
|
159
|
+
};
|
|
160
|
+
readonly DISABLED_VALUE: {
|
|
161
|
+
readonly 'icon-color': string;
|
|
162
|
+
};
|
|
155
163
|
};
|
|
156
164
|
};
|
|
157
165
|
};
|
|
158
166
|
SLIDER: {
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
readonly
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
readonly
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
readonly
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
readonly
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
readonly
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
readonly
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
167
|
+
readonly DEFAULT: {
|
|
168
|
+
readonly EVENTS: {
|
|
169
|
+
readonly ENABLED: {
|
|
170
|
+
readonly 'icon-color': string;
|
|
171
|
+
readonly 'icon-background-color': string;
|
|
172
|
+
readonly 'background-color': string;
|
|
173
|
+
readonly 'border-color': string;
|
|
174
|
+
readonly 'border-width': "2px";
|
|
175
|
+
readonly 'border-style': "solid";
|
|
176
|
+
};
|
|
177
|
+
readonly VALUE: {
|
|
178
|
+
readonly 'background-color': string;
|
|
179
|
+
};
|
|
180
|
+
readonly HOVER: {
|
|
181
|
+
readonly 'background-color': string;
|
|
182
|
+
};
|
|
183
|
+
readonly ACTIVE: {
|
|
184
|
+
readonly 'background-color': string;
|
|
185
|
+
};
|
|
186
|
+
readonly FOCUS: {
|
|
187
|
+
readonly 'outline-color': string;
|
|
188
|
+
readonly 'outline-width': "1px";
|
|
189
|
+
readonly 'outline-style': "solid";
|
|
190
|
+
readonly 'outline-offset': "2px";
|
|
191
|
+
};
|
|
192
|
+
readonly DISABLED: {
|
|
193
|
+
readonly 'icon-color': string;
|
|
194
|
+
readonly 'icon-background-color': string;
|
|
195
|
+
readonly 'background-color': string;
|
|
196
|
+
readonly 'border-color': string;
|
|
197
|
+
readonly 'border-width': "2px";
|
|
198
|
+
readonly 'border-style': "solid";
|
|
199
|
+
};
|
|
200
|
+
readonly DISABLED_VALUE: {
|
|
201
|
+
readonly 'icon-color': string;
|
|
202
|
+
readonly 'icon-background-color': string;
|
|
203
|
+
readonly 'background-color': string;
|
|
204
|
+
readonly 'border-color': string;
|
|
205
|
+
readonly 'border-width': "2px";
|
|
206
|
+
readonly 'border-style': "solid";
|
|
207
|
+
};
|
|
198
208
|
};
|
|
199
209
|
};
|
|
200
210
|
};
|
|
201
211
|
SWITCH: {
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
readonly
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
readonly
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
readonly
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
readonly
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
readonly
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
readonly
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
212
|
+
readonly DEFAULT: {
|
|
213
|
+
readonly ROOT: {
|
|
214
|
+
readonly 'border-radius': "12px";
|
|
215
|
+
};
|
|
216
|
+
readonly EVENTS: {
|
|
217
|
+
readonly ENABLED: {
|
|
218
|
+
readonly 'color-primary': string;
|
|
219
|
+
readonly 'color-secondary': string;
|
|
220
|
+
readonly 'icon-color': string;
|
|
221
|
+
readonly 'icon-background-color': string;
|
|
222
|
+
readonly 'background-color': "transparent";
|
|
223
|
+
readonly 'border-color': string;
|
|
224
|
+
readonly 'border-width': "2px";
|
|
225
|
+
readonly 'border-style': "solid";
|
|
226
|
+
};
|
|
227
|
+
readonly VALUE: {
|
|
228
|
+
readonly 'icon-color': string;
|
|
229
|
+
readonly 'icon-background-color': string;
|
|
230
|
+
readonly 'background-color': string;
|
|
231
|
+
readonly 'border-color': string;
|
|
232
|
+
};
|
|
233
|
+
readonly HOVER: {
|
|
234
|
+
readonly 'shadow-color': string;
|
|
235
|
+
};
|
|
236
|
+
readonly ACTIVE: {
|
|
237
|
+
readonly 'shadow-color': string;
|
|
238
|
+
};
|
|
239
|
+
readonly FOCUS: {
|
|
240
|
+
readonly 'outline-color': string;
|
|
241
|
+
readonly 'outline-width': "1px";
|
|
242
|
+
readonly 'outline-style': "solid";
|
|
243
|
+
readonly 'outline-offset': "2px";
|
|
244
|
+
};
|
|
245
|
+
readonly DISABLED: {
|
|
246
|
+
readonly 'icon-color': string;
|
|
247
|
+
readonly 'icon-background-color': string;
|
|
248
|
+
readonly 'background-color': "transparent";
|
|
249
|
+
readonly 'color-secondary': string;
|
|
250
|
+
readonly 'border-color': string;
|
|
251
|
+
readonly 'border-width': "2px";
|
|
252
|
+
readonly 'border-style': "solid";
|
|
253
|
+
};
|
|
254
|
+
readonly DISABLED_VALUE: {
|
|
255
|
+
readonly 'icon-color': string;
|
|
256
|
+
readonly 'icon-background-color': string;
|
|
257
|
+
readonly 'background-color': string;
|
|
258
|
+
readonly 'border-color': string;
|
|
259
|
+
readonly 'border-width': "2px";
|
|
260
|
+
readonly 'border-style': "solid";
|
|
261
|
+
};
|
|
250
262
|
};
|
|
251
263
|
};
|
|
252
264
|
};
|
|
253
265
|
SELECTMENU: {
|
|
254
|
-
readonly
|
|
255
|
-
readonly
|
|
256
|
-
readonly 'border-radius': "4px";
|
|
257
|
-
readonly top: "4px";
|
|
258
|
-
};
|
|
259
|
-
readonly EVENTS: {
|
|
260
|
-
readonly ENABLED: {
|
|
261
|
-
readonly 'background-color': "transparent";
|
|
262
|
-
readonly 'color-primary': string;
|
|
263
|
-
readonly 'color-secondary': string;
|
|
264
|
-
readonly 'color-tertiary': string;
|
|
265
|
-
};
|
|
266
|
-
readonly VALUE: {
|
|
267
|
-
readonly 'background-color': string;
|
|
268
|
-
};
|
|
269
|
-
readonly HOVER: {
|
|
270
|
-
readonly 'background-color': string;
|
|
271
|
-
};
|
|
272
|
-
readonly ACTIVE: {
|
|
273
|
-
readonly 'background-color': string;
|
|
274
|
-
};
|
|
275
|
-
readonly FOCUS: {
|
|
266
|
+
readonly DEFAULT: {
|
|
267
|
+
readonly ROOT: {
|
|
276
268
|
readonly 'background-color': string;
|
|
269
|
+
readonly 'border-radius': "4px";
|
|
270
|
+
readonly top: "4px";
|
|
271
|
+
};
|
|
272
|
+
readonly EVENTS: {
|
|
273
|
+
readonly ENABLED: {
|
|
274
|
+
readonly 'background-color': "transparent";
|
|
275
|
+
readonly 'color-primary': string;
|
|
276
|
+
readonly 'color-secondary': string;
|
|
277
|
+
readonly 'color-tertiary': string;
|
|
278
|
+
};
|
|
279
|
+
readonly VALUE: {
|
|
280
|
+
readonly 'background-color': string;
|
|
281
|
+
};
|
|
282
|
+
readonly HOVER: {
|
|
283
|
+
readonly 'background-color': string;
|
|
284
|
+
};
|
|
285
|
+
readonly ACTIVE: {
|
|
286
|
+
readonly 'background-color': string;
|
|
287
|
+
};
|
|
288
|
+
readonly FOCUS: {
|
|
289
|
+
readonly 'background-color': string;
|
|
290
|
+
};
|
|
277
291
|
};
|
|
278
292
|
};
|
|
279
293
|
};
|
|
280
294
|
SELECT: {
|
|
281
|
-
readonly
|
|
282
|
-
readonly
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
readonly
|
|
286
|
-
readonly
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
readonly
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
readonly
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
readonly
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
readonly
|
|
295
|
+
readonly DEFAULT: {
|
|
296
|
+
readonly ROOT: {
|
|
297
|
+
readonly 'border-radius': "4px";
|
|
298
|
+
};
|
|
299
|
+
readonly EVENTS: {
|
|
300
|
+
readonly ENABLED: {
|
|
301
|
+
readonly 'background-color': "transparent";
|
|
302
|
+
readonly 'color-primary': string;
|
|
303
|
+
readonly 'color-secondary': string;
|
|
304
|
+
readonly 'color-tertiary': string;
|
|
305
|
+
readonly 'border-color': string;
|
|
306
|
+
readonly 'border-width': "2px";
|
|
307
|
+
readonly 'border-style': "solid";
|
|
308
|
+
};
|
|
309
|
+
readonly VALUE: {
|
|
310
|
+
readonly 'border-color': string;
|
|
311
|
+
};
|
|
312
|
+
readonly HOVER: {
|
|
313
|
+
readonly 'border-color': string;
|
|
314
|
+
};
|
|
315
|
+
readonly ACTIVE: {
|
|
316
|
+
readonly 'border-color': string;
|
|
317
|
+
};
|
|
318
|
+
readonly FOCUS: {
|
|
319
|
+
readonly 'border-color': string;
|
|
320
|
+
};
|
|
321
|
+
readonly ERROR: {
|
|
322
|
+
readonly 'background-color': "transparent";
|
|
323
|
+
readonly 'color-primary': string;
|
|
324
|
+
readonly 'color-secondary': string;
|
|
325
|
+
readonly 'color-tertiary': string;
|
|
326
|
+
readonly 'border-color': string;
|
|
327
|
+
};
|
|
328
|
+
readonly ERROR_VALUE: {
|
|
329
|
+
readonly 'border-color': string;
|
|
330
|
+
};
|
|
331
|
+
readonly ERROR_HOVER: {
|
|
332
|
+
readonly 'border-color': string;
|
|
333
|
+
};
|
|
334
|
+
readonly ERROR_ACTIVE: {
|
|
335
|
+
readonly 'border-color': string;
|
|
336
|
+
};
|
|
337
|
+
readonly ERROR_FOCUS: {
|
|
338
|
+
readonly 'border-color': string;
|
|
339
|
+
};
|
|
340
|
+
readonly DISABLED: {
|
|
341
|
+
readonly 'background-color': "transparent";
|
|
342
|
+
readonly 'color-primary': string;
|
|
343
|
+
readonly 'color-secondary': string;
|
|
344
|
+
readonly 'color-tertiary': string;
|
|
345
|
+
readonly 'border-color': string;
|
|
346
|
+
};
|
|
347
|
+
readonly DISABLED_VALUE: {};
|
|
305
348
|
};
|
|
306
|
-
readonly ERROR: {
|
|
307
|
-
readonly 'background-color': "transparent";
|
|
308
|
-
readonly 'color-primary': string;
|
|
309
|
-
readonly 'color-secondary': string;
|
|
310
|
-
readonly 'color-tertiary': string;
|
|
311
|
-
readonly 'border-color': string;
|
|
312
|
-
};
|
|
313
|
-
readonly ERROR_VALUE: {
|
|
314
|
-
readonly 'border-color': string;
|
|
315
|
-
};
|
|
316
|
-
readonly ERROR_HOVER: {
|
|
317
|
-
readonly 'border-color': string;
|
|
318
|
-
};
|
|
319
|
-
readonly ERROR_ACTIVE: {
|
|
320
|
-
readonly 'border-color': string;
|
|
321
|
-
};
|
|
322
|
-
readonly ERROR_FOCUS: {
|
|
323
|
-
readonly 'border-color': string;
|
|
324
|
-
};
|
|
325
|
-
readonly DISABLED: {
|
|
326
|
-
readonly 'background-color': "transparent";
|
|
327
|
-
readonly 'color-primary': string;
|
|
328
|
-
readonly 'color-secondary': string;
|
|
329
|
-
readonly 'color-tertiary': string;
|
|
330
|
-
readonly 'border-color': string;
|
|
331
|
-
};
|
|
332
|
-
readonly DISABLED_VALUE: {};
|
|
333
349
|
};
|
|
334
350
|
};
|
|
335
351
|
CHECKBOXTREE: {
|
|
336
|
-
readonly
|
|
337
|
-
readonly
|
|
338
|
-
readonly
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
readonly
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
readonly
|
|
352
|
+
readonly DEFAULT: {
|
|
353
|
+
readonly EVENTS: {
|
|
354
|
+
readonly ENABLED: {
|
|
355
|
+
readonly 'color-primary': string;
|
|
356
|
+
readonly 'color-secondary': string;
|
|
357
|
+
};
|
|
358
|
+
readonly ERROR: {
|
|
359
|
+
readonly 'color-secondary': string;
|
|
360
|
+
};
|
|
361
|
+
readonly DISABLED: {
|
|
362
|
+
readonly 'color-secondary': string;
|
|
363
|
+
};
|
|
346
364
|
};
|
|
347
365
|
};
|
|
348
366
|
};
|
|
349
367
|
CHECKBOXGROUP: {
|
|
350
|
-
readonly
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
readonly
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
readonly
|
|
368
|
+
readonly DEFAULT: {
|
|
369
|
+
readonly EVENTS: {
|
|
370
|
+
readonly ENABLED: {
|
|
371
|
+
readonly 'color-primary': string;
|
|
372
|
+
readonly 'color-secondary': string;
|
|
373
|
+
};
|
|
374
|
+
readonly ERROR: {
|
|
375
|
+
readonly 'color-primary': string;
|
|
376
|
+
readonly 'color-secondary': string;
|
|
377
|
+
};
|
|
378
|
+
readonly DISABLED: {
|
|
379
|
+
readonly 'color-secondary': string;
|
|
380
|
+
};
|
|
361
381
|
};
|
|
362
382
|
};
|
|
363
383
|
};
|
|
364
384
|
CHECKBOX: {
|
|
365
|
-
readonly
|
|
366
|
-
readonly
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
readonly
|
|
370
|
-
readonly
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
readonly
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
readonly
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
readonly
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
readonly
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
readonly
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
readonly
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
readonly
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
readonly
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
readonly
|
|
385
|
+
readonly DEFAULT: {
|
|
386
|
+
readonly ROOT: {
|
|
387
|
+
readonly 'border-radius': "4px";
|
|
388
|
+
};
|
|
389
|
+
readonly EVENTS: {
|
|
390
|
+
readonly ENABLED: {
|
|
391
|
+
readonly 'color-primary': string;
|
|
392
|
+
readonly 'color-secondary': string;
|
|
393
|
+
readonly 'icon-color': string;
|
|
394
|
+
readonly 'background-color': "transparent";
|
|
395
|
+
readonly 'border-color': string;
|
|
396
|
+
readonly 'border-width': "2px";
|
|
397
|
+
readonly 'border-style': "solid";
|
|
398
|
+
};
|
|
399
|
+
readonly VALUE: {
|
|
400
|
+
readonly 'icon-color': string;
|
|
401
|
+
readonly 'background-color': string;
|
|
402
|
+
readonly 'border-color': string;
|
|
403
|
+
};
|
|
404
|
+
readonly HOVER: {
|
|
405
|
+
readonly 'shadow-color': string;
|
|
406
|
+
};
|
|
407
|
+
readonly ACTIVE: {
|
|
408
|
+
readonly 'shadow-color': string;
|
|
409
|
+
};
|
|
410
|
+
readonly FOCUS: {
|
|
411
|
+
readonly 'outline-color': string;
|
|
412
|
+
readonly 'outline-width': "1px";
|
|
413
|
+
readonly 'outline-style': "solid";
|
|
414
|
+
readonly 'outline-offset': "2px";
|
|
415
|
+
};
|
|
416
|
+
readonly ERROR: {
|
|
417
|
+
readonly 'background-color': "transparent";
|
|
418
|
+
readonly 'color-secondary': string;
|
|
419
|
+
readonly 'border-color': string;
|
|
420
|
+
};
|
|
421
|
+
readonly ERROR_VALUE: {
|
|
422
|
+
readonly 'icon-color': string;
|
|
423
|
+
readonly 'background-color': string;
|
|
424
|
+
readonly 'border-color': string;
|
|
425
|
+
};
|
|
426
|
+
readonly ERROR_HOVER: {
|
|
427
|
+
readonly 'shadow-color': string;
|
|
428
|
+
};
|
|
429
|
+
readonly ERROR_ACTIVE: {
|
|
430
|
+
readonly 'shadow-color': string;
|
|
431
|
+
};
|
|
432
|
+
readonly ERROR_FOCUS: {
|
|
433
|
+
readonly 'outline-color': string;
|
|
434
|
+
};
|
|
435
|
+
readonly DISABLED: {
|
|
436
|
+
readonly 'background-color': "transparent";
|
|
437
|
+
readonly 'color-secondary': string;
|
|
438
|
+
readonly 'border-color': string;
|
|
439
|
+
};
|
|
440
|
+
readonly DISABLED_VALUE: {
|
|
441
|
+
readonly 'icon-color': string;
|
|
442
|
+
readonly 'background-color': string;
|
|
443
|
+
};
|
|
413
444
|
};
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
readonly 'border-
|
|
418
|
-
};
|
|
419
|
-
readonly
|
|
420
|
-
readonly
|
|
421
|
-
|
|
445
|
+
};
|
|
446
|
+
readonly PRUEBA: {
|
|
447
|
+
readonly ROOT: {
|
|
448
|
+
readonly 'border-radius': "4px";
|
|
449
|
+
};
|
|
450
|
+
readonly EVENTS: {
|
|
451
|
+
readonly ENABLED: {
|
|
452
|
+
readonly 'color-primary': string;
|
|
453
|
+
readonly 'color-secondary': string;
|
|
454
|
+
readonly 'icon-color': string;
|
|
455
|
+
readonly 'background-color': "transparent";
|
|
456
|
+
readonly 'border-color': string;
|
|
457
|
+
readonly 'border-width': "2px";
|
|
458
|
+
readonly 'border-style': "solid";
|
|
459
|
+
};
|
|
460
|
+
readonly VALUE: {
|
|
461
|
+
readonly 'icon-color': string;
|
|
462
|
+
readonly 'background-color': string;
|
|
463
|
+
readonly 'border-color': string;
|
|
464
|
+
};
|
|
465
|
+
readonly HOVER: {
|
|
466
|
+
readonly 'shadow-color': string;
|
|
467
|
+
};
|
|
468
|
+
readonly ACTIVE: {
|
|
469
|
+
readonly 'shadow-color': string;
|
|
470
|
+
};
|
|
471
|
+
readonly FOCUS: {
|
|
472
|
+
readonly 'outline-color': string;
|
|
473
|
+
readonly 'outline-width': "1px";
|
|
474
|
+
readonly 'outline-style': "solid";
|
|
475
|
+
readonly 'outline-offset': "2px";
|
|
476
|
+
};
|
|
477
|
+
readonly ERROR: {
|
|
478
|
+
readonly 'background-color': "transparent";
|
|
479
|
+
readonly 'color-secondary': string;
|
|
480
|
+
readonly 'border-color': string;
|
|
481
|
+
};
|
|
482
|
+
readonly ERROR_VALUE: {
|
|
483
|
+
readonly 'icon-color': string;
|
|
484
|
+
readonly 'background-color': string;
|
|
485
|
+
readonly 'border-color': string;
|
|
486
|
+
};
|
|
487
|
+
readonly ERROR_HOVER: {
|
|
488
|
+
readonly 'shadow-color': string;
|
|
489
|
+
};
|
|
490
|
+
readonly ERROR_ACTIVE: {
|
|
491
|
+
readonly 'shadow-color': string;
|
|
492
|
+
};
|
|
493
|
+
readonly ERROR_FOCUS: {
|
|
494
|
+
readonly 'outline-color': string;
|
|
495
|
+
};
|
|
496
|
+
readonly DISABLED: {
|
|
497
|
+
readonly 'background-color': "transparent";
|
|
498
|
+
readonly 'color-secondary': string;
|
|
499
|
+
readonly 'border-color': string;
|
|
500
|
+
};
|
|
501
|
+
readonly DISABLED_VALUE: {
|
|
502
|
+
readonly 'icon-color': string;
|
|
503
|
+
readonly 'background-color': string;
|
|
504
|
+
};
|
|
422
505
|
};
|
|
423
506
|
};
|
|
424
507
|
};
|
|
425
508
|
BUTTON: {
|
|
426
|
-
readonly
|
|
427
|
-
readonly
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
readonly
|
|
431
|
-
readonly
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
readonly
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
readonly
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
readonly
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
readonly
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
readonly
|
|
453
|
-
|
|
509
|
+
readonly DEFAULT: {
|
|
510
|
+
readonly ROOT: {
|
|
511
|
+
readonly 'border-radius': "4px";
|
|
512
|
+
};
|
|
513
|
+
readonly EVENTS: {
|
|
514
|
+
readonly ENABLED: {
|
|
515
|
+
readonly 'background-color': string;
|
|
516
|
+
readonly 'color-primary': string;
|
|
517
|
+
readonly 'border-style': "none";
|
|
518
|
+
};
|
|
519
|
+
readonly HOVER: {
|
|
520
|
+
readonly 'background-color': string;
|
|
521
|
+
};
|
|
522
|
+
readonly ACTIVE: {
|
|
523
|
+
readonly 'background-color': string;
|
|
524
|
+
};
|
|
525
|
+
readonly FOCUS: {
|
|
526
|
+
readonly 'outline-color': string;
|
|
527
|
+
readonly 'outline-width': "1px";
|
|
528
|
+
readonly 'outline-style': "solid";
|
|
529
|
+
readonly 'outline-offset': "2px";
|
|
530
|
+
};
|
|
531
|
+
readonly DISABLED: {
|
|
532
|
+
readonly 'background-color': string;
|
|
533
|
+
readonly 'color-primary': string;
|
|
534
|
+
};
|
|
535
|
+
readonly LOADING: {
|
|
536
|
+
readonly 'background-color': string;
|
|
537
|
+
readonly 'color-primary': string;
|
|
538
|
+
};
|
|
454
539
|
};
|
|
455
540
|
};
|
|
456
541
|
};
|
|
457
542
|
ICONBUTTON: {
|
|
458
|
-
readonly
|
|
459
|
-
readonly
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
readonly
|
|
463
|
-
readonly
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
readonly
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
readonly
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
readonly
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
readonly
|
|
543
|
+
readonly DEFAULT: {
|
|
544
|
+
readonly ROOT: {
|
|
545
|
+
readonly 'border-radius': "4px";
|
|
546
|
+
};
|
|
547
|
+
readonly EVENTS: {
|
|
548
|
+
readonly ENABLED: {
|
|
549
|
+
readonly 'icon-color': string;
|
|
550
|
+
readonly 'background-color': "transparent";
|
|
551
|
+
readonly 'border-style': "none";
|
|
552
|
+
};
|
|
553
|
+
readonly HOVER: {
|
|
554
|
+
readonly 'shadow-color': string;
|
|
555
|
+
};
|
|
556
|
+
readonly ACTIVE: {
|
|
557
|
+
readonly 'shadow-color': string;
|
|
558
|
+
};
|
|
559
|
+
readonly FOCUS: {
|
|
560
|
+
readonly 'outline-color': string;
|
|
561
|
+
readonly 'outline-width': "1px";
|
|
562
|
+
readonly 'outline-style': "solid";
|
|
563
|
+
readonly 'outline-offset': "2px";
|
|
564
|
+
};
|
|
565
|
+
readonly DISABLED: {
|
|
566
|
+
readonly 'icon-color': string;
|
|
567
|
+
};
|
|
481
568
|
};
|
|
482
569
|
};
|
|
483
570
|
};
|
|
484
571
|
INPUT: {
|
|
485
|
-
readonly
|
|
486
|
-
readonly
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
readonly
|
|
490
|
-
readonly
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
readonly
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
readonly
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
readonly
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
readonly
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
readonly
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
readonly
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
readonly
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
readonly
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
readonly
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
readonly
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
572
|
+
readonly DEFAULT: {
|
|
573
|
+
readonly ROOT: {
|
|
574
|
+
readonly 'border-radius': "4px";
|
|
575
|
+
};
|
|
576
|
+
readonly EVENTS: {
|
|
577
|
+
readonly ENABLED: {
|
|
578
|
+
readonly 'background-color': "transparent";
|
|
579
|
+
readonly 'color-primary': string;
|
|
580
|
+
readonly 'color-secondary': string;
|
|
581
|
+
readonly 'color-tertiary': string;
|
|
582
|
+
readonly 'border-color': string;
|
|
583
|
+
readonly 'border-width': "2px";
|
|
584
|
+
readonly 'border-style': "solid";
|
|
585
|
+
};
|
|
586
|
+
readonly VALUE: {
|
|
587
|
+
readonly 'border-color': string;
|
|
588
|
+
};
|
|
589
|
+
readonly HOVER: {
|
|
590
|
+
readonly 'border-color': string;
|
|
591
|
+
};
|
|
592
|
+
readonly ACTIVE: {
|
|
593
|
+
readonly 'border-color': string;
|
|
594
|
+
};
|
|
595
|
+
readonly FOCUS: {
|
|
596
|
+
readonly 'border-color': string;
|
|
597
|
+
};
|
|
598
|
+
readonly ERROR: {
|
|
599
|
+
readonly 'background-color': "transparent";
|
|
600
|
+
readonly 'color-primary': string;
|
|
601
|
+
readonly 'color-secondary': string;
|
|
602
|
+
readonly 'color-tertiary': string;
|
|
603
|
+
readonly 'border-color': string;
|
|
604
|
+
};
|
|
605
|
+
readonly ERROR_VALUE: {
|
|
606
|
+
readonly 'border-color': string;
|
|
607
|
+
};
|
|
608
|
+
readonly ERROR_HOVER: {
|
|
609
|
+
readonly 'border-color': string;
|
|
610
|
+
};
|
|
611
|
+
readonly ERROR_ACTIVE: {
|
|
612
|
+
readonly 'border-color': string;
|
|
613
|
+
};
|
|
614
|
+
readonly ERROR_FOCUS: {
|
|
615
|
+
readonly 'border-color': string;
|
|
616
|
+
};
|
|
617
|
+
readonly DISABLED: {
|
|
618
|
+
readonly 'background-color': "transparent";
|
|
619
|
+
readonly 'color-primary': string;
|
|
620
|
+
readonly 'color-secondary': string;
|
|
621
|
+
readonly 'color-tertiary': string;
|
|
622
|
+
readonly 'border-color': string;
|
|
623
|
+
};
|
|
624
|
+
readonly DISABLED_VALUE: {};
|
|
535
625
|
};
|
|
536
|
-
readonly DISABLED_VALUE: {};
|
|
537
626
|
};
|
|
538
627
|
};
|
|
539
628
|
};
|