@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.66 to 1.0.0-alpha.67
20
index.js
@@ -189,21 +189,21 @@ export const attention = { | ||
wrapperUnderlined: | ||
'border-b border-gray-200 -mx-16 sm:mx-0 px-4 sm:px-0 mb-32', | ||
'border-b i-border-$color-tabs-border -mx-16 sm:mx-0 px-4 sm:px-0 mb-32 ', | ||
wrapperContained: '', | ||
tabContainer: 'mx-auto max-w-screen-md w-full grid f-grid relative', | ||
wunderbar: | ||
'absolute border-blue-600 -bottom-4 border-b-4 transition-all', | ||
'absolute i-border-$color-tabs-border-active -bottom-0 border-b-4 transition-all', | ||
}; | ||
export const tab = { | ||
tab: 'grid f-grid items-center gap-8 focusable font-normal antialias p-16 pb-4 hover:underline f-tab', | ||
tabActive: 'active-tab', | ||
tab: 'grid f-grid items-center gap-8 focusable font-normal antialias p-16 pb-8 border-b-4 i-border-$color-tabs-border hover:i-border-$color-tabs-border-hover', | ||
tabActive: 'i-text-$color-tabs-icon-active', | ||
tabContained: 'rounded-t-8', | ||
tabContainedActive: 'bg-aqua-50', | ||
tabContainedActive: 'bg-aqua-50', // missing tokens | ||
icon: 'mx-auto ', | ||
iconUnderlined: 'f-tab-icon', | ||
iconUnderlinedActive: 'text-blue-600', | ||
iconUnderlinedInactive: 'text-gray-300', | ||
iconUnderlined: '', | ||
iconUnderlinedActive: 'i-text-$color-tabs-icon-active', | ||
iconUnderlinedInactive: '', // missing tokens | ||
contentUnderlined: 'font-bold content-underlined', // content-underlined is a no-op that prevents a quirk in how Vue handles class bindings | ||
contentUnderlinedInactive: 'text-gray-500 f-tab-text', | ||
contentUnderlinedActive: 'text-blue-600', | ||
contentUnderlinedInactive: 'i-text-$color-tabs-text-inactive', // missing tokens | ||
contentUnderlinedActive: 'i-text-$color-tabs-text-active', | ||
contentContainedActive: 'font-bold', | ||
@@ -210,0 +210,0 @@ }; |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.66", | ||
"version": "1.0.0-alpha.67", | ||
"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
74634
524