@elliemae/ds-menu 3.0.0-alpha.0 → 3.0.0-alpha.1

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-menu",
3
- "version": "3.0.0-alpha.0",
3
+ "version": "3.0.0-alpha.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu",
6
6
  "files": [
@@ -107,7 +107,7 @@
107
107
  "indent": 4
108
108
  },
109
109
  "dependencies": {
110
- "@elliemae/ds-common": "3.0.0-alpha.0"
110
+ "@elliemae/ds-common": "3.0.0-alpha.1"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "lodash": "^4.17.21",
@@ -123,6 +123,7 @@
123
123
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
124
124
  "test": "node ../../scripts/testing/test.mjs",
125
125
  "lint": "node ../../scripts/lint.mjs",
126
+ "dts": "node ../../scripts/dts.mjs",
126
127
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
127
128
  }
128
129
  }
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuCombobox';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuContext';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuExports';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/CheckboxGroup';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/MenuItem';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/MenuItemCheckable';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/MenuItemCheckbox';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/MenuItemRadio';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/RadioGroup';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/SearchableGroup';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/SearchableList';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/SelectionGroup';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/Separator';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/SubMenu';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/menuItemFactory';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/MenuItems/renderMenuItems';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu/VirtualMenuList';
@@ -1 +0,0 @@
1
- export * from '@elliemae/ds-common/Menu';
File without changes
File without changes
File without changes