@steedos-widgets/liveblocks 6.10.27 → 6.10.28
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/assets.json +5 -5
- package/dist/meta.js +29 -8
- package/package.json +2 -2
package/dist/assets.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"package": "@steedos-widgets/liveblocks",
|
|
5
5
|
"urls": [
|
|
6
|
-
"https://unpkg.com/@steedos-widgets/liveblocks@6.10.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/liveblocks@6.10.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/liveblocks@6.10.28/dist/liveblocks.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/liveblocks@6.10.28/dist/liveblocks.umd.css"
|
|
8
8
|
],
|
|
9
9
|
"library": "BuilderLiveblocks"
|
|
10
10
|
}
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"npm": {
|
|
16
16
|
"package": "@steedos-widgets/liveblocks"
|
|
17
17
|
},
|
|
18
|
-
"url": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.28/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.28/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.28/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/meta.js
CHANGED
|
@@ -84,11 +84,22 @@
|
|
|
84
84
|
order: -9999,
|
|
85
85
|
icon: config$2.amis.icon,
|
|
86
86
|
scaffold: {
|
|
87
|
-
type:
|
|
88
|
-
|
|
87
|
+
type: "rooms-provider",
|
|
88
|
+
baseUrl: "${context.rootUrl}",
|
|
89
|
+
body: [{
|
|
90
|
+
type: config$2.amis.name,
|
|
91
|
+
roomId: "test",
|
|
92
|
+
className: "m-2 flex flex-col gap-y-2",
|
|
93
|
+
}]
|
|
89
94
|
},
|
|
90
95
|
previewSchema: {
|
|
91
|
-
type:
|
|
96
|
+
type: "rooms-provider",
|
|
97
|
+
baseUrl: "${context.rootUrl}",
|
|
98
|
+
body: [{
|
|
99
|
+
type: config$2.amis.name,
|
|
100
|
+
roomId: "test",
|
|
101
|
+
className: "m-2 flex flex-col gap-y-2",
|
|
102
|
+
}]
|
|
92
103
|
},
|
|
93
104
|
panelTitle: "设置",
|
|
94
105
|
panelControls: [
|
|
@@ -96,7 +107,7 @@
|
|
|
96
107
|
type: "text",
|
|
97
108
|
name: "roomId",
|
|
98
109
|
label: "Room Id",
|
|
99
|
-
value: "
|
|
110
|
+
value: "test"
|
|
100
111
|
},
|
|
101
112
|
{
|
|
102
113
|
type: "text",
|
|
@@ -158,11 +169,20 @@
|
|
|
158
169
|
order: -9999,
|
|
159
170
|
icon: config$1.amis.icon,
|
|
160
171
|
scaffold: {
|
|
161
|
-
type:
|
|
162
|
-
|
|
172
|
+
type: "rooms-provider",
|
|
173
|
+
baseUrl: "${context.rootUrl}",
|
|
174
|
+
body: [{
|
|
175
|
+
type: config$1.amis.name,
|
|
176
|
+
className: "m-2 flex flex-col gap-y-2",
|
|
177
|
+
}]
|
|
163
178
|
},
|
|
164
179
|
previewSchema: {
|
|
165
|
-
type:
|
|
180
|
+
type: "rooms-provider",
|
|
181
|
+
baseUrl: "${context.rootUrl}",
|
|
182
|
+
body: [{
|
|
183
|
+
type: config$1.amis.name,
|
|
184
|
+
className: "m-2 flex flex-col gap-y-2",
|
|
185
|
+
}]
|
|
166
186
|
},
|
|
167
187
|
panelTitle: "设置",
|
|
168
188
|
panelControls: [
|
|
@@ -227,10 +247,11 @@
|
|
|
227
247
|
icon: config.amis.icon,
|
|
228
248
|
scaffold: {
|
|
229
249
|
type: config.amis.name,
|
|
230
|
-
|
|
250
|
+
baseUrl: "${context.rootUrl}",
|
|
231
251
|
},
|
|
232
252
|
previewSchema: {
|
|
233
253
|
type: config.amis.name,
|
|
254
|
+
baseUrl: "${context.rootUrl}"
|
|
234
255
|
},
|
|
235
256
|
panelTitle: "设置",
|
|
236
257
|
panelControls: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/liveblocks",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.
|
|
4
|
+
"version": "6.10.28",
|
|
5
5
|
"main": "dist/liveblocks.cjs.js",
|
|
6
6
|
"module": "dist/liveblocks.esm.js",
|
|
7
7
|
"unpkg": "dist/liveblocks.umd.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"emojibase-data": "^16.0.2",
|
|
60
60
|
"react-error-boundary": "^4.1.2"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "2ec556a4c11f49947fb644b0ff9d7e899f910c5a"
|
|
63
63
|
}
|