@symbo.ls/button 2.11.166 → 2.11.168

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -165,12 +165,12 @@ export const PlusMinusButtons = {
165
165
  gap: 'A'
166
166
  },
167
167
  Minus: {
168
- extend: IconButton,
168
+ extend: IconCommonButton,
169
169
  props: { icon: { name: 'minus' } }
170
170
  },
171
171
  Value: { props: { text: '1' } },
172
172
  Plus: {
173
- extend: IconButton,
173
+ extend: IconCommonButton,
174
174
  props: { icon: { name: 'plus' } }
175
175
  }
176
176
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/button",
3
- "version": "2.11.166",
3
+ "version": "2.11.168",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "18340cf2fb602bcacd0567452298edd24f47f81f",
6
+ "gitHead": "e0bccabd2ea4ec76e23715506c535df0b25b0eaf",
7
7
  "dependencies": {
8
8
  "@symbo.ls/atoms": "latest",
9
9
  "@symbo.ls/icon": "latest"