@elliemae/ds-toolbar-v2 3.46.4 → 3.46.6

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,3 @@
1
- /// <reference types="react" />
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
- compact: boolean;
4
- withDepth: boolean;
5
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
1
+ export declare const StyledToolbarWrapper: any;
2
+ export declare const StyledToolbarItem: any;
3
+ export declare const StyledSeparator: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-toolbar-v2",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Toolbar V2",
6
6
  "files": [
@@ -90,16 +90,16 @@
90
90
  "dependencies": {
91
91
  "prop-types": "~15.8.1",
92
92
  "uid": "2.0.1",
93
- "@elliemae/ds-button-v2": "3.46.4",
94
- "@elliemae/ds-grid": "3.46.4",
95
- "@elliemae/ds-props-helpers": "3.46.4",
96
- "@elliemae/ds-system": "3.46.4",
97
- "@elliemae/ds-icons": "3.46.4"
93
+ "@elliemae/ds-button-v2": "3.46.6",
94
+ "@elliemae/ds-grid": "3.46.6",
95
+ "@elliemae/ds-icons": "3.46.6",
96
+ "@elliemae/ds-props-helpers": "3.46.6",
97
+ "@elliemae/ds-system": "3.46.6"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@elliemae/pui-cli": "9.0.0-next.50",
101
101
  "styled-components": "~5.3.9",
102
- "@elliemae/ds-monorepo-devops": "3.46.4"
102
+ "@elliemae/ds-monorepo-devops": "3.46.6"
103
103
  },
104
104
  "peerDependencies": {
105
105
  "lodash": "^4.17.21",
@@ -109,7 +109,7 @@
109
109
  },
110
110
  "publishConfig": {
111
111
  "access": "public",
112
- "typeSafety": true
112
+ "typeSafety": false
113
113
  },
114
114
  "scripts": {
115
115
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",