@panneau/actions 3.0.158 → 3.0.160

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 CHANGED
@@ -4,11 +4,13 @@ import PropTypes from 'prop-types';
4
4
  import React from 'react';
5
5
  import { ComponentsProvider, ACTIONS_NAMESPACE } from '@panneau/core/contexts';
6
6
  import actionDelete from '@panneau/action-delete';
7
+ import actionDuplicate from '@panneau/action-duplicate';
7
8
  import actionEdit from '@panneau/action-edit';
8
9
 
9
10
  var components = /*#__PURE__*/Object.freeze({
10
11
  __proto__: null,
11
12
  Delete: actionDelete,
13
+ Duplicate: actionDuplicate,
12
14
  Edit: actionEdit
13
15
  });
14
16
 
package/lib/index.js CHANGED
@@ -8,11 +8,13 @@ var PropTypes = require('prop-types');
8
8
  var React = require('react');
9
9
  var contexts = require('@panneau/core/contexts');
10
10
  var actionDelete = require('@panneau/action-delete');
11
+ var actionDuplicate = require('@panneau/action-duplicate');
11
12
  var actionEdit = require('@panneau/action-edit');
12
13
 
13
14
  var components = /*#__PURE__*/Object.freeze({
14
15
  __proto__: null,
15
16
  Delete: actionDelete,
17
+ Duplicate: actionDuplicate,
16
18
  Edit: actionEdit
17
19
  });
18
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/actions",
3
- "version": "3.0.158",
3
+ "version": "3.0.160",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -58,13 +58,14 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/runtime": "^7.12.5",
61
- "@panneau/action-delete": "^3.0.158",
62
- "@panneau/action-edit": "^3.0.158",
63
- "@panneau/core": "^3.0.158",
61
+ "@panneau/action-delete": "^3.0.160",
62
+ "@panneau/action-duplicate": "^3.0.160",
63
+ "@panneau/action-edit": "^3.0.160",
64
+ "@panneau/core": "^3.0.160",
64
65
  "prop-types": "^15.7.2"
65
66
  },
66
67
  "publishConfig": {
67
68
  "access": "public"
68
69
  },
69
- "gitHead": "594a96c3421a482efe45bcce6cbccba89fcf5b95"
70
+ "gitHead": "71a2a64cd2e0ed3cc921b0ec3b0a69449a4a978c"
70
71
  }