@myelmut/design-system 0.1.3 → 0.1.5

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.es.js CHANGED
@@ -1543,6 +1543,7 @@ export {
1543
1543
  M2 as WizardNavbar,
1544
1544
  q2 as WizardTextInput,
1545
1545
  r5 as WizardTips,
1546
- Be as frDesign
1546
+ Be as frDesign,
1547
+ we as menuNavLinks
1547
1548
  };
1548
1549
  //# sourceMappingURL=index.es.js.map
@@ -334,6 +334,11 @@ export { MagicWandIcon }
334
334
 
335
335
  export { MenuIcon }
336
336
 
337
+ export declare const menuNavLinks: () => {
338
+ label: string;
339
+ href: string;
340
+ }[];
341
+
337
342
  export { MinusIcon }
338
343
 
339
344
  export declare const MobileMenu: ({ variant, className }: MobileMenuProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myelmut/design-system",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Design system for Elmut project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "main": "dist/index.cjs.js",
12
+ "main": "dist/index.cjs",
13
13
  "module": "dist/index.es.js",
14
14
  "types": "dist/types/index.d.ts",
15
15
  "style": "dist/index.css",