@datavac/ui-kit 1.0.7 → 1.1.0
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/components/Button/Button.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1853,6 +1853,7 @@ var ht = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, gt = g, _t =
|
|
|
1853
1853
|
variants: {
|
|
1854
1854
|
variant: {
|
|
1855
1855
|
primary: "bg-accent text-white hover:bg-accent-hover",
|
|
1856
|
+
secondary: "bg-interactive text-fg hover:opacity-90",
|
|
1856
1857
|
dark: "bg-neutral text-white hover:opacity-90"
|
|
1857
1858
|
},
|
|
1858
1859
|
size: {
|