@symbo.ls/range 2.11.221 → 2.11.231
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.js +2 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -94,7 +94,7 @@ const returnPropertyValue = (el, property, def) => {
|
|
|
94
94
|
export const RangeWithButtons = {
|
|
95
95
|
minus: {
|
|
96
96
|
extend: SquareButton,
|
|
97
|
-
props: { theme: '
|
|
97
|
+
props: { theme: 'secondary', icon: 'minus' },
|
|
98
98
|
on: {
|
|
99
99
|
click: (ev, el, s) => {
|
|
100
100
|
const parentProps = el.parent.props
|
|
@@ -148,7 +148,7 @@ export const RangeWithButtons = {
|
|
|
148
148
|
},
|
|
149
149
|
plus: {
|
|
150
150
|
extend: SquareButton,
|
|
151
|
-
props: { theme: '
|
|
151
|
+
props: { theme: 'secondary', icon: 'plus' },
|
|
152
152
|
on: {
|
|
153
153
|
click: (ev, el, s) => {
|
|
154
154
|
const parentProps = el.parent.props
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/range",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.231",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "5d29ff74b50f1feeeff85976496c4320fce96f71",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@domql/utils": "latest",
|
|
9
9
|
"@symbo.ls/button": "latest",
|