@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.27 to 1.0.0-alpha.28
14
index.js
@@ -186,14 +186,12 @@ export const attention = { | ||
export const expandable = { | ||
expandable: 'f-expandable', | ||
expandableInfo: 'bg-aqua-50', | ||
expandableBox: 'py-0 px-0 ' + box.box, | ||
expandable: 'will-change-height', | ||
expandableTitle: 'i-text-$color-expandable-title-text', | ||
expandableBox: 'i-bg-$color-expandable-background py-0 px-0 ' + box.box, | ||
expandableBleed: box.bleed, | ||
chevron: | ||
'inline-block align-middle transform transition-transform transition-gpu', | ||
chevron: 'inline-block align-middle transform transition-transform transition-gpu i-text-$color-expandable-icon', | ||
chevronNonBox: 'relative left-8', | ||
chevronBox: 'f-expandable-chevron absolute right-16', | ||
chevronBox: 'absolute right-16', | ||
chevronExpanded: '-rotate-180', | ||
button: buttonReset + ' hover:underline focus:underline', | ||
buttonBox: 'w-full text-left relative ' + box.box, | ||
buttonInfo: 'hover:text-aqua-700 active:text-aqua-800', | ||
buttonBox: 'hover:i-bg-$color-expandable-background-hover w-full text-left relative inline-flex! items-center ' + box.box, | ||
}; | ||
@@ -200,0 +198,0 @@ |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.27", | ||
"version": "1.0.0-alpha.28", | ||
"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
45656