@wistia/ui 0.19.4-beta.0a762049.0f7c374 → 0.19.4-beta.0bc44fe8.e89e0f2

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.0a762049.0f7c374
3
+ * @license @wistia/ui v0.19.4-beta.0bc44fe8.e89e0f2
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.0a762049.0f7c374
3
+ * @license @wistia/ui v0.19.4-beta.0bc44fe8.e89e0f2
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.0a762049.0f7c374",
3
+ "version": "0.19.4-beta.0bc44fe8.e89e0f2",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -33,14 +33,15 @@
33
33
  "chromatic": "chromatic --build-script-name=storybook:build --storybook-base-dir==packages/ui --allow-console-errors",
34
34
  "clean": "rm -rf ./dist && echo 'dist directory has been removed'",
35
35
  "depcheck": "depcheck",
36
+ "docgen-output": "node ../../scripts/test-docgen.mjs",
36
37
  "generate": "node ./scripts/generators/generateComponent.mjs",
37
38
  "generateIconMap": "node ./scripts/generators/generateIconMap.mjs",
38
39
  "prepack": "yarn run build",
39
40
  "publint": "publint-check",
41
+ "publint:export": "check-export-map",
40
42
  "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
43
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
42
44
  "test": "vitest",
43
- "docgen-output": "node ../../scripts/test-docgen.mjs",
44
45
  "test:ci": "vitest run --coverage",
45
46
  "test:coverage": "vitest --coverage --ui",
46
47
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
@@ -98,7 +99,8 @@
98
99
  "@vitejs/plugin-react": "^5.1.1",
99
100
  "@vitest/coverage-istanbul": "^4.0.15",
100
101
  "@vitest/ui": "^4.0.15",
101
- "browserslist": "^4.28.0",
102
+ "browserslist": "^4.28.1",
103
+ "check-export-map": "^1.3.1",
102
104
  "chromatic": "^13.3.4",
103
105
  "cross-env": "^10.1.0",
104
106
  "depcheck": "^1.4.7",
@@ -107,9 +109,9 @@
107
109
  "minimist": "^1.2.8",
108
110
  "pascalcase": "^2.0.0",
109
111
  "prettier": "^3.7.4",
110
- "react": "^19.2.0",
112
+ "react": "^19.2.1",
111
113
  "react-docgen-typescript": "^2.4.0",
112
- "react-dom": "^19.2.0",
114
+ "react-dom": "^19.2.1",
113
115
  "react-router": "^7.10.0",
114
116
  "remark-gfm": "^4.0.1",
115
117
  "signale": "^1.4.0",