@intellias/menu 3.0.6 → 3.0.7

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
@@ -301,13 +301,7 @@
301
301
  --spacing-120: 7.5rem;
302
302
  --spacing-240: 15rem;
303
303
  }
304
- .modal-wrapper[data-v-47941d80] {
305
- padding-bottom: 1rem;
306
- border-radius: 6px !important;
307
- background-color: var(--surface-primary);
308
- box-shadow: 0 15px 30px rgba(37, 55, 70, 0.202715);
309
- }
310
- .modal-header[data-v-47941d80] {
304
+ .intems-menu .modal-header[data-v-47941d80] {
311
305
  display: flex;
312
306
  justify-content: space-between;
313
307
  padding: 2rem 2rem 1rem 2rem;
@@ -315,29 +309,34 @@
315
309
  font-weight: bold;
316
310
  color: var(--text-primary) !important;
317
311
  }
318
- .modal-header i.icon[data-v-47941d80]:before {
312
+ .intems-menu .modal-header i.icon[data-v-47941d80]:before {
319
313
  background-color: var(--text-primary) !important;
320
314
  }
321
- .modal-content[data-v-47941d80] {
315
+ .intems-menu .modal-content[data-v-47941d80] {
322
316
  padding: 1rem 2rem;
323
317
  }
324
- .modal-close[data-v-47941d80] {
318
+ .intems-menu .modal-close[data-v-47941d80] {
325
319
  width: 15px !important;
326
320
  min-width: 15px;
327
321
  height: 15px !important;
328
322
  cursor: pointer;
329
323
  }
330
- .modal-footer[data-v-47941d80] {
324
+ .intems-menu .modal-footer[data-v-47941d80] {
331
325
  display: flex;
332
326
  justify-content: flex-end;
333
327
  padding: 1rem 2rem;
334
328
  }
335
- .modal-footer .btn[data-v-47941d80]:not(:first-child) {
329
+ .intems-menu .modal-footer .btn[data-v-47941d80]:not(:first-child) {
336
330
  margin-left: 1rem;
337
331
  }
338
- .vm--overlay[data-v-47941d80] {
339
- background-color: rgba(37, 55, 70, 0.55) !important;
340
- transition: 0.3s !important;
332
+ .intems-menu .vm--modal[data-v-47941d80] {
333
+ padding-bottom: 1rem;
334
+ border-radius: var(--border-radius-8);
335
+ background-color: var(--surface-primary);
336
+ }
337
+ .intems-menu .vm--container[data-v-47941d80] {
338
+ background-color: var(--bg-overlay);
339
+ transition: 0.3s;
341
340
  }
342
341
  [data-v-4bad7ad2]:root {
343
342
  --bg-primary-light:#F4F4F4;
@@ -1023,7 +1022,7 @@
1023
1022
  color: var(--text-on-color);
1024
1023
  background: var(--button-primary-default);
1025
1024
  text-transform: initial;
1026
- border-radius: 0;
1025
+ border-radius: var(--border-radius-8);
1027
1026
  font-weight: 600;
1028
1027
  }
1029
1028
  .action-button[data-v-4bad7ad2]:hover {
@@ -1783,7 +1782,7 @@
1783
1782
  white-space: nowrap;
1784
1783
  color: var(--text-primary);
1785
1784
  text-transform: initial;
1786
- border-radius: 0px;
1785
+ border-radius: var(--border-radius-8);
1787
1786
  font-weight: 600;
1788
1787
  line-height: var(--line-height-40);
1789
1788
  display: flex;
@@ -6200,7 +6199,7 @@ main {
6200
6199
  max-width: 300px;
6201
6200
  padding: var(--spacing-6) var(--spacing-8);
6202
6201
  background: var(--button-primary-default);
6203
- border-radius: 0px;
6202
+ border-radius: var(--border-radius-4);
6204
6203
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
6205
6204
  color: var(--text-on-color);
6206
6205
  font-size: var(--font-size-12);
@@ -332,7 +332,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
332
332
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
333
333
 
334
334
  "use strict";
335
- 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 return _c(\"i\", {\n staticClass: \"icon menu-icon icon-small arrow-down\"\n });\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack://MainMenu/./components/v-select-intems/open-indicator/OpenIndicator.vue?./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/vue-loader/lib??vue-loader-options");
335
+ 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 return _c(\"i\", {\n staticClass: \"icon icon-small arrow-down-new\"\n });\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack://MainMenu/./components/v-select-intems/open-indicator/OpenIndicator.vue?./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/vue-loader/lib??vue-loader-options");
336
336
 
337
337
  /***/ }),
338
338
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {