@wistia/ui 0.18.14-beta.8bc70519.0adef9c → 0.18.14-beta.90686de1.167692e

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.18.14-beta.8bc70519.0adef9c
3
+ * @license @wistia/ui v0.18.14-beta.90686de1.167692e
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.18.14-beta.8bc70519.0adef9c
3
+ * @license @wistia/ui v0.18.14-beta.90686de1.167692e
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.18.14-beta.8bc70519.0adef9c",
3
+ "version": "0.18.14-beta.90686de1.167692e",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -60,7 +60,7 @@
60
60
  "@radix-ui/react-dialog": "^1.1.15",
61
61
  "@radix-ui/react-dropdown-menu": "^2.1.16",
62
62
  "@radix-ui/react-popover": "^1.1.15",
63
- "@radix-ui/react-progress": "^1.1.7",
63
+ "@radix-ui/react-progress": "^1.1.8",
64
64
  "@radix-ui/react-radio-group": "^1.3.8",
65
65
  "@radix-ui/react-select": "^2.2.6",
66
66
  "@radix-ui/react-slider": "^1.3.6",
@@ -73,7 +73,7 @@
73
73
  "polished": "^4.3.1",
74
74
  "sonner": "^2.0.7",
75
75
  "throttle-debounce": "^5.0.2",
76
- "type-fest": "^5.1.0",
76
+ "type-fest": "^5.2.0",
77
77
  "use-file-picker": "2.1.2",
78
78
  "yup": "^1.7.1"
79
79
  },
@@ -81,24 +81,24 @@
81
81
  "@mdx-js/mdx": "^3.1.1",
82
82
  "@mdx-js/react": "^3.1.1",
83
83
  "@repo/config": "workspace:*",
84
- "@storybook/addon-a11y": "^10.0.6",
85
- "@storybook/addon-docs": "^10.0.6",
86
- "@storybook/addon-links": "^10.0.6",
87
- "@storybook/react-vite": "^10.0.6",
84
+ "@storybook/addon-a11y": "^10.0.7",
85
+ "@storybook/addon-docs": "^10.0.7",
86
+ "@storybook/addon-links": "^10.0.7",
87
+ "@storybook/react-vite": "^10.0.7",
88
88
  "@testing-library/dom": "^10.4.1",
89
89
  "@testing-library/jest-dom": "^6.9.1",
90
90
  "@testing-library/react": "^16.3.0",
91
91
  "@testing-library/user-event": "^14.6.1",
92
92
  "@types/culori": "^4.0.1",
93
93
  "@types/jest-axe": "^3.5.9",
94
- "@types/node": "^24.9.2",
94
+ "@types/node": "^24.10.1",
95
95
  "@types/react": "^19.2.3",
96
- "@types/react-dom": "^19.2.2",
96
+ "@types/react-dom": "^19.2.3",
97
97
  "@types/throttle-debounce": "^5.0.2",
98
- "@vitejs/plugin-react": "^5.1.0",
98
+ "@vitejs/plugin-react": "^5.1.1",
99
99
  "@vitest/coverage-istanbul": "^4.0.8",
100
100
  "@vitest/ui": "^4.0.8",
101
- "browserslist": "^4.27.0",
101
+ "browserslist": "^4.28.0",
102
102
  "chromatic": "^13.3.3",
103
103
  "cross-env": "^10.1.0",
104
104
  "depcheck": "^1.4.7",
@@ -113,12 +113,12 @@
113
113
  "react-router": "^7.9.5",
114
114
  "remark-gfm": "^4.0.1",
115
115
  "signale": "^1.4.0",
116
- "storybook": "^10.0.6",
116
+ "storybook": "^10.0.7",
117
117
  "styled-components": "^6.1.19",
118
118
  "tsup": "^8.5.0",
119
119
  "typescript": "^5.9.3",
120
- "vite": "^7.1.12",
121
- "vitest": "^4.0.5",
120
+ "vite": "^7.2.2",
121
+ "vitest": "^4.0.8",
122
122
  "vitest-axe": "^1.0.0-pre.5",
123
123
  "vitest-canvas-mock": "^0.3.3"
124
124
  },