@wistia/vhs 2.48.1-beta.27b51e9b.fd1581f → 2.48.1-beta.3a71e41b.c712265
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 +316 -307
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +325 -316
- package/dist/index.mjs.map +4 -4
- package/package.json +7 -5
- package/dist/src/private/helpers/escapeHtml.d.ts +0 -8
- package/dist/src/private/helpers/escapeHtml.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.48.1-beta.
|
|
3
|
+
"version": "2.48.1-beta.3a71e41b.c712265",
|
|
4
4
|
"packageManager": "yarn@4.1.1",
|
|
5
|
-
"description": "Visual Hype System",
|
|
6
|
-
"type": "
|
|
5
|
+
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
|
+
"type": "module",
|
|
7
7
|
"main": "dist/index.cjs",
|
|
8
8
|
"module": "dist/index.mjs",
|
|
9
9
|
"types": "dist/src/index.d.ts",
|
|
10
|
-
"sideEffects": false,
|
|
11
10
|
"exports": {
|
|
12
11
|
"./package.json": "./package.json",
|
|
13
12
|
".": {
|
|
@@ -21,6 +20,7 @@
|
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
22
|
},
|
|
23
|
+
"sideEffects": false,
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"@wistia/type-guards": "^0.0.8",
|
|
74
74
|
"@wistia/vhs-design-tokens": "^2.1.0",
|
|
75
75
|
"date-fns": "^3.6.0",
|
|
76
|
+
"escape-html": "^1.0.3",
|
|
76
77
|
"formik": "^2.4.5",
|
|
77
78
|
"is-hotkey": "^0.2.0",
|
|
78
79
|
"lodash.isequal": "^4.5.0",
|
|
@@ -104,6 +105,7 @@
|
|
|
104
105
|
"@testing-library/jest-dom": "^6.4.2",
|
|
105
106
|
"@testing-library/react": "^15.0.1",
|
|
106
107
|
"@testing-library/user-event": "^14.5.2",
|
|
108
|
+
"@types/escape-html": "^1.0.4",
|
|
107
109
|
"@types/lodash.template": "^4.5.3",
|
|
108
110
|
"@types/node": "^20.12.7",
|
|
109
111
|
"@types/react": "18.2.21",
|
|
@@ -127,9 +129,9 @@
|
|
|
127
129
|
"globby": "^14.0.1",
|
|
128
130
|
"jsdoc-to-markdown": "^8.0.1",
|
|
129
131
|
"jsdom": "^24.0.0",
|
|
132
|
+
"lodash.camelcase": "^4.3.0",
|
|
130
133
|
"lodash.template": "^4.5.0",
|
|
131
134
|
"minimist": "^1.2.8",
|
|
132
|
-
"pascalcase": "^2.0.0",
|
|
133
135
|
"react": "^18.2.0",
|
|
134
136
|
"react-dom": "^18.2.0",
|
|
135
137
|
"shx": "^0.3.4",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Handle special characters by escaping in the provided text string.
|
|
3
|
-
*
|
|
4
|
-
* @param {string} stringToEscape - the string to escape
|
|
5
|
-
* @return {string} - the escaped string
|
|
6
|
-
*/
|
|
7
|
-
export declare const escapeHtml: (stringToEscape: number | string | null | undefined) => string;
|
|
8
|
-
//# sourceMappingURL=escapeHtml.d.ts.map
|
|
@@ -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"}
|