lido-player 0.0.2-alpha-93 → 0.0.2-alpha-94

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DA8gicLI.js');
3
+ var index = require('./index-qIQYfLu7.js');
4
4
 
5
5
  function _mergeNamespaces(n, m) {
6
6
  m.forEach(function (e) {
@@ -1149,6 +1149,8 @@ const appendingDragElementsInDrop = () => {
1149
1149
  if (isAllowOnlyCorrect === true) {
1150
1150
  if (drop['value'] === drag['value']) {
1151
1151
  drag.style.transform = 'translate(0,0)';
1152
+ drag.style.width = "stretch";
1153
+ drag.style.padding = '0';
1152
1154
  drop.appendChild(drag);
1153
1155
  appendedDragIds.add(drag.id);
1154
1156
  drag.style.pointerEvents = 'none';
@@ -1158,6 +1160,8 @@ const appendingDragElementsInDrop = () => {
1158
1160
  else {
1159
1161
  if (drop['value'].includes(drag['value'])) {
1160
1162
  drag.style.transform = 'translate(0,0)';
1163
+ drag.style.width = "stretch";
1164
+ drag.style.padding = '0';
1161
1165
  drop.appendChild(drag);
1162
1166
  appendedDragIds.add(drag.id);
1163
1167
  drag.style.pointerEvents = 'none';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DA8gicLI.js');
3
+ var index = require('./index-qIQYfLu7.js');
4
4
  require('./index-Dl8SlqP-.js');
5
5
 
6
6
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var index = require('./index-Dl8SlqP-.js');
4
- var index$1 = require('./index-DA8gicLI.js');
4
+ var index$1 = require('./index-qIQYfLu7.js');
5
5
 
6
6
  var rive$1 = {exports: {}};
7
7
 
@@ -12852,7 +12852,7 @@ const LidoHome = class {
12852
12852
  }
12853
12853
  // Pure-JS fallback (no wasm asset required)
12854
12854
  try {
12855
- const brotliDecodeModule = await Promise.resolve().then(function () { return require('./decode-BaNHxjfg.js'); }).then(function (n) { return n.decode; });
12855
+ const brotliDecodeModule = await Promise.resolve().then(function () { return require('./decode-BMS5SH1_.js'); }).then(function (n) { return n.decode; });
12856
12856
  const brotliDecompressBuffer = brotliDecodeModule.BrotliDecompressBuffer || ((_a = brotliDecodeModule.default) === null || _a === void 0 ? void 0 : _a.BrotliDecompressBuffer);
12857
12857
  if (typeof brotliDecompressBuffer !== 'function') {
12858
12858
  throw new Error('BrotliDecompressBuffer function not found in brotli/dec/decode');
@@ -885,6 +885,8 @@ export const appendingDragElementsInDrop = () => {
885
885
  if (isAllowOnlyCorrect === true) {
886
886
  if (drop['value'] === drag['value']) {
887
887
  drag.style.transform = 'translate(0,0)';
888
+ drag.style.width = "stretch";
889
+ drag.style.padding = '0';
888
890
  drop.appendChild(drag);
889
891
  appendedDragIds.add(drag.id);
890
892
  drag.style.pointerEvents = 'none';
@@ -894,6 +896,8 @@ export const appendingDragElementsInDrop = () => {
894
896
  else {
895
897
  if (drop['value'].includes(drag['value'])) {
896
898
  drag.style.transform = 'translate(0,0)';
899
+ drag.style.width = "stretch";
900
+ drag.style.padding = '0';
897
901
  drop.appendChild(drag);
898
902
  appendedDragIds.add(drag.id);
899
903
  drag.style.pointerEvents = 'none';