@wavelengthusaf/components 2.8.1 → 2.9.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 +5 -0
- package/dist/cjs/index.cjs +586 -338
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +22 -17
- package/dist/esm/index.d.ts +22 -17
- package/dist/esm/index.js +612 -364
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,11 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 2.9.0
|
|
18
|
+
- 4/25/2025
|
|
19
|
+
- New Alert Component
|
|
20
|
+
- Added tests for new components (Alert Component)
|
|
21
|
+
|
|
17
22
|
### 2.8.1
|
|
18
23
|
- 4/18/2024
|
|
19
24
|
- Created test for the Wavelength Comment Display
|