@elliemae/ds-skeleton 3.50.0-next.1 → 3.50.0-next.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.
|
@@ -32,52 +32,52 @@ export declare const useSkeleton: (props: DSSkeletonT.Props) => {
|
|
|
32
32
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
33
33
|
href?: string | undefined;
|
|
34
34
|
"aria-activedescendant"?: string | undefined;
|
|
35
|
-
"aria-atomic"?: (boolean | "
|
|
36
|
-
"aria-autocomplete"?: "list" | "
|
|
35
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
36
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
37
37
|
"aria-braillelabel"?: string | undefined;
|
|
38
38
|
"aria-brailleroledescription"?: string | undefined;
|
|
39
|
-
"aria-busy"?: (boolean | "
|
|
40
|
-
"aria-checked"?: boolean | "
|
|
39
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
40
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
41
41
|
"aria-colcount"?: number | undefined;
|
|
42
42
|
"aria-colindex"?: number | undefined;
|
|
43
43
|
"aria-colindextext"?: string | undefined;
|
|
44
44
|
"aria-colspan"?: number | undefined;
|
|
45
45
|
"aria-controls"?: string | undefined;
|
|
46
|
-
"aria-current"?: boolean | "time" | "step" | "
|
|
46
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
47
47
|
"aria-describedby"?: string | undefined;
|
|
48
48
|
"aria-description"?: string | undefined;
|
|
49
49
|
"aria-details"?: string | undefined;
|
|
50
|
-
"aria-disabled"?: (boolean | "
|
|
51
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "
|
|
50
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
51
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
52
52
|
"aria-errormessage"?: string | undefined;
|
|
53
|
-
"aria-expanded"?: (boolean | "
|
|
53
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
54
54
|
"aria-flowto"?: string | undefined;
|
|
55
|
-
"aria-grabbed"?: (boolean | "
|
|
56
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
57
|
-
"aria-hidden"?: (boolean | "
|
|
58
|
-
"aria-invalid"?: boolean | "
|
|
55
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
56
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
57
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
59
59
|
"aria-keyshortcuts"?: string | undefined;
|
|
60
60
|
"aria-label"?: string | undefined;
|
|
61
61
|
"aria-labelledby"?: string | undefined;
|
|
62
62
|
"aria-level"?: number | undefined;
|
|
63
63
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
64
|
-
"aria-modal"?: (boolean | "
|
|
65
|
-
"aria-multiline"?: (boolean | "
|
|
66
|
-
"aria-multiselectable"?: (boolean | "
|
|
64
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
65
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
66
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
67
67
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
68
68
|
"aria-owns"?: string | undefined;
|
|
69
69
|
"aria-placeholder"?: string | undefined;
|
|
70
70
|
"aria-posinset"?: number | undefined;
|
|
71
|
-
"aria-pressed"?: boolean | "
|
|
72
|
-
"aria-readonly"?: (boolean | "
|
|
73
|
-
"aria-relevant"?: "text" | "
|
|
74
|
-
"aria-required"?: (boolean | "
|
|
71
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
72
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
73
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
74
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
75
75
|
"aria-roledescription"?: string | undefined;
|
|
76
76
|
"aria-rowcount"?: number | undefined;
|
|
77
77
|
"aria-rowindex"?: number | undefined;
|
|
78
78
|
"aria-rowindextext"?: string | undefined;
|
|
79
79
|
"aria-rowspan"?: number | undefined;
|
|
80
|
-
"aria-selected"?: (boolean | "
|
|
80
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
81
81
|
"aria-setsize"?: number | undefined;
|
|
82
82
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
83
83
|
"aria-valuemax"?: number | undefined;
|
|
@@ -254,14 +254,14 @@ export declare const useSkeleton: (props: DSSkeletonT.Props) => {
|
|
|
254
254
|
accessKey?: string | undefined;
|
|
255
255
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
256
256
|
autoFocus?: boolean | undefined;
|
|
257
|
-
contentEditable?: "inherit" | (boolean | "
|
|
257
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
258
258
|
contextMenu?: string | undefined;
|
|
259
259
|
dir?: string | undefined;
|
|
260
|
-
draggable?: (boolean | "
|
|
261
|
-
enterKeyHint?: "search" | "
|
|
260
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
261
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
262
262
|
hidden?: boolean | undefined;
|
|
263
263
|
nonce?: string | undefined;
|
|
264
|
-
spellCheck?: (boolean | "
|
|
264
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
265
265
|
translate?: "yes" | "no" | undefined;
|
|
266
266
|
radioGroup?: string | undefined;
|
|
267
267
|
about?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-skeleton",
|
|
3
|
-
"version": "3.50.0-next.
|
|
3
|
+
"version": "3.50.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Skeleton UI",
|
|
6
6
|
"files": [
|
|
@@ -36,13 +36,14 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-props-helpers": "3.50.0-next.
|
|
40
|
-
"@elliemae/ds-system": "3.50.0-next.
|
|
39
|
+
"@elliemae/ds-props-helpers": "3.50.0-next.3",
|
|
40
|
+
"@elliemae/ds-system": "3.50.0-next.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
43
|
+
"@elliemae/pui-cli": "9.0.0-next.31",
|
|
44
|
+
"jest": "~29.7.0",
|
|
44
45
|
"styled-components": "~5.3.9",
|
|
45
|
-
"@elliemae/ds-monorepo-devops": "3.50.0-next.
|
|
46
|
+
"@elliemae/ds-monorepo-devops": "3.50.0-next.3"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
48
49
|
"react": "^17.0.2",
|