@liveblocks/react-ui 2.16.1-ai4 → 2.16.1-ai5

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.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const PKG_NAME = "@liveblocks/react-ui";
4
- const PKG_VERSION = typeof "2.16.1-ai4" === "string" && "2.16.1-ai4";
4
+ const PKG_VERSION = typeof "2.16.1-ai5" === "string" && "2.16.1-ai5";
5
5
  const PKG_FORMAT = typeof "cjs" === "string" && "cjs";
6
6
 
7
7
  exports.PKG_FORMAT = PKG_FORMAT;
package/dist/version.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const PKG_NAME = "@liveblocks/react-ui";
2
- const PKG_VERSION = typeof "2.16.1-ai4" === "string" && "2.16.1-ai4";
2
+ const PKG_VERSION = typeof "2.16.1-ai5" === "string" && "2.16.1-ai5";
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": "2.16.1-ai4",
3
+ "version": "2.16.1-ai5",
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": "commonjs",
@@ -75,9 +75,9 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@floating-ui/react-dom": "^2.1.2",
78
- "@liveblocks/client": "2.16.1-ai4",
79
- "@liveblocks/core": "2.16.1-ai4",
80
- "@liveblocks/react": "2.16.1-ai4",
78
+ "@liveblocks/client": "2.16.1-ai5",
79
+ "@liveblocks/core": "2.16.1-ai5",
80
+ "@liveblocks/react": "2.16.1-ai5",
81
81
  "@radix-ui/react-dropdown-menu": "^2.1.2",
82
82
  "@radix-ui/react-popover": "^1.1.2",
83
83
  "@radix-ui/react-slot": "^1.1.0",