@micromag/element-stack 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,11 +1,11 @@
1
1
  import React, { useContext, useMemo } from 'react';
2
2
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
3
3
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
4
- import { PropTypes as PropTypes$1 } from '@micromag/core';
5
4
  import classNames from 'classnames';
6
5
  import isNumber from 'lodash/isNumber';
7
6
  import isString from 'lodash/isString';
8
7
  import PropTypes from 'prop-types';
8
+ import { PropTypes as PropTypes$1 } from '@micromag/core';
9
9
 
10
10
  /* eslint-disable react/jsx-props-no-spreading */
11
11
  var StackContext = /*#__PURE__*/React.createContext({
package/lib/index.js CHANGED
@@ -5,11 +5,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var React = require('react');
6
6
  var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
7
7
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
8
- var core = require('@micromag/core');
9
8
  var classNames = require('classnames');
10
9
  var isNumber = require('lodash/isNumber');
11
10
  var isString = require('lodash/isString');
12
11
  var PropTypes = require('prop-types');
12
+ var core = require('@micromag/core');
13
13
 
14
14
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-stack",
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
  "change-case": "^4.1.2",
54
54
  "classnames": "^2.2.6",
55
55
  "lodash": "^4.17.21",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "20ef008fdf5c678004b740f395f51cb548591dad"
63
+ "gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
64
64
  }