@wistia/ui 0.19.4-beta.113f14e6.f336e14 → 0.19.4-beta.150fdb8a.486ee18

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/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.19.4-beta.113f14e6.f336e14
3
+ * @license @wistia/ui v0.19.4-beta.150fdb8a.486ee18
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.19.4-beta.113f14e6.f336e14
3
+ * @license @wistia/ui v0.19.4-beta.150fdb8a.486ee18
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/ui",
3
- "version": "0.19.4-beta.113f14e6.f336e14",
3
+ "version": "0.19.4-beta.150fdb8a.486ee18",
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": [
@@ -33,14 +28,15 @@
33
28
  "chromatic": "chromatic --build-script-name=storybook:build --storybook-base-dir==packages/ui --allow-console-errors",
34
29
  "clean": "rm -rf ./dist && echo 'dist directory has been removed'",
35
30
  "depcheck": "depcheck",
31
+ "docgen-output": "node ../../scripts/test-docgen.mjs",
36
32
  "generate": "node ./scripts/generators/generateComponent.mjs",
37
33
  "generateIconMap": "node ./scripts/generators/generateIconMap.mjs",
38
34
  "prepack": "yarn run build",
39
35
  "publint": "publint-check",
36
+ "publint:export": "check-export-map",
40
37
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
41
38
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
42
39
  "test": "vitest",
43
- "docgen-output": "node ../../scripts/test-docgen.mjs",
44
40
  "test:ci": "vitest run --coverage",
45
41
  "test:coverage": "vitest --coverage --ui",
46
42
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
@@ -98,7 +94,8 @@
98
94
  "@vitejs/plugin-react": "^5.1.1",
99
95
  "@vitest/coverage-istanbul": "^4.0.15",
100
96
  "@vitest/ui": "^4.0.15",
101
- "browserslist": "^4.28.0",
97
+ "browserslist": "^4.28.1",
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",
@@ -107,9 +104,9 @@
107
104
  "minimist": "^1.2.8",
108
105
  "pascalcase": "^2.0.0",
109
106
  "prettier": "^3.7.4",
110
- "react": "^19.2.0",
107
+ "react": "^19.2.1",
111
108
  "react-docgen-typescript": "^2.4.0",
112
- "react-dom": "^19.2.0",
109
+ "react-dom": "^19.2.1",
113
110
  "react-router": "^7.10.0",
114
111
  "remark-gfm": "^4.0.1",
115
112
  "signale": "^1.4.0",