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

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiedinc-public/shared-ui-elements",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "A set of UI components, utilities that is shareable with the core apps.",
5
5
  "private": false,
6
6
  "keywords": [],
@@ -94,7 +94,23 @@ export const CustomAlertComponent = forwardRef<
94
94
  CustomAlertComponentProps
95
95
  >(
96
96
  (
97
- { id, message, severity, alertAction, sx, showCloseIcon = true, ...props },
97
+ {
98
+ id,
99
+ message,
100
+ severity,
101
+ alertAction,
102
+ sx,
103
+ showCloseIcon = true,
104
+
105
+ // remove these props because they were triggering warnings. They are not used in this component anyway
106
+ persist,
107
+ hideIconVariant,
108
+ autoHideDuration,
109
+ anchorOrigin,
110
+ iconVariant,
111
+
112
+ ...props
113
+ },
98
114
  ref,
99
115
  ) => {
100
116
  return (