@elliemae/ds-app-picker 2.3.0-next.4 → 2.3.0-next.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-app-picker",
3
- "version": "2.3.0-next.4",
3
+ "version": "2.3.0-next.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - App Picker",
6
6
  "module": "./esm/index.js",
@@ -56,11 +56,11 @@
56
56
  "build": "node ../../scripts/build/build.js"
57
57
  },
58
58
  "dependencies": {
59
- "@elliemae/ds-button": "2.3.0-next.4",
60
- "@elliemae/ds-icons": "2.3.0-next.4",
61
- "@elliemae/ds-popover": "2.3.0-next.4",
62
- "@elliemae/ds-system": "2.3.0-next.4",
63
- "@elliemae/ds-utilities": "2.3.0-next.4",
59
+ "@elliemae/ds-button": "2.3.0-next.8",
60
+ "@elliemae/ds-icons": "2.3.0-next.8",
61
+ "@elliemae/ds-popover": "2.3.0-next.8",
62
+ "@elliemae/ds-system": "2.3.0-next.8",
63
+ "@elliemae/ds-utilities": "2.3.0-next.8",
64
64
  "react-desc": "^4.1.3"
65
65
  },
66
66
  "devDependencies": {
package/types/styles.d.ts CHANGED
@@ -1,9 +1,7 @@
1
- export declare const StyledTitle: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system/types/styled/types").Theme, {}, never>;
2
- export declare const StyledWrapper: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system/types/styled/types").Theme, {}, never>;
3
- export declare const StyledGrid: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system/types/styled/types").Theme, {}, never>;
4
- export declare const StyledRow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system/types/styled/types").Theme, {}, never>;
5
- export declare const StyledChipLabel: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system/types/styled/types").Theme, {}, never>;
6
- export declare const StyledChip: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system/types/styled/types").Theme, {
7
- selected: boolean | undefined;
8
- }, never>;
9
- export declare const StyledSeparator: import("styled-components").StyledComponent<"hr", import("@elliemae/ds-system/types/styled/types").Theme, {}, never>;
1
+ export declare const StyledTitle: any;
2
+ export declare const StyledWrapper: any;
3
+ export declare const StyledGrid: any;
4
+ export declare const StyledRow: any;
5
+ export declare const StyledChipLabel: any;
6
+ export declare const StyledChip: any;
7
+ export declare const StyledSeparator: any;