@wistia/ui 0.13.2 → 0.13.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/ui",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -63,13 +63,15 @@
63
63
  "@radix-ui/react-dropdown-menu": "^2.1.15",
64
64
  "@radix-ui/react-popover": "^1.1.14",
65
65
  "@radix-ui/react-progress": "^1.1.7",
66
+ "@radix-ui/react-radio-group": "^1.3.7",
66
67
  "@radix-ui/react-select": "^2.2.5",
67
68
  "@radix-ui/react-slider": "^1.3.5",
68
69
  "@radix-ui/react-tabs": "^1.1.12",
69
70
  "@radix-ui/react-toggle-group": "^1.1.10",
70
71
  "@radix-ui/react-tooltip": "^1.2.7",
71
72
  "@wistia/type-guards": "^0.9.1",
72
- "match-sorter": "^8.0.2",
73
+ "culori": "^4.0.1",
74
+ "match-sorter": "^8.0.3",
73
75
  "polished": "^4.3.1",
74
76
  "react-is": "^18.3.1",
75
77
  "sonner": "^2.0.5",
@@ -89,28 +91,29 @@
89
91
  "@testing-library/jest-dom": "^6.6.3",
90
92
  "@testing-library/react": "^16.3.0",
91
93
  "@testing-library/user-event": "^14.6.1",
94
+ "@types/culori": "^4.0.0",
92
95
  "@types/jest-axe": "^3.5.9",
93
- "@types/node": "^22.15.30",
96
+ "@types/node": "^24.0.7",
94
97
  "@types/react": "^18.3.23",
95
98
  "@types/react-dom": "^18.3.7",
96
99
  "@types/styled-components": "^5.1.34",
97
100
  "@types/throttle-debounce": "^5.0.2",
98
- "@vitejs/plugin-react": "^4.5.1",
99
- "@vitest/coverage-istanbul": "^3.2.3",
100
- "@vitest/ui": "^3.2.3",
101
- "browserslist": "^4.25.0",
101
+ "@vitejs/plugin-react": "^4.6.0",
102
+ "@vitest/coverage-istanbul": "^3.2.4",
103
+ "@vitest/ui": "^3.2.4",
104
+ "browserslist": "^4.25.1",
102
105
  "chromatic": "^13.0.1",
103
106
  "cross-env": "^7.0.3",
104
107
  "depcheck": "^1.4.7",
105
- "glob": "^11.0.2",
108
+ "glob": "^11.0.3",
106
109
  "mdx": "^0.3.1",
107
110
  "minimist": "^1.2.8",
108
111
  "pascalcase": "^2.0.0",
109
- "prettier": "^3.5.3",
112
+ "prettier": "^3.6.2",
110
113
  "react": "^18.3.1",
111
- "react-docgen-typescript": "^2.3.0",
114
+ "react-docgen-typescript": "^2.4.0",
112
115
  "react-dom": "^18.3.1",
113
- "react-router-dom": "^7.6.2",
116
+ "react-router-dom": "^7.6.3",
114
117
  "remark-gfm": "^4.0.1",
115
118
  "signale": "^1.4.0",
116
119
  "storybook": "^9.0.6",
@@ -118,7 +121,7 @@
118
121
  "tsup": "^8.5.0",
119
122
  "typescript": "^5.8.3",
120
123
  "vite": "^7.0.0",
121
- "vitest": "^3.2.3",
124
+ "vitest": "^3.2.4",
122
125
  "vitest-axe": "^1.0.0-pre.5",
123
126
  "vitest-canvas-mock": "^0.3.3"
124
127
  },