@hexure/ui 1.13.37 → 1.13.39

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,6 +1,6 @@
1
- import { FC } from 'react';
1
+ import { FC, ReactNode } from 'react';
2
2
  export interface StepProps {
3
- label: string;
3
+ label: string | ReactNode;
4
4
  complete?: boolean;
5
5
  active?: boolean;
6
6
  }
package/dist/index.d.ts CHANGED
@@ -388,7 +388,7 @@ interface LogoProps extends AccessibleProps {
388
388
  declare const Logo: FC<LogoProps>;
389
389
 
390
390
  interface StepProps {
391
- label: string;
391
+ label: string | ReactNode;
392
392
  complete?: boolean;
393
393
  active?: boolean;
394
394
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.13.37",
3
+ "version": "1.13.39",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",