@mackin.com/styleguide 11.0.8 → 11.0.9

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/index.esm.js CHANGED
@@ -590,7 +590,6 @@ const Accordion = (props) => {
590
590
  width: ((_c = props.block) !== null && _c !== void 0 ? _c : true) ? '100%' : 'auto'
591
591
  }, props.headerButtonClassName)), onClick: e => {
592
592
  e.stopPropagation();
593
- console.warn('click');
594
593
  if (props.onChange) {
595
594
  props.onChange(!open);
596
595
  }
package/index.js CHANGED
@@ -608,7 +608,6 @@ const Accordion = (props) => {
608
608
  width: ((_c = props.block) !== null && _c !== void 0 ? _c : true) ? '100%' : 'auto'
609
609
  }, props.headerButtonClassName)), onClick: e => {
610
610
  e.stopPropagation();
611
- console.warn('click');
612
611
  if (props.onChange) {
613
612
  props.onChange(!open);
614
613
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mackin.com/styleguide",
3
- "version": "11.0.8",
3
+ "version": "11.0.9",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "module": "./index.esm.js",