@verifiedinc-public/shared-ui-elements 0.14.1 → 0.14.2

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.
@@ -19696,7 +19696,6 @@ function iM() {
19696
19696
  d6(n, {
19697
19697
  severity: o,
19698
19698
  variant: "customAlertComponent",
19699
- persist: !0,
19700
19699
  ...i
19701
19700
  });
19702
19701
  }, closeSnackbar: d0 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiedinc-public/shared-ui-elements",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "A set of UI components, utilities that is shareable with the core apps.",
5
5
  "private": false,
6
6
  "keywords": [],
@@ -71,7 +71,6 @@ export function useSnackbar(): {
71
71
  _enqueueSnackbar(message, {
72
72
  severity,
73
73
  variant: 'customAlertComponent',
74
- persist: true,
75
74
  ...options,
76
75
  });
77
76
  };