New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-range-slider

Package Overview
Dependencies
Maintainers
7
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-range-slider - npm Package Compare versions

Comparing version 1.3.0-rc.0 to 1.3.0-rc.1

22

lib/index.js

@@ -575,7 +575,7 @@ import { UUIHorizontalPulseKeyframes } from '@umbraco-ui/uui-base/lib/animations';

.color:has(.color-target:active) {
background-color: var(--uui-color-focus,var(--uui-palette-malibu));
background-color: var(--uui-color-focus,#3879ff);
}
:host(:not([disabled])) #range-slider .color {
background-color: var(--uui-color-selected,var(--uui-palette-violet-blue));
background-color: var(--uui-color-selected,#3544b1);
}

@@ -617,3 +617,3 @@

:host .track-step.filled {
fill: var(--uui-color-selected,var(--uui-palette-violet-blue)) !important;
fill: var(--uui-color-selected,#3544b1) !important;
}

@@ -641,3 +641,3 @@

flex-grow: 1;
color: var(--uui-color-disabled-contrast,var(--uui-palette-grey));
color: var(--uui-color-disabled-contrast,#c4c4c4);
}

@@ -649,3 +649,3 @@

text-align: center;
font-size: var(--uui-type-small-size,var(--uui-size-4));
font-size: var(--uui-type-small-size,12px);
}

@@ -688,3 +688,3 @@

outline: calc(2px * var(--uui-show-focus-outline, 1)) solid
var(--uui-color-focus,var(--uui-palette-malibu));
var(--uui-color-focus,#3879ff);
}

@@ -694,3 +694,3 @@

outline: calc(2px * var(--uui-show-focus-outline, 1)) solid
var(--uui-color-focus,var(--uui-palette-malibu));
var(--uui-color-focus,#3879ff);
}

@@ -719,3 +719,3 @@

outline: calc(2px * var(--uui-show-focus-outline, 1)) solid
var(--uui-color-focus,var(--uui-palette-malibu));
var(--uui-color-focus,#3879ff);
}

@@ -751,7 +751,7 @@

border-radius: 50%;
background-color: var(--uui-color-selected,var(--uui-palette-violet-blue));
background-color: var(--uui-color-selected,#3544b1);
}
:host([disabled]) .thumb {
background-color: var(--uui-color-disabled,var(--uui-palette-sand));
background-color: var(--uui-color-disabled,#f3f3f5);
border-color: var(--uui-palette-mine-grey,#3e3e3e);

@@ -774,3 +774,3 @@ }

transition: 120ms opacity;
color: var(--uui-color-selected,var(--uui-palette-violet-blue));
color: var(--uui-color-selected,#3544b1);
visibility: hidden;

@@ -777,0 +777,0 @@ opacity: 0;

{
"name": "@umbraco-ui/uui-range-slider",
"version": "1.3.0-rc.0",
"version": "1.3.0-rc.1",
"license": "MIT",

@@ -33,7 +33,7 @@ "keywords": [

"dependencies": {
"@umbraco-ui/uui-base": "1.3.0-rc.0"
"@umbraco-ui/uui-base": "1.3.0-rc.1"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"

@@ -45,3 +45,3 @@ },

"homepage": "https://uui.umbraco.com/?path=/story/uui-range-slider",
"gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0"
"gitHead": "0c517175884931aa0bc0d8f05974852a7704626e"
}
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