vibemux-worker-preview 0.2.63-preview.149 → 0.2.64-preview.150

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.
@@ -3856,6 +3856,9 @@ video {
3856
3856
  .rounded-\[30px\] {
3857
3857
  border-radius: 30px;
3858
3858
  }
3859
+ .rounded-\[3px\] {
3860
+ border-radius: 3px;
3861
+ }
3859
3862
  .rounded-\[4px\] {
3860
3863
  border-radius: 4px;
3861
3864
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibemux-worker-preview",
3
- "version": "0.2.63-preview.149",
3
+ "version": "0.2.64-preview.150",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.24.0",