@wistia/ui 0.19.4-beta.b5da499e.f2cd98b → 0.19.4-beta.bd2829a5.94af853

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.b5da499e.f2cd98b
3
+ * @license @wistia/ui v0.19.4-beta.bd2829a5.94af853
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.b5da499e.f2cd98b
3
+ * @license @wistia/ui v0.19.4-beta.bd2829a5.94af853
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.b5da499e.f2cd98b",
3
+ "version": "0.19.4-beta.bd2829a5.94af853",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -10,14 +10,9 @@
10
10
  "exports": {
11
11
  "./package.json": "./package.json",
12
12
  ".": {
13
- "import": {
14
- "types": "./dist/index.d.mts",
15
- "default": "./dist/index.mjs"
16
- },
17
- "require": {
18
- "types": "./dist/index.d.ts",
19
- "default": "./dist/index.cjs"
20
- }
13
+ "types": "./dist/index.d.ts",
14
+ "import": "./dist/index.mjs",
15
+ "require": "./dist/index.cjs"
21
16
  }
22
17
  },
23
18
  "files": [
@@ -44,6 +39,7 @@
44
39
  "test:ci": "vitest run --coverage",
45
40
  "test:coverage": "vitest --coverage --ui",
46
41
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
42
+ "test:export": "check-export-map",
47
43
  "typecheck": "tsc"
48
44
  },
49
45
  "peerDependencies": {
@@ -99,6 +95,7 @@
99
95
  "@vitest/coverage-istanbul": "^4.0.15",
100
96
  "@vitest/ui": "^4.0.15",
101
97
  "browserslist": "^4.28.0",
98
+ "check-export-map": "^1.3.1",
102
99
  "chromatic": "^13.3.4",
103
100
  "cross-env": "^10.1.0",
104
101
  "depcheck": "^1.4.7",