@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.44 to 1.0.0-alpha.45
16
index.js
@@ -82,3 +82,4 @@ export const attention = { | ||
stepVerticalRight: 'grid-cols-[1fr_20px] text-right', | ||
stepHorizontal: ' group/steph grid-rows-[auto_20px] grid-cols-[1fr_20px_1fr] flex-1 grid gap-y-16 items-center', | ||
stepHorizontal: | ||
'group/steph grid-rows-[auto_20px] grid-cols-[1fr_20px_1fr] flex-1 grid gap-y-16 items-center', | ||
@@ -91,5 +92,8 @@ stepDot: 'rounded-full border-2 h-20 w-20 transition-colors duration-300', | ||
stepDotActive: 'i-border-$color-step-indicator-handle-border-active i-bg-$color-step-indicator-handle-background-active i-text-$color-step-indicator-handle-background-active', | ||
stepDotComplete: 'i-border-$color-step-indicator-handle-border-active i-bg-$color-step-indicator-handle-background-active i-text-$color-step-indicator-icon', | ||
stepDotIncomplete: 'i-border-$color-step-indicator-handle-border i-bg-$color-step-indicator-handle-background i-text-$color-step-indicator-icon', | ||
stepDotActive: | ||
'i-border-$color-stepindicator-handle-border-active i-bg-$color-stepindicator-handle-background-active i-text-$color-stepindicator-handle-background-active', | ||
stepDotComplete: | ||
'i-border-$color-stepindicator-handle-border-active i-bg-$color-stepindicator-handle-background-active i-text-$color-stepindicator-icon', | ||
stepDotIncomplete: | ||
'i-border-$color-stepindicator-handle-border i-bg-$color-stepindicator-handle-background i-text-$color-stepindicator-icon', | ||
@@ -104,4 +108,4 @@ stepLine: 'group-last/stepv:hidden transition-colors duration-300', | ||
stepLineIncomplete: 'i-bg-$color-step-indicator-track-background', | ||
stepLineComplete: 'i-bg-$color-step-indicator-track-background-active', | ||
stepLineIncomplete: 'i-bg-$color-stepindicator-track-background', | ||
stepLineComplete: 'i-bg-$color-stepindicator-track-background-active', | ||
@@ -108,0 +112,0 @@ content: 'last:mb-0 group-last/step:last:pb-0', |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.44", | ||
"version": "1.0.0-alpha.45", | ||
"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
392
53083