@gardenfi/garden-book 0.1.53 → 0.1.54
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 +7 -3
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -13278,11 +13278,15 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
|
|
|
13278
13278
|
)
|
|
13279
13279
|
]
|
|
13280
13280
|
}
|
|
13281
|
-
), CheckBox$1 = ({
|
|
13281
|
+
), CheckBox$1 = ({
|
|
13282
|
+
checked: e,
|
|
13283
|
+
className: t,
|
|
13284
|
+
...i
|
|
13285
|
+
}) => e ? /* @__PURE__ */ jsx(Checked, {}) : /* @__PURE__ */ jsx(
|
|
13282
13286
|
"div",
|
|
13283
13287
|
{
|
|
13284
|
-
className:
|
|
13285
|
-
...
|
|
13288
|
+
className: `gf-w-4 gf-h-4 gf-border-2 gf-border-dark-grey gf-rounded-sm ${t}`,
|
|
13289
|
+
...i
|
|
13286
13290
|
}
|
|
13287
13291
|
), Chip = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
13288
13292
|
"div",
|