@wistia/ui 0.19.2-beta.9b7ae93c.21c9d56 → 0.19.2-beta.e6949001.ee25fac
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.mjs +1 -1
- package/package.json +4 -9
- package/dist/index.cjs +0 -19085
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.mts +0 -4390
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.19.2-beta.
|
|
3
|
+
"version": "0.19.2-beta.e6949001.ee25fac",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
|
-
"type": "
|
|
6
|
-
"main": "dist/index.cjs",
|
|
5
|
+
"type": "module",
|
|
7
6
|
"module": "dist/index.mjs",
|
|
8
7
|
"types": "dist/index.d.ts",
|
|
9
8
|
"sideEffects": false,
|
|
@@ -11,12 +10,8 @@
|
|
|
11
10
|
"./package.json": "./package.json",
|
|
12
11
|
".": {
|
|
13
12
|
"import": {
|
|
14
|
-
"types": "./dist/index.d.mts",
|
|
15
|
-
"default": "./dist/index.mjs"
|
|
16
|
-
},
|
|
17
|
-
"require": {
|
|
18
13
|
"types": "./dist/index.d.ts",
|
|
19
|
-
"default": "./dist/index.
|
|
14
|
+
"default": "./dist/index.mjs"
|
|
20
15
|
}
|
|
21
16
|
}
|
|
22
17
|
},
|
|
@@ -120,7 +115,7 @@
|
|
|
120
115
|
"vite": "^7.2.4",
|
|
121
116
|
"vitest": "^4.0.13",
|
|
122
117
|
"vitest-axe": "^1.0.0-pre.5",
|
|
123
|
-
"vitest-canvas-mock": "^
|
|
118
|
+
"vitest-canvas-mock": "^0.3.3"
|
|
124
119
|
},
|
|
125
120
|
"author": "Wistia Engineering",
|
|
126
121
|
"license": "UNLICENSED",
|