@elliemae/ds-square-indicator 3.18.0-next.1 → 3.18.0-next.2

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,9 @@
1
- /// <reference types="react" />
2
1
  import type { DSSquareIndicatorT } from './react-desc-prop-types.js';
3
2
  interface RectProps {
4
3
  size: Required<DSSquareIndicatorT.Props>['size'];
5
4
  }
6
- export declare const StyledLineLeft: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & RectProps, never>;
7
- export declare const StyledLineTop: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & RectProps, never>;
8
- export declare const StyledLineRight: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & RectProps, never>;
9
- export declare const StyledLineBottom: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & RectProps, never>;
5
+ export declare const StyledLineLeft: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface, never>;
6
+ export declare const StyledLineTop: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface, never>;
7
+ export declare const StyledLineRight: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface, never>;
8
+ export declare const StyledLineBottom: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface, never>;
10
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-square-indicator",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -45,10 +45,10 @@
45
45
  "dependencies": {
46
46
  "styled-components": "~5.3.9",
47
47
  "uid": "^2.0.1",
48
- "@elliemae/ds-grid": "3.18.0-next.1",
49
- "@elliemae/ds-props-helpers": "3.18.0-next.1",
50
- "@elliemae/ds-system": "3.18.0-next.1",
51
- "@elliemae/ds-tooltip": "3.18.0-next.1"
48
+ "@elliemae/ds-grid": "3.18.0-next.2",
49
+ "@elliemae/ds-props-helpers": "3.18.0-next.2",
50
+ "@elliemae/ds-system": "3.18.0-next.2",
51
+ "@elliemae/ds-tooltip": "3.18.0-next.2"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^17.0.2",
@@ -67,6 +67,6 @@
67
67
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
68
68
  "dev:build": "pnpm --filter {.}... build",
69
69
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
70
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
70
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
71
71
  }
72
72
  }