@newhighsco/chipset 6.26.0 → 6.26.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newhighsco/chipset",
3
3
  "description": "Shareable, theme-able component library by New High Score",
4
- "version": "6.26.0",
4
+ "version": "6.26.1",
5
5
  "author": "New High Score",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -51,7 +51,7 @@
51
51
  "@newhighsco/commitlint-config": "1.1.46",
52
52
  "@newhighsco/editor-config": "1.2.0",
53
53
  "@newhighsco/eslint-config": "6.0.7",
54
- "@newhighsco/postcss-config": "4.0.10",
54
+ "@newhighsco/postcss-config": "4.0.11",
55
55
  "@newhighsco/prettier-config": "2.3.2",
56
56
  "@newhighsco/release-config": "1.4.20",
57
57
  "@newhighsco/storybook-preset": "9.0.8",
@@ -103,10 +103,10 @@ Menubar.propTypes = {
103
103
  links: array,
104
104
  inline: bool,
105
105
  renderLink: func,
106
- toggle: oneOf(
106
+ toggle: oneOf([
107
107
  bool,
108
108
  shape({ icons: { true: any, false: any }, children: node })
109
- ),
109
+ ]),
110
110
  onToggle: func,
111
111
  theme: shape({
112
112
  list: string,