@micromag/element-share-incentive 0.3.619 → 0.3.637

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 +5 -5
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -1,18 +1,18 @@
1
1
  import _objectSpread from '@babel/runtime/helpers/objectSpread2';
2
2
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
3
3
  import classNames from 'classnames';
4
- import PropTypes from 'prop-types';
4
+ import PropTypes$1 from 'prop-types';
5
5
  import React from 'react';
6
- import { PropTypes as PropTypes$1 } from '@micromag/core';
6
+ import { PropTypes } from '@micromag/core';
7
7
  import { getColorAsString, getStyleFromBox } from '@micromag/core/utils';
8
8
  import Text from '@micromag/element-text';
9
9
 
10
10
  var styles = {"box":"micromag-element-share-incentive-box","tip":"micromag-element-share-incentive-tip"};
11
11
 
12
12
  var propTypes = {
13
- className: PropTypes.string,
14
- label: PropTypes$1.textElement,
15
- boxStyle: PropTypes$1.boxStyle
13
+ className: PropTypes$1.string,
14
+ label: PropTypes.textElement,
15
+ boxStyle: PropTypes.boxStyle
16
16
  };
17
17
  var defaultProps = {
18
18
  className: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-share-incentive",
3
- "version": "0.3.619",
3
+ "version": "0.3.637",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,8 +59,8 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.13.10",
62
- "@micromag/core": "^0.3.619",
63
- "@micromag/element-text": "^0.3.619",
62
+ "@micromag/core": "^0.3.637",
63
+ "@micromag/element-text": "^0.3.637",
64
64
  "classnames": "^2.2.6",
65
65
  "prop-types": "^15.7.2",
66
66
  "react-intl": "^6.6.4",
@@ -70,5 +70,5 @@
70
70
  "access": "public",
71
71
  "registry": "https://registry.npmjs.org/"
72
72
  },
73
- "gitHead": "21a901b0f800114994f30dfe692c664d378e12f7"
73
+ "gitHead": "8f06c2a525d71dc47183af7786284632a04332e1"
74
74
  }