@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
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
+
"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
|
|
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",
|