@wavelengthusaf/components 3.3.11 → 3.4.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 +5 -0
- package/dist/cjs/index.cjs +3559 -212
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +197 -6
- package/dist/esm/index.d.ts +197 -6
- package/dist/esm/index.js +3743 -396
- 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
|
+
### 3.4.0
|
|
18
|
+
|
|
19
|
+
- 9/16/2025
|
|
20
|
+
- Added `WavelengthForm` component; utilizes a `Zod` Schema to generate a user form that can have a 1-to-1 relationship with a backend stood up by the `acid-doc-express` package.
|
|
21
|
+
|
|
17
22
|
### 3.3.11
|
|
18
23
|
- 8/26/2025
|
|
19
24
|
- Updated `WavelengthTitleBar` to control shadow color with prop `shadowColor`.
|