@wistia/ui 0.0.11 → 0.0.13

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
@@ -764,6 +764,7 @@ declare const iconMap: {
764
764
  'thumbs-down': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
765
765
  'thumbs-up': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
766
766
  transitions: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
767
+ transcript: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
767
768
  trim: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
768
769
  turnstile: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
769
770
  undo: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -764,6 +764,7 @@ declare const iconMap: {
764
764
  'thumbs-down': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
765
765
  'thumbs-up': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
766
766
  transitions: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
767
+ transcript: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
767
768
  trim: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
768
769
  turnstile: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
769
770
  undo: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;