@elliemae/ds-app-picker 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,8 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  export declare const StyledWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
3
3
  isOverflow: boolean;
4
- }, never>;
5
- export declare const StyledListItem: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object, never>;
6
- export declare const StyledListItemFullRow: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object, never>;
7
- export declare const StyledTitle: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object, never>;
8
- export declare const StyledSeparator: import("styled-components").StyledComponent<"hr", import("@elliemae/ds-system").Theme, object, never>;
4
+ } & import("@elliemae/ds-system").OwnerInterface, never>;
5
+ export declare const StyledListItem: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
+ export declare const StyledListItemFullRow: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
7
+ export declare const StyledTitle: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
8
+ export declare const StyledSeparator: import("styled-components").StyledComponent<"hr", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-app-picker",
3
- "version": "3.18.0-next.0",
3
+ "version": "3.18.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - App Picker",
6
6
  "files": [
@@ -59,14 +59,14 @@
59
59
  "indent": 4
60
60
  },
61
61
  "dependencies": {
62
- "@elliemae/ds-button": "3.18.0-next.0",
63
- "@elliemae/ds-chip": "3.18.0-next.0",
64
- "@elliemae/ds-grid": "3.18.0-next.0",
65
- "@elliemae/ds-icons": "3.18.0-next.0",
66
- "@elliemae/ds-popover": "3.18.0-next.0",
67
- "@elliemae/ds-props-helpers": "3.18.0-next.0",
68
- "@elliemae/ds-system": "3.18.0-next.0",
69
- "@elliemae/ds-utilities": "3.18.0-next.0"
62
+ "@elliemae/ds-button": "3.18.0-next.10",
63
+ "@elliemae/ds-chip": "3.18.0-next.10",
64
+ "@elliemae/ds-grid": "3.18.0-next.10",
65
+ "@elliemae/ds-popover": "3.18.0-next.10",
66
+ "@elliemae/ds-icons": "3.18.0-next.10",
67
+ "@elliemae/ds-props-helpers": "3.18.0-next.10",
68
+ "@elliemae/ds-system": "3.18.0-next.10",
69
+ "@elliemae/ds-utilities": "3.18.0-next.10"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@testing-library/jest-dom": "~5.16.5",
@@ -79,7 +79,7 @@
79
79
  "lodash": "^4.17.21",
80
80
  "react": "^17.0.2",
81
81
  "react-dom": "^17.0.2",
82
- "styled-components": "~5.3.6"
82
+ "styled-components": "~5.3.9"
83
83
  },
84
84
  "publishConfig": {
85
85
  "access": "public",
@@ -94,6 +94,6 @@
94
94
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
95
95
  "dev:build": "pnpm --filter {.}... build",
96
96
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
97
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
97
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
98
98
  }
99
99
  }