@warp-ds/css
Advanced tools
Comparing version 1.7.1-next.18 to 1.7.1-next.19
@@ -511,2 +511,3 @@ export namespace pageIndicator { | ||
export let removedInputTokens: string; | ||
export let removedLabelTokens: string; | ||
} | ||
@@ -513,0 +514,0 @@ export namespace pagination { |
@@ -409,5 +409,5 @@ export const pageIndicator = { | ||
export const label = { | ||
label: 'antialiased block relative text-s font-bold pb-4 cursor-pointer i-text-$color-label-text', | ||
labelInvalid: 'i-text-$color-label-text-negative', | ||
optional: 'pl-8 font-normal text-s i-text-$color-label-optional-text', | ||
label: 'antialiased block relative text-s font-bold pb-4 cursor-pointer s-text', | ||
labelInvalid: 's-text-negative', | ||
optional: 'pl-8 font-normal text-s s-text', | ||
}; | ||
@@ -427,3 +427,3 @@ | ||
wrapperWithIcon: 'w-40', | ||
label: 'antialiased block relative cursor-default pb-0 font-bold text-xs i-text-$color-label-text', | ||
label: 'antialiased block relative cursor-default pb-0 font-bold text-xs s-text', | ||
}; | ||
@@ -435,3 +435,3 @@ | ||
wrapperWithIcon: 'w-40', | ||
label: 'antialiased block relative cursor-default pb-0 font-bold text-xs i-text-$color-label-text', | ||
label: 'antialiased block relative cursor-default pb-0 font-bold text-xs s-text', | ||
}; | ||
@@ -456,3 +456,3 @@ | ||
focusableWithin: 'focus-within:focusable', | ||
label: 'cursor-pointer text-m i-text-$color-label-text py-2 pl-28 select-none relative block before:block before:border before:absolute before:transition-all before:left-0 before:w-20 before:h-20 before:top-2', | ||
label: 'cursor-pointer text-m s-text py-2 pl-28 select-none relative block before:block before:border before:absolute before:transition-all before:left-0 before:w-20 before:h-20 before:top-2', | ||
deadToggleLabel: '-mt-2', | ||
@@ -541,2 +541,3 @@ noContent: `before:content-[""]`, | ||
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', | ||
removedLabelTokens: 'i-text-$color-label-text-negative i-text-$color-label-optional-text i-text-$color-label-text', | ||
}; | ||
@@ -543,0 +544,0 @@ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.7.1-next.18", | ||
"version": "1.7.1-next.19", | ||
"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
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
310643
1329