@intellias/menu 3.0.1 → 3.0.3

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.
Files changed (2) hide show
  1. package/dist/css/main.css +0 -10
  2. package/package.json +1 -1
package/dist/css/main.css CHANGED
@@ -1,7 +1,3 @@
1
- @import url(https://fonts.googleapis.com/css?family=Play:400,700&display=swap);
2
- @import url(https://fonts.googleapis.com/css?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);
3
- @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
4
- @import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
5
1
  [data-v-47941d80]:root {
6
2
  --bg-primary-light:#F4F4F4;
7
3
  --bg-primary-dark:#262626;
@@ -3625,12 +3621,6 @@
3625
3621
  height: 18px;
3626
3622
  width: 18px;
3627
3623
  }
3628
- .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 {
3629
- background-color: var(--information) !important;
3630
- }
3631
- .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 {
3632
- background-color: var(--error) !important;
3633
- }
3634
3624
  .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .note-title-col {
3635
3625
  max-width: 70%;
3636
3626
  padding-left: var(--spacing-4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {