@wistia/ui 0.20.1 → 0.20.2-beta.adca0819.ae427f4

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.20.1",
3
+ "version": "0.20.2-beta.adca0819.ae427f4",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -9,10 +9,8 @@
9
9
  "exports": {
10
10
  "./package.json": "./package.json",
11
11
  ".": {
12
- "import": {
13
- "types": "./dist/index.d.ts",
14
- "default": "./dist/index.js"
15
- }
12
+ "types": "./dist/index.d.ts",
13
+ "import": "./dist/index.js"
16
14
  }
17
15
  },
18
16
  "files": [
@@ -28,14 +26,15 @@
28
26
  "chromatic": "chromatic --build-script-name=storybook:build --storybook-base-dir==packages/ui --allow-console-errors",
29
27
  "clean": "rm -rf ./dist && echo 'dist directory has been removed'",
30
28
  "depcheck": "depcheck",
29
+ "docgen-output": "node ../../scripts/test-docgen.mjs",
31
30
  "generate": "node ./scripts/generators/generateComponent.mjs",
32
31
  "generateIconMap": "node ./scripts/generators/generateIconMap.mjs",
33
32
  "prepack": "yarn run build",
34
33
  "publint": "publint-check",
34
+ "publint:export": "check-export-map",
35
35
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
36
36
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
37
37
  "test": "vitest",
38
- "docgen-output": "node ../../scripts/test-docgen.mjs",
39
38
  "test:ci": "vitest run --coverage",
40
39
  "test:coverage": "vitest --coverage --ui",
41
40
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
@@ -68,11 +67,12 @@
68
67
  "polished": "^4.3.1",
69
68
  "sonner": "^2.0.7",
70
69
  "throttle-debounce": "^5.0.2",
71
- "type-fest": "^5.3.0",
70
+ "type-fest": "^5.3.1",
72
71
  "use-file-picker": "2.1.2",
73
72
  "yup": "^1.7.1"
74
73
  },
75
74
  "devDependencies": {
75
+ "@figma/code-connect": "^1.3.11",
76
76
  "@mdx-js/mdx": "^3.1.1",
77
77
  "@mdx-js/react": "^3.1.1",
78
78
  "@repo/config": "workspace:*",
@@ -90,10 +90,11 @@
90
90
  "@types/react": "^19.2.7",
91
91
  "@types/react-dom": "^19.2.3",
92
92
  "@types/throttle-debounce": "^5.0.2",
93
- "@vitejs/plugin-react": "^5.1.1",
93
+ "@vitejs/plugin-react": "^5.1.2",
94
94
  "@vitest/coverage-istanbul": "^4.0.15",
95
95
  "@vitest/ui": "^4.0.15",
96
96
  "browserslist": "^4.28.1",
97
+ "check-export-map": "^1.3.1",
97
98
  "chromatic": "^13.3.4",
98
99
  "cross-env": "^10.1.0",
99
100
  "depcheck": "^1.4.7",
@@ -105,14 +106,14 @@
105
106
  "react": "^19.2.1",
106
107
  "react-docgen-typescript": "^2.4.0",
107
108
  "react-dom": "^19.2.1",
108
- "react-router": "^7.10.0",
109
+ "react-router": "^7.10.1",
109
110
  "remark-gfm": "^4.0.1",
110
111
  "signale": "^1.4.0",
111
112
  "storybook": "^10.1.4",
112
113
  "styled-components": "^6.1.19",
113
114
  "tsup": "^8.5.1",
114
115
  "typescript": "^5.9.3",
115
- "vite": "^7.2.6",
116
+ "vite": "^7.2.7",
116
117
  "vitest": "^4.0.15",
117
118
  "vitest-axe": "^1.0.0-pre.5",
118
119
  "vitest-canvas-mock": "^1.1.3"