@panneau/filter-radios 2.0.2 → 2.0.7

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,8 +1,8 @@
1
1
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
2
- import { PropTypes as PropTypes$1 } from '@panneau/core';
3
- import Radios from '@panneau/element-radios';
4
2
  import PropTypes from 'prop-types';
5
3
  import React from 'react';
4
+ import { PropTypes as PropTypes$1 } from '@panneau/core';
5
+ import Radios from '@panneau/element-radios';
6
6
 
7
7
  var _excluded = ["name", "value", "options", "onChange", "className"];
8
8
  var propTypes = {
package/lib/index.js CHANGED
@@ -3,17 +3,17 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
6
- var core = require('@panneau/core');
7
- var Radios = require('@panneau/element-radios');
8
6
  var PropTypes = require('prop-types');
9
7
  var React = require('react');
8
+ var core = require('@panneau/core');
9
+ var Radios = require('@panneau/element-radios');
10
10
 
11
11
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12
12
 
13
13
  var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_objectWithoutProperties);
14
- var Radios__default = /*#__PURE__*/_interopDefaultLegacy(Radios);
15
14
  var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
16
15
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
16
+ var Radios__default = /*#__PURE__*/_interopDefaultLegacy(Radios);
17
17
 
18
18
  var _excluded = ["name", "value", "options", "onChange", "className"];
19
19
  var propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/filter-radios",
3
- "version": "2.0.2",
3
+ "version": "2.0.7",
4
4
  "description": "Radio buttons filter",
5
5
  "keywords": [
6
6
  "javascript"
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "0b4b72766d40815f8da33b2c658e20d00f162f34"
68
+ "gitHead": "c875d4bd6d5315f9d5156b5679a33a1d8250a83f"
69
69
  }