@panneau/modal-dialog 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 +0 -1
- package/package.json +8 -8
package/es/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
import React from 'react';
|
|
4
3
|
import { isMessage } from '@panneau/core/utils';
|
|
5
4
|
import Button from '@panneau/element-button';
|
|
6
5
|
import Buttons from '@panneau/element-buttons';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/modal-dialog",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Default modal",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.12.5",
|
|
62
|
-
"@panneau/core": "^4.0.
|
|
63
|
-
"@panneau/element-button": "^4.0.
|
|
64
|
-
"@panneau/element-buttons": "^4.0.
|
|
65
|
-
"@panneau/element-label": "^4.0.
|
|
66
|
-
"@panneau/element-modal": "^4.0.
|
|
67
|
-
"@panneau/themes": "^4.0.
|
|
62
|
+
"@panneau/core": "^4.0.2",
|
|
63
|
+
"@panneau/element-button": "^4.0.2",
|
|
64
|
+
"@panneau/element-buttons": "^4.0.2",
|
|
65
|
+
"@panneau/element-label": "^4.0.2",
|
|
66
|
+
"@panneau/element-modal": "^4.0.2",
|
|
67
|
+
"@panneau/themes": "^4.0.2",
|
|
68
68
|
"classnames": "^2.5.1",
|
|
69
69
|
"lodash-es": "^4.17.21",
|
|
70
70
|
"prop-types": "^15.7.2",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "53ad0f27e467992c23158732e0f7d39d8615780b"
|
|
77
77
|
}
|