@steedos-widgets/liveblocks 6.10.27 → 6.10.29

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
@@ -84,11 +84,22 @@
84
84
  order: -9999,
85
85
  icon: config$2.amis.icon,
86
86
  scaffold: {
87
- type: config$2.amis.name,
88
- className: "m-2 flex flex-col gap-y-2",
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: config$2.amis.name,
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: "m-2 flex flex-col gap-y-2"
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: config$1.amis.name,
162
- className: "m-2 flex flex-col gap-y-2",
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: config$1.amis.name,
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
- className: "m-2 flex flex-col gap-y-2",
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.27",
4
+ "version": "6.10.29",
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": "f7462d40de26cac7dc35a6e3b3b828de55ee3edb"
62
+ "gitHead": "bbecf969b14142ec923f1005b94dbd207ccdb582"
63
63
  }