@gardenfi/garden-book 0.1.0 → 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 +12 -13
- 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: {
|
|
@@ -12075,8 +12074,8 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
|
|
|
12075
12074
|
y2: "14.9832",
|
|
12076
12075
|
gradientUnits: "userSpaceOnUse",
|
|
12077
12076
|
children: [
|
|
12078
|
-
/* @__PURE__ */ jsx("stop", {
|
|
12079
|
-
/* @__PURE__ */ jsx("stop", { offset: "1",
|
|
12077
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#03D1CF", stopOpacity: "0.988" }),
|
|
12078
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#4E09F8" })
|
|
12080
12079
|
]
|
|
12081
12080
|
}
|
|
12082
12081
|
) })
|
|
@@ -12154,8 +12153,8 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
|
|
|
12154
12153
|
y2: "18.2113",
|
|
12155
12154
|
gradientUnits: "userSpaceOnUse",
|
|
12156
12155
|
children: [
|
|
12157
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.1028",
|
|
12158
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.999",
|
|
12156
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.1028", stopColor: "#00FFAA" }),
|
|
12157
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.999", stopColor: "#5F00FA" })
|
|
12159
12158
|
]
|
|
12160
12159
|
}
|
|
12161
12160
|
) })
|
|
@@ -12380,12 +12379,12 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
|
|
|
12380
12379
|
y2: "21.2625",
|
|
12381
12380
|
gradientUnits: "userSpaceOnUse",
|
|
12382
12381
|
children: [
|
|
12383
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.02",
|
|
12384
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.08",
|
|
12385
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.16",
|
|
12386
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.42",
|
|
12387
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.68",
|
|
12388
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.9",
|
|
12382
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.02", stopColor: "#0000FF" }),
|
|
12383
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.08", stopColor: "#0094FF" }),
|
|
12384
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.16", stopColor: "#48FF91" }),
|
|
12385
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.42", stopColor: "#0094FF" }),
|
|
12386
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.68", stopColor: "#0038FF" }),
|
|
12387
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.9", stopColor: "#0500FF" })
|
|
12389
12388
|
]
|
|
12390
12389
|
}
|
|
12391
12390
|
) })
|