@wistia/vhs 2.58.1 → 2.58.2-beta.4d9ef137.47f2180

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": "2.58.1",
3
+ "version": "2.58.2-beta.4d9ef137.47f2180",
4
4
  "packageManager": "yarn@4.3.1",
5
5
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
6
6
  "type": "commonjs",
@@ -56,7 +56,7 @@
56
56
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
57
57
  "test": "cross-env NODE_ENV=test vitest run",
58
58
  "test:ci": "yarn run test",
59
- "test:coverage": "yarn run test --coverage=true && open ./coverage/lcov-report/index.html",
59
+ "test:coverage": "yarn run test --coverage=true && open ./coverage/index.html",
60
60
  "test:debug": "echo 'open chrome://inspect/#devices' && cross-env NODE_ENV=test vitest --inspect-brk --no-file-parallelism",
61
61
  "ts:check": "tsc",
62
62
  "ts:generate": "tsx ./scripts/generateTypes.ts"
@@ -72,7 +72,7 @@
72
72
  "dependencies": {
73
73
  "@radix-ui/react-dropdown-menu": "^2.1.1",
74
74
  "@wistia/type-guards": "^0.0.8",
75
- "@wistia/vhs-design-tokens": "^2.1.0",
75
+ "@wistia/vhs-design-tokens": "^2.1.2",
76
76
  "date-fns": "^3.6.0",
77
77
  "formik": "^2.4.6",
78
78
  "framer-motion": "^11.2.13",
@@ -82,16 +82,17 @@
82
82
  "react-fast-compare": "^3.2.2",
83
83
  "react-is": "^18.3.1",
84
84
  "react-slider": "^2.0.6",
85
- "slate": "0.94.1",
85
+ "slate": "^0.103.0",
86
86
  "slate-history": "^0.100.0",
87
87
  "slate-hyperscript": "^0.100.0",
88
- "slate-react": "^0.99.0",
88
+ "slate-react": "^0.107.0",
89
89
  "throttle-debounce": "^5.0.2",
90
90
  "type-fest": "^4.21.0",
91
91
  "uuid": "^10.0.0"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@storybook/addon-a11y": "^8.1.11",
95
+ "@storybook/addon-backgrounds": "^8.1.11",
95
96
  "@storybook/addon-controls": "^8.1.11",
96
97
  "@storybook/addon-docs": "^8.1.11",
97
98
  "@storybook/addon-links": "^8.1.11",
@@ -114,7 +115,7 @@
114
115
  "@types/throttle-debounce": "^5.0.2",
115
116
  "@types/uuid": "^10.0.0",
116
117
  "@vitejs/plugin-react": "^4.3.1",
117
- "@vitest/coverage-istanbul": "^1.6.0",
118
+ "@vitest/coverage-istanbul": "^2.0.1",
118
119
  "@wistia/eslint-config": "^0.34.0",
119
120
  "browserslist": "^4.23.1",
120
121
  "bundlewatch": "^0.3.3",
@@ -141,7 +142,7 @@
141
142
  "tsx": "^4.16.2",
142
143
  "typescript": "5.4.5",
143
144
  "vite": "^5.3.3",
144
- "vitest": "^1.6.0",
145
+ "vitest": "^2.0.1",
145
146
  "vitest-axe": "^1.0.0-pre.3",
146
147
  "vitest-canvas-mock": "^0.3.3",
147
148
  "vitest-console": "^0.1.1",
@@ -1,2 +0,0 @@
1
- export declare const UseClipboardExampleWithError: () => import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=UseClipboardExampleWithError.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UseClipboardExampleWithError.d.ts","sourceRoot":"","sources":["../../../src/hooks/useClipboard/UseClipboardExampleWithError.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,4BAA4B,+CAkDxC,CAAC"}