beca-ui 2.1.1-beta.30 → 2.1.1-beta.31
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 +4 -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)",
|
|
@@ -93582,8 +93583,8 @@ const e7 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
93582
93583
|
},
|
|
93583
93584
|
Descriptions: {
|
|
93584
93585
|
...G0,
|
|
93585
|
-
|
|
93586
|
-
|
|
93586
|
+
labelBg: "var(--primary-background-color)",
|
|
93587
|
+
labelColor: "red"
|
|
93587
93588
|
},
|
|
93588
93589
|
ColorPicker: {
|
|
93589
93590
|
...G0
|
|
@@ -100395,7 +100396,7 @@ const h8 = Cu({
|
|
|
100395
100396
|
}, [D]);
|
|
100396
100397
|
const Me = bn(() => {
|
|
100397
100398
|
var Te, ze;
|
|
100398
|
-
|
|
100399
|
+
return {
|
|
100399
100400
|
...u2,
|
|
100400
100401
|
token: {
|
|
100401
100402
|
...u2.token,
|
|
@@ -100407,7 +100408,6 @@ const h8 = Cu({
|
|
|
100407
100408
|
...(ze = e.themeConfig) == null ? void 0 : ze.components
|
|
100408
100409
|
}
|
|
100409
100410
|
};
|
|
100410
|
-
return console.log($e), $e;
|
|
100411
100411
|
}, [u2, pe]);
|
|
100412
100412
|
return /* @__PURE__ */ P(vyt, { language: _ ?? "vi", theme: Me, children: /* @__PURE__ */ P(
|
|
100413
100413
|
h8.Provider,
|