@micromag/screen-gallery 0.3.619 → 0.3.628

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/es/index.js +1 -1
  2. package/package.json +12 -12
package/es/index.js CHANGED
@@ -192,7 +192,7 @@ var layoutProps = {
192
192
  }
193
193
  };
194
194
 
195
- var styles = {"container":"micromag-screen-gallery-container","image":"micromag-screen-gallery-image","inner":"micromag-screen-gallery-inner","background":"micromag-screen-gallery-background","disabled":"micromag-screen-gallery-disabled","hidden":"micromag-screen-gallery-hidden","placeholder":"micromag-screen-gallery-placeholder","content":"micromag-screen-gallery-content","emptyImage":"micromag-screen-gallery-emptyImage","emptyCaption":"micromag-screen-gallery-emptyCaption","grid":"micromag-screen-gallery-grid","gridItem":"micromag-screen-gallery-gridItem","imageContainer":"micromag-screen-gallery-imageContainer","header":"micromag-screen-gallery-header","footer":"micromag-screen-gallery-footer","caption":"micromag-screen-gallery-caption"};
195
+ var styles = {"container":"micromag-screen-gallery-container","image":"micromag-screen-gallery-image","inner":"micromag-screen-gallery-inner","background":"micromag-screen-gallery-background","placeholder":"micromag-screen-gallery-placeholder","content":"micromag-screen-gallery-content","emptyImage":"micromag-screen-gallery-emptyImage","emptyCaption":"micromag-screen-gallery-emptyCaption","grid":"micromag-screen-gallery-grid","gridItem":"micromag-screen-gallery-gridItem","imageContainer":"micromag-screen-gallery-imageContainer","header":"micromag-screen-gallery-header","footer":"micromag-screen-gallery-footer","caption":"micromag-screen-gallery-caption"};
196
196
 
197
197
  var propTypes = {
198
198
  layout: PropTypes.oneOf([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery",
3
- "version": "0.3.619",
3
+ "version": "0.3.628",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,16 +60,16 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.3.619",
64
- "@micromag/element-background": "^0.3.619",
65
- "@micromag/element-container": "^0.3.619",
66
- "@micromag/element-footer": "^0.3.619",
67
- "@micromag/element-grid": "^0.3.619",
68
- "@micromag/element-header": "^0.3.619",
69
- "@micromag/element-layout": "^0.3.619",
70
- "@micromag/element-text": "^0.3.619",
71
- "@micromag/element-visual": "^0.3.619",
72
- "@micromag/transforms": "^0.3.619",
63
+ "@micromag/core": "^0.3.628",
64
+ "@micromag/element-background": "^0.3.628",
65
+ "@micromag/element-container": "^0.3.628",
66
+ "@micromag/element-footer": "^0.3.628",
67
+ "@micromag/element-grid": "^0.3.628",
68
+ "@micromag/element-header": "^0.3.628",
69
+ "@micromag/element-layout": "^0.3.628",
70
+ "@micromag/element-text": "^0.3.628",
71
+ "@micromag/element-visual": "^0.3.628",
72
+ "@micromag/transforms": "^0.3.628",
73
73
  "classnames": "^2.2.6",
74
74
  "lodash": "^4.17.21",
75
75
  "prop-types": "^15.7.2",
@@ -80,5 +80,5 @@
80
80
  "access": "public",
81
81
  "registry": "https://registry.npmjs.org/"
82
82
  },
83
- "gitHead": "21a901b0f800114994f30dfe692c664d378e12f7"
83
+ "gitHead": "6f1230244a2966c16e85b7d44583276421a38cca"
84
84
  }