@wistia/vhs 2.60.0-beta.d2e0c845.c695da7 → 2.60.1-beta.1edd0e68.d6e4cc0

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 VHS v2.60.0-beta.d2e0c845.c695da7
3
+ * @license VHS v2.60.1-beta.1edd0e68.d6e4cc0
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.60.0-beta.d2e0c845.c695da7
3
+ * @license VHS v2.60.1-beta.1edd0e68.d6e4cc0
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.60.0-beta.d2e0c845.c695da7",
3
+ "version": "2.60.1-beta.1edd0e68.d6e4cc0",
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",
@@ -71,6 +71,8 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@radix-ui/react-dropdown-menu": "^2.1.1",
74
+ "@storybook/addon-docs": "^8.1.11",
75
+ "@storybook/theming": "^8.1.11",
74
76
  "@wistia/type-guards": "^0.0.8",
75
77
  "@wistia/vhs-design-tokens": "^2.1.3",
76
78
  "date-fns": "^3.6.0",
@@ -91,17 +93,17 @@
91
93
  "uuid": "^10.0.0"
92
94
  },
93
95
  "devDependencies": {
94
- "@storybook/addon-a11y": "^8.2.4",
95
- "@storybook/addon-backgrounds": "^8.2.4",
96
- "@storybook/addon-controls": "^8.2.4",
97
- "@storybook/addon-docs": "^8.2.4",
98
- "@storybook/addon-links": "^8.2.4",
99
- "@storybook/addon-mdx-gfm": "^8.2.4",
100
- "@storybook/blocks": "^8.2.4",
101
- "@storybook/manager-api": "^8.2.4",
102
- "@storybook/react": "^8.2.4",
103
- "@storybook/react-vite": "^8.2.4",
104
- "@storybook/theming": "^8.2.4",
96
+ "@storybook/addon-a11y": "^8.2.5",
97
+ "@storybook/addon-backgrounds": "^8.2.5",
98
+ "@storybook/addon-controls": "^8.2.5",
99
+ "@storybook/addon-docs": "^8.2.5",
100
+ "@storybook/addon-links": "^8.2.5",
101
+ "@storybook/addon-mdx-gfm": "^8.2.5",
102
+ "@storybook/blocks": "^8.2.5",
103
+ "@storybook/manager-api": "^8.2.5",
104
+ "@storybook/react": "^8.2.5",
105
+ "@storybook/react-vite": "^8.2.5",
106
+ "@storybook/theming": "^8.2.5",
105
107
  "@testing-library/dom": "^10.3.2",
106
108
  "@testing-library/jest-dom": "6.4.6",
107
109
  "@testing-library/react": "^16.0.0",
@@ -131,11 +133,12 @@
131
133
  "jsdom": "^24.1.0",
132
134
  "minimist": "^1.2.8",
133
135
  "pascalcase": "^2.0.0",
136
+ "prettier": "^3.3.3",
134
137
  "publint": "^0.2.8",
135
138
  "react": "^18.3.1",
136
139
  "react-dom": "^18.3.1",
137
140
  "shx": "^0.3.4",
138
- "storybook": "^8.2.4",
141
+ "storybook": "^8.2.5",
139
142
  "styled-components": "^5.3.11",
140
143
  "stylelint": "^16.7.0",
141
144
  "tsx": "^4.16.2",