@micromag/elements 0.3.120 → 0.3.124

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.
Files changed (2) hide show
  1. package/package.json +27 -26
  2. package/scss/styles.scss +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/elements",
3
- "version": "0.3.120",
3
+ "version": "0.3.124",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -60,30 +60,31 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.3.120",
64
- "@micromag/element-audio": "^0.3.120",
65
- "@micromag/element-background": "^0.3.120",
66
- "@micromag/element-button": "^0.3.120",
67
- "@micromag/element-call-to-action": "^0.3.120",
68
- "@micromag/element-checkbox": "^0.3.120",
69
- "@micromag/element-closed-captions": "^0.3.120",
70
- "@micromag/element-container": "^0.3.120",
71
- "@micromag/element-grid": "^0.3.120",
72
- "@micromag/element-heading": "^0.3.120",
73
- "@micromag/element-image": "^0.3.120",
74
- "@micromag/element-layout": "^0.3.120",
75
- "@micromag/element-link": "^0.3.120",
76
- "@micromag/element-map": "^0.3.120",
77
- "@micromag/element-media-controls": "^0.3.120",
78
- "@micromag/element-quote": "^0.3.120",
79
- "@micromag/element-scroll": "^0.3.120",
80
- "@micromag/element-stack": "^0.3.120",
81
- "@micromag/element-text": "^0.3.120",
82
- "@micromag/element-text-input": "^0.3.120",
83
- "@micromag/element-urbania-author": "^0.3.120",
84
- "@micromag/element-video": "^0.3.120",
85
- "@micromag/element-visual": "^0.3.120",
86
- "@micromag/element-webview": "^0.3.120",
63
+ "@micromag/core": "^0.3.124",
64
+ "@micromag/element-audio": "^0.3.124",
65
+ "@micromag/element-background": "^0.3.124",
66
+ "@micromag/element-button": "^0.3.124",
67
+ "@micromag/element-call-to-action": "^0.3.124",
68
+ "@micromag/element-checkbox": "^0.3.124",
69
+ "@micromag/element-closed-captions": "^0.3.124",
70
+ "@micromag/element-container": "^0.3.124",
71
+ "@micromag/element-grid": "^0.3.124",
72
+ "@micromag/element-heading": "^0.3.124",
73
+ "@micromag/element-image": "^0.3.124",
74
+ "@micromag/element-layout": "^0.3.124",
75
+ "@micromag/element-link": "^0.3.124",
76
+ "@micromag/element-map": "^0.3.124",
77
+ "@micromag/element-media-controls": "^0.3.124",
78
+ "@micromag/element-quote": "^0.3.124",
79
+ "@micromag/element-scroll": "^0.3.124",
80
+ "@micromag/element-share-options": "^0.3.124",
81
+ "@micromag/element-stack": "^0.3.124",
82
+ "@micromag/element-text": "^0.3.124",
83
+ "@micromag/element-text-input": "^0.3.124",
84
+ "@micromag/element-urbania-author": "^0.3.124",
85
+ "@micromag/element-video": "^0.3.124",
86
+ "@micromag/element-visual": "^0.3.124",
87
+ "@micromag/element-webview": "^0.3.124",
87
88
  "classnames": "^2.2.6",
88
89
  "lodash": "^4.17.21",
89
90
  "prop-types": "^15.7.2"
@@ -91,5 +92,5 @@
91
92
  "publishConfig": {
92
93
  "access": "public"
93
94
  },
94
- "gitHead": "997e92f10cf01fd5557b5c842c62bacf0babbd5a"
95
+ "gitHead": "9050944df1d66cae14e04a771f739e2743894fb8"
95
96
  }
package/scss/styles.scss CHANGED
@@ -14,6 +14,7 @@
14
14
  @import '~@micromag/element-media-controls/assets/css/styles';
15
15
  @import '~@micromag/element-quote/assets/css/styles';
16
16
  @import '~@micromag/element-scroll/assets/css/styles';
17
+ @import '~@micromag/element-share-options/assets/css/styles';
17
18
  @import '~@micromag/element-stack/assets/css/styles';
18
19
  @import '~@micromag/element-text/assets/css/styles';
19
20
  @import '~@micromag/element-text-input/assets/css/styles';