@m4l/components 9.1.81 → 9.1.82

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,15 +1,14 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { ToastContainer as ToastContainer$1 } from "react-toastify";
3
3
  import { T as TOAST_KEY_COMPONENT, D as DEFAULT_CLOSE_TIME } from "./constants.js";
4
4
  import { g as getPropDataTestId } from "../../test/getNameDataTestId.js";
5
5
  import "react-toastify/dist/ReactToastify.min.css";
6
- import { A as AppearanceComponentProvider } from "../../contexts/AppearanceComponentContext/AppearanceComponentContext.js";
7
6
  import { R as RootStyled } from "./slots/toastContainerSlots.js";
8
7
  import { T as ToastContainerSlots } from "./slots/ToastContainerEnum.js";
9
8
  const ToastContainer = (props) => {
10
9
  const { children, fixed = true, dataTestId, ...restProps } = props;
11
10
  const ownerState = { fixed };
12
- return /* @__PURE__ */ jsx(AppearanceComponentProvider, { children: /* @__PURE__ */ jsxs(
11
+ return /* @__PURE__ */ jsxs(
13
12
  RootStyled,
14
13
  {
15
14
  ownerState,
@@ -29,7 +28,7 @@ const ToastContainer = (props) => {
29
28
  children
30
29
  ]
31
30
  }
32
- ) });
31
+ );
33
32
  };
34
33
  export {
35
34
  ToastContainer as T
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.1.81",
3
+ "version": "9.1.82",
4
4
  "license": "UNLICENSED",
5
5
  "lint-staged": {
6
6
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"