@wavelengthusaf/components 4.26.12 → 4.26.15

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,30 +14,45 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
+ ### 4.26.15
18
+
19
+ - 6/5/2026
20
+ - Added Jset test for the `wavelength-confirmation-modal` web component.
21
+
22
+ ### 4.26.14
23
+
24
+ - 6/4/2026
25
+ - Added Jest test for the `wavelength-dialog` web component.
26
+
27
+ ### 4.26.13
28
+
29
+ - 6/3/2026
30
+ - Added Jest test for the `wavelength-pagination` web component.
31
+
17
32
  ### 4.26.12
18
33
 
19
34
  - 6/3/2026
20
- - Added Jest test for `wavelength-planetrail` web component.
35
+ - Added Jest test for the `wavelength-planetrail` web component.
21
36
 
22
37
  ### 4.26.11
23
38
 
24
39
  - 6/2/2026
25
- - Added Jest test for `wavelength-manyplanes` web component.
40
+ - Added Jest test for the `wavelength-manyplanes` web component.
26
41
 
27
42
  ### 4.26.10
28
43
 
29
44
  - 6/2/2026
30
- - Added Jest tests for `wavelength-comment-display` web component.
45
+ - Added Jest tests for the `wavelength-comment-display` web component.
31
46
 
32
47
  ### 4.26.9
33
48
 
34
49
  - 6/1/2026
35
- - Added Jest tests for `wavelength-switch` web component.
50
+ - Added Jest tests for the `wavelength-switch` web component.
36
51
 
37
52
  ### 4.26.8
38
53
 
39
54
  - 6/1/2026
40
- - Added Jest tests for `wavelength-menu` web component.
55
+ - Added Jest tests for the `wavelength-menu` web component.
41
56
 
42
57
  ### 4.26.7
43
58
 
@@ -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.15",
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.15",
74
+ "@wavelengthusaf/web-components": "^2.0.18",
75
75
  "react": "^18.0.0",
76
76
  "styled-components": "^6.1.12",
77
77
  "typescript": "^5.5.2"