@wistia/ui 0.18.6-beta.d1ced901.ff69145 → 0.18.7

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
@@ -589,7 +589,7 @@ type BadgeProps = ComponentPropsWithoutRef<'div'> & {
589
589
  /**
590
590
  * The text to display in the `Badge`
591
591
  */
592
- label: ReactNode;
592
+ label?: ReactNode;
593
593
  /**
594
594
  * The variant of the `Badge`
595
595
  */
@@ -610,7 +610,7 @@ declare const Badge: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProp
610
610
  /**
611
611
  * The text to display in the `Badge`
612
612
  */
613
- label: ReactNode;
613
+ label?: ReactNode;
614
614
  /**
615
615
  * The variant of the `Badge`
616
616
  */
@@ -1255,7 +1255,6 @@ declare const iconMap: {
1255
1255
  'ellipses-vertical': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1256
1256
  embed: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1257
1257
  envelope: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1258
- 'envelope-open': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1259
1258
  error: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1260
1259
  expand: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1261
1260
  'expand-diagonal': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1264,12 +1263,10 @@ declare const iconMap: {
1264
1263
  favorite: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1265
1264
  'favorite-outline': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1266
1265
  'file-tree': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1267
- featured: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1268
1266
  fill: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1269
1267
  'film-strip': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1270
1268
  filter: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1271
1269
  fit: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1272
- footer: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1273
1270
  fonts: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1274
1271
  'full-screen': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1275
1272
  gear: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1277,7 +1274,6 @@ declare const iconMap: {
1277
1274
  grid: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1278
1275
  'grip-dots-vertical': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1279
1276
  'help-center': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1280
- header: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1281
1277
  hide: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1282
1278
  home: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1283
1279
  hourglass: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -589,7 +589,7 @@ type BadgeProps = ComponentPropsWithoutRef<'div'> & {
589
589
  /**
590
590
  * The text to display in the `Badge`
591
591
  */
592
- label: ReactNode;
592
+ label?: ReactNode;
593
593
  /**
594
594
  * The variant of the `Badge`
595
595
  */
@@ -610,7 +610,7 @@ declare const Badge: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProp
610
610
  /**
611
611
  * The text to display in the `Badge`
612
612
  */
613
- label: ReactNode;
613
+ label?: ReactNode;
614
614
  /**
615
615
  * The variant of the `Badge`
616
616
  */
@@ -1255,7 +1255,6 @@ declare const iconMap: {
1255
1255
  'ellipses-vertical': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1256
1256
  embed: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1257
1257
  envelope: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1258
- 'envelope-open': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1259
1258
  error: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1260
1259
  expand: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1261
1260
  'expand-diagonal': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1264,12 +1263,10 @@ declare const iconMap: {
1264
1263
  favorite: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1265
1264
  'favorite-outline': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1266
1265
  'file-tree': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1267
- featured: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1268
1266
  fill: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1269
1267
  'film-strip': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1270
1268
  filter: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1271
1269
  fit: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1272
- footer: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1273
1270
  fonts: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1274
1271
  'full-screen': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1275
1272
  gear: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1277,7 +1274,6 @@ declare const iconMap: {
1277
1274
  grid: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1278
1275
  'grip-dots-vertical': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1279
1276
  'help-center': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1280
- header: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1281
1277
  hide: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1282
1278
  home: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1283
1279
  hourglass: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;