@wistia/ui 0.18.16 → 0.18.17-beta.0c8ce664.ca5f64a

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
@@ -1328,6 +1328,7 @@ declare const iconMap: {
1328
1328
  'private-chat': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1329
1329
  'private-user-sessions': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1330
1330
  project: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1331
+ 'project-open': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1331
1332
  properties: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1332
1333
  'question-mark': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1333
1334
  react: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1328,6 +1328,7 @@ declare const iconMap: {
1328
1328
  'private-chat': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1329
1329
  'private-user-sessions': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1330
1330
  project: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1331
+ 'project-open': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1331
1332
  properties: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1332
1333
  'question-mark': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1333
1334
  react: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;