@wavelengthusaf/components 3.3.9 → 3.3.10

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 CHANGED
@@ -14,6 +14,11 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
+ ### 3.3.10
18
+
19
+ - 8/20/2025
20
+ - Fix a margin issue with `WavelengthBanner`.
21
+
17
22
  ### 3.3.9
18
23
 
19
24
  - 8/18/2025
@@ -1246,6 +1246,10 @@ var WavelengthBanner = class extends HTMLElement {
1246
1246
  font-family: sans-serif;
1247
1247
  font-size: 1rem;
1248
1248
  }
1249
+
1250
+ p {
1251
+ margin: 0;
1252
+ }
1249
1253
  `;
1250
1254
  this.container = document.createElement("div");
1251
1255
  this.container.classList.add("banner");