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