@orfium/ictinus 5.0.0-next.3 → 5.0.0-next.5

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 (4) hide show
  1. package/dist/index.d.ts +428 -373
  2. package/dist/index.esm.js +70571 -9838
  3. package/dist/index.js +70717 -9990
  4. package/package.json +17 -13
package/dist/index.d.ts CHANGED
@@ -9,7 +9,7 @@ import { CommonButtonProps as CommonButtonProps$1, EventProps as EventProps$1 }
9
9
  import * as _emotion_serialize from '@emotion/serialize';
10
10
  import { CSSObject } from '@emotion/serialize';
11
11
  import { Elevation as Elevation$1 } from 'index';
12
- import { SpacingKey as SpacingKey$1 } from 'theme/spacing';
12
+ import { SpacingKey as SpacingKey$1 } from 'theme/globals/spacing';
13
13
  import { Dayjs } from 'dayjs';
14
14
  import { AcceptedIconNames as AcceptedIconNames$1 } from 'components/Icon/types';
15
15
  import { TextInputBaseProps } from 'components/TextInputBase';
@@ -28,22 +28,6 @@ declare const queriesKeys: readonly ["des1920", "des1440", "des1366", "des1200",
28
28
  declare const queriesSizes: Record<typeof queriesKeys[number], string>;
29
29
  declare const useBreakpoints: () => react_media.QueryResults<Record<"des1920" | "des1440" | "des1366" | "des1200" | "tab1024" | "tab970" | "tab750" | "mob480" | "mob320", string>>;
30
30
 
31
- declare type Elevation = {
32
- '01': string;
33
- '02': string;
34
- '03': string;
35
- '04': string;
36
- };
37
- declare const elevation: Elevation;
38
-
39
- type elevation_d_Elevation = Elevation;
40
- declare namespace elevation_d {
41
- export {
42
- elevation as default,
43
- elevation_d_Elevation as Elevation,
44
- };
45
- }
46
-
47
31
  declare const grid: _emotion_react.SerializedStyles;
48
32
  declare const well: _emotion_react.SerializedStyles;
49
33
  declare const centerAbsoluteVertical: _emotion_react.SerializedStyles;
@@ -77,378 +61,133 @@ declare namespace functions_d {
77
61
  };
78
62
  }
79
63
 
80
- declare type Overrides = Record<string, any>;
81
- declare const overrides: Overrides;
64
+ declare type Elevation = {
65
+ '01': string;
66
+ '02': string;
67
+ '03': string;
68
+ '04': string;
69
+ };
70
+ declare const elevation: Elevation;
82
71
 
83
- type overrides_d_Overrides = Overrides;
84
- declare namespace overrides_d {
72
+ type elevation_d_Elevation = Elevation;
73
+ declare namespace elevation_d {
85
74
  export {
86
- overrides as default,
87
- overrides_d_Overrides as Overrides,
75
+ elevation as default,
76
+ elevation_d_Elevation as Elevation,
88
77
  };
89
78
  }
90
79
 
91
- declare const borderRadius: {
80
+ declare const spacing$1: {
92
81
  readonly '0': {
93
- readonly value: "0px";
94
- readonly type: "borderRadius";
95
- readonly description: "Corner radius = 0px";
82
+ readonly value: "0";
83
+ readonly type: "spacing";
96
84
  };
97
85
  readonly '1': {
98
- readonly value: "2px";
99
- readonly type: "borderRadius";
100
- readonly description: "Corner radius = 2px";
86
+ readonly value: "1";
87
+ readonly type: "spacing";
101
88
  };
102
89
  readonly '2': {
103
- readonly value: "4px";
104
- readonly type: "borderRadius";
105
- readonly description: "Corner radius = 4px";
90
+ readonly value: "2";
91
+ readonly type: "spacing";
106
92
  };
107
93
  readonly '3': {
108
- readonly value: "8px";
109
- readonly type: "borderRadius";
110
- readonly description: "Corner radius = 8px";
94
+ readonly value: "4";
95
+ readonly type: "spacing";
111
96
  };
112
97
  readonly '4': {
113
- readonly value: "16px";
114
- readonly type: "borderRadius";
115
- readonly description: "Corner radius = 16px";
98
+ readonly value: "8";
99
+ readonly type: "spacing";
116
100
  };
117
101
  readonly '5': {
118
- readonly value: "36px";
119
- readonly type: "borderRadius";
120
- readonly description: "Corner radius = 36px";
102
+ readonly value: "12";
103
+ readonly type: "spacing";
121
104
  };
122
105
  readonly '6': {
123
- readonly value: "48px";
124
- readonly type: "borderRadius";
125
- readonly description: "Corner radius = 48px";
106
+ readonly value: "16";
107
+ readonly type: "spacing";
126
108
  };
127
109
  readonly '7': {
128
- readonly value: "100px";
129
- readonly type: "borderRadius";
130
- readonly description: "Corner radius = 100px used for circles and pill shaped elements";
131
- };
132
- };
133
-
134
- declare type BorderRadiusKey = keyof typeof borderRadius;
135
- declare type BorderRadius = {
136
- get: (val: BorderRadiusKey) => string;
137
- };
138
-
139
- declare const borderWidth: {
140
- readonly '1': {
141
- readonly value: "1px";
142
- readonly type: "borderWidth";
143
- readonly description: "Default 1pxs stroke";
144
- };
145
- readonly '2': {
146
- readonly value: "2px";
147
- readonly type: "borderWidth";
110
+ readonly value: "20";
111
+ readonly type: "spacing";
148
112
  };
149
- };
150
-
151
- declare type BorderWidthKey = keyof typeof borderWidth;
152
- declare type BorderWidth = {
153
- get: (val: BorderWidthKey) => string;
154
- };
155
-
156
- declare const boxShadow: {
157
- readonly '0': {
158
- readonly value: {
159
- readonly x: "0";
160
- readonly y: "0";
161
- readonly blur: "0";
162
- readonly spread: "0";
163
- readonly color: "#";
164
- readonly type: "innerShadow";
165
- };
166
- readonly type: "boxShadow";
113
+ readonly '8': {
114
+ readonly value: "24";
115
+ readonly type: "spacing";
167
116
  };
168
- readonly '1': {
169
- readonly value: {
170
- readonly x: "0";
171
- readonly y: "2";
172
- readonly blur: "5";
173
- readonly spread: "0";
174
- readonly color: "#10306612";
175
- readonly type: "dropShadow";
176
- };
177
- readonly type: "boxShadow";
117
+ readonly '9': {
118
+ readonly value: "32";
119
+ readonly type: "spacing";
178
120
  };
179
- readonly '2': {
180
- readonly value: {
181
- readonly x: "0";
182
- readonly y: "4";
183
- readonly blur: "8";
184
- readonly spread: "0";
185
- readonly color: "#10306612";
186
- readonly type: "dropShadow";
187
- };
188
- readonly type: "boxShadow";
121
+ readonly '10': {
122
+ readonly value: "36";
123
+ readonly type: "spacing";
189
124
  };
190
- readonly '3': {
191
- readonly value: {
192
- readonly color: "#10306612";
193
- readonly type: "dropShadow";
194
- readonly x: "0";
195
- readonly y: "8";
196
- readonly blur: "16";
197
- readonly spread: "0";
198
- };
199
- readonly type: "boxShadow";
125
+ readonly '11': {
126
+ readonly value: "40";
127
+ readonly type: "spacing";
200
128
  };
201
- readonly '4': {
202
- readonly value: {
203
- readonly color: "#10306612";
204
- readonly type: "dropShadow";
205
- readonly x: "0";
206
- readonly y: "16";
207
- readonly blur: "24";
208
- readonly spread: "0";
209
- };
210
- readonly type: "boxShadow";
129
+ readonly '12': {
130
+ readonly value: "44";
131
+ readonly type: "spacing";
211
132
  };
212
133
  };
213
134
 
214
- declare type BoxShadowKey = keyof typeof boxShadow;
215
- declare type BoxShadow = {
216
- get: (val: BoxShadowKey) => string;
135
+ declare type SpacingKey = keyof typeof spacing$1;
136
+ declare type Spacing = {
137
+ get: (val: SpacingKey) => string;
217
138
  };
139
+ declare const spacing: Spacing;
218
140
 
219
- declare const opacity: {
220
- readonly '0': {
221
- readonly value: "0";
222
- readonly type: "opacity";
223
- };
224
- readonly '1': {
225
- readonly value: "7%";
226
- readonly type: "opacity";
227
- };
228
- readonly '2': {
229
- readonly value: "14%";
230
- readonly type: "opacity";
231
- };
232
- readonly '3': {
233
- readonly value: "21%";
234
- readonly type: "opacity";
235
- };
236
- readonly '4': {
237
- readonly value: "50%";
238
- readonly type: "opacity";
239
- readonly description: "used in disabled state";
240
- };
241
- readonly '5': {
242
- readonly value: "75%";
243
- readonly type: "opacity";
244
- readonly description: "used in backdrop overlays";
245
- };
246
- };
141
+ type spacing_d_SpacingKey = SpacingKey;
142
+ type spacing_d_Spacing = Spacing;
143
+ declare namespace spacing_d {
144
+ export {
145
+ spacing as default,
146
+ spacing_d_SpacingKey as SpacingKey,
147
+ spacing_d_Spacing as Spacing,
148
+ };
149
+ }
247
150
 
248
- declare type OpacityKey = keyof typeof opacity;
249
- declare type Opacity = {
250
- get: (val: OpacityKey) => string;
151
+ declare const fontFamily: {
152
+ readonly roboto: {
153
+ readonly value: "Roboto";
154
+ readonly type: "fontFamilies";
155
+ };
251
156
  };
252
157
 
253
- declare const sizing: {
254
- readonly '0': {
255
- readonly value: "0";
256
- readonly type: "sizing";
257
- };
158
+ declare const fontSize: {
258
159
  readonly '1': {
259
- readonly value: "4";
260
- readonly type: "sizing";
160
+ readonly value: "10";
161
+ readonly type: "fontSizes";
162
+ readonly description: "smallest possible body size. Used only for avatar initials";
261
163
  };
262
164
  readonly '2': {
263
- readonly value: "8";
264
- readonly type: "sizing";
165
+ readonly value: "12";
166
+ readonly type: "fontSizes";
265
167
  };
266
168
  readonly '3': {
267
- readonly value: "12";
268
- readonly type: "sizing";
169
+ readonly value: "14";
170
+ readonly type: "fontSizes";
269
171
  };
270
172
  readonly '4': {
271
173
  readonly value: "16";
272
- readonly type: "sizing";
174
+ readonly type: "fontSizes";
273
175
  };
274
176
  readonly '5': {
275
- readonly value: "20";
276
- readonly type: "sizing";
177
+ readonly value: "18";
178
+ readonly type: "fontSizes";
277
179
  };
278
180
  readonly '6': {
279
- readonly value: "24";
280
- readonly type: "sizing";
181
+ readonly value: "20";
182
+ readonly type: "fontSizes";
281
183
  };
282
184
  readonly '7': {
283
- readonly value: "28";
284
- readonly type: "sizing";
185
+ readonly value: "22";
186
+ readonly type: "fontSizes";
285
187
  };
286
188
  readonly '8': {
287
- readonly value: "32";
288
- readonly type: "sizing";
289
- };
290
- readonly '9': {
291
- readonly value: "36";
292
- readonly type: "sizing";
293
- };
294
- readonly '10': {
295
- readonly value: "40";
296
- readonly type: "sizing";
297
- };
298
- readonly '11': {
299
- readonly value: "44";
300
- readonly type: "sizing";
301
- };
302
- readonly '12': {
303
- readonly value: "48";
304
- readonly type: "sizing";
305
- };
306
- readonly '13': {
307
- readonly value: "52";
308
- readonly type: "sizing";
309
- };
310
- readonly '14': {
311
- readonly value: "56";
312
- readonly type: "sizing";
313
- };
314
- readonly '15': {
315
- readonly value: "64";
316
- readonly type: "sizing";
317
- };
318
- readonly '16': {
319
- readonly value: "72";
320
- readonly type: "sizing";
321
- };
322
- readonly '17': {
323
- readonly value: "80";
324
- readonly type: "sizing";
325
- };
326
- readonly '18': {
327
- readonly value: "88";
328
- readonly type: "sizing";
329
- };
330
- readonly '19': {
331
- readonly value: "92";
332
- readonly type: "sizing";
333
- };
334
- };
335
-
336
- declare type SizingKey = keyof typeof sizing;
337
- declare type Sizing = {
338
- get: (val: SizingKey) => string;
339
- };
340
-
341
- declare const spacing$1: {
342
- readonly '0': {
343
- readonly value: "0";
344
- readonly type: "spacing";
345
- };
346
- readonly '1': {
347
- readonly value: "1";
348
- readonly type: "spacing";
349
- };
350
- readonly '2': {
351
- readonly value: "2";
352
- readonly type: "spacing";
353
- };
354
- readonly '3': {
355
- readonly value: "4";
356
- readonly type: "spacing";
357
- };
358
- readonly '4': {
359
- readonly value: "8";
360
- readonly type: "spacing";
361
- };
362
- readonly '5': {
363
- readonly value: "12";
364
- readonly type: "spacing";
365
- };
366
- readonly '6': {
367
- readonly value: "16";
368
- readonly type: "spacing";
369
- };
370
- readonly '7': {
371
- readonly value: "20";
372
- readonly type: "spacing";
373
- };
374
- readonly '8': {
375
- readonly value: "24";
376
- readonly type: "spacing";
377
- };
378
- readonly '9': {
379
- readonly value: "32";
380
- readonly type: "spacing";
381
- };
382
- readonly '10': {
383
- readonly value: "36";
384
- readonly type: "spacing";
385
- };
386
- readonly '11': {
387
- readonly value: "40";
388
- readonly type: "spacing";
389
- };
390
- readonly '12': {
391
- readonly value: "44";
392
- readonly type: "spacing";
393
- };
394
- };
395
-
396
- declare type SpacingKey = keyof typeof spacing$1;
397
- declare type Spacing = {
398
- get: (val: SpacingKey) => string;
399
- };
400
- declare const spacing: Spacing;
401
-
402
- type spacing_d_SpacingKey = SpacingKey;
403
- type spacing_d_Spacing = Spacing;
404
- declare namespace spacing_d {
405
- export {
406
- spacing as default,
407
- spacing_d_SpacingKey as SpacingKey,
408
- spacing_d_Spacing as Spacing,
409
- };
410
- }
411
-
412
- declare const fontFamily: {
413
- readonly roboto: {
414
- readonly value: "Roboto";
415
- readonly type: "fontFamilies";
416
- };
417
- };
418
-
419
- declare const fontSize: {
420
- readonly '1': {
421
- readonly value: "10";
422
- readonly type: "fontSizes";
423
- readonly description: "smallest possible body size. Used only for avatar initials";
424
- };
425
- readonly '2': {
426
- readonly value: "12";
427
- readonly type: "fontSizes";
428
- };
429
- readonly '3': {
430
- readonly value: "14";
431
- readonly type: "fontSizes";
432
- };
433
- readonly '4': {
434
- readonly value: "16";
435
- readonly type: "fontSizes";
436
- };
437
- readonly '5': {
438
- readonly value: "18";
439
- readonly type: "fontSizes";
440
- };
441
- readonly '6': {
442
- readonly value: "20";
443
- readonly type: "fontSizes";
444
- };
445
- readonly '7': {
446
- readonly value: "22";
447
- readonly type: "fontSizes";
448
- };
449
- readonly '8': {
450
- readonly value: "24";
451
- readonly type: "fontSizes";
189
+ readonly value: "24";
190
+ readonly type: "fontSizes";
452
191
  };
453
192
  readonly '9': {
454
193
  readonly value: "28";
@@ -652,20 +391,332 @@ declare namespace typography_d {
652
391
  };
653
392
  }
654
393
 
394
+ declare type Overrides = Record<string, any>;
395
+ declare const overrides: Overrides;
396
+
397
+ type overrides_d_Overrides = Overrides;
398
+ declare namespace overrides_d {
399
+ export {
400
+ overrides as default,
401
+ overrides_d_Overrides as Overrides,
402
+ };
403
+ }
404
+
405
+ declare const borderRadius: {
406
+ readonly '0': {
407
+ readonly value: "0px";
408
+ readonly type: "borderRadius";
409
+ readonly description: "Corner radius = 0px";
410
+ };
411
+ readonly '1': {
412
+ readonly value: "2px";
413
+ readonly type: "borderRadius";
414
+ readonly description: "Corner radius = 2px";
415
+ };
416
+ readonly '2': {
417
+ readonly value: "4px";
418
+ readonly type: "borderRadius";
419
+ readonly description: "Corner radius = 4px";
420
+ };
421
+ readonly '3': {
422
+ readonly value: "8px";
423
+ readonly type: "borderRadius";
424
+ readonly description: "Corner radius = 8px";
425
+ };
426
+ readonly '4': {
427
+ readonly value: "16px";
428
+ readonly type: "borderRadius";
429
+ readonly description: "Corner radius = 16px";
430
+ };
431
+ readonly '5': {
432
+ readonly value: "36px";
433
+ readonly type: "borderRadius";
434
+ readonly description: "Corner radius = 36px";
435
+ };
436
+ readonly '6': {
437
+ readonly value: "48px";
438
+ readonly type: "borderRadius";
439
+ readonly description: "Corner radius = 48px";
440
+ };
441
+ readonly '7': {
442
+ readonly value: "100px";
443
+ readonly type: "borderRadius";
444
+ readonly description: "Corner radius = 100px used for circles and pill shaped elements";
445
+ };
446
+ };
447
+
448
+ declare type BorderRadiusKey = keyof typeof borderRadius;
449
+ declare type BorderRadius = {
450
+ get: (val: BorderRadiusKey) => string;
451
+ };
452
+
453
+ declare const borderWidth: {
454
+ readonly '1': {
455
+ readonly value: "1px";
456
+ readonly type: "borderWidth";
457
+ readonly description: "Default 1pxs stroke";
458
+ };
459
+ readonly '2': {
460
+ readonly value: "2px";
461
+ readonly type: "borderWidth";
462
+ };
463
+ };
464
+
465
+ declare type BorderWidthKey = keyof typeof borderWidth;
466
+ declare type BorderWidth = {
467
+ get: (val: BorderWidthKey) => string;
468
+ };
469
+
470
+ declare const boxShadow: {
471
+ readonly '0': {
472
+ readonly value: {
473
+ readonly x: "0";
474
+ readonly y: "0";
475
+ readonly blur: "0";
476
+ readonly spread: "0";
477
+ readonly color: "#";
478
+ readonly type: "innerShadow";
479
+ };
480
+ readonly type: "boxShadow";
481
+ };
482
+ readonly '1': {
483
+ readonly value: {
484
+ readonly x: "0";
485
+ readonly y: "2";
486
+ readonly blur: "5";
487
+ readonly spread: "0";
488
+ readonly color: "#10306612";
489
+ readonly type: "dropShadow";
490
+ };
491
+ readonly type: "boxShadow";
492
+ };
493
+ readonly '2': {
494
+ readonly value: {
495
+ readonly x: "0";
496
+ readonly y: "4";
497
+ readonly blur: "8";
498
+ readonly spread: "0";
499
+ readonly color: "#10306612";
500
+ readonly type: "dropShadow";
501
+ };
502
+ readonly type: "boxShadow";
503
+ };
504
+ readonly '3': {
505
+ readonly value: {
506
+ readonly color: "#10306612";
507
+ readonly type: "dropShadow";
508
+ readonly x: "0";
509
+ readonly y: "8";
510
+ readonly blur: "16";
511
+ readonly spread: "0";
512
+ };
513
+ readonly type: "boxShadow";
514
+ };
515
+ readonly '4': {
516
+ readonly value: {
517
+ readonly color: "#10306612";
518
+ readonly type: "dropShadow";
519
+ readonly x: "0";
520
+ readonly y: "16";
521
+ readonly blur: "24";
522
+ readonly spread: "0";
523
+ };
524
+ readonly type: "boxShadow";
525
+ };
526
+ };
527
+
528
+ declare type BoxShadowKey = keyof typeof boxShadow;
529
+ declare type BoxShadow = {
530
+ get: (val: BoxShadowKey) => string;
531
+ };
532
+
533
+ declare const opacity: {
534
+ readonly '0': {
535
+ readonly value: "0";
536
+ readonly type: "opacity";
537
+ };
538
+ readonly '1': {
539
+ readonly value: "7%";
540
+ readonly type: "opacity";
541
+ };
542
+ readonly '2': {
543
+ readonly value: "14%";
544
+ readonly type: "opacity";
545
+ };
546
+ readonly '3': {
547
+ readonly value: "21%";
548
+ readonly type: "opacity";
549
+ };
550
+ readonly '4': {
551
+ readonly value: "50%";
552
+ readonly type: "opacity";
553
+ readonly description: "used in disabled state";
554
+ };
555
+ readonly '5': {
556
+ readonly value: "75%";
557
+ readonly type: "opacity";
558
+ readonly description: "used in backdrop overlays";
559
+ };
560
+ };
561
+
562
+ declare type OpacityKey = keyof typeof opacity;
563
+ declare type Opacity = {
564
+ get: (val: OpacityKey) => string;
565
+ };
566
+
567
+ declare const sizing: {
568
+ readonly '0': {
569
+ readonly value: "0";
570
+ readonly type: "sizing";
571
+ };
572
+ readonly '1': {
573
+ readonly value: "4";
574
+ readonly type: "sizing";
575
+ };
576
+ readonly '2': {
577
+ readonly value: "8";
578
+ readonly type: "sizing";
579
+ };
580
+ readonly '3': {
581
+ readonly value: "12";
582
+ readonly type: "sizing";
583
+ };
584
+ readonly '4': {
585
+ readonly value: "16";
586
+ readonly type: "sizing";
587
+ };
588
+ readonly '5': {
589
+ readonly value: "20";
590
+ readonly type: "sizing";
591
+ };
592
+ readonly '6': {
593
+ readonly value: "24";
594
+ readonly type: "sizing";
595
+ };
596
+ readonly '7': {
597
+ readonly value: "28";
598
+ readonly type: "sizing";
599
+ };
600
+ readonly '8': {
601
+ readonly value: "32";
602
+ readonly type: "sizing";
603
+ };
604
+ readonly '9': {
605
+ readonly value: "36";
606
+ readonly type: "sizing";
607
+ };
608
+ readonly '10': {
609
+ readonly value: "40";
610
+ readonly type: "sizing";
611
+ };
612
+ readonly '11': {
613
+ readonly value: "44";
614
+ readonly type: "sizing";
615
+ };
616
+ readonly '12': {
617
+ readonly value: "48";
618
+ readonly type: "sizing";
619
+ };
620
+ readonly '13': {
621
+ readonly value: "52";
622
+ readonly type: "sizing";
623
+ };
624
+ readonly '14': {
625
+ readonly value: "56";
626
+ readonly type: "sizing";
627
+ };
628
+ readonly '15': {
629
+ readonly value: "64";
630
+ readonly type: "sizing";
631
+ };
632
+ readonly '16': {
633
+ readonly value: "72";
634
+ readonly type: "sizing";
635
+ };
636
+ readonly '17': {
637
+ readonly value: "80";
638
+ readonly type: "sizing";
639
+ };
640
+ readonly '18': {
641
+ readonly value: "88";
642
+ readonly type: "sizing";
643
+ };
644
+ readonly '19': {
645
+ readonly value: "92";
646
+ readonly type: "sizing";
647
+ };
648
+ };
649
+
650
+ declare type SizingKey = keyof typeof sizing;
651
+ declare type Sizing = {
652
+ get: (val: SizingKey) => string;
653
+ };
654
+
655
+ declare type NeutralPaletteConfig = {
656
+ light?: string;
657
+ dark?: string;
658
+ grey?: string;
659
+ transparent?: string;
660
+ };
661
+ declare type GradientPaletteConfig = {
662
+ primary?: string;
663
+ secondary?: string;
664
+ tertiary?: string;
665
+ upsell?: string;
666
+ inverted?: string;
667
+ };
668
+
669
+ declare type SemanticBackDrop = {
670
+ get: (val: string) => string;
671
+ };
672
+
673
+ declare type SemanticBackgroundColor = {
674
+ get: (val: string) => string;
675
+ };
676
+
677
+ declare type SemanticBorderColor = {
678
+ get: (val: string) => string;
679
+ };
680
+
681
+ declare type SemanticDisabledState = {
682
+ get: (val: string) => string;
683
+ };
684
+
685
+ declare type SemanticPalette = {
686
+ get: (val: string) => string;
687
+ };
688
+
689
+ declare type SemanticTextColor = {
690
+ get: (val: string) => string;
691
+ };
692
+
655
693
  declare type TextColorTypes = 'primary' | 'secondary' | 'light';
656
- declare type ColorScheme = 'light' | 'dark';
694
+ declare type ColorScheme = 'semantic' | 'dark';
695
+ declare type SemanticTheme = {
696
+ backdrop: SemanticBackDrop;
697
+ backgroundColor: SemanticBackgroundColor;
698
+ borderColor: SemanticBorderColor;
699
+ disabledState: SemanticDisabledState;
700
+ palette: SemanticPalette;
701
+ textColor: SemanticTextColor;
702
+ };
703
+ /** Will add more themes in the future (e.g.: DarkTheme) */
704
+ declare type Tokens = SemanticTheme;
657
705
  declare type Theme = {
658
- palette: Palette;
659
- typography: Typography;
660
- spacing: Spacing;
661
- elevation: Elevation;
706
+ globals: {
707
+ colors: Palette;
708
+ typography: Typography;
709
+ spacing: Spacing;
710
+ elevation: Elevation;
711
+ borderRadius: BorderRadius;
712
+ borderWidth: BorderWidth;
713
+ boxShadow: BoxShadow;
714
+ opacity: Opacity;
715
+ sizing: Sizing;
716
+ };
717
+ tokens: Tokens;
662
718
  colorScheme: ColorScheme;
663
719
  overrides: Overrides;
664
- borderRadius: BorderRadius;
665
- borderWidth: BorderWidth;
666
- boxShadow: BoxShadow;
667
- opacity: Opacity;
668
- sizing: Sizing;
669
720
  utils: {
670
721
  getColor: GetColor;
671
722
  getAAColorFromSwatches: GetAAColorFromSwatches;
@@ -676,17 +727,18 @@ declare type Theme = {
676
727
  declare const defaultTheme: (theming: ColorScheme) => Theme;
677
728
 
678
729
  declare const neutralColors: readonly ["neutralWhite", "neutralBlack"];
679
- declare const colorSchemes: readonly ["light", "dark"];
730
+ declare const colorSchemes: readonly ["semantic", "dark"];
680
731
  /**
681
732
  * Here are listed all the colors available for our project
682
733
  * Flat colors are the actual colors of the system
683
734
  **/
684
- declare const flatColors: readonly ["greyScale", "darkGrey", "lightGrey", "red", "magenta", "purple", "darkBlue", "blue", "lightBlue", "teal", "green", "yellow", "orange", "darkOrange", "neutralWhite", "neutralBlack"];
735
+ declare const flatColors: readonly ["greyScale", "darkGrey", "lightGrey", "red", "magenta", "lightPurple", "purple", "darkBlue", "blue", "lightBlue", "teal", "green", "yellow", "orange", "darkOrange", "neutralWhite", "neutralBlack"];
685
736
  /**
686
737
  * Here are listed all the colors available for our project
687
738
  * Pale colors are just colors without shades
688
739
  **/
689
- declare const paleColors: readonly ["greyScale", "darkGrey", "lightGrey", "red", "magenta", "purple", "darkBlue", "blue", "lightBlue", "teal", "green", "yellow", "orange"];
740
+ /** @TODO remove all these when all components are revisited for v5 */
741
+ declare const paleColors: readonly ["greyScale", "darkGrey", "lightGrey", "red", "magenta", "lightPurple", "purple", "darkBlue", "blue", "lightBlue", "teal", "green", "yellow", "orange"];
690
742
  /**
691
743
  * Here are listed all the color shades
692
744
  * Each colors of the flat palette is generated with these variations
@@ -704,23 +756,26 @@ declare const MAX_SHADE = 950;
704
756
  * Each color has again the above variations (shades)
705
757
  **/
706
758
  declare const mainTypes: readonly ["primary", "secondary", "success", "error", "warning", "info", "light", "link"];
707
- declare type flatPalette = Record<typeof flatColors[number], generatedColorShades>;
708
- declare type palePalette = Record<typeof paleColors[number], string>;
709
- declare type generatedColorShades = Record<typeof colorShades[number], string>;
759
+ declare type FlatPalette = Record<typeof flatColors[number], GeneratedColorShades>;
760
+ declare type PalePalette = Record<typeof paleColors[number], string>;
761
+ declare type GeneratedColorShades = Record<typeof colorShades[number], string>;
710
762
  /**
711
763
  * Palette is end output of what is produced and exported to the client projects
712
764
  **/
713
765
  declare type Palette = {
766
+ flat: FlatPalette;
767
+ neutral: NeutralPaletteConfig;
768
+ gradient: GradientPaletteConfig;
769
+ /** @TODO remove all these when all components are revisited for v5 */
714
770
  text: {
715
- primary: generatedColorShades;
716
- secondary: generatedColorShades;
717
- light: generatedColorShades;
771
+ primary: GeneratedColorShades;
772
+ secondary: GeneratedColorShades;
773
+ light: GeneratedColorShades;
718
774
  };
719
- flat: flatPalette;
720
- pale: palePalette;
775
+ pale: PalePalette;
721
776
  white: string;
722
777
  black: string;
723
- } & Record<typeof mainTypes[number], generatedColorShades>;
778
+ } & Record<typeof mainTypes[number], GeneratedColorShades>;
724
779
  declare type formFieldStyles = 'filled' | 'outlined' | 'elevated';
725
780
  declare type GetColor = {
726
781
  (color: typeof flatColors[number], variant: typeof colorShades[number]): string;
@@ -752,9 +807,9 @@ declare const palette_d_MIN_SHADE: typeof MIN_SHADE;
752
807
  declare const palette_d_BASE_SHADE: typeof BASE_SHADE;
753
808
  declare const palette_d_MAX_SHADE: typeof MAX_SHADE;
754
809
  declare const palette_d_mainTypes: typeof mainTypes;
755
- type palette_d_flatPalette = flatPalette;
756
- type palette_d_palePalette = palePalette;
757
- type palette_d_generatedColorShades = generatedColorShades;
810
+ type palette_d_FlatPalette = FlatPalette;
811
+ type palette_d_PalePalette = PalePalette;
812
+ type palette_d_GeneratedColorShades = GeneratedColorShades;
758
813
  type palette_d_Palette = Palette;
759
814
  type palette_d_formFieldStyles = formFieldStyles;
760
815
  type palette_d_GetColor = GetColor;
@@ -774,9 +829,9 @@ declare namespace palette_d {
774
829
  palette_d_BASE_SHADE as BASE_SHADE,
775
830
  palette_d_MAX_SHADE as MAX_SHADE,
776
831
  palette_d_mainTypes as mainTypes,
777
- palette_d_flatPalette as flatPalette,
778
- palette_d_palePalette as palePalette,
779
- palette_d_generatedColorShades as generatedColorShades,
832
+ palette_d_FlatPalette as FlatPalette,
833
+ palette_d_PalePalette as PalePalette,
834
+ palette_d_GeneratedColorShades as GeneratedColorShades,
780
835
  palette_d_Palette as Palette,
781
836
  palette_d_formFieldStyles as formFieldStyles,
782
837
  palette_d_GetColor as GetColor,
@@ -828,7 +883,7 @@ declare type AvatarProps = {
828
883
  } & DivProps;
829
884
  declare type AvatarSizes = 'xs' | 'sm' | 'md' | 'lg';
830
885
 
831
- declare const Avatar: React__default.ForwardRefExoticComponent<Pick<AvatarProps, "children" | "onChange" | "color" | "value" | "download" | "size" | "name" | "onClick" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "default" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "height" | "width" | "start" | "type" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "useMap" | "wmode" | "wrap" | "iconName"> & React__default.RefAttributes<HTMLDivElement>>;
886
+ declare const Avatar: React__default.ForwardRefExoticComponent<Pick<AvatarProps, "children" | "onChange" | "color" | "value" | "type" | "download" | "size" | "name" | "onClick" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "default" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "height" | "width" | "start" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "useMap" | "wmode" | "wrap" | "iconName"> & React__default.RefAttributes<HTMLDivElement>>;
832
887
 
833
888
  declare type AvatarStackProps = {
834
889
  /** the maximum number of avatars to be displayed **/
@@ -839,7 +894,7 @@ declare type AvatarStackProps = {
839
894
  color?: string;
840
895
  };
841
896
 
842
- declare const AvatarStack: React__default.ForwardRefExoticComponent<Pick<AvatarStackProps & TestProps$1 & Partial<Omit<React__default.HTMLProps<HTMLDivElement>, "size" | "css">>, "children" | "onChange" | "value" | "download" | "name" | "onClick" | keyof TestProps$1 | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "default" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "height" | "width" | "start" | "type" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "useMap" | "wmode" | "wrap" | keyof AvatarStackProps> & React__default.RefAttributes<HTMLDivElement>>;
897
+ declare const AvatarStack: React__default.ForwardRefExoticComponent<Pick<AvatarStackProps & TestProps$1 & Partial<Omit<React__default.HTMLProps<HTMLDivElement>, "size" | "css">>, "children" | "onChange" | "value" | "type" | "download" | "name" | "onClick" | keyof TestProps$1 | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "default" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "height" | "width" | "start" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "useMap" | "wmode" | "wrap" | keyof AvatarStackProps> & React__default.RefAttributes<HTMLDivElement>>;
843
898
 
844
899
  declare type BreadcrumbItemData = {
845
900
  /** Defines the path used for a link breadcrumb item*/
@@ -908,7 +963,7 @@ declare type onClickProp = {
908
963
  onClick: ClickHandler;
909
964
  };
910
965
  declare type ButtonProps = Omit<ButtonBaseProps, 'onClick'> & TestProps$1 & onClickProp & CommonButtonProps$1;
911
- declare const Button: React__default.ForwardRefExoticComponent<Omit<ButtonBaseProps, "onClick"> & TestProps$1 & onClickProp & Partial<Omit<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "size" | "onClick" | "css" | "onBlur" | "type" | "disabled">> & React__default.RefAttributes<HTMLButtonElement>>;
966
+ declare const Button: React__default.ForwardRefExoticComponent<Omit<ButtonBaseProps, "onClick"> & TestProps$1 & onClickProp & Partial<Omit<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "size" | "onClick" | "css" | "onBlur" | "disabled">> & React__default.RefAttributes<HTMLButtonElement>>;
912
967
 
913
968
  declare type CardProps = {
914
969
  /** Elevation of Card */
@@ -1032,7 +1087,7 @@ declare type ChipBaseProps = {
1032
1087
  };
1033
1088
  declare type ChipProps = ChipBaseProps & TestProps & CommonButtonProps;
1034
1089
 
1035
- declare const Chip: React__default.ForwardRefExoticComponent<ChipBaseProps & TestProps & Partial<Omit<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "size" | "onClick" | "css" | "onBlur" | "type" | "disabled">> & React__default.RefAttributes<HTMLButtonElement | HTMLDivElement>>;
1090
+ declare const Chip: React__default.ForwardRefExoticComponent<ChipBaseProps & TestProps & Partial<Omit<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "size" | "onClick" | "css" | "onBlur" | "disabled">> & React__default.RefAttributes<HTMLButtonElement | HTMLDivElement>>;
1036
1091
 
1037
1092
  declare type OwnProps = {
1038
1093
  /** This property defines witch icon to use */
@@ -1685,7 +1740,7 @@ declare type OverlayProps = {
1685
1740
  /** The data test id if needed */
1686
1741
  dataTestId?: TestId$1;
1687
1742
  };
1688
- declare const Overlay: React__default.ForwardRefExoticComponent<Pick<React__default.PropsWithChildren<OverlayProps & Partial<Omit<React__default.HTMLProps<HTMLDivElement>, "size" | "css">>>, "children" | "onChange" | "color" | "value" | "download" | "name" | "onClick" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "default" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "height" | "width" | "start" | "type" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "useMap" | "wmode" | "wrap" | keyof OverlayProps> & React__default.RefAttributes<HTMLDivElement>>;
1743
+ declare const Overlay: React__default.ForwardRefExoticComponent<Pick<React__default.PropsWithChildren<OverlayProps & Partial<Omit<React__default.HTMLProps<HTMLDivElement>, "size" | "css">>>, "children" | "onChange" | "color" | "value" | "type" | "download" | "name" | "onClick" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "default" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "height" | "width" | "start" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "useMap" | "wmode" | "wrap" | keyof OverlayProps> & React__default.RefAttributes<HTMLDivElement>>;
1689
1744
 
1690
1745
  declare type PaginationProps = {
1691
1746
  /** The current page you are on if you need to control it, defaults to 1 **/