@micromag/elements 0.3.58 → 0.3.60
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 +1 -0
- package/es/index.js +3 -1
- package/lib/all.js +6 -0
- package/package.json +26 -25
- package/scss/styles.scss +1 -0
package/es/all.js
CHANGED
|
@@ -20,3 +20,4 @@ export { default as TextInput } from '@micromag/element-text-input';
|
|
|
20
20
|
export { default as Video } from '@micromag/element-video';
|
|
21
21
|
export { default as Visual } from '@micromag/element-visual';
|
|
22
22
|
export { default as WebView } from '@micromag/element-webview';
|
|
23
|
+
export { default as UrbaniaAuthor } from '@micromag/element-urbania-author';
|
package/es/index.js
CHANGED
|
@@ -23,6 +23,7 @@ import elementTextInput from '@micromag/element-text-input';
|
|
|
23
23
|
import elementVideo from '@micromag/element-video';
|
|
24
24
|
import elementVisual from '@micromag/element-visual';
|
|
25
25
|
import elementWebview from '@micromag/element-webview';
|
|
26
|
+
import elementUrbaniaAuthor from '@micromag/element-urbania-author';
|
|
26
27
|
|
|
27
28
|
// eslint-disable-next-line
|
|
28
29
|
|
|
@@ -49,7 +50,8 @@ var ElementComponents = /*#__PURE__*/Object.freeze({
|
|
|
49
50
|
TextInput: elementTextInput,
|
|
50
51
|
Video: elementVideo,
|
|
51
52
|
Visual: elementVisual,
|
|
52
|
-
WebView: elementWebview
|
|
53
|
+
WebView: elementWebview,
|
|
54
|
+
UrbaniaAuthor: elementUrbaniaAuthor
|
|
53
55
|
});
|
|
54
56
|
|
|
55
57
|
/* eslint-disable react/jsx-props-no-spreading */
|
package/lib/all.js
CHANGED
|
@@ -24,6 +24,7 @@ var elementTextInput = require('@micromag/element-text-input');
|
|
|
24
24
|
var elementVideo = require('@micromag/element-video');
|
|
25
25
|
var elementVisual = require('@micromag/element-visual');
|
|
26
26
|
var elementWebview = require('@micromag/element-webview');
|
|
27
|
+
var elementUrbaniaAuthor = require('@micromag/element-urbania-author');
|
|
27
28
|
|
|
28
29
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
29
30
|
|
|
@@ -49,6 +50,7 @@ var elementTextInput__default = /*#__PURE__*/_interopDefaultLegacy(elementTextIn
|
|
|
49
50
|
var elementVideo__default = /*#__PURE__*/_interopDefaultLegacy(elementVideo);
|
|
50
51
|
var elementVisual__default = /*#__PURE__*/_interopDefaultLegacy(elementVisual);
|
|
51
52
|
var elementWebview__default = /*#__PURE__*/_interopDefaultLegacy(elementWebview);
|
|
53
|
+
var elementUrbaniaAuthor__default = /*#__PURE__*/_interopDefaultLegacy(elementUrbaniaAuthor);
|
|
52
54
|
|
|
53
55
|
|
|
54
56
|
|
|
@@ -140,3 +142,7 @@ Object.defineProperty(exports, 'WebView', {
|
|
|
140
142
|
enumerable: true,
|
|
141
143
|
get: function () { return elementWebview__default["default"]; }
|
|
142
144
|
});
|
|
145
|
+
Object.defineProperty(exports, 'UrbaniaAuthor', {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function () { return elementUrbaniaAuthor__default["default"]; }
|
|
148
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/elements",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.60",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -60,29 +60,30 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@babel/runtime": "^7.13.10",
|
|
63
|
-
"@micromag/core": "^0.3.
|
|
64
|
-
"@micromag/element-audio": "^0.3.
|
|
65
|
-
"@micromag/element-background": "^0.3.
|
|
66
|
-
"@micromag/element-button": "^0.3.
|
|
67
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
68
|
-
"@micromag/element-checkbox": "^0.3.
|
|
69
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
70
|
-
"@micromag/element-container": "^0.3.
|
|
71
|
-
"@micromag/element-grid": "^0.3.
|
|
72
|
-
"@micromag/element-heading": "^0.3.
|
|
73
|
-
"@micromag/element-image": "^0.3.
|
|
74
|
-
"@micromag/element-layout": "^0.3.
|
|
75
|
-
"@micromag/element-link": "^0.3.
|
|
76
|
-
"@micromag/element-map": "^0.3.
|
|
77
|
-
"@micromag/element-media-controls": "^0.3.
|
|
78
|
-
"@micromag/element-quote": "^0.3.
|
|
79
|
-
"@micromag/element-scroll": "^0.3.
|
|
80
|
-
"@micromag/element-stack": "^0.3.
|
|
81
|
-
"@micromag/element-text": "^0.3.
|
|
82
|
-
"@micromag/element-text-input": "^0.3.
|
|
83
|
-
"@micromag/element-
|
|
84
|
-
"@micromag/element-
|
|
85
|
-
"@micromag/element-
|
|
63
|
+
"@micromag/core": "^0.3.60",
|
|
64
|
+
"@micromag/element-audio": "^0.3.60",
|
|
65
|
+
"@micromag/element-background": "^0.3.60",
|
|
66
|
+
"@micromag/element-button": "^0.3.60",
|
|
67
|
+
"@micromag/element-call-to-action": "^0.3.60",
|
|
68
|
+
"@micromag/element-checkbox": "^0.3.60",
|
|
69
|
+
"@micromag/element-closed-captions": "^0.3.60",
|
|
70
|
+
"@micromag/element-container": "^0.3.60",
|
|
71
|
+
"@micromag/element-grid": "^0.3.60",
|
|
72
|
+
"@micromag/element-heading": "^0.3.60",
|
|
73
|
+
"@micromag/element-image": "^0.3.60",
|
|
74
|
+
"@micromag/element-layout": "^0.3.60",
|
|
75
|
+
"@micromag/element-link": "^0.3.60",
|
|
76
|
+
"@micromag/element-map": "^0.3.60",
|
|
77
|
+
"@micromag/element-media-controls": "^0.3.60",
|
|
78
|
+
"@micromag/element-quote": "^0.3.60",
|
|
79
|
+
"@micromag/element-scroll": "^0.3.60",
|
|
80
|
+
"@micromag/element-stack": "^0.3.60",
|
|
81
|
+
"@micromag/element-text": "^0.3.60",
|
|
82
|
+
"@micromag/element-text-input": "^0.3.60",
|
|
83
|
+
"@micromag/element-urbania-author": "^0.3.60",
|
|
84
|
+
"@micromag/element-video": "^0.3.60",
|
|
85
|
+
"@micromag/element-visual": "^0.3.60",
|
|
86
|
+
"@micromag/element-webview": "^0.3.60",
|
|
86
87
|
"classnames": "^2.2.6",
|
|
87
88
|
"lodash": "^4.17.21",
|
|
88
89
|
"prop-types": "^15.7.2"
|
|
@@ -90,5 +91,5 @@
|
|
|
90
91
|
"publishConfig": {
|
|
91
92
|
"access": "public"
|
|
92
93
|
},
|
|
93
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "f79f285d0b402d94f7703782bdd9e6fdc0cdafb0"
|
|
94
95
|
}
|
package/scss/styles.scss
CHANGED