@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.84 to 1.0.0-alpha.85
12
index.js
@@ -236,3 +236,3 @@ export const attention = { | ||
buttonLink: | ||
'leading-24 max-w-max focusable ease-in-out inline i-text-$color-text-link hover:i-text-$color-text-link-hover hover:underline active:underline', //.button--link /* Buttons pretending to be links, (Should rather inherit the actual link setup in the future?) */ | ||
'leading-24 max-w-max focusable ease-in-out inline i-text-$color-text-link active:underline', //.button--link /* Buttons pretending to be links, (Should rather inherit the actual link setup in the future?) */ | ||
// Sizestuff | ||
@@ -410,1 +410,11 @@ buttonSmall: 'px-16 py-6 text-12 leading-16', // .button--small | ||
} | ||
export const combobox = { | ||
wrapper: 'relative', | ||
combobox: 'absolute left-0 right-0 pb-8 rounded-8 i-bg-$color-background-interactive shadow-medium', | ||
textMatch: 'font-bold', | ||
listbox: 'm-0 p-0 select-none list-none', | ||
option: 'block cursor-pointer p-8 hover:i-bg-$color-background-interactive-hover', | ||
optionSelected: 'i-bg-$color-background-interactive-selected', | ||
a11y: 'sr-only', | ||
} |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.84", | ||
"version": "1.0.0-alpha.85", | ||
"description": "WARP component classes", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
84246
573