@wavelengthusaf/components 4.24.5 → 4.26.1
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 +15 -0
- package/dist/cjs/index.cjs +2439 -3790
- package/dist/cjs/index.d.cts +70 -237
- package/dist/esm/index.d.ts +70 -237
- package/dist/esm/index.js +2970 -4321
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -14,6 +14,21 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 5.0.3
|
|
18
|
+
|
|
19
|
+
- 5/21/2026
|
|
20
|
+
- Added Jest test for `wavelength-checkbox-list` web component
|
|
21
|
+
|
|
22
|
+
### 5.0.2
|
|
23
|
+
|
|
24
|
+
- 5/15/2026
|
|
25
|
+
- Added Jest test for `wavelength-sidebar` web component
|
|
26
|
+
|
|
27
|
+
### 5.0.1
|
|
28
|
+
|
|
29
|
+
- 5/15/2026
|
|
30
|
+
- Added Jest tests for wavelength-banner web component
|
|
31
|
+
|
|
17
32
|
### 4.4.1
|
|
18
33
|
|
|
19
34
|
- 2/25/2026
|