@wavelengthusaf/components 3.0.2 → 3.1.0
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 +12 -2
- package/dist/cjs/index.cjs +576 -59
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +58 -7
- package/dist/esm/index.d.ts +58 -7
- package/dist/esm/index.js +559 -42
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,10 +14,20 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
-
### 3.0
|
|
17
|
+
### 3.1.0
|
|
18
|
+
|
|
19
|
+
- 6/2/2025
|
|
20
|
+
- Added `WLChildDataTable`; Changed naming conventions for components into their respective categories.
|
|
21
|
+
|
|
22
|
+
### 3.0.3
|
|
23
|
+
|
|
24
|
+
- 5/30/2025
|
|
25
|
+
- Updated `WavelengthBanner`; re-added the `classification` and `control` props
|
|
26
|
+
|
|
27
|
+
### 3.0.2
|
|
18
28
|
|
|
19
29
|
- 5/28/2025
|
|
20
|
-
- Updated Alert
|
|
30
|
+
- Updated Alert Component
|
|
21
31
|
|
|
22
32
|
### 3.0.1
|
|
23
33
|
|