@limetech/lime-elements 34.0.0 → 34.0.1-next.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.
@@ -1,4 +1,4 @@
1
- import { MenuItem } from '@limetech/lime-elements';
1
+ import { MenuItem } from '../menu/menu.types';
2
2
  export interface ListItem<T = any> {
3
3
  /**
4
4
  * Text to display in the list item.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "34.0.0",
3
+ "version": "34.0.1-next.1",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",