@warp-ds/css
Advanced tools
Comparing version 1.7.1-next.16 to 1.7.1-next.17
@@ -510,2 +510,3 @@ export namespace pageIndicator { | ||
export let removedHelpTextTokens: string; | ||
export let removedInputTokens: string; | ||
} | ||
@@ -512,0 +513,0 @@ export namespace pagination { |
@@ -386,8 +386,8 @@ export const pageIndicator = { | ||
export const input = { | ||
default: 'block text-m mb-0 leading-m i-text-$color-input-text-filled i-bg-$color-input-background i-border-$color-input-border hover:i-border-$color-input-border-hover active:i-border-$color-input-border-active rounded-4 py-12 px-8 block border-1 w-full focusable focus:[--w-outline-offset:-2px] caret-current', | ||
default: 'block text-m mb-0 leading-m s-text s-bg s-border hover:s-border-hover active:s-border-selected rounded-4 py-12 px-8 block border-1 w-full focusable focus:[--w-outline-offset:-2px] caret-current', | ||
textArea: 'min-h-[42] sm:min-h-[45]', | ||
disabled: 'i-bg-$color-input-background-disabled i-border-$color-input-border-disabled hover:i-border-$color-input-border-disabled! i-text-$color-input-text-disabled pointer-events-none', | ||
invalid: 'i-border-$color-input-border-negative i-text-$color-input-text-negative!', | ||
readOnly: 'pl-0 bg-transparent border-0 pointer-events-none i-text-$color-input-text-read-only', | ||
placeholder: 'placeholder:i-text-$color-input-text-placeholder', | ||
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!', | ||
readOnly: 'pl-0 bg-transparent border-0 pointer-events-none s-text', | ||
placeholder: 'placeholder:s-text-placeholder', | ||
wrapper: 'relative', | ||
@@ -537,2 +537,3 @@ suffix: 'pr-40', | ||
removedHelpTextTokens: 'i-text-$color-helptext-text i-text-$color-helptext-text-positive i-text-$color-helptext-text-negative', | ||
removedInputTokens: 'placeholder:i-text-$color-input-text-placeholder i-text-$color-input-text-read-only i-text-$color-input-text-negative! i-border-$color-input-border-negative i-text-$color-input-text-disabled hover:i-border-$color-input-border-disabled! i-border-$color-input-border-disabled i-bg-$color-input-background-disabled active:i-border-$color-input-border-active hover:i-border-$color-input-border-hover i-border-$color-input-border i-bg-$color-input-background i-text-$color-input-text-filled', | ||
}; | ||
@@ -539,0 +540,0 @@ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.7.1-next.16", | ||
"version": "1.7.1-next.17", | ||
"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
310599
1327