@wistia/ui 0.18.17-beta.c1f00b80.e6809d4 → 0.18.18-beta.4ad5b919.9179c91

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/dist/index.d.mts CHANGED
@@ -581,7 +581,7 @@ type BadgeProps = ComponentPropsWithoutRef<'div'> & {
581
581
  /**
582
582
  * Optional `Icon` component to use. Must be an instance of [Icon](../?path=/docs/components-icon--docs)
583
583
  */
584
- icon?: JSX.Element;
584
+ icon?: JSX.Element | undefined;
585
585
  /**
586
586
  * The text to display in the `Badge`
587
587
  */
@@ -602,7 +602,7 @@ declare const Badge: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProp
602
602
  /**
603
603
  * Optional `Icon` component to use. Must be an instance of [Icon](../?path=/docs/components-icon--docs)
604
604
  */
605
- icon?: JSX.Element;
605
+ icon?: JSX.Element | undefined;
606
606
  /**
607
607
  * The text to display in the `Badge`
608
608
  */
package/dist/index.d.ts CHANGED
@@ -581,7 +581,7 @@ type BadgeProps = ComponentPropsWithoutRef<'div'> & {
581
581
  /**
582
582
  * Optional `Icon` component to use. Must be an instance of [Icon](../?path=/docs/components-icon--docs)
583
583
  */
584
- icon?: JSX.Element;
584
+ icon?: JSX.Element | undefined;
585
585
  /**
586
586
  * The text to display in the `Badge`
587
587
  */
@@ -602,7 +602,7 @@ declare const Badge: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProp
602
602
  /**
603
603
  * Optional `Icon` component to use. Must be an instance of [Icon](../?path=/docs/components-icon--docs)
604
604
  */
605
- icon?: JSX.Element;
605
+ icon?: JSX.Element | undefined;
606
606
  /**
607
607
  * The text to display in the `Badge`
608
608
  */