@micromag/elements 0.3.262 → 0.3.263

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 +28 -28
  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.262",
3
+ "version": "0.3.263",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -60,32 +60,32 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.3.262",
64
- "@micromag/element-audio": "^0.3.262",
65
- "@micromag/element-background": "^0.3.262",
66
- "@micromag/element-button": "^0.3.262",
67
- "@micromag/element-call-to-action": "^0.3.262",
68
- "@micromag/element-checkbox": "^0.3.262",
69
- "@micromag/element-closed-captions": "^0.3.262",
70
- "@micromag/element-container": "^0.3.262",
71
- "@micromag/element-grid": "^0.3.262",
72
- "@micromag/element-heading": "^0.3.262",
73
- "@micromag/element-image": "^0.3.262",
74
- "@micromag/element-keypad": "^0.3.262",
75
- "@micromag/element-layout": "^0.3.262",
76
- "@micromag/element-link": "^0.3.262",
77
- "@micromag/element-map": "^0.3.262",
78
- "@micromag/element-media-controls": "^0.3.262",
79
- "@micromag/element-quote": "^0.3.262",
80
- "@micromag/element-scroll": "^0.3.262",
81
- "@micromag/element-share-options": "^0.3.262",
82
- "@micromag/element-stack": "^0.3.262",
83
- "@micromag/element-text": "^0.3.262",
84
- "@micromag/element-text-input": "^0.3.262",
85
- "@micromag/element-urbania-author": "^0.3.262",
86
- "@micromag/element-video": "^0.3.262",
87
- "@micromag/element-visual": "^0.3.262",
88
- "@micromag/element-webview": "^0.3.262",
63
+ "@micromag/core": "^0.3.263",
64
+ "@micromag/element-audio": "^0.3.263",
65
+ "@micromag/element-background": "^0.3.263",
66
+ "@micromag/element-button": "^0.3.263",
67
+ "@micromag/element-call-to-action": "^0.3.263",
68
+ "@micromag/element-checkbox": "^0.3.263",
69
+ "@micromag/element-closed-captions": "^0.3.263",
70
+ "@micromag/element-container": "^0.3.263",
71
+ "@micromag/element-grid": "^0.3.263",
72
+ "@micromag/element-heading": "^0.3.263",
73
+ "@micromag/element-image": "^0.3.263",
74
+ "@micromag/element-keypad": "^0.3.263",
75
+ "@micromag/element-layout": "^0.3.263",
76
+ "@micromag/element-link": "^0.3.263",
77
+ "@micromag/element-map": "^0.3.263",
78
+ "@micromag/element-media-controls": "^0.3.263",
79
+ "@micromag/element-quote": "^0.3.263",
80
+ "@micromag/element-scroll": "^0.3.263",
81
+ "@micromag/element-share-options": "^0.3.263",
82
+ "@micromag/element-stack": "^0.3.263",
83
+ "@micromag/element-text": "^0.3.263",
84
+ "@micromag/element-text-input": "^0.3.263",
85
+ "@micromag/element-urbania-author": "^0.3.263",
86
+ "@micromag/element-video": "^0.3.263",
87
+ "@micromag/element-visual": "^0.3.263",
88
+ "@micromag/element-webview": "^0.3.263",
89
89
  "classnames": "^2.2.6",
90
90
  "lodash": "^4.17.21",
91
91
  "prop-types": "^15.7.2"
@@ -93,5 +93,5 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "gitHead": "2299eaeb150cfdd14b4da321bf9089ab1e6383c2"
96
+ "gitHead": "711b660a3fa66a6490bdb75148e340aec0064f45"
97
97
  }
package/scss/styles.scss CHANGED
@@ -8,6 +8,7 @@
8
8
  @import '~@micromag/element-grid/assets/css/styles';
9
9
  @import '~@micromag/element-heading/assets/css/styles';
10
10
  @import '~@micromag/element-image/assets/css/styles';
11
+ @import '~@micromag/element-keypad/assets/css/styles';
11
12
  @import '~@micromag/element-layout/assets/css/styles';
12
13
  @import '~@micromag/element-link/assets/css/styles';
13
14
  @import '~@micromag/element-map/assets/css/styles';