@wistia/ui 0.11.1 → 0.11.2

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