@wistia/vhs 2.52.0 → 2.53.0-beta.73943ca9.87527bb
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/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/Toast/ToastAnimation.d.ts +4 -3
- package/dist/components/Toast/ToastAnimation.d.ts.map +1 -1
- package/dist/index.cjs +515 -561
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +507 -553
- package/dist/index.mjs.map +4 -4
- package/dist/providers/VHSProvider.d.ts +2 -1
- package/dist/providers/VHSProvider.d.ts.map +1 -1
- package/package.json +2 -5
|
@@ -5,7 +5,8 @@ export type VHSProviderProps = {
|
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
globalStylesIncluded?: boolean;
|
|
7
7
|
Link?: WrapperProviderLinkType;
|
|
8
|
+
skipAnimations?: boolean;
|
|
8
9
|
theme?: Record<string, unknown>;
|
|
9
10
|
};
|
|
10
|
-
export declare const VHSProvider: ({ children, theme, globalStylesIncluded, Link, }: VHSProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const VHSProvider: ({ children, theme, globalStylesIncluded, skipAnimations, Link, }: VHSProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
//# sourceMappingURL=VHSProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VHSProvider.d.ts","sourceRoot":"","sources":["../../src/providers/VHSProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"VHSProvider.d.ts","sourceRoot":"","sources":["../../src/providers/VHSProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAMjE,YAAY,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,IAAI,CAAC,EAAE,uBAAuB,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,WAAW,qEAMrB,gBAAgB,4CAiBlB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.53.0-beta.73943ca9.87527bb",
|
|
4
4
|
"packageManager": "yarn@4.2.2",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@types/react": "^17.0 || ^18.0",
|
|
64
64
|
"@types/react-dom": "^17.0 || ^18.0",
|
|
65
|
-
"@types/react-transition-group": "^4.0",
|
|
66
65
|
"@types/styled-components": "^5.0 || ^6.0",
|
|
67
66
|
"react": "^17.0 || ^18.0",
|
|
68
67
|
"react-dom": "^17.0 || ^18.0",
|
|
@@ -81,7 +80,6 @@
|
|
|
81
80
|
"react-fast-compare": "^3.2.2",
|
|
82
81
|
"react-is": "^18.3.1",
|
|
83
82
|
"react-slider": "^2.0.6",
|
|
84
|
-
"react-transition-group": "^4.4.5",
|
|
85
83
|
"slate": "0.94.1",
|
|
86
84
|
"slate-history": "^0.100.0",
|
|
87
85
|
"slate-hyperscript": "^0.100.0",
|
|
@@ -103,14 +101,13 @@
|
|
|
103
101
|
"@storybook/theming": "^8.1.5",
|
|
104
102
|
"@testing-library/dom": "10.1.0",
|
|
105
103
|
"@testing-library/jest-dom": "6.4.5",
|
|
106
|
-
"@testing-library/react": "^
|
|
104
|
+
"@testing-library/react": "^16.0.0",
|
|
107
105
|
"@testing-library/user-event": "^14.5.2",
|
|
108
106
|
"@types/node": "^20.14.0",
|
|
109
107
|
"@types/react": "^18.3.3",
|
|
110
108
|
"@types/react-aria-live": "^2.0.6",
|
|
111
109
|
"@types/react-dom": "^18.3.0",
|
|
112
110
|
"@types/react-slider": "^1.3.6",
|
|
113
|
-
"@types/react-transition-group": "^4.4.10",
|
|
114
111
|
"@types/styled-components": "^5.1.34",
|
|
115
112
|
"@types/throttle-debounce": "^5.0.2",
|
|
116
113
|
"@types/uuid": "^9.0.8",
|