@wavelengthusaf/components 1.2.9 → 1.3.0

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/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
- ## 1.2.9
17
+ ## 1.3.0
18
18
 
19
19
  - Updated Footer and Snackbar component, added a basic File Download component.
20
20
 
package/dist/index.d.mts CHANGED
@@ -322,6 +322,7 @@ declare function WavelengthPopUpMenu({ menuItems, customIcon, width, menuDirecti
322
322
  interface ConfirmationSnackbarProps {
323
323
  show: boolean;
324
324
  setShow: (show: boolean) => void;
325
+ closeIcon: ReactNode | React__default.JSX.Element;
325
326
  message?: string;
326
327
  snackBarColor?: string;
327
328
  textColor?: string;
package/dist/index.d.ts CHANGED
@@ -322,6 +322,7 @@ declare function WavelengthPopUpMenu({ menuItems, customIcon, width, menuDirecti
322
322
  interface ConfirmationSnackbarProps {
323
323
  show: boolean;
324
324
  setShow: (show: boolean) => void;
325
+ closeIcon: ReactNode | React__default.JSX.Element;
325
326
  message?: string;
326
327
  snackBarColor?: string;
327
328
  textColor?: string;