@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.93 to 1.0.0-alpha.94
10
index.js
@@ -89,9 +89,5 @@ export const attention = { | ||
stepDot: 'rounded-full border-2 h-20 w-20 transition-colors duration-300 i-text-$color-stepindicator-handle-icon', | ||
stepDotVertical: '', | ||
stepDotVerticalLeft: '', | ||
stepDotVerticalRight: 'col-start-2', | ||
stepDotHorizontal: 'row-start-2 justify-self-end', | ||
stepDotActive: 'i-border-$color-stepindicator-handle-border-active i-bg-$color-stepindicator-handle-background-active', | ||
stepDotComplete: 'i-border-$color-stepindicator-handle-border-active i-bg-$color-stepindicator-handle-background-active', | ||
stepDotIncomplete: 'i-border-$color-stepindicator-handle-border i-bg-$color-stepindicator-handle-background', | ||
@@ -101,3 +97,2 @@ | ||
stepLineVertical: 'w-2 h-full justify-self-center', | ||
stepLineVerticalLeft: '', | ||
stepLineVerticalRight: 'col-start-2', | ||
@@ -116,2 +111,7 @@ stepLineHorizontal: 'h-2 w-full row-start-2', | ||
export const steps = { | ||
steps: 'w-full', | ||
stepsHorizontal: 'flex', | ||
} | ||
export const card = { | ||
@@ -118,0 +118,0 @@ card: 'cursor-pointer overflow-hidden relative transition-all', |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.93", | ||
"version": "1.0.0-alpha.94", | ||
"description": "WARP component classes", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
83986