ml-ui-lib 1.0.21 → 1.0.22

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.
@@ -18,6 +18,14 @@
18
18
  max-height: 50px;
19
19
  }
20
20
 
21
+
22
+ .nav-items {
23
+ display: flex;
24
+ overflow: auto;
25
+ gap: 1.5rem;
26
+ }
27
+
28
+
21
29
  .navbar-links {
22
30
  display: flex;
23
31
  /* gap: 1.5rem; */
@@ -130,9 +138,8 @@
130
138
  /* ⭐ SLIDE-IN MENU */
131
139
 
132
140
  .nav-items {
133
- display: flex;
141
+ gap: 0px;
134
142
  flex-direction: column;
135
- overflow: auto;
136
143
  }
137
144
 
138
145
  .navbar-links {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ml-ui-lib",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",