@webitel/ui-sdk 3.1.72 → 3.1.73

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.1.72",
3
+ "version": "3.1.73",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -16,7 +16,7 @@
16
16
  :disabled="disabled"
17
17
  @input="inputHandler"
18
18
  >
19
- <wt-icon :icon="radioIcon"></wt-icon>
19
+ <wt-icon class="wt-radio__icon" :icon="radioIcon"></wt-icon>
20
20
  <!-- @slot Custom input label -->
21
21
  <slot name="label" v-bind="{ label, isChecked, disabled }">
22
22
  <div v-if="label" class="wt-radio__label">{{ label }}</div>
@@ -109,6 +109,10 @@
109
109
  pointer-events: none;
110
110
  }
111
111
 
112
+ .wt-radio__icon {
113
+ flex: 0 0 var(--icon-md-size);
114
+ }
115
+
112
116
  .wt-radio:hover {
113
117
  .wt-radio__label {
114
118
  color: var(--form-label--hover-color);