@elliemae/ds-indeterminate-progress-indicator 3.51.0-next.7 → 3.51.0-next.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
36
36
|
var React = __toESM(require("react"));
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
38
|
-
const DSIndeterminateProgressIndicatorName = "
|
38
|
+
const DSIndeterminateProgressIndicatorName = "DSIndeterminateprogressindicator";
|
39
39
|
const DSIndeterminateProgressIndicatorSlots = {
|
40
40
|
ROOT: "root",
|
41
41
|
LABEL: "label",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../src/constants/index.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSIndeterminateProgressIndicatorName = '
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSIndeterminateProgressIndicatorName = 'DSIndeterminateprogressindicator';\n\nexport const DSIndeterminateProgressIndicatorSlots = {\n ROOT: 'root',\n LABEL: 'label',\n BAR: 'bar',\n BAR_INDICATOR: 'bar_indicator',\n};\n\nexport const DSIndeterminateProgressIndicatorDataTestIds = slotObjectToDataTestIds(\n DSIndeterminateProgressIndicatorName,\n DSIndeterminateProgressIndicatorSlots,\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,uCAAuC;AAE7C,MAAM,wCAAwC;AAAA,EACnD,MAAM;AAAA,EACN,OAAO;AAAA,EACP,KAAK;AAAA,EACL,eAAe;AACjB;AAEO,MAAM,kDAA8C;AAAA,EACzD;AAAA,EACA;AACF;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as React from "react";
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
3
|
-
const DSIndeterminateProgressIndicatorName = "
|
3
|
+
const DSIndeterminateProgressIndicatorName = "DSIndeterminateprogressindicator";
|
4
4
|
const DSIndeterminateProgressIndicatorSlots = {
|
5
5
|
ROOT: "root",
|
6
6
|
LABEL: "label",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/constants/index.ts"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSIndeterminateProgressIndicatorName = '
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSIndeterminateProgressIndicatorName = 'DSIndeterminateprogressindicator';\n\nexport const DSIndeterminateProgressIndicatorSlots = {\n ROOT: 'root',\n LABEL: 'label',\n BAR: 'bar',\n BAR_INDICATOR: 'bar_indicator',\n};\n\nexport const DSIndeterminateProgressIndicatorDataTestIds = slotObjectToDataTestIds(\n DSIndeterminateProgressIndicatorName,\n DSIndeterminateProgressIndicatorSlots,\n);\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,uCAAuC;AAE7C,MAAM,wCAAwC;AAAA,EACnD,MAAM;AAAA,EACN,OAAO;AAAA,EACP,KAAK;AAAA,EACL,eAAe;AACjB;AAEO,MAAM,8CAA8C;AAAA,EACzD;AAAA,EACA;AACF;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const DSIndeterminateProgressIndicatorName = "
|
1
|
+
export declare const DSIndeterminateProgressIndicatorName = "DSIndeterminateprogressindicator";
|
2
2
|
export declare const DSIndeterminateProgressIndicatorSlots: {
|
3
3
|
ROOT: string;
|
4
4
|
LABEL: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-indeterminate-progress-indicator",
|
3
|
-
"version": "3.51.0-next.
|
3
|
+
"version": "3.51.0-next.9",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
|
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": ">=
|
29
|
-
"node": ">=
|
28
|
+
"pnpm": ">=9",
|
29
|
+
"node": ">=22"
|
30
30
|
},
|
31
31
|
"author": "ICE MT",
|
32
32
|
"jestSonar": {
|
@@ -36,16 +36,16 @@
|
|
36
36
|
"indent": 4
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@elliemae/ds-classnames": "3.51.0-next.
|
40
|
-
"@elliemae/ds-
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
39
|
+
"@elliemae/ds-classnames": "3.51.0-next.9",
|
40
|
+
"@elliemae/ds-system": "3.51.0-next.9",
|
41
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.9",
|
42
|
+
"@elliemae/ds-truncated-tooltip-text": "3.51.0-next.9"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
45
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
46
46
|
"jest": "~29.7.0",
|
47
47
|
"styled-components": "~5.3.9",
|
48
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.9"
|
49
49
|
},
|
50
50
|
"peerDependencies": {
|
51
51
|
"react": "^18.3.1",
|