@wistia/vhs 2.53.0-beta.73943ca9.87527bb → 2.53.0-beta.909a2f20.d3e9a8b
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/components/Toast/Toast.d.ts.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license VHS v2.53.0-beta.
|
|
3
|
+
* @license VHS v2.53.0-beta.909a2f20.d3e9a8b
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -303,7 +303,6 @@ var CF=Object.create;var nl=Object.defineProperty;var xF=Object.getOwnPropertyDe
|
|
|
303
303
|
display: flex;
|
|
304
304
|
gap: ${({theme:e})=>e.spacing.space04};
|
|
305
305
|
padding: ${({theme:e})=>`${e.spacing.space04} ${e.spacing.space04} ${e.spacing.space04} ${e.spacing.space04}`};
|
|
306
|
-
/* transform: translate3d(0, 0, 0); */
|
|
307
306
|
z-index: ${({theme:e})=>e.zIndex.Toast};
|
|
308
307
|
`,jI=Ty.div`
|
|
309
308
|
align-self: center;
|