@wavelengthusaf/components 2.9.0 → 2.9.2
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 +9 -0
- package/dist/cjs/index.cjs +578 -333
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +17 -15
- package/dist/esm/index.d.ts +17 -15
- package/dist/esm/index.js +605 -360
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,15 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 2.9.2
|
|
18
|
+
- 5/02/2025
|
|
19
|
+
- Minor fix to exports
|
|
20
|
+
|
|
21
|
+
### 2.9.1
|
|
22
|
+
- 5/02/2025
|
|
23
|
+
- WavelengthButton updated; new props
|
|
24
|
+
- Minor bug fixes
|
|
25
|
+
|
|
17
26
|
### 2.9.0
|
|
18
27
|
- 4/25/2025
|
|
19
28
|
- New Alert Component
|