@rubin-epo/epo-widget-lib 0.6.1 → 0.6.3

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.
@@ -8,17 +8,17 @@ export declare const WidgetContainer: import("styled-components").IStyledCompone
8
8
  accessKey?: string | undefined;
9
9
  autoFocus?: boolean | undefined;
10
10
  className?: string | undefined;
11
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
11
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
12
12
  contextMenu?: string | undefined;
13
13
  dir?: string | undefined;
14
- draggable?: (boolean | "true" | "false") | undefined;
14
+ draggable?: (boolean | "false" | "true") | undefined;
15
15
  hidden?: boolean | undefined;
16
16
  id?: string | undefined;
17
17
  lang?: string | undefined;
18
18
  nonce?: string | undefined;
19
19
  placeholder?: string | undefined;
20
20
  slot?: string | undefined;
21
- spellCheck?: (boolean | "true" | "false") | undefined;
21
+ spellCheck?: (boolean | "false" | "true") | undefined;
22
22
  style?: import("react").CSSProperties | undefined;
23
23
  tabIndex?: number | undefined;
24
24
  title?: string | undefined;
@@ -52,52 +52,52 @@ export declare const WidgetContainer: import("styled-components").IStyledCompone
52
52
  is?: string | undefined;
53
53
  children?: import("react").ReactNode;
54
54
  "aria-activedescendant"?: string | undefined;
55
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
56
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
55
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
56
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
57
57
  "aria-braillelabel"?: string | undefined;
58
58
  "aria-brailleroledescription"?: string | undefined;
59
- "aria-busy"?: (boolean | "true" | "false") | undefined;
60
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
59
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
60
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
61
61
  "aria-colcount"?: number | undefined;
62
62
  "aria-colindex"?: number | undefined;
63
63
  "aria-colindextext"?: string | undefined;
64
64
  "aria-colspan"?: number | undefined;
65
65
  "aria-controls"?: string | undefined;
66
- "aria-current"?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
66
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
67
67
  "aria-describedby"?: string | undefined;
68
68
  "aria-description"?: string | undefined;
69
69
  "aria-details"?: string | undefined;
70
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
71
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
70
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
71
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
72
72
  "aria-errormessage"?: string | undefined;
73
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
73
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
74
74
  "aria-flowto"?: string | undefined;
75
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
76
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
77
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
78
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
75
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
76
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
77
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
78
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
79
79
  "aria-keyshortcuts"?: string | undefined;
80
80
  "aria-label"?: string | undefined;
81
81
  "aria-labelledby"?: string | undefined;
82
82
  "aria-level"?: number | undefined;
83
83
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
84
- "aria-modal"?: (boolean | "true" | "false") | undefined;
85
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
86
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
84
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
85
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
86
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
87
87
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
88
88
  "aria-owns"?: string | undefined;
89
89
  "aria-placeholder"?: string | undefined;
90
90
  "aria-posinset"?: number | undefined;
91
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
92
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
91
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
92
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
93
93
  "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
94
- "aria-required"?: (boolean | "true" | "false") | undefined;
94
+ "aria-required"?: (boolean | "false" | "true") | undefined;
95
95
  "aria-roledescription"?: string | undefined;
96
96
  "aria-rowcount"?: number | undefined;
97
97
  "aria-rowindex"?: number | undefined;
98
98
  "aria-rowindextext"?: string | undefined;
99
99
  "aria-rowspan"?: number | undefined;
100
- "aria-selected"?: (boolean | "true" | "false") | undefined;
100
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
101
101
  "aria-setsize"?: number | undefined;
102
102
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
103
103
  "aria-valuemax"?: number | undefined;
@@ -280,17 +280,17 @@ export declare const WidgetLayout: import("styled-components").IStyledComponent<
280
280
  accessKey?: string | undefined;
281
281
  autoFocus?: boolean | undefined;
282
282
  className?: string | undefined;
283
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
283
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
284
284
  contextMenu?: string | undefined;
285
285
  dir?: string | undefined;
286
- draggable?: (boolean | "true" | "false") | undefined;
286
+ draggable?: (boolean | "false" | "true") | undefined;
287
287
  hidden?: boolean | undefined;
288
288
  id?: string | undefined;
289
289
  lang?: string | undefined;
290
290
  nonce?: string | undefined;
291
291
  placeholder?: string | undefined;
292
292
  slot?: string | undefined;
293
- spellCheck?: (boolean | "true" | "false") | undefined;
293
+ spellCheck?: (boolean | "false" | "true") | undefined;
294
294
  style?: import("react").CSSProperties | undefined;
295
295
  tabIndex?: number | undefined;
296
296
  title?: string | undefined;
@@ -324,52 +324,52 @@ export declare const WidgetLayout: import("styled-components").IStyledComponent<
324
324
  is?: string | undefined;
325
325
  children?: import("react").ReactNode;
326
326
  "aria-activedescendant"?: string | undefined;
327
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
328
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
327
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
328
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
329
329
  "aria-braillelabel"?: string | undefined;
330
330
  "aria-brailleroledescription"?: string | undefined;
331
- "aria-busy"?: (boolean | "true" | "false") | undefined;
332
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
331
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
332
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
333
333
  "aria-colcount"?: number | undefined;
334
334
  "aria-colindex"?: number | undefined;
335
335
  "aria-colindextext"?: string | undefined;
336
336
  "aria-colspan"?: number | undefined;
337
337
  "aria-controls"?: string | undefined;
338
- "aria-current"?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
338
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
339
339
  "aria-describedby"?: string | undefined;
340
340
  "aria-description"?: string | undefined;
341
341
  "aria-details"?: string | undefined;
342
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
343
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
342
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
343
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
344
344
  "aria-errormessage"?: string | undefined;
345
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
345
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
346
346
  "aria-flowto"?: string | undefined;
347
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
348
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
349
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
350
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
347
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
348
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
349
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
350
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
351
351
  "aria-keyshortcuts"?: string | undefined;
352
352
  "aria-label"?: string | undefined;
353
353
  "aria-labelledby"?: string | undefined;
354
354
  "aria-level"?: number | undefined;
355
355
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
356
- "aria-modal"?: (boolean | "true" | "false") | undefined;
357
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
358
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
356
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
357
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
358
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
359
359
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
360
360
  "aria-owns"?: string | undefined;
361
361
  "aria-placeholder"?: string | undefined;
362
362
  "aria-posinset"?: number | undefined;
363
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
364
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
363
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
364
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
365
365
  "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
366
- "aria-required"?: (boolean | "true" | "false") | undefined;
366
+ "aria-required"?: (boolean | "false" | "true") | undefined;
367
367
  "aria-roledescription"?: string | undefined;
368
368
  "aria-rowcount"?: number | undefined;
369
369
  "aria-rowindex"?: number | undefined;
370
370
  "aria-rowindextext"?: string | undefined;
371
371
  "aria-rowspan"?: number | undefined;
372
- "aria-selected"?: (boolean | "true" | "false") | undefined;
372
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
373
373
  "aria-setsize"?: number | undefined;
374
374
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
375
375
  "aria-valuemax"?: number | undefined;
@@ -552,17 +552,17 @@ export declare const Title: import("styled-components").IStyledComponent<"web",
552
552
  accessKey?: string | undefined;
553
553
  autoFocus?: boolean | undefined;
554
554
  className?: string | undefined;
555
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
555
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
556
556
  contextMenu?: string | undefined;
557
557
  dir?: string | undefined;
558
- draggable?: (boolean | "true" | "false") | undefined;
558
+ draggable?: (boolean | "false" | "true") | undefined;
559
559
  hidden?: boolean | undefined;
560
560
  id?: string | undefined;
561
561
  lang?: string | undefined;
562
562
  nonce?: string | undefined;
563
563
  placeholder?: string | undefined;
564
564
  slot?: string | undefined;
565
- spellCheck?: (boolean | "true" | "false") | undefined;
565
+ spellCheck?: (boolean | "false" | "true") | undefined;
566
566
  style?: import("react").CSSProperties | undefined;
567
567
  tabIndex?: number | undefined;
568
568
  title?: string | undefined;
@@ -596,52 +596,52 @@ export declare const Title: import("styled-components").IStyledComponent<"web",
596
596
  is?: string | undefined;
597
597
  children?: import("react").ReactNode;
598
598
  "aria-activedescendant"?: string | undefined;
599
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
600
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
599
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
600
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
601
601
  "aria-braillelabel"?: string | undefined;
602
602
  "aria-brailleroledescription"?: string | undefined;
603
- "aria-busy"?: (boolean | "true" | "false") | undefined;
604
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
603
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
604
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
605
605
  "aria-colcount"?: number | undefined;
606
606
  "aria-colindex"?: number | undefined;
607
607
  "aria-colindextext"?: string | undefined;
608
608
  "aria-colspan"?: number | undefined;
609
609
  "aria-controls"?: string | undefined;
610
- "aria-current"?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
610
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
611
611
  "aria-describedby"?: string | undefined;
612
612
  "aria-description"?: string | undefined;
613
613
  "aria-details"?: string | undefined;
614
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
615
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
614
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
615
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
616
616
  "aria-errormessage"?: string | undefined;
617
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
617
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
618
618
  "aria-flowto"?: string | undefined;
619
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
620
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
621
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
622
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
619
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
620
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
621
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
622
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
623
623
  "aria-keyshortcuts"?: string | undefined;
624
624
  "aria-label"?: string | undefined;
625
625
  "aria-labelledby"?: string | undefined;
626
626
  "aria-level"?: number | undefined;
627
627
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
628
- "aria-modal"?: (boolean | "true" | "false") | undefined;
629
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
630
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
628
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
629
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
630
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
631
631
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
632
632
  "aria-owns"?: string | undefined;
633
633
  "aria-placeholder"?: string | undefined;
634
634
  "aria-posinset"?: number | undefined;
635
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
636
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
635
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
636
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
637
637
  "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
638
- "aria-required"?: (boolean | "true" | "false") | undefined;
638
+ "aria-required"?: (boolean | "false" | "true") | undefined;
639
639
  "aria-roledescription"?: string | undefined;
640
640
  "aria-rowcount"?: number | undefined;
641
641
  "aria-rowindex"?: number | undefined;
642
642
  "aria-rowindextext"?: string | undefined;
643
643
  "aria-rowspan"?: number | undefined;
644
- "aria-selected"?: (boolean | "true" | "false") | undefined;
644
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
645
645
  "aria-setsize"?: number | undefined;
646
646
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
647
647
  "aria-valuemax"?: number | undefined;
@@ -824,17 +824,17 @@ export declare const ControlsContainer: import("styled-components").IStyledCompo
824
824
  accessKey?: string | undefined;
825
825
  autoFocus?: boolean | undefined;
826
826
  className?: string | undefined;
827
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
827
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
828
828
  contextMenu?: string | undefined;
829
829
  dir?: string | undefined;
830
- draggable?: (boolean | "true" | "false") | undefined;
830
+ draggable?: (boolean | "false" | "true") | undefined;
831
831
  hidden?: boolean | undefined;
832
832
  id?: string | undefined;
833
833
  lang?: string | undefined;
834
834
  nonce?: string | undefined;
835
835
  placeholder?: string | undefined;
836
836
  slot?: string | undefined;
837
- spellCheck?: (boolean | "true" | "false") | undefined;
837
+ spellCheck?: (boolean | "false" | "true") | undefined;
838
838
  style?: import("react").CSSProperties | undefined;
839
839
  tabIndex?: number | undefined;
840
840
  title?: string | undefined;
@@ -868,52 +868,52 @@ export declare const ControlsContainer: import("styled-components").IStyledCompo
868
868
  is?: string | undefined;
869
869
  children?: import("react").ReactNode;
870
870
  "aria-activedescendant"?: string | undefined;
871
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
872
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
871
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
872
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
873
873
  "aria-braillelabel"?: string | undefined;
874
874
  "aria-brailleroledescription"?: string | undefined;
875
- "aria-busy"?: (boolean | "true" | "false") | undefined;
876
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
875
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
876
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
877
877
  "aria-colcount"?: number | undefined;
878
878
  "aria-colindex"?: number | undefined;
879
879
  "aria-colindextext"?: string | undefined;
880
880
  "aria-colspan"?: number | undefined;
881
881
  "aria-controls"?: string | undefined;
882
- "aria-current"?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
882
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
883
883
  "aria-describedby"?: string | undefined;
884
884
  "aria-description"?: string | undefined;
885
885
  "aria-details"?: string | undefined;
886
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
887
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
886
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
887
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
888
888
  "aria-errormessage"?: string | undefined;
889
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
889
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
890
890
  "aria-flowto"?: string | undefined;
891
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
892
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
893
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
894
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
891
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
892
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
893
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
894
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
895
895
  "aria-keyshortcuts"?: string | undefined;
896
896
  "aria-label"?: string | undefined;
897
897
  "aria-labelledby"?: string | undefined;
898
898
  "aria-level"?: number | undefined;
899
899
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
900
- "aria-modal"?: (boolean | "true" | "false") | undefined;
901
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
902
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
900
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
901
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
902
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
903
903
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
904
904
  "aria-owns"?: string | undefined;
905
905
  "aria-placeholder"?: string | undefined;
906
906
  "aria-posinset"?: number | undefined;
907
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
908
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
907
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
908
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
909
909
  "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
910
- "aria-required"?: (boolean | "true" | "false") | undefined;
910
+ "aria-required"?: (boolean | "false" | "true") | undefined;
911
911
  "aria-roledescription"?: string | undefined;
912
912
  "aria-rowcount"?: number | undefined;
913
913
  "aria-rowindex"?: number | undefined;
914
914
  "aria-rowindextext"?: string | undefined;
915
915
  "aria-rowspan"?: number | undefined;
916
- "aria-selected"?: (boolean | "true" | "false") | undefined;
916
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
917
917
  "aria-setsize"?: number | undefined;
918
918
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
919
919
  "aria-valuemax"?: number | undefined;
@@ -1098,17 +1098,17 @@ export declare const Image: import("styled-components").IStyledComponent<"web",
1098
1098
  accessKey?: string | undefined;
1099
1099
  autoFocus?: boolean | undefined;
1100
1100
  className?: string | undefined;
1101
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1101
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
1102
1102
  contextMenu?: string | undefined;
1103
1103
  dir?: string | undefined;
1104
- draggable?: (boolean | "true" | "false") | undefined;
1104
+ draggable?: (boolean | "false" | "true") | undefined;
1105
1105
  hidden?: boolean | undefined;
1106
1106
  id?: string | undefined;
1107
1107
  lang?: string | undefined;
1108
1108
  nonce?: string | undefined;
1109
1109
  placeholder?: string | undefined;
1110
1110
  slot?: string | undefined;
1111
- spellCheck?: (boolean | "true" | "false") | undefined;
1111
+ spellCheck?: (boolean | "false" | "true") | undefined;
1112
1112
  style?: import("react").CSSProperties | undefined;
1113
1113
  tabIndex?: number | undefined;
1114
1114
  title?: string | undefined;
@@ -1142,52 +1142,52 @@ export declare const Image: import("styled-components").IStyledComponent<"web",
1142
1142
  is?: string | undefined;
1143
1143
  children?: import("react").ReactNode;
1144
1144
  "aria-activedescendant"?: string | undefined;
1145
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
1146
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1145
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
1146
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
1147
1147
  "aria-braillelabel"?: string | undefined;
1148
1148
  "aria-brailleroledescription"?: string | undefined;
1149
- "aria-busy"?: (boolean | "true" | "false") | undefined;
1150
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1149
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
1150
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1151
1151
  "aria-colcount"?: number | undefined;
1152
1152
  "aria-colindex"?: number | undefined;
1153
1153
  "aria-colindextext"?: string | undefined;
1154
1154
  "aria-colspan"?: number | undefined;
1155
1155
  "aria-controls"?: string | undefined;
1156
- "aria-current"?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
1156
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1157
1157
  "aria-describedby"?: string | undefined;
1158
1158
  "aria-description"?: string | undefined;
1159
1159
  "aria-details"?: string | undefined;
1160
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
1161
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1160
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
1161
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1162
1162
  "aria-errormessage"?: string | undefined;
1163
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
1163
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
1164
1164
  "aria-flowto"?: string | undefined;
1165
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1166
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1167
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
1168
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1165
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1166
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1167
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
1168
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1169
1169
  "aria-keyshortcuts"?: string | undefined;
1170
1170
  "aria-label"?: string | undefined;
1171
1171
  "aria-labelledby"?: string | undefined;
1172
1172
  "aria-level"?: number | undefined;
1173
1173
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
1174
- "aria-modal"?: (boolean | "true" | "false") | undefined;
1175
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
1176
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1174
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
1175
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
1176
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1177
1177
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
1178
1178
  "aria-owns"?: string | undefined;
1179
1179
  "aria-placeholder"?: string | undefined;
1180
1180
  "aria-posinset"?: number | undefined;
1181
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1182
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
1181
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1182
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
1183
1183
  "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1184
- "aria-required"?: (boolean | "true" | "false") | undefined;
1184
+ "aria-required"?: (boolean | "false" | "true") | undefined;
1185
1185
  "aria-roledescription"?: string | undefined;
1186
1186
  "aria-rowcount"?: number | undefined;
1187
1187
  "aria-rowindex"?: number | undefined;
1188
1188
  "aria-rowindextext"?: string | undefined;
1189
1189
  "aria-rowspan"?: number | undefined;
1190
- "aria-selected"?: (boolean | "true" | "false") | undefined;
1190
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
1191
1191
  "aria-setsize"?: number | undefined;
1192
1192
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1193
1193
  "aria-valuemax"?: number | undefined;
@@ -1370,17 +1370,17 @@ export declare const SelectionContainer: import("styled-components").IStyledComp
1370
1370
  accessKey?: string | undefined;
1371
1371
  autoFocus?: boolean | undefined;
1372
1372
  className?: string | undefined;
1373
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1373
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
1374
1374
  contextMenu?: string | undefined;
1375
1375
  dir?: string | undefined;
1376
- draggable?: (boolean | "true" | "false") | undefined;
1376
+ draggable?: (boolean | "false" | "true") | undefined;
1377
1377
  hidden?: boolean | undefined;
1378
1378
  id?: string | undefined;
1379
1379
  lang?: string | undefined;
1380
1380
  nonce?: string | undefined;
1381
1381
  placeholder?: string | undefined;
1382
1382
  slot?: string | undefined;
1383
- spellCheck?: (boolean | "true" | "false") | undefined;
1383
+ spellCheck?: (boolean | "false" | "true") | undefined;
1384
1384
  style?: import("react").CSSProperties | undefined;
1385
1385
  tabIndex?: number | undefined;
1386
1386
  title?: string | undefined;
@@ -1414,52 +1414,52 @@ export declare const SelectionContainer: import("styled-components").IStyledComp
1414
1414
  is?: string | undefined;
1415
1415
  children?: import("react").ReactNode;
1416
1416
  "aria-activedescendant"?: string | undefined;
1417
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
1418
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1417
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
1418
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
1419
1419
  "aria-braillelabel"?: string | undefined;
1420
1420
  "aria-brailleroledescription"?: string | undefined;
1421
- "aria-busy"?: (boolean | "true" | "false") | undefined;
1422
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1421
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
1422
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1423
1423
  "aria-colcount"?: number | undefined;
1424
1424
  "aria-colindex"?: number | undefined;
1425
1425
  "aria-colindextext"?: string | undefined;
1426
1426
  "aria-colspan"?: number | undefined;
1427
1427
  "aria-controls"?: string | undefined;
1428
- "aria-current"?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
1428
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1429
1429
  "aria-describedby"?: string | undefined;
1430
1430
  "aria-description"?: string | undefined;
1431
1431
  "aria-details"?: string | undefined;
1432
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
1433
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1432
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
1433
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1434
1434
  "aria-errormessage"?: string | undefined;
1435
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
1435
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
1436
1436
  "aria-flowto"?: string | undefined;
1437
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1438
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1439
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
1440
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1437
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1438
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1439
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
1440
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1441
1441
  "aria-keyshortcuts"?: string | undefined;
1442
1442
  "aria-label"?: string | undefined;
1443
1443
  "aria-labelledby"?: string | undefined;
1444
1444
  "aria-level"?: number | undefined;
1445
1445
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
1446
- "aria-modal"?: (boolean | "true" | "false") | undefined;
1447
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
1448
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1446
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
1447
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
1448
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1449
1449
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
1450
1450
  "aria-owns"?: string | undefined;
1451
1451
  "aria-placeholder"?: string | undefined;
1452
1452
  "aria-posinset"?: number | undefined;
1453
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1454
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
1453
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1454
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
1455
1455
  "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1456
- "aria-required"?: (boolean | "true" | "false") | undefined;
1456
+ "aria-required"?: (boolean | "false" | "true") | undefined;
1457
1457
  "aria-roledescription"?: string | undefined;
1458
1458
  "aria-rowcount"?: number | undefined;
1459
1459
  "aria-rowindex"?: number | undefined;
1460
1460
  "aria-rowindextext"?: string | undefined;
1461
1461
  "aria-rowspan"?: number | undefined;
1462
- "aria-selected"?: (boolean | "true" | "false") | undefined;
1462
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
1463
1463
  "aria-setsize"?: number | undefined;
1464
1464
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1465
1465
  "aria-valuemax"?: number | undefined;
@@ -1642,17 +1642,17 @@ export declare const ToolsHeader: import("styled-components").IStyledComponent<"
1642
1642
  accessKey?: string | undefined;
1643
1643
  autoFocus?: boolean | undefined;
1644
1644
  className?: string | undefined;
1645
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1645
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
1646
1646
  contextMenu?: string | undefined;
1647
1647
  dir?: string | undefined;
1648
- draggable?: (boolean | "true" | "false") | undefined;
1648
+ draggable?: (boolean | "false" | "true") | undefined;
1649
1649
  hidden?: boolean | undefined;
1650
1650
  id?: string | undefined;
1651
1651
  lang?: string | undefined;
1652
1652
  nonce?: string | undefined;
1653
1653
  placeholder?: string | undefined;
1654
1654
  slot?: string | undefined;
1655
- spellCheck?: (boolean | "true" | "false") | undefined;
1655
+ spellCheck?: (boolean | "false" | "true") | undefined;
1656
1656
  style?: import("react").CSSProperties | undefined;
1657
1657
  tabIndex?: number | undefined;
1658
1658
  title?: string | undefined;
@@ -1686,52 +1686,52 @@ export declare const ToolsHeader: import("styled-components").IStyledComponent<"
1686
1686
  is?: string | undefined;
1687
1687
  children?: import("react").ReactNode;
1688
1688
  "aria-activedescendant"?: string | undefined;
1689
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
1690
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1689
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
1690
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
1691
1691
  "aria-braillelabel"?: string | undefined;
1692
1692
  "aria-brailleroledescription"?: string | undefined;
1693
- "aria-busy"?: (boolean | "true" | "false") | undefined;
1694
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1693
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
1694
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1695
1695
  "aria-colcount"?: number | undefined;
1696
1696
  "aria-colindex"?: number | undefined;
1697
1697
  "aria-colindextext"?: string | undefined;
1698
1698
  "aria-colspan"?: number | undefined;
1699
1699
  "aria-controls"?: string | undefined;
1700
- "aria-current"?: boolean | "page" | "time" | "step" | "true" | "false" | "location" | "date" | undefined;
1700
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1701
1701
  "aria-describedby"?: string | undefined;
1702
1702
  "aria-description"?: string | undefined;
1703
1703
  "aria-details"?: string | undefined;
1704
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
1705
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1704
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
1705
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1706
1706
  "aria-errormessage"?: string | undefined;
1707
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
1707
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
1708
1708
  "aria-flowto"?: string | undefined;
1709
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1710
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1711
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
1712
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1709
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1710
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1711
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
1712
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1713
1713
  "aria-keyshortcuts"?: string | undefined;
1714
1714
  "aria-label"?: string | undefined;
1715
1715
  "aria-labelledby"?: string | undefined;
1716
1716
  "aria-level"?: number | undefined;
1717
1717
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
1718
- "aria-modal"?: (boolean | "true" | "false") | undefined;
1719
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
1720
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1718
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
1719
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
1720
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1721
1721
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
1722
1722
  "aria-owns"?: string | undefined;
1723
1723
  "aria-placeholder"?: string | undefined;
1724
1724
  "aria-posinset"?: number | undefined;
1725
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1726
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
1725
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1726
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
1727
1727
  "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1728
- "aria-required"?: (boolean | "true" | "false") | undefined;
1728
+ "aria-required"?: (boolean | "false" | "true") | undefined;
1729
1729
  "aria-roledescription"?: string | undefined;
1730
1730
  "aria-rowcount"?: number | undefined;
1731
1731
  "aria-rowindex"?: number | undefined;
1732
1732
  "aria-rowindextext"?: string | undefined;
1733
1733
  "aria-rowspan"?: number | undefined;
1734
- "aria-selected"?: (boolean | "true" | "false") | undefined;
1734
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
1735
1735
  "aria-setsize"?: number | undefined;
1736
1736
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1737
1737
  "aria-valuemax"?: number | undefined;