@wistia/ui 0.8.16 → 0.8.17
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 +3 -3
- 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.8.
|
|
3
|
+
* @license @wistia/ui v0.8.17
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -1284,8 +1284,8 @@ var typographyTokens = css6`
|
|
|
1284
1284
|
import { css as css7 } from "styled-components";
|
|
1285
1285
|
var zIndexTokens = css7`
|
|
1286
1286
|
--wui-zindex-under: -1;
|
|
1287
|
-
--wui-zindex-backdrop:
|
|
1288
|
-
--wui-zindex-modal:
|
|
1287
|
+
--wui-zindex-backdrop: 500;
|
|
1288
|
+
--wui-zindex-modal: 500;
|
|
1289
1289
|
--wui-zindex-menu: 500;
|
|
1290
1290
|
--wui-zindex-select: 500;
|
|
1291
1291
|
--wui-zindex-tooltip: 500;
|