@wistia/ui 0.18.12-beta.bcf77b16.00cf9a6 → 0.18.12-beta.e4686a50.87e9da0
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- 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.18.12-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.12-beta.e4686a50.87e9da0
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -6987,7 +6987,7 @@ var SpeedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
|
6987
6987
|
);
|
|
6988
6988
|
|
|
6989
6989
|
// src/components/Icon/icons/SpinnerIcon.tsx
|
|
6990
|
-
var import_styled_components20 = require("styled-components");
|
|
6990
|
+
var import_styled_components20 = __toESM(require("styled-components"));
|
|
6991
6991
|
var import_jsx_runtime173 = require("react/jsx-runtime");
|
|
6992
6992
|
var spin = import_styled_components20.keyframes`
|
|
6993
6993
|
from {
|
|
@@ -6997,7 +6997,7 @@ var spin = import_styled_components20.keyframes`
|
|
|
6997
6997
|
transform: rotate(360deg);
|
|
6998
6998
|
}
|
|
6999
6999
|
`;
|
|
7000
|
-
var SpinnerGroup = import_styled_components20.
|
|
7000
|
+
var SpinnerGroup = import_styled_components20.default.g`
|
|
7001
7001
|
animation: ${spin} 1.5s linear infinite;
|
|
7002
7002
|
transform-origin: 50% 50%;
|
|
7003
7003
|
`;
|