@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.81 to 1.0.0-alpha.82
18
index.js
export const attention = { | ||
base: 'border-2 relative', | ||
tooltip: | ||
'bg-gray-700 border-gray-700 text-white rounded-4 py-6 px-8', | ||
callout: 'bg-green-100 border-green-400 py-8 px-16 rounded-8', | ||
'i-bg-$color-tooltip-background i-border-$color-tooltip-background i-shadow-$shadow-tooltip i-text-$color-tooltip-text rounded-4 py-6 px-8', | ||
callout: 'i-bg-$color-callout-background i-border-$color-callout-border i-text-$color-callout-text py-8 px-16 rounded-8', | ||
popover: | ||
'bg-white border-white rounded-8 p-16 filter drop-shadow-20', | ||
'i-bg-$color-popover-background i-border-$color-popover-background i-text-$color-popover-paragraph-text rounded-8 p-16 drop-shadow-m', | ||
arrowBase: | ||
'absolute h-14 w-14 border-2 border-b-0 border-r-0 transform', | ||
arrowTooltip: 'bg-gray-700 border-gray-700', | ||
arrowCallout: 'bg-green-100 border-green-400', | ||
arrowPopover: 'bg-white border-white', | ||
'absolute h-[14px] w-[14px] border-2 border-b-0 border-r-0 transform', | ||
arrowDirectionLeft: '-left-[8px]', | ||
arrowDirectionRight: '-right-[8px]', | ||
arrowDirectionBottom: '-bottom-[8px]', | ||
arrowDirectionRight: '-top-[8px]', | ||
arrowTooltip: 'i-bg-$color-tooltip-background i-border-$color-tooltip-background', | ||
arrowCallout: 'i-bg-$color-callout-background i-border-$color-callout-border', | ||
arrowPopover: 'i-bg-$color-popover-background i-border-$color-popover-background', | ||
}; | ||
@@ -14,0 +18,0 @@ |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.81", | ||
"version": "1.0.0-alpha.82", | ||
"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
80413
555