@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.
- 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.cjs +10 -10
- package/dist/widgets/ColorTool/styles.d.ts +154 -154
- package/dist/widgets/ColorTool/styles.js +16 -17
- 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 Actions: 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 Actions: 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;
|