@elliemae/ds-circular-progress-indicator 3.49.0-rc.2 → 3.49.0-rc.20
Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/v2/constants.js
CHANGED
@@ -39,7 +39,7 @@ __export(constants_exports, {
|
|
39
39
|
module.exports = __toCommonJS(constants_exports);
|
40
40
|
var React = __toESM(require("react"));
|
41
41
|
var import_ds_system = require("@elliemae/ds-system");
|
42
|
-
const DSCircularIndeterminateIndicatorName = "
|
42
|
+
const DSCircularIndeterminateIndicatorName = "DSCircularindeterminateindicator";
|
43
43
|
const DSCircularIndeterminateIndicatorSlots = {
|
44
44
|
ROOT: "root",
|
45
45
|
SVG: "svg",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../src/v2/constants.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCircularIndeterminateIndicatorName = '
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCircularIndeterminateIndicatorName = 'DSCircularindeterminateindicator';\n\nexport const DSCircularIndeterminateIndicatorSlots = {\n ROOT: 'root',\n SVG: 'svg',\n LABEL: 'label',\n};\n\nexport const sizeToPx = {\n xs: 16,\n s: 24,\n m: 32,\n l: 48,\n xl: 56,\n xxl: 64,\n};\n\nexport const sizeToWeight = {\n xs: '3px',\n s: '3px',\n m: '3px',\n l: '4px',\n xl: '5px',\n xxl: '6px',\n};\n\nexport const colorToHex = {\n light: '#EBF6FF',\n dark: '#1394E5',\n};\n\nexport const sizeToTextSize = {\n xs: '12px',\n s: '12px',\n m: '12px',\n l: '13px',\n xl: '14px',\n xxl: '16px',\n};\n\nexport const DSCircularIndeterminateIndicatorDataTestIds = slotObjectToDataTestIds(\n DSCircularIndeterminateIndicatorName,\n DSCircularIndeterminateIndicatorSlots,\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,uCAAuC;AAE7C,MAAM,wCAAwC;AAAA,EACnD,MAAM;AAAA,EACN,KAAK;AAAA,EACL,OAAO;AACT;AAEO,MAAM,WAAW;AAAA,EACtB,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEO,MAAM,eAAe;AAAA,EAC1B,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEO,MAAM,aAAa;AAAA,EACxB,OAAO;AAAA,EACP,MAAM;AACR;AAEO,MAAM,iBAAiB;AAAA,EAC5B,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEO,MAAM,kDAA8C;AAAA,EACzD;AAAA,EACA;AACF;",
|
6
6
|
"names": []
|
7
7
|
}
|
package/dist/esm/v2/constants.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as React from "react";
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
3
|
-
const DSCircularIndeterminateIndicatorName = "
|
3
|
+
const DSCircularIndeterminateIndicatorName = "DSCircularindeterminateindicator";
|
4
4
|
const DSCircularIndeterminateIndicatorSlots = {
|
5
5
|
ROOT: "root",
|
6
6
|
SVG: "svg",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/v2/constants.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCircularIndeterminateIndicatorName = '
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCircularIndeterminateIndicatorName = 'DSCircularindeterminateindicator';\n\nexport const DSCircularIndeterminateIndicatorSlots = {\n ROOT: 'root',\n SVG: 'svg',\n LABEL: 'label',\n};\n\nexport const sizeToPx = {\n xs: 16,\n s: 24,\n m: 32,\n l: 48,\n xl: 56,\n xxl: 64,\n};\n\nexport const sizeToWeight = {\n xs: '3px',\n s: '3px',\n m: '3px',\n l: '4px',\n xl: '5px',\n xxl: '6px',\n};\n\nexport const colorToHex = {\n light: '#EBF6FF',\n dark: '#1394E5',\n};\n\nexport const sizeToTextSize = {\n xs: '12px',\n s: '12px',\n m: '12px',\n l: '13px',\n xl: '14px',\n xxl: '16px',\n};\n\nexport const DSCircularIndeterminateIndicatorDataTestIds = slotObjectToDataTestIds(\n DSCircularIndeterminateIndicatorName,\n DSCircularIndeterminateIndicatorSlots,\n);\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,uCAAuC;AAE7C,MAAM,wCAAwC;AAAA,EACnD,MAAM;AAAA,EACN,KAAK;AAAA,EACL,OAAO;AACT;AAEO,MAAM,WAAW;AAAA,EACtB,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEO,MAAM,eAAe;AAAA,EAC1B,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEO,MAAM,aAAa;AAAA,EACxB,OAAO;AAAA,EACP,MAAM;AACR;AAEO,MAAM,iBAAiB;AAAA,EAC5B,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEO,MAAM,8CAA8C;AAAA,EACzD;AAAA,EACA;AACF;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const DSCircularIndeterminateIndicatorName = "
|
1
|
+
export declare const DSCircularIndeterminateIndicatorName = "DSCircularindeterminateindicator";
|
2
2
|
export declare const DSCircularIndeterminateIndicatorSlots: {
|
3
3
|
ROOT: string;
|
4
4
|
SVG: string;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="prop-types" />
|
1
2
|
import type { GlobalAttributesT, XstyledProps, ValidationMap } from '@elliemae/ds-props-helpers';
|
2
3
|
import { type DSTooltipV3T } from '@elliemae/ds-tooltip-v3';
|
3
4
|
export declare const defaultProps: DSCircularIndeterminateIndicatorT.DefaultProps;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-circular-progress-indicator",
|
3
|
-
"version": "3.49.0-rc.
|
3
|
+
"version": "3.49.0-rc.20",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Circular progress indicator",
|
6
6
|
"files": [
|
@@ -41,8 +41,8 @@
|
|
41
41
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
42
42
|
},
|
43
43
|
"engines": {
|
44
|
-
"pnpm": ">=
|
45
|
-
"node": ">=
|
44
|
+
"pnpm": ">=9",
|
45
|
+
"node": ">=22"
|
46
46
|
},
|
47
47
|
"author": "ICE MT",
|
48
48
|
"jestSonar": {
|
@@ -54,15 +54,17 @@
|
|
54
54
|
"dependencies": {
|
55
55
|
"styled-components": "~5.3.9",
|
56
56
|
"uid": "~2.0.1",
|
57
|
-
"@elliemae/ds-classnames": "3.49.0-rc.
|
58
|
-
"@elliemae/ds-
|
59
|
-
"@elliemae/ds-tooltip": "3.49.0-rc.
|
60
|
-
"@elliemae/ds-
|
61
|
-
"@elliemae/ds-
|
57
|
+
"@elliemae/ds-classnames": "3.49.0-rc.20",
|
58
|
+
"@elliemae/ds-props-helpers": "3.49.0-rc.20",
|
59
|
+
"@elliemae/ds-tooltip": "3.49.0-rc.20",
|
60
|
+
"@elliemae/ds-system": "3.49.0-rc.20",
|
61
|
+
"@elliemae/ds-grid": "3.49.0-rc.20"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
64
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
65
|
-
"
|
65
|
+
"jest": "~29.7.0",
|
66
|
+
"jest-cli": "~29.7.0",
|
67
|
+
"@elliemae/ds-monorepo-devops": "3.49.0-rc.20"
|
66
68
|
},
|
67
69
|
"peerDependencies": {
|
68
70
|
"lodash": "^4.17.21",
|