@wavelengthusaf/components 2.2.2 → 2.2.4
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,10 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 2.2.2 - 2.2.4
|
|
18
|
+
|
|
19
|
+
- Updated the Footer component to include the text? and textColor? props; slightly changed the appearance of the full Wavelength Logo in the footer.
|
|
20
|
+
|
|
17
21
|
### 2.2.1
|
|
18
22
|
|
|
19
23
|
- Renamed `WavelengthBannerHeader` to `WavelengthBanner` to reflect its more broader, possible use.
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
interface WavelengthFooterProps {
|
|
2
|
+
text?: string;
|
|
3
|
+
textColor?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function WavelengthFooter({ text, textColor }: WavelengthFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
3
7
|
//# sourceMappingURL=WavelengthFooter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WavelengthFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/footers/WavelengthFooter/WavelengthFooter.tsx"],"names":[],"mappings":"AAKA,
|
|
1
|
+
{"version":3,"file":"WavelengthFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/footers/WavelengthFooter/WavelengthFooter.tsx"],"names":[],"mappings":"AAKA,UAAU,qBAAqB;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,qBAAqB,2CAyD1E"}
|