@gardenfi/garden-book 0.1.31 → 0.1.32
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/ui.cjs.js +1 -1
- package/dist/ui.es.js +1 -2
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -10769,7 +10769,6 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10769
10769
|
markers
|
|
10770
10770
|
}, buttonStyles = cva(
|
|
10771
10771
|
[
|
|
10772
|
-
"gf-w-full",
|
|
10773
10772
|
"gf-font-satoshi",
|
|
10774
10773
|
"gf-font-bold",
|
|
10775
10774
|
"gf-min-w-32",
|
|
@@ -10823,11 +10822,11 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10823
10822
|
{
|
|
10824
10823
|
ref: f,
|
|
10825
10824
|
className: cn(
|
|
10825
|
+
n,
|
|
10826
10826
|
buttonStyles({
|
|
10827
10827
|
variant: e,
|
|
10828
10828
|
size: t
|
|
10829
10829
|
}),
|
|
10830
|
-
n,
|
|
10831
10830
|
l,
|
|
10832
10831
|
s
|
|
10833
10832
|
),
|