@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.104 to 1.0.0-alpha.105
@@ -163,6 +163,6 @@ export const attention = { | ||
negative: 'i-bg-$color-toast-negative-background i-border-$color-toast-negative-subtle-border i-text-$color-toast-negative-text', | ||
icon: 'flex-shrink-0 rounded-full w-[16px] h-[16px] m-[8px] s-text-inverted', | ||
icon: 'flex-shrink-0 rounded-full w-[16px] h-[16px] m-[8px]', | ||
iconPositive: 'i-text-$color-toast-positive-icon', | ||
iconWarning: 'i-text-$color-toast-warning-icon', | ||
iconNegative: 'i-bg-$color-toast-negative-icon', | ||
iconNegative: 'i-text-$color-toast-negative-icon', | ||
iconLoading: 'animate-bounce', | ||
@@ -411,3 +411,3 @@ content: 'self-center mr-8 py-4 last-child:mb-0', | ||
radioButtonsLabelSmall: 'text-12 py-[5px]! px-[8px]!', | ||
icon: 'peer-checked:before:bg-center before:bg-[var(--w-form-check-mark)]', | ||
icon: `peer-checked:before:bg-center before:bg-[url(var(--w-form-check-mark))]`, | ||
a11y: 'sr-only', | ||
@@ -414,0 +414,0 @@ }; |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.104", | ||
"version": "1.0.0-alpha.105", | ||
"description": "WARP component classes", | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
"@semantic-release/git": "^10.0.1", | ||
"@warp-ds/uno": "^1.0.0-alpha.41", | ||
"@warp-ds/uno": "^1.0.0-alpha.45", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -33,0 +33,0 @@ "semantic-release": "^19.0.5", |
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
115026
1410