@hexure/ui 1.8.8 → 1.8.9

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.
@@ -1,2 +1,3 @@
1
- declare const Loader: () => JSX.Element;
1
+ import { FC } from 'react';
2
+ declare const Loader: FC;
2
3
  export default Loader;
package/dist/index.d.ts CHANGED
@@ -330,7 +330,7 @@ interface LinkProps extends AccessibleProps {
330
330
  }
331
331
  declare const Link: FC<LinkProps>;
332
332
 
333
- declare const Loader: () => JSX.Element;
333
+ declare const Loader: FC;
334
334
 
335
335
  interface LogoProps extends AccessibleProps {
336
336
  type?: 'mark_red' | 'mark_white' | 'standard_white' | 'standard_black' | 'standard_full' | 'standard_reversed';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",