@wistia/vhs 5.0.0 → 5.0.1-beta.f70c92cf.fc3559e

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "5.0.0",
3
+ "version": "5.0.1-beta.f70c92cf.fc3559e",
4
4
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -9,10 +9,8 @@
9
9
  "exports": {
10
10
  "./package.json": "./package.json",
11
11
  ".": {
12
- "import": {
13
- "types": "./dist/index.d.ts",
14
- "default": "./dist/index.js"
15
- }
12
+ "types": "./dist/index.d.ts",
13
+ "import": "./dist/index.js"
16
14
  }
17
15
  },
18
16
  "files": [
@@ -39,6 +37,7 @@
39
37
  "generate:icon": "node ./scripts/generators/generateIcon.mjs",
40
38
  "link:test": "node ./scripts/watchAndCopyBuild.mjs",
41
39
  "prepack": "yarn run build",
40
+ "publint:export": "check-export-map",
42
41
  "publint_": "publint-check",
43
42
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6007 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
44
43
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
@@ -65,6 +64,7 @@
65
64
  "is-hotkey": "^0.2.0",
66
65
  "motion": "^12.23.25",
67
66
  "polished": "^4.3.1",
67
+ "prettier": "^3.7.4",
68
68
  "react-aria-live": "^2.0.5",
69
69
  "react-fast-compare": "^3.2.2",
70
70
  "react-slider": "^2.0.6",
@@ -74,7 +74,7 @@
74
74
  "slate-hyperscript": "^0.100.0",
75
75
  "slate-react": "0.120.0",
76
76
  "throttle-debounce": "^5.0.2",
77
- "type-fest": "^5.3.0"
77
+ "type-fest": "^5.3.1"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@karibash/pixel-units": "^2.3.0",
@@ -94,10 +94,12 @@
94
94
  "@types/react-aria-live": "^2.0.6",
95
95
  "@types/react-dom": "^19.2.3",
96
96
  "@types/react-slider": "^1.3.6",
97
+ "@types/signale": "^1.4.7",
97
98
  "@types/throttle-debounce": "^5.0.2",
98
- "@vitejs/plugin-react": "^5.1.1",
99
+ "@vitejs/plugin-react": "^5.1.2",
99
100
  "@vitest/coverage-istanbul": "^4.0.15",
100
101
  "browserslist": "^4.28.1",
102
+ "check-export-map": "^1.3.1",
101
103
  "chromatic": "^13.3.4",
102
104
  "concurrently": "^9.2.1",
103
105
  "cross-env": "^10.1.0",
@@ -105,7 +107,7 @@
105
107
  "esbuild-visualizer": "^0.7.0",
106
108
  "globby": "^16.0.0",
107
109
  "jsdoc-to-markdown": "^9.1.3",
108
- "jsdom": "^27.2.0",
110
+ "jsdom": "^27.3.0",
109
111
  "minimist": "^1.2.8",
110
112
  "pascalcase": "^2.0.0",
111
113
  "prettier": "^3.7.4",
@@ -120,7 +122,7 @@
120
122
  "tsup": "^8.5.1",
121
123
  "tsx": "^4.21.0",
122
124
  "typescript": "^5.9.3",
123
- "vite": "^7.2.6",
125
+ "vite": "^7.2.7",
124
126
  "vitest": "^4.0.15",
125
127
  "vitest-axe": "^1.0.0-pre.5",
126
128
  "vitest-canvas-mock": "^1.1.3",