@foi/design-system 0.0.18 → 0.0.19

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.
Files changed (112) hide show
  1. package/README.md +658 -63
  2. package/dist/{DatePicker.utils-ytCEcs6T.js → DatePicker.utils-BAUVa26Q.js} +2 -2
  3. package/dist/{DatePicker.utils-ytCEcs6T.js.map → DatePicker.utils-BAUVa26Q.js.map} +1 -1
  4. package/dist/{emotion-react-jsx-runtime.browser.esm-Ct_bZ5JG.js → IconButton-C3x-E-ot.js} +458 -248
  5. package/dist/IconButton-C3x-E-ot.js.map +1 -0
  6. package/dist/{RadioGroup-D_R-nwCD.js → RadioGroup-Cvt9MtvM.js} +71 -71
  7. package/dist/{RadioGroup-D_R-nwCD.js.map → RadioGroup-Cvt9MtvM.js.map} +1 -1
  8. package/dist/RadioGroup.context-v_CCYB7_.js +392 -0
  9. package/dist/RadioGroup.context-v_CCYB7_.js.map +1 -0
  10. package/dist/{Switch-DK5hEXUS.js → Switch-6eNmT34-.js} +315 -315
  11. package/dist/{Switch-DK5hEXUS.js.map → Switch-6eNmT34-.js.map} +1 -1
  12. package/dist/{ThemeProvider-BlqXHfU_.js → ThemeProvider-C_PzAJz3.js} +11 -6
  13. package/dist/{ThemeProvider-BlqXHfU_.js.map → ThemeProvider-C_PzAJz3.js.map} +1 -1
  14. package/dist/Toast-_9W7YGxS.js +146 -0
  15. package/dist/Toast-_9W7YGxS.js.map +1 -0
  16. package/dist/atoms.mjs +4 -3
  17. package/dist/components/atoms/Button/Button.interface.d.ts +1 -1
  18. package/dist/components/atoms/Checkbox/Checkbox.interface.d.ts +3 -3
  19. package/dist/components/atoms/Chip/Chip.d.ts +4 -0
  20. package/dist/components/atoms/Chip/Chip.emotion.d.ts +2 -0
  21. package/dist/components/atoms/Chip/Chip.interface.d.ts +14 -0
  22. package/dist/components/atoms/Chip/index.d.ts +5 -0
  23. package/dist/components/atoms/DatePicker/DatePicker.interface.d.ts +2 -2
  24. package/dist/components/atoms/DatePicker/DatePickerMenu/DatePickerMenu.interface.d.ts +3 -3
  25. package/dist/components/atoms/IconButton/IconButton.interface.d.ts +2 -2
  26. package/dist/components/atoms/NumberField/NumberField.interface.d.ts +2 -2
  27. package/dist/components/atoms/Radio/Radio.interface.d.ts +2 -2
  28. package/dist/components/atoms/Select/Select.interface.d.ts +2 -2
  29. package/dist/components/atoms/Select/SelectMenu/SelectMenu.interface.d.ts +1 -1
  30. package/dist/components/atoms/Slider/Slider.interface.d.ts +4 -4
  31. package/dist/components/atoms/Switch/Switch.interface.d.ts +1 -1
  32. package/dist/components/atoms/TextField/TextField.interface.d.ts +2 -2
  33. package/dist/components/molecules/CheckboxGroup/CheckboxGroup.interface.d.ts +2 -2
  34. package/dist/components/molecules/CheckboxTree/CheckboxTree.interface.d.ts +2 -2
  35. package/dist/components/molecules/Modal/Modal.interface.d.ts +4 -4
  36. package/dist/components/molecules/RadioGroup/RadioGroup.interface.d.ts +2 -2
  37. package/dist/components/molecules/Toast/Toast.context.d.ts +2 -0
  38. package/dist/components/molecules/Toast/Toast.d.ts +4 -0
  39. package/dist/components/molecules/Toast/Toast.emotion.d.ts +4 -0
  40. package/dist/components/molecules/Toast/Toast.hook.d.ts +1 -0
  41. package/dist/components/molecules/Toast/Toast.interface.d.ts +33 -0
  42. package/dist/components/molecules/Toast/Toast.provider.d.ts +3 -0
  43. package/dist/components/molecules/Toast/index.d.ts +3 -0
  44. package/dist/components/organisms/DataGrid/DataGrid.interface.d.ts +3 -3
  45. package/dist/components/organisms/DataGrid/DataGridMenu/DataGridMenu.interface.d.ts +1 -1
  46. package/dist/hocs/ThemeProvider/ThemeProvider.interface.d.ts +6 -0
  47. package/dist/hocs/ThemeProvider/components/{Button.d.ts → atoms/Button.d.ts} +1 -1
  48. package/dist/hocs/ThemeProvider/components/{Checkbox.d.ts → atoms/Checkbox.d.ts} +1 -1
  49. package/dist/hocs/ThemeProvider/components/atoms/Chip.d.ts +13 -0
  50. package/dist/hocs/ThemeProvider/components/{DatePicker.d.ts → atoms/DatePicker.d.ts} +1 -1
  51. package/dist/hocs/ThemeProvider/components/{DatePickerMenu.d.ts → atoms/DatePickerMenu.d.ts} +1 -1
  52. package/dist/hocs/ThemeProvider/components/{IconButton.d.ts → atoms/IconButton.d.ts} +1 -1
  53. package/dist/hocs/ThemeProvider/components/{NumberField.d.ts → atoms/NumberField.d.ts} +1 -1
  54. package/dist/hocs/ThemeProvider/components/{Pagination.d.ts → atoms/Pagination.d.ts} +1 -1
  55. package/dist/hocs/ThemeProvider/components/{PaginationMenu.d.ts → atoms/PaginationMenu.d.ts} +1 -1
  56. package/dist/hocs/ThemeProvider/components/{Radio.d.ts → atoms/Radio.d.ts} +1 -1
  57. package/dist/hocs/ThemeProvider/components/{Select.d.ts → atoms/Select.d.ts} +1 -1
  58. package/dist/hocs/ThemeProvider/components/{SelectMenu.d.ts → atoms/SelectMenu.d.ts} +1 -1
  59. package/dist/hocs/ThemeProvider/components/{Slider.d.ts → atoms/Slider.d.ts} +1 -1
  60. package/dist/hocs/ThemeProvider/components/{Switch.d.ts → atoms/Switch.d.ts} +1 -1
  61. package/dist/hocs/ThemeProvider/components/{TextField.d.ts → atoms/TextField.d.ts} +1 -1
  62. package/dist/hocs/ThemeProvider/components/index.d.ts +23 -17
  63. package/dist/hocs/ThemeProvider/components/{CheckboxGroup.d.ts → molecules/CheckboxGroup.d.ts} +1 -1
  64. package/dist/hocs/ThemeProvider/components/{CheckboxTree.d.ts → molecules/CheckboxTree.d.ts} +1 -1
  65. package/dist/hocs/ThemeProvider/components/{Modal.d.ts → molecules/Modal.d.ts} +1 -1
  66. package/dist/hocs/ThemeProvider/components/{RadioGroup.d.ts → molecules/RadioGroup.d.ts} +1 -1
  67. package/dist/hocs/ThemeProvider/components/molecules/Toast.d.ts +16 -0
  68. package/dist/hocs/ThemeProvider/components/{DataGrid.d.ts → organisms/DataGrid.d.ts} +1 -1
  69. package/dist/hocs/ThemeProvider/components/{DataGridMenu.d.ts → organisms/DataGridMenu.d.ts} +1 -1
  70. package/dist/hocs/ThemeProvider/interfaces/Components.interface.d.ts +2 -0
  71. package/dist/hocs.mjs +1 -1
  72. package/dist/hooks.d.ts +2 -0
  73. package/dist/hooks.mjs +2 -1
  74. package/dist/index.d.ts +2 -0
  75. package/dist/index.mjs +247 -239
  76. package/dist/index.mjs.map +1 -1
  77. package/dist/molecules.d.ts +2 -0
  78. package/dist/molecules.mjs +3 -2
  79. package/dist/theme/dark/components/atoms/Chip.d.ts +13 -0
  80. package/dist/theme/dark/components/index.d.ts +287 -263
  81. package/dist/theme/dark/components/molecules/Toast.d.ts +17 -0
  82. package/dist/theme/dark/index.d.ts +287 -263
  83. package/dist/theme/index.d.ts +287 -263
  84. package/dist/{theme-CLkxVsoE.js → theme-BjrtNRDQ.js} +230 -218
  85. package/dist/theme-BjrtNRDQ.js.map +1 -0
  86. package/dist/theme.mjs +1 -1
  87. package/dist/utilities.mjs +1 -1
  88. package/package.json +1 -1
  89. package/dist/RadioGroup.context-CdFGi5z1.js +0 -601
  90. package/dist/RadioGroup.context-CdFGi5z1.js.map +0 -1
  91. package/dist/emotion-react-jsx-runtime.browser.esm-Ct_bZ5JG.js.map +0 -1
  92. package/dist/theme-CLkxVsoE.js.map +0 -1
  93. /package/dist/theme/dark/components/{Button.d.ts → atoms/Button.d.ts} +0 -0
  94. /package/dist/theme/dark/components/{Checkbox.d.ts → atoms/Checkbox.d.ts} +0 -0
  95. /package/dist/theme/dark/components/{DatePicker.d.ts → atoms/DatePicker.d.ts} +0 -0
  96. /package/dist/theme/dark/components/{DatePickerMenu.d.ts → atoms/DatePickerMenu.d.ts} +0 -0
  97. /package/dist/theme/dark/components/{IconButton.d.ts → atoms/IconButton.d.ts} +0 -0
  98. /package/dist/theme/dark/components/{NumberField.d.ts → atoms/NumberField.d.ts} +0 -0
  99. /package/dist/theme/dark/components/{Pagination.d.ts → atoms/Pagination.d.ts} +0 -0
  100. /package/dist/theme/dark/components/{PaginationMenu.d.ts → atoms/PaginationMenu.d.ts} +0 -0
  101. /package/dist/theme/dark/components/{Radio.d.ts → atoms/Radio.d.ts} +0 -0
  102. /package/dist/theme/dark/components/{Select.d.ts → atoms/Select.d.ts} +0 -0
  103. /package/dist/theme/dark/components/{SelectMenu.d.ts → atoms/SelectMenu.d.ts} +0 -0
  104. /package/dist/theme/dark/components/{Slider.d.ts → atoms/Slider.d.ts} +0 -0
  105. /package/dist/theme/dark/components/{Switch.d.ts → atoms/Switch.d.ts} +0 -0
  106. /package/dist/theme/dark/components/{TextField.d.ts → atoms/TextField.d.ts} +0 -0
  107. /package/dist/theme/dark/components/{CheckboxGroup.d.ts → molecules/CheckboxGroup.d.ts} +0 -0
  108. /package/dist/theme/dark/components/{CheckboxTree.d.ts → molecules/CheckboxTree.d.ts} +0 -0
  109. /package/dist/theme/dark/components/{Modal.d.ts → molecules/Modal.d.ts} +0 -0
  110. /package/dist/theme/dark/components/{RadioGroup.d.ts → molecules/RadioGroup.d.ts} +0 -0
  111. /package/dist/theme/dark/components/{DataGrid.d.ts → organisms/DataGrid.d.ts} +0 -0
  112. /package/dist/theme/dark/components/{DataGridMenu.d.ts → organisms/DataGridMenu.d.ts} +0 -0
@@ -1,42 +1,4 @@
1
1
  declare const _default: {
2
- PAGINATIONMENU: {
3
- readonly DEFAULT: {
4
- readonly ROOT: {
5
- readonly 'background-color': string;
6
- readonly 'border-radius': "4px";
7
- readonly bottom: "8px";
8
- };
9
- readonly EVENTS: {
10
- readonly ENABLED: {
11
- readonly 'background-color': "transparent";
12
- readonly 'color-primary': string;
13
- readonly 'color-secondary': string;
14
- readonly 'color-tertiary': 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 'background-color': string;
27
- };
28
- };
29
- };
30
- };
31
- PAGINATION: {
32
- readonly DEFAULT: {
33
- readonly EVENTS: {
34
- readonly ENABLED: {
35
- readonly 'color-secondary': string;
36
- };
37
- };
38
- };
39
- };
40
2
  DATAGRIDMENU: {
41
3
  readonly DEFAULT: {
42
4
  readonly ROOT: {
@@ -77,108 +39,68 @@ declare const _default: {
77
39
  };
78
40
  };
79
41
  };
80
- MODAL: {
42
+ TOAST: {
81
43
  readonly DEFAULT: {
82
44
  readonly ROOT: {
83
- readonly 'background-color': string;
84
- readonly 'border-radius': "8px";
45
+ readonly 'border-radius': "4px";
85
46
  };
86
47
  readonly EVENTS: {
87
48
  readonly ENABLED: {
49
+ readonly 'background-color': string;
88
50
  readonly 'color-primary': string;
89
- readonly 'color-secondary': string;
51
+ readonly 'icon-color': string;
90
52
  };
91
53
  };
92
54
  };
93
55
  };
94
- DATEPICKERMENU: {
56
+ RADIOGROUP: {
95
57
  readonly DEFAULT: {
96
- readonly ROOT: {
97
- readonly 'background-color': string;
98
- readonly 'border-radius': "4px";
99
- };
100
58
  readonly EVENTS: {
101
59
  readonly ENABLED: {
102
60
  readonly 'color-primary': string;
103
61
  readonly 'color-secondary': string;
104
- readonly 'background-color': string;
105
- };
106
- readonly VALUE: {
107
- readonly 'background-color': string;
108
- };
109
- readonly HOVER: {
110
- readonly 'background-color': string;
111
62
  };
112
- readonly ACTIVE: {
113
- readonly 'background-color': string;
63
+ readonly ERROR: {
64
+ readonly 'color-primary': string;
65
+ readonly 'color-secondary': string;
114
66
  };
115
- readonly FOCUS: {
116
- readonly 'outline-color': string;
117
- readonly 'outline-width': "1px";
118
- readonly 'outline-style': "solid";
119
- readonly 'outline-offset': "2px";
67
+ readonly DISABLED: {
68
+ readonly 'color-secondary': string;
120
69
  };
121
70
  };
122
71
  };
123
72
  };
124
- DATEPICKER: {
73
+ MODAL: {
125
74
  readonly DEFAULT: {
126
75
  readonly ROOT: {
127
- readonly 'border-radius': "4px";
76
+ readonly 'background-color': string;
77
+ readonly 'border-radius': "8px";
128
78
  };
129
79
  readonly EVENTS: {
130
80
  readonly ENABLED: {
131
- readonly 'background-color': "transparent";
132
81
  readonly 'color-primary': string;
133
82
  readonly 'color-secondary': string;
134
- readonly 'color-tertiary': string;
135
- readonly 'border-color': string;
136
- readonly 'border-width': "2px";
137
- readonly 'border-style': "solid";
138
83
  };
139
- readonly VALUE: {
140
- readonly 'border-color': string;
141
- };
142
- readonly HOVER: {
143
- readonly 'border-color': string;
144
- };
145
- readonly ACTIVE: {
146
- readonly 'border-color': string;
147
- };
148
- readonly FOCUS: {
149
- readonly 'border-color': string;
150
- };
151
- readonly ERROR: {
152
- readonly 'background-color': "transparent";
84
+ };
85
+ };
86
+ };
87
+ CHECKBOXTREE: {
88
+ readonly DEFAULT: {
89
+ readonly EVENTS: {
90
+ readonly ENABLED: {
153
91
  readonly 'color-primary': string;
154
92
  readonly 'color-secondary': string;
155
- readonly 'color-tertiary': string;
156
- readonly 'border-color': string;
157
- };
158
- readonly ERROR_VALUE: {
159
- readonly 'border-color': string;
160
- };
161
- readonly ERROR_HOVER: {
162
- readonly 'border-color': string;
163
- };
164
- readonly ERROR_ACTIVE: {
165
- readonly 'border-color': string;
166
93
  };
167
- readonly ERROR_FOCUS: {
168
- readonly 'border-color': string;
94
+ readonly ERROR: {
95
+ readonly 'color-secondary': string;
169
96
  };
170
97
  readonly DISABLED: {
171
- readonly 'background-color': "transparent";
172
- readonly 'color-primary': string;
173
98
  readonly 'color-secondary': string;
174
- readonly 'color-tertiary': string;
175
- readonly 'border-color': string;
176
99
  };
177
- readonly DISABLED_VALUE: {};
178
100
  };
179
101
  };
180
102
  };
181
- RADIOGROUP: {
103
+ CHECKBOXGROUP: {
182
104
  readonly DEFAULT: {
183
105
  readonly EVENTS: {
184
106
  readonly ENABLED: {
@@ -195,85 +117,90 @@ declare const _default: {
195
117
  };
196
118
  };
197
119
  };
198
- RADIO: {
120
+ TEXTFIELD: {
199
121
  readonly DEFAULT: {
200
122
  readonly ROOT: {
201
123
  readonly 'border-radius': "4px";
202
124
  };
203
125
  readonly EVENTS: {
204
126
  readonly ENABLED: {
127
+ readonly 'background-color': "transparent";
205
128
  readonly 'color-primary': string;
206
129
  readonly 'color-secondary': string;
207
- readonly 'icon-color': string;
208
- readonly 'background-color': "transparent";
130
+ readonly 'color-tertiary': string;
209
131
  readonly 'border-color': string;
210
132
  readonly 'border-width': "2px";
211
133
  readonly 'border-style': "solid";
212
134
  };
213
135
  readonly VALUE: {
214
- readonly 'icon-color': string;
215
136
  readonly 'border-color': string;
216
137
  };
217
138
  readonly HOVER: {
218
- readonly 'shadow-color': string;
139
+ readonly 'border-color': string;
219
140
  };
220
141
  readonly ACTIVE: {
221
- readonly 'shadow-color': string;
142
+ readonly 'border-color': string;
222
143
  };
223
144
  readonly FOCUS: {
224
- readonly 'outline-color': string;
225
- readonly 'outline-width': "1px";
226
- readonly 'outline-style': "solid";
227
- readonly 'outline-offset': "2px";
145
+ readonly 'border-color': string;
228
146
  };
229
147
  readonly ERROR: {
230
148
  readonly 'background-color': "transparent";
149
+ readonly 'color-primary': string;
231
150
  readonly 'color-secondary': string;
151
+ readonly 'color-tertiary': string;
232
152
  readonly 'border-color': string;
233
153
  };
234
154
  readonly ERROR_VALUE: {
235
- readonly 'icon-color': string;
236
- readonly 'background-color': string;
155
+ readonly 'border-color': string;
237
156
  };
238
157
  readonly ERROR_HOVER: {
239
- readonly 'shadow-color': string;
158
+ readonly 'border-color': string;
240
159
  };
241
160
  readonly ERROR_ACTIVE: {
242
- readonly 'shadow-color': string;
161
+ readonly 'border-color': string;
243
162
  };
244
163
  readonly ERROR_FOCUS: {
245
- readonly 'outline-color': string;
164
+ readonly 'border-color': string;
246
165
  };
247
166
  readonly DISABLED: {
248
167
  readonly 'background-color': "transparent";
168
+ readonly 'color-primary': string;
249
169
  readonly 'color-secondary': string;
170
+ readonly 'color-tertiary': string;
250
171
  readonly 'border-color': string;
251
172
  };
252
- readonly DISABLED_VALUE: {
253
- readonly 'icon-color': string;
254
- };
173
+ readonly DISABLED_VALUE: {};
255
174
  };
256
175
  };
257
176
  };
258
- SLIDER: {
177
+ SWITCH: {
259
178
  readonly DEFAULT: {
179
+ readonly ROOT: {
180
+ readonly 'border-radius': "12px";
181
+ };
260
182
  readonly EVENTS: {
261
183
  readonly ENABLED: {
184
+ readonly 'color-primary': string;
185
+ readonly 'color-secondary': string;
262
186
  readonly 'icon-color': string;
263
187
  readonly 'icon-background-color': string;
264
- readonly 'background-color': string;
188
+ readonly 'background-color': "transparent";
265
189
  readonly 'border-color': string;
266
190
  readonly 'border-width': "2px";
267
191
  readonly 'border-style': "solid";
268
192
  };
269
193
  readonly VALUE: {
194
+ readonly 'icon-color': string;
195
+ readonly 'icon-background-color': string;
270
196
  readonly 'background-color': string;
197
+ readonly 'border-color': string;
271
198
  };
272
199
  readonly HOVER: {
273
- readonly 'background-color': string;
200
+ readonly 'shadow-color': string;
274
201
  };
275
202
  readonly ACTIVE: {
276
- readonly 'background-color': string;
203
+ readonly 'shadow-color': string;
277
204
  };
278
205
  readonly FOCUS: {
279
206
  readonly 'outline-color': string;
@@ -284,7 +211,8 @@ declare const _default: {
284
211
  readonly DISABLED: {
285
212
  readonly 'icon-color': string;
286
213
  readonly 'icon-background-color': string;
287
- readonly 'background-color': string;
214
+ readonly 'background-color': "transparent";
215
+ readonly 'color-secondary': string;
288
216
  readonly 'border-color': string;
289
217
  readonly 'border-width': "2px";
290
218
  readonly 'border-style': "solid";
@@ -300,33 +228,25 @@ declare const _default: {
300
228
  };
301
229
  };
302
230
  };
303
- SWITCH: {
231
+ SLIDER: {
304
232
  readonly DEFAULT: {
305
- readonly ROOT: {
306
- readonly 'border-radius': "12px";
307
- };
308
233
  readonly EVENTS: {
309
234
  readonly ENABLED: {
310
- readonly 'color-primary': string;
311
- readonly 'color-secondary': string;
312
235
  readonly 'icon-color': string;
313
236
  readonly 'icon-background-color': string;
314
- readonly 'background-color': "transparent";
237
+ readonly 'background-color': string;
315
238
  readonly 'border-color': string;
316
239
  readonly 'border-width': "2px";
317
240
  readonly 'border-style': "solid";
318
241
  };
319
242
  readonly VALUE: {
320
- readonly 'icon-color': string;
321
- readonly 'icon-background-color': string;
322
243
  readonly 'background-color': string;
323
- readonly 'border-color': string;
324
244
  };
325
245
  readonly HOVER: {
326
- readonly 'shadow-color': string;
246
+ readonly 'background-color': string;
327
247
  };
328
248
  readonly ACTIVE: {
329
- readonly 'shadow-color': string;
249
+ readonly 'background-color': string;
330
250
  };
331
251
  readonly FOCUS: {
332
252
  readonly 'outline-color': string;
@@ -337,8 +257,7 @@ declare const _default: {
337
257
  readonly DISABLED: {
338
258
  readonly 'icon-color': string;
339
259
  readonly 'icon-background-color': string;
340
- readonly 'background-color': "transparent";
341
- readonly 'color-secondary': string;
260
+ readonly 'background-color': string;
342
261
  readonly 'border-color': string;
343
262
  readonly 'border-width': "2px";
344
263
  readonly 'border-style': "solid";
@@ -440,40 +359,7 @@ declare const _default: {
440
359
  };
441
360
  };
442
361
  };
443
- CHECKBOXTREE: {
444
- readonly DEFAULT: {
445
- readonly EVENTS: {
446
- readonly ENABLED: {
447
- readonly 'color-primary': string;
448
- readonly 'color-secondary': string;
449
- };
450
- readonly ERROR: {
451
- readonly 'color-secondary': string;
452
- };
453
- readonly DISABLED: {
454
- readonly 'color-secondary': string;
455
- };
456
- };
457
- };
458
- };
459
- CHECKBOXGROUP: {
460
- readonly DEFAULT: {
461
- readonly EVENTS: {
462
- readonly ENABLED: {
463
- readonly 'color-primary': string;
464
- readonly 'color-secondary': string;
465
- };
466
- readonly ERROR: {
467
- readonly 'color-primary': string;
468
- readonly 'color-secondary': string;
469
- };
470
- readonly DISABLED: {
471
- readonly 'color-secondary': string;
472
- };
473
- };
474
- };
475
- };
476
- CHECKBOX: {
362
+ RADIO: {
477
363
  readonly DEFAULT: {
478
364
  readonly ROOT: {
479
365
  readonly 'border-radius': "4px";
@@ -490,7 +376,6 @@ declare const _default: {
490
376
  };
491
377
  readonly VALUE: {
492
378
  readonly 'icon-color': string;
493
- readonly 'background-color': string;
494
379
  readonly 'border-color': string;
495
380
  };
496
381
  readonly HOVER: {
@@ -513,7 +398,6 @@ declare const _default: {
513
398
  readonly ERROR_VALUE: {
514
399
  readonly 'icon-color': string;
515
400
  readonly 'background-color': string;
516
- readonly 'border-color': string;
517
401
  };
518
402
  readonly ERROR_HOVER: {
519
403
  readonly 'shadow-color': string;
@@ -531,88 +415,121 @@ declare const _default: {
531
415
  };
532
416
  readonly DISABLED_VALUE: {
533
417
  readonly 'icon-color': string;
534
- readonly 'background-color': string;
535
418
  };
536
419
  };
537
420
  };
538
- readonly PRUEBA: {
421
+ };
422
+ PAGINATIONMENU: {
423
+ readonly DEFAULT: {
539
424
  readonly ROOT: {
425
+ readonly 'background-color': string;
540
426
  readonly 'border-radius': "4px";
427
+ readonly bottom: "8px";
541
428
  };
542
429
  readonly EVENTS: {
543
430
  readonly ENABLED: {
431
+ readonly 'background-color': "transparent";
544
432
  readonly 'color-primary': string;
545
433
  readonly 'color-secondary': string;
546
- readonly 'icon-color': string;
547
- readonly 'background-color': "transparent";
548
- readonly 'border-color': string;
549
- readonly 'border-width': "2px";
550
- readonly 'border-style': "solid";
434
+ readonly 'color-tertiary': string;
551
435
  };
552
436
  readonly VALUE: {
553
- readonly 'icon-color': string;
554
437
  readonly 'background-color': string;
555
- readonly 'border-color': string;
556
438
  };
557
439
  readonly HOVER: {
558
- readonly 'shadow-color': string;
440
+ readonly 'background-color': string;
559
441
  };
560
442
  readonly ACTIVE: {
561
- readonly 'shadow-color': string;
443
+ readonly 'background-color': string;
562
444
  };
563
445
  readonly FOCUS: {
564
- readonly 'outline-color': string;
565
- readonly 'outline-width': "1px";
566
- readonly 'outline-style': "solid";
567
- readonly 'outline-offset': "2px";
446
+ readonly 'background-color': string;
447
+ };
448
+ };
449
+ };
450
+ };
451
+ PAGINATION: {
452
+ readonly DEFAULT: {
453
+ readonly EVENTS: {
454
+ readonly ENABLED: {
455
+ readonly 'color-secondary': string;
456
+ };
457
+ };
458
+ };
459
+ };
460
+ NUMBERFIELD: {
461
+ readonly DEFAULT: {
462
+ readonly ROOT: {
463
+ readonly 'border-radius': "4px";
464
+ };
465
+ readonly EVENTS: {
466
+ readonly ENABLED: {
467
+ readonly 'background-color': "transparent";
468
+ readonly 'color-primary': string;
469
+ readonly 'color-secondary': string;
470
+ readonly 'color-tertiary': string;
471
+ readonly 'border-color': string;
472
+ readonly 'border-width': "2px";
473
+ readonly 'border-style': "solid";
474
+ };
475
+ readonly VALUE: {
476
+ readonly 'border-color': string;
477
+ };
478
+ readonly HOVER: {
479
+ readonly 'border-color': string;
480
+ };
481
+ readonly ACTIVE: {
482
+ readonly 'border-color': string;
483
+ };
484
+ readonly FOCUS: {
485
+ readonly 'border-color': string;
568
486
  };
569
487
  readonly ERROR: {
570
488
  readonly 'background-color': "transparent";
489
+ readonly 'color-primary': string;
571
490
  readonly 'color-secondary': string;
491
+ readonly 'color-tertiary': string;
572
492
  readonly 'border-color': string;
573
493
  };
574
494
  readonly ERROR_VALUE: {
575
- readonly 'icon-color': string;
576
- readonly 'background-color': string;
577
495
  readonly 'border-color': string;
578
496
  };
579
497
  readonly ERROR_HOVER: {
580
- readonly 'shadow-color': string;
498
+ readonly 'border-color': string;
581
499
  };
582
500
  readonly ERROR_ACTIVE: {
583
- readonly 'shadow-color': string;
501
+ readonly 'border-color': string;
584
502
  };
585
503
  readonly ERROR_FOCUS: {
586
- readonly 'outline-color': string;
504
+ readonly 'border-color': string;
587
505
  };
588
506
  readonly DISABLED: {
589
507
  readonly 'background-color': "transparent";
508
+ readonly 'color-primary': string;
590
509
  readonly 'color-secondary': string;
510
+ readonly 'color-tertiary': string;
591
511
  readonly 'border-color': string;
592
512
  };
593
- readonly DISABLED_VALUE: {
594
- readonly 'icon-color': string;
595
- readonly 'background-color': string;
596
- };
513
+ readonly DISABLED_VALUE: {};
597
514
  };
598
515
  };
599
516
  };
600
- BUTTON: {
517
+ ICONBUTTON: {
601
518
  readonly DEFAULT: {
602
519
  readonly ROOT: {
603
520
  readonly 'border-radius': "4px";
604
521
  };
605
522
  readonly EVENTS: {
606
523
  readonly ENABLED: {
607
- readonly 'background-color': string;
608
- readonly 'color-primary': string;
524
+ readonly 'icon-color': string;
525
+ readonly 'background-color': "transparent";
609
526
  readonly 'border-style': "none";
610
527
  };
611
528
  readonly HOVER: {
612
- readonly 'background-color': string;
529
+ readonly 'shadow-color': string;
613
530
  };
614
531
  readonly ACTIVE: {
615
- readonly 'background-color': string;
532
+ readonly 'shadow-color': string;
616
533
  };
617
534
  readonly FOCUS: {
618
535
  readonly 'outline-color': string;
@@ -621,16 +538,43 @@ declare const _default: {
621
538
  readonly 'outline-offset': "2px";
622
539
  };
623
540
  readonly DISABLED: {
624
- readonly 'background-color': string;
541
+ readonly 'icon-color': string;
542
+ };
543
+ };
544
+ };
545
+ };
546
+ DATEPICKERMENU: {
547
+ readonly DEFAULT: {
548
+ readonly ROOT: {
549
+ readonly 'background-color': string;
550
+ readonly 'border-radius': "4px";
551
+ };
552
+ readonly EVENTS: {
553
+ readonly ENABLED: {
625
554
  readonly 'color-primary': string;
555
+ readonly 'color-secondary': string;
556
+ readonly 'background-color': string;
626
557
  };
627
- readonly LOADING: {
558
+ readonly VALUE: {
559
+ readonly 'background-color': string;
560
+ };
561
+ readonly HOVER: {
628
562
  readonly 'background-color': string;
629
- readonly 'color-primary': string;
563
+ };
564
+ readonly ACTIVE: {
565
+ readonly 'background-color': string;
566
+ };
567
+ readonly FOCUS: {
568
+ readonly 'outline-color': string;
569
+ readonly 'outline-width': "1px";
570
+ readonly 'outline-style': "solid";
571
+ readonly 'outline-offset': "2px";
630
572
  };
631
573
  };
632
574
  };
633
- readonly GHOST: {
575
+ };
576
+ DATEPICKER: {
577
+ readonly DEFAULT: {
634
578
  readonly ROOT: {
635
579
  readonly 'border-radius': "4px";
636
580
  };
@@ -638,46 +582,83 @@ declare const _default: {
638
582
  readonly ENABLED: {
639
583
  readonly 'background-color': "transparent";
640
584
  readonly 'color-primary': string;
585
+ readonly 'color-secondary': string;
586
+ readonly 'color-tertiary': string;
641
587
  readonly 'border-color': string;
642
588
  readonly 'border-width': "2px";
643
589
  readonly 'border-style': "solid";
644
590
  };
591
+ readonly VALUE: {
592
+ readonly 'border-color': string;
593
+ };
645
594
  readonly HOVER: {
646
- readonly 'background-color': "rgba(255, 255, 255, 0.04)";
595
+ readonly 'border-color': string;
647
596
  };
648
597
  readonly ACTIVE: {
649
- readonly 'background-color': "rgba(255, 255, 255, 0.08)";
598
+ readonly 'border-color': string;
650
599
  };
651
600
  readonly FOCUS: {
652
- readonly 'outline-color': string;
653
- readonly 'outline-width': "1px";
654
- readonly 'outline-style': "solid";
655
- readonly 'outline-offset': "2px";
601
+ readonly 'border-color': string;
656
602
  };
657
- readonly DISABLED: {
603
+ readonly ERROR: {
658
604
  readonly 'background-color': "transparent";
659
605
  readonly 'color-primary': string;
606
+ readonly 'color-secondary': string;
607
+ readonly 'color-tertiary': string;
660
608
  readonly 'border-color': string;
661
- readonly 'border-width': "1px";
662
- readonly 'border-style': "solid";
663
609
  };
664
- readonly LOADING: {
610
+ readonly ERROR_VALUE: {
611
+ readonly 'border-color': string;
612
+ };
613
+ readonly ERROR_HOVER: {
614
+ readonly 'border-color': string;
615
+ };
616
+ readonly ERROR_ACTIVE: {
617
+ readonly 'border-color': string;
618
+ };
619
+ readonly ERROR_FOCUS: {
620
+ readonly 'border-color': string;
621
+ };
622
+ readonly DISABLED: {
665
623
  readonly 'background-color': "transparent";
666
624
  readonly 'color-primary': string;
625
+ readonly 'color-secondary': string;
626
+ readonly 'color-tertiary': string;
627
+ readonly 'border-color': string;
667
628
  };
629
+ readonly DISABLED_VALUE: {};
668
630
  };
669
631
  };
670
632
  };
671
- ICONBUTTON: {
633
+ CHIP: {
634
+ readonly DEFAULT: {
635
+ readonly EVENTS: {
636
+ readonly ENABLED: {
637
+ readonly 'background-color': string;
638
+ readonly 'color-primary': string;
639
+ };
640
+ };
641
+ };
642
+ };
643
+ CHECKBOX: {
672
644
  readonly DEFAULT: {
673
645
  readonly ROOT: {
674
646
  readonly 'border-radius': "4px";
675
647
  };
676
648
  readonly EVENTS: {
677
649
  readonly ENABLED: {
650
+ readonly 'color-primary': string;
651
+ readonly 'color-secondary': string;
678
652
  readonly 'icon-color': string;
679
653
  readonly 'background-color': "transparent";
680
- readonly 'border-style': "none";
654
+ readonly 'border-color': string;
655
+ readonly 'border-width': "2px";
656
+ readonly 'border-style': "solid";
657
+ };
658
+ readonly VALUE: {
659
+ readonly 'icon-color': string;
660
+ readonly 'background-color': string;
661
+ readonly 'border-color': string;
681
662
  };
682
663
  readonly HOVER: {
683
664
  readonly 'shadow-color': string;
@@ -691,123 +672,166 @@ declare const _default: {
691
672
  readonly 'outline-style': "solid";
692
673
  readonly 'outline-offset': "2px";
693
674
  };
675
+ readonly ERROR: {
676
+ readonly 'background-color': "transparent";
677
+ readonly 'color-secondary': string;
678
+ readonly 'border-color': string;
679
+ };
680
+ readonly ERROR_VALUE: {
681
+ readonly 'icon-color': string;
682
+ readonly 'background-color': string;
683
+ readonly 'border-color': string;
684
+ };
685
+ readonly ERROR_HOVER: {
686
+ readonly 'shadow-color': string;
687
+ };
688
+ readonly ERROR_ACTIVE: {
689
+ readonly 'shadow-color': string;
690
+ };
691
+ readonly ERROR_FOCUS: {
692
+ readonly 'outline-color': string;
693
+ };
694
694
  readonly DISABLED: {
695
+ readonly 'background-color': "transparent";
696
+ readonly 'color-secondary': string;
697
+ readonly 'border-color': string;
698
+ };
699
+ readonly DISABLED_VALUE: {
695
700
  readonly 'icon-color': string;
701
+ readonly 'background-color': string;
696
702
  };
697
703
  };
698
704
  };
699
- };
700
- NUMBERFIELD: {
701
- readonly DEFAULT: {
705
+ readonly PRUEBA: {
702
706
  readonly ROOT: {
703
707
  readonly 'border-radius': "4px";
704
708
  };
705
709
  readonly EVENTS: {
706
710
  readonly ENABLED: {
707
- readonly 'background-color': "transparent";
708
711
  readonly 'color-primary': string;
709
712
  readonly 'color-secondary': string;
710
- readonly 'color-tertiary': string;
713
+ readonly 'icon-color': string;
714
+ readonly 'background-color': "transparent";
711
715
  readonly 'border-color': string;
712
716
  readonly 'border-width': "2px";
713
717
  readonly 'border-style': "solid";
714
718
  };
715
719
  readonly VALUE: {
720
+ readonly 'icon-color': string;
721
+ readonly 'background-color': string;
716
722
  readonly 'border-color': string;
717
723
  };
718
724
  readonly HOVER: {
719
- readonly 'border-color': string;
725
+ readonly 'shadow-color': string;
720
726
  };
721
727
  readonly ACTIVE: {
722
- readonly 'border-color': string;
728
+ readonly 'shadow-color': string;
723
729
  };
724
730
  readonly FOCUS: {
725
- readonly 'border-color': string;
731
+ readonly 'outline-color': string;
732
+ readonly 'outline-width': "1px";
733
+ readonly 'outline-style': "solid";
734
+ readonly 'outline-offset': "2px";
726
735
  };
727
736
  readonly ERROR: {
728
737
  readonly 'background-color': "transparent";
729
- readonly 'color-primary': string;
730
738
  readonly 'color-secondary': string;
731
- readonly 'color-tertiary': string;
732
739
  readonly 'border-color': string;
733
740
  };
734
741
  readonly ERROR_VALUE: {
742
+ readonly 'icon-color': string;
743
+ readonly 'background-color': string;
735
744
  readonly 'border-color': string;
736
745
  };
737
746
  readonly ERROR_HOVER: {
738
- readonly 'border-color': string;
747
+ readonly 'shadow-color': string;
739
748
  };
740
749
  readonly ERROR_ACTIVE: {
741
- readonly 'border-color': string;
750
+ readonly 'shadow-color': string;
742
751
  };
743
752
  readonly ERROR_FOCUS: {
744
- readonly 'border-color': string;
753
+ readonly 'outline-color': string;
745
754
  };
746
755
  readonly DISABLED: {
747
756
  readonly 'background-color': "transparent";
748
- readonly 'color-primary': string;
749
757
  readonly 'color-secondary': string;
750
- readonly 'color-tertiary': string;
751
758
  readonly 'border-color': string;
752
759
  };
753
- readonly DISABLED_VALUE: {};
760
+ readonly DISABLED_VALUE: {
761
+ readonly 'icon-color': string;
762
+ readonly 'background-color': string;
763
+ };
754
764
  };
755
765
  };
756
766
  };
757
- TEXTFIELD: {
767
+ BUTTON: {
758
768
  readonly DEFAULT: {
759
769
  readonly ROOT: {
760
770
  readonly 'border-radius': "4px";
761
771
  };
762
772
  readonly EVENTS: {
763
773
  readonly ENABLED: {
764
- readonly 'background-color': "transparent";
774
+ readonly 'background-color': string;
765
775
  readonly 'color-primary': string;
766
- readonly 'color-secondary': string;
767
- readonly 'color-tertiary': string;
768
- readonly 'border-color': string;
769
- readonly 'border-width': "2px";
770
- readonly 'border-style': "solid";
771
- };
772
- readonly VALUE: {
773
- readonly 'border-color': string;
776
+ readonly 'border-style': "none";
774
777
  };
775
778
  readonly HOVER: {
776
- readonly 'border-color': string;
779
+ readonly 'background-color': string;
777
780
  };
778
781
  readonly ACTIVE: {
779
- readonly 'border-color': string;
782
+ readonly 'background-color': string;
780
783
  };
781
784
  readonly FOCUS: {
782
- readonly 'border-color': string;
785
+ readonly 'outline-color': string;
786
+ readonly 'outline-width': "1px";
787
+ readonly 'outline-style': "solid";
788
+ readonly 'outline-offset': "2px";
783
789
  };
784
- readonly ERROR: {
785
- readonly 'background-color': "transparent";
790
+ readonly DISABLED: {
791
+ readonly 'background-color': string;
786
792
  readonly 'color-primary': string;
787
- readonly 'color-secondary': string;
788
- readonly 'color-tertiary': string;
789
- readonly 'border-color': string;
790
793
  };
791
- readonly ERROR_VALUE: {
792
- readonly 'border-color': string;
794
+ readonly LOADING: {
795
+ readonly 'background-color': string;
796
+ readonly 'color-primary': string;
793
797
  };
794
- readonly ERROR_HOVER: {
798
+ };
799
+ };
800
+ readonly GHOST: {
801
+ readonly ROOT: {
802
+ readonly 'border-radius': "4px";
803
+ };
804
+ readonly EVENTS: {
805
+ readonly ENABLED: {
806
+ readonly 'background-color': "transparent";
807
+ readonly 'color-primary': string;
795
808
  readonly 'border-color': string;
809
+ readonly 'border-width': "2px";
810
+ readonly 'border-style': "solid";
796
811
  };
797
- readonly ERROR_ACTIVE: {
798
- readonly 'border-color': string;
812
+ readonly HOVER: {
813
+ readonly 'background-color': "rgba(255, 255, 255, 0.04)";
799
814
  };
800
- readonly ERROR_FOCUS: {
801
- readonly 'border-color': string;
815
+ readonly ACTIVE: {
816
+ readonly 'background-color': "rgba(255, 255, 255, 0.08)";
817
+ };
818
+ readonly FOCUS: {
819
+ readonly 'outline-color': string;
820
+ readonly 'outline-width': "1px";
821
+ readonly 'outline-style': "solid";
822
+ readonly 'outline-offset': "2px";
802
823
  };
803
824
  readonly DISABLED: {
804
825
  readonly 'background-color': "transparent";
805
826
  readonly 'color-primary': string;
806
- readonly 'color-secondary': string;
807
- readonly 'color-tertiary': string;
808
827
  readonly 'border-color': string;
828
+ readonly 'border-width': "1px";
829
+ readonly 'border-style': "solid";
830
+ };
831
+ readonly LOADING: {
832
+ readonly 'background-color': "transparent";
833
+ readonly 'color-primary': string;
809
834
  };
810
- readonly DISABLED_VALUE: {};
811
835
  };
812
836
  };
813
837
  };