@wistia/ui 0.19.4 → 0.20.1-beta.d92b0efb.fc08c14
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.d.ts +3 -2
- package/dist/{index.mjs → index.js} +680 -624
- package/dist/index.js.map +1 -0
- package/package.json +33 -37
- package/dist/index.cjs +0 -19114
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.mts +0 -4390
- package/dist/index.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.1-beta.d92b0efb.fc08c14",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
|
-
"type": "
|
|
6
|
-
"
|
|
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
|
-
"
|
|
14
|
-
|
|
15
|
-
"default": "./dist/index.mjs"
|
|
16
|
-
},
|
|
17
|
-
"require": {
|
|
18
|
-
"types": "./dist/index.d.ts",
|
|
19
|
-
"default": "./dist/index.cjs"
|
|
20
|
-
}
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js"
|
|
21
14
|
}
|
|
22
15
|
},
|
|
23
16
|
"files": [
|
|
@@ -33,29 +26,30 @@
|
|
|
33
26
|
"chromatic": "chromatic --build-script-name=storybook:build --storybook-base-dir==packages/ui --allow-console-errors",
|
|
34
27
|
"clean": "rm -rf ./dist && echo 'dist directory has been removed'",
|
|
35
28
|
"depcheck": "depcheck",
|
|
29
|
+
"docgen-output": "node ../../scripts/test-docgen.mjs",
|
|
36
30
|
"generate": "node ./scripts/generators/generateComponent.mjs",
|
|
37
31
|
"generateIconMap": "node ./scripts/generators/generateIconMap.mjs",
|
|
38
32
|
"prepack": "yarn run build",
|
|
39
33
|
"publint": "publint-check",
|
|
34
|
+
"publint:export": "check-export-map",
|
|
40
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')",
|
|
41
36
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
42
37
|
"test": "vitest",
|
|
43
|
-
"docgen-output": "node ../../scripts/test-docgen.mjs",
|
|
44
38
|
"test:ci": "vitest run --coverage",
|
|
45
39
|
"test:coverage": "vitest --coverage --ui",
|
|
46
40
|
"test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
|
|
47
41
|
"typecheck": "tsc"
|
|
48
42
|
},
|
|
49
43
|
"peerDependencies": {
|
|
50
|
-
"@types/react": "^
|
|
51
|
-
"@types/react-dom": "^
|
|
52
|
-
"react": "^
|
|
53
|
-
"react-dom": "^
|
|
44
|
+
"@types/react": "^19.0.0",
|
|
45
|
+
"@types/react-dom": "^19.0.0",
|
|
46
|
+
"react": "^19.0.0",
|
|
47
|
+
"react-dom": "^19.0.0",
|
|
54
48
|
"react-router": "^7.0.0",
|
|
55
49
|
"styled-components": "^6.0.0"
|
|
56
50
|
},
|
|
57
51
|
"dependencies": {
|
|
58
|
-
"@ariakit/react": "^0.4.
|
|
52
|
+
"@ariakit/react": "^0.4.20",
|
|
59
53
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
60
54
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
61
55
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -69,22 +63,23 @@
|
|
|
69
63
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
70
64
|
"@wistia/type-guards": "^0.9.1",
|
|
71
65
|
"culori": "^4.0.2",
|
|
72
|
-
"match-sorter": "^8.
|
|
66
|
+
"match-sorter": "^8.2.0",
|
|
73
67
|
"polished": "^4.3.1",
|
|
74
68
|
"sonner": "^2.0.7",
|
|
75
69
|
"throttle-debounce": "^5.0.2",
|
|
76
|
-
"type-fest": "^5.
|
|
70
|
+
"type-fest": "^5.3.0",
|
|
77
71
|
"use-file-picker": "2.1.2",
|
|
78
72
|
"yup": "^1.7.1"
|
|
79
73
|
},
|
|
80
74
|
"devDependencies": {
|
|
75
|
+
"@figma/code-connect": "^1.3.11",
|
|
81
76
|
"@mdx-js/mdx": "^3.1.1",
|
|
82
77
|
"@mdx-js/react": "^3.1.1",
|
|
83
78
|
"@repo/config": "workspace:*",
|
|
84
|
-
"@storybook/addon-a11y": "^10.
|
|
85
|
-
"@storybook/addon-docs": "^10.
|
|
86
|
-
"@storybook/addon-links": "^10.
|
|
87
|
-
"@storybook/react-vite": "^10.
|
|
79
|
+
"@storybook/addon-a11y": "^10.1.4",
|
|
80
|
+
"@storybook/addon-docs": "^10.1.4",
|
|
81
|
+
"@storybook/addon-links": "^10.1.4",
|
|
82
|
+
"@storybook/react-vite": "^10.1.4",
|
|
88
83
|
"@testing-library/dom": "^10.4.1",
|
|
89
84
|
"@testing-library/jest-dom": "^6.9.1",
|
|
90
85
|
"@testing-library/react": "^16.3.0",
|
|
@@ -92,35 +87,36 @@
|
|
|
92
87
|
"@types/culori": "^4.0.1",
|
|
93
88
|
"@types/jest-axe": "^3.5.9",
|
|
94
89
|
"@types/node": "^24.10.1",
|
|
95
|
-
"@types/react": "^19.2.
|
|
90
|
+
"@types/react": "^19.2.7",
|
|
96
91
|
"@types/react-dom": "^19.2.3",
|
|
97
92
|
"@types/throttle-debounce": "^5.0.2",
|
|
98
93
|
"@vitejs/plugin-react": "^5.1.1",
|
|
99
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
100
|
-
"@vitest/ui": "^4.0.
|
|
101
|
-
"browserslist": "^4.28.
|
|
94
|
+
"@vitest/coverage-istanbul": "^4.0.15",
|
|
95
|
+
"@vitest/ui": "^4.0.15",
|
|
96
|
+
"browserslist": "^4.28.1",
|
|
97
|
+
"check-export-map": "^1.3.1",
|
|
102
98
|
"chromatic": "^13.3.4",
|
|
103
99
|
"cross-env": "^10.1.0",
|
|
104
100
|
"depcheck": "^1.4.7",
|
|
105
101
|
"esbuild-visualizer": "^0.7.0",
|
|
106
|
-
"glob": "^
|
|
102
|
+
"glob": "^13.0.0",
|
|
107
103
|
"minimist": "^1.2.8",
|
|
108
104
|
"pascalcase": "^2.0.0",
|
|
109
|
-
"prettier": "^3.
|
|
110
|
-
"react": "^19.2.
|
|
105
|
+
"prettier": "^3.7.4",
|
|
106
|
+
"react": "^19.2.1",
|
|
111
107
|
"react-docgen-typescript": "^2.4.0",
|
|
112
|
-
"react-dom": "^19.2.
|
|
113
|
-
"react-router": "^7.
|
|
108
|
+
"react-dom": "^19.2.1",
|
|
109
|
+
"react-router": "^7.10.0",
|
|
114
110
|
"remark-gfm": "^4.0.1",
|
|
115
111
|
"signale": "^1.4.0",
|
|
116
|
-
"storybook": "^10.
|
|
112
|
+
"storybook": "^10.1.4",
|
|
117
113
|
"styled-components": "^6.1.19",
|
|
118
114
|
"tsup": "^8.5.1",
|
|
119
115
|
"typescript": "^5.9.3",
|
|
120
|
-
"vite": "^7.2.
|
|
121
|
-
"vitest": "^4.0.
|
|
116
|
+
"vite": "^7.2.6",
|
|
117
|
+
"vitest": "^4.0.15",
|
|
122
118
|
"vitest-axe": "^1.0.0-pre.5",
|
|
123
|
-
"vitest-canvas-mock": "^
|
|
119
|
+
"vitest-canvas-mock": "^1.1.3"
|
|
124
120
|
},
|
|
125
121
|
"author": "Wistia Engineering",
|
|
126
122
|
"license": "UNLICENSED",
|