@wistia/vhs 5.0.0 → 5.0.1-beta.2b4d95c2.c66d06d

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.2b4d95c2.c66d06d",
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",
@@ -58,13 +57,14 @@
58
57
  },
59
58
  "dependencies": {
60
59
  "@radix-ui/react-dropdown-menu": "^2.1.16",
61
- "@wistia/type-guards": "^0.9.1",
60
+ "@wistia/type-guards": "^0.9.3",
62
61
  "@wistia/vhs-design-tokens": "^3.0.1",
63
62
  "date-fns": "^4.1.0",
64
63
  "formik": "^2.4.9",
65
64
  "is-hotkey": "^0.2.0",
66
- "motion": "^12.23.25",
65
+ "motion": "^12.24.7",
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,54 +74,56 @@
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",
81
81
  "@repo/config": "workspace:*",
82
- "@storybook/addon-a11y": "^10.1.4",
83
- "@storybook/addon-docs": "^10.1.4",
84
- "@storybook/addon-links": "^10.1.4",
85
- "@storybook/react-vite": "^10.1.4",
82
+ "@storybook/addon-a11y": "^10.1.11",
83
+ "@storybook/addon-docs": "^10.1.11",
84
+ "@storybook/addon-links": "^10.1.11",
85
+ "@storybook/react-vite": "^10.1.11",
86
86
  "@testing-library/dom": "^10.4.1",
87
87
  "@testing-library/jest-dom": "^6.9.1",
88
- "@testing-library/react": "^16.3.0",
88
+ "@testing-library/react": "^16.3.1",
89
89
  "@testing-library/user-event": "^14.6.1",
90
90
  "@types/is-hotkey": "^0.1.10",
91
91
  "@types/jest-axe": "^3.5.9",
92
- "@types/node": "^24.10.1",
92
+ "@types/node": "^25.0.3",
93
93
  "@types/react": "^19.2.7",
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
- "@vitest/coverage-istanbul": "^4.0.15",
99
+ "@vitejs/plugin-react": "^5.1.2",
100
+ "@vitest/coverage-istanbul": "^4.0.16",
100
101
  "browserslist": "^4.28.1",
101
- "chromatic": "^13.3.4",
102
+ "check-export-map": "^1.3.1",
103
+ "chromatic": "^13.3.5",
102
104
  "concurrently": "^9.2.1",
103
105
  "cross-env": "^10.1.0",
104
106
  "depcheck": "^1.4.7",
105
107
  "esbuild-visualizer": "^0.7.0",
106
- "globby": "^16.0.0",
108
+ "globby": "^16.1.0",
107
109
  "jsdoc-to-markdown": "^9.1.3",
108
- "jsdom": "^27.2.0",
110
+ "jsdom": "^27.4.0",
109
111
  "minimist": "^1.2.8",
110
112
  "pascalcase": "^2.0.0",
111
113
  "prettier": "^3.7.4",
112
- "react": "^19.2.1",
114
+ "react": "^19.2.3",
113
115
  "react-docgen-typescript": "^2.4.0",
114
- "react-dom": "^19.2.1",
116
+ "react-dom": "^19.2.3",
115
117
  "remark-gfm": "^4.0.1",
116
118
  "shx": "^0.4.0",
117
119
  "signale": "^1.4.0",
118
- "storybook": "^10.1.4",
119
- "styled-components": "^6.1.19",
120
+ "storybook": "^10.1.11",
121
+ "styled-components": "^6.2.0",
120
122
  "tsup": "^8.5.1",
121
123
  "tsx": "^4.21.0",
122
124
  "typescript": "^5.9.3",
123
- "vite": "^7.2.6",
124
- "vitest": "^4.0.15",
125
+ "vite": "^7.3.0",
126
+ "vitest": "^4.0.16",
125
127
  "vitest-axe": "^1.0.0-pre.5",
126
128
  "vitest-canvas-mock": "^1.1.3",
127
129
  "yup": "^1.7.1"