@elliemae/ds-indeterminate-progress-indicator 3.33.0-next.0 → 3.33.0-next.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/styled.d.ts +1 -1
- package/package.json +7 -7
package/dist/types/styled.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import { type DSIndeterminateProgressIndicatorT } from './react-desc-prop-types.js';
|
3
3
|
export declare const Container: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSIndeterminateProgressIndicatorT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
4
|
-
export declare const StyledTruncatedTooltipText: import("styled-components").StyledComponent<import("react").ComponentType<any> |
|
4
|
+
export declare const StyledTruncatedTooltipText: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent>, never>;
|
5
5
|
export declare const Bar: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
6
6
|
export declare const BarIndicator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSIndeterminateProgressIndicatorT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-indeterminate-progress-indicator",
|
3
|
-
"version": "3.33.0-next.
|
3
|
+
"version": "3.33.0-next.10",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
|
6
6
|
"files": [
|
@@ -39,15 +39,15 @@
|
|
39
39
|
"indent": 4
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"@elliemae/ds-classnames": "3.33.0-next.
|
43
|
-
"@elliemae/ds-system": "3.33.0-next.
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-
|
42
|
+
"@elliemae/ds-classnames": "3.33.0-next.10",
|
43
|
+
"@elliemae/ds-system": "3.33.0-next.10",
|
44
|
+
"@elliemae/ds-props-helpers": "3.33.0-next.10",
|
45
|
+
"@elliemae/ds-truncated-tooltip-text": "3.33.0-next.10"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
49
49
|
"styled-components": "~5.3.9",
|
50
|
-
"@elliemae/ds-monorepo-devops": "3.33.0-next.
|
50
|
+
"@elliemae/ds-monorepo-devops": "3.33.0-next.10"
|
51
51
|
},
|
52
52
|
"peerDependencies": {
|
53
53
|
"react": "^17.0.2",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
},
|
60
60
|
"scripts": {
|
61
61
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
62
|
-
"test": "pui-cli test --passWithNoTests",
|
62
|
+
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
63
63
|
"lint": "node ../../../scripts/lint.mjs",
|
64
64
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
65
65
|
"dts": "node ../../../scripts/dts.mjs",
|