@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.46 to 1.0.0-alpha.47
12
index.js
@@ -77,2 +77,14 @@ export const attention = { | ||
export const pill = { | ||
pill: 'flex items-center', | ||
button: 'inline-flex items-center py-8 focus:focusable:focus text-12 transition-all', | ||
suggestion: 'i-bg-$color-pill-suggestion-background hover:i-bg-$color-pill-suggestion-background-hover active:i-bg-$color-pill-suggestion-background-active i-text-$color-pill-suggestion-text font-bold', | ||
filter: 'i-bg-$color-pill-filter-background hover:i-bg-$color-pill-filter-background-hover active:i-bg-$color-pill-filter-background-active i-text-$color-pill-filter-text', | ||
label: 'pl-12 rounded-l-full', | ||
labelWithoutClose: 'pr-12 rounded-r-full', | ||
labelWithClose: 'pr-2', | ||
close: 'pr-12 pl-4 py-10 rounded-r-full', | ||
a11y: 'sr-only', | ||
}; | ||
export const step = { | ||
@@ -79,0 +91,0 @@ step: 'group/step', |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.46", | ||
"version": "1.0.0-alpha.47", | ||
"description": "WARP component classes", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -12,2 +12,3 @@ # Warp component classes | ||
- box | ||
- pill | ||
- step | ||
@@ -14,0 +15,0 @@ - card |
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
54755
407
63