@panneau/element-menu 4.0.0 → 4.0.2
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/es/index.js +1 -1
- package/package.json +6 -6
package/es/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
|
3
3
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
4
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
5
5
|
import classNames from 'classnames';
|
|
6
|
-
import
|
|
6
|
+
import { useState } from 'react';
|
|
7
7
|
import Dropdown from '@panneau/element-dropdown';
|
|
8
8
|
import Label from '@panneau/element-label';
|
|
9
9
|
import Link from '@panneau/element-link';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/element-menu",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Menu element",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.12.5",
|
|
60
|
-
"@panneau/core": "^4.0.
|
|
61
|
-
"@panneau/element-dropdown": "^4.0.
|
|
62
|
-
"@panneau/element-label": "^4.0.
|
|
63
|
-
"@panneau/element-link": "^4.0.
|
|
60
|
+
"@panneau/core": "^4.0.2",
|
|
61
|
+
"@panneau/element-dropdown": "^4.0.2",
|
|
62
|
+
"@panneau/element-label": "^4.0.2",
|
|
63
|
+
"@panneau/element-link": "^4.0.2",
|
|
64
64
|
"classnames": "^2.5.1",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
66
66
|
"react-intl": "^5.15.8 || ^6.0.0 || ^7.0.0"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "53ad0f27e467992c23158732e0f7d39d8615780b"
|
|
72
72
|
}
|