mountain-ui 1.0.97 → 1.0.98

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -34,6 +34,7 @@ export { registerNavigation } from './src/lib/registry/navigationRegistry/regist
34
34
  export { default as Navbar } from './src/lib/registry/navigationRegistry/components/Navbar.svelte';
35
35
  export { default as NavbarBtn } from './src/lib/registry/navigationRegistry/components/NavbarBtn.svelte';
36
36
  export { default as NavbarGroup } from './src/lib/registry/navigationRegistry/components/NavbarGroup.svelte';
37
+ export { default as NavbarIcon } from './src/lib/registry/navigationRegistry/components/NavbarIcon.svelte';
37
38
  export { default as NavigationGroupRow } from './src/lib/registry/navigationRegistry/components/NavigationGroupRow.svelte';
38
39
  export { default as NavigationRow } from './src/lib/registry/navigationRegistry/components/NavigationRow.svelte';
39
40
  export { default as NewNavbarGroupDialog } from './src/lib/registry/navigationRegistry/components/NewNavbarGroupDialog.svelte';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.97",
4
+ "version": "1.0.98",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",