@elliemae/ds-skeleton 3.50.0-next.3 → 3.50.0-rc.2

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 | "true" | "false") | undefined;
36
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
35
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
36
+ "aria-autocomplete"?: "list" | "inline" | "none" | "both" | undefined;
37
37
  "aria-braillelabel"?: string | undefined;
38
38
  "aria-brailleroledescription"?: string | undefined;
39
- "aria-busy"?: (boolean | "true" | "false") | undefined;
40
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
39
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
40
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | 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" | "true" | "false" | "page" | "location" | "date" | undefined;
46
+ "aria-current"?: boolean | "time" | "step" | "page" | "false" | "true" | "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 | "true" | "false") | undefined;
51
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
50
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
51
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
52
52
  "aria-errormessage"?: string | undefined;
53
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
53
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
54
54
  "aria-flowto"?: string | undefined;
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;
55
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
56
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
57
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
58
+ "aria-invalid"?: boolean | "false" | "true" | "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 | "true" | "false") | undefined;
65
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
66
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
64
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
65
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
66
+ "aria-multiselectable"?: (boolean | "false" | "true") | 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 | "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;
71
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
72
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
73
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
74
+ "aria-required"?: (boolean | "false" | "true") | 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 | "true" | "false") | undefined;
80
+ "aria-selected"?: (boolean | "false" | "true") | 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 | "true" | "false") | "plaintext-only" | undefined;
257
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
258
258
  contextMenu?: string | undefined;
259
259
  dir?: string | undefined;
260
- draggable?: (boolean | "true" | "false") | undefined;
261
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
260
+ draggable?: (boolean | "false" | "true") | undefined;
261
+ enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
262
262
  hidden?: boolean | undefined;
263
263
  nonce?: string | undefined;
264
- spellCheck?: (boolean | "true" | "false") | undefined;
264
+ spellCheck?: (boolean | "false" | "true") | 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",
3
+ "version": "3.50.0-rc.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Skeleton UI",
6
6
  "files": [
@@ -25,8 +25,8 @@
25
25
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
26
26
  },
27
27
  "engines": {
28
- "pnpm": ">=6",
29
- "node": ">=16"
28
+ "pnpm": ">=9",
29
+ "node": ">=22"
30
30
  },
31
31
  "author": "ICE MT",
32
32
  "jestSonar": {
@@ -36,14 +36,15 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.50.0-next.3",
40
- "@elliemae/ds-system": "3.50.0-next.3"
39
+ "@elliemae/ds-props-helpers": "3.50.0-rc.2",
40
+ "@elliemae/ds-system": "3.50.0-rc.2"
41
41
  },
42
42
  "devDependencies": {
43
- "@elliemae/pui-cli": "9.0.0-next.31",
43
+ "@elliemae/pui-cli": "9.0.0-next.50",
44
44
  "jest": "~29.7.0",
45
+ "jest-cli": "~29.7.0",
45
46
  "styled-components": "~5.3.9",
46
- "@elliemae/ds-monorepo-devops": "3.50.0-next.3"
47
+ "@elliemae/ds-monorepo-devops": "3.50.0-rc.2"
47
48
  },
48
49
  "peerDependencies": {
49
50
  "react": "^17.0.2",