@gardenfi/garden-book 0.1.1 → 0.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/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +2 -3
- 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-text-white",
|
|
10773
10772
|
"gf-w-full",
|
|
10774
10773
|
"gf-font-satoshi",
|
|
10775
10774
|
"gf-font-bold",
|
|
@@ -10781,8 +10780,8 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10781
10780
|
{
|
|
10782
10781
|
variants: {
|
|
10783
10782
|
variant: {
|
|
10784
|
-
primary: "gf-bg-button-primary",
|
|
10785
|
-
secondary: "gf-bg-button-secondary",
|
|
10783
|
+
primary: "gf-text-white gf-bg-button-primary",
|
|
10784
|
+
secondary: "gf-text-white gf-bg-button-secondary",
|
|
10786
10785
|
disabled: "gf-bg-button-disabled-bg gf-text-button-disabled-text gf-cursor-not-allowed"
|
|
10787
10786
|
},
|
|
10788
10787
|
size: {
|