@micromag/element-grid 0.3.348 → 0.3.359

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/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import { PropTypes } from '@micromag/core';
3
2
  import classNames from 'classnames';
4
3
  import isArray from 'lodash/isArray';
5
4
  import PropTypes$1 from 'prop-types';
6
5
  import React from 'react';
6
+ import { PropTypes } from '@micromag/core';
7
7
 
8
8
  var styles = {"container":"micromag-element-grid-container","items":"micromag-element-grid-items","cross":"micromag-element-grid-cross","axis":"micromag-element-grid-axis"};
9
9
 
package/lib/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
4
- var core = require('@micromag/core');
5
4
  var classNames = require('classnames');
6
5
  var isArray = require('lodash/isArray');
7
6
  var PropTypes = require('prop-types');
8
7
  var React = require('react');
8
+ var core = require('@micromag/core');
9
9
 
10
10
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-grid",
3
- "version": "0.3.348",
3
+ "version": "0.3.359",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.348",
52
+ "@micromag/core": "^0.3.359",
53
53
  "classnames": "^2.2.6",
54
54
  "lodash": "^4.17.21",
55
55
  "prop-types": "^15.7.2",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "20ef008fdf5c678004b740f395f51cb548591dad"
62
+ "gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
63
63
  }