@webitel/ui-sdk 3.2.173 → 23.9.1

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": "@webitel/ui-sdk",
3
- "version": "3.2.173",
3
+ "version": "23.09.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -23,9 +23,9 @@
23
23
  class="wt-table-column-select__popup-list"
24
24
  :class="{
25
25
  'wt-table-column-select__popup-list--md':
26
- changeableDraft.length > 20 && changeableDraft.length <= 30,
26
+ changeableDraft.length > 10 && changeableDraft.length <= 20,
27
27
  'wt-table-column-select__popup-list--lg':
28
- changeableDraft.length > 30
28
+ changeableDraft.length > 20
29
29
  }"
30
30
  >
31
31
  <li
@@ -150,9 +150,11 @@ $list-width-md: calc(800px - var(--spacing-xl)); // all popup width - (paddings
150
150
  flex-wrap: wrap;
151
151
  overflow-x: hidden;
152
152
 
153
- // for 20-30 items
153
+ // for 10-30 items
154
154
  &--md {
155
155
  width: $list-width-md;
156
+ display: block;
157
+ column-count: 2;
156
158
  }
157
159
 
158
160
  // for 30+ items
@@ -174,4 +176,3 @@ $list-width-md: calc(800px - var(--spacing-xl)); // all popup width - (paddings
174
176
  }
175
177
 
176
178
  </style>
177
-