@liveblocks/react-ui 3.14.0-pre4 → 3.14.0-pre5

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/version.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const PKG_NAME = "@liveblocks/react-ui";
4
- const PKG_VERSION = typeof "3.14.0-pre4" === "string" && "3.14.0-pre4";
4
+ const PKG_VERSION = typeof "3.14.0-pre5" === "string" && "3.14.0-pre5";
5
5
  const PKG_FORMAT = typeof "cjs" === "string" && "cjs";
6
6
 
7
7
  exports.PKG_FORMAT = PKG_FORMAT;
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const PKG_NAME = "@liveblocks/react-ui";
2
- const PKG_VERSION = typeof "3.14.0-pre4" === "string" && "3.14.0-pre4";
2
+ const PKG_VERSION = typeof "3.14.0-pre5" === "string" && "3.14.0-pre5";
3
3
  const PKG_FORMAT = typeof "esm" === "string" && "esm";
4
4
 
5
5
  export { PKG_FORMAT, PKG_NAME, PKG_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react-ui",
3
- "version": "3.14.0-pre4",
3
+ "version": "3.14.0-pre5",
4
4
  "description": "A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -76,9 +76,9 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@floating-ui/react-dom": "^2.1.2",
79
- "@liveblocks/client": "3.14.0-pre4",
80
- "@liveblocks/core": "3.14.0-pre4",
81
- "@liveblocks/react": "3.14.0-pre4",
79
+ "@liveblocks/client": "3.14.0-pre5",
80
+ "@liveblocks/core": "3.14.0-pre5",
81
+ "@liveblocks/react": "3.14.0-pre5",
82
82
  "@radix-ui/react-dropdown-menu": "^2.1.2",
83
83
  "@radix-ui/react-popover": "^1.1.2",
84
84
  "@radix-ui/react-slot": "^1.1.0",