@intellias/menu 3.0.2 → 3.0.4

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;
@@ -3621,12 +3623,6 @@
3621
3623
  height: 18px;
3622
3624
  width: 18px;
3623
3625
  }
3624
- .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .manage-notification i.visibility:hover:before {
3625
- background-color: var(--information) !important;
3626
- }
3627
- .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .manage-notification i.delete:hover:before {
3628
- background-color: var(--error) !important;
3629
- }
3630
3626
  .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .note-title-col {
3631
3627
  max-width: 70%;
3632
3628
  padding-left: var(--spacing-4);
@@ -4052,6 +4048,7 @@
4052
4048
  overflow: hidden;
4053
4049
  width: inherit;
4054
4050
  height: inherit;
4051
+ border-radius: 4px;
4055
4052
  }
4056
4053
  .image-wrapper .user-imageimg[data-v-7393283b] {
4057
4054
  -o-object-fit: cover;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {