@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.98 to 1.0.0-alpha.99
19
index.js
@@ -29,11 +29,12 @@ export const attention = { | ||
export const ribbon = { | ||
base: 'py-4 px-8 border rounded-4 inline-flex last-child:mb-0', | ||
info: 'border-aqua-50 bg-aqua-50', | ||
success: 'border-green-100 bg-green-100', | ||
warning: 'border-yellow-100 bg-yellow-100', | ||
error: 'border-red-100 bg-red-100', | ||
disabled: 'border-bluegray-300 bg-bluegray-300', | ||
sponsored: 'border-aqua-200 bg-aqua-200', | ||
neutral: 'border-gray-100 bg-gray-100', | ||
outlined: 'border-bluegray-300 bg-white', | ||
base: 'py-4 px-8 border rounded-4 inline-flex last:mb-0', | ||
info: ' i-bg-$color-badge-info-background i-text-$color-badge-info-text', | ||
success: ' i-bg-$color-badge-positive-background i-text-$color-badge-positive-text', | ||
warning: ' i-bg-$color-badge-warning-background i-text-$color-badge-warning-text', | ||
error: ' i-bg-$color-badge-negative-background i-text-$color-badge-negative-text', | ||
disabled: 'i-border-$color-badge-disabled-background i-bg-$color-badge-disabled-background i-text-$color-badge-disabled-text', | ||
sponsored: 'i-border-$color-badge-price-background i-bg-$color-badge-price-background i-text-$color-badge-price-text', | ||
neutral: 'i-border-$color-badge-neutral-background i-bg-$color-badge-neutral-background i-text-$color-badge-neutral-text', | ||
roundedTopRightBottomLeft: 'rounded-tr-0 rounded-bl-0', | ||
roundedTopLeftBottomRight: 'rounded-tl-0 rounded-br-0', | ||
}; | ||
@@ -40,0 +41,0 @@ |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.98", | ||
"version": "1.0.0-alpha.99", | ||
"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
88152
589