@webitel/ui-sdk 2.0.13-3 → 2.0.13-4

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.0.13-3",
3
+ "version": "2.0.13-4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -123,7 +123,7 @@ export default {
123
123
  if (this.resetVolume) this.makeVolumeReset();
124
124
  if (this.download) this.setupDownload();
125
125
 
126
- this.appendCloseIcon();
126
+ if (this.closable) this.appendCloseIcon();
127
127
  this.$emit('initialized', this.player);
128
128
  },
129
129
  makeVolumeReset() {
@@ -154,14 +154,15 @@ export default {
154
154
 
155
155
  .wt-player {
156
156
  @extend %typo-body-2;
157
+ bottom: 60px;
157
158
 
158
159
  &--position {
159
160
  &-sticky {
160
161
  position: sticky;
161
- bottom: 60px;
162
162
  }
163
163
  &-relative {
164
164
  position: relative;
165
+ bottom: unset;
165
166
  }
166
167
  &-static {
167
168
  position: static;