@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/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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datavac/ui-kit",
3
- "version": "1.0.7",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",