@intellias/menu 3.0.3 → 3.0.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/css/main.css CHANGED
@@ -2126,6 +2126,7 @@
2126
2126
  align-items: center;
2127
2127
  width: 32px;
2128
2128
  height: 32px;
2129
+ border-radius: 8px;
2129
2130
  background: var(--accent-primary);
2130
2131
  cursor: pointer;
2131
2132
  }
@@ -2490,6 +2491,7 @@
2490
2491
  padding: var(--spacing-2) var(--spacing-4);
2491
2492
  margin-left: var(--spacing-8);
2492
2493
  background-color: var(--button-primary-default);
2494
+ border-radius: 4px;
2493
2495
  font-size: var(--font-size-10);
2494
2496
  font-weight: 700;
2495
2497
  line-height: normal;
@@ -4046,6 +4048,7 @@
4046
4048
  overflow: hidden;
4047
4049
  width: inherit;
4048
4050
  height: inherit;
4051
+ border-radius: 4px;
4049
4052
  }
4050
4053
  .image-wrapper .user-imageimg[data-v-7393283b] {
4051
4054
  -o-object-fit: cover;
@@ -5188,6 +5191,7 @@
5188
5191
  .intems-menu-logo {
5189
5192
  font-size: var(--font-size-24);
5190
5193
  line-height: var(--line-height-24);
5194
+ font-weight: 600;
5191
5195
  }
5192
5196
  @media only screen and (max-width : 600px) {
5193
5197
  .intems-menu-logo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {