mamba-layout 0.9.0 → 0.10.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/index.js.js CHANGED
@@ -2544,7 +2544,9 @@ const Ye = (o, e) => o.reduce(
2544
2544
  }), Ho = /* @__PURE__ */ B(No, [["__scopeId", "data-v-bcf098e8"]]);
2545
2545
  export {
2546
2546
  Ho as BaseLayout,
2547
+ Xe as LanguageSelect,
2547
2548
  Oo as LayoutBreadcrumb,
2549
+ We as ThemeToggle,
2548
2550
  Fo as TimezoneSelect,
2549
2551
  Ie as UserAvatar,
2550
2552
  oo as UserInfo,
@@ -1,3 +1,5 @@
1
+ export { default as LanguageSelect } from './LanguageSelect.vue';
1
2
  export { default as LayoutBreadcrumb } from './LayoutBreadcrumb.vue';
3
+ export { default as ThemeToggle } from './ThemeToggle.vue';
2
4
  export { default as TimezoneSelect } from './TimezoneSelect.vue';
3
5
  export { default as UserInfo } from './UserInfo.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mamba-layout",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "Shared Mamba Vue layout shell and standalone browser layout.",
5
5
  "private": false,
6
6
  "type": "module",