@liveblocks/react-ui 3.14.0 → 3.14.1

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/README.md CHANGED
@@ -1,24 +1,14 @@
1
- <p align="center">
2
- <a href="https://liveblocks.io#gh-light-mode-only">
3
- <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
4
- </a>
5
- <a href="https://liveblocks.io#gh-dark-mode-only">
6
- <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
7
- </a>
1
+ <p>
2
+ <a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
3
+ <a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
8
4
  </p>
9
5
 
10
6
  # `@liveblocks/react-ui`
11
7
 
12
8
  <p>
13
- <a href="https://npmjs.org/package/@liveblocks/react-ui">
14
- <img src="https://img.shields.io/npm/v/@liveblocks/react-ui?style=flat&label=npm&color=c33" alt="NPM" />
15
- </a>
16
- <a href="https://bundlephobia.com/package/@liveblocks/react-ui">
17
- <img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-ui?style=flat&label=size&color=09f" alt="Size" />
18
- </a>
19
- <a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
20
- <img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
21
- </a>
9
+ <a href="https://npmjs.org/package/@liveblocks/react-ui"><img src="https://img.shields.io/npm/v/@liveblocks/react-ui?style=flat&label=npm&color=c33" alt="NPM" /></a>
10
+ <a href="https://bundlephobia.com/package/@liveblocks/react-ui"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-ui?style=flat&label=size&color=09f" alt="Size" /></a>
11
+ <a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
22
12
  </p>
23
13
 
24
14
  `@liveblocks/react-ui` provides [React](https://reactjs.org/) pre-built
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" === "string" && "3.14.0";
4
+ const PKG_VERSION = typeof "3.14.1" === "string" && "3.14.1";
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" === "string" && "3.14.0";
2
+ const PKG_VERSION = typeof "3.14.1" === "string" && "3.14.1";
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,8 +1,9 @@
1
1
  {
2
2
  "name": "@liveblocks/react-ui",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
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
+ "author": "Liveblocks Inc.",
6
7
  "type": "module",
7
8
  "main": "./dist/index.cjs",
8
9
  "types": "./dist/index.d.cts",
@@ -70,16 +71,16 @@
70
71
  "format": "eslint --fix src/; stylelint --fix src/styles/; prettier --write src/",
71
72
  "lint": "eslint src/; stylelint src/styles/",
72
73
  "lint:package": "publint --strict && attw --pack",
73
- "test": "./scripts/run-with-dev-server.sh --port 1154",
74
- "test:ci": "NODE_OPTIONS=\"--no-deprecation\" vitest run",
74
+ "test": "npx liveblocks dev -c 'vitest run'",
75
+ "test:ci": "vitest run",
75
76
  "test:types": "ls test-d/* | xargs -n1 tsd --files",
76
- "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
77
+ "test:watch": "vitest"
77
78
  },
78
79
  "dependencies": {
79
80
  "@floating-ui/react-dom": "^2.1.2",
80
- "@liveblocks/client": "3.14.0",
81
- "@liveblocks/core": "3.14.0",
82
- "@liveblocks/react": "3.14.0",
81
+ "@liveblocks/client": "3.14.1",
82
+ "@liveblocks/core": "3.14.1",
83
+ "@liveblocks/react": "3.14.1",
83
84
  "@radix-ui/react-dropdown-menu": "^2.1.2",
84
85
  "@radix-ui/react-popover": "^1.1.2",
85
86
  "@radix-ui/react-slot": "^1.1.0",