aq-fe-framework 0.1.428 → 0.1.430

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.
@@ -619,7 +619,15 @@ function MySelect(_a) {
619
619
  data: data != null ? data : [],
620
620
  error: isError ? true : void 0,
621
621
  rightSection: isLoading ? /* @__PURE__ */ jsx11(Loader, { size: "xs" }) : void 0,
622
- disabled: isLoading || isError
622
+ disabled: isLoading || isError,
623
+ styles: (theme) => ({
624
+ input: rest.readOnly ? {
625
+ backgroundColor: const_object_colors.mantineBackgroundTertiary,
626
+ fontWeight: 500,
627
+ cursor: "default",
628
+ borderColor: theme.colors.gray[4]
629
+ } : {}
630
+ })
623
631
  }, rest)
624
632
  );
625
633
  }
@@ -727,7 +735,6 @@ function MyTextInput(_a) {
727
735
  styles: (theme) => ({
728
736
  input: rest.readOnly ? {
729
737
  backgroundColor: const_object_colors.mantineBackgroundTertiary,
730
- color: theme.colors.dark[7],
731
738
  fontWeight: 500,
732
739
  cursor: "default",
733
740
  borderColor: theme.colors.gray[4]
@@ -13,7 +13,7 @@ import {
13
13
  MyStatsCard,
14
14
  MyTextInput,
15
15
  MyWeeklySessionSchedulerPicker
16
- } from "../chunk-DH57RHGE.mjs";
16
+ } from "../chunk-OF6YLTFJ.mjs";
17
17
  import "../chunk-RZBHPPQT.mjs";
18
18
  import "../chunk-GFEMKKFH.mjs";
19
19
  import "../chunk-OMJJAHOC.mjs";
@@ -38,14 +38,11 @@ import {
38
38
  createGenericStore
39
39
  } from "../chunk-Y3YGC5IH.mjs";
40
40
  import "../chunk-5U2JSHSJ.mjs";
41
- import {
42
- enum_emailConfigModule
43
- } from "../chunk-VH4ZAD6M.mjs";
44
41
  import {
45
42
  MyButton as MyButton2,
46
43
  MyDataTableSelectOne,
47
44
  MyTextInput as MyTextInput2
48
- } from "../chunk-DH57RHGE.mjs";
45
+ } from "../chunk-OF6YLTFJ.mjs";
49
46
  import {
50
47
  MyDataTable,
51
48
  MyFlexColumn,
@@ -57,6 +54,9 @@ import {
57
54
  import {
58
55
  const_object_colors
59
56
  } from "../chunk-OMJJAHOC.mjs";
57
+ import {
58
+ enum_emailConfigModule
59
+ } from "../chunk-VH4ZAD6M.mjs";
60
60
  import "../chunk-K6S7R6LU.mjs";
61
61
  import {
62
62
  baseAxios_default,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.428",
45
+ "version": "0.1.430",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"