@steedos-widgets/liveblocks 6.3.12-beta.9 → 6.10.1-beta.8

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/meta.js CHANGED
@@ -28,6 +28,11 @@
28
28
  return t;
29
29
  };
30
30
  return __assign.apply(this, arguments);
31
+ };
32
+
33
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
34
+ var e = new Error(message);
35
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
31
36
  };
32
37
 
33
38
  var config$2 = {
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import "@liveblocks/react-ui/styles.css";
3
3
  import './Comments.css';
4
- export declare const Threads: (props: any) => JSX.Element;
5
- export declare const AmisComments: (props: any) => JSX.Element;
4
+ export declare const Threads: (props: any) => React.JSX.Element;
5
+ export declare const AmisComments: (props: any) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import * as Popover from "@radix-ui/react-popover";
3
3
  import './InboxPopover.css';
4
- export declare function AmisInboxPopover({ className, ...props }: Popover.PopoverContentProps): JSX.Element;
4
+ export declare function AmisInboxPopover({ className, ...props }: Popover.PopoverContentProps): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare function Loading(): JSX.Element;
1
+ import React from 'react';
2
+ export declare function Loading(): React.JSX.Element;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import "@liveblocks/react-ui/styles.css";
3
- export declare const AmisRoomsProvider: (props: any) => JSX.Element;
3
+ export declare const AmisRoomsProvider: (props: any) => React.JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/liveblocks",
3
3
  "private": false,
4
- "version": "6.3.12-beta.9",
4
+ "version": "6.10.1-beta.8",
5
5
  "main": "dist/liveblocks.cjs.js",
6
6
  "module": "dist/liveblocks.esm.js",
7
7
  "unpkg": "dist/liveblocks.umd.js",
@@ -53,9 +53,10 @@
53
53
  "@liveblocks/react": "2.12.0",
54
54
  "@liveblocks/react-ui": "2.12.0",
55
55
  "@rollup/plugin-replace": "^5.0.2",
56
- "@steedos-widgets/amis-lib": "6.3.12-beta.9",
56
+ "@steedos-widgets/amis-lib": "6.10.1-beta.8",
57
+ "clsx": "2.1.1",
57
58
  "emojibase-data": "^16.0.2",
58
59
  "react-error-boundary": "^4.1.2"
59
60
  },
60
- "gitHead": "9312bc96378fbf166cfb125739b4d185ef6e4f22"
61
+ "gitHead": "33eb25a61f4092a5daf351e0ec9b5b62816a6c3e"
61
62
  }