@wistia/ui 0.18.17-beta.100f7752.330d6f2 → 0.18.17-beta.20877390.9ed80f5
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +3 -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.17-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.17-beta.20877390.9ed80f5
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -2046,7 +2046,8 @@ var colorTokens = import_styled_components11.css`
|
|
|
2046
2046
|
${colorAliasTokens}
|
|
2047
2047
|
`;
|
|
2048
2048
|
var designTokens = import_styled_components11.css`
|
|
2049
|
-
:root
|
|
2049
|
+
:root,
|
|
2050
|
+
[data-wui-theme='true'] {
|
|
2050
2051
|
${borderRadiusTokens}
|
|
2051
2052
|
${colorTokens}
|
|
2052
2053
|
${elevationTokens}
|