quasar-ui-sellmate-ui-kit 3.14.20 → 3.14.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-sellmate-ui-kit",
3
- "version": "3.14.20",
3
+ "version": "3.14.22",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  class="s-select-search"
11
11
  :popup-content-class="
12
12
  [
13
- 's-select-opts',
13
+ 's-select-opts s-select-opts__select-search',
14
14
  `s-select-opt-${id}`,
15
15
  isScrolled && 's-select-opts--scroll',
16
16
  popupContentClass,
@@ -290,9 +290,9 @@
290
290
  }
291
291
  }
292
292
 
293
- .s-select-opts {
293
+ .s-select-opts.s-select-opts__select-search {
294
294
  @extend %select-menu-list;
295
- max-height: 252px;
295
+ max-height: 252px !important;
296
296
  .search-input-form-container {
297
297
  position: sticky;
298
298
  top: 0px;
@@ -300,7 +300,7 @@
300
300
  z-index: 1;
301
301
  background-color: white;
302
302
  }
303
- &--scroll {
303
+ &.s-select-opts--scroll {
304
304
  .search-input-form-container {
305
305
  box-shadow: 2px 2px 8px 2px #00000033;
306
306
  }
@@ -319,7 +319,6 @@
319
319
  }
320
320
  }
321
321
  }
322
-
323
322
  .custom-select-options {
324
323
  height: $default-height;
325
324
  }