@wavelengthusaf/components 2.2.3 → 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,7 +14,7 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
- ### 2.2.2 - 2.2.3
17
+ ### 2.2.2 - 2.2.4
18
18
 
19
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
20
 
@@ -1,3 +1,7 @@
1
- export declare function WavelengthFooter(): import("react/jsx-runtime").JSX.Element;
2
- export default WavelengthFooter;
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,wBAAgB,gBAAgB,4CAqD/B;AAED,eAAe,gBAAgB,CAAC"}
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"}