@wistia/vhs 2.77.1-beta.45d8181f.6efbc99 → 2.77.1-beta.58d8b36a.01cf871
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/Button/Button.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Form/Form.d.ts.map +1 -1
- package/dist/components/FormFieldError/FormFieldError.d.ts.map +1 -1
- package/dist/components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/MenuButton/MenuButton.d.ts +1 -1
- package/dist/components/MenuButton/MenuButton.d.ts.map +1 -1
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/RangeSelectorInput/RangeSelectorInput.d.ts.map +1 -1
- package/dist/components/RangeSelectorInput/selection.d.ts +2 -2
- package/dist/components/RangeSelectorInput/selection.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/hooks/useElementObserver/useElementObserver.d.ts +1 -1
- package/dist/hooks/useElementObserver/useElementObserver.d.ts.map +1 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts +1 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts.map +1 -1
- package/dist/hooks/useMergedRefs/useMergedRefs.d.ts +2 -2
- package/dist/hooks/useMergedRefs/useMergedRefs.d.ts.map +1 -1
- package/dist/index.cjs +464 -464
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +458 -458
- package/dist/index.mjs.map +4 -4
- package/dist/private/components/ModalAnimation/ModalAnimation.d.ts.map +1 -1
- package/package.json +25 -25
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalAnimation.d.ts","sourceRoot":"","sources":["../../../../src/private/components/ModalAnimation/ModalAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAgB,GAAG,EAAE,MAAM,OAAO,CAAC;AAO1D,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,cAAc,mBAAmB,KAAG,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"ModalAnimation.d.ts","sourceRoot":"","sources":["../../../../src/private/components/ModalAnimation/ModalAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAgB,GAAG,EAAE,MAAM,OAAO,CAAC;AAO1D,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,cAAc,mBAAmB,KAAG,GAAG,CAAC,OAqBtE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.77.1-beta.
|
|
3
|
+
"version": "2.77.1-beta.58d8b36a.01cf871",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"typecheck": "tsc"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@types/react": "^17.0.0 || ^18.0.0
|
|
59
|
-
"@types/react-dom": "^17.0.0 || ^18.0.0
|
|
58
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
59
|
+
"@types/react-dom": "^17.0.0 || ^18.0.0",
|
|
60
60
|
"@types/styled-components": "^5.0.0",
|
|
61
|
-
"react": "^17.0.0 || ^18.0.0
|
|
62
|
-
"react-dom": "^17.0.0 || ^18.0.0
|
|
61
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
62
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
63
63
|
"styled-components": "^5.0.0 || ^6.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
66
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
67
67
|
"@wistia/type-guards": "^0.9.1",
|
|
68
68
|
"@wistia/vhs-design-tokens": "^2.1.5",
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
70
70
|
"formik": "^2.4.6",
|
|
71
71
|
"is-hotkey": "^0.2.0",
|
|
72
|
-
"motion": "^12.23.
|
|
72
|
+
"motion": "^12.23.12",
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
@@ -86,31 +86,31 @@
|
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@karibash/pixel-units": "^2.3.0",
|
|
88
88
|
"@repo/config": "workspace:*",
|
|
89
|
-
"@storybook/addon-a11y": "^9.
|
|
90
|
-
"@storybook/addon-docs": "^9.
|
|
91
|
-
"@storybook/addon-links": "^9.
|
|
92
|
-
"@storybook/react-vite": "^9.
|
|
89
|
+
"@storybook/addon-a11y": "^9.1.2",
|
|
90
|
+
"@storybook/addon-docs": "^9.1.2",
|
|
91
|
+
"@storybook/addon-links": "^9.1.2",
|
|
92
|
+
"@storybook/react-vite": "^9.1.2",
|
|
93
93
|
"@testing-library/dom": "^10.4.1",
|
|
94
|
-
"@testing-library/jest-dom": "^6.
|
|
94
|
+
"@testing-library/jest-dom": "^6.7.0",
|
|
95
95
|
"@testing-library/react": "^16.3.0",
|
|
96
96
|
"@testing-library/user-event": "^14.6.1",
|
|
97
97
|
"@types/is-hotkey": "^0.1.10",
|
|
98
98
|
"@types/jest-axe": "^3.5.9",
|
|
99
|
-
"@types/node": "^24.
|
|
100
|
-
"@types/react": "^
|
|
99
|
+
"@types/node": "^24.3.0",
|
|
100
|
+
"@types/react": "^18.3.23",
|
|
101
101
|
"@types/react-aria-live": "^2.0.6",
|
|
102
|
-
"@types/react-dom": "^
|
|
102
|
+
"@types/react-dom": "^18.3.7",
|
|
103
103
|
"@types/react-slider": "^1.3.6",
|
|
104
104
|
"@types/styled-components": "^5.1.34",
|
|
105
105
|
"@types/throttle-debounce": "^5.0.2",
|
|
106
106
|
"@vitejs/plugin-react": "^4.7.0",
|
|
107
107
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
108
|
-
"browserslist": "^4.25.
|
|
109
|
-
"chromatic": "^13.1.
|
|
108
|
+
"browserslist": "^4.25.2",
|
|
109
|
+
"chromatic": "^13.1.3",
|
|
110
110
|
"concurrently": "^9.2.0",
|
|
111
111
|
"cross-env": "^7.0.3",
|
|
112
112
|
"depcheck": "^1.4.7",
|
|
113
|
-
"esbuild": "^0.25.
|
|
113
|
+
"esbuild": "^0.25.9",
|
|
114
114
|
"esbuild-plugin-browserslist": "^1.0.1",
|
|
115
115
|
"esbuild-visualizer": "^0.7.0",
|
|
116
116
|
"globby": "^14.1.0",
|
|
@@ -119,21 +119,21 @@
|
|
|
119
119
|
"minimist": "^1.2.8",
|
|
120
120
|
"pascalcase": "^2.0.0",
|
|
121
121
|
"prettier": "^3.6.2",
|
|
122
|
-
"react": "^
|
|
122
|
+
"react": "^18.3.1",
|
|
123
123
|
"react-docgen-typescript": "^2.4.0",
|
|
124
|
-
"react-dom": "^
|
|
124
|
+
"react-dom": "^18.3.1",
|
|
125
125
|
"remark-gfm": "^4.0.1",
|
|
126
126
|
"shx": "^0.4.0",
|
|
127
127
|
"signale": "^1.4.0",
|
|
128
|
-
"storybook": "^9.
|
|
128
|
+
"storybook": "^9.1.2",
|
|
129
129
|
"styled-components": "^5.3.11",
|
|
130
|
-
"tsx": "^4.20.
|
|
131
|
-
"typescript": "^5.
|
|
132
|
-
"vite": "^7.
|
|
130
|
+
"tsx": "^4.20.4",
|
|
131
|
+
"typescript": "^5.9.2",
|
|
132
|
+
"vite": "^7.1.2",
|
|
133
133
|
"vitest": "^3.2.4",
|
|
134
134
|
"vitest-axe": "^1.0.0-pre.5",
|
|
135
135
|
"vitest-canvas-mock": "^0.3.3",
|
|
136
|
-
"yup": "^1.
|
|
136
|
+
"yup": "^1.7.0"
|
|
137
137
|
},
|
|
138
138
|
"author": "Wistia Engineering",
|
|
139
139
|
"license": "UNLICENSED",
|