@panneau/filter-button 1.0.0-alpha.256 → 1.0.3-alpha.0

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,9 +1,9 @@
1
1
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
2
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
3
- import Button from '@panneau/element-button';
4
3
  import classNames from 'classnames';
5
4
  import PropTypes from 'prop-types';
6
5
  import React, { useMemo, useCallback } from 'react';
6
+ import Button from '@panneau/element-button';
7
7
 
8
8
  var styles = {};
9
9
 
package/lib/index.js CHANGED
@@ -4,19 +4,19 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
6
6
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
7
- var Button = require('@panneau/element-button');
8
7
  var classNames = require('classnames');
9
8
  var PropTypes = require('prop-types');
10
9
  var React = require('react');
10
+ var Button = require('@panneau/element-button');
11
11
 
12
12
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
13
13
 
14
14
  var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty);
15
15
  var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_objectWithoutProperties);
16
- var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
17
16
  var classNames__default = /*#__PURE__*/_interopDefaultLegacy(classNames);
18
17
  var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
19
18
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
19
+ var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
20
20
 
21
21
  var styles = {};
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/filter-button",
3
- "version": "1.0.0-alpha.256",
3
+ "version": "1.0.3-alpha.0",
4
4
  "description": "Button filter",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,14 +53,14 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@babel/runtime": "^7.12.5",
56
- "@panneau/core": "^1.0.0-alpha.256",
57
- "@panneau/element-button": "^1.0.0-alpha.256",
58
- "@panneau/themes": "^1.0.0-alpha.256",
56
+ "@panneau/core": "^1.0.3-alpha.0",
57
+ "@panneau/element-button": "^1.0.3-alpha.0",
58
+ "@panneau/themes": "^1.0.3-alpha.0",
59
59
  "classnames": "^2.2.6",
60
60
  "prop-types": "^15.7.2"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "5f541e47b10f676be34738c54ee984f99ce0dfe7"
65
+ "gitHead": "7f9c472b97c79a5c81da30730549acdde2de5c9f"
66
66
  }