Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hig/slider

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/slider - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

9

build/index.es.js

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc