@panneau/action-duplicate 3.0.288 → 3.0.290

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 +0,0 @@
1
- .panneau-action-duplicate-container{background-color:#000}
package/es/index.js CHANGED
@@ -10,7 +10,7 @@ import { useModalsComponentsManager } from '@panneau/core/contexts';
10
10
  import { useActionProps } from '@panneau/core/hooks';
11
11
  import Button from '@panneau/element-button';
12
12
 
13
- var styles = {"container":"panneau-action-duplicate-container"};
13
+ var styles = {};
14
14
 
15
15
  var _excluded = ["id", "title", "description", "endpoint", "action", "label", "icon", "value", "theme", "disabled", "onChange", "onConfirmed", "valueLabelPath", "modalComponent", "withConfirmation", "className"];
16
16
  var propTypes = {
@@ -173,6 +173,5 @@ var DuplicateAction = function DuplicateAction(_ref) {
173
173
  };
174
174
  DuplicateAction.propTypes = propTypes;
175
175
  DuplicateAction.defaultProps = defaultProps;
176
- var DuplicateAction$1 = DuplicateAction;
177
176
 
178
- export { DuplicateAction$1 as default };
177
+ export { DuplicateAction as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/action-duplicate",
3
- "version": "3.0.288",
3
+ "version": "3.0.290",
4
4
  "description": "Duplicate action",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,9 +52,9 @@
52
52
  "dependencies": {
53
53
  "@babel/runtime": "^7.12.5",
54
54
  "@folklore/fetch": "^0.1.17",
55
- "@panneau/core": "^3.0.288",
56
- "@panneau/element-button": "^3.0.288",
57
- "@panneau/themes": "^3.0.288",
55
+ "@panneau/core": "^3.0.290",
56
+ "@panneau/element-button": "^3.0.290",
57
+ "@panneau/themes": "^3.0.290",
58
58
  "classnames": "^2.5.1",
59
59
  "prop-types": "^15.7.2",
60
60
  "react-intl": "^5.15.8||^6.0.0"
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "26afc569a56dd1f7322679e571ecbdb5256b3047"
65
+ "gitHead": "682156ae8f9e789cca229bd2aab2c8f3228b5ffe"
66
66
  }