aq-fe-framework 0.1.481 → 0.1.482

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.
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { t as type_action } from '../types-B5rmBuXz.mjs';
3
- import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps, TextProps, PaperProps, GroupProps, BadgeProps, ThemeIconProps, InputWrapperProps, SelectProps, TextInputProps, FlexProps } from '@mantine/core';
3
+ import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps, TextProps, PaperProps, GroupProps, BadgeProps, MantineColor, ThemeIconProps, InputWrapperProps, SelectProps, TextInputProps, FlexProps } from '@mantine/core';
4
4
  import { ReactNode, ButtonHTMLAttributes } from 'react';
5
5
  import { M as MyApiResponse } from '../createBaseApi-D9OK2lA_.mjs';
6
6
  import { AxiosResponse } from 'axios';
@@ -104,7 +104,7 @@ declare function MyLabelValueRow({ label, value, labelProps, valueProps, groupPr
104
104
  interface MyPaperTagProps extends PaperProps {
105
105
  children?: string;
106
106
  badgeProps?: BadgeProps;
107
- bg?: string;
107
+ bg?: MantineColor;
108
108
  label?: string;
109
109
  labelProps?: TextProps;
110
110
  }
@@ -11,6 +11,9 @@ import {
11
11
  import {
12
12
  U0DateToDDMMYYYString
13
13
  } from "../chunk-EWDS5IOF.mjs";
14
+ import {
15
+ enum_emailConfigModule
16
+ } from "../chunk-VH4ZAD6M.mjs";
14
17
  import {
15
18
  MyButton as MyButton2,
16
19
  MyDataTableSelectOne,
@@ -52,9 +55,6 @@ import {
52
55
  import {
53
56
  const_object_colors
54
57
  } 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,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.481",
45
+ "version": "0.1.482",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"