@elliemae/ds-toolbar-v2 3.24.0-next.0 → 3.24.0-next.3

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,7 +1,7 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledToolbarWrapper: 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, {
2
+ export declare const StyledToolbarWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
3
3
  compact: boolean;
4
4
  withDepth: boolean;
5
5
  } & import("@elliemae/ds-system").OwnerInterface, never>;
6
- export declare const StyledToolbarItem: 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>;
7
- export declare const StyledSeparator: 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>;
6
+ export declare const StyledToolbarItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
7
+ export declare const StyledSeparator: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, 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-toolbar-v2",
3
- "version": "3.24.0-next.0",
3
+ "version": "3.24.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Toolbar V2",
6
6
  "files": [
@@ -89,19 +89,16 @@
89
89
  "dependencies": {
90
90
  "prop-types": "~15.8.1",
91
91
  "uid": "2.0.1",
92
- "@elliemae/ds-button": "3.24.0-next.0",
93
- "@elliemae/ds-icons": "3.24.0-next.0",
94
- "@elliemae/ds-grid": "3.24.0-next.0",
95
- "@elliemae/ds-props-helpers": "3.24.0-next.0",
96
- "@elliemae/ds-system": "3.24.0-next.0"
92
+ "@elliemae/ds-button": "3.24.0-next.3",
93
+ "@elliemae/ds-props-helpers": "3.24.0-next.3",
94
+ "@elliemae/ds-system": "3.24.0-next.3",
95
+ "@elliemae/ds-grid": "3.24.0-next.3",
96
+ "@elliemae/ds-icons": "3.24.0-next.3"
97
97
  },
98
98
  "devDependencies": {
99
- "@elliemae/pui-cli": "~9.0.0-next.22",
100
- "@testing-library/jest-dom": "~5.16.5",
101
- "@testing-library/react": "~12.1.3",
102
- "@testing-library/user-event": "~13.5.0",
99
+ "@elliemae/pui-cli": "~9.0.0-next.31",
103
100
  "styled-components": "~5.3.9",
104
- "@elliemae/ds-monorepo-devops": "3.24.0-next.0"
101
+ "@elliemae/ds-monorepo-devops": "3.24.0-next.3"
105
102
  },
106
103
  "peerDependencies": {
107
104
  "lodash": "^4.17.21",