@wistia/vhs 4.0.1-beta.b9e4e3fa.3ea9116 → 4.0.2
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 +17 -17
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/vhs v4.0.
|
|
3
|
+
* @license @wistia/vhs v4.0.2
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -683,7 +683,7 @@ import { MotionConfig } from "motion/react";
|
|
|
683
683
|
// src/providers/VHSThemeProvider.tsx
|
|
684
684
|
import { ThemeProvider } from "styled-components";
|
|
685
685
|
|
|
686
|
-
//
|
|
686
|
+
// ../vhs-design-tokens/dist/js/designTokens.js
|
|
687
687
|
var designTokens = {
|
|
688
688
|
breakpoint: {
|
|
689
689
|
xs: "0em",
|
|
@@ -3518,6 +3518,7 @@ var normalize = css3`
|
|
|
3518
3518
|
|
|
3519
3519
|
html {
|
|
3520
3520
|
line-height: 1.15; /* 1 */
|
|
3521
|
+
/* stylelint-disable-next-line plugin/use-baseline */
|
|
3521
3522
|
text-size-adjust: 100%; /* 2 */
|
|
3522
3523
|
}
|
|
3523
3524
|
|