eai-frontend-components 2.0.62 → 2.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +8 -8
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -119,6 +119,7 @@ const buttonVariants = classVarianceAuthority.cva('inline-flex items-center just
|
|
|
119
119
|
variants: {
|
|
120
120
|
variant: {
|
|
121
121
|
default: 'bg-background-primary text-white hover:bg-background-primary-hover disabled:opacity-50',
|
|
122
|
+
primary: 'bg-background-primary text-white hover:bg-background-primary-hover disabled:opacity-50',
|
|
122
123
|
secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary-hover disabled:opacity-50',
|
|
123
124
|
destructive: 'bg-red-600 text-destructive-foreground hover:bg-destructive/90 disabled:opacity-50',
|
|
124
125
|
outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground disabled:opacity-50',
|