aq-fe-framework 0.1.366 → 0.1.367

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.
@@ -286,11 +286,9 @@ function MyButtonCreateUpdate({
286
286
  }),
287
287
  children: [
288
288
  /* @__PURE__ */ jsx3(
289
- ScrollArea.Autosize,
289
+ ScrollArea,
290
290
  __spreadProps(__spreadValues({
291
- w: modalProps == null ? void 0 : modalProps.size,
292
- offsetScrollbars: true,
293
- mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh"
291
+ h: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh"
294
292
  }, scrollAreaAutosizeProps), {
295
293
  children: /* @__PURE__ */ jsx3(MyFlexColumn, { children })
296
294
  })
@@ -12,7 +12,7 @@ import {
12
12
  MyStatsCard,
13
13
  MyTextInput,
14
14
  MyWeeklySessionSchedulerPicker
15
- } from "../chunk-AHO6TFZV.mjs";
15
+ } from "../chunk-55F4PUFP.mjs";
16
16
  import "../chunk-GEYCGM75.mjs";
17
17
  import "../chunk-7ORPZMGL.mjs";
18
18
  import "../chunk-K6S7R6LU.mjs";
@@ -41,14 +41,11 @@ import "../chunk-5U2JSHSJ.mjs";
41
41
  import {
42
42
  const_object_documentTypes
43
43
  } from "../chunk-BZMQOGL6.mjs";
44
- import {
45
- enum_emailConfigModule
46
- } from "../chunk-VH4ZAD6M.mjs";
47
44
  import {
48
45
  MyButton as MyButton2,
49
46
  MyDataTableSelectOne,
50
47
  MyTextInput as MyTextInput2
51
- } from "../chunk-AHO6TFZV.mjs";
48
+ } from "../chunk-55F4PUFP.mjs";
52
49
  import {
53
50
  MyDataTable,
54
51
  MyFlexColumn,
@@ -57,6 +54,9 @@ import {
57
54
  import {
58
55
  const_object_colors
59
56
  } from "../chunk-7ORPZMGL.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.366",
45
+ "version": "0.1.367",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"