beca-ui 2.1.1-beta.30 → 2.1.1-beta.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/beca-ui.js +7 -4
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -93524,6 +93524,7 @@ const e7 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
93524
93524
|
colorError: "var(--danger-color-5)",
|
|
93525
93525
|
colorInfo: "var(--info-color-5)"
|
|
93526
93526
|
}, Kit = {
|
|
93527
|
+
colorTextSecondary: "var(--secondary-text-color)",
|
|
93527
93528
|
colorTextPlaceholder: " var(--input-placeholder-color)",
|
|
93528
93529
|
colorBorder: "var(--input-border-color)"
|
|
93529
93530
|
// colorFillTertiary: "var(--fill-form-control-bg-color)",
|
|
@@ -93580,10 +93581,13 @@ const e7 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
93580
93581
|
...G0,
|
|
93581
93582
|
controlItemBgActive: "var(--primary-color-1)"
|
|
93582
93583
|
},
|
|
93584
|
+
Collapse: {
|
|
93585
|
+
headerBg: "var(--primary-background-color)"
|
|
93586
|
+
},
|
|
93583
93587
|
Descriptions: {
|
|
93584
93588
|
...G0,
|
|
93585
|
-
|
|
93586
|
-
|
|
93589
|
+
labelBg: "var(--primary-background-color)",
|
|
93590
|
+
labelColor: "red"
|
|
93587
93591
|
},
|
|
93588
93592
|
ColorPicker: {
|
|
93589
93593
|
...G0
|
|
@@ -100395,7 +100399,7 @@ const h8 = Cu({
|
|
|
100395
100399
|
}, [D]);
|
|
100396
100400
|
const Me = bn(() => {
|
|
100397
100401
|
var Te, ze;
|
|
100398
|
-
|
|
100402
|
+
return {
|
|
100399
100403
|
...u2,
|
|
100400
100404
|
token: {
|
|
100401
100405
|
...u2.token,
|
|
@@ -100407,7 +100411,6 @@ const h8 = Cu({
|
|
|
100407
100411
|
...(ze = e.themeConfig) == null ? void 0 : ze.components
|
|
100408
100412
|
}
|
|
100409
100413
|
};
|
|
100410
|
-
return console.log($e), $e;
|
|
100411
100414
|
}, [u2, pe]);
|
|
100412
100415
|
return /* @__PURE__ */ P(vyt, { language: _ ?? "vi", theme: Me, children: /* @__PURE__ */ P(
|
|
100413
100416
|
h8.Provider,
|