@wistia/ui 0.0.6 → 0.0.7
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 +15 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -25
- /package/dist/{index.d.cts → index.d.mts} +0 -0
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
|
-
"type": "
|
|
5
|
+
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
8
|
-
"types": "dist/index.d.
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
9
|
"sideEffects": false,
|
|
10
10
|
"exports": {
|
|
11
11
|
"./package.json": "./package.json",
|
|
12
12
|
".": {
|
|
13
13
|
"import": {
|
|
14
|
-
"types": "./dist/index.d.
|
|
14
|
+
"types": "./dist/index.d.mts",
|
|
15
15
|
"default": "./dist/index.mjs"
|
|
16
16
|
},
|
|
17
17
|
"require": {
|
|
18
|
-
"types": "./dist/index.d.
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
19
|
"default": "./dist/index.cjs"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=20.0.0 || >=22.0.0"
|
|
28
|
+
},
|
|
26
29
|
"scripts": {
|
|
27
30
|
"build": "tsup --dts --config tsup.config.mts",
|
|
28
31
|
"build:watch": "yarn build --watch",
|
|
@@ -59,29 +62,29 @@
|
|
|
59
62
|
},
|
|
60
63
|
"devDependencies": {
|
|
61
64
|
"@repo/config": "workspace:*",
|
|
62
|
-
"@storybook/addon-a11y": "^8.3.
|
|
63
|
-
"@storybook/addon-backgrounds": "^8.3.
|
|
64
|
-
"@storybook/addon-controls": "^8.3.
|
|
65
|
-
"@storybook/addon-docs": "^8.3.
|
|
66
|
-
"@storybook/addon-links": "^8.3.
|
|
67
|
-
"@storybook/blocks": "^8.3.
|
|
68
|
-
"@storybook/manager-api": "^8.3.
|
|
69
|
-
"@storybook/react": "^8.3.
|
|
70
|
-
"@storybook/react-vite": "^8.3.
|
|
71
|
-
"@storybook/theming": "^8.3.
|
|
65
|
+
"@storybook/addon-a11y": "^8.3.6",
|
|
66
|
+
"@storybook/addon-backgrounds": "^8.3.6",
|
|
67
|
+
"@storybook/addon-controls": "^8.3.6",
|
|
68
|
+
"@storybook/addon-docs": "^8.3.6",
|
|
69
|
+
"@storybook/addon-links": "^8.3.6",
|
|
70
|
+
"@storybook/blocks": "^8.3.6",
|
|
71
|
+
"@storybook/manager-api": "^8.3.6",
|
|
72
|
+
"@storybook/react": "^8.3.6",
|
|
73
|
+
"@storybook/react-vite": "^8.3.6",
|
|
74
|
+
"@storybook/theming": "^8.3.6",
|
|
72
75
|
"@testing-library/dom": "^10.4.0",
|
|
73
|
-
"@testing-library/jest-dom": "^6.6.
|
|
76
|
+
"@testing-library/jest-dom": "^6.6.2",
|
|
74
77
|
"@testing-library/react": "^16.0.1",
|
|
75
78
|
"@testing-library/user-event": "^14.5.2",
|
|
76
|
-
"@types/node": "^22.7.
|
|
77
|
-
"@types/react": "^18.3.
|
|
79
|
+
"@types/node": "^22.7.9",
|
|
80
|
+
"@types/react": "^18.3.12",
|
|
78
81
|
"@types/react-dom": "^18.3.1",
|
|
79
82
|
"@types/styled-components": "^5.1.34",
|
|
80
83
|
"@types/throttle-debounce": "^5.0.2",
|
|
81
84
|
"@vitejs/plugin-react": "^4.3.3",
|
|
82
85
|
"@vitest/coverage-istanbul": "^2.1.3",
|
|
83
|
-
"browserslist": "^4.24.
|
|
84
|
-
"chromatic": "^11.
|
|
86
|
+
"browserslist": "^4.24.2",
|
|
87
|
+
"chromatic": "^11.14.0",
|
|
85
88
|
"cross-env": "^7.0.3",
|
|
86
89
|
"depcheck": "^1.4.7",
|
|
87
90
|
"minimist": "^1.2.8",
|
|
@@ -92,19 +95,16 @@
|
|
|
92
95
|
"react-dom": "^18.3.1",
|
|
93
96
|
"react-router-dom": "^6.27.0",
|
|
94
97
|
"signale": "^1.4.0",
|
|
95
|
-
"storybook": "^8.3.
|
|
98
|
+
"storybook": "^8.3.6",
|
|
96
99
|
"styled-components": "^5.3.11",
|
|
97
100
|
"tsup": "^8.3.0",
|
|
98
101
|
"typescript": "5.5.4",
|
|
99
|
-
"vite": "^5.4.
|
|
102
|
+
"vite": "^5.4.10",
|
|
100
103
|
"vitest": "^2.1.3",
|
|
101
104
|
"vitest-axe": "^1.0.0-pre.3",
|
|
102
105
|
"vitest-canvas-mock": "^0.3.3",
|
|
103
106
|
"vitest-console": "^0.1.1"
|
|
104
107
|
},
|
|
105
|
-
"engines": {
|
|
106
|
-
"node": ">=20.0.0 || >=22.0.0"
|
|
107
|
-
},
|
|
108
108
|
"author": "Wistia Engineering",
|
|
109
109
|
"license": "UNLICENSED",
|
|
110
110
|
"repository": {
|
|
File without changes
|