@warp-ds/css
Advanced tools
Comparing version 1.0.0-alpha.35 to 1.0.0-alpha.36
@@ -22,3 +22,2 @@ export namespace attention { | ||
const active: string; | ||
const hover: string; | ||
} | ||
@@ -25,0 +24,0 @@ export namespace ribbon { |
@@ -24,5 +24,4 @@ export const attention = { | ||
dot: 'h-8 w-8 rounded-full', | ||
inactive: 'i-bg-$color-pageindicator-background', | ||
active: 'i-bg-$color-pageindicator-background-active', | ||
hover: 'i-bg-$color-pageindicator-background-hover', | ||
inactive: 'i-bg-$color-pageindicator-background hover:i-bg-$color-pageindicator-background-hover', | ||
active: 'i-bg-$color-pageindicator-background-selected', | ||
}; | ||
@@ -242,3 +241,3 @@ | ||
buttonPill: | ||
'font-bold text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out rounded-full! min-h-[44px] min-w-[44px] border-0! p-4 i-text-$color-button-pill-icon hover:i-text-$color-button-pill-icon-hover active:i-text-$color-button-pill-icon-active i-bg-$color-button-pill-background hover:i-bg-$color-button-pill-background-hover acive:i-bg-$color-button-pill-background-active inline-flex items-center justify-center hover:bg-clip-padding', // .button--pill missing: hover:background-color: rgba(var(--f-blue-600-rgb), 0.1) , and: hover:border-color: hsla(0, 0%, 100%, 0.4); | ||
'font-bold text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out rounded-full! min-h-[44px] min-w-[44px] border-0! p-4 i-text-$color-button-pill-icon hover:i-text-$color-button-pill-icon-hover active:i-text-$color-button-pill-icon-active i-bg-$color-button-pill-background hover:i-bg-$color-button-pill-background-hover active:i-bg-$color-button-pill-background-active inline-flex items-center justify-center hover:bg-clip-padding', // .button--pill | ||
buttonLink: | ||
@@ -245,0 +244,0 @@ 'leading-[24] max-w-max bg-transparent focusable ease-in-out inline i-text-$color-button-link-text active:underline hover:underline', //.button--link /* Buttons pretending to be links, (Should rather inherit the actual link setup in the future?) */ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.0.0-alpha.35", | ||
"version": "1.0.0-alpha.36", | ||
"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
59789
839