aq-fe-framework 0.1.145 → 0.1.147

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.
@@ -612,8 +612,8 @@ function MySwitchTheme() {
612
612
  radius: "md",
613
613
  "aria-label": "Toggle color scheme ",
614
614
  children: [
615
- colorScheme == "dark" && /* @__PURE__ */ jsx15(IconSun, { width: "22px", height: "22px", stroke: 1.5 }),
616
- colorScheme == "light" && /* @__PURE__ */ jsx15(IconMoon, { width: "22px", height: "22px", stroke: 1.5 })
615
+ computedColorScheme == "dark" && /* @__PURE__ */ jsx15(IconSun, { width: "22px", height: "22px", stroke: 1.5 }),
616
+ computedColorScheme == "light" && /* @__PURE__ */ jsx15(IconMoon, { width: "22px", height: "22px", stroke: 1.5 })
617
617
  ]
618
618
  }
619
619
  );
@@ -66,7 +66,7 @@ import {
66
66
  useS_BasicAppShell,
67
67
  useS_ButtonImport,
68
68
  utils_layout_getItemsWithoutLinks
69
- } from "../chunk-MOP3KCFQ.mjs";
69
+ } from "../chunk-MIE7FBC3.mjs";
70
70
  import "../chunk-Z6OQG54Q.mjs";
71
71
  import "../chunk-Y3YGC5IH.mjs";
72
72
  import "../chunk-5U2JSHSJ.mjs";
@@ -24,7 +24,7 @@ import {
24
24
  groupToTwoLevels,
25
25
  useS_authenticate,
26
26
  utils_layout_getItemsWithoutLinks
27
- } from "../chunk-MOP3KCFQ.mjs";
27
+ } from "../chunk-MIE7FBC3.mjs";
28
28
  import {
29
29
  baseAxios_default,
30
30
  useQ_AQ_GetAQModule
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.145",
25
+ "version": "0.1.147",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"