@wistia/ui 0.18.17-beta.2396adc3.725e8fb → 0.18.17-beta.90af4ff4.9311f20
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.mjs +3 -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.17-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.17-beta.90af4ff4.9311f20
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -1855,7 +1855,8 @@ var colorTokens = css11`
|
|
|
1855
1855
|
${colorAliasTokens}
|
|
1856
1856
|
`;
|
|
1857
1857
|
var designTokens = css11`
|
|
1858
|
-
:root
|
|
1858
|
+
:root,
|
|
1859
|
+
[data-wui-theme='true'] {
|
|
1859
1860
|
${borderRadiusTokens}
|
|
1860
1861
|
${colorTokens}
|
|
1861
1862
|
${elevationTokens}
|