@wistia/vhs 2.66.4 → 2.66.6
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 +1 -0
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Modal/ModalParts.d.ts.map +1 -1
- package/dist/index.cjs +531 -539
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +531 -539
- package/dist/index.mjs.map +4 -4
- package/dist/private/helpers/escapeHtml/escapeHtml.d.ts.map +1 -0
- package/dist/private/helpers/escapeHtml/index.d.ts +2 -0
- package/dist/private/helpers/escapeHtml/index.d.ts.map +1 -0
- package/dist/private/helpers/isClient/index.d.ts +2 -0
- package/dist/private/helpers/isClient/index.d.ts.map +1 -0
- package/dist/private/helpers/isClient/isClient.d.ts.map +1 -0
- package/dist/private/helpers/isServer/index.d.ts +2 -0
- package/dist/private/helpers/isServer/index.d.ts.map +1 -0
- package/dist/private/helpers/isServer/isServer.d.ts.map +1 -0
- package/package.json +11 -11
- package/dist/private/helpers/escapeHtml.d.ts.map +0 -1
- package/dist/private/helpers/isClient.d.ts.map +0 -1
- package/dist/private/helpers/isServer.d.ts.map +0 -1
- /package/dist/private/helpers/{escapeHtml.d.ts → escapeHtml/escapeHtml.d.ts} +0 -0
- /package/dist/private/helpers/{isClient.d.ts → isClient/isClient.d.ts} +0 -0
- /package/dist/private/helpers/{isServer.d.ts → isServer/isServer.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"escapeHtml.d.ts","sourceRoot":"","sources":["../../../../src/private/helpers/escapeHtml/escapeHtml.ts"],"names":[],"mappings":"AASA;;;;;GAKG;AACH,eAAO,MAAM,UAAU,mBAAoB,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,KAAG,MAwC/E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/private/helpers/escapeHtml/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/private/helpers/isClient/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isClient.d.ts","sourceRoot":"","sources":["../../../../src/private/helpers/isClient/isClient.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,eAAO,MAAM,QAAQ,QAAO,OACsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/private/helpers/isServer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isServer.d.ts","sourceRoot":"","sources":["../../../../src/private/helpers/isServer/isServer.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,eAAO,MAAM,QAAQ,eAAyE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.66.
|
|
3
|
+
"version": "2.66.6",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
63
63
|
"@wistia/type-guards": "^0.6.0",
|
|
64
64
|
"@wistia/vhs-design-tokens": "2.1.3",
|
|
65
|
-
"date-fns": "^
|
|
65
|
+
"date-fns": "^4.1.0",
|
|
66
66
|
"formik": "^2.4.6",
|
|
67
67
|
"framer-motion": "^11.5.4",
|
|
68
68
|
"is-hotkey": "^0.2.0",
|
|
@@ -76,19 +76,19 @@
|
|
|
76
76
|
"slate-hyperscript": "^0.100.0",
|
|
77
77
|
"slate-react": "0.99.0",
|
|
78
78
|
"throttle-debounce": "^5.0.2",
|
|
79
|
-
"type-fest": "^4.26.
|
|
79
|
+
"type-fest": "^4.26.1",
|
|
80
80
|
"uuid": "^10.0.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@repo/config": "workspace:*",
|
|
84
|
-
"@storybook/react": "^8.
|
|
84
|
+
"@storybook/react": "^8.3.1",
|
|
85
85
|
"@testing-library/dom": "^10.4.0",
|
|
86
86
|
"@testing-library/jest-dom": "^6.5.0",
|
|
87
87
|
"@testing-library/react": "^16.0.1",
|
|
88
88
|
"@testing-library/user-event": "^14.5.2",
|
|
89
89
|
"@types/is-hotkey": "^0.1.10",
|
|
90
|
-
"@types/node": "^
|
|
91
|
-
"@types/react": "^18.3.
|
|
90
|
+
"@types/node": "^22.5.5",
|
|
91
|
+
"@types/react": "^18.3.7",
|
|
92
92
|
"@types/react-aria-live": "^2.0.6",
|
|
93
93
|
"@types/react-dom": "^18.3.0",
|
|
94
94
|
"@types/react-slider": "^1.3.6",
|
|
@@ -96,14 +96,14 @@
|
|
|
96
96
|
"@types/throttle-debounce": "^5.0.2",
|
|
97
97
|
"@types/uuid": "^10.0.0",
|
|
98
98
|
"browserslist": "^4.23.3",
|
|
99
|
-
"concurrently": "^
|
|
99
|
+
"concurrently": "^9.0.1",
|
|
100
100
|
"cross-env": "^7.0.3",
|
|
101
101
|
"depcheck": "^1.4.7",
|
|
102
102
|
"esbuild": "^0.23.1",
|
|
103
103
|
"esbuild-plugin-browserslist": "^0.14.0",
|
|
104
104
|
"esbuild-visualizer": "^0.6.0",
|
|
105
105
|
"globby": "^14.0.2",
|
|
106
|
-
"jsdoc-to-markdown": "^9.0.
|
|
106
|
+
"jsdoc-to-markdown": "^9.0.1",
|
|
107
107
|
"jsdom": "^25.0.0",
|
|
108
108
|
"minimist": "^1.2.8",
|
|
109
109
|
"pascalcase": "^2.0.0",
|
|
@@ -113,9 +113,9 @@
|
|
|
113
113
|
"shx": "^0.3.4",
|
|
114
114
|
"signale": "^1.4.0",
|
|
115
115
|
"styled-components": "^5.3.11",
|
|
116
|
-
"tsx": "^4.19.
|
|
117
|
-
"typescript": "
|
|
118
|
-
"vitest": "^2.
|
|
116
|
+
"tsx": "^4.19.1",
|
|
117
|
+
"typescript": "5.5.4",
|
|
118
|
+
"vitest": "^2.1.1",
|
|
119
119
|
"vitest-axe": "^1.0.0-pre.3",
|
|
120
120
|
"vitest-canvas-mock": "^0.3.3",
|
|
121
121
|
"vitest-console": "^0.1.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"escapeHtml.d.ts","sourceRoot":"","sources":["../../../src/private/helpers/escapeHtml.ts"],"names":[],"mappings":"AASA;;;;;GAKG;AACH,eAAO,MAAM,UAAU,mBAAoB,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,KAAG,MAwC/E,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isClient.d.ts","sourceRoot":"","sources":["../../../src/private/helpers/isClient.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,eAAO,MAAM,QAAQ,QAAO,OACsC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isServer.d.ts","sourceRoot":"","sources":["../../../src/private/helpers/isServer.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,eAAO,MAAM,QAAQ,eAAyE,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|