@warp-ds/css
Advanced tools
Comparing version 1.8.0-next.10 to 1.8.0-next.11
@@ -519,2 +519,3 @@ export namespace pageIndicator { | ||
export let removedStepindicatorTokens: string; | ||
export let removedSwitchTokens: string; | ||
} | ||
@@ -521,0 +522,0 @@ export namespace pagination { |
@@ -127,9 +127,9 @@ export const pageIndicator = { | ||
track: 'absolute top-0 left-0 h-full w-full rounded-full transition-colors', | ||
trackActive: 'i-bg-$color-switch-track-background-selected group-hover:i-bg-$color-switch-track-background-selected-hover', | ||
trackInactive: 'i-bg-$color-switch-track-background group-hover:i-bg-$color-switch-track-background-hover', | ||
trackDisabled: 'i-bg-$color-switch-track-background-disabled', | ||
trackActive: 's-bg-primary group-hover:s-bg-primary-hover', | ||
trackInactive: 'bg-[--w-color-switch-track-background] group-hover:bg-[--w-color-switch-track-background-hover]', | ||
trackDisabled: 's-bg-disabled-subtle', | ||
handle: 'absolute transform-gpu h-16 w-16 top-4 left-4 rounded-full transition-transform', | ||
handleSelected: 'translate-x-20', | ||
handleNotDisabled: 'i-bg-$color-switch-handle-background i-shadow-$shadow-switch-handle', | ||
handleDisabled: 'i-bg-$color-switch-handle-background-disabled', | ||
handleNotDisabled: 's-bg shadow-s', | ||
handleDisabled: 's-bg-disabled', | ||
a11y: 'sr-only', | ||
@@ -546,2 +546,3 @@ }; | ||
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', | ||
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', | ||
}; | ||
@@ -548,0 +549,0 @@ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.8.0-next.10", | ||
"version": "1.8.0-next.11", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc", |
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
317031
1356