@elliemae/ds-circular-progress-indicator 3.18.0-next.0 → 3.18.0-next.10

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.
@@ -1,10 +1,10 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
3
- export declare const StyledSvg: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
4
- export declare const StyledPath: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & {
2
+ export declare const StyledContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
+ export declare const StyledSvg: import("styled-components").StyledComponent<"svg", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
+ export declare const StyledPath: import("styled-components").StyledComponent<"path", import("@elliemae/ds-system").Theme, {
5
5
  r: number;
6
- }, never>;
7
- export declare const StyledRect: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
8
- export declare const StyledCircle: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & {
6
+ } & import("@elliemae/ds-system").OwnerInterface, never>;
7
+ export declare const StyledRect: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
8
+ export declare const StyledCircle: import("styled-components").StyledComponent<"circle", import("@elliemae/ds-system").Theme, {
9
9
  r: number;
10
- }, never>;
10
+ } & import("@elliemae/ds-system").OwnerInterface, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-circular-progress-indicator",
3
- "version": "3.18.0-next.0",
3
+ "version": "3.18.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Circular progress indicator",
6
6
  "files": [
@@ -51,18 +51,20 @@
51
51
  "indent": 4
52
52
  },
53
53
  "dependencies": {
54
- "@elliemae/ds-classnames": "3.18.0-next.0",
55
- "@elliemae/ds-grid": "3.18.0-next.0",
56
- "@elliemae/ds-props-helpers": "3.18.0-next.0",
57
- "@elliemae/ds-system": "3.18.0-next.0",
58
- "@elliemae/ds-tooltip": "3.18.0-next.0",
59
- "@elliemae/ds-utilities": "3.18.0-next.0",
60
54
  "styled-components": "~5.3.9",
61
- "uid": "~2.0.1"
55
+ "uid": "~2.0.1",
56
+ "@elliemae/ds-classnames": "3.18.0-next.10",
57
+ "@elliemae/ds-grid": "3.18.0-next.10",
58
+ "@elliemae/ds-tooltip": "3.18.0-next.10",
59
+ "@elliemae/ds-utilities": "3.18.0-next.10",
60
+ "@elliemae/ds-props-helpers": "3.18.0-next.10",
61
+ "@elliemae/ds-system": "3.18.0-next.10"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@testing-library/jest-dom": "~5.16.5",
65
- "@testing-library/react": "~12.1.3"
65
+ "@testing-library/react": "~12.1.3",
66
+ "@testing-library/user-event": "~13.5.0",
67
+ "jest-axe": "^7.0.1"
66
68
  },
67
69
  "peerDependencies": {
68
70
  "lodash": "^4.17.21",
@@ -82,6 +84,6 @@
82
84
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
83
85
  "dev:build": "pnpm --filter {.}... build",
84
86
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
85
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
87
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
86
88
  }
87
89
  }