@veritree/ui 0.21.1-1 → 0.21.1-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.21.1-1",
3
+ "version": "0.21.1-2",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -11,7 +11,7 @@
11
11
  ? 'button'
12
12
  : isIcon
13
13
  ? 'inline-flex items-center justify-center rounded-full [&_svg]:max-h-full [&_svg]:max-w-full'
14
- : 'inline-flex rounded border border-solid px-4 text-sm font-semibold leading-none no-underline transition-all',
14
+ : 'relative inline-flex rounded border border-solid px-4 text-sm font-semibold leading-none no-underline transition-all',
15
15
  // variant styles
16
16
  headless
17
17
  ? `button--${variant}`