@elliemae/ds-mini-toolbar 3.17.0-next.6 → 3.17.0-next.7

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,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const Container: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
2
3
  declare const Separator: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
3
4
  declare const Item: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
4
- declare const StyledButton: import("styled-components").StyledComponent<any, import("@elliemae/ds-system").Theme, object, string | number | symbol>;
5
+ declare const StyledButton: import("styled-components").StyledComponent<any, import("@elliemae/ds-system").Theme, any, any>;
5
6
  export { Container, Separator, Item, StyledButton };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-mini-toolbar",
3
- "version": "3.17.0-next.6",
3
+ "version": "3.17.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - MiniToolbar",
6
6
  "files": [
@@ -76,12 +76,12 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "uid": "~2.0.1",
79
- "@elliemae/ds-button": "3.17.0-next.6",
80
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
81
- "@elliemae/ds-system": "3.17.0-next.6",
82
- "@elliemae/ds-dropdownmenu": "3.17.0-next.6",
83
- "@elliemae/ds-form": "3.17.0-next.6",
84
- "@elliemae/ds-icons": "3.17.0-next.6"
79
+ "@elliemae/ds-button": "3.17.0-next.7",
80
+ "@elliemae/ds-dropdownmenu": "3.17.0-next.7",
81
+ "@elliemae/ds-form": "3.17.0-next.7",
82
+ "@elliemae/ds-icons": "3.17.0-next.7",
83
+ "@elliemae/ds-props-helpers": "3.17.0-next.7",
84
+ "@elliemae/ds-system": "3.17.0-next.7"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@testing-library/react": "~12.1.3",