@elliemae/ds-circular-progress-indicator 3.54.0-next.4 → 3.54.0-next.5

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,4 +32,8 @@ export declare const sizeToTextSize: {
32
32
  xl: string;
33
33
  xxl: string;
34
34
  };
35
- export declare const DSCircularIndeterminateIndicatorDataTestIds: Record<string, string>;
35
+ export declare const DSCircularIndeterminateIndicatorDataTestIds: {
36
+ ROOT: `ds-circularindeterminateindicator-${string}`;
37
+ SVG: `ds-circularindeterminateindicator-${string}`;
38
+ LABEL: `ds-circularindeterminateindicator-${string}`;
39
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-circular-progress-indicator",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Circular progress indicator",
6
6
  "files": [
@@ -38,17 +38,17 @@
38
38
  "dependencies": {
39
39
  "styled-components": "~5.3.9",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-grid": "3.54.0-next.4",
42
- "@elliemae/ds-classnames": "3.54.0-next.4",
43
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
44
- "@elliemae/ds-system": "3.54.0-next.4",
45
- "@elliemae/ds-tooltip": "3.54.0-next.4"
41
+ "@elliemae/ds-classnames": "3.54.0-next.5",
42
+ "@elliemae/ds-props-helpers": "3.54.0-next.5",
43
+ "@elliemae/ds-system": "3.54.0-next.5",
44
+ "@elliemae/ds-grid": "3.54.0-next.5",
45
+ "@elliemae/ds-tooltip": "3.54.0-next.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-cli": "9.0.0-next.65",
49
49
  "jest": "~29.7.0",
50
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4",
51
- "@elliemae/ds-test-utils": "3.54.0-next.4"
50
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.5",
51
+ "@elliemae/ds-test-utils": "3.54.0-next.5"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "lodash-es": "^4.17.21",