aq-fe-framework 0.1.482 → 0.1.484
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.
@@ -455,7 +455,6 @@ function MyLabelValueRow({
|
|
455
455
|
import {
|
456
456
|
Badge,
|
457
457
|
Paper as Paper2,
|
458
|
-
rgba,
|
459
458
|
Stack as Stack2,
|
460
459
|
Text as Text4,
|
461
460
|
useMantineTheme
|
@@ -477,9 +476,9 @@ function MyPaperTag(_a) {
|
|
477
476
|
]);
|
478
477
|
var _a2, _b2, _c, _d;
|
479
478
|
const theme = useMantineTheme();
|
480
|
-
const bgColor = (
|
481
|
-
const borderColor = (
|
482
|
-
const badgeColor = (_c = theme.colors[bg]) == null ? void 0 : _c[
|
479
|
+
const bgColor = (_a2 = theme.colors[bg]) == null ? void 0 : _a2[0];
|
480
|
+
const borderColor = (_b2 = theme.colors[bg]) == null ? void 0 : _b2[4];
|
481
|
+
const badgeColor = (_c = theme.colors[bg]) == null ? void 0 : _c[9];
|
483
482
|
return /* @__PURE__ */ jsxs7(Stack2, { gap: 5, children: [
|
484
483
|
/* @__PURE__ */ jsx14(Text4, __spreadProps(__spreadValues({ fw: "500", size: "sm" }, labelProps), { children: label })),
|
485
484
|
/* @__PURE__ */ jsx14(
|
package/dist/core/index.mjs
CHANGED
@@ -11,14 +11,11 @@ import {
|
|
11
11
|
import {
|
12
12
|
U0DateToDDMMYYYString
|
13
13
|
} from "../chunk-EWDS5IOF.mjs";
|
14
|
-
import {
|
15
|
-
enum_emailConfigModule
|
16
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
17
14
|
import {
|
18
15
|
MyButton as MyButton2,
|
19
16
|
MyDataTableSelectOne,
|
20
17
|
MyTextInput as MyTextInput2
|
21
|
-
} from "../chunk-
|
18
|
+
} from "../chunk-J7XA3G3T.mjs";
|
22
19
|
import {
|
23
20
|
F_authenticate_Logout,
|
24
21
|
MyActionIconDelete,
|
@@ -55,6 +52,9 @@ import {
|
|
55
52
|
import {
|
56
53
|
const_object_colors
|
57
54
|
} from "../chunk-OMJJAHOC.mjs";
|
55
|
+
import {
|
56
|
+
enum_emailConfigModule
|
57
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
58
58
|
import "../chunk-K6S7R6LU.mjs";
|
59
59
|
import {
|
60
60
|
baseAxios_default,
|