@panneau/filter-radios 1.0.3-alpha.1 → 1.0.3

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
@@ -18,15 +18,13 @@ var defaultProps = {
18
18
  options: [],
19
19
  className: null
20
20
  };
21
-
22
21
  var RadiosFilter = function RadiosFilter(_ref) {
23
22
  var name = _ref.name,
24
- value = _ref.value,
25
- options = _ref.options,
26
- onChange = _ref.onChange,
27
- className = _ref.className,
28
- props = _objectWithoutProperties(_ref, _excluded);
29
-
23
+ value = _ref.value,
24
+ options = _ref.options,
25
+ onChange = _ref.onChange,
26
+ className = _ref.className,
27
+ props = _objectWithoutProperties(_ref, _excluded);
30
28
  return /*#__PURE__*/React.createElement("div", {
31
29
  className: className
32
30
  }, /*#__PURE__*/React.createElement(Radios, Object.assign({}, props, {
@@ -37,7 +35,6 @@ var RadiosFilter = function RadiosFilter(_ref) {
37
35
  uncheckable: true
38
36
  })));
39
37
  };
40
-
41
38
  RadiosFilter.propTypes = propTypes;
42
39
  RadiosFilter.defaultProps = defaultProps;
43
40
 
package/lib/index.js CHANGED
@@ -29,15 +29,13 @@ var defaultProps = {
29
29
  options: [],
30
30
  className: null
31
31
  };
32
-
33
32
  var RadiosFilter = function RadiosFilter(_ref) {
34
33
  var name = _ref.name,
35
- value = _ref.value,
36
- options = _ref.options,
37
- onChange = _ref.onChange,
38
- className = _ref.className,
39
- props = _objectWithoutProperties__default["default"](_ref, _excluded);
40
-
34
+ value = _ref.value,
35
+ options = _ref.options,
36
+ onChange = _ref.onChange,
37
+ className = _ref.className,
38
+ props = _objectWithoutProperties__default["default"](_ref, _excluded);
41
39
  return /*#__PURE__*/React__default["default"].createElement("div", {
42
40
  className: className
43
41
  }, /*#__PURE__*/React__default["default"].createElement(Radios__default["default"], Object.assign({}, props, {
@@ -48,7 +46,6 @@ var RadiosFilter = function RadiosFilter(_ref) {
48
46
  uncheckable: true
49
47
  })));
50
48
  };
51
-
52
49
  RadiosFilter.propTypes = propTypes;
53
50
  RadiosFilter.defaultProps = defaultProps;
54
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/filter-radios",
3
- "version": "1.0.3-alpha.1",
3
+ "version": "1.0.3",
4
4
  "description": "Radio buttons filter",
5
5
  "keywords": [
6
6
  "javascript"
@@ -55,8 +55,8 @@
55
55
  "@babel/runtime": "^7.12.5",
56
56
  "@fortawesome/free-solid-svg-icons": "^5.15.3",
57
57
  "@fortawesome/react-fontawesome": "^0.1.14",
58
- "@panneau/core": "^1.0.3-alpha.1",
59
- "@panneau/element-radios": "^1.0.3-alpha.1",
58
+ "@panneau/core": "^1.0.3",
59
+ "@panneau/element-radios": "^1.0.3",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "e04e663c7f1eb692f89a0136f2e8f45024fbe355"
68
+ "gitHead": "59e6842b1a768acb6fa826e6a6396d09e239c955"
69
69
  }