@granto-umbrella/umbrella-components 3.0.16 → 3.0.17

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/package.json +1 -1
  2. package/src/index.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granto-umbrella/umbrella-components",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "description": "Umbrella Components for React",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.ts CHANGED
@@ -67,6 +67,7 @@ import {
67
67
  FormMessage,
68
68
  useFormField,
69
69
  } from './components/organisms/Form/Form';
70
+ import NavbarContainer from './components/organisms/Navbar/Navbar';
70
71
  import { TimelineModal } from './components/organisms/TimelineModal/TimelineModal';
71
72
 
72
73
  // Export all components
@@ -128,6 +129,7 @@ export {
128
129
  useFormField,
129
130
  Timeline,
130
131
  TimelineModal,
132
+ NavbarContainer,
131
133
  };
132
134
 
133
135
  // Export all tokens from a new file