@wistia/ui 0.19.4-beta.feb024a4.a780da0 → 0.20.0

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,18 +1,18 @@
1
1
  {
2
2
  "name": "@wistia/ui",
3
- "version": "0.19.4-beta.feb024a4.a780da0",
3
+ "version": "0.20.0",
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
- "types": "./dist/index.d.ts",
14
- "import": "./dist/index.mjs",
15
- "require": "./dist/index.cjs"
12
+ "import": {
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.js"
15
+ }
16
16
  }
17
17
  },
18
18
  "files": [
@@ -39,14 +39,13 @@
39
39
  "test:ci": "vitest run --coverage",
40
40
  "test:coverage": "vitest --coverage --ui",
41
41
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
42
- "test:export": "check-export-map",
43
42
  "typecheck": "tsc"
44
43
  },
45
44
  "peerDependencies": {
46
- "@types/react": "^18.0.0 || ^19.0.0",
47
- "@types/react-dom": "^18.0.0 || ^19.0.0",
48
- "react": "^18.0.0 || ^19.0.0",
49
- "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",
50
49
  "react-router": "^7.0.0",
51
50
  "styled-components": "^6.0.0"
52
51
  },
@@ -94,8 +93,7 @@
94
93
  "@vitejs/plugin-react": "^5.1.1",
95
94
  "@vitest/coverage-istanbul": "^4.0.15",
96
95
  "@vitest/ui": "^4.0.15",
97
- "browserslist": "^4.28.0",
98
- "check-export-map": "^1.3.1",
96
+ "browserslist": "^4.28.1",
99
97
  "chromatic": "^13.3.4",
100
98
  "cross-env": "^10.1.0",
101
99
  "depcheck": "^1.4.7",
@@ -104,9 +102,9 @@
104
102
  "minimist": "^1.2.8",
105
103
  "pascalcase": "^2.0.0",
106
104
  "prettier": "^3.7.4",
107
- "react": "^19.2.0",
105
+ "react": "^19.2.1",
108
106
  "react-docgen-typescript": "^2.4.0",
109
- "react-dom": "^19.2.0",
107
+ "react-dom": "^19.2.1",
110
108
  "react-router": "^7.10.0",
111
109
  "remark-gfm": "^4.0.1",
112
110
  "signale": "^1.4.0",