@wistia/ui 0.19.4-beta.3c56092c.db889dd → 0.19.4-beta.66ae06f7.a9d362a

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