@wistia/ui 0.20.1 → 0.20.2
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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.2",
|
|
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
|
-
"
|
|
13
|
-
|
|
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",
|
|
@@ -73,6 +72,7 @@
|
|
|
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:*",
|
|
@@ -94,6 +94,7 @@
|
|
|
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",
|