@arbocollab/arbo-web-search 0.0.14-alpha.2 → 0.0.14-alpha.3

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.
@@ -52174,24 +52174,26 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
52174
52174
  await userStore.getWsInformation();
52175
52175
  });
52176
52176
  return (_ctx, _cache) => {
52177
- return openBlock(), createBlock(_sfc_main$2, null, {
52178
- header: withCtx(() => [
52179
- createVNode(GlobalSearchHeader)
52180
- ]),
52181
- left: withCtx(() => [
52182
- createVNode(_sfc_main$7)
52183
- ]),
52184
- right: withCtx(() => [
52185
- createVNode(GlobalSearchFilter)
52186
- ]),
52187
- footer: withCtx(() => _cache[0] || (_cache[0] = [
52188
- createBaseVNode("p", null, "Footer content goes here", -1)
52189
- ])),
52190
- notification: withCtx(() => [
52191
- createVNode(GlobalSearchSnackbar)
52192
- ]),
52193
- _: 1
52194
- });
52177
+ return openBlock(), createElementBlock("div", null, [
52178
+ createVNode(_sfc_main$2, null, {
52179
+ header: withCtx(() => [
52180
+ createVNode(GlobalSearchHeader)
52181
+ ]),
52182
+ left: withCtx(() => [
52183
+ createVNode(_sfc_main$7)
52184
+ ]),
52185
+ right: withCtx(() => [
52186
+ createVNode(GlobalSearchFilter)
52187
+ ]),
52188
+ footer: withCtx(() => _cache[0] || (_cache[0] = [
52189
+ createBaseVNode("p", null, "Footer content goes here", -1)
52190
+ ])),
52191
+ notification: withCtx(() => [
52192
+ createVNode(GlobalSearchSnackbar)
52193
+ ]),
52194
+ _: 1
52195
+ })
52196
+ ]);
52195
52197
  };
52196
52198
  }
52197
52199
  });
@@ -52212,7 +52214,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52212
52214
  };
52213
52215
  }
52214
52216
  });
52215
- const version = "0.0.14-alpha.2";
52217
+ const version = "0.0.14-alpha.3";
52216
52218
  /*!
52217
52219
  * shared v11.2.8
52218
52220
  * (c) 2025 kazuya kawaguchi