@foi/design-system 0.0.18 → 0.0.20

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