@intellias/menu 3.0.15 → 3.0.16

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/css/main.css CHANGED
@@ -6662,6 +6662,7 @@ main {
6662
6662
  border: solid 1px var(--border);
6663
6663
  border-radius: 6px;
6664
6664
  box-sizing: inherit;
6665
+ color: var(--text-primary);
6665
6666
  font-size: var(--font-size-14);
6666
6667
  font-weight: 600;
6667
6668
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {