@panneau/element-range 3.0.17 → 3.0.18

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
@@ -44,5 +44,6 @@ var Range = function Range(_ref) {
44
44
  };
45
45
  Range.propTypes = propTypes;
46
46
  Range.defaultProps = defaultProps;
47
+ var Range$1 = Range;
47
48
 
48
- export { Range as default };
49
+ export { Range$1 as default };
package/lib/index.js CHANGED
@@ -55,5 +55,6 @@ var Range = function Range(_ref) {
55
55
  };
56
56
  Range.propTypes = propTypes;
57
57
  Range.defaultProps = defaultProps;
58
+ var Range$1 = Range;
58
59
 
59
- exports["default"] = Range;
60
+ exports["default"] = Range$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/element-range",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "Range element",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@babel/runtime": "^7.12.5",
56
- "@panneau/core": "^3.0.17",
56
+ "@panneau/core": "^3.0.18",
57
57
  "classnames": "^2.2.6",
58
58
  "prop-types": "^15.7.2",
59
59
  "react-intl": "^5.15.8||^6.0.0"
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "a4ad3574da3bcec787d3da2aafeaf4a76fe97b10"
64
+ "gitHead": "cbae07493a969f804c1adfcfed11feb965569f5b"
65
65
  }