@hig/slider
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -104,10 +104,13 @@ import React, { Component } from 'react'; | ||
boxSizing: "content-box", | ||
height: themeData["slider.thumb.width"], | ||
width: themeData["slider.thumb.width"], | ||
height: themeData["slider.thumb.minHeight"], | ||
width: themeData["slider.thumb.minWidth"], | ||
backgroundColor: themeData["slider.thumb.backgroundColor"], | ||
border: 0, | ||
borderRadius: "50%", | ||
borderRadius: 0, | ||
boxShadow: "0 0 0 " + themeData["slider.halo.width"] + " " + themeData["slider.halo.color"], | ||
position: "relative", | ||
top: "50%", | ||
transitionDuration: "0.3s", | ||
transitionProperty: "box-shadow", | ||
transitionTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)", | ||
WebkitAppearance: "none" /* Hides platform-native styling */ | ||
@@ -114,0 +117,0 @@ }, thumbStateRules()), { |
@@ -111,10 +111,13 @@ 'use strict'; | ||
boxSizing: "content-box", | ||
height: themeData["slider.thumb.width"], | ||
width: themeData["slider.thumb.width"], | ||
height: themeData["slider.thumb.minHeight"], | ||
width: themeData["slider.thumb.minWidth"], | ||
backgroundColor: themeData["slider.thumb.backgroundColor"], | ||
border: 0, | ||
borderRadius: "50%", | ||
borderRadius: 0, | ||
boxShadow: "0 0 0 " + themeData["slider.halo.width"] + " " + themeData["slider.halo.color"], | ||
position: "relative", | ||
top: "50%", | ||
transitionDuration: "0.3s", | ||
transitionProperty: "box-shadow", | ||
transitionTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)", | ||
WebkitAppearance: "none" /* Hides platform-native styling */ | ||
@@ -121,0 +124,0 @@ }, thumbStateRules()), { |
@@ -0,1 +1,8 @@ | ||
# [@hig/slider-v1.1.0](https://github.com/Autodesk/hig/compare/@hig/slider@1.0.2...@hig/slider@1.1.0) (2020-02-12) | ||
### Features | ||
* match slider knob to latest design toolkit ([885c7ba](https://github.com/Autodesk/hig/commit/885c7ba)) | ||
# [@hig/slider-v1.0.2](https://github.com/Autodesk/hig/compare/@hig/slider@1.0.1...@hig/slider@1.0.2) (2019-08-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/slider", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "HIG Slider", | ||
@@ -27,3 +27,3 @@ "author": "Autodesk Inc.", | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.9.0", | ||
"@hig/theme-data": "^2.14.0", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -30,0 +30,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50055
1258