@wistia/ui 0.15.9-beta.b4bf6192.26e9d46 → 0.15.9
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.cjs +988 -1018
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -10
- package/dist/index.d.ts +1 -10
- package/dist/index.mjs +895 -925
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1218,7 +1218,6 @@ declare const iconMap: {
|
|
|
1218
1218
|
close: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1219
1219
|
'close-octagon': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1220
1220
|
'closed-captions': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1221
|
-
cmd: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1222
1221
|
collapse: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1223
1222
|
'collapse-diagonal': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1224
1223
|
collection: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -1566,16 +1565,8 @@ declare const ValueNameOrHexCode: {
|
|
|
1566
1565
|
displayName: string;
|
|
1567
1566
|
};
|
|
1568
1567
|
|
|
1569
|
-
type ColorSwatchProps = PropsWithChildren<{
|
|
1570
|
-
derivativeIsSelected?: boolean;
|
|
1571
|
-
diameterPx?: number;
|
|
1572
|
-
isSelected?: boolean;
|
|
1573
|
-
value: string;
|
|
1574
|
-
}>;
|
|
1575
|
-
|
|
1576
|
-
type ValueSwatchProps = Pick<ColorSwatchProps, 'diameterPx'>;
|
|
1577
1568
|
declare const ValueSwatch: {
|
|
1578
|
-
(
|
|
1569
|
+
(): JSX$1.Element;
|
|
1579
1570
|
displayName: string;
|
|
1580
1571
|
};
|
|
1581
1572
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1218,7 +1218,6 @@ declare const iconMap: {
|
|
|
1218
1218
|
close: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1219
1219
|
'close-octagon': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1220
1220
|
'closed-captions': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1221
|
-
cmd: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1222
1221
|
collapse: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1223
1222
|
'collapse-diagonal': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1224
1223
|
collection: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -1566,16 +1565,8 @@ declare const ValueNameOrHexCode: {
|
|
|
1566
1565
|
displayName: string;
|
|
1567
1566
|
};
|
|
1568
1567
|
|
|
1569
|
-
type ColorSwatchProps = PropsWithChildren<{
|
|
1570
|
-
derivativeIsSelected?: boolean;
|
|
1571
|
-
diameterPx?: number;
|
|
1572
|
-
isSelected?: boolean;
|
|
1573
|
-
value: string;
|
|
1574
|
-
}>;
|
|
1575
|
-
|
|
1576
|
-
type ValueSwatchProps = Pick<ColorSwatchProps, 'diameterPx'>;
|
|
1577
1568
|
declare const ValueSwatch: {
|
|
1578
|
-
(
|
|
1569
|
+
(): JSX$1.Element;
|
|
1579
1570
|
displayName: string;
|
|
1580
1571
|
};
|
|
1581
1572
|
|