@cakemail-org/ui-components-v2 2.0.49 → 2.0.50

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.
package/dist/cjs/index.js CHANGED
@@ -9993,7 +9993,7 @@ function GenericWrapper(_a) {
9993
9993
  }
9994
9994
  }, [user]);
9995
9995
  React.useEffect(initPH, []);
9996
- React.useEffect(initHandlers, []);
9996
+ React.useEffect(initHandlers, [mUITheme]);
9997
9997
  function initHandlers() {
9998
9998
  if (!includeHandlers)
9999
9999
  return;
package/dist/esm/index.js CHANGED
@@ -9973,7 +9973,7 @@ function GenericWrapper(_a) {
9973
9973
  }
9974
9974
  }, [user]);
9975
9975
  useEffect(initPH, []);
9976
- useEffect(initHandlers, []);
9976
+ useEffect(initHandlers, [mUITheme]);
9977
9977
  function initHandlers() {
9978
9978
  if (!includeHandlers)
9979
9979
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.0.49",
3
+ "version": "2.0.50",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",