@elliemae/ds-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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import Item from './ToolbarItem.js';
2
3
  import ToolbarGroup from './ToolbarGroup.js';
3
4
  import Divider from './ToolbarDivider.js';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const ToolbarGroup: {
3
4
  ({ children, size, space }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const ToolbarItem: {
3
4
  ({ icon, labelText, menu, containerProps, ...otherProps }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-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 - Toolbar",
6
6
  "files": [
@@ -89,15 +89,15 @@
89
89
  "dependencies": {
90
90
  "prop-types": "~15.8.1",
91
91
  "uid": "2.0.1",
92
- "@elliemae/ds-button": "3.17.0-next.6",
93
- "@elliemae/ds-classnames": "3.17.0-next.6",
94
- "@elliemae/ds-popper": "3.17.0-next.6",
95
- "@elliemae/ds-icons": "3.17.0-next.6",
96
- "@elliemae/ds-grid": "3.17.0-next.6",
97
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
98
- "@elliemae/ds-shared": "3.17.0-next.6",
99
- "@elliemae/ds-system": "3.17.0-next.6",
100
- "@elliemae/ds-utilities": "3.17.0-next.6"
92
+ "@elliemae/ds-button": "3.17.0-next.7",
93
+ "@elliemae/ds-classnames": "3.17.0-next.7",
94
+ "@elliemae/ds-grid": "3.17.0-next.7",
95
+ "@elliemae/ds-icons": "3.17.0-next.7",
96
+ "@elliemae/ds-popper": "3.17.0-next.7",
97
+ "@elliemae/ds-props-helpers": "3.17.0-next.7",
98
+ "@elliemae/ds-shared": "3.17.0-next.7",
99
+ "@elliemae/ds-system": "3.17.0-next.7",
100
+ "@elliemae/ds-utilities": "3.17.0-next.7"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@testing-library/jest-dom": "~5.16.5",