@wistia/ui 0.19.4 → 0.20.1

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,22 +1,17 @@
1
1
  {
2
2
  "name": "@wistia/ui",
3
- "version": "0.19.4",
3
+ "version": "0.20.1",
4
4
  "description": "Wistia UI React component library",
5
- "type": "commonjs",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.mjs",
5
+ "type": "module",
6
+ "module": "dist/index.js",
8
7
  "types": "dist/index.d.ts",
9
8
  "sideEffects": false,
10
9
  "exports": {
11
10
  "./package.json": "./package.json",
12
11
  ".": {
13
12
  "import": {
14
- "types": "./dist/index.d.mts",
15
- "default": "./dist/index.mjs"
16
- },
17
- "require": {
18
13
  "types": "./dist/index.d.ts",
19
- "default": "./dist/index.cjs"
14
+ "default": "./dist/index.js"
20
15
  }
21
16
  }
22
17
  },
@@ -47,15 +42,15 @@
47
42
  "typecheck": "tsc"
48
43
  },
49
44
  "peerDependencies": {
50
- "@types/react": "^18.0.0 || ^19.0.0",
51
- "@types/react-dom": "^18.0.0 || ^19.0.0",
52
- "react": "^18.0.0 || ^19.0.0",
53
- "react-dom": "^18.0.0 || ^19.0.0",
45
+ "@types/react": "^19.0.0",
46
+ "@types/react-dom": "^19.0.0",
47
+ "react": "^19.0.0",
48
+ "react-dom": "^19.0.0",
54
49
  "react-router": "^7.0.0",
55
50
  "styled-components": "^6.0.0"
56
51
  },
57
52
  "dependencies": {
58
- "@ariakit/react": "^0.4.19",
53
+ "@ariakit/react": "^0.4.20",
59
54
  "@radix-ui/react-collapsible": "^1.1.12",
60
55
  "@radix-ui/react-dialog": "^1.1.15",
61
56
  "@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -69,11 +64,11 @@
69
64
  "@radix-ui/react-tooltip": "^1.2.8",
70
65
  "@wistia/type-guards": "^0.9.1",
71
66
  "culori": "^4.0.2",
72
- "match-sorter": "^8.1.0",
67
+ "match-sorter": "^8.2.0",
73
68
  "polished": "^4.3.1",
74
69
  "sonner": "^2.0.7",
75
70
  "throttle-debounce": "^5.0.2",
76
- "type-fest": "^5.2.0",
71
+ "type-fest": "^5.3.0",
77
72
  "use-file-picker": "2.1.2",
78
73
  "yup": "^1.7.1"
79
74
  },
@@ -81,10 +76,10 @@
81
76
  "@mdx-js/mdx": "^3.1.1",
82
77
  "@mdx-js/react": "^3.1.1",
83
78
  "@repo/config": "workspace:*",
84
- "@storybook/addon-a11y": "^10.0.8",
85
- "@storybook/addon-docs": "^10.0.8",
86
- "@storybook/addon-links": "^10.0.8",
87
- "@storybook/react-vite": "^10.0.8",
79
+ "@storybook/addon-a11y": "^10.1.4",
80
+ "@storybook/addon-docs": "^10.1.4",
81
+ "@storybook/addon-links": "^10.1.4",
82
+ "@storybook/react-vite": "^10.1.4",
88
83
  "@testing-library/dom": "^10.4.1",
89
84
  "@testing-library/jest-dom": "^6.9.1",
90
85
  "@testing-library/react": "^16.3.0",
@@ -92,35 +87,35 @@
92
87
  "@types/culori": "^4.0.1",
93
88
  "@types/jest-axe": "^3.5.9",
94
89
  "@types/node": "^24.10.1",
95
- "@types/react": "^19.2.6",
90
+ "@types/react": "^19.2.7",
96
91
  "@types/react-dom": "^19.2.3",
97
92
  "@types/throttle-debounce": "^5.0.2",
98
93
  "@vitejs/plugin-react": "^5.1.1",
99
- "@vitest/coverage-istanbul": "^4.0.13",
100
- "@vitest/ui": "^4.0.13",
101
- "browserslist": "^4.28.0",
94
+ "@vitest/coverage-istanbul": "^4.0.15",
95
+ "@vitest/ui": "^4.0.15",
96
+ "browserslist": "^4.28.1",
102
97
  "chromatic": "^13.3.4",
103
98
  "cross-env": "^10.1.0",
104
99
  "depcheck": "^1.4.7",
105
100
  "esbuild-visualizer": "^0.7.0",
106
- "glob": "^11.1.0",
101
+ "glob": "^13.0.0",
107
102
  "minimist": "^1.2.8",
108
103
  "pascalcase": "^2.0.0",
109
- "prettier": "^3.6.2",
110
- "react": "^19.2.0",
104
+ "prettier": "^3.7.4",
105
+ "react": "^19.2.1",
111
106
  "react-docgen-typescript": "^2.4.0",
112
- "react-dom": "^19.2.0",
113
- "react-router": "^7.9.6",
107
+ "react-dom": "^19.2.1",
108
+ "react-router": "^7.10.0",
114
109
  "remark-gfm": "^4.0.1",
115
110
  "signale": "^1.4.0",
116
- "storybook": "^10.0.8",
111
+ "storybook": "^10.1.4",
117
112
  "styled-components": "^6.1.19",
118
113
  "tsup": "^8.5.1",
119
114
  "typescript": "^5.9.3",
120
- "vite": "^7.2.4",
121
- "vitest": "^4.0.13",
115
+ "vite": "^7.2.6",
116
+ "vitest": "^4.0.15",
122
117
  "vitest-axe": "^1.0.0-pre.5",
123
- "vitest-canvas-mock": "^0.3.3"
118
+ "vitest-canvas-mock": "^1.1.3"
124
119
  },
125
120
  "author": "Wistia Engineering",
126
121
  "license": "UNLICENSED",