@wavelengthusaf/components 5.0.2 → 5.0.5
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 +118 -0
- package/dist/cjs/index.cjs +687 -148
- package/dist/cjs/index.d.cts +43 -6
- package/dist/esm/index.d.ts +43 -6
- package/dist/esm/index.js +910 -371
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,6 +14,124 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 5.0.5
|
|
18
|
+
|
|
19
|
+
- 6/26/2026
|
|
20
|
+
- Cleaned up unused and deprecated MUI-based React components.
|
|
21
|
+
- Removed MUI dependencies from the package (`@mui/material`, `@mui/icons-material`, `@emotion/react`, `@emotion/styled`).
|
|
22
|
+
- Deleted the following components: `WavelengthAlert`, `WavelengthStandardSnackbar`, `WavelengthDropdownButton`, `WavelengthBox`, and `WavelengthFooter`.
|
|
23
|
+
### 4.27.3
|
|
24
|
+
|
|
25
|
+
- 6/23/2026
|
|
26
|
+
- Added Jest informational test for the `sample-component` web component.
|
|
27
|
+
|
|
28
|
+
### 4.27.2
|
|
29
|
+
|
|
30
|
+
- 6/17/2026
|
|
31
|
+
- Added Jest test for the `wavelength-alert` web component.
|
|
32
|
+
|
|
33
|
+
### 4.27.1
|
|
34
|
+
|
|
35
|
+
- 6/15/2026
|
|
36
|
+
- Added Jest test for the `wavelength-date-picker` web component.
|
|
37
|
+
|
|
38
|
+
### 4.26.17
|
|
39
|
+
|
|
40
|
+
- 6/8/2026
|
|
41
|
+
- Added Jest test for the `wavelength-search` web component.
|
|
42
|
+
|
|
43
|
+
### 4.26.16
|
|
44
|
+
|
|
45
|
+
- 6/8/2026
|
|
46
|
+
- Added Jest test for the `wavelength-data-grid` web component.
|
|
47
|
+
|
|
48
|
+
### 4.26.15
|
|
49
|
+
|
|
50
|
+
- 6/5/2026
|
|
51
|
+
- Added Jest test for the `wavelength-confirmation-modal` web component.
|
|
52
|
+
|
|
53
|
+
### 4.26.14
|
|
54
|
+
|
|
55
|
+
- 6/4/2026
|
|
56
|
+
- Added Jest test for the `wavelength-dialog` web component.
|
|
57
|
+
|
|
58
|
+
### 4.26.13
|
|
59
|
+
|
|
60
|
+
- 6/3/2026
|
|
61
|
+
- Added Jest test for the `wavelength-pagination` web component.
|
|
62
|
+
|
|
63
|
+
### 4.26.12
|
|
64
|
+
|
|
65
|
+
- 6/3/2026
|
|
66
|
+
- Added Jest test for the `wavelength-planetrail` web component.
|
|
67
|
+
|
|
68
|
+
### 4.26.11
|
|
69
|
+
|
|
70
|
+
- 6/2/2026
|
|
71
|
+
- Added Jest test for the `wavelength-manyplanes` web component.
|
|
72
|
+
|
|
73
|
+
### 4.26.10
|
|
74
|
+
|
|
75
|
+
- 6/2/2026
|
|
76
|
+
- Added Jest tests for the `wavelength-comment-display` web component.
|
|
77
|
+
|
|
78
|
+
### 4.26.9
|
|
79
|
+
|
|
80
|
+
- 6/1/2026
|
|
81
|
+
- Added Jest tests for the `wavelength-switch` web component.
|
|
82
|
+
|
|
83
|
+
### 4.26.8
|
|
84
|
+
|
|
85
|
+
- 6/1/2026
|
|
86
|
+
- Added Jest tests for the `wavelength-menu` web component.
|
|
87
|
+
|
|
88
|
+
### 4.26.7
|
|
89
|
+
|
|
90
|
+
- 5/26/2026
|
|
91
|
+
- Added Jest test file for the `wavelength-slider` web component.
|
|
92
|
+
|
|
93
|
+
### 4.26.6
|
|
94
|
+
|
|
95
|
+
- 5/26/2026
|
|
96
|
+
- Added Jest tests for the `wavelength-snackbar` web component.
|
|
97
|
+
|
|
98
|
+
### 4.26.5
|
|
99
|
+
|
|
100
|
+
- 5/28/2026
|
|
101
|
+
- Added a Jest test file for the `wavelength-popup-menu` web component.
|
|
102
|
+
|
|
103
|
+
### 4.26.4
|
|
104
|
+
|
|
105
|
+
- 5/26/2026
|
|
106
|
+
- Added Jest tests for the `wavelength-tooltip` web component.
|
|
107
|
+
|
|
108
|
+
### 4.26.3
|
|
109
|
+
|
|
110
|
+
- 5/21/2026
|
|
111
|
+
- Added Jest test for `wavelength-title-bar` web component
|
|
112
|
+
|
|
113
|
+
### 4.26.2
|
|
114
|
+
|
|
115
|
+
- 5/19/2026
|
|
116
|
+
- Added Jest test for `wavelength-dropdown` web component
|
|
117
|
+
|
|
118
|
+
## 4.26.1 Rollback
|
|
119
|
+
|
|
120
|
+
### 5.0.4
|
|
121
|
+
|
|
122
|
+
- 5/19/2026
|
|
123
|
+
- Added Jest test for `wavelength-checkbox-list` web component
|
|
124
|
+
|
|
125
|
+
### 5.0.3
|
|
126
|
+
|
|
127
|
+
- 5/18/2026
|
|
128
|
+
- Added Jest test for `wavelength-badge` web component
|
|
129
|
+
|
|
130
|
+
### 5.0.2
|
|
131
|
+
|
|
132
|
+
- 5/15/2026
|
|
133
|
+
- Added Jest test for `wavelength-sidebar` web component
|
|
134
|
+
|
|
17
135
|
### 5.0.1
|
|
18
136
|
|
|
19
137
|
- 5/15/2026
|