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