@symbo.ls/range 2.11.315 → 2.11.360
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 -3
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
import { isFunction } from '@domql/utils'
|
|
4
4
|
import { opacify } from '@symbo.ls/scratch'
|
|
5
|
-
import { SquareButton } from '@symbo.ls/button'
|
|
6
5
|
|
|
7
6
|
const props = {
|
|
8
7
|
appearance: 'none',
|
|
@@ -118,7 +117,7 @@ export const Range = {
|
|
|
118
117
|
|
|
119
118
|
export const RangeWithButtons = {
|
|
120
119
|
minus: {
|
|
121
|
-
extend: SquareButton,
|
|
120
|
+
extend: 'SquareButton',
|
|
122
121
|
props: { theme: 'field', icon: 'minus' },
|
|
123
122
|
on: {
|
|
124
123
|
click: (ev, el, s) => {
|
|
@@ -172,7 +171,7 @@ export const RangeWithButtons = {
|
|
|
172
171
|
}
|
|
173
172
|
},
|
|
174
173
|
plus: {
|
|
175
|
-
extend: SquareButton,
|
|
174
|
+
extend: 'SquareButton',
|
|
176
175
|
props: { theme: 'field', icon: 'plus' },
|
|
177
176
|
on: {
|
|
178
177
|
click: (ev, el, s) => {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/range",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.360",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "87c62e587157ba9c3ef135e31dbc79f165cdaa38",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@domql/utils": "latest",
|
|
9
9
|
"@symbo.ls/button": "latest",
|