@symbo.ls/range 2.11.221 → 2.11.226

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
@@ -94,7 +94,7 @@ const returnPropertyValue = (el, property, def) => {
94
94
  export const RangeWithButtons = {
95
95
  minus: {
96
96
  extend: SquareButton,
97
- props: { theme: 'tertiary', icon: 'minus' },
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: 'tertiary', icon: 'plus' },
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.221",
3
+ "version": "2.11.226",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "edd135dc40621879b35493003ab88891e407db03",
6
+ "gitHead": "cc4d8658520b0dc949f40274fbc99f2915877f96",
7
7
  "dependencies": {
8
8
  "@domql/utils": "latest",
9
9
  "@symbo.ls/button": "latest",