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