@rubin-epo/epo-widget-lib 0.6.2 → 0.6.4
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.
- package/dist/atomic/Blinker/Controls/styles.d.ts +22 -22
- package/dist/atomic/Blinker/Image/styles.d.ts +23 -23
- package/dist/atomic/Blinker/Images/styles.d.ts +44 -44
- package/dist/atomic/ElapsedTime/styles.d.ts +132 -132
- package/dist/atomic/PlaybackControl/styles.d.ts +44 -44
- package/dist/styles/svg.d.ts +22 -22
- package/dist/widgets/CameraFilter/styles.d.ts +312 -312
- package/dist/widgets/ColorTool/Actions/styles.d.ts +22 -22
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +139 -138
- package/dist/widgets/ColorTool/ImageComposite/styles.d.ts +44 -44
- package/dist/widgets/ColorTool/styles.d.ts +154 -154
- package/dist/widgets/FilterTool/styles.d.ts +234 -234
- package/dist/widgets/SourceSelector/Message/styles.d.ts +2 -1
- package/package.json +3 -3
|
@@ -8,17 +8,17 @@ export declare const Wrapper: import("styled-components").IStyledComponent<"web"
|
|
|
8
8
|
accessKey?: string | undefined;
|
|
9
9
|
autoFocus?: boolean | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: "inherit" | (boolean | "
|
|
11
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
12
12
|
contextMenu?: string | undefined;
|
|
13
13
|
dir?: string | undefined;
|
|
14
|
-
draggable?: (boolean | "
|
|
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 | "
|
|
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 Wrapper: import("styled-components").IStyledComponent<"web"
|
|
|
52
52
|
is?: string | undefined;
|
|
53
53
|
children?: import("react").ReactNode;
|
|
54
54
|
"aria-activedescendant"?: string | undefined;
|
|
55
|
-
"aria-atomic"?: (boolean | "
|
|
56
|
-
"aria-autocomplete"?: "none" | "
|
|
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 | "
|
|
60
|
-
"aria-checked"?: boolean | "
|
|
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" | "
|
|
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 | "
|
|
71
|
-
"aria-dropeffect"?: "none" | "
|
|
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 | "
|
|
73
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
74
74
|
"aria-flowto"?: string | undefined;
|
|
75
|
-
"aria-grabbed"?: (boolean | "
|
|
76
|
-
"aria-haspopup"?: boolean | "
|
|
77
|
-
"aria-hidden"?: (boolean | "
|
|
78
|
-
"aria-invalid"?: boolean | "
|
|
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 | "
|
|
85
|
-
"aria-multiline"?: (boolean | "
|
|
86
|
-
"aria-multiselectable"?: (boolean | "
|
|
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 | "
|
|
92
|
-
"aria-readonly"?: (boolean | "
|
|
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 | "
|
|
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 | "
|
|
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 SelectContainer: import("styled-components").IStyledCompone
|
|
|
280
280
|
accessKey?: string | undefined;
|
|
281
281
|
autoFocus?: boolean | undefined;
|
|
282
282
|
className?: string | undefined;
|
|
283
|
-
contentEditable?: "inherit" | (boolean | "
|
|
283
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
284
284
|
contextMenu?: string | undefined;
|
|
285
285
|
dir?: string | undefined;
|
|
286
|
-
draggable?: (boolean | "
|
|
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 | "
|
|
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 SelectContainer: import("styled-components").IStyledCompone
|
|
|
324
324
|
is?: string | undefined;
|
|
325
325
|
children?: import("react").ReactNode;
|
|
326
326
|
"aria-activedescendant"?: string | undefined;
|
|
327
|
-
"aria-atomic"?: (boolean | "
|
|
328
|
-
"aria-autocomplete"?: "none" | "
|
|
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 | "
|
|
332
|
-
"aria-checked"?: boolean | "
|
|
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" | "
|
|
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 | "
|
|
343
|
-
"aria-dropeffect"?: "none" | "
|
|
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 | "
|
|
345
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
346
346
|
"aria-flowto"?: string | undefined;
|
|
347
|
-
"aria-grabbed"?: (boolean | "
|
|
348
|
-
"aria-haspopup"?: boolean | "
|
|
349
|
-
"aria-hidden"?: (boolean | "
|
|
350
|
-
"aria-invalid"?: boolean | "
|
|
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 | "
|
|
357
|
-
"aria-multiline"?: (boolean | "
|
|
358
|
-
"aria-multiselectable"?: (boolean | "
|
|
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 | "
|
|
364
|
-
"aria-readonly"?: (boolean | "
|
|
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 | "
|
|
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 | "
|
|
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;
|
|
@@ -554,17 +554,17 @@ export declare const SelectLabel: import("styled-components").IStyledComponent<"
|
|
|
554
554
|
accessKey?: string | undefined;
|
|
555
555
|
autoFocus?: boolean | undefined;
|
|
556
556
|
className?: string | undefined;
|
|
557
|
-
contentEditable?: "inherit" | (boolean | "
|
|
557
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
558
558
|
contextMenu?: string | undefined;
|
|
559
559
|
dir?: string | undefined;
|
|
560
|
-
draggable?: (boolean | "
|
|
560
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
561
561
|
hidden?: boolean | undefined;
|
|
562
562
|
id?: string | undefined;
|
|
563
563
|
lang?: string | undefined;
|
|
564
564
|
nonce?: string | undefined;
|
|
565
565
|
placeholder?: string | undefined;
|
|
566
566
|
slot?: string | undefined;
|
|
567
|
-
spellCheck?: (boolean | "
|
|
567
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
568
568
|
style?: import("react").CSSProperties | undefined;
|
|
569
569
|
tabIndex?: number | undefined;
|
|
570
570
|
title?: string | undefined;
|
|
@@ -598,52 +598,52 @@ export declare const SelectLabel: import("styled-components").IStyledComponent<"
|
|
|
598
598
|
is?: string | undefined;
|
|
599
599
|
children?: import("react").ReactNode;
|
|
600
600
|
"aria-activedescendant"?: string | undefined;
|
|
601
|
-
"aria-atomic"?: (boolean | "
|
|
602
|
-
"aria-autocomplete"?: "none" | "
|
|
601
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
602
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
603
603
|
"aria-braillelabel"?: string | undefined;
|
|
604
604
|
"aria-brailleroledescription"?: string | undefined;
|
|
605
|
-
"aria-busy"?: (boolean | "
|
|
606
|
-
"aria-checked"?: boolean | "
|
|
605
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
606
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
607
607
|
"aria-colcount"?: number | undefined;
|
|
608
608
|
"aria-colindex"?: number | undefined;
|
|
609
609
|
"aria-colindextext"?: string | undefined;
|
|
610
610
|
"aria-colspan"?: number | undefined;
|
|
611
611
|
"aria-controls"?: string | undefined;
|
|
612
|
-
"aria-current"?: boolean | "page" | "
|
|
612
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
613
613
|
"aria-describedby"?: string | undefined;
|
|
614
614
|
"aria-description"?: string | undefined;
|
|
615
615
|
"aria-details"?: string | undefined;
|
|
616
|
-
"aria-disabled"?: (boolean | "
|
|
617
|
-
"aria-dropeffect"?: "none" | "
|
|
616
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
617
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
618
618
|
"aria-errormessage"?: string | undefined;
|
|
619
|
-
"aria-expanded"?: (boolean | "
|
|
619
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
620
620
|
"aria-flowto"?: string | undefined;
|
|
621
|
-
"aria-grabbed"?: (boolean | "
|
|
622
|
-
"aria-haspopup"?: boolean | "
|
|
623
|
-
"aria-hidden"?: (boolean | "
|
|
624
|
-
"aria-invalid"?: boolean | "
|
|
621
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
622
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
623
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
624
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
625
625
|
"aria-keyshortcuts"?: string | undefined;
|
|
626
626
|
"aria-label"?: string | undefined;
|
|
627
627
|
"aria-labelledby"?: string | undefined;
|
|
628
628
|
"aria-level"?: number | undefined;
|
|
629
629
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
630
|
-
"aria-modal"?: (boolean | "
|
|
631
|
-
"aria-multiline"?: (boolean | "
|
|
632
|
-
"aria-multiselectable"?: (boolean | "
|
|
630
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
631
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
632
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
633
633
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
634
634
|
"aria-owns"?: string | undefined;
|
|
635
635
|
"aria-placeholder"?: string | undefined;
|
|
636
636
|
"aria-posinset"?: number | undefined;
|
|
637
|
-
"aria-pressed"?: boolean | "
|
|
638
|
-
"aria-readonly"?: (boolean | "
|
|
637
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
638
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
639
639
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
640
|
-
"aria-required"?: (boolean | "
|
|
640
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
641
641
|
"aria-roledescription"?: string | undefined;
|
|
642
642
|
"aria-rowcount"?: number | undefined;
|
|
643
643
|
"aria-rowindex"?: number | undefined;
|
|
644
644
|
"aria-rowindextext"?: string | undefined;
|
|
645
645
|
"aria-rowspan"?: number | undefined;
|
|
646
|
-
"aria-selected"?: (boolean | "
|
|
646
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
647
647
|
"aria-setsize"?: number | undefined;
|
|
648
648
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
649
649
|
"aria-valuemax"?: number | undefined;
|
|
@@ -837,7 +837,7 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
837
837
|
accentHeight?: string | number | undefined;
|
|
838
838
|
accumulate?: "none" | "sum" | undefined;
|
|
839
839
|
additive?: "replace" | "sum" | undefined;
|
|
840
|
-
alignmentBaseline?: "inherit" | "
|
|
840
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
841
841
|
allowReorder?: "yes" | "no" | undefined;
|
|
842
842
|
alphabetic?: string | number | undefined;
|
|
843
843
|
amplitude?: string | number | undefined;
|
|
@@ -845,7 +845,7 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
845
845
|
ascent?: string | number | undefined;
|
|
846
846
|
attributeName?: string | undefined;
|
|
847
847
|
attributeType?: string | undefined;
|
|
848
|
-
autoReverse?: (boolean | "
|
|
848
|
+
autoReverse?: (boolean | "false" | "true") | undefined;
|
|
849
849
|
azimuth?: string | number | undefined;
|
|
850
850
|
baseFrequency?: string | number | undefined;
|
|
851
851
|
baselineShift?: string | number | undefined;
|
|
@@ -861,7 +861,7 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
861
861
|
clipPathUnits?: string | number | undefined;
|
|
862
862
|
clipRule?: string | number | undefined;
|
|
863
863
|
colorInterpolation?: string | number | undefined;
|
|
864
|
-
colorInterpolationFilters?: "inherit" | "auto" | "
|
|
864
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
865
865
|
colorProfile?: string | number | undefined;
|
|
866
866
|
colorRendering?: string | number | undefined;
|
|
867
867
|
contentScriptType?: string | number | undefined;
|
|
@@ -885,16 +885,16 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
885
885
|
enableBackground?: string | number | undefined;
|
|
886
886
|
end?: string | number | undefined;
|
|
887
887
|
exponent?: string | number | undefined;
|
|
888
|
-
externalResourcesRequired?: (boolean | "
|
|
888
|
+
externalResourcesRequired?: (boolean | "false" | "true") | undefined;
|
|
889
889
|
fill?: string | undefined;
|
|
890
890
|
fillOpacity?: string | number | undefined;
|
|
891
|
-
fillRule?: "inherit" | "
|
|
891
|
+
fillRule?: "inherit" | "evenodd" | "nonzero" | undefined;
|
|
892
892
|
filter?: string | undefined;
|
|
893
893
|
filterRes?: string | number | undefined;
|
|
894
894
|
filterUnits?: string | number | undefined;
|
|
895
895
|
floodColor?: string | number | undefined;
|
|
896
896
|
floodOpacity?: string | number | undefined;
|
|
897
|
-
focusable?:
|
|
897
|
+
focusable?: "auto" | (boolean | "false" | "true") | undefined;
|
|
898
898
|
fontFamily?: string | undefined;
|
|
899
899
|
fontSize?: string | number | undefined;
|
|
900
900
|
fontSizeAdjust?: string | number | undefined;
|
|
@@ -974,7 +974,7 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
974
974
|
pointsAtX?: string | number | undefined;
|
|
975
975
|
pointsAtY?: string | number | undefined;
|
|
976
976
|
pointsAtZ?: string | number | undefined;
|
|
977
|
-
preserveAlpha?: (boolean | "
|
|
977
|
+
preserveAlpha?: (boolean | "false" | "true") | undefined;
|
|
978
978
|
preserveAspectRatio?: string | undefined;
|
|
979
979
|
primitiveUnits?: string | number | undefined;
|
|
980
980
|
r?: string | number | undefined;
|
|
@@ -1013,8 +1013,8 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
1013
1013
|
stroke?: string | undefined;
|
|
1014
1014
|
strokeDasharray?: string | number | undefined;
|
|
1015
1015
|
strokeDashoffset?: string | number | undefined;
|
|
1016
|
-
strokeLinecap?: "inherit" | "
|
|
1017
|
-
strokeLinejoin?: "inherit" | "round" | "
|
|
1016
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
1017
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
1018
1018
|
strokeMiterlimit?: string | number | undefined;
|
|
1019
1019
|
strokeOpacity?: string | number | undefined;
|
|
1020
1020
|
strokeWidth?: string | number | undefined;
|
|
@@ -1077,52 +1077,52 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
1077
1077
|
z?: string | number | undefined;
|
|
1078
1078
|
zoomAndPan?: string | undefined;
|
|
1079
1079
|
"aria-activedescendant"?: string | undefined;
|
|
1080
|
-
"aria-atomic"?: (boolean | "
|
|
1081
|
-
"aria-autocomplete"?: "none" | "
|
|
1080
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1081
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
1082
1082
|
"aria-braillelabel"?: string | undefined;
|
|
1083
1083
|
"aria-brailleroledescription"?: string | undefined;
|
|
1084
|
-
"aria-busy"?: (boolean | "
|
|
1085
|
-
"aria-checked"?: boolean | "
|
|
1084
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1085
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1086
1086
|
"aria-colcount"?: number | undefined;
|
|
1087
1087
|
"aria-colindex"?: number | undefined;
|
|
1088
1088
|
"aria-colindextext"?: string | undefined;
|
|
1089
1089
|
"aria-colspan"?: number | undefined;
|
|
1090
1090
|
"aria-controls"?: string | undefined;
|
|
1091
|
-
"aria-current"?: boolean | "page" | "
|
|
1091
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
1092
1092
|
"aria-describedby"?: string | undefined;
|
|
1093
1093
|
"aria-description"?: string | undefined;
|
|
1094
1094
|
"aria-details"?: string | undefined;
|
|
1095
|
-
"aria-disabled"?: (boolean | "
|
|
1096
|
-
"aria-dropeffect"?: "none" | "
|
|
1095
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1096
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
1097
1097
|
"aria-errormessage"?: string | undefined;
|
|
1098
|
-
"aria-expanded"?: (boolean | "
|
|
1098
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1099
1099
|
"aria-flowto"?: string | undefined;
|
|
1100
|
-
"aria-grabbed"?: (boolean | "
|
|
1101
|
-
"aria-haspopup"?: boolean | "
|
|
1102
|
-
"aria-hidden"?: (boolean | "
|
|
1103
|
-
"aria-invalid"?: boolean | "
|
|
1100
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1101
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1102
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1103
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1104
1104
|
"aria-keyshortcuts"?: string | undefined;
|
|
1105
1105
|
"aria-label"?: string | undefined;
|
|
1106
1106
|
"aria-labelledby"?: string | undefined;
|
|
1107
1107
|
"aria-level"?: number | undefined;
|
|
1108
1108
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1109
|
-
"aria-modal"?: (boolean | "
|
|
1110
|
-
"aria-multiline"?: (boolean | "
|
|
1111
|
-
"aria-multiselectable"?: (boolean | "
|
|
1109
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1110
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1111
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1112
1112
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1113
1113
|
"aria-owns"?: string | undefined;
|
|
1114
1114
|
"aria-placeholder"?: string | undefined;
|
|
1115
1115
|
"aria-posinset"?: number | undefined;
|
|
1116
|
-
"aria-pressed"?: boolean | "
|
|
1117
|
-
"aria-readonly"?: (boolean | "
|
|
1116
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1117
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1118
1118
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1119
|
-
"aria-required"?: (boolean | "
|
|
1119
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1120
1120
|
"aria-roledescription"?: string | undefined;
|
|
1121
1121
|
"aria-rowcount"?: number | undefined;
|
|
1122
1122
|
"aria-rowindex"?: number | undefined;
|
|
1123
1123
|
"aria-rowindextext"?: string | undefined;
|
|
1124
1124
|
"aria-rowspan"?: number | undefined;
|
|
1125
|
-
"aria-selected"?: (boolean | "
|
|
1125
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1126
1126
|
"aria-setsize"?: number | undefined;
|
|
1127
1127
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1128
1128
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1319,7 +1319,7 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1319
1319
|
accentHeight?: string | number | undefined;
|
|
1320
1320
|
accumulate?: "none" | "sum" | undefined;
|
|
1321
1321
|
additive?: "replace" | "sum" | undefined;
|
|
1322
|
-
alignmentBaseline?: "inherit" | "
|
|
1322
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
1323
1323
|
allowReorder?: "yes" | "no" | undefined;
|
|
1324
1324
|
alphabetic?: string | number | undefined;
|
|
1325
1325
|
amplitude?: string | number | undefined;
|
|
@@ -1327,7 +1327,7 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1327
1327
|
ascent?: string | number | undefined;
|
|
1328
1328
|
attributeName?: string | undefined;
|
|
1329
1329
|
attributeType?: string | undefined;
|
|
1330
|
-
autoReverse?: (boolean | "
|
|
1330
|
+
autoReverse?: (boolean | "false" | "true") | undefined;
|
|
1331
1331
|
azimuth?: string | number | undefined;
|
|
1332
1332
|
baseFrequency?: string | number | undefined;
|
|
1333
1333
|
baselineShift?: string | number | undefined;
|
|
@@ -1343,7 +1343,7 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1343
1343
|
clipPathUnits?: string | number | undefined;
|
|
1344
1344
|
clipRule?: string | number | undefined;
|
|
1345
1345
|
colorInterpolation?: string | number | undefined;
|
|
1346
|
-
colorInterpolationFilters?: "inherit" | "auto" | "
|
|
1346
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
1347
1347
|
colorProfile?: string | number | undefined;
|
|
1348
1348
|
colorRendering?: string | number | undefined;
|
|
1349
1349
|
contentScriptType?: string | number | undefined;
|
|
@@ -1367,16 +1367,16 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1367
1367
|
enableBackground?: string | number | undefined;
|
|
1368
1368
|
end?: string | number | undefined;
|
|
1369
1369
|
exponent?: string | number | undefined;
|
|
1370
|
-
externalResourcesRequired?: (boolean | "
|
|
1370
|
+
externalResourcesRequired?: (boolean | "false" | "true") | undefined;
|
|
1371
1371
|
fill?: string | undefined;
|
|
1372
1372
|
fillOpacity?: string | number | undefined;
|
|
1373
|
-
fillRule?: "inherit" | "
|
|
1373
|
+
fillRule?: "inherit" | "evenodd" | "nonzero" | undefined;
|
|
1374
1374
|
filter?: string | undefined;
|
|
1375
1375
|
filterRes?: string | number | undefined;
|
|
1376
1376
|
filterUnits?: string | number | undefined;
|
|
1377
1377
|
floodColor?: string | number | undefined;
|
|
1378
1378
|
floodOpacity?: string | number | undefined;
|
|
1379
|
-
focusable?:
|
|
1379
|
+
focusable?: "auto" | (boolean | "false" | "true") | undefined;
|
|
1380
1380
|
fontFamily?: string | undefined;
|
|
1381
1381
|
fontSize?: string | number | undefined;
|
|
1382
1382
|
fontSizeAdjust?: string | number | undefined;
|
|
@@ -1456,7 +1456,7 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1456
1456
|
pointsAtX?: string | number | undefined;
|
|
1457
1457
|
pointsAtY?: string | number | undefined;
|
|
1458
1458
|
pointsAtZ?: string | number | undefined;
|
|
1459
|
-
preserveAlpha?: (boolean | "
|
|
1459
|
+
preserveAlpha?: (boolean | "false" | "true") | undefined;
|
|
1460
1460
|
preserveAspectRatio?: string | undefined;
|
|
1461
1461
|
primitiveUnits?: string | number | undefined;
|
|
1462
1462
|
r?: string | number | undefined;
|
|
@@ -1495,8 +1495,8 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1495
1495
|
stroke?: string | undefined;
|
|
1496
1496
|
strokeDasharray?: string | number | undefined;
|
|
1497
1497
|
strokeDashoffset?: string | number | undefined;
|
|
1498
|
-
strokeLinecap?: "inherit" | "
|
|
1499
|
-
strokeLinejoin?: "inherit" | "round" | "
|
|
1498
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
1499
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
1500
1500
|
strokeMiterlimit?: string | number | undefined;
|
|
1501
1501
|
strokeOpacity?: string | number | undefined;
|
|
1502
1502
|
strokeWidth?: string | number | undefined;
|
|
@@ -1559,52 +1559,52 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1559
1559
|
z?: string | number | undefined;
|
|
1560
1560
|
zoomAndPan?: string | undefined;
|
|
1561
1561
|
"aria-activedescendant"?: string | undefined;
|
|
1562
|
-
"aria-atomic"?: (boolean | "
|
|
1563
|
-
"aria-autocomplete"?: "none" | "
|
|
1562
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1563
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
1564
1564
|
"aria-braillelabel"?: string | undefined;
|
|
1565
1565
|
"aria-brailleroledescription"?: string | undefined;
|
|
1566
|
-
"aria-busy"?: (boolean | "
|
|
1567
|
-
"aria-checked"?: boolean | "
|
|
1566
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1567
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1568
1568
|
"aria-colcount"?: number | undefined;
|
|
1569
1569
|
"aria-colindex"?: number | undefined;
|
|
1570
1570
|
"aria-colindextext"?: string | undefined;
|
|
1571
1571
|
"aria-colspan"?: number | undefined;
|
|
1572
1572
|
"aria-controls"?: string | undefined;
|
|
1573
|
-
"aria-current"?: boolean | "page" | "
|
|
1573
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
1574
1574
|
"aria-describedby"?: string | undefined;
|
|
1575
1575
|
"aria-description"?: string | undefined;
|
|
1576
1576
|
"aria-details"?: string | undefined;
|
|
1577
|
-
"aria-disabled"?: (boolean | "
|
|
1578
|
-
"aria-dropeffect"?: "none" | "
|
|
1577
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1578
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
1579
1579
|
"aria-errormessage"?: string | undefined;
|
|
1580
|
-
"aria-expanded"?: (boolean | "
|
|
1580
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1581
1581
|
"aria-flowto"?: string | undefined;
|
|
1582
|
-
"aria-grabbed"?: (boolean | "
|
|
1583
|
-
"aria-haspopup"?: boolean | "
|
|
1584
|
-
"aria-hidden"?: (boolean | "
|
|
1585
|
-
"aria-invalid"?: boolean | "
|
|
1582
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1583
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1584
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1585
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1586
1586
|
"aria-keyshortcuts"?: string | undefined;
|
|
1587
1587
|
"aria-label"?: string | undefined;
|
|
1588
1588
|
"aria-labelledby"?: string | undefined;
|
|
1589
1589
|
"aria-level"?: number | undefined;
|
|
1590
1590
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1591
|
-
"aria-modal"?: (boolean | "
|
|
1592
|
-
"aria-multiline"?: (boolean | "
|
|
1593
|
-
"aria-multiselectable"?: (boolean | "
|
|
1591
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1592
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1593
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1594
1594
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1595
1595
|
"aria-owns"?: string | undefined;
|
|
1596
1596
|
"aria-placeholder"?: string | undefined;
|
|
1597
1597
|
"aria-posinset"?: number | undefined;
|
|
1598
|
-
"aria-pressed"?: boolean | "
|
|
1599
|
-
"aria-readonly"?: (boolean | "
|
|
1598
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1599
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1600
1600
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1601
|
-
"aria-required"?: (boolean | "
|
|
1601
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1602
1602
|
"aria-roledescription"?: string | undefined;
|
|
1603
1603
|
"aria-rowcount"?: number | undefined;
|
|
1604
1604
|
"aria-rowindex"?: number | undefined;
|
|
1605
1605
|
"aria-rowindextext"?: string | undefined;
|
|
1606
1606
|
"aria-rowspan"?: number | undefined;
|
|
1607
|
-
"aria-selected"?: (boolean | "
|
|
1607
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1608
1608
|
"aria-setsize"?: number | undefined;
|
|
1609
1609
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1610
1610
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1801,7 +1801,7 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
1801
1801
|
accentHeight?: string | number | undefined;
|
|
1802
1802
|
accumulate?: "none" | "sum" | undefined;
|
|
1803
1803
|
additive?: "replace" | "sum" | undefined;
|
|
1804
|
-
alignmentBaseline?: "inherit" | "
|
|
1804
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
1805
1805
|
allowReorder?: "yes" | "no" | undefined;
|
|
1806
1806
|
alphabetic?: string | number | undefined;
|
|
1807
1807
|
amplitude?: string | number | undefined;
|
|
@@ -1809,7 +1809,7 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
1809
1809
|
ascent?: string | number | undefined;
|
|
1810
1810
|
attributeName?: string | undefined;
|
|
1811
1811
|
attributeType?: string | undefined;
|
|
1812
|
-
autoReverse?: (boolean | "
|
|
1812
|
+
autoReverse?: (boolean | "false" | "true") | undefined;
|
|
1813
1813
|
azimuth?: string | number | undefined;
|
|
1814
1814
|
baseFrequency?: string | number | undefined;
|
|
1815
1815
|
baselineShift?: string | number | undefined;
|
|
@@ -1825,7 +1825,7 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
1825
1825
|
clipPathUnits?: string | number | undefined;
|
|
1826
1826
|
clipRule?: string | number | undefined;
|
|
1827
1827
|
colorInterpolation?: string | number | undefined;
|
|
1828
|
-
colorInterpolationFilters?: "inherit" | "auto" | "
|
|
1828
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
1829
1829
|
colorProfile?: string | number | undefined;
|
|
1830
1830
|
colorRendering?: string | number | undefined;
|
|
1831
1831
|
contentScriptType?: string | number | undefined;
|
|
@@ -1849,16 +1849,16 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
1849
1849
|
enableBackground?: string | number | undefined;
|
|
1850
1850
|
end?: string | number | undefined;
|
|
1851
1851
|
exponent?: string | number | undefined;
|
|
1852
|
-
externalResourcesRequired?: (boolean | "
|
|
1852
|
+
externalResourcesRequired?: (boolean | "false" | "true") | undefined;
|
|
1853
1853
|
fill?: string | undefined;
|
|
1854
1854
|
fillOpacity?: string | number | undefined;
|
|
1855
|
-
fillRule?: "inherit" | "
|
|
1855
|
+
fillRule?: "inherit" | "evenodd" | "nonzero" | undefined;
|
|
1856
1856
|
filter?: string | undefined;
|
|
1857
1857
|
filterRes?: string | number | undefined;
|
|
1858
1858
|
filterUnits?: string | number | undefined;
|
|
1859
1859
|
floodColor?: string | number | undefined;
|
|
1860
1860
|
floodOpacity?: string | number | undefined;
|
|
1861
|
-
focusable?:
|
|
1861
|
+
focusable?: "auto" | (boolean | "false" | "true") | undefined;
|
|
1862
1862
|
fontFamily?: string | undefined;
|
|
1863
1863
|
fontSize?: string | number | undefined;
|
|
1864
1864
|
fontSizeAdjust?: string | number | undefined;
|
|
@@ -1938,7 +1938,7 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
1938
1938
|
pointsAtX?: string | number | undefined;
|
|
1939
1939
|
pointsAtY?: string | number | undefined;
|
|
1940
1940
|
pointsAtZ?: string | number | undefined;
|
|
1941
|
-
preserveAlpha?: (boolean | "
|
|
1941
|
+
preserveAlpha?: (boolean | "false" | "true") | undefined;
|
|
1942
1942
|
preserveAspectRatio?: string | undefined;
|
|
1943
1943
|
primitiveUnits?: string | number | undefined;
|
|
1944
1944
|
r?: string | number | undefined;
|
|
@@ -1977,8 +1977,8 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
1977
1977
|
stroke?: string | undefined;
|
|
1978
1978
|
strokeDasharray?: string | number | undefined;
|
|
1979
1979
|
strokeDashoffset?: string | number | undefined;
|
|
1980
|
-
strokeLinecap?: "inherit" | "
|
|
1981
|
-
strokeLinejoin?: "inherit" | "round" | "
|
|
1980
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
1981
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
1982
1982
|
strokeMiterlimit?: string | number | undefined;
|
|
1983
1983
|
strokeOpacity?: string | number | undefined;
|
|
1984
1984
|
strokeWidth?: string | number | undefined;
|
|
@@ -2041,52 +2041,52 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
2041
2041
|
z?: string | number | undefined;
|
|
2042
2042
|
zoomAndPan?: string | undefined;
|
|
2043
2043
|
"aria-activedescendant"?: string | undefined;
|
|
2044
|
-
"aria-atomic"?: (boolean | "
|
|
2045
|
-
"aria-autocomplete"?: "none" | "
|
|
2044
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2045
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
2046
2046
|
"aria-braillelabel"?: string | undefined;
|
|
2047
2047
|
"aria-brailleroledescription"?: string | undefined;
|
|
2048
|
-
"aria-busy"?: (boolean | "
|
|
2049
|
-
"aria-checked"?: boolean | "
|
|
2048
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2049
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2050
2050
|
"aria-colcount"?: number | undefined;
|
|
2051
2051
|
"aria-colindex"?: number | undefined;
|
|
2052
2052
|
"aria-colindextext"?: string | undefined;
|
|
2053
2053
|
"aria-colspan"?: number | undefined;
|
|
2054
2054
|
"aria-controls"?: string | undefined;
|
|
2055
|
-
"aria-current"?: boolean | "page" | "
|
|
2055
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
2056
2056
|
"aria-describedby"?: string | undefined;
|
|
2057
2057
|
"aria-description"?: string | undefined;
|
|
2058
2058
|
"aria-details"?: string | undefined;
|
|
2059
|
-
"aria-disabled"?: (boolean | "
|
|
2060
|
-
"aria-dropeffect"?: "none" | "
|
|
2059
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2060
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
2061
2061
|
"aria-errormessage"?: string | undefined;
|
|
2062
|
-
"aria-expanded"?: (boolean | "
|
|
2062
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2063
2063
|
"aria-flowto"?: string | undefined;
|
|
2064
|
-
"aria-grabbed"?: (boolean | "
|
|
2065
|
-
"aria-haspopup"?: boolean | "
|
|
2066
|
-
"aria-hidden"?: (boolean | "
|
|
2067
|
-
"aria-invalid"?: boolean | "
|
|
2064
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2065
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
2066
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2067
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2068
2068
|
"aria-keyshortcuts"?: string | undefined;
|
|
2069
2069
|
"aria-label"?: string | undefined;
|
|
2070
2070
|
"aria-labelledby"?: string | undefined;
|
|
2071
2071
|
"aria-level"?: number | undefined;
|
|
2072
2072
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2073
|
-
"aria-modal"?: (boolean | "
|
|
2074
|
-
"aria-multiline"?: (boolean | "
|
|
2075
|
-
"aria-multiselectable"?: (boolean | "
|
|
2073
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
2074
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
2075
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
2076
2076
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2077
2077
|
"aria-owns"?: string | undefined;
|
|
2078
2078
|
"aria-placeholder"?: string | undefined;
|
|
2079
2079
|
"aria-posinset"?: number | undefined;
|
|
2080
|
-
"aria-pressed"?: boolean | "
|
|
2081
|
-
"aria-readonly"?: (boolean | "
|
|
2080
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2081
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2082
2082
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2083
|
-
"aria-required"?: (boolean | "
|
|
2083
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2084
2084
|
"aria-roledescription"?: string | undefined;
|
|
2085
2085
|
"aria-rowcount"?: number | undefined;
|
|
2086
2086
|
"aria-rowindex"?: number | undefined;
|
|
2087
2087
|
"aria-rowindextext"?: string | undefined;
|
|
2088
2088
|
"aria-rowspan"?: number | undefined;
|
|
2089
|
-
"aria-selected"?: (boolean | "
|
|
2089
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
2090
2090
|
"aria-setsize"?: number | undefined;
|
|
2091
2091
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2092
2092
|
"aria-valuemax"?: number | undefined;
|
|
@@ -2283,7 +2283,7 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2283
2283
|
accentHeight?: string | number | undefined;
|
|
2284
2284
|
accumulate?: "none" | "sum" | undefined;
|
|
2285
2285
|
additive?: "replace" | "sum" | undefined;
|
|
2286
|
-
alignmentBaseline?: "inherit" | "
|
|
2286
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
2287
2287
|
allowReorder?: "yes" | "no" | undefined;
|
|
2288
2288
|
alphabetic?: string | number | undefined;
|
|
2289
2289
|
amplitude?: string | number | undefined;
|
|
@@ -2291,7 +2291,7 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2291
2291
|
ascent?: string | number | undefined;
|
|
2292
2292
|
attributeName?: string | undefined;
|
|
2293
2293
|
attributeType?: string | undefined;
|
|
2294
|
-
autoReverse?: (boolean | "
|
|
2294
|
+
autoReverse?: (boolean | "false" | "true") | undefined;
|
|
2295
2295
|
azimuth?: string | number | undefined;
|
|
2296
2296
|
baseFrequency?: string | number | undefined;
|
|
2297
2297
|
baselineShift?: string | number | undefined;
|
|
@@ -2307,7 +2307,7 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2307
2307
|
clipPathUnits?: string | number | undefined;
|
|
2308
2308
|
clipRule?: string | number | undefined;
|
|
2309
2309
|
colorInterpolation?: string | number | undefined;
|
|
2310
|
-
colorInterpolationFilters?: "inherit" | "auto" | "
|
|
2310
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
2311
2311
|
colorProfile?: string | number | undefined;
|
|
2312
2312
|
colorRendering?: string | number | undefined;
|
|
2313
2313
|
contentScriptType?: string | number | undefined;
|
|
@@ -2331,16 +2331,16 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2331
2331
|
enableBackground?: string | number | undefined;
|
|
2332
2332
|
end?: string | number | undefined;
|
|
2333
2333
|
exponent?: string | number | undefined;
|
|
2334
|
-
externalResourcesRequired?: (boolean | "
|
|
2334
|
+
externalResourcesRequired?: (boolean | "false" | "true") | undefined;
|
|
2335
2335
|
fill?: string | undefined;
|
|
2336
2336
|
fillOpacity?: string | number | undefined;
|
|
2337
|
-
fillRule?: "inherit" | "
|
|
2337
|
+
fillRule?: "inherit" | "evenodd" | "nonzero" | undefined;
|
|
2338
2338
|
filter?: string | undefined;
|
|
2339
2339
|
filterRes?: string | number | undefined;
|
|
2340
2340
|
filterUnits?: string | number | undefined;
|
|
2341
2341
|
floodColor?: string | number | undefined;
|
|
2342
2342
|
floodOpacity?: string | number | undefined;
|
|
2343
|
-
focusable?:
|
|
2343
|
+
focusable?: "auto" | (boolean | "false" | "true") | undefined;
|
|
2344
2344
|
fontFamily?: string | undefined;
|
|
2345
2345
|
fontSize?: string | number | undefined;
|
|
2346
2346
|
fontSizeAdjust?: string | number | undefined;
|
|
@@ -2420,7 +2420,7 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2420
2420
|
pointsAtX?: string | number | undefined;
|
|
2421
2421
|
pointsAtY?: string | number | undefined;
|
|
2422
2422
|
pointsAtZ?: string | number | undefined;
|
|
2423
|
-
preserveAlpha?: (boolean | "
|
|
2423
|
+
preserveAlpha?: (boolean | "false" | "true") | undefined;
|
|
2424
2424
|
preserveAspectRatio?: string | undefined;
|
|
2425
2425
|
primitiveUnits?: string | number | undefined;
|
|
2426
2426
|
r?: string | number | undefined;
|
|
@@ -2459,8 +2459,8 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2459
2459
|
stroke?: string | undefined;
|
|
2460
2460
|
strokeDasharray?: string | number | undefined;
|
|
2461
2461
|
strokeDashoffset?: string | number | undefined;
|
|
2462
|
-
strokeLinecap?: "inherit" | "
|
|
2463
|
-
strokeLinejoin?: "inherit" | "round" | "
|
|
2462
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
2463
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
2464
2464
|
strokeMiterlimit?: string | number | undefined;
|
|
2465
2465
|
strokeOpacity?: string | number | undefined;
|
|
2466
2466
|
strokeWidth?: string | number | undefined;
|
|
@@ -2523,52 +2523,52 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2523
2523
|
z?: string | number | undefined;
|
|
2524
2524
|
zoomAndPan?: string | undefined;
|
|
2525
2525
|
"aria-activedescendant"?: string | undefined;
|
|
2526
|
-
"aria-atomic"?: (boolean | "
|
|
2527
|
-
"aria-autocomplete"?: "none" | "
|
|
2526
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2527
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
2528
2528
|
"aria-braillelabel"?: string | undefined;
|
|
2529
2529
|
"aria-brailleroledescription"?: string | undefined;
|
|
2530
|
-
"aria-busy"?: (boolean | "
|
|
2531
|
-
"aria-checked"?: boolean | "
|
|
2530
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2531
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2532
2532
|
"aria-colcount"?: number | undefined;
|
|
2533
2533
|
"aria-colindex"?: number | undefined;
|
|
2534
2534
|
"aria-colindextext"?: string | undefined;
|
|
2535
2535
|
"aria-colspan"?: number | undefined;
|
|
2536
2536
|
"aria-controls"?: string | undefined;
|
|
2537
|
-
"aria-current"?: boolean | "page" | "
|
|
2537
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
2538
2538
|
"aria-describedby"?: string | undefined;
|
|
2539
2539
|
"aria-description"?: string | undefined;
|
|
2540
2540
|
"aria-details"?: string | undefined;
|
|
2541
|
-
"aria-disabled"?: (boolean | "
|
|
2542
|
-
"aria-dropeffect"?: "none" | "
|
|
2541
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2542
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
2543
2543
|
"aria-errormessage"?: string | undefined;
|
|
2544
|
-
"aria-expanded"?: (boolean | "
|
|
2544
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2545
2545
|
"aria-flowto"?: string | undefined;
|
|
2546
|
-
"aria-grabbed"?: (boolean | "
|
|
2547
|
-
"aria-haspopup"?: boolean | "
|
|
2548
|
-
"aria-hidden"?: (boolean | "
|
|
2549
|
-
"aria-invalid"?: boolean | "
|
|
2546
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2547
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
2548
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2549
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2550
2550
|
"aria-keyshortcuts"?: string | undefined;
|
|
2551
2551
|
"aria-label"?: string | undefined;
|
|
2552
2552
|
"aria-labelledby"?: string | undefined;
|
|
2553
2553
|
"aria-level"?: number | undefined;
|
|
2554
2554
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2555
|
-
"aria-modal"?: (boolean | "
|
|
2556
|
-
"aria-multiline"?: (boolean | "
|
|
2557
|
-
"aria-multiselectable"?: (boolean | "
|
|
2555
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
2556
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
2557
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
2558
2558
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2559
2559
|
"aria-owns"?: string | undefined;
|
|
2560
2560
|
"aria-placeholder"?: string | undefined;
|
|
2561
2561
|
"aria-posinset"?: number | undefined;
|
|
2562
|
-
"aria-pressed"?: boolean | "
|
|
2563
|
-
"aria-readonly"?: (boolean | "
|
|
2562
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2563
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2564
2564
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2565
|
-
"aria-required"?: (boolean | "
|
|
2565
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2566
2566
|
"aria-roledescription"?: string | undefined;
|
|
2567
2567
|
"aria-rowcount"?: number | undefined;
|
|
2568
2568
|
"aria-rowindex"?: number | undefined;
|
|
2569
2569
|
"aria-rowindextext"?: string | undefined;
|
|
2570
2570
|
"aria-rowspan"?: number | undefined;
|
|
2571
|
-
"aria-selected"?: (boolean | "
|
|
2571
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
2572
2572
|
"aria-setsize"?: number | undefined;
|
|
2573
2573
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2574
2574
|
"aria-valuemax"?: number | undefined;
|
|
@@ -2765,7 +2765,7 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
2765
2765
|
accentHeight?: string | number | undefined;
|
|
2766
2766
|
accumulate?: "none" | "sum" | undefined;
|
|
2767
2767
|
additive?: "replace" | "sum" | undefined;
|
|
2768
|
-
alignmentBaseline?: "inherit" | "
|
|
2768
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
2769
2769
|
allowReorder?: "yes" | "no" | undefined;
|
|
2770
2770
|
alphabetic?: string | number | undefined;
|
|
2771
2771
|
amplitude?: string | number | undefined;
|
|
@@ -2773,7 +2773,7 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
2773
2773
|
ascent?: string | number | undefined;
|
|
2774
2774
|
attributeName?: string | undefined;
|
|
2775
2775
|
attributeType?: string | undefined;
|
|
2776
|
-
autoReverse?: (boolean | "
|
|
2776
|
+
autoReverse?: (boolean | "false" | "true") | undefined;
|
|
2777
2777
|
azimuth?: string | number | undefined;
|
|
2778
2778
|
baseFrequency?: string | number | undefined;
|
|
2779
2779
|
baselineShift?: string | number | undefined;
|
|
@@ -2789,7 +2789,7 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
2789
2789
|
clipPathUnits?: string | number | undefined;
|
|
2790
2790
|
clipRule?: string | number | undefined;
|
|
2791
2791
|
colorInterpolation?: string | number | undefined;
|
|
2792
|
-
colorInterpolationFilters?: "inherit" | "auto" | "
|
|
2792
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
2793
2793
|
colorProfile?: string | number | undefined;
|
|
2794
2794
|
colorRendering?: string | number | undefined;
|
|
2795
2795
|
contentScriptType?: string | number | undefined;
|
|
@@ -2813,16 +2813,16 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
2813
2813
|
enableBackground?: string | number | undefined;
|
|
2814
2814
|
end?: string | number | undefined;
|
|
2815
2815
|
exponent?: string | number | undefined;
|
|
2816
|
-
externalResourcesRequired?: (boolean | "
|
|
2816
|
+
externalResourcesRequired?: (boolean | "false" | "true") | undefined;
|
|
2817
2817
|
fill?: string | undefined;
|
|
2818
2818
|
fillOpacity?: string | number | undefined;
|
|
2819
|
-
fillRule?: "inherit" | "
|
|
2819
|
+
fillRule?: "inherit" | "evenodd" | "nonzero" | undefined;
|
|
2820
2820
|
filter?: string | undefined;
|
|
2821
2821
|
filterRes?: string | number | undefined;
|
|
2822
2822
|
filterUnits?: string | number | undefined;
|
|
2823
2823
|
floodColor?: string | number | undefined;
|
|
2824
2824
|
floodOpacity?: string | number | undefined;
|
|
2825
|
-
focusable?:
|
|
2825
|
+
focusable?: "auto" | (boolean | "false" | "true") | undefined;
|
|
2826
2826
|
fontFamily?: string | undefined;
|
|
2827
2827
|
fontSize?: string | number | undefined;
|
|
2828
2828
|
fontSizeAdjust?: string | number | undefined;
|
|
@@ -2902,7 +2902,7 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
2902
2902
|
pointsAtX?: string | number | undefined;
|
|
2903
2903
|
pointsAtY?: string | number | undefined;
|
|
2904
2904
|
pointsAtZ?: string | number | undefined;
|
|
2905
|
-
preserveAlpha?: (boolean | "
|
|
2905
|
+
preserveAlpha?: (boolean | "false" | "true") | undefined;
|
|
2906
2906
|
preserveAspectRatio?: string | undefined;
|
|
2907
2907
|
primitiveUnits?: string | number | undefined;
|
|
2908
2908
|
r?: string | number | undefined;
|
|
@@ -2941,8 +2941,8 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
2941
2941
|
stroke?: string | undefined;
|
|
2942
2942
|
strokeDasharray?: string | number | undefined;
|
|
2943
2943
|
strokeDashoffset?: string | number | undefined;
|
|
2944
|
-
strokeLinecap?: "inherit" | "
|
|
2945
|
-
strokeLinejoin?: "inherit" | "round" | "
|
|
2944
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
2945
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
2946
2946
|
strokeMiterlimit?: string | number | undefined;
|
|
2947
2947
|
strokeOpacity?: string | number | undefined;
|
|
2948
2948
|
strokeWidth?: string | number | undefined;
|
|
@@ -3005,52 +3005,52 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
3005
3005
|
z?: string | number | undefined;
|
|
3006
3006
|
zoomAndPan?: string | undefined;
|
|
3007
3007
|
"aria-activedescendant"?: string | undefined;
|
|
3008
|
-
"aria-atomic"?: (boolean | "
|
|
3009
|
-
"aria-autocomplete"?: "none" | "
|
|
3008
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3009
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
3010
3010
|
"aria-braillelabel"?: string | undefined;
|
|
3011
3011
|
"aria-brailleroledescription"?: string | undefined;
|
|
3012
|
-
"aria-busy"?: (boolean | "
|
|
3013
|
-
"aria-checked"?: boolean | "
|
|
3012
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3013
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3014
3014
|
"aria-colcount"?: number | undefined;
|
|
3015
3015
|
"aria-colindex"?: number | undefined;
|
|
3016
3016
|
"aria-colindextext"?: string | undefined;
|
|
3017
3017
|
"aria-colspan"?: number | undefined;
|
|
3018
3018
|
"aria-controls"?: string | undefined;
|
|
3019
|
-
"aria-current"?: boolean | "page" | "
|
|
3019
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
3020
3020
|
"aria-describedby"?: string | undefined;
|
|
3021
3021
|
"aria-description"?: string | undefined;
|
|
3022
3022
|
"aria-details"?: string | undefined;
|
|
3023
|
-
"aria-disabled"?: (boolean | "
|
|
3024
|
-
"aria-dropeffect"?: "none" | "
|
|
3023
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3024
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
3025
3025
|
"aria-errormessage"?: string | undefined;
|
|
3026
|
-
"aria-expanded"?: (boolean | "
|
|
3026
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3027
3027
|
"aria-flowto"?: string | undefined;
|
|
3028
|
-
"aria-grabbed"?: (boolean | "
|
|
3029
|
-
"aria-haspopup"?: boolean | "
|
|
3030
|
-
"aria-hidden"?: (boolean | "
|
|
3031
|
-
"aria-invalid"?: boolean | "
|
|
3028
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3029
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
3030
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3031
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3032
3032
|
"aria-keyshortcuts"?: string | undefined;
|
|
3033
3033
|
"aria-label"?: string | undefined;
|
|
3034
3034
|
"aria-labelledby"?: string | undefined;
|
|
3035
3035
|
"aria-level"?: number | undefined;
|
|
3036
3036
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3037
|
-
"aria-modal"?: (boolean | "
|
|
3038
|
-
"aria-multiline"?: (boolean | "
|
|
3039
|
-
"aria-multiselectable"?: (boolean | "
|
|
3037
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
3038
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
3039
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
3040
3040
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3041
3041
|
"aria-owns"?: string | undefined;
|
|
3042
3042
|
"aria-placeholder"?: string | undefined;
|
|
3043
3043
|
"aria-posinset"?: number | undefined;
|
|
3044
|
-
"aria-pressed"?: boolean | "
|
|
3045
|
-
"aria-readonly"?: (boolean | "
|
|
3044
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3045
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3046
3046
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3047
|
-
"aria-required"?: (boolean | "
|
|
3047
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3048
3048
|
"aria-roledescription"?: string | undefined;
|
|
3049
3049
|
"aria-rowcount"?: number | undefined;
|
|
3050
3050
|
"aria-rowindex"?: number | undefined;
|
|
3051
3051
|
"aria-rowindextext"?: string | undefined;
|
|
3052
3052
|
"aria-rowspan"?: number | undefined;
|
|
3053
|
-
"aria-selected"?: (boolean | "
|
|
3053
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
3054
3054
|
"aria-setsize"?: number | undefined;
|
|
3055
3055
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3056
3056
|
"aria-valuemax"?: number | undefined;
|
|
@@ -3247,7 +3247,7 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3247
3247
|
accentHeight?: string | number | undefined;
|
|
3248
3248
|
accumulate?: "none" | "sum" | undefined;
|
|
3249
3249
|
additive?: "replace" | "sum" | undefined;
|
|
3250
|
-
alignmentBaseline?: "inherit" | "
|
|
3250
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
3251
3251
|
allowReorder?: "yes" | "no" | undefined;
|
|
3252
3252
|
alphabetic?: string | number | undefined;
|
|
3253
3253
|
amplitude?: string | number | undefined;
|
|
@@ -3255,7 +3255,7 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3255
3255
|
ascent?: string | number | undefined;
|
|
3256
3256
|
attributeName?: string | undefined;
|
|
3257
3257
|
attributeType?: string | undefined;
|
|
3258
|
-
autoReverse?: (boolean | "
|
|
3258
|
+
autoReverse?: (boolean | "false" | "true") | undefined;
|
|
3259
3259
|
azimuth?: string | number | undefined;
|
|
3260
3260
|
baseFrequency?: string | number | undefined;
|
|
3261
3261
|
baselineShift?: string | number | undefined;
|
|
@@ -3271,7 +3271,7 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3271
3271
|
clipPathUnits?: string | number | undefined;
|
|
3272
3272
|
clipRule?: string | number | undefined;
|
|
3273
3273
|
colorInterpolation?: string | number | undefined;
|
|
3274
|
-
colorInterpolationFilters?: "inherit" | "auto" | "
|
|
3274
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
3275
3275
|
colorProfile?: string | number | undefined;
|
|
3276
3276
|
colorRendering?: string | number | undefined;
|
|
3277
3277
|
contentScriptType?: string | number | undefined;
|
|
@@ -3295,16 +3295,16 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3295
3295
|
enableBackground?: string | number | undefined;
|
|
3296
3296
|
end?: string | number | undefined;
|
|
3297
3297
|
exponent?: string | number | undefined;
|
|
3298
|
-
externalResourcesRequired?: (boolean | "
|
|
3298
|
+
externalResourcesRequired?: (boolean | "false" | "true") | undefined;
|
|
3299
3299
|
fill?: string | undefined;
|
|
3300
3300
|
fillOpacity?: string | number | undefined;
|
|
3301
|
-
fillRule?: "inherit" | "
|
|
3301
|
+
fillRule?: "inherit" | "evenodd" | "nonzero" | undefined;
|
|
3302
3302
|
filter?: string | undefined;
|
|
3303
3303
|
filterRes?: string | number | undefined;
|
|
3304
3304
|
filterUnits?: string | number | undefined;
|
|
3305
3305
|
floodColor?: string | number | undefined;
|
|
3306
3306
|
floodOpacity?: string | number | undefined;
|
|
3307
|
-
focusable?:
|
|
3307
|
+
focusable?: "auto" | (boolean | "false" | "true") | undefined;
|
|
3308
3308
|
fontFamily?: string | undefined;
|
|
3309
3309
|
fontSize?: string | number | undefined;
|
|
3310
3310
|
fontSizeAdjust?: string | number | undefined;
|
|
@@ -3384,7 +3384,7 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3384
3384
|
pointsAtX?: string | number | undefined;
|
|
3385
3385
|
pointsAtY?: string | number | undefined;
|
|
3386
3386
|
pointsAtZ?: string | number | undefined;
|
|
3387
|
-
preserveAlpha?: (boolean | "
|
|
3387
|
+
preserveAlpha?: (boolean | "false" | "true") | undefined;
|
|
3388
3388
|
preserveAspectRatio?: string | undefined;
|
|
3389
3389
|
primitiveUnits?: string | number | undefined;
|
|
3390
3390
|
r?: string | number | undefined;
|
|
@@ -3423,8 +3423,8 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3423
3423
|
stroke?: string | undefined;
|
|
3424
3424
|
strokeDasharray?: string | number | undefined;
|
|
3425
3425
|
strokeDashoffset?: string | number | undefined;
|
|
3426
|
-
strokeLinecap?: "inherit" | "
|
|
3427
|
-
strokeLinejoin?: "inherit" | "round" | "
|
|
3426
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
3427
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
3428
3428
|
strokeMiterlimit?: string | number | undefined;
|
|
3429
3429
|
strokeOpacity?: string | number | undefined;
|
|
3430
3430
|
strokeWidth?: string | number | undefined;
|
|
@@ -3487,52 +3487,52 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3487
3487
|
z?: string | number | undefined;
|
|
3488
3488
|
zoomAndPan?: string | undefined;
|
|
3489
3489
|
"aria-activedescendant"?: string | undefined;
|
|
3490
|
-
"aria-atomic"?: (boolean | "
|
|
3491
|
-
"aria-autocomplete"?: "none" | "
|
|
3490
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3491
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
3492
3492
|
"aria-braillelabel"?: string | undefined;
|
|
3493
3493
|
"aria-brailleroledescription"?: string | undefined;
|
|
3494
|
-
"aria-busy"?: (boolean | "
|
|
3495
|
-
"aria-checked"?: boolean | "
|
|
3494
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3495
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3496
3496
|
"aria-colcount"?: number | undefined;
|
|
3497
3497
|
"aria-colindex"?: number | undefined;
|
|
3498
3498
|
"aria-colindextext"?: string | undefined;
|
|
3499
3499
|
"aria-colspan"?: number | undefined;
|
|
3500
3500
|
"aria-controls"?: string | undefined;
|
|
3501
|
-
"aria-current"?: boolean | "page" | "
|
|
3501
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
3502
3502
|
"aria-describedby"?: string | undefined;
|
|
3503
3503
|
"aria-description"?: string | undefined;
|
|
3504
3504
|
"aria-details"?: string | undefined;
|
|
3505
|
-
"aria-disabled"?: (boolean | "
|
|
3506
|
-
"aria-dropeffect"?: "none" | "
|
|
3505
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3506
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
3507
3507
|
"aria-errormessage"?: string | undefined;
|
|
3508
|
-
"aria-expanded"?: (boolean | "
|
|
3508
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3509
3509
|
"aria-flowto"?: string | undefined;
|
|
3510
|
-
"aria-grabbed"?: (boolean | "
|
|
3511
|
-
"aria-haspopup"?: boolean | "
|
|
3512
|
-
"aria-hidden"?: (boolean | "
|
|
3513
|
-
"aria-invalid"?: boolean | "
|
|
3510
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3511
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
3512
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3513
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3514
3514
|
"aria-keyshortcuts"?: string | undefined;
|
|
3515
3515
|
"aria-label"?: string | undefined;
|
|
3516
3516
|
"aria-labelledby"?: string | undefined;
|
|
3517
3517
|
"aria-level"?: number | undefined;
|
|
3518
3518
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3519
|
-
"aria-modal"?: (boolean | "
|
|
3520
|
-
"aria-multiline"?: (boolean | "
|
|
3521
|
-
"aria-multiselectable"?: (boolean | "
|
|
3519
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
3520
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
3521
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
3522
3522
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3523
3523
|
"aria-owns"?: string | undefined;
|
|
3524
3524
|
"aria-placeholder"?: string | undefined;
|
|
3525
3525
|
"aria-posinset"?: number | undefined;
|
|
3526
|
-
"aria-pressed"?: boolean | "
|
|
3527
|
-
"aria-readonly"?: (boolean | "
|
|
3526
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3527
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3528
3528
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3529
|
-
"aria-required"?: (boolean | "
|
|
3529
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3530
3530
|
"aria-roledescription"?: string | undefined;
|
|
3531
3531
|
"aria-rowcount"?: number | undefined;
|
|
3532
3532
|
"aria-rowindex"?: number | undefined;
|
|
3533
3533
|
"aria-rowindextext"?: string | undefined;
|
|
3534
3534
|
"aria-rowspan"?: number | undefined;
|
|
3535
|
-
"aria-selected"?: (boolean | "
|
|
3535
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
3536
3536
|
"aria-setsize"?: number | undefined;
|
|
3537
3537
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3538
3538
|
"aria-valuemax"?: number | undefined;
|