@liveblocks/react-ui 2.24.0-sub1 → 2.24.0
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/_private/index.cjs +2 -0
- package/dist/_private/index.cjs.map +1 -1
- package/dist/_private/index.d.cts +3 -1
- package/dist/_private/index.d.ts +3 -1
- package/dist/_private/index.js +1 -0
- package/dist/_private/index.js.map +1 -1
- package/dist/icon.cjs +2 -0
- package/dist/icon.cjs.map +1 -1
- package/dist/icon.js +1 -0
- package/dist/icon.js.map +1 -1
- package/dist/icons/Stop.cjs +21 -0
- package/dist/icons/Stop.cjs.map +1 -0
- package/dist/icons/Stop.js +19 -0
- package/dist/icons/Stop.js.map +1 -0
- package/dist/icons/index.cjs +2 -0
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.js +1 -0
- package/dist/icons/index.js.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/version.cjs +1 -1
- package/dist/version.cjs.map +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/package.json +4 -4
package/dist/_private/index.cjs
CHANGED
|
@@ -50,6 +50,7 @@ var Shorten = require('../icons/Shorten.cjs');
|
|
|
50
50
|
var Sparkles = require('../icons/Sparkles.cjs');
|
|
51
51
|
var SparklesText = require('../icons/SparklesText.cjs');
|
|
52
52
|
var Spinner = require('../icons/Spinner.cjs');
|
|
53
|
+
var Stop = require('../icons/Stop.cjs');
|
|
53
54
|
var Strikethrough = require('../icons/Strikethrough.cjs');
|
|
54
55
|
var Text = require('../icons/Text.cjs');
|
|
55
56
|
var Translate = require('../icons/Translate.cjs');
|
|
@@ -113,6 +114,7 @@ exports.ShortenIcon = Shorten.ShortenIcon;
|
|
|
113
114
|
exports.SparklesIcon = Sparkles.SparklesIcon;
|
|
114
115
|
exports.SparklesTextIcon = SparklesText.SparklesTextIcon;
|
|
115
116
|
exports.SpinnerIcon = Spinner.SpinnerIcon;
|
|
117
|
+
exports.StopIcon = Stop.StopIcon;
|
|
116
118
|
exports.StrikethroughIcon = Strikethrough.StrikethroughIcon;
|
|
117
119
|
exports.TextIcon = Text.TextIcon;
|
|
118
120
|
exports.TranslateIcon = Translate.TranslateIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -133,6 +133,8 @@ declare function SparklesTextIcon(props: ComponentProps<"svg">): react_jsx_runti
|
|
|
133
133
|
|
|
134
134
|
declare function SpinnerIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
135
135
|
|
|
136
|
+
declare function StopIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
137
|
+
|
|
136
138
|
declare function StrikethroughIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
137
139
|
|
|
138
140
|
declare function TextIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
@@ -157,4 +159,4 @@ declare function useInitial<T>(value: T | (() => T)): T;
|
|
|
157
159
|
|
|
158
160
|
declare function useRefs<T>(...refs: Ref<T>[]): RefCallback<T>;
|
|
159
161
|
|
|
160
|
-
export { ArrowCornerDownRightIcon, ArrowCornerUpRightIcon, ArrowDownIcon, ArrowUpIcon, AttachmentIcon, BellCrossedIcon, BellIcon, BlockquoteIcon, BoldIcon, Button, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CodeIcon, CommentIcon, CrossIcon, DeleteIcon, EditIcon, EllipsisIcon, EmojiIcon, EmojiPlusIcon, H1Icon, H2Icon, H3Icon, ItalicIcon, LengthenIcon, List, ListOrderedIcon, ListUnorderedIcon, MentionIcon, QuestionMarkIcon, RedoIcon, ResolveIcon, ResolvedIcon, RestoreIcon, SearchIcon, SelectButton, SendIcon, ShortcutTooltip, ShortenIcon, SparklesIcon, SparklesTextIcon, SpinnerIcon, StrikethroughIcon, TextIcon, Tooltip, TranslateIcon, UnderlineIcon, UndoIcon, User, WarningIcon, capitalize, useInitial, useRefs };
|
|
162
|
+
export { ArrowCornerDownRightIcon, ArrowCornerUpRightIcon, ArrowDownIcon, ArrowUpIcon, AttachmentIcon, BellCrossedIcon, BellIcon, BlockquoteIcon, BoldIcon, Button, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CodeIcon, CommentIcon, CrossIcon, DeleteIcon, EditIcon, EllipsisIcon, EmojiIcon, EmojiPlusIcon, H1Icon, H2Icon, H3Icon, ItalicIcon, LengthenIcon, List, ListOrderedIcon, ListUnorderedIcon, MentionIcon, QuestionMarkIcon, RedoIcon, ResolveIcon, ResolvedIcon, RestoreIcon, SearchIcon, SelectButton, SendIcon, ShortcutTooltip, ShortenIcon, SparklesIcon, SparklesTextIcon, SpinnerIcon, StopIcon, StrikethroughIcon, TextIcon, Tooltip, TranslateIcon, UnderlineIcon, UndoIcon, User, WarningIcon, capitalize, useInitial, useRefs };
|
package/dist/_private/index.d.ts
CHANGED
|
@@ -133,6 +133,8 @@ declare function SparklesTextIcon(props: ComponentProps<"svg">): react_jsx_runti
|
|
|
133
133
|
|
|
134
134
|
declare function SpinnerIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
135
135
|
|
|
136
|
+
declare function StopIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
137
|
+
|
|
136
138
|
declare function StrikethroughIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
137
139
|
|
|
138
140
|
declare function TextIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
@@ -157,4 +159,4 @@ declare function useInitial<T>(value: T | (() => T)): T;
|
|
|
157
159
|
|
|
158
160
|
declare function useRefs<T>(...refs: Ref<T>[]): RefCallback<T>;
|
|
159
161
|
|
|
160
|
-
export { ArrowCornerDownRightIcon, ArrowCornerUpRightIcon, ArrowDownIcon, ArrowUpIcon, AttachmentIcon, BellCrossedIcon, BellIcon, BlockquoteIcon, BoldIcon, Button, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CodeIcon, CommentIcon, CrossIcon, DeleteIcon, EditIcon, EllipsisIcon, EmojiIcon, EmojiPlusIcon, H1Icon, H2Icon, H3Icon, ItalicIcon, LengthenIcon, List, ListOrderedIcon, ListUnorderedIcon, MentionIcon, QuestionMarkIcon, RedoIcon, ResolveIcon, ResolvedIcon, RestoreIcon, SearchIcon, SelectButton, SendIcon, ShortcutTooltip, ShortenIcon, SparklesIcon, SparklesTextIcon, SpinnerIcon, StrikethroughIcon, TextIcon, Tooltip, TranslateIcon, UnderlineIcon, UndoIcon, User, WarningIcon, capitalize, useInitial, useRefs };
|
|
162
|
+
export { ArrowCornerDownRightIcon, ArrowCornerUpRightIcon, ArrowDownIcon, ArrowUpIcon, AttachmentIcon, BellCrossedIcon, BellIcon, BlockquoteIcon, BoldIcon, Button, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CodeIcon, CommentIcon, CrossIcon, DeleteIcon, EditIcon, EllipsisIcon, EmojiIcon, EmojiPlusIcon, H1Icon, H2Icon, H3Icon, ItalicIcon, LengthenIcon, List, ListOrderedIcon, ListUnorderedIcon, MentionIcon, QuestionMarkIcon, RedoIcon, ResolveIcon, ResolvedIcon, RestoreIcon, SearchIcon, SelectButton, SendIcon, ShortcutTooltip, ShortenIcon, SparklesIcon, SparklesTextIcon, SpinnerIcon, StopIcon, StrikethroughIcon, TextIcon, Tooltip, TranslateIcon, UnderlineIcon, UndoIcon, User, WarningIcon, capitalize, useInitial, useRefs };
|
package/dist/_private/index.js
CHANGED
|
@@ -48,6 +48,7 @@ export { ShortenIcon } from '../icons/Shorten.js';
|
|
|
48
48
|
export { SparklesIcon } from '../icons/Sparkles.js';
|
|
49
49
|
export { SparklesTextIcon } from '../icons/SparklesText.js';
|
|
50
50
|
export { SpinnerIcon } from '../icons/Spinner.js';
|
|
51
|
+
export { StopIcon } from '../icons/Stop.js';
|
|
51
52
|
export { StrikethroughIcon } from '../icons/Strikethrough.js';
|
|
52
53
|
export { TextIcon } from '../icons/Text.js';
|
|
53
54
|
export { TranslateIcon } from '../icons/Translate.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/icon.cjs
CHANGED
|
@@ -36,6 +36,7 @@ var Send = require('./icons/Send.cjs');
|
|
|
36
36
|
var Shorten = require('./icons/Shorten.cjs');
|
|
37
37
|
var Sparkles = require('./icons/Sparkles.cjs');
|
|
38
38
|
var SparklesText = require('./icons/SparklesText.cjs');
|
|
39
|
+
var Stop = require('./icons/Stop.cjs');
|
|
39
40
|
var Strikethrough = require('./icons/Strikethrough.cjs');
|
|
40
41
|
var Text = require('./icons/Text.cjs');
|
|
41
42
|
var Translate = require('./icons/Translate.cjs');
|
|
@@ -80,6 +81,7 @@ exports.Send = Send.SendIcon;
|
|
|
80
81
|
exports.Shorten = Shorten.ShortenIcon;
|
|
81
82
|
exports.Sparkles = Sparkles.SparklesIcon;
|
|
82
83
|
exports.SparklesText = SparklesText.SparklesTextIcon;
|
|
84
|
+
exports.Stop = Stop.StopIcon;
|
|
83
85
|
exports.Strikethrough = Strikethrough.StrikethroughIcon;
|
|
84
86
|
exports.Text = Text.TextIcon;
|
|
85
87
|
exports.Translate = Translate.TranslateIcon;
|
package/dist/icon.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icon.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/icon.js
CHANGED
|
@@ -34,6 +34,7 @@ export { SendIcon as Send } from './icons/Send.js';
|
|
|
34
34
|
export { ShortenIcon as Shorten } from './icons/Shorten.js';
|
|
35
35
|
export { SparklesIcon as Sparkles } from './icons/Sparkles.js';
|
|
36
36
|
export { SparklesTextIcon as SparklesText } from './icons/SparklesText.js';
|
|
37
|
+
export { StopIcon as Stop } from './icons/Stop.js';
|
|
37
38
|
export { StrikethroughIcon as Strikethrough } from './icons/Strikethrough.js';
|
|
38
39
|
export { TextIcon as Text } from './icons/Text.js';
|
|
39
40
|
export { TranslateIcon as Translate } from './icons/Translate.js';
|
package/dist/icon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icon.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var Icon = require('../components/internal/Icon.cjs');
|
|
5
|
+
|
|
6
|
+
function StopIcon(props) {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, {
|
|
8
|
+
...props,
|
|
9
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
10
|
+
x: 5,
|
|
11
|
+
y: 5,
|
|
12
|
+
width: 10,
|
|
13
|
+
height: 10,
|
|
14
|
+
rx: 1,
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
exports.StopIcon = StopIcon;
|
|
21
|
+
//# sourceMappingURL=Stop.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stop.cjs","sources":["../../src/icons/Stop.tsx"],"sourcesContent":["import type { ComponentProps } from \"react\";\n\nimport { Icon } from \"../components/internal/Icon\";\n\nexport function StopIcon(props: ComponentProps<\"svg\">) {\n return (\n <Icon {...props}>\n <rect x={5} y={5} width={10} height={10} rx={1} fill=\"currentColor\" />\n </Icon>\n );\n}\n"],"names":["jsx","Icon"],"mappings":";;;;;AAIO,SAAS,SAAS,KAA8B,EAAA;AACrD,EAAA,uBACGA,cAAA,CAAAC,SAAA,EAAA;AAAA,IAAM,GAAG,KAAA;AAAA,IACR,QAAC,kBAAAD,cAAA,CAAA,MAAA,EAAA;AAAA,MAAK,CAAG,EAAA,CAAA;AAAA,MAAG,CAAG,EAAA,CAAA;AAAA,MAAG,KAAO,EAAA,EAAA;AAAA,MAAI,MAAQ,EAAA,EAAA;AAAA,MAAI,EAAI,EAAA,CAAA;AAAA,MAAG,IAAK,EAAA,cAAA;AAAA,KAAe,CAAA;AAAA,GACtE,CAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { Icon } from '../components/internal/Icon.js';
|
|
3
|
+
|
|
4
|
+
function StopIcon(props) {
|
|
5
|
+
return /* @__PURE__ */ jsx(Icon, {
|
|
6
|
+
...props,
|
|
7
|
+
children: /* @__PURE__ */ jsx("rect", {
|
|
8
|
+
x: 5,
|
|
9
|
+
y: 5,
|
|
10
|
+
width: 10,
|
|
11
|
+
height: 10,
|
|
12
|
+
rx: 1,
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { StopIcon };
|
|
19
|
+
//# sourceMappingURL=Stop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stop.js","sources":["../../src/icons/Stop.tsx"],"sourcesContent":["import type { ComponentProps } from \"react\";\n\nimport { Icon } from \"../components/internal/Icon\";\n\nexport function StopIcon(props: ComponentProps<\"svg\">) {\n return (\n <Icon {...props}>\n <rect x={5} y={5} width={10} height={10} rx={1} fill=\"currentColor\" />\n </Icon>\n );\n}\n"],"names":[],"mappings":";;;AAIO,SAAS,SAAS,KAA8B,EAAA;AACrD,EAAA,uBACG,GAAA,CAAA,IAAA,EAAA;AAAA,IAAM,GAAG,KAAA;AAAA,IACR,QAAC,kBAAA,GAAA,CAAA,MAAA,EAAA;AAAA,MAAK,CAAG,EAAA,CAAA;AAAA,MAAG,CAAG,EAAA,CAAA;AAAA,MAAG,KAAO,EAAA,EAAA;AAAA,MAAI,MAAQ,EAAA,EAAA;AAAA,MAAI,EAAI,EAAA,CAAA;AAAA,MAAG,IAAK,EAAA,cAAA;AAAA,KAAe,CAAA;AAAA,GACtE,CAAA,CAAA;AAEJ;;;;"}
|
package/dist/icons/index.cjs
CHANGED
|
@@ -41,6 +41,7 @@ var Shorten = require('./Shorten.cjs');
|
|
|
41
41
|
var Sparkles = require('./Sparkles.cjs');
|
|
42
42
|
var SparklesText = require('./SparklesText.cjs');
|
|
43
43
|
var Spinner = require('./Spinner.cjs');
|
|
44
|
+
var Stop = require('./Stop.cjs');
|
|
44
45
|
var Strikethrough = require('./Strikethrough.cjs');
|
|
45
46
|
var Text = require('./Text.cjs');
|
|
46
47
|
var Translate = require('./Translate.cjs');
|
|
@@ -91,6 +92,7 @@ exports.ShortenIcon = Shorten.ShortenIcon;
|
|
|
91
92
|
exports.SparklesIcon = Sparkles.SparklesIcon;
|
|
92
93
|
exports.SparklesTextIcon = SparklesText.SparklesTextIcon;
|
|
93
94
|
exports.SpinnerIcon = Spinner.SpinnerIcon;
|
|
95
|
+
exports.StopIcon = Stop.StopIcon;
|
|
94
96
|
exports.StrikethroughIcon = Strikethrough.StrikethroughIcon;
|
|
95
97
|
exports.TextIcon = Text.TextIcon;
|
|
96
98
|
exports.TranslateIcon = Translate.TranslateIcon;
|
package/dist/icons/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/icons/index.js
CHANGED
|
@@ -39,6 +39,7 @@ export { ShortenIcon } from './Shorten.js';
|
|
|
39
39
|
export { SparklesIcon } from './Sparkles.js';
|
|
40
40
|
export { SparklesTextIcon } from './SparklesText.js';
|
|
41
41
|
export { SpinnerIcon } from './Spinner.js';
|
|
42
|
+
export { StopIcon } from './Stop.js';
|
|
42
43
|
export { StrikethroughIcon } from './Strikethrough.js';
|
|
43
44
|
export { TextIcon } from './Text.js';
|
|
44
45
|
export { TranslateIcon } from './Translate.js';
|
package/dist/icons/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.d.cts
CHANGED
|
@@ -751,6 +751,8 @@ declare function SparklesIcon(props: ComponentProps<"svg">): react_jsx_runtime.J
|
|
|
751
751
|
|
|
752
752
|
declare function SparklesTextIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
753
753
|
|
|
754
|
+
declare function StopIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
755
|
+
|
|
754
756
|
declare function StrikethroughIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
755
757
|
|
|
756
758
|
declare function TextIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
@@ -800,6 +802,7 @@ declare namespace icon {
|
|
|
800
802
|
ShortenIcon as Shorten,
|
|
801
803
|
SparklesIcon as Sparkles,
|
|
802
804
|
SparklesTextIcon as SparklesText,
|
|
805
|
+
StopIcon as Stop,
|
|
803
806
|
StrikethroughIcon as Strikethrough,
|
|
804
807
|
TextIcon as Text,
|
|
805
808
|
TranslateIcon as Translate,
|
package/dist/index.d.ts
CHANGED
|
@@ -751,6 +751,8 @@ declare function SparklesIcon(props: ComponentProps<"svg">): react_jsx_runtime.J
|
|
|
751
751
|
|
|
752
752
|
declare function SparklesTextIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
753
753
|
|
|
754
|
+
declare function StopIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
755
|
+
|
|
754
756
|
declare function StrikethroughIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
755
757
|
|
|
756
758
|
declare function TextIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
@@ -800,6 +802,7 @@ declare namespace icon {
|
|
|
800
802
|
ShortenIcon as Shorten,
|
|
801
803
|
SparklesIcon as Sparkles,
|
|
802
804
|
SparklesTextIcon as SparklesText,
|
|
805
|
+
StopIcon as Stop,
|
|
803
806
|
StrikethroughIcon as Strikethrough,
|
|
804
807
|
TextIcon as Text,
|
|
805
808
|
TranslateIcon as Translate,
|
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 "2.24.0
|
|
4
|
+
const PKG_VERSION = typeof "2.24.0" === "string" && "2.24.0";
|
|
5
5
|
const PKG_FORMAT = typeof "cjs" === "string" && "cjs";
|
|
6
6
|
|
|
7
7
|
exports.PKG_FORMAT = PKG_FORMAT;
|
package/dist/version.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.cjs","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-ui\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":";;AAGO,MAAM,QAAW,GAAA,uBAAA;AACX,MAAA,WAAA,GAAc,OAAO,
|
|
1
|
+
{"version":3,"file":"version.cjs","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-ui\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":";;AAGO,MAAM,QAAW,GAAA,uBAAA;AACX,MAAA,WAAA,GAAc,OAAO,QAAA,KAAgB,QAAY,IAAA,SAAA;AACjD,MAAA,UAAA,GAAa,OAAO,KAAA,KAAkB,QAAY,IAAA;;;;;;"}
|
package/dist/version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const PKG_NAME = "@liveblocks/react-ui";
|
|
2
|
-
const PKG_VERSION = typeof "2.24.0
|
|
2
|
+
const PKG_VERSION = typeof "2.24.0" === "string" && "2.24.0";
|
|
3
3
|
const PKG_FORMAT = typeof "esm" === "string" && "esm";
|
|
4
4
|
|
|
5
5
|
export { PKG_FORMAT, PKG_NAME, PKG_VERSION };
|
package/dist/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-ui\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":"AAGO,MAAM,QAAW,GAAA,uBAAA;AACX,MAAA,WAAA,GAAc,OAAO,
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-ui\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":"AAGO,MAAM,QAAW,GAAA,uBAAA;AACX,MAAA,WAAA,GAAc,OAAO,QAAA,KAAgB,QAAY,IAAA,SAAA;AACjD,MAAA,UAAA,GAAa,OAAO,KAAA,KAAkB,QAAY,IAAA;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/react-ui",
|
|
3
|
-
"version": "2.24.0
|
|
3
|
+
"version": "2.24.0",
|
|
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": "2.24.0
|
|
80
|
-
"@liveblocks/core": "2.24.0
|
|
81
|
-
"@liveblocks/react": "2.24.0
|
|
79
|
+
"@liveblocks/client": "2.24.0",
|
|
80
|
+
"@liveblocks/core": "2.24.0",
|
|
81
|
+
"@liveblocks/react": "2.24.0",
|
|
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",
|