@micromag/element-checkbox 0.3.618 → 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 +8 -8
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -1,20 +1,20 @@
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$1 from 'prop-types';
4
+ import PropTypes from 'prop-types';
5
5
  import React from 'react';
6
- import { PropTypes } from '@micromag/core';
6
+ import { PropTypes as PropTypes$1 } from '@micromag/core';
7
7
 
8
8
  var styles = {"container":"micromag-element-checkbox-container","label":"micromag-element-checkbox-label","input":"micromag-element-checkbox-input"};
9
9
 
10
10
  var propTypes = {
11
- option: PropTypes.textElement,
12
- value: PropTypes$1.bool,
13
- onChange: PropTypes$1.func,
14
- focusable: PropTypes$1.bool,
15
- checkboxStyle: PropTypes$1.object,
11
+ option: PropTypes$1.textElement,
12
+ value: PropTypes.bool,
13
+ onChange: PropTypes.func,
14
+ focusable: PropTypes.bool,
15
+ checkboxStyle: PropTypes.object,
16
16
  // eslint-disable-line
17
- className: PropTypes$1.string
17
+ className: PropTypes.string
18
18
  };
19
19
  var defaultProps = {
20
20
  option: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-checkbox",
3
- "version": "0.3.618",
3
+ "version": "0.3.628",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.13.10",
62
- "@micromag/core": "^0.3.618",
62
+ "@micromag/core": "^0.3.628",
63
63
  "classnames": "^2.2.6",
64
64
  "lodash": "^4.17.21",
65
65
  "prop-types": "^15.7.2",
@@ -70,5 +70,5 @@
70
70
  "access": "public",
71
71
  "registry": "https://registry.npmjs.org/"
72
72
  },
73
- "gitHead": "326f53fe66a702f890b60e4abff3541f508567b8"
73
+ "gitHead": "6f1230244a2966c16e85b7d44583276421a38cca"
74
74
  }