@elliemae/ds-indeterminate-progress-indicator 3.51.0-next.0 → 3.51.0-next.11
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.11",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
|
6
6
|
"files": [
|
@@ -14,10 +14,6 @@
|
|
14
14
|
"types": "./dist/types/index.d.ts",
|
15
15
|
"import": "./dist/esm/index.js",
|
16
16
|
"require": "./dist/cjs/index.js"
|
17
|
-
},
|
18
|
-
"./DSIndeterminateProgressIndicator": {
|
19
|
-
"import": "./dist/esm/DSIndeterminateProgressIndicator.js",
|
20
|
-
"require": "./dist/cjs/DSIndeterminateProgressIndicator.js"
|
21
17
|
}
|
22
18
|
},
|
23
19
|
"sideEffects": [
|
@@ -29,8 +25,8 @@
|
|
29
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
30
26
|
},
|
31
27
|
"engines": {
|
32
|
-
"pnpm": ">=
|
33
|
-
"node": ">=
|
28
|
+
"pnpm": ">=9",
|
29
|
+
"node": ">=22"
|
34
30
|
},
|
35
31
|
"author": "ICE MT",
|
36
32
|
"jestSonar": {
|
@@ -40,16 +36,16 @@
|
|
40
36
|
"indent": 4
|
41
37
|
},
|
42
38
|
"dependencies": {
|
43
|
-
"@elliemae/ds-classnames": "3.51.0-next.
|
44
|
-
"@elliemae/ds-system": "3.51.0-next.
|
45
|
-
"@elliemae/ds-props-helpers": "3.51.0-next.
|
46
|
-
"@elliemae/ds-truncated-tooltip-text": "3.51.0-next.
|
39
|
+
"@elliemae/ds-classnames": "3.51.0-next.11",
|
40
|
+
"@elliemae/ds-system": "3.51.0-next.11",
|
41
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.11",
|
42
|
+
"@elliemae/ds-truncated-tooltip-text": "3.51.0-next.11"
|
47
43
|
},
|
48
44
|
"devDependencies": {
|
49
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
45
|
+
"@elliemae/pui-cli": "9.0.0-next.55",
|
50
46
|
"jest": "~29.7.0",
|
51
47
|
"styled-components": "~5.3.9",
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.11"
|
53
49
|
},
|
54
50
|
"peerDependencies": {
|
55
51
|
"react": "^18.3.1",
|