Socket
Socket
Sign inDemoInstall

@spectrum-web-components/slider

Package Overview
Dependencies
Maintainers
5
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/slider - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/slider@0.4.0...@spectrum-web-components/slider@0.4.1) (2020-01-30)
**Note:** Version bump only for package @spectrum-web-components/slider
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/slider@0.3.3...@spectrum-web-components/slider@0.4.0) (2020-01-06)

@@ -8,0 +12,0 @@

110

custom-elements.json
{
"version": 2,
"version": "experimental",
"tags": [

@@ -9,5 +9,10 @@ {

"name": "type",
"type": "string"
"type": "string",
"default": "\"\""
},
{
"name": "value",
"type": "number"
},
{
"name": "variant",

@@ -18,3 +23,4 @@ "type": "string"

"name": "label",
"type": "string"
"type": "string",
"default": "\"\""
},

@@ -27,31 +33,40 @@ {

"name": "max",
"type": "number"
"type": "number",
"default": "20"
},
{
"name": "min",
"type": "number"
"type": "number",
"default": "0"
},
{
"name": "step",
"type": "number"
"type": "number",
"default": "1"
},
{
"name": "tick-step",
"type": "number"
"type": "number",
"default": "0"
},
{
"name": "tick-labels",
"type": "boolean"
"type": "boolean",
"default": "false"
},
{
"name": "disabled",
"type": "boolean"
"name": "dragging",
"type": "boolean",
"default": "false"
},
{
"name": "dragging",
"type": "boolean"
"name": "handle-highlight",
"type": "boolean",
"default": "false"
},
{
"name": "handle-highlight",
"type": "boolean"
"name": "disabled",
"description": "Disable this control. It will not receive focus or events",
"type": "boolean",
"default": "false"
}

@@ -61,20 +76,10 @@ ],

{
"name": "autofocus",
"description": "When this control is rendered, focus it automatically",
"jsDoc": "/**\n * When this control is rendered, focus it automatically\n */",
"type": "boolean"
},
{
"name": "tabIndex",
"description": "The tab index to apply to this control. See general documentation about\nthe tabindex HTML property",
"jsDoc": "/**\n * The tab index to apply to this control. See general documentation about\n * the tabindex HTML property\n */",
"type": "number"
},
{
"name": "type",
"attribute": "type",
"type": "string"
"type": "string",
"default": "\"\""
},
{
"name": "value",
"attribute": "value",
"type": "number"

@@ -89,3 +94,4 @@ },

"name": "getAriaValueText",
"type": "(value: number) => string"
"type": "(value: number) => string",
"default": "\"(value) => `${value}`\""
},

@@ -95,3 +101,4 @@ {

"attribute": "label",
"type": "string"
"type": "string",
"default": "\"\""
},

@@ -106,3 +113,4 @@ {

"attribute": "max",
"type": "number"
"type": "number",
"default": "20"
},

@@ -112,3 +120,4 @@ {

"attribute": "min",
"type": "number"
"type": "number",
"default": "0"
},

@@ -118,3 +127,4 @@ {

"attribute": "step",
"type": "number"
"type": "number",
"default": "1"
},

@@ -124,3 +134,4 @@ {

"attribute": "tick-step",
"type": "number"
"type": "number",
"default": "0"
},

@@ -130,18 +141,37 @@ {

"attribute": "tick-labels",
"type": "boolean"
"type": "boolean",
"default": "false"
},
{
"name": "dragging",
"attribute": "dragging",
"type": "boolean",
"default": "false"
},
{
"name": "handleHighlight",
"attribute": "handle-highlight",
"type": "boolean",
"default": "false"
},
{
"name": "disabled",
"attribute": "disabled",
"type": "boolean"
"description": "Disable this control. It will not receive focus or events",
"type": "boolean",
"default": "false"
},
{
"name": "dragging",
"attribute": "dragging",
"name": "autofocus",
"description": "When this control is rendered, focus it automatically",
"type": "boolean"
},
{
"name": "handleHighlight",
"attribute": "handle-highlight",
"type": "boolean"
"name": "tabIndex",
"description": "The tab index to apply to this control. See general documentation about\nthe tabindex HTML property",
"type": "number"
},
{
"name": "focusElement",
"type": "HTMLElement"
}

@@ -148,0 +178,0 @@ ]

@@ -21,3 +21,3 @@ {

],
"version": "0.4.0",
"version": "0.4.1",
"description": "",

@@ -45,6 +45,6 @@ "main": "lib/index.js",

"dependencies": {
"@spectrum-web-components/shared": "^0.4.0",
"@spectrum-web-components/shared": "^0.4.1",
"tslib": "^1.10.0"
},
"gitHead": "8ccfbecc2e7534567967bbebb5d201e0b16b08bb"
"gitHead": "1b17c4c27d73273f2479f0d8af40d187f2f194fa"
}

@@ -1,2 +0,2 @@

## Overview
## Description

@@ -41,3 +41,3 @@ **sp-slider** allows users to quickly select a value within a range. They should be used when the upper and lower bounds to the range are invariable.

#### Tick w/ Labels
#### Tick w/ labels

@@ -44,0 +44,0 @@ ```html

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