@wistia/ui 0.6.6-beta.13b01e29.43fc613 → 0.6.6
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 +1 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.mjs +2 -21
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.6.6
|
|
3
|
+
* @license @wistia/ui v0.6.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -10355,21 +10355,6 @@ var WistiaLogoComponent = import_styled_components70.default.svg`
|
|
|
10355
10355
|
${({ $hoverColor }) => $hoverColor !== void 0 ? `fill: ${$hoverColor}` : null};
|
|
10356
10356
|
}
|
|
10357
10357
|
}
|
|
10358
|
-
|
|
10359
|
-
${({ $opticallyCentered, $iconOnly }) => {
|
|
10360
|
-
if ($opticallyCentered) {
|
|
10361
|
-
if ($iconOnly) {
|
|
10362
|
-
return import_styled_components70.css`
|
|
10363
|
-
aspect-ratio: 1;
|
|
10364
|
-
padding: 11.85% 3.12% 13.91%;
|
|
10365
|
-
`;
|
|
10366
|
-
}
|
|
10367
|
-
return import_styled_components70.css`
|
|
10368
|
-
aspect-ratio: 127 / 32;
|
|
10369
|
-
`;
|
|
10370
|
-
}
|
|
10371
|
-
return null;
|
|
10372
|
-
}}
|
|
10373
10358
|
`;
|
|
10374
10359
|
var WistiaLogo = ({
|
|
10375
10360
|
description = void 0,
|
|
@@ -10377,7 +10362,6 @@ var WistiaLogo = ({
|
|
|
10377
10362
|
hoverColor = void 0,
|
|
10378
10363
|
href = void 0,
|
|
10379
10364
|
iconOnly = false,
|
|
10380
|
-
opticallyCentered = false,
|
|
10381
10365
|
title = "Wistia Logo",
|
|
10382
10366
|
variant = "standard",
|
|
10383
10367
|
...otherProps
|
|
@@ -10405,10 +10389,7 @@ var WistiaLogo = ({
|
|
|
10405
10389
|
WistiaLogoComponent,
|
|
10406
10390
|
{
|
|
10407
10391
|
$hoverColor: hoverColor,
|
|
10408
|
-
$iconOnly: iconOnly,
|
|
10409
|
-
$opticallyCentered: opticallyCentered,
|
|
10410
10392
|
height,
|
|
10411
|
-
preserveAspectRatio: opticallyCentered ? "xMidYMin" : void 0,
|
|
10412
10393
|
role: "img",
|
|
10413
10394
|
viewBox: computedViewBox(iconOnly),
|
|
10414
10395
|
xmlns: "http://www.w3.org/2000/svg",
|