@billgangcom/theme-lib 1.35.1 → 1.36.1
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/builder/constants/theme-settings.d.ts +0 -1
- package/dist/builder.cjs.js +4 -4
- package/dist/builder.es.js +200 -220
- package/dist/{index-fMRXTmQw.js → index-CAh3qv6L.js} +8 -9
- package/dist/{index-miO7bKV5.cjs → index-D1mPV-lW.cjs} +3 -3
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +725 -741
- package/package.json +1 -1
|
@@ -4587,8 +4587,8 @@ const xi = Wt(
|
|
|
4587
4587
|
}
|
|
4588
4588
|
},
|
|
4589
4589
|
borders: {
|
|
4590
|
-
radius:
|
|
4591
|
-
thickness:
|
|
4590
|
+
radius: 10,
|
|
4591
|
+
thickness: 1
|
|
4592
4592
|
},
|
|
4593
4593
|
buttons: {
|
|
4594
4594
|
primary: {
|
|
@@ -4643,13 +4643,12 @@ const xi = Wt(
|
|
|
4643
4643
|
inputs: {
|
|
4644
4644
|
general: {
|
|
4645
4645
|
height: 48,
|
|
4646
|
-
name: "Style Name",
|
|
4647
4646
|
size: 48,
|
|
4648
|
-
color: "
|
|
4647
|
+
color: "#000000"
|
|
4649
4648
|
},
|
|
4650
4649
|
field: {
|
|
4651
4650
|
active: !0,
|
|
4652
|
-
color: "
|
|
4651
|
+
color: "#000000",
|
|
4653
4652
|
opacity: 40
|
|
4654
4653
|
},
|
|
4655
4654
|
border: {
|
|
@@ -4657,12 +4656,12 @@ const xi = Wt(
|
|
|
4657
4656
|
style: "solid",
|
|
4658
4657
|
radius: 0,
|
|
4659
4658
|
thickness: 0,
|
|
4660
|
-
color: "
|
|
4659
|
+
color: "#000000"
|
|
4661
4660
|
},
|
|
4662
4661
|
label: {
|
|
4663
4662
|
height: 48,
|
|
4664
4663
|
size: 48,
|
|
4665
|
-
color: "
|
|
4664
|
+
color: "#000000",
|
|
4666
4665
|
alignment: "left"
|
|
4667
4666
|
}
|
|
4668
4667
|
}
|
|
@@ -7634,7 +7633,7 @@ const $ie = (e) => {
|
|
|
7634
7633
|
return document.body.addEventListener("click", y), () => {
|
|
7635
7634
|
document.body.removeEventListener("click", y);
|
|
7636
7635
|
};
|
|
7637
|
-
}, []),
|
|
7636
|
+
}, []), /* @__PURE__ */ i.jsxs(
|
|
7638
7637
|
"div",
|
|
7639
7638
|
{
|
|
7640
7639
|
className: nr.wrapper,
|
|
@@ -29854,7 +29853,7 @@ const foe = "_button_1gxoe_1", hoe = "_primary_1gxoe_14", poe = "_secondary_1gxo
|
|
|
29854
29853
|
] }),
|
|
29855
29854
|
/* @__PURE__ */ i.jsxs("div", { className: xt.modalContent, children: [
|
|
29856
29855
|
/* @__PURE__ */ i.jsxs("div", { className: xt.top, children: [
|
|
29857
|
-
/* @__PURE__ */ i.jsx("div", {
|
|
29856
|
+
/* @__PURE__ */ i.jsx("div", {}),
|
|
29858
29857
|
/* @__PURE__ */ i.jsxs("div", { children: [
|
|
29859
29858
|
"Selected: ",
|
|
29860
29859
|
s.filter((p) => p.isSelected).length,
|