@umbraco-ui/uui-range-slider 1.13.0 → 1.14.0-rc.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -596,7 +596,7 @@ UUIRangeSliderElement.styles = [
596
596
 
597
597
  /** Steps */
598
598
  .step-wrapper {
599
- margin: 0 ${-1 * TRACK_PADDING}px;
599
+ margin: 0 ${ -1 * TRACK_PADDING}px;
600
600
  height: 11px;
601
601
  position: absolute;
602
602
  left: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-range-slider",
3
- "version": "1.13.0",
3
+ "version": "1.14.0-rc.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,7 +30,7 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.13.0"
33
+ "@umbraco-ui/uui-base": "1.14.0-rc.1"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "homepage": "https://uui.umbraco.com/?path=/story/uui-range-slider",
44
- "gitHead": "f57b1fdfea3678b843fbec706cecb3a220f6046f"
44
+ "gitHead": "c3c2fc0f8a68b897b5c88e0c3e09f549150f1034"
45
45
  }