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