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