@veritree/ui 0.12.1 → 0.12.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -5,7 +5,7 @@
5
5
  :to="to"
6
6
  :class="{
7
7
  MenuItem: headless,
8
- '-mx-3 flex min-w-max items-center gap-2 px-3 py-2 text-inherit no-underline':
8
+ '-mx-3 flex min-w-max items-center gap-3 px-3 py-2 text-inherit no-underline':
9
9
  !headless,
10
10
  'hover:bg-secondary-200/10': !dark,
11
11
  'text-white hover:bg-fd-450 focus:bg-fd-450': dark,