@wistia/ui 0.25.0 → 0.25.1
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 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +37 -49
package/package.json
CHANGED
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.1",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
|
+
"homepage": "https://github.com/wistia/vhs#readme",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/wistia/vhs/issues"
|
|
8
|
+
},
|
|
9
|
+
"license": "UNLICENSED",
|
|
10
|
+
"author": "Wistia Engineering",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/wistia/vhs.git"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
5
18
|
"type": "module",
|
|
19
|
+
"sideEffects": false,
|
|
6
20
|
"module": "dist/index.js",
|
|
7
21
|
"types": "dist/index.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
22
|
"exports": {
|
|
10
23
|
"./package.json": "./package.json",
|
|
11
24
|
".": {
|
|
@@ -14,12 +27,6 @@
|
|
|
14
27
|
},
|
|
15
28
|
"./css-custom-data.css": "./dist/css-custom-data.css"
|
|
16
29
|
},
|
|
17
|
-
"files": [
|
|
18
|
-
"dist"
|
|
19
|
-
],
|
|
20
|
-
"engines": {
|
|
21
|
-
"node": ">=22.16.0 || >=24.0.0"
|
|
22
|
-
},
|
|
23
30
|
"scripts": {
|
|
24
31
|
"build:analyze": "cross-env ANALYZE=true vp run build && open ./dist/bundle-stats.html",
|
|
25
32
|
"build:watch": "tsdown --watch",
|
|
@@ -40,29 +47,9 @@
|
|
|
40
47
|
"test:watch": "vitest",
|
|
41
48
|
"typecheck": "tsgo"
|
|
42
49
|
},
|
|
43
|
-
"peerDependencies": {
|
|
44
|
-
"@types/react": "^19.0.0",
|
|
45
|
-
"@types/react-dom": "^19.0.0",
|
|
46
|
-
"react": "^19.0.0",
|
|
47
|
-
"react-dom": "^19.0.0",
|
|
48
|
-
"react-router": "^7.0.0",
|
|
49
|
-
"styled-components": "^6.0.0"
|
|
50
|
-
},
|
|
51
50
|
"dependencies": {
|
|
52
|
-
"@ariakit/react": "^0.4.
|
|
53
|
-
"@base-ui/react": "^1.4.
|
|
54
|
-
"@radix-ui/react-collapsible": "^1.1.12",
|
|
55
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
56
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
57
|
-
"@radix-ui/react-hover-card": "^1.1.15",
|
|
58
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
59
|
-
"@radix-ui/react-progress": "^1.1.8",
|
|
60
|
-
"@radix-ui/react-radio-group": "^1.3.8",
|
|
61
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
62
|
-
"@radix-ui/react-slider": "^1.3.6",
|
|
63
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
64
|
-
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
65
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
51
|
+
"@ariakit/react": "^0.4.26",
|
|
52
|
+
"@base-ui/react": "^1.4.1",
|
|
66
53
|
"@wistia/type-guards": "^0.10.0",
|
|
67
54
|
"culori": "^4.0.2",
|
|
68
55
|
"date-fns": "^4.1.0",
|
|
@@ -96,13 +83,13 @@
|
|
|
96
83
|
"@types/react": "^19.2.14",
|
|
97
84
|
"@types/react-dom": "^19.2.3",
|
|
98
85
|
"@types/throttle-debounce": "^5.0.2",
|
|
99
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
86
|
+
"@typescript/native-preview": "^7.0.0-dev.20260422.1",
|
|
100
87
|
"@vitejs/plugin-react": "^6.0.1",
|
|
101
|
-
"@vitest/coverage-istanbul": "^4.1.
|
|
102
|
-
"@vitest/ui": "^4.1.
|
|
88
|
+
"@vitest/coverage-istanbul": "^4.1.5",
|
|
89
|
+
"@vitest/ui": "^4.1.5",
|
|
103
90
|
"browserslist": "^4.28.2",
|
|
104
91
|
"check-export-map": "^1.3.1",
|
|
105
|
-
"chromatic": "^16.
|
|
92
|
+
"chromatic": "^16.5.0",
|
|
106
93
|
"cross-env": "^10.1.0",
|
|
107
94
|
"glob": "^13.0.6",
|
|
108
95
|
"jsdom": "^29.0.2",
|
|
@@ -112,28 +99,29 @@
|
|
|
112
99
|
"react": "^19.2.5",
|
|
113
100
|
"react-docgen-typescript": "^2.4.0",
|
|
114
101
|
"react-dom": "^19.2.5",
|
|
115
|
-
"react-router": "^7.14.
|
|
102
|
+
"react-router": "^7.14.2",
|
|
116
103
|
"remark-gfm": "^4.0.1",
|
|
117
|
-
"rolldown": "^1.0.0-rc.
|
|
104
|
+
"rolldown": "^1.0.0-rc.17",
|
|
118
105
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
119
106
|
"signale": "^1.4.0",
|
|
120
107
|
"storybook": "^10.3.5",
|
|
121
108
|
"styled-components": "6.2.0",
|
|
122
|
-
"tsdown": "^0.21.
|
|
123
|
-
"typescript": "^6.0.
|
|
124
|
-
"vite": "^8.0.
|
|
125
|
-
"vitest": "^4.1.
|
|
109
|
+
"tsdown": "^0.21.10",
|
|
110
|
+
"typescript": "^6.0.3",
|
|
111
|
+
"vite": "^8.0.9",
|
|
112
|
+
"vitest": "^4.1.5",
|
|
126
113
|
"vitest-axe": "^1.0.0-pre.5",
|
|
127
114
|
"vitest-canvas-mock": "^1.1.4"
|
|
128
115
|
},
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
"url": "https://github.com/wistia/vhs/issues"
|
|
116
|
+
"peerDependencies": {
|
|
117
|
+
"@types/react": "^19.0.0",
|
|
118
|
+
"@types/react-dom": "^19.0.0",
|
|
119
|
+
"react": "^19.0.0",
|
|
120
|
+
"react-dom": "^19.0.0",
|
|
121
|
+
"react-router": "^7.0.0",
|
|
122
|
+
"styled-components": "^6.0.0"
|
|
137
123
|
},
|
|
138
|
-
"
|
|
124
|
+
"engines": {
|
|
125
|
+
"node": ">=22.16.0 || >=24.0.0"
|
|
126
|
+
}
|
|
139
127
|
}
|