@warp-ds/css
Advanced tools
Comparing version 1.0.0-alpha.29 to 1.0.0-alpha.30
@@ -390,8 +390,7 @@ export namespace attention { | ||
export namespace clickable { | ||
export const clickable: string; | ||
export const clickableNotToggle: string; | ||
export const toggle: string; | ||
const label_6: string; | ||
export { label_6 as label }; | ||
const focusable_1: string; | ||
export { focusable_1 as focusable }; | ||
export const buttonOrLink: string; | ||
export const buttonOrLinkStretch: string; | ||
} | ||
@@ -398,0 +397,0 @@ export namespace combobox { |
@@ -181,3 +181,3 @@ export const attention = { | ||
export const tab = { | ||
tab: 'grid items-center font-bold gap-8 focusable antialias p-16 pb-8 border-b-4 i-text-$color-tabs-text i-border-$color-tabs-border hover:i-text-$color-tabs-text-hover hover:i-border-$color-tabs-border-hover', | ||
tab: 'grid items-center font-bold gap-8 focusable antialias p-16 pb-8 border-b-4 bg-transparent i-text-$color-tabs-text i-border-$color-tabs-border hover:i-text-$color-tabs-text-hover hover:i-border-$color-tabs-border-hover', | ||
tabActive: 'i-text-$color-tabs-text-active', | ||
@@ -415,6 +415,6 @@ icon: 'mx-auto hover:i-text-$color-tabs-text-hover', | ||
export const clickable = { | ||
clickable: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset', | ||
clickableNotToggle: 'inset-0 absolute bg-transparent', | ||
toggle: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset', | ||
label: `px-12 ${label.label} py-8! cursor-pointer focusable focusable-inset`, | ||
focusable: 'focusable', | ||
buttonOrLink: 'bg-transparent focusable', | ||
buttonOrLinkStretch: 'inset-0 absolute', | ||
}; | ||
@@ -421,0 +421,0 @@ |
{ | ||
"name": "@warp-ds/css", | ||
"repository": "git@github.com:warp-ds/css.git", | ||
"version": "1.0.0-alpha.29", | ||
"version": "1.0.0-alpha.30", | ||
"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
59895
842