@rubin-epo/epo-widget-lib 0.6.2 → 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.
- 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 IconContainer: import("styled-components").IStyledComponent
|
|
|
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 IconContainer: import("styled-components").IStyledComponent
|
|
|
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;
|
|
@@ -290,17 +290,17 @@ export declare const PlaybackButton: import("styled-components").IStyledComponen
|
|
|
290
290
|
accessKey?: string | undefined;
|
|
291
291
|
autoFocus?: boolean | undefined;
|
|
292
292
|
className?: string | undefined;
|
|
293
|
-
contentEditable?: "inherit" | (boolean | "
|
|
293
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
294
294
|
contextMenu?: string | undefined;
|
|
295
295
|
dir?: string | undefined;
|
|
296
|
-
draggable?: (boolean | "
|
|
296
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
297
297
|
hidden?: boolean | undefined;
|
|
298
298
|
id?: string | undefined;
|
|
299
299
|
lang?: string | undefined;
|
|
300
300
|
nonce?: string | undefined;
|
|
301
301
|
placeholder?: string | undefined;
|
|
302
302
|
slot?: string | undefined;
|
|
303
|
-
spellCheck?: (boolean | "
|
|
303
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
304
304
|
style?: import("react").CSSProperties | undefined;
|
|
305
305
|
tabIndex?: number | undefined;
|
|
306
306
|
title?: string | undefined;
|
|
@@ -334,52 +334,52 @@ export declare const PlaybackButton: import("styled-components").IStyledComponen
|
|
|
334
334
|
is?: string | undefined;
|
|
335
335
|
children?: import("react").ReactNode;
|
|
336
336
|
"aria-activedescendant"?: string | undefined;
|
|
337
|
-
"aria-atomic"?: (boolean | "
|
|
338
|
-
"aria-autocomplete"?: "none" | "
|
|
337
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
338
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
339
339
|
"aria-braillelabel"?: string | undefined;
|
|
340
340
|
"aria-brailleroledescription"?: string | undefined;
|
|
341
|
-
"aria-busy"?: (boolean | "
|
|
342
|
-
"aria-checked"?: boolean | "
|
|
341
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
342
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
343
343
|
"aria-colcount"?: number | undefined;
|
|
344
344
|
"aria-colindex"?: number | undefined;
|
|
345
345
|
"aria-colindextext"?: string | undefined;
|
|
346
346
|
"aria-colspan"?: number | undefined;
|
|
347
347
|
"aria-controls"?: string | undefined;
|
|
348
|
-
"aria-current"?: boolean | "page" | "
|
|
348
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
349
349
|
"aria-describedby"?: string | undefined;
|
|
350
350
|
"aria-description"?: string | undefined;
|
|
351
351
|
"aria-details"?: string | undefined;
|
|
352
|
-
"aria-disabled"?: (boolean | "
|
|
353
|
-
"aria-dropeffect"?: "none" | "
|
|
352
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
353
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
354
354
|
"aria-errormessage"?: string | undefined;
|
|
355
|
-
"aria-expanded"?: (boolean | "
|
|
355
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
356
356
|
"aria-flowto"?: string | undefined;
|
|
357
|
-
"aria-grabbed"?: (boolean | "
|
|
358
|
-
"aria-haspopup"?: boolean | "
|
|
359
|
-
"aria-hidden"?: (boolean | "
|
|
360
|
-
"aria-invalid"?: boolean | "
|
|
357
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
358
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
359
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
360
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
361
361
|
"aria-keyshortcuts"?: string | undefined;
|
|
362
362
|
"aria-label"?: string | undefined;
|
|
363
363
|
"aria-labelledby"?: string | undefined;
|
|
364
364
|
"aria-level"?: number | undefined;
|
|
365
365
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
366
|
-
"aria-modal"?: (boolean | "
|
|
367
|
-
"aria-multiline"?: (boolean | "
|
|
368
|
-
"aria-multiselectable"?: (boolean | "
|
|
366
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
367
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
368
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
369
369
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
370
370
|
"aria-owns"?: string | undefined;
|
|
371
371
|
"aria-placeholder"?: string | undefined;
|
|
372
372
|
"aria-posinset"?: number | undefined;
|
|
373
|
-
"aria-pressed"?: boolean | "
|
|
374
|
-
"aria-readonly"?: (boolean | "
|
|
373
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
374
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
375
375
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
376
|
-
"aria-required"?: (boolean | "
|
|
376
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
377
377
|
"aria-roledescription"?: string | undefined;
|
|
378
378
|
"aria-rowcount"?: number | undefined;
|
|
379
379
|
"aria-rowindex"?: number | undefined;
|
|
380
380
|
"aria-rowindextext"?: string | undefined;
|
|
381
381
|
"aria-rowspan"?: number | undefined;
|
|
382
|
-
"aria-selected"?: (boolean | "
|
|
382
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
383
383
|
"aria-setsize"?: number | undefined;
|
|
384
384
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
385
385
|
"aria-valuemax"?: number | undefined;
|
package/dist/styles/svg.d.ts
CHANGED
|
@@ -8,17 +8,17 @@ export declare const Container: import("styled-components").IStyledComponent<"we
|
|
|
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 Container: import("styled-components").IStyledComponent<"we
|
|
|
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;
|