@webitel/ui-sdk 1.0.5 → 1.0.6

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": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -306,6 +306,7 @@ export default {
306
306
  top: 50%;
307
307
  right: var(--input-icon-margin);
308
308
  transform: translateY(-50%);
309
+ pointer-events: auto; // override --disabled p-events none
309
310
 
310
311
  .wt-input__password-button {
311
312
  .wt-input--disabled & ::v-deep .wt-icon__icon {
@@ -131,6 +131,7 @@ export default {
131
131
 
132
132
  .wt-popup__main {
133
133
  overflow: visible;
134
+ padding-right: 0;
134
135
  }
135
136
  }
136
137
  </style>
@@ -70,6 +70,10 @@
70
70
  @include width-fit-content;
71
71
  position: relative;
72
72
  box-sizing: border-box;
73
+
74
+ .wt-label {
75
+ cursor: pointer;
76
+ }
73
77
  }
74
78
 
75
79
  .wt-switcher__wrapper {