@webitel/ui-sdk 2.1.41-2 → 2.1.42

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": "2.1.41-2",
3
+ "version": "2.1.42",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -112,6 +112,7 @@
112
112
  .wt-switcher__checkmark {
113
113
  position: relative;
114
114
  display: block;
115
+ flex: 0 0 var(--switcher-width);
115
116
  width: var(--switcher-width);
116
117
  height: var(--switcher-height);
117
118
  border-radius: var(--switcher-border-radius);