@wistia/ui 0.14.7 → 0.14.8

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
@@ -1248,6 +1248,7 @@ declare const iconMap: {
1248
1248
  import: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1249
1249
  info: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1250
1250
  integrations: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1251
+ layout: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1251
1252
  leave: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1252
1253
  'light-bulb': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1253
1254
  link: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1248,6 +1248,7 @@ declare const iconMap: {
1248
1248
  import: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1249
1249
  info: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1250
1250
  integrations: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1251
+ layout: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1251
1252
  leave: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1252
1253
  'light-bulb': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1253
1254
  link: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;