@wistia/ui 0.18.3 → 0.18.4
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.
|
|
3
|
+
* @license @wistia/ui v0.18.4
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -6690,13 +6690,13 @@ var SpeedIcon = (props) => /* @__PURE__ */ jsx168(
|
|
|
6690
6690
|
|
|
6691
6691
|
// src/components/Icon/icons/SpinnerIcon.tsx
|
|
6692
6692
|
import { jsx as jsx169, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
6693
|
-
var SpinnerIcon = (props) => /* @__PURE__ */
|
|
6693
|
+
var SpinnerIcon = (props) => /* @__PURE__ */ jsx169(
|
|
6694
6694
|
"svg",
|
|
6695
6695
|
{
|
|
6696
6696
|
...props,
|
|
6697
6697
|
viewBox: "0 0 24 24",
|
|
6698
6698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6699
|
-
children: [
|
|
6699
|
+
children: /* @__PURE__ */ jsxs7("g", { children: [
|
|
6700
6700
|
/* @__PURE__ */ jsx169(
|
|
6701
6701
|
"path",
|
|
6702
6702
|
{
|
|
@@ -6714,10 +6714,10 @@ var SpinnerIcon = (props) => /* @__PURE__ */ jsxs7(
|
|
|
6714
6714
|
keyTimes: "0;1",
|
|
6715
6715
|
repeatCount: "indefinite",
|
|
6716
6716
|
type: "rotate",
|
|
6717
|
-
values: "0
|
|
6717
|
+
values: "0 12 12;360 12 12"
|
|
6718
6718
|
}
|
|
6719
6719
|
)
|
|
6720
|
-
]
|
|
6720
|
+
] })
|
|
6721
6721
|
}
|
|
6722
6722
|
);
|
|
6723
6723
|
|