quasar-ui-sellmate-ui-kit 3.14.21 → 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.21",
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,
@@ -288,38 +288,37 @@
288
288
  max-height: $default-height;
289
289
  }
290
290
  }
291
+ }
291
292
 
292
- .s-select-opts {
293
- @extend %select-menu-list;
294
- max-height: 252px;
293
+ .s-select-opts.s-select-opts__select-search {
294
+ @extend %select-menu-list;
295
+ max-height: 252px !important;
296
+ .search-input-form-container {
297
+ position: sticky;
298
+ top: 0px;
299
+ padding: 4px;
300
+ z-index: 1;
301
+ background-color: white;
302
+ }
303
+ &.s-select-opts--scroll {
295
304
  .search-input-form-container {
296
- position: sticky;
297
- top: 0px;
298
- padding: 4px;
299
- z-index: 1;
300
- background-color: white;
301
- }
302
- &--scroll {
303
- .search-input-form-container {
304
- box-shadow: 2px 2px 8px 2px #00000033;
305
- }
305
+ box-shadow: 2px 2px 8px 2px #00000033;
306
306
  }
307
+ }
307
308
 
308
- .q-virtual-scroll__content .q-manual-focusable--focused {
309
- background-color: transparent !important;
310
- color: $grey_90 !important;
311
- }
309
+ .q-virtual-scroll__content .q-manual-focusable--focused {
310
+ background-color: transparent !important;
311
+ color: $grey_90 !important;
312
+ }
312
313
 
313
- .q-virtual-scroll__content .custom-select-options {
314
- &.custom-select-options--selected,
315
- &:hover {
316
- background-color: $brilliantblue_75 !important;
317
- color: white !important;
318
- }
314
+ .q-virtual-scroll__content .custom-select-options {
315
+ &.custom-select-options--selected,
316
+ &:hover {
317
+ background-color: $brilliantblue_75 !important;
318
+ color: white !important;
319
319
  }
320
320
  }
321
321
  }
322
-
323
322
  .custom-select-options {
324
323
  height: $default-height;
325
324
  }