@elliemae/ds-circular-progress-indicator 2.3.0-alpha.3 → 2.3.0-alpha.8

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.
Files changed (27) hide show
  1. package/{cjs → dist/cjs}/DSCircularProgressIndicator.js +0 -0
  2. package/{cjs → dist/cjs}/DSCircularProgressIndicator.js.map +0 -0
  3. package/{cjs → dist/cjs}/index.js +0 -0
  4. package/{cjs → dist/cjs}/index.js.map +0 -0
  5. package/{cjs → dist/cjs}/v2/DSCircularIndeterminateIndicator.js +0 -0
  6. package/{cjs → dist/cjs}/v2/DSCircularIndeterminateIndicator.js.map +0 -0
  7. package/{cjs → dist/cjs}/v2/index.js +0 -0
  8. package/{cjs → dist/cjs}/v2/index.js.map +0 -0
  9. package/{cjs → dist/cjs}/v2/react-desc-prop-types.js +0 -0
  10. package/{cjs → dist/cjs}/v2/react-desc-prop-types.js.map +0 -0
  11. package/{esm → dist/esm}/DSCircularProgressIndicator.js +0 -0
  12. package/{esm → dist/esm}/DSCircularProgressIndicator.js.map +0 -0
  13. package/{esm → dist/esm}/index.js +0 -0
  14. package/{esm → dist/esm}/index.js.map +0 -0
  15. package/{esm → dist/esm}/v2/DSCircularIndeterminateIndicator.js +0 -0
  16. package/{esm → dist/esm}/v2/DSCircularIndeterminateIndicator.js.map +0 -0
  17. package/{esm → dist/esm}/v2/index.js +0 -0
  18. package/{esm → dist/esm}/v2/index.js.map +0 -0
  19. package/{esm → dist/esm}/v2/react-desc-prop-types.js +0 -0
  20. package/{esm → dist/esm}/v2/react-desc-prop-types.js.map +0 -0
  21. package/package.json +29 -27
  22. package/types/DSCircularProgressIndicator.d.ts +0 -42
  23. package/types/index.d.ts +0 -2
  24. package/types/tests/DSCircularProgressIndicator.test.d.ts +0 -1
  25. package/types/v2/DSCircularIndeterminateIndicator.d.ts +0 -9
  26. package/types/v2/index.d.ts +0 -1
  27. package/types/v2/react-desc-prop-types.d.ts +0 -32
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,31 +1,34 @@
1
1
  {
2
2
  "name": "@elliemae/ds-circular-progress-indicator",
3
- "version": "2.3.0-alpha.3",
3
+ "version": "2.3.0-alpha.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Circular progress indicator",
6
- "module": "./esm/index.js",
7
- "main": "./cjs/index.js",
8
- "types": "./types/index.d.ts",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "module": "./dist/esm/index.js",
10
+ "main": "./dist/cjs/index.js",
11
+ "types": "./dist/types/index.d.ts",
9
12
  "exports": {
10
13
  ".": {
11
- "import": "./esm/index.js",
12
- "require": "./cjs/index.js"
14
+ "import": "./dist/esm/index.js",
15
+ "require": "./dist/cjs/index.js"
13
16
  },
14
17
  "./v2/react-desc-prop-types": {
15
- "import": "./esm/v2/react-desc-prop-types.js",
16
- "require": "./cjs/v2/react-desc-prop-types.js"
18
+ "import": "./dist/esm/v2/react-desc-prop-types.js",
19
+ "require": "./dist/cjs/v2/react-desc-prop-types.js"
17
20
  },
18
21
  "./v2": {
19
- "import": "./esm/v2/index.js",
20
- "require": "./cjs/v2/index.js"
22
+ "import": "./dist/esm/v2/index.js",
23
+ "require": "./dist/cjs/v2/index.js"
21
24
  },
22
25
  "./v2/DSCircularIndeterminateIndicator": {
23
- "import": "./esm/v2/DSCircularIndeterminateIndicator.js",
24
- "require": "./cjs/v2/DSCircularIndeterminateIndicator.js"
26
+ "import": "./dist/esm/v2/DSCircularIndeterminateIndicator.js",
27
+ "require": "./dist/cjs/v2/DSCircularIndeterminateIndicator.js"
25
28
  },
26
29
  "./DSCircularProgressIndicator": {
27
- "import": "./esm/DSCircularProgressIndicator.js",
28
- "require": "./cjs/DSCircularProgressIndicator.js"
30
+ "import": "./dist/esm/DSCircularProgressIndicator.js",
31
+ "require": "./dist/cjs/DSCircularProgressIndicator.js"
29
32
  }
30
33
  },
31
34
  "sideEffects": [
@@ -37,23 +40,17 @@
37
40
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
38
41
  },
39
42
  "engines": {
40
- "npm": ">=7",
41
- "node": ">=14"
43
+ "pnpm": ">=6",
44
+ "node": ">=16"
42
45
  },
43
46
  "author": "ICE MT",
44
- "scripts": {
45
- "dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w",
46
- "prebuild": "exit 0",
47
- "predev": "exit 0",
48
- "build": "node ../../scripts/build/build.js"
49
- },
50
47
  "dependencies": {
51
- "@elliemae/ds-classnames": "2.3.0-alpha.3",
52
- "@elliemae/ds-tooltip": "2.3.0-alpha.3",
48
+ "@elliemae/ds-classnames": "2.3.0-alpha.8",
49
+ "@elliemae/ds-tooltip": "2.3.0-alpha.8",
53
50
  "react-desc": "~4.1.3"
54
51
  },
55
52
  "devDependencies": {
56
- "@testing-library/jest-dom": "~5.15.0",
53
+ "@testing-library/jest-dom": "~5.15.1",
57
54
  "@testing-library/react": "~12.1.2"
58
55
  },
59
56
  "peerDependencies": {
@@ -62,7 +59,12 @@
62
59
  },
63
60
  "publishConfig": {
64
61
  "access": "public",
65
- "directory": "dist",
66
- "generateSubmodules": true
62
+ "typeSafety": false
63
+ },
64
+ "scripts": {
65
+ "dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w",
66
+ "prebuild": "exit 0",
67
+ "predev": "exit 0",
68
+ "build": "node ../../scripts/build/build.js"
67
69
  }
68
70
  }
@@ -1,42 +0,0 @@
1
- /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
- declare const CircularProgressIndicator: {
4
- ({ size, showLabel, showTooltip, waiting, loading }: {
5
- size: any;
6
- showLabel: any;
7
- showTooltip: any;
8
- waiting: any;
9
- loading: any;
10
- }): JSX.Element;
11
- defaultProps: {
12
- size: string;
13
- showLabel: boolean;
14
- showTooltip: boolean;
15
- waiting: boolean;
16
- loading: boolean;
17
- };
18
- propTypes: {
19
- size: {
20
- deprecated: import("react-desc").PropTypesDescValidator;
21
- };
22
- showLabel: {
23
- deprecated: import("react-desc").PropTypesDescValidator;
24
- };
25
- showTooltip: {
26
- deprecated: import("react-desc").PropTypesDescValidator;
27
- };
28
- waiting: {
29
- deprecated: import("react-desc").PropTypesDescValidator;
30
- };
31
- loading: {
32
- deprecated: import("react-desc").PropTypesDescValidator;
33
- };
34
- };
35
- };
36
- declare const CircularProgressIndicatorWithSchema: {
37
- (props?: unknown): JSX.Element;
38
- propTypes: unknown;
39
- toTypescript: () => import("react-desc").TypescriptSchema;
40
- };
41
- export { CircularProgressIndicatorWithSchema };
42
- export default CircularProgressIndicator;
package/types/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export { default, default as DSCircularProgressIndicator, CircularProgressIndicatorWithSchema, } from './DSCircularProgressIndicator';
2
- export { DSCircularIndeterminateIndicator, DSCircularIndeterminateIndicatorWithSchema } from './v2';
@@ -1 +0,0 @@
1
- export {};
@@ -1,9 +0,0 @@
1
- /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- import React from 'react';
3
- import { DSCircularIndeterminateIndicatorT } from './react-desc-prop-types';
4
- export declare const DSCircularIndeterminateIndicator: React.ComponentType<DSCircularIndeterminateIndicatorT.Props>;
5
- export declare const DSCircularIndeterminateIndicatorWithSchema: {
6
- (props?: unknown): JSX.Element;
7
- propTypes: unknown;
8
- toTypescript: () => import("react-desc").TypescriptSchema;
9
- };
@@ -1 +0,0 @@
1
- export { DSCircularIndeterminateIndicator, DSCircularIndeterminateIndicatorWithSchema, } from './DSCircularIndeterminateIndicator';
@@ -1,32 +0,0 @@
1
- /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- export declare namespace DSCircularIndeterminateIndicatorT {
3
- interface Props {
4
- size?: 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';
5
- color?: 'light' | 'dark';
6
- text?: string;
7
- showText?: boolean;
8
- withTooltip: boolean;
9
- tooltipStartPlacementPreference?: 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start';
10
- __duration: number;
11
- }
12
- }
13
- export declare const CircularIndeterminateIndicatorPropTypes: {
14
- size: {
15
- deprecated: import("react-desc").PropTypesDescValidator;
16
- };
17
- color: {
18
- deprecated: import("react-desc").PropTypesDescValidator;
19
- };
20
- text: {
21
- deprecated: import("react-desc").PropTypesDescValidator;
22
- };
23
- showText: {
24
- deprecated: import("react-desc").PropTypesDescValidator;
25
- };
26
- withTooltip: {
27
- deprecated: import("react-desc").PropTypesDescValidator;
28
- };
29
- tooltipStartPlacementPreference: {
30
- deprecated: import("react-desc").PropTypesDescValidator;
31
- };
32
- };