@micromag/elements 0.3.408 → 0.3.411

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/all.js CHANGED
@@ -26,3 +26,4 @@ export { default as Video } from '@micromag/element-video';
26
26
  export { default as Visual } from '@micromag/element-visual';
27
27
  export { default as WebView } from '@micromag/element-webview';
28
28
  export { default as UrbaniaAuthor } from '@micromag/element-urbania-author';
29
+ export { default as Author } from '@micromag/element-author';
package/es/index.js CHANGED
@@ -29,6 +29,7 @@ import elementVideo from '@micromag/element-video';
29
29
  import elementVisual from '@micromag/element-visual';
30
30
  import elementWebview from '@micromag/element-webview';
31
31
  import elementUrbaniaAuthor from '@micromag/element-urbania-author';
32
+ import elementAuthor from '@micromag/element-author';
32
33
 
33
34
  // eslint-disable-next-line
34
35
 
@@ -61,7 +62,8 @@ var ElementComponents = /*#__PURE__*/Object.freeze({
61
62
  Video: elementVideo,
62
63
  Visual: elementVisual,
63
64
  WebView: elementWebview,
64
- UrbaniaAuthor: elementUrbaniaAuthor
65
+ UrbaniaAuthor: elementUrbaniaAuthor,
66
+ Author: elementAuthor
65
67
  });
66
68
 
67
69
  /* eslint-disable react/jsx-props-no-spreading */
package/lib/all.js CHANGED
@@ -30,6 +30,7 @@ var elementVideo = require('@micromag/element-video');
30
30
  var elementVisual = require('@micromag/element-visual');
31
31
  var elementWebview = require('@micromag/element-webview');
32
32
  var elementUrbaniaAuthor = require('@micromag/element-urbania-author');
33
+ var elementAuthor = require('@micromag/element-author');
33
34
 
34
35
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
35
36
 
@@ -61,6 +62,7 @@ var elementVideo__default = /*#__PURE__*/_interopDefaultLegacy(elementVideo);
61
62
  var elementVisual__default = /*#__PURE__*/_interopDefaultLegacy(elementVisual);
62
63
  var elementWebview__default = /*#__PURE__*/_interopDefaultLegacy(elementWebview);
63
64
  var elementUrbaniaAuthor__default = /*#__PURE__*/_interopDefaultLegacy(elementUrbaniaAuthor);
65
+ var elementAuthor__default = /*#__PURE__*/_interopDefaultLegacy(elementAuthor);
64
66
 
65
67
 
66
68
 
@@ -176,3 +178,7 @@ Object.defineProperty(exports, 'UrbaniaAuthor', {
176
178
  enumerable: true,
177
179
  get: function () { return elementUrbaniaAuthor__default["default"]; }
178
180
  });
181
+ Object.defineProperty(exports, 'Author', {
182
+ enumerable: true,
183
+ get: function () { return elementAuthor__default["default"]; }
184
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/elements",
3
- "version": "0.3.408",
3
+ "version": "0.3.411",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -61,35 +61,36 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.13.10",
64
- "@micromag/core": "^0.3.408",
65
- "@micromag/element-audio": "^0.3.408",
66
- "@micromag/element-background": "^0.3.408",
67
- "@micromag/element-badge": "^0.3.408",
68
- "@micromag/element-button": "^0.3.408",
69
- "@micromag/element-call-to-action": "^0.3.408",
70
- "@micromag/element-checkbox": "^0.3.408",
71
- "@micromag/element-closed-captions": "^0.3.408",
72
- "@micromag/element-container": "^0.3.408",
73
- "@micromag/element-footer": "^0.3.408",
74
- "@micromag/element-grid": "^0.3.408",
75
- "@micromag/element-header": "^0.3.408",
76
- "@micromag/element-heading": "^0.3.408",
77
- "@micromag/element-image": "^0.3.408",
78
- "@micromag/element-keypad": "^0.3.408",
79
- "@micromag/element-layout": "^0.3.408",
80
- "@micromag/element-link": "^0.3.408",
81
- "@micromag/element-map": "^0.3.408",
82
- "@micromag/element-quote": "^0.3.408",
83
- "@micromag/element-scroll": "^0.3.408",
84
- "@micromag/element-share-incentive": "^0.3.408",
85
- "@micromag/element-share-options": "^0.3.408",
86
- "@micromag/element-stack": "^0.3.408",
87
- "@micromag/element-text": "^0.3.408",
88
- "@micromag/element-text-input": "^0.3.408",
89
- "@micromag/element-urbania-author": "^0.3.408",
90
- "@micromag/element-video": "^0.3.408",
91
- "@micromag/element-visual": "^0.3.408",
92
- "@micromag/element-webview": "^0.3.408",
64
+ "@micromag/core": "^0.3.410",
65
+ "@micromag/element-audio": "^0.3.410",
66
+ "@micromag/element-author": "^0.3.411",
67
+ "@micromag/element-background": "^0.3.410",
68
+ "@micromag/element-badge": "^0.3.410",
69
+ "@micromag/element-button": "^0.3.410",
70
+ "@micromag/element-call-to-action": "^0.3.410",
71
+ "@micromag/element-checkbox": "^0.3.410",
72
+ "@micromag/element-closed-captions": "^0.3.410",
73
+ "@micromag/element-container": "^0.3.410",
74
+ "@micromag/element-footer": "^0.3.410",
75
+ "@micromag/element-grid": "^0.3.410",
76
+ "@micromag/element-header": "^0.3.410",
77
+ "@micromag/element-heading": "^0.3.410",
78
+ "@micromag/element-image": "^0.3.410",
79
+ "@micromag/element-keypad": "^0.3.410",
80
+ "@micromag/element-layout": "^0.3.410",
81
+ "@micromag/element-link": "^0.3.410",
82
+ "@micromag/element-map": "^0.3.410",
83
+ "@micromag/element-quote": "^0.3.410",
84
+ "@micromag/element-scroll": "^0.3.410",
85
+ "@micromag/element-share-incentive": "^0.3.410",
86
+ "@micromag/element-share-options": "^0.3.410",
87
+ "@micromag/element-stack": "^0.3.410",
88
+ "@micromag/element-text": "^0.3.410",
89
+ "@micromag/element-text-input": "^0.3.410",
90
+ "@micromag/element-urbania-author": "^0.3.410",
91
+ "@micromag/element-video": "^0.3.410",
92
+ "@micromag/element-visual": "^0.3.410",
93
+ "@micromag/element-webview": "^0.3.410",
93
94
  "classnames": "^2.2.6",
94
95
  "lodash": "^4.17.21",
95
96
  "prop-types": "^15.7.2"
@@ -98,5 +99,5 @@
98
99
  "access": "public",
99
100
  "registry": "https://registry.npmjs.org/"
100
101
  },
101
- "gitHead": "da827edbb305a6e1cc9832e33f2d4263dadd2331"
102
+ "gitHead": "06ef83636bf6f3ed8dea7fa2a7aee9909d6da7d4"
102
103
  }