asma-core-ui 1.5.0 → 1.5.1

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.
@@ -4418,9 +4418,9 @@ const Ua = Ce((e) => /* @__PURE__ */ J(no, { variant: e.variant || "contained",
4418
4418
  .Mui-focusVisible {
4419
4419
  background: var(--colors-primary-100);
4420
4420
  }
4421
- `, lc = Ce(({ InputLabelProps: e, label: t, size: r = "small", ...n }) => /* @__PURE__ */ sn(lo, { children: [
4422
- /* @__PURE__ */ J(za, { id: `${n.id}-label`, ...e, children: t }),
4423
- /* @__PURE__ */ J(fo, { "aria-labelledby": `${n.id}-label`, ...n, size: r })
4421
+ `, lc = Ce(({ FormControlProps: e, InputLabelProps: t, label: r, size: n = "small", ...o }) => /* @__PURE__ */ sn(lo, { ...e, children: [
4422
+ /* @__PURE__ */ J(za, { id: `${o.id}-label`, ...t, children: r }),
4423
+ /* @__PURE__ */ J(fo, { "aria-labelledby": `${o.id}-label`, ...o, size: n })
4424
4424
  ] }))``, fc = Ce(({ onCloseText: e, children: t, onClose: r, ...n }) => /* @__PURE__ */ J(po, { ...n, onClose: r, style: {
4425
4425
  zIndex: 999
4426
4426
  }, children: /* @__PURE__ */ sn("div", { className: Qt("w-full max-w-[37.5rem] p-4 sm:min-w-[20rem] md:min-w-[37.5rem]"), children: [
@@ -1,2 +1,6 @@
1
- import { type TextFieldProps } from '@mui/material';
2
- export declare const StyledTextField: import("@emotion/styled").StyledComponent<TextFieldProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
1
+ import { type FormControlProps, type TextFieldProps } from '@mui/material';
2
+ type StyledTextFieldProps = TextFieldProps & {
3
+ FormControlProps?: FormControlProps;
4
+ };
5
+ export declare const StyledTextField: import("@emotion/styled").StyledComponent<StyledTextFieldProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
+ export {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.5.0",
6
+ "version": "1.5.1",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",