@wavelengthusaf/components 2.9.2 → 2.10.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 +16 -1
- package/dist/cjs/index.cjs +154 -387
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +6 -44
- package/dist/esm/index.d.ts +6 -44
- package/dist/esm/index.js +351 -584
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,21 +14,36 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 2.10.0
|
|
18
|
+
|
|
19
|
+
- 5/13/2025
|
|
20
|
+
- Added Sample Component (skeleton)
|
|
21
|
+
- Added documentation for internal developers to create their own Web Components
|
|
22
|
+
|
|
23
|
+
### 2.9.3
|
|
24
|
+
|
|
25
|
+
- 5/06/2025
|
|
26
|
+
- Updated Alert Component
|
|
27
|
+
|
|
17
28
|
### 2.9.2
|
|
29
|
+
|
|
18
30
|
- 5/02/2025
|
|
19
31
|
- Minor fix to exports
|
|
20
32
|
|
|
21
33
|
### 2.9.1
|
|
34
|
+
|
|
22
35
|
- 5/02/2025
|
|
23
36
|
- WavelengthButton updated; new props
|
|
24
37
|
- Minor bug fixes
|
|
25
38
|
|
|
26
39
|
### 2.9.0
|
|
40
|
+
|
|
27
41
|
- 4/25/2025
|
|
28
42
|
- New Alert Component
|
|
29
43
|
- Added tests for new components (Alert Component)
|
|
30
44
|
|
|
31
45
|
### 2.8.1
|
|
46
|
+
|
|
32
47
|
- 4/18/2024
|
|
33
48
|
- Created test for the Wavelength Comment Display
|
|
34
49
|
|
|
@@ -40,7 +55,7 @@ npm install @wavelengthusaf/components
|
|
|
40
55
|
### 2.7.2
|
|
41
56
|
|
|
42
57
|
- 4/4/2025
|
|
43
|
-
- Updated `WavelengthTitleBar` to be a standard `<div>` instead of an svg. Also added several props for further customization.
|
|
58
|
+
- Updated `WavelengthTitleBar` to be a standard `<div>` instead of an svg. Also added several props for further customization.
|
|
44
59
|
|
|
45
60
|
### 2.7.1
|
|
46
61
|
|