@warp-ds/css
Advanced tools
Comparing version 1.8.0-next.14 to 1.8.0-next.15
@@ -518,2 +518,3 @@ export namespace pageIndicator { | ||
export let removedSelectTokens: string; | ||
export let removedSliderTokens: string; | ||
export let removedStepindicatorTokens: string; | ||
@@ -520,0 +521,0 @@ export let removedSwitchTokens: string; |
@@ -43,9 +43,9 @@ export const pageIndicator = { | ||
wrapper: 'touch-pan-y relative w-full h-44 py-2', | ||
track: 'absolute i-bg-$color-slider-track-background h-4 top-20 rounded-4 w-full ', | ||
trackDisabled: 'pointer-events-none i-bg-$color-slider-track-background-disabled', | ||
activeTrack: 'absolute i-bg-$color-slider-track-background-active h-6 top-[19px] rounded-4', | ||
activeTrackDisabled: 'i-bg-$color-slider-track-background-disabled pointer-events-none', | ||
track: 'absolute s-bg-disabled h-4 top-20 rounded-4 w-full ', | ||
trackDisabled: 'pointer-events-none s-bg-disabled', | ||
activeTrack: 'absolute s-bg-primary h-6 top-[19px] rounded-4', | ||
activeTrackDisabled: 's-bg-disabled pointer-events-none', | ||
thumb: 'absolute transition-shadow w-24 h-24 bottom-10 rounded-4 outline-none', | ||
thumbEnabled: 'border-2 i-shadow-$shadow-slider cursor-pointer i-bg-$color-slider-handle-background i-border-$color-slider-handle-border hover:i-bg-$color-slider-handle-background-hover hover:i-border-$color-slider-handle-border-hover hover:slider-handle-shadow-hover active:i-bg-$color-slider-handle-background-active active:i-border-$color-slider-handle-border-active active:slider-handle-shadow-active focus:slider-handle-shadow-hover focus:i-border-$color-slider-handle-border-hover focus:i-bg-$color-slider-handle-background-hover', | ||
thumbDisabled: 'i-bg-$color-slider-handle-background-disabled cursor-disabled pointer-events-none', | ||
thumbEnabled: 'border-2 shadow-[--w-shadow-slider] cursor-pointer s-bg-primary s-border-primary hover:s-bg-primary-hover hover:s-border-primary-hover hover:shadow-[--w-shadow-slider-handle-hover] active:s-bg-primary-active active:s-border-primary-active active:shadow-[--w-shadow-slider-handle-active] focus:shadow-[--w-shadow-slider-handle-hover] focus:s-border-primary-hover focus:s-bg-primary-hover', | ||
thumbDisabled: 's-bg-disabled cursor-disabled pointer-events-none', | ||
}; | ||
@@ -545,2 +545,3 @@ | ||
removedSelectTokens: 'i-border-$color-select-border-negative i-border-$color-select-border-disabled hover:i-border-$color-select-border-disabled! active:i-border-$color-select-border-disabled! i-border-$color-select-border hover:i-border-$color-select-border-hover active:i-border-$color-select-border-active i-text-$color-select-icon i-bg-$color-select-background-disabled i-bg-$color-select-background i-text-$color-select-text-disabled i-text-$color-select-text', | ||
removedSliderTokens: 'i-bg-$color-slider-track-background-active i-bg-$color-slider-track-background-disabled i-bg-$color-slider-track-background focus:i-border-$color-slider-handle-border-hover active:i-border-$color-slider-handle-border-active hover:i-border-$color-slider-handle-border-hover i-border-$color-slider-handle-border i-bg-$color-slider-handle-background-disabled focus:i-bg-$color-slider-handle-background-hover active:i-bg-$color-slider-handle-background-active hover:i-bg-$color-slider-handle-background-hover i-bg-$color-slider-handle-background i-shadow-$shadow-slider active:slider-handle-shadow-active focus:slider-handle-shadow-hover hover:slider-handle-shadow-hover', | ||
removedStepindicatorTokens: 'i-bg-$color-stepindicator-track-background-active i-bg-$color-stepindicator-track-background i-text-$color-stepindicator-handle-icon i-border-$color-stepindicator-handle-border i-border-$color-stepindicator-handle-border-active i-bg-$color-stepindicator-handle-background i-bg-$color-stepindicator-handle-background-active', | ||
@@ -547,0 +548,0 @@ removedSwitchTokens: 'i-bg-$color-switch-handle-background-disabled i-bg-$color-switch-handle-background i-bg-$color-switch-track-background-disabled i-bg-$color-switch-track-background-selected group-hover:i-bg-$color-switch-track-background-selected-hover group-hover:i-bg-$color-switch-track-background-hover i-bg-$color-switch-track-background i-shadow-$shadow-switch-handle', |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.8.0-next.14", | ||
"version": "1.8.0-next.15", | ||
"scripts": { | ||
@@ -44,3 +44,3 @@ "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc", | ||
"@warp-ds/tokenizer": "^0.0.2", | ||
"@warp-ds/uno": "^1.5.0" | ||
"@warp-ds/uno": "^1.7.0" | ||
}, | ||
@@ -52,5 +52,11 @@ "devDependencies": { | ||
"@semantic-release/git": "^10.0.1", | ||
"@sindresorhus/slugify": "^2.2.1", | ||
"@warp-ds/eslint-config": "^1.0.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"@warp-ds/eslint-config": "^1.0.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-config-prettier": "^9.1.0", | ||
"drnm": "^0.9.0", | ||
"lightningcss": "^1.23.0", | ||
"prettier": "^3.2.4", | ||
"semantic-release": "^23.0.0", | ||
@@ -60,6 +66,3 @@ "typescript": "^5.3.3", | ||
"vite": "^5.0.0", | ||
"vite-plugin-dts": "^3.7.1", | ||
"@sindresorhus/slugify": "^2.2.1", | ||
"drnm": "^0.9.0", | ||
"lightningcss": "^1.23.0" | ||
"vite-plugin-dts": "^3.7.1" | ||
}, | ||
@@ -66,0 +69,0 @@ "eslintConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
320533
1371
18
Updated@warp-ds/uno@^1.7.0