@wavelengthusaf/components 4.26.11 → 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.
- package/README.md +5 -0
- package/dist/cjs/index.cjs +0 -3
- package/dist/cjs/index.d.cts +0 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +0 -3
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/cjs/index.cjs
CHANGED
|
@@ -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
|
}
|
package/dist/cjs/index.d.cts
CHANGED
|
@@ -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.d.ts
CHANGED
|
@@ -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.
|
|
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",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@emotion/styled": "^11.11.0",
|
|
72
72
|
"@mui/icons-material": "^5.16.5",
|
|
73
73
|
"@mui/material": "^5.15.7",
|
|
74
|
-
"@wavelengthusaf/web-components": "^2.0.
|
|
74
|
+
"@wavelengthusaf/web-components": "^2.0.15",
|
|
75
75
|
"react": "^18.0.0",
|
|
76
76
|
"styled-components": "^6.1.12",
|
|
77
77
|
"typescript": "^5.5.2"
|