@wavelengthusaf/components 4.26.12 → 4.26.14

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.
@@ -7371,9 +7371,6 @@ var WavelengthNotificationPanel = ({
7371
7371
  _react.useEffect.call(void 0, () => {
7372
7372
  const el = ref.current;
7373
7373
  if (!el) return;
7374
- if (typeof rest.onSignOut === "function") {
7375
- el.onSignOut = rest.onSignOut;
7376
- }
7377
7374
  if (username !== void 0) {
7378
7375
  el.username = username;
7379
7376
  }
@@ -910,7 +910,6 @@ interface SampleComponentProps extends React__default.HTMLAttributes<HTMLElement
910
910
  declare const SampleComponent: React__default.FC<SampleComponentProps>;
911
911
 
912
912
  interface WavelengthNotificationPanelProps extends React__default.HTMLAttributes<HTMLElement> {
913
- onSignOut: () => void;
914
913
  username: string;
915
914
  action: Array<{
916
915
  icon?: string;
@@ -910,7 +910,6 @@ interface SampleComponentProps extends React__default.HTMLAttributes<HTMLElement
910
910
  declare const SampleComponent: React__default.FC<SampleComponentProps>;
911
911
 
912
912
  interface WavelengthNotificationPanelProps extends React__default.HTMLAttributes<HTMLElement> {
913
- onSignOut: () => void;
914
913
  username: string;
915
914
  action: Array<{
916
915
  icon?: string;
package/dist/esm/index.js CHANGED
@@ -7371,9 +7371,6 @@ var WavelengthNotificationPanel = ({
7371
7371
  useEffect34(() => {
7372
7372
  const el = ref.current;
7373
7373
  if (!el) return;
7374
- if (typeof rest.onSignOut === "function") {
7375
- el.onSignOut = rest.onSignOut;
7376
- }
7377
7374
  if (username !== void 0) {
7378
7375
  el.username = username;
7379
7376
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wavelengthusaf/components",
3
3
  "author": "563 EWS - Wavelength",
4
4
  "license": "MIT",
5
- "version": "4.26.12",
5
+ "version": "4.26.14",
6
6
  "description": "Common component library used by Wavelength developers",
7
7
  "main": "/dist/cjs/index.cjs",
8
8
  "module": "/dist/esm/index.js",