@warp-ds/css
Advanced tools
Comparing version 1.6.2-next.2 to 1.6.2-next.3
@@ -495,2 +495,3 @@ export namespace pageIndicator { | ||
export const modalTitle: string; | ||
export const pillClose: string; | ||
} |
@@ -76,3 +76,3 @@ export const pageIndicator = { | ||
labelWithClose: 'pr-2', | ||
close: 'pr-12 pl-4 pt-4 pb-6 rounded-r-full text-m!', | ||
close: 'pr-12 pl-4 py-10 rounded-r-full', | ||
a11y: 'sr-only', | ||
@@ -557,3 +557,4 @@ }; | ||
radioDisabled: 'before:i-bg-$color-radio-background-disabled before:i-bg-$color-checkbox-background-disabled peer-checked:before:i-border-$color-radio-border-selected-disabled', //replaced in v1.5.0 | ||
modalTitle: 'h-40 sm:h-48 items-center' // replaced by min-h-40 sm:min-h-48 items-start | ||
modalTitle: 'h-40 sm:h-48 items-center', // replaced by min-h-40 sm:min-h-48 items-start | ||
pillClose: 'pt-4 pb-6 text-m!' //replaced by py-10 | ||
}; |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.6.2-next.2", | ||
"version": "1.6.2-next.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc", |
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
286521
1253