@wistia/ui 0.18.7 → 0.18.8-beta.6b2fd6f0.d3c9128

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
@@ -1255,6 +1255,7 @@ 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;
1258
1259
  error: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1259
1260
  expand: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1260
1261
  'expand-diagonal': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1263,10 +1264,12 @@ declare const iconMap: {
1263
1264
  favorite: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1264
1265
  'favorite-outline': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1265
1266
  'file-tree': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1267
+ featured: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1266
1268
  fill: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1267
1269
  'film-strip': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1268
1270
  filter: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1269
1271
  fit: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1272
+ footer: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1270
1273
  fonts: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1271
1274
  'full-screen': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1272
1275
  gear: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1274,6 +1277,7 @@ declare const iconMap: {
1274
1277
  grid: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1275
1278
  'grip-dots-vertical': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1276
1279
  'help-center': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1280
+ header: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1277
1281
  hide: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1278
1282
  home: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1279
1283
  hourglass: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1255,6 +1255,7 @@ 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;
1258
1259
  error: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1259
1260
  expand: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1260
1261
  'expand-diagonal': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1263,10 +1264,12 @@ declare const iconMap: {
1263
1264
  favorite: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1264
1265
  'favorite-outline': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1265
1266
  'file-tree': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1267
+ featured: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1266
1268
  fill: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1267
1269
  'film-strip': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1268
1270
  filter: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1269
1271
  fit: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1272
+ footer: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1270
1273
  fonts: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1271
1274
  'full-screen': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1272
1275
  gear: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -1274,6 +1277,7 @@ declare const iconMap: {
1274
1277
  grid: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1275
1278
  'grip-dots-vertical': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1276
1279
  'help-center': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1280
+ header: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1277
1281
  hide: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1278
1282
  home: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1279
1283
  hourglass: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;