@wistia/vhs 2.77.1-beta.13d06da0.ef56944 → 2.77.1-beta.33355ea8.4e17182
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/ActionModal/ActionModal.d.ts +1 -1
- package/dist/components/ActionModal/ActionModal.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/ButtonLink/ButtonLink.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Form/Form.d.ts +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/FullScreenModal/FullScreenModal.d.ts +1 -1
- package/dist/components/FullScreenModal/FullScreenModal.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/LinkButton/LinkButton.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/ModalBase/ModalBase.d.ts +1 -1
- package/dist/components/ModalBase/ModalBase.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/components/Slider/Slider.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 +321 -321
- package/dist/index.cjs.map +3 -3
- package/dist/index.mjs +330 -330
- package/dist/index.mjs.map +3 -3
- package/dist/private/components/ModalAnimation/ModalAnimation.d.ts.map +1 -1
- package/package.json +10 -10
|
@@ -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,OAsBtE,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.33355ea8.4e17182",
|
|
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,11 +55,11 @@
|
|
|
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 || ^19.0.0",
|
|
59
|
+
"@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.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 || ^19.0.0",
|
|
62
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
63
63
|
"styled-components": "^5.0.0 || ^6.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
76
|
-
"react-is": "^19.1.
|
|
76
|
+
"react-is": "^19.1.1",
|
|
77
77
|
"react-slider": "^2.0.6",
|
|
78
78
|
"slate": "0.94.1",
|
|
79
79
|
"slate-history": "^0.100.0",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"@types/is-hotkey": "^0.1.10",
|
|
98
98
|
"@types/jest-axe": "^3.5.9",
|
|
99
99
|
"@types/node": "^24.1.0",
|
|
100
|
-
"@types/react": "^
|
|
100
|
+
"@types/react": "^19.1.9",
|
|
101
101
|
"@types/react-aria-live": "^2.0.6",
|
|
102
|
-
"@types/react-dom": "^
|
|
102
|
+
"@types/react-dom": "^19.1.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",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"minimist": "^1.2.8",
|
|
120
120
|
"pascalcase": "^2.0.0",
|
|
121
121
|
"prettier": "^3.6.2",
|
|
122
|
-
"react": "^
|
|
122
|
+
"react": "^19.1.1",
|
|
123
123
|
"react-docgen-typescript": "^2.4.0",
|
|
124
|
-
"react-dom": "^
|
|
124
|
+
"react-dom": "^19.1.1",
|
|
125
125
|
"remark-gfm": "^4.0.1",
|
|
126
126
|
"shx": "^0.4.0",
|
|
127
127
|
"signale": "^1.4.0",
|