@wistia/vhs 2.60.1 → 2.61.0-beta.2900f500.d68c614
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/components/Avatar/Avatar.d.ts +31 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/formatInitialsForDisplay.d.ts +2 -0
- package/dist/components/Avatar/formatInitialsForDisplay.d.ts.map +1 -0
- package/dist/components/Avatar/generateContactAvatarColors.d.ts +14 -0
- package/dist/components/Avatar/generateContactAvatarColors.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +3 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/ButtonLink/ButtonLink.d.ts +10 -0
- package/dist/components/ButtonLink/ButtonLink.d.ts.map +1 -1
- package/dist/components/ClickArea/ClickArea.d.ts +13 -0
- package/dist/components/ClickArea/ClickArea.d.ts.map +1 -1
- package/dist/components/CollapsibleGroup/CollapsibleGroup.d.ts.map +1 -1
- package/dist/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -1
- package/dist/components/Menu/Menu.d.ts.map +1 -1
- package/dist/components/Thumbnail/Thumbnail.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/hooks/useThemeColor/useThemeColor.d.ts.map +1 -1
- package/dist/index.cjs +567 -523
- package/dist/index.cjs.map +4 -4
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +546 -502
- package/dist/index.mjs.map +4 -4
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-beta.2900f500.d68c614",
|
|
4
4
|
"packageManager": "yarn@4.3.1",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@wistia/vhs-design-tokens": "^2.1.3",
|
|
76
76
|
"date-fns": "^3.6.0",
|
|
77
77
|
"formik": "^2.4.6",
|
|
78
|
-
"framer-motion": "^11.3.
|
|
78
|
+
"framer-motion": "^11.3.17",
|
|
79
79
|
"is-hotkey": "^0.2.0",
|
|
80
80
|
"polished": "^4.3.1",
|
|
81
81
|
"react-aria-live": "^2.0.5",
|
|
@@ -85,41 +85,40 @@
|
|
|
85
85
|
"slate": "0.94.1",
|
|
86
86
|
"slate-history": "^0.100.0",
|
|
87
87
|
"slate-hyperscript": "^0.100.0",
|
|
88
|
-
"slate-react": "
|
|
88
|
+
"slate-react": "0.99.0",
|
|
89
89
|
"throttle-debounce": "^5.0.2",
|
|
90
|
-
"type-fest": "^4.
|
|
91
|
-
"uuid": "^10.0.0"
|
|
90
|
+
"type-fest": "^4.23.0"
|
|
92
91
|
},
|
|
93
92
|
"devDependencies": {
|
|
94
|
-
"@storybook/addon-a11y": "^8.2.
|
|
95
|
-
"@storybook/addon-backgrounds": "^8.2.
|
|
96
|
-
"@storybook/addon-controls": "^8.2.
|
|
97
|
-
"@storybook/addon-docs": "^8.2.
|
|
98
|
-
"@storybook/addon-links": "^8.2.
|
|
99
|
-
"@storybook/addon-mdx-gfm": "^8.2.
|
|
100
|
-
"@storybook/blocks": "^8.2.
|
|
101
|
-
"@storybook/manager-api": "^8.2.
|
|
102
|
-
"@storybook/react": "^8.2.
|
|
103
|
-
"@storybook/react-vite": "^8.2.
|
|
104
|
-
"@storybook/theming": "^8.2.
|
|
105
|
-
"@testing-library/dom": "^10.
|
|
106
|
-
"@testing-library/jest-dom": "6.4.
|
|
93
|
+
"@storybook/addon-a11y": "^8.2.6",
|
|
94
|
+
"@storybook/addon-backgrounds": "^8.2.6",
|
|
95
|
+
"@storybook/addon-controls": "^8.2.6",
|
|
96
|
+
"@storybook/addon-docs": "^8.2.6",
|
|
97
|
+
"@storybook/addon-links": "^8.2.6",
|
|
98
|
+
"@storybook/addon-mdx-gfm": "^8.2.6",
|
|
99
|
+
"@storybook/blocks": "^8.2.6",
|
|
100
|
+
"@storybook/manager-api": "^8.2.6",
|
|
101
|
+
"@storybook/react": "^8.2.6",
|
|
102
|
+
"@storybook/react-vite": "^8.2.6",
|
|
103
|
+
"@storybook/theming": "^8.2.6",
|
|
104
|
+
"@testing-library/dom": "^10.4.0",
|
|
105
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
107
106
|
"@testing-library/react": "^16.0.0",
|
|
108
107
|
"@testing-library/user-event": "^14.5.2",
|
|
109
|
-
"@types/
|
|
108
|
+
"@types/is-hotkey": "^0.1.10",
|
|
109
|
+
"@types/node": "^20.14.12",
|
|
110
110
|
"@types/react": "^18.3.3",
|
|
111
111
|
"@types/react-aria-live": "^2.0.6",
|
|
112
112
|
"@types/react-dom": "^18.3.0",
|
|
113
113
|
"@types/react-slider": "^1.3.6",
|
|
114
114
|
"@types/styled-components": "^5.1.34",
|
|
115
115
|
"@types/throttle-debounce": "^5.0.2",
|
|
116
|
-
"@types/uuid": "^10.0.0",
|
|
117
116
|
"@vitejs/plugin-react": "^4.3.1",
|
|
118
|
-
"@vitest/coverage-istanbul": "^2.0.
|
|
117
|
+
"@vitest/coverage-istanbul": "^2.0.4",
|
|
119
118
|
"@wistia/eslint-config": "^0.35.0",
|
|
120
119
|
"browserslist": "^4.23.2",
|
|
121
|
-
"bundlewatch": "^0.
|
|
122
|
-
"chromatic": "^11.5.
|
|
120
|
+
"bundlewatch": "^0.4.0",
|
|
121
|
+
"chromatic": "^11.5.6",
|
|
123
122
|
"concurrently": "^8.2.2",
|
|
124
123
|
"cross-env": "^7.0.3",
|
|
125
124
|
"depcheck": "^1.4.7",
|
|
@@ -127,21 +126,22 @@
|
|
|
127
126
|
"esbuild-plugin-browserslist": "^0.14.0",
|
|
128
127
|
"esbuild-visualizer": "^0.6.0",
|
|
129
128
|
"globby": "^14.0.2",
|
|
130
|
-
"jsdoc-to-markdown": "^8.0.
|
|
131
|
-
"jsdom": "^24.1.
|
|
129
|
+
"jsdoc-to-markdown": "^8.0.3",
|
|
130
|
+
"jsdom": "^24.1.1",
|
|
132
131
|
"minimist": "^1.2.8",
|
|
133
132
|
"pascalcase": "^2.0.0",
|
|
134
|
-
"
|
|
133
|
+
"prettier": "^3.3.3",
|
|
134
|
+
"publint": "^0.2.9",
|
|
135
135
|
"react": "^18.3.1",
|
|
136
136
|
"react-dom": "^18.3.1",
|
|
137
137
|
"shx": "^0.3.4",
|
|
138
|
-
"storybook": "^8.2.
|
|
138
|
+
"storybook": "^8.2.6",
|
|
139
139
|
"styled-components": "^5.3.11",
|
|
140
140
|
"stylelint": "^16.7.0",
|
|
141
141
|
"tsx": "^4.16.2",
|
|
142
|
-
"typescript": "5.5.
|
|
143
|
-
"vite": "^5.3.
|
|
144
|
-
"vitest": "^2.0.
|
|
142
|
+
"typescript": "^5.5.4",
|
|
143
|
+
"vite": "^5.3.5",
|
|
144
|
+
"vitest": "^2.0.4",
|
|
145
145
|
"vitest-axe": "^1.0.0-pre.3",
|
|
146
146
|
"vitest-canvas-mock": "^0.3.3",
|
|
147
147
|
"vitest-console": "^0.1.1",
|