@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 +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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;
|