@wavelengthusaf/components 3.3.11 → 4.0.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 +21 -7
- package/dist/cjs/index.cjs +634 -1376
- package/dist/cjs/index.d.cts +192 -9
- package/dist/esm/index.d.ts +192 -9
- package/dist/esm/index.js +842 -1584
- package/package.json +10 -7
- package/dist/cjs/index.cjs.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/fonts/fonts/b612-latin-400-normal.woff +0 -0
- package/dist/fonts/fonts/b612-latin-400-normal.woff2 +0 -0
- package/dist/fonts/fonts/goldman-latin-400-normal.woff +0 -0
- package/dist/fonts/fonts/goldman-latin-400-normal.woff2 +0 -0
- package/dist/styles/styles/fontBase64.tsx +0 -16
- package/dist/styles/styles/fontSheet.tsx +0 -19
package/README.md
CHANGED
|
@@ -14,7 +14,21 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 4.0.0
|
|
18
|
+
|
|
19
|
+
-9/24/2025
|
|
20
|
+
|
|
21
|
+
- De-coupled the web components from the package; web components are now a separate npm package, `@wavelengthusaf/web-components`
|
|
22
|
+
- Made some changes to the build script, package size reduced
|
|
23
|
+
- Update documentation to reflect changes
|
|
24
|
+
|
|
25
|
+
### 3.4.0
|
|
26
|
+
|
|
27
|
+
- 9/16/2025
|
|
28
|
+
- 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.
|
|
29
|
+
|
|
17
30
|
### 3.3.11
|
|
31
|
+
|
|
18
32
|
- 8/26/2025
|
|
19
33
|
- Updated `WavelengthTitleBar` to control shadow color with prop `shadowColor`.
|
|
20
34
|
|
|
@@ -26,12 +40,12 @@ npm install @wavelengthusaf/components
|
|
|
26
40
|
### 3.3.9
|
|
27
41
|
|
|
28
42
|
- 8/18/2025
|
|
29
|
-
- Updated `
|
|
43
|
+
- Updated `WavelengthAutoComplete` and `WavelengthDatePicker` to be able to accept percentages values for width, as well as fixing the transperancy issues with the floating label.
|
|
30
44
|
|
|
31
45
|
### 3.3.8
|
|
32
46
|
|
|
33
47
|
- 8/11/2025
|
|
34
|
-
- Updated `
|
|
48
|
+
- Updated `WavelengthAutoComplete` and `WavelengthDatePicker` to have the same outline styling, removal of `position: absolute` in components and reordering of css behavior. Both components contain an optional `OnDataChange` prop and the storybook documentation has been updated.
|
|
35
49
|
|
|
36
50
|
### 3.3.7
|
|
37
51
|
|
|
@@ -41,7 +55,7 @@ npm install @wavelengthusaf/components
|
|
|
41
55
|
### 3.3.6
|
|
42
56
|
|
|
43
57
|
- 8/11/2025
|
|
44
|
-
- Updated `
|
|
58
|
+
- Updated `WavelengthAutoComplete` to have the outline styling refactored, the component also features a `id` and `name` prop for form handling. Fixed dropdown visibility issues.
|
|
45
59
|
|
|
46
60
|
### 3.3.5
|
|
47
61
|
|
|
@@ -56,7 +70,7 @@ npm install @wavelengthusaf/components
|
|
|
56
70
|
### 3.3.3
|
|
57
71
|
|
|
58
72
|
- 8/05/2025
|
|
59
|
-
- Updated `
|
|
73
|
+
- Updated `WavelengthAutoComplete` to be able to have scroll functionality and basic validation.
|
|
60
74
|
|
|
61
75
|
### 3.3.2
|
|
62
76
|
|
|
@@ -66,17 +80,17 @@ npm install @wavelengthusaf/components
|
|
|
66
80
|
### 3.3.1
|
|
67
81
|
|
|
68
82
|
- 6/22/2025
|
|
69
|
-
- Updated `
|
|
83
|
+
- Updated `WavelengthAutoComplete` to be able to have scroll functionality and basic validation.
|
|
70
84
|
|
|
71
85
|
### 3.3.0
|
|
72
86
|
|
|
73
87
|
- 6/17/2025
|
|
74
|
-
- Added `
|
|
88
|
+
- Added `WavelengthDatePicker`;.
|
|
75
89
|
|
|
76
90
|
### 3.2.0
|
|
77
91
|
|
|
78
92
|
- 6/17/2025
|
|
79
|
-
- Added `
|
|
93
|
+
- Added `WavelengthAutoComplete`; With appropriate component color conventions.
|
|
80
94
|
|
|
81
95
|
### 3.1.1
|
|
82
96
|
|