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