@wistia/vhs 2.74.1-beta.ad51dae5.1d441b7 → 2.74.1-beta.b0930dd3.6650bf7
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/CollapsibleGroup/CollapsibleGroup.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/index.cjs +536 -536
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +526 -526
- package/dist/index.mjs.map +4 -4
- package/dist/theme.d.ts.map +1 -1
- package/package.json +23 -22
package/dist/theme.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAkBtD,QAAA,MAAM,KAAK,EAAE,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAkBtD,QAAA,MAAM,KAAK,EAAE,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAiFjD,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.74.1-beta.
|
|
3
|
+
"version": "2.74.1-beta.b0930dd3.6650bf7",
|
|
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",
|
|
@@ -80,28 +80,29 @@
|
|
|
80
80
|
"slate-hyperscript": "^0.100.0",
|
|
81
81
|
"slate-react": "0.99.0",
|
|
82
82
|
"throttle-debounce": "^5.0.2",
|
|
83
|
-
"type-fest": "^4.
|
|
83
|
+
"type-fest": "^4.37.0",
|
|
84
|
+
"uuid": "^11.1.0"
|
|
84
85
|
},
|
|
85
86
|
"devDependencies": {
|
|
86
87
|
"@repo/config": "workspace:*",
|
|
87
|
-
"@storybook/addon-a11y": "^8.6.
|
|
88
|
-
"@storybook/addon-backgrounds": "^8.6.
|
|
89
|
-
"@storybook/addon-controls": "^8.6.
|
|
90
|
-
"@storybook/addon-docs": "^8.6.
|
|
91
|
-
"@storybook/addon-links": "^8.6.
|
|
92
|
-
"@storybook/addon-mdx-gfm": "^8.6.
|
|
93
|
-
"@storybook/blocks": "^8.6.
|
|
94
|
-
"@storybook/manager-api": "^8.6.
|
|
95
|
-
"@storybook/react": "^8.6.
|
|
96
|
-
"@storybook/react-vite": "
|
|
97
|
-
"@storybook/theming": "^8.6.
|
|
88
|
+
"@storybook/addon-a11y": "^8.6.6",
|
|
89
|
+
"@storybook/addon-backgrounds": "^8.6.6",
|
|
90
|
+
"@storybook/addon-controls": "^8.6.6",
|
|
91
|
+
"@storybook/addon-docs": "^8.6.6",
|
|
92
|
+
"@storybook/addon-links": "^8.6.6",
|
|
93
|
+
"@storybook/addon-mdx-gfm": "^8.6.6",
|
|
94
|
+
"@storybook/blocks": "^8.6.6",
|
|
95
|
+
"@storybook/manager-api": "^8.6.6",
|
|
96
|
+
"@storybook/react": "^8.6.6",
|
|
97
|
+
"@storybook/react-vite": "8.6.6",
|
|
98
|
+
"@storybook/theming": "^8.6.6",
|
|
98
99
|
"@testing-library/dom": "^10.4.0",
|
|
99
100
|
"@testing-library/jest-dom": "^6.6.3",
|
|
100
101
|
"@testing-library/react": "^16.2.0",
|
|
101
102
|
"@testing-library/user-event": "^14.6.1",
|
|
102
103
|
"@types/is-hotkey": "^0.1.10",
|
|
103
104
|
"@types/jest-axe": "^3.5.9",
|
|
104
|
-
"@types/node": "^22.13.
|
|
105
|
+
"@types/node": "^22.13.10",
|
|
105
106
|
"@types/react": "^18.3.18",
|
|
106
107
|
"@types/react-aria-live": "^2.0.6",
|
|
107
108
|
"@types/react-dom": "^18.3.5",
|
|
@@ -109,13 +110,13 @@
|
|
|
109
110
|
"@types/styled-components": "^5.1.34",
|
|
110
111
|
"@types/throttle-debounce": "^5.0.2",
|
|
111
112
|
"@vitejs/plugin-react": "^4.3.4",
|
|
112
|
-
"@vitest/coverage-istanbul": "^3.0.
|
|
113
|
+
"@vitest/coverage-istanbul": "^3.0.8",
|
|
113
114
|
"browserslist": "^4.24.4",
|
|
114
|
-
"chromatic": "^11.
|
|
115
|
+
"chromatic": "^11.27.0",
|
|
115
116
|
"concurrently": "^9.1.2",
|
|
116
117
|
"cross-env": "^7.0.3",
|
|
117
118
|
"depcheck": "^1.4.7",
|
|
118
|
-
"esbuild": "^0.25.
|
|
119
|
+
"esbuild": "^0.25.1",
|
|
119
120
|
"esbuild-plugin-browserslist": "^0.16.0",
|
|
120
121
|
"esbuild-visualizer": "^0.7.0",
|
|
121
122
|
"globby": "^14.1.0",
|
|
@@ -123,18 +124,18 @@
|
|
|
123
124
|
"jsdom": "^26.0.0",
|
|
124
125
|
"minimist": "^1.2.8",
|
|
125
126
|
"pascalcase": "^2.0.0",
|
|
126
|
-
"prettier": "^3.5.
|
|
127
|
+
"prettier": "^3.5.3",
|
|
127
128
|
"react": "^18.3.1",
|
|
128
129
|
"react-docgen-typescript": "^2.2.2",
|
|
129
130
|
"react-dom": "^18.3.1",
|
|
130
|
-
"shx": "^0.
|
|
131
|
+
"shx": "^0.4.0",
|
|
131
132
|
"signale": "^1.4.0",
|
|
132
|
-
"storybook": "^8.6.
|
|
133
|
+
"storybook": "^8.6.6",
|
|
133
134
|
"styled-components": "^5.3.11",
|
|
134
135
|
"tsx": "^4.19.3",
|
|
135
136
|
"typescript": "^5.8.2",
|
|
136
|
-
"vite": "^6.2.
|
|
137
|
-
"vitest": "^3.0.
|
|
137
|
+
"vite": "^6.2.2",
|
|
138
|
+
"vitest": "^3.0.8",
|
|
138
139
|
"vitest-axe": "^1.0.0-pre.5",
|
|
139
140
|
"vitest-canvas-mock": "^0.3.3",
|
|
140
141
|
"vitest-console": "^0.2.0",
|