@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.mjs
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
|
*
|
|
@@ -6806,7 +6806,7 @@ var SpeedIcon = (props) => /* @__PURE__ */ jsx172(
|
|
|
6806
6806
|
);
|
|
6807
6807
|
|
|
6808
6808
|
// src/components/Icon/icons/SpinnerIcon.tsx
|
|
6809
|
-
import
|
|
6809
|
+
import styled3, { keyframes } from "styled-components";
|
|
6810
6810
|
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
6811
6811
|
var spin = keyframes`
|
|
6812
6812
|
from {
|