@intellias/menu 1.0.28 → 1.0.29
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 +29 -10
- package/dist/js/main.js +3 -3
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -150,6 +150,19 @@
|
|
|
150
150
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .sub-menu,
|
|
151
151
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .sub-menu {
|
|
152
152
|
border: 1px #475569 solid !important;
|
|
153
|
+
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) !important;
|
|
154
|
+
}
|
|
155
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .sub-menu li:hover,
|
|
156
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .sub-menu li:hover {
|
|
157
|
+
background-color: #275b57 !important;
|
|
158
|
+
}
|
|
159
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .sub-menu li a,
|
|
160
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .sub-menu li a {
|
|
161
|
+
color: #f8fafc !important;
|
|
162
|
+
}
|
|
163
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .sub-menu li a:hover,
|
|
164
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .sub-menu li a:hover {
|
|
165
|
+
background-color: #275b57 !important;
|
|
153
166
|
}
|
|
154
167
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .note-title-row,
|
|
155
168
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .note-title-row {
|
|
@@ -158,6 +171,7 @@
|
|
|
158
171
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .main-dropdown .notifications-list,
|
|
159
172
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notifications-list {
|
|
160
173
|
border-top: 1px #475569 solid !important;
|
|
174
|
+
box-shadow: inset 0 12px 8px -8px rgba(15, 19, 23, 0.55) !important;
|
|
161
175
|
}
|
|
162
176
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .main-dropdown .action-button.is-link,
|
|
163
177
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .action-button.is-link {
|
|
@@ -171,14 +185,13 @@
|
|
|
171
185
|
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .view-all-row {
|
|
172
186
|
border-top: 1px #475569 solid !important;
|
|
173
187
|
}
|
|
174
|
-
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__header .sub-menu li a,
|
|
175
|
-
.notifications-sidebar.dark .v-dropdown-menu__container .v-dropdown-menu__body .sub-menu li a {
|
|
176
|
-
color: #f8fafc !important;
|
|
177
|
-
}
|
|
178
188
|
.notifications-sidebar.dark .v-dropdown-menu__container .note {
|
|
179
189
|
background-color: #253746;
|
|
180
190
|
border-bottom: 1px #475569 solid !important;
|
|
181
191
|
}
|
|
192
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .note:first-child {
|
|
193
|
+
box-shadow: inset 0 12px 8px -8px rgba(15, 19, 23, 0.55) !important;
|
|
194
|
+
}
|
|
182
195
|
.notifications-sidebar.dark .v-dropdown-menu__container .note .manage-notification i.icon:not(.original):before {
|
|
183
196
|
background-image: none !important;
|
|
184
197
|
-webkit-mask-size: cover;
|
|
@@ -197,10 +210,13 @@
|
|
|
197
210
|
background-color: #253746;
|
|
198
211
|
}
|
|
199
212
|
.notifications-sidebar.dark .v-dropdown-menu__container .note.read {
|
|
200
|
-
background-color: #
|
|
213
|
+
background-color: #1a2732 !important;
|
|
201
214
|
}
|
|
202
215
|
.notifications-sidebar.dark .v-dropdown-menu__container .note.read .row {
|
|
203
|
-
background-color: #
|
|
216
|
+
background-color: #1a2732;
|
|
217
|
+
}
|
|
218
|
+
.notifications-sidebar.dark .v-dropdown-menu__container .note .span-text {
|
|
219
|
+
color: #45d6ad;
|
|
204
220
|
}
|
|
205
221
|
.notifications-sidebar.dark .v-dropdown-menu__container .tabs {
|
|
206
222
|
background-color: #253746 !important;
|
|
@@ -298,7 +314,8 @@
|
|
|
298
314
|
}
|
|
299
315
|
.notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__header .note-title-row .sub-menu li a {
|
|
300
316
|
color: #1a2732;
|
|
301
|
-
font-size:
|
|
317
|
+
font-size: 14px;
|
|
318
|
+
font-weight: 400;
|
|
302
319
|
line-height: 17px;
|
|
303
320
|
padding: 10px 16px;
|
|
304
321
|
cursor: pointer;
|
|
@@ -310,6 +327,9 @@
|
|
|
310
327
|
text-decoration: none;
|
|
311
328
|
pointer-events: none;
|
|
312
329
|
}
|
|
330
|
+
.notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__header .note-title-row .sub-menu li a:hover:not(.is-disabled) {
|
|
331
|
+
background-color: #c2e9e4;
|
|
332
|
+
}
|
|
313
333
|
.notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown {
|
|
314
334
|
width: 370px;
|
|
315
335
|
height: auto !important;
|
|
@@ -714,6 +734,8 @@
|
|
|
714
734
|
border-radius: 4px;
|
|
715
735
|
font-weight: 600;
|
|
716
736
|
line-height: 38px;
|
|
737
|
+
display: flex;
|
|
738
|
+
align-items: center;
|
|
717
739
|
}
|
|
718
740
|
.secondary-button.dark[data-v-ab516b6a] {
|
|
719
741
|
height: 40px;
|
|
@@ -989,9 +1011,6 @@
|
|
|
989
1011
|
width: 64px;
|
|
990
1012
|
height: 64px !important;
|
|
991
1013
|
}
|
|
992
|
-
.vm--container i.icon.huge:before {
|
|
993
|
-
background-color: #000000 !important;
|
|
994
|
-
}
|
|
995
1014
|
.vm--container i.icon.huge.dark:before {
|
|
996
1015
|
background-color: currentcolor !important;
|
|
997
1016
|
}
|
package/dist/js/main.js
CHANGED
|
@@ -1937,7 +1937,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
1937
1937
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1938
1938
|
|
|
1939
1939
|
"use strict";
|
|
1940
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c,\n _setup = _vm._self._setupProxy;\n return _c(\"modal\", _vm._b({\n attrs: {\n name: _vm.name\n }\n }, \"modal\", _vm.modalOptions, false), [_c(\"div\", {\n staticClass: \"modal-header\",\n class: {\n dark: _vm.darkTheme\n }\n }, [_vm._t(\"header\", function () {\n return [_c(\"span\", [_vm._t(\"header\")], 2)];\n }), _vm._v(\" \"),
|
|
1940
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c,\n _setup = _vm._self._setupProxy;\n return _c(\"modal\", _vm._b({\n attrs: {\n name: _vm.name\n }\n }, \"modal\", _vm.modalOptions, false), [_c(\"div\", {\n staticClass: \"modal-header\",\n class: {\n dark: _vm.darkTheme\n }\n }, [_vm._t(\"header\", function () {\n return [_c(\"span\", [_vm._t(\"header\")], 2)];\n }), _vm._v(\" \"), _c(\"i\", {\n staticClass: \"modal-close icon menu-icon\",\n class: {\n \"close-white\": _vm.darkTheme,\n close: !_vm.darkTheme\n },\n on: {\n click: _vm.close\n }\n })], 2), _vm._v(\" \"), !!_vm.$slots.content ? _c(\"div\", {\n staticClass: \"modal-content\"\n }, [_vm._t(\"content\")], 2) : _vm._e(), _vm._v(\" \"), !!_vm.$slots.footer ? _c(\"div\", {\n staticClass: \"modal-footer\"\n }, [_vm._t(\"footer\")], 2) : _vm._e()]);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack://MainMenu/./components/modal/Modal.vue?./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/vue-loader/lib??vue-loader-options");
|
|
1941
1941
|
|
|
1942
1942
|
/***/ }),
|
|
1943
1943
|
|
|
@@ -1985,7 +1985,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
1985
1985
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1986
1986
|
|
|
1987
1987
|
"use strict";
|
|
1988
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c,\n _setup = _vm._self._setupProxy;\n return _c(\"div\", {\n staticClass: \"pointer\"\n }, [_c(\"a\", {\n staticClass: \"btn play-pause intems maintext\",\n style: {\n \"background-color\": \"#415464 !important\"\n },\n attrs: {\n disabled: _vm.isLoading\n },\n on: {\n click: function ($event) {\n return _vm.toggle();\n }\n }\n }, [_c(\"i\", {\n staticClass: \"icon menu-icon\",\n class: _vm.iconClass\n })]), _vm._v(\" \"), _c(\"modal\", {\n attrs: {\n id: \"modalTracked\",\n name: \"modalTracked\",\n size: _vm.isMobile ? \"lg\" : \"md\"\n }\n }, [_c(\"template\", {\n slot: \"header\"\n }, [_vm._v(\"Tracked time\")]), _vm._v(\" \"), _c(\"div\", {\n attrs: {\n slot: \"content\",\n id: \"tracked-content\"\n },\n slot: \"content\"\n }, [_c(\"span\", {\n attrs: {\n id: \"span-clock\"\n }\n }, [
|
|
1988
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c,\n _setup = _vm._self._setupProxy;\n return _c(\"div\", {\n staticClass: \"pointer\"\n }, [_c(\"a\", {\n staticClass: \"btn play-pause intems maintext\",\n style: {\n \"background-color\": \"#415464 !important\"\n },\n attrs: {\n disabled: _vm.isLoading\n },\n on: {\n click: function ($event) {\n return _vm.toggle();\n }\n }\n }, [_c(\"i\", {\n staticClass: \"icon menu-icon\",\n class: _vm.iconClass\n })]), _vm._v(\" \"), _c(\"modal\", {\n attrs: {\n id: \"modalTracked\",\n name: \"modalTracked\",\n size: _vm.isMobile ? \"lg\" : \"md\"\n }\n }, [_c(\"template\", {\n slot: \"header\"\n }, [_vm._v(\"Tracked time\")]), _vm._v(\" \"), _c(\"div\", {\n attrs: {\n slot: \"content\",\n id: \"tracked-content\"\n },\n slot: \"content\"\n }, [_c(\"span\", {\n attrs: {\n id: \"span-clock\"\n }\n }, [_c(\"i\", {\n staticClass: \"icon menu-icon huge\",\n class: {\n \"time-white\": _vm.darkTheme,\n dark: _vm.darkTheme,\n \"icon-time\": !_vm.darkTheme\n }\n })]), _vm._v(\" \"), _c(\"div\", {\n domProps: {\n innerHTML: _vm._s(_vm.trackedText)\n }\n })]), _vm._v(\" \"), _c(\"template\", {\n slot: \"footer\"\n }, [_c(\"secondary-button\", {\n nativeOn: {\n click: function ($event) {\n return _vm.closeModalWindow.apply(null, arguments);\n }\n }\n }, [_vm._v(\" Later \")]), _vm._v(\" \"), _c(\"action-button\", {\n nativeOn: {\n click: function ($event) {\n return _vm.addNow.apply(null, arguments);\n }\n }\n }, [_vm._v(\"Add now\")])], 1)], 2)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack://MainMenu/./components/play-pause/PlayPause.vue?./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/vue-loader/lib??vue-loader-options");
|
|
1989
1989
|
|
|
1990
1990
|
/***/ }),
|
|
1991
1991
|
|
|
@@ -7444,7 +7444,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
7444
7444
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7445
7445
|
|
|
7446
7446
|
"use strict";
|
|
7447
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"BaseUrl\", function() { return BaseUrl; });\nvar BaseUrl;\n(function (BaseUrl) {\n BaseUrl[\"
|
|
7447
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"BaseUrl\", function() { return BaseUrl; });\nvar BaseUrl;\n(function (BaseUrl) {\n BaseUrl[\"LogOut\"] = \"/logout\";\n BaseUrl[\"GiveKudos\"] = \"/api/kudos-and-smarts/give-kudos\";\n BaseUrl[\"GiveKudosUsersList\"] = \"/api/kudos-and-smarts/users-list\";\n BaseUrl[\"Default\"] = \"\";\n BaseUrl[\"TrackedTimes\"] = \"/api/tracked-times\";\n BaseUrl[\"LoggedInUser\"] = \"/api/users/me\";\n})(BaseUrl || (BaseUrl = {}));\n\n\n//# sourceURL=webpack://MainMenu/./repositories/BaseUrl.ts?");
|
|
7448
7448
|
|
|
7449
7449
|
/***/ }),
|
|
7450
7450
|
|