@warp-ds/css
Advanced tools
Comparing version 1.1.0-next.3 to 1.1.0-next.4
@@ -285,2 +285,4 @@ export namespace attention { | ||
export { a11y_3 as a11y }; | ||
export const fullWidth: string; | ||
export const contentWidth: string; | ||
} | ||
@@ -287,0 +289,0 @@ export namespace buttonGroup { |
@@ -241,3 +241,3 @@ export const attention = { | ||
const buttonDefaultStyling = 'font-bold max-w-max focusable justify-center transition-colors ease-in-out'; | ||
const buttonDefaultStyling = 'font-bold focusable justify-center transition-colors ease-in-out'; | ||
@@ -265,3 +265,3 @@ const buttonColors = { | ||
`p-4 rounded-full border-0 inline-flex items-center justify-center hover:bg-clip-padding ${buttonDefaultStyling}`, | ||
link: `max-w-max bg-transparent focusable ease-in-out inline active:underline hover:underline ${buttonColors.link}`, | ||
link: `bg-transparent focusable ease-in-out inline active:underline hover:underline ${buttonColors.link}`, | ||
}; | ||
@@ -294,3 +294,3 @@ | ||
isDisabled: | ||
`font-bold max-w-max justify-center transition-colors ease-in-out cursor-default pointer-events-none ${buttonColors.disabled}`, // .button:disabled, .button--is-disabled | ||
`font-bold justify-center transition-colors ease-in-out cursor-default pointer-events-none ${buttonColors.disabled}`, // .button:disabled, .button--is-disabled | ||
}; | ||
@@ -369,2 +369,4 @@ | ||
a11y: 'sr-only', | ||
fullWidth: "w-full max-w-full", | ||
contentWidth: "max-w-max", | ||
}; | ||
@@ -371,0 +373,0 @@ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.1.0-next.3", | ||
"version": "1.1.0-next.4", | ||
"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
73467
1005