@micromag/elements 0.2.372 → 0.2.373
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/package.json +26 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/elements",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.373",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"module": "es/index.js",
|
|
34
34
|
"exports": {
|
|
35
35
|
".": "./lib/index.js",
|
|
36
|
-
"./all": "./lib/all.js"
|
|
36
|
+
"./all": "./lib/all.js",
|
|
37
|
+
"./scss/styles": "./scss/styles.scss"
|
|
37
38
|
},
|
|
38
39
|
"browser": {
|
|
39
40
|
".": "./es/index.js",
|
|
@@ -59,28 +60,28 @@
|
|
|
59
60
|
},
|
|
60
61
|
"dependencies": {
|
|
61
62
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.2.
|
|
63
|
-
"@micromag/element-audio": "^0.2.
|
|
64
|
-
"@micromag/element-background": "^0.2.
|
|
65
|
-
"@micromag/element-button": "^0.2.
|
|
66
|
-
"@micromag/element-call-to-action": "^0.2.
|
|
67
|
-
"@micromag/element-checkbox": "^0.2.
|
|
68
|
-
"@micromag/element-closed-captions": "^0.2.
|
|
69
|
-
"@micromag/element-container": "^0.2.
|
|
70
|
-
"@micromag/element-grid": "^0.2.
|
|
71
|
-
"@micromag/element-heading": "^0.2.
|
|
72
|
-
"@micromag/element-image": "^0.2.
|
|
73
|
-
"@micromag/element-layout": "^0.2.
|
|
74
|
-
"@micromag/element-link": "^0.2.
|
|
75
|
-
"@micromag/element-map": "^0.2.
|
|
76
|
-
"@micromag/element-media-controls": "^0.2.
|
|
77
|
-
"@micromag/element-quote": "^0.2.
|
|
78
|
-
"@micromag/element-scroll": "^0.2.
|
|
79
|
-
"@micromag/element-stack": "^0.2.
|
|
80
|
-
"@micromag/element-text": "^0.2.
|
|
81
|
-
"@micromag/element-text-input": "^0.2.
|
|
82
|
-
"@micromag/element-video": "^0.2.
|
|
83
|
-
"@micromag/element-visual": "^0.2.
|
|
63
|
+
"@micromag/core": "^0.2.373",
|
|
64
|
+
"@micromag/element-audio": "^0.2.373",
|
|
65
|
+
"@micromag/element-background": "^0.2.373",
|
|
66
|
+
"@micromag/element-button": "^0.2.373",
|
|
67
|
+
"@micromag/element-call-to-action": "^0.2.373",
|
|
68
|
+
"@micromag/element-checkbox": "^0.2.373",
|
|
69
|
+
"@micromag/element-closed-captions": "^0.2.373",
|
|
70
|
+
"@micromag/element-container": "^0.2.373",
|
|
71
|
+
"@micromag/element-grid": "^0.2.373",
|
|
72
|
+
"@micromag/element-heading": "^0.2.373",
|
|
73
|
+
"@micromag/element-image": "^0.2.373",
|
|
74
|
+
"@micromag/element-layout": "^0.2.373",
|
|
75
|
+
"@micromag/element-link": "^0.2.373",
|
|
76
|
+
"@micromag/element-map": "^0.2.373",
|
|
77
|
+
"@micromag/element-media-controls": "^0.2.373",
|
|
78
|
+
"@micromag/element-quote": "^0.2.373",
|
|
79
|
+
"@micromag/element-scroll": "^0.2.373",
|
|
80
|
+
"@micromag/element-stack": "^0.2.373",
|
|
81
|
+
"@micromag/element-text": "^0.2.373",
|
|
82
|
+
"@micromag/element-text-input": "^0.2.373",
|
|
83
|
+
"@micromag/element-video": "^0.2.373",
|
|
84
|
+
"@micromag/element-visual": "^0.2.373",
|
|
84
85
|
"classnames": "^2.2.6",
|
|
85
86
|
"lodash": "^4.17.21",
|
|
86
87
|
"prop-types": "^15.7.2"
|
|
@@ -88,5 +89,5 @@
|
|
|
88
89
|
"publishConfig": {
|
|
89
90
|
"access": "public"
|
|
90
91
|
},
|
|
91
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "613451a824d273954763eaf3a739ec16ac6feb9b"
|
|
92
93
|
}
|