@warp-ds/css
Advanced tools
Comparing version 1.9.0-next.2 to 1.9.0-next.3
@@ -389,3 +389,3 @@ export const pageIndicator = { | ||
disabled: 's-bg-disabled-subtle s-border-disabled hover:s-border-disabled! s-text-disabled pointer-events-none', | ||
invalid: 's-border-negative s-text-negative!', | ||
invalid: 's-border-negative s-text-negative! hover:s-border-negative-hover! outline-[--w-s-color-border-negative]!', | ||
readOnly: 'pl-0 bg-transparent! border-0! pointer-events-none', | ||
@@ -401,3 +401,3 @@ placeholder: 'placeholder:s-text-placeholder', | ||
disabled: 's-bg-disabled-subtle s-border-disabled hover:s-border-disabled! active:s-border-disabled! s-text-disabled pointer-events-none', | ||
invalid: 's-border-negative', | ||
invalid: 's-border-negative hover:s-border-negative-hover! outline-[--w-s-color-border-negative]!', | ||
readOnly: 'pl-0 bg-transparent border-0 pointer-events-none before:hidden', | ||
@@ -422,3 +422,3 @@ wrapper: 'relative', | ||
const prefixSuffixWrapperBase = 'absolute top-0 bottom-0 flex justify-center items-center focusable focus:[--w-outline-offset:-2px] bg-transparent '; | ||
const prefixSuffixWrapperBase = 'absolute top-0 bottom-0 flex justify-center items-center focusable rounded-4 focus:[--w-outline-offset:-2px] bg-transparent '; | ||
@@ -425,0 +425,0 @@ export const suffix = { |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.9.0-next.2", | ||
"version": "1.9.0-next.3", | ||
"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
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
359980
1408