lido-player 0.0.2-alpha-42 → 0.0.2-alpha-44

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.
Files changed (55) hide show
  1. package/dist/cjs/index.cjs.js +1 -1
  2. package/dist/cjs/lido-avatar_19.cjs.entry.js +5 -5
  3. package/dist/cjs/{utils-d35051ce.js → utils-6297b5ef.js} +28 -26
  4. package/dist/collection/components/trace/lido-trace.js +4 -4
  5. package/dist/collection/stories/Templates/Fill-Up/fill-up.stories.js +23 -22
  6. package/dist/collection/stories/Templates/writeWord/writeWord.stories.js +6 -5
  7. package/dist/collection/utils/utils.js +14 -14
  8. package/dist/collection/utils/utilsHandlers/dragDropHandler.js +15 -11
  9. package/dist/components/index.js +1 -1
  10. package/dist/components/lido-avatar.js +1 -1
  11. package/dist/components/lido-cell.js +1 -1
  12. package/dist/components/lido-col.js +1 -1
  13. package/dist/components/lido-container.js +1 -1
  14. package/dist/components/lido-flash-card.js +1 -1
  15. package/dist/components/lido-float.js +1 -1
  16. package/dist/components/lido-home.js +1 -1
  17. package/dist/components/lido-image.js +1 -1
  18. package/dist/components/lido-keyboard.js +1 -1
  19. package/dist/components/lido-math-matrix.js +1 -1
  20. package/dist/components/lido-pos.js +1 -1
  21. package/dist/components/lido-random.js +1 -1
  22. package/dist/components/lido-root.js +19 -19
  23. package/dist/components/lido-row.js +1 -1
  24. package/dist/components/lido-shape.js +1 -1
  25. package/dist/components/lido-slide-fill.js +1 -1
  26. package/dist/components/lido-text.js +1 -1
  27. package/dist/components/lido-trace.js +1 -1
  28. package/dist/components/lido-wrap.js +1 -1
  29. package/dist/components/{p-6854f3b8.js → p-023c7de7.js} +1 -1
  30. package/dist/components/{p-4a0ead41.js → p-0c623222.js} +1 -1
  31. package/dist/components/{p-d93b07ea.js → p-0ea8d930.js} +1 -1
  32. package/dist/components/{p-8f56901e.js → p-20fc4b14.js} +1 -1
  33. package/dist/components/{p-1880714b.js → p-3ae5d3b7.js} +28 -26
  34. package/dist/components/{p-aa898bfe.js → p-5401230b.js} +1 -1
  35. package/dist/components/{p-25a9fac9.js → p-6cf83d0b.js} +5 -5
  36. package/dist/components/{p-0ce4e25e.js → p-736df7df.js} +1 -1
  37. package/dist/components/{p-3cd37320.js → p-8023e174.js} +1 -1
  38. package/dist/components/{p-12f1fee2.js → p-8cfd59a4.js} +1 -1
  39. package/dist/components/{p-3b245088.js → p-9208d35a.js} +1 -1
  40. package/dist/components/{p-8c1cafb5.js → p-addb8571.js} +1 -1
  41. package/dist/components/{p-92908a74.js → p-baa6fab4.js} +18 -18
  42. package/dist/components/{p-01661863.js → p-c69a2a5c.js} +1 -1
  43. package/dist/components/{p-7d998445.js → p-ddd07700.js} +1 -1
  44. package/dist/components/{p-7261a34a.js → p-e1021121.js} +1 -1
  45. package/dist/components/{p-398c1fd5.js → p-e843fd55.js} +2 -2
  46. package/dist/components/{p-991aaa57.js → p-ea37f3be.js} +1 -1
  47. package/dist/components/{p-05a9c77a.js → p-fb0a4aec.js} +1 -1
  48. package/dist/esm/index.js +1 -1
  49. package/dist/esm/lido-avatar_19.entry.js +5 -5
  50. package/dist/esm/{utils-41eb83a5.js → utils-37bf9e25.js} +28 -26
  51. package/dist/lido-player/index.esm.js +1 -1
  52. package/dist/lido-player/lido-player.esm.js +1 -1
  53. package/dist/lido-player/{p-02138e8c.entry.js → p-1c2429dc.entry.js} +1 -1
  54. package/dist/lido-player/{p-fbb622fa.js → p-c076247f.js} +2 -2
  55. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const utils = require('./utils-d35051ce.js');
5
+ const utils = require('./utils-6297b5ef.js');
6
6
  require('./index-fe562525.js');
7
7
 
8
8
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-fe562525.js');
6
- const utils = require('./utils-d35051ce.js');
6
+ const utils = require('./utils-6297b5ef.js');
7
7
 
8
8
  var rive = {exports: {}};
9
9
 
@@ -11922,7 +11922,7 @@ const LidoTrace = class {
11922
11922
  if (!textElem)
11923
11923
  return;
11924
11924
  // Extract audio URLs from the trace element's audio attribute
11925
- const audioList = traceElement.getAttribute('audio');
11925
+ const audioList = this.audio;
11926
11926
  if (!audioList)
11927
11927
  return;
11928
11928
  this.audioUrls = audioList.split(';').map(s => s.trim());
@@ -11945,7 +11945,7 @@ const LidoTrace = class {
11945
11945
  letter.classList.add('letter-highlight');
11946
11946
  if (this.audioUrls[this.currentSvgIndex]) {
11947
11947
  console.log('Playing audio:', this.audioUrls[this.currentSvgIndex]);
11948
- const audio = new Audio(this.audioUrls[this.currentSvgIndex]);
11948
+ const audio = new Audio(utils.convertUrlToRelative(this.audioUrls[this.currentSvgIndex]));
11949
11949
  await audio.play();
11950
11950
  }
11951
11951
  }
@@ -11959,7 +11959,7 @@ const LidoTrace = class {
11959
11959
  if (word) {
11960
11960
  word.classList.add('word-highlight');
11961
11961
  if (this.audioUrls[this.currentSvgIndex]) {
11962
- const audio = new Audio(this.audioUrls[this.currentSvgIndex]);
11962
+ const audio = new Audio(utils.convertUrlToRelative(this.audioUrls[this.currentSvgIndex]));
11963
11963
  await audio.play();
11964
11964
  }
11965
11965
  }
@@ -11977,7 +11977,7 @@ const LidoTrace = class {
11977
11977
  };
11978
11978
  }
11979
11979
  render() {
11980
- return (index.h(index.Host, { key: 'c774cbe324a21f540fc756dedab1c04a743ab03c', class: "lido-trace", id: this.id, audio: this.audio, onCorrect: this.onCorrect, onInCorrect: this.onInCorrect, style: this.style, "aria-label": this.ariaLabel, "aria-hidden": this.ariaHidden, tabindex: this.tabIndex, "disable-speak": this.disableSpeak }, index.h("div", { key: '0d129814d07ca953b05200cb6101bd67a8e8596d', style: this.style, id: "lido-svgContainer" })));
11980
+ return (index.h(index.Host, { key: '7a49dba3768bd241b1c293df53b069eaf96c81fe', class: "lido-trace", id: this.id, audio: this.audio, onCorrect: this.onCorrect, onInCorrect: this.onInCorrect, style: this.style, "aria-label": this.ariaLabel, "aria-hidden": this.ariaHidden, tabindex: this.tabIndex, "disable-speak": this.disableSpeak }, index.h("div", { key: '4735241945bf67599faf715815d13ac69aef6174', style: this.style, id: "lido-svgContainer" })));
11981
11981
  }
11982
11982
  static get assetsDirs() { return ["svg", "images"]; }
11983
11983
  get el() { return index.getElement(this); }
@@ -211,7 +211,7 @@ function enableDraggingWithScaling(element) {
211
211
  isDragging = false;
212
212
  return;
213
213
  }
214
- // AudioPlayer.getI().stop();
214
+ AudioPlayer.getI().stop();
215
215
  removeHighlight(element);
216
216
  isDragging = true;
217
217
  isClicked = true;
@@ -315,6 +315,7 @@ function enableDraggingWithScaling(element) {
315
315
  // Start observing the element
316
316
  observer.observe(container, observerConfig);
317
317
  const onMove = (event) => {
318
+ console.log("moved");
318
319
  if (!isDragging)
319
320
  return;
320
321
  if (isDraggingDisabled) {
@@ -619,6 +620,7 @@ async function onElementDropComplete(dragElement, dropElement) {
619
620
  const selectedValueData = localStorage.getItem(SelectedValuesKey) || '';
620
621
  const dragSelectedData = localStorage.getItem(DragSelectedMapKey);
621
622
  localStorage.getItem(DragMapKey);
623
+ console.log("dragggedddd elem", { value: dragElement.getAttribute("value") });
622
624
  let dropHasDrag = JSON.parse(localStorage.getItem(DropHasDrag) || ' {}');
623
625
  const container = document.getElementById(LidoContainer);
624
626
  if (!dropElement) {
@@ -647,20 +649,19 @@ async function onElementDropComplete(dragElement, dropElement) {
647
649
  isCorrect = dropElement.getAttribute('value').toLowerCase().includes(dragElement.getAttribute('value').toLowerCase());
648
650
  }
649
651
  if (!isCorrect) {
650
- const localStorageKey = `${LidoContainer}_dropData`;
651
652
  dragElement.style.transition = 'transform 0.5s ease';
652
653
  animateDragToTarget(dragElement, dropElement, container);
653
654
  setTimeout(() => {
654
655
  dragElement.style.transform = 'translate(0, 0)';
655
- const oldDropIndex = dragToDropMap[dragElement.getAttribute('data-id')];
656
- if (oldDropIndex !== undefined && dropHasDrag[oldDropIndex]) {
657
- dropHasDrag[oldDropIndex].isFull = false;
658
- delete dragToDropMap[dragElement.getAttribute('data-id')];
659
- const stored = JSON.parse(localStorage.getItem(localStorageKey) || '{}');
660
- delete stored[oldDropIndex];
661
- localStorage.setItem(localStorageKey, JSON.stringify(stored));
662
- }
663
- handleResetDragElement(dragElement, dropElement, dropHasDrag, selectedValueData, dragSelectedData);
656
+ // const oldDropIndex = dragToDropMap[dragElement.getAttribute('data-id')];
657
+ // if (oldDropIndex !== undefined && dropHasDrag[oldDropIndex]) {
658
+ // dropHasDrag[oldDropIndex].isFull = false;
659
+ // delete dragToDropMap[dragElement.getAttribute('data-id')];
660
+ // const stored = JSON.parse(localStorage.getItem(localStorageKey) || '{}');
661
+ // delete stored[oldDropIndex];
662
+ // localStorage.setItem(localStorageKey, JSON.stringify(stored));
663
+ // }
664
+ // handleResetDragElement(dragElement, dropElement, dropHasDrag, selectedValueData, dragSelectedData, dropSelectedData);
664
665
  }, 500);
665
666
  if (dragElement['type'] === 'option') {
666
667
  const childs = Array.from(container.querySelectorAll(`[value="${dragElement['value']}"]`));
@@ -838,9 +839,9 @@ async function onElementDropComplete(dragElement, dropElement) {
838
839
  dispatchElementDropEvent(dragElement, dropElement, isCorrect);
839
840
  storingEachActivityScore(isCorrect);
840
841
  dragElement.style.opacity = '1';
841
- await onActivityComplete(dragElement, dropElement);
842
842
  const allDropElements = document.querySelectorAll('.drop-element');
843
843
  allDropElements.forEach(el => updateDropBorder(el));
844
+ await onActivityComplete(dragElement, dropElement);
844
845
  }
845
846
  function updateDropBorder(element) {
846
847
  if (!element || !element.classList.contains('drop-element'))
@@ -941,6 +942,7 @@ async function onClickDropOrDragElement(element, type) {
941
942
  }
942
943
  const dragToDropMap = new Map();
943
944
  async function onClickDragElement(element) {
945
+ AudioPlayer.getI().stop();
944
946
  const dropElements = JSON.parse(localStorage.getItem(DropHasDrag) || '{}');
945
947
  const dragEl = element;
946
948
  if (!dragEl) {
@@ -68260,19 +68262,6 @@ async function onActivityComplete(dragElement, dropElement) {
68260
68262
  if (!container)
68261
68263
  return;
68262
68264
  await executeActions("this.alignMatch='true'", dropElement, dragElement);
68263
- if (dragElement && dropElement) {
68264
- const isCorrect = dropElement['value'].toLowerCase().includes(dragElement['value'].toLowerCase());
68265
- if (isCorrect) {
68266
- const onCorrect = dropElement.getAttribute('onCorrect');
68267
- if (onCorrect) {
68268
- await executeActions(onCorrect, dropElement, dragElement);
68269
- }
68270
- }
68271
- else {
68272
- const onInCorrect = dropElement.getAttribute('onInCorrect');
68273
- await executeActions(onInCorrect, dropElement, dragElement);
68274
- }
68275
- }
68276
68265
  let dragScore = JSON.parse((_a = localStorage.getItem(DragSelectedMapKey)) !== null && _a !== void 0 ? _a : '{}');
68277
68266
  const tabindex = dropElement.getAttribute('tab-index');
68278
68267
  if (!dragScore[tabindex]) {
@@ -68300,6 +68289,19 @@ async function onActivityComplete(dragElement, dropElement) {
68300
68289
  return acc;
68301
68290
  }, []);
68302
68291
  localStorage.setItem(SelectedValuesKey, JSON.stringify(sortedValues));
68292
+ if (dragElement && dropElement) {
68293
+ const isCorrect = dropElement['value'].toLowerCase().includes(dragElement['value'].toLowerCase());
68294
+ if (isCorrect) {
68295
+ const onCorrect = dropElement.getAttribute('onCorrect');
68296
+ if (onCorrect) {
68297
+ await executeActions(onCorrect, dropElement, dragElement);
68298
+ }
68299
+ }
68300
+ else {
68301
+ const onInCorrect = dropElement.getAttribute('onInCorrect');
68302
+ await executeActions(onInCorrect, dropElement, dragElement);
68303
+ }
68304
+ }
68303
68305
  const allElements = document.querySelectorAll("[type='drop']");
68304
68306
  allElements.forEach(otherElement => {
68305
68307
  var _a;
@@ -68442,7 +68444,7 @@ const triggerPrevcontainer = () => {
68442
68444
  function convertUrlToRelative(url) {
68443
68445
  const container = document.getElementById(LidoContainer);
68444
68446
  const baseUrl = container.getAttribute('baseUrl');
68445
- if ((url === null || url === void 0 ? void 0 : url.startsWith('http')) || (url === null || url === void 0 ? void 0 : url.startsWith('blob'))) {
68447
+ if ((url === null || url === void 0 ? void 0 : url.startsWith('http')) || (url === null || url === void 0 ? void 0 : url.startsWith('blob')) || (url === null || url === void 0 ? void 0 : url.startsWith('data'))) {
68446
68448
  return url;
68447
68449
  }
68448
68450
  else if (baseUrl) {
@@ -655,7 +655,7 @@ export class LidoTrace {
655
655
  if (!textElem)
656
656
  return;
657
657
  // Extract audio URLs from the trace element's audio attribute
658
- const audioList = traceElement.getAttribute('audio');
658
+ const audioList = this.audio;
659
659
  if (!audioList)
660
660
  return;
661
661
  this.audioUrls = audioList.split(';').map(s => s.trim());
@@ -678,7 +678,7 @@ export class LidoTrace {
678
678
  letter.classList.add('letter-highlight');
679
679
  if (this.audioUrls[this.currentSvgIndex]) {
680
680
  console.log('Playing audio:', this.audioUrls[this.currentSvgIndex]);
681
- const audio = new Audio(this.audioUrls[this.currentSvgIndex]);
681
+ const audio = new Audio(convertUrlToRelative(this.audioUrls[this.currentSvgIndex]));
682
682
  await audio.play();
683
683
  }
684
684
  }
@@ -692,7 +692,7 @@ export class LidoTrace {
692
692
  if (word) {
693
693
  word.classList.add('word-highlight');
694
694
  if (this.audioUrls[this.currentSvgIndex]) {
695
- const audio = new Audio(this.audioUrls[this.currentSvgIndex]);
695
+ const audio = new Audio(convertUrlToRelative(this.audioUrls[this.currentSvgIndex]));
696
696
  await audio.play();
697
697
  }
698
698
  }
@@ -710,7 +710,7 @@ export class LidoTrace {
710
710
  };
711
711
  }
712
712
  render() {
713
- return (h(Host, { key: 'c774cbe324a21f540fc756dedab1c04a743ab03c', class: "lido-trace", id: this.id, audio: this.audio, onCorrect: this.onCorrect, onInCorrect: this.onInCorrect, style: this.style, "aria-label": this.ariaLabel, "aria-hidden": this.ariaHidden, tabindex: this.tabIndex, "disable-speak": this.disableSpeak }, h("div", { key: '0d129814d07ca953b05200cb6101bd67a8e8596d', style: this.style, id: "lido-svgContainer" })));
713
+ return (h(Host, { key: '7a49dba3768bd241b1c293df53b069eaf96c81fe', class: "lido-trace", id: this.id, audio: this.audio, onCorrect: this.onCorrect, onInCorrect: this.onInCorrect, style: this.style, "aria-label": this.ariaLabel, "aria-hidden": this.ariaHidden, tabindex: this.tabIndex, "disable-speak": this.disableSpeak }, h("div", { key: '4735241945bf67599faf715815d13ac69aef6174', style: this.style, id: "lido-svgContainer" })));
714
714
  }
715
715
  static get is() { return "lido-trace"; }
716
716
  static get originalStyleUrls() {
@@ -83,56 +83,57 @@ function getContainerXml(args) {
83
83
  return `
84
84
  <main>
85
85
  <lido-container id="lido-container" is-allow-only-correct="true" value="mainContainer1" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/fill-in-the-blanks/cloud.png" objective="${args.answer1},${args.answer2},${args.answer3},${args.answer4}" width="100%" bg-color="transparent" visible="true" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000'; " onEntry="this.justifyContent='space-around';" onInCorrect="lido-avatar.avatarAnimate='Fail'; this.sleep='2000';" show-check="false" is-continue-on-correct="true" after-drop="false">
86
- <!-- Chimple Avatar -->
86
+ <lido-text id="fullSentence" visible="false" onEntry="this.display='none';" string="{full_sentence}" audio="{full_sentence_audio}"></lido-text>
87
+ <!-- Chimple Avatar -->
87
88
  <lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.448px,portrait.402px" width="landscape.350px,portrait.398px" x="landscape.1267px, portrait.541px" y="landscape.587px, portrait.1304px" aria-hidden="true" z="1" bg-color="transparent" visible="true" onEntry="this.animation='rightToPlace 2.5s linear';">
88
89
  <lido-avatar id="lido-avatar" disable-edit="true" visible="true" height="100%" width="100%" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp2/chimplecharacter.riv" alt-text="{chimpleCharacterRive}">
89
90
  </lido-avatar>
90
91
  </lido-cell>
91
92
 
92
93
  <!--Parent cell -->
93
- <lido-cell layout="col" visible="true" width="100%" height="100%" bg-color="transparent">
94
+ <lido-cell layout="col" visible="true" width="100%" height="100%" bg-color="transparent" margin="landscape.0,portrait.-90px 0px 0px 0px">
94
95
  <!-- heading -->
95
96
  <lido-cell visible="true" margin="landscape.12px 0px -17px 0px, portrait.0px 0px 0px;">
96
- <lido-text show-speak-icon="true" id="heading" tab-index="1" width="354px" visible="true" audio="${args.headingAudio}" string="${args.heading}" font-family="'Baloo Bhai 2'" fontColor="black" font-size="landscape.36px, portrait.40px" bg-color="transparent" onEntry=" this.fontWeight='700';" margin="landscape.32px 0px 4px 0px,portrait.18px 0px 0px 0px">
97
+ <lido-text show-speak-icon="true" id="heading" tab-index="1" width="landscape.354px,portrait.433px" visible="true" audio="${args.headingAudio}" string="${args.heading}" font-family="'Baloo Bhai 2'" fontColor="black" font-size="landscape.45px, portrait.56px" bg-color="transparent" onEntry=" this.fontWeight='700';" margin="landscape.32px 0px 4px 0px,portrait.18px 0px 0px 0px">
97
98
  </lido-text>
98
99
  </lido-cell>
99
100
  <!-- fill up based on image -->
100
101
 
101
- <lido-cell show-speak-icon="true" audio="${args.sentenceAudio}" layout="landscape.row, portrait.col" visible="true" width="landscape.auto, portrait.69%" height="landscape.59%, portrait.auto" bg-color="white" onEntry="this.borderRadius='10px'; this.padding='8px';" margin="landscape.0 , portrait.18px 0px 0px 0px">
102
+ <lido-cell show-speak-icon="true" audio="${args.sentenceAudio}" layout="landscape.row, portrait.col" visible="true" width="landscape.auto, portrait.69%" height="landscape.64%, portrait.auto" bg-color="white" onEntry="this.borderRadius='10px'; this.padding='8px';" margin="landscape.0 , portrait.18px 0px 0px 0px">
102
103
 
103
104
  <!-- image -->
104
- ${args.img.length === 0 ? '' : `<lido-image id="image1" disable-edit="true" visible="true" src="${args.img}" width="landscape.515px, portrait.100%" height="landscape.100%, portrait.62%" margin="landscape.0px 0px 0px 0px , portrait. 0">
105
+ ${args.img.length === 0 ? '' : `<lido-image id="image1" disable-edit="true" visible="true" src="${args.img}" width="landscape.542px, portrait.100%" height="landscape.100%, portrait.62%" margin="landscape.0px 0px 0px 0px , portrait. 0">
105
106
  </lido-image>`}
106
107
  <!-- text -->
107
108
 
108
109
 
109
110
 
110
- <lido-cell layout="flex" bg-Color="transparent" visible="true" height="landscape.100%,portrait.auto" width="landscape.600px, portrait.97%" onEntry="this.align-content='center'; this.gap='32px';this.display='ruby';" margin="landscape.21px 0px 0px 61px, portrait.33px 0px 0px 64px">
111
+ <lido-cell layout="flex" bg-Color="transparent" visible="true" height="landscape.100%,portrait.auto" width="landscape.645px, portrait.97%" onEntry="this.align-content='center'; this.gap='32px';this.display='ruby';" margin="landscape.21px 0px 0px 61px, portrait.50px 6px 0px 64px">
111
112
 
112
- <lido-text tab-index="2" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text1}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='400';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
113
- <lido-text tab-index="3" drop-attr="stretch" id="drop1" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer1}" type="drop" is-allow-only-one-drop="true" drop-Attr="stretch" onEntry="this.border-radius='10px';this.box-shoadow=''; this.margin-right='35px';" ></lido-text>
114
- <lido-text tab-index="4" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text2}" bg-color="transparent" onEntry="this.position='relative';this.display='inline';this.boxShadow='0 0 0'; this.padding='0px 21px 0px 0px';"></lido-text>
115
- <lido-text tab-index="5" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text3}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='400';this.display='inline'; this.padding='0px 18px 0px 0px';"></lido-text>
116
- <lido-text tab-index="6" drop-attr="stretch" id="drop2" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer2}" drop-Attr="stretch" type="drop" is-allow-only-one-drop="true" onEntry="this.border-radius='10px'; this.margin-right='35px';this.margin-top='17px'; " ></lido-text>
117
- <lido-text tab-index="7" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text4}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='400';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
118
- <lido-text tab-index="8" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text5}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='400';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
119
- <lido-text tab-index="9" drop-attr="stretch" id="drop3" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer3}" drop-Attr="stretch" type="drop" is-allow-only-one-drop="true" onEntry="this.border-radius='10px'; this.margin-right='35px';this.margin-top='17px'; "></lido-text>
120
- <lido-text tab-index="10" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text6}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='400';this.display='inline'; this.padding='0px 20px 0px 0px';"></lido-text>
121
- <lido-text tab-index="11" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text7} " bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='400';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
122
- <lido-text tab-index="12" id="drop4" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer4}" drop-Attr="stretch" type="drop" is-allow-only-one-drop="true" onEntry="this.border-radius='10px'; this.margin-right='35px'; this.margin-top='17px';" ></lido-text>
123
- <lido-text tab-index="13" font-family="'Baloo Bhai 2'" visible="true" font-size="40px" y="-10px" string="${args.text8}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='400';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
113
+ <lido-text tab-index="2" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text1}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='600';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
114
+ <lido-text tab-index="3" drop-attr="stretch" id="drop1" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer1}" type="drop" is-allow-only-one-drop="true" drop-Attr="stretch" onEntry="this.border-radius='10px';this.box-shoadow='';this.fontWeight='600'; this.margin-right='35px';" ></lido-text>
115
+ <lido-text tab-index="4" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text2}" bg-color="transparent" onEntry="this.position='relative';this.fontWeight='600';this.display='inline';this.boxShadow='0 0 0'; this.padding='0px 21px 0px 0px';"></lido-text>
116
+ <lido-text tab-index="5" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text3}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='600';this.display='inline'; this.padding='0px 18px 0px 0px';"></lido-text>
117
+ <lido-text tab-index="6" drop-attr="stretch" id="drop2" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer2}" drop-Attr="stretch" type="drop" is-allow-only-one-drop="true" onEntry="this.border-radius='10px'; this.margin-right='35px';this.margin-top='17px'; this.fontWeight='600';" ></lido-text>
118
+ <lido-text tab-index="7" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text4}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='600';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
119
+ <lido-text tab-index="8" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text5}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='600';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
120
+ <lido-text tab-index="9" drop-attr="stretch" id="drop3" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer3}" drop-Attr="stretch" type="drop" is-allow-only-one-drop="true" onEntry="this.border-radius='10px'; this.margin-right='35px';this.margin-top='17px'; this.fontWeight='600'; "></lido-text>
121
+ <lido-text tab-index="10" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text6}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='600';this.display='inline'; this.padding='0px 20px 0px 0px';"></lido-text>
122
+ <lido-text tab-index="11" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text7} " bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='600';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
123
+ <lido-text tab-index="12" id="drop4" disable-edit="true" visible="true" width="164px" height="landscape.73px,portrait.77px" value="${args.answer4}" drop-Attr="stretch" type="drop" is-allow-only-one-drop="true" onEntry="this.border-radius='10px'; this.margin-right='35px'; this.fontWeight='600'; this.margin-top='17px';" ></lido-text>
124
+ <lido-text tab-index="13" font-family="'Baloo Bhai 2'" visible="true" font-size="landscape.46px,portrait.54px" y="-10px" string="${args.text8}" bg-color="transparent" onEntry="this.position='relative'; this.fontWeight='600';this.display='inline'; this.padding='0px 20px 0px 0px'; "></lido-text>
124
125
 
125
126
  </lido-cell>
126
127
 
127
128
  </lido-cell>
128
129
  <lido-cell layout="landscape.row, portrait.wrap" childElementsLength="4" onEntry="this.gap='28px'; this.gridTemplateColumns = 'repeat(2, 1fr)'; this.gridTemplateRows = 'repeat(2, 1fr)';" visible="true" margin="landscape.6px 383px 74px 0px, portrait.34px 128px 0px -113px">
129
- <lido-text font-family="'Baloo Bhai 2'" audio="${args.option1Audio}" id="option1" value="${args.option1}" tab-index="14" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='400';" width="auto" height="landscape.87px, portrait.91px" string="${args.option1}" fontColor="black" font-size="40px" type="drag">
130
+ <lido-text font-family="'Baloo Bhai 2'" audio="${args.option1Audio}" id="option1" value="${args.option1}" tab-index="14" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='600';" width="auto" height="landscape.87px, portrait.91px" string="${args.option1}" fontColor="black" font-size="landscape.46px,portrait.54px" type="drag">
130
131
  </lido-text>
131
- <lido-text font-family="'Baloo Bhai 2'" audio="${args.option2Audio}" id="option2" value="${args.option2}" tab-index="15" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='400'; " width="auto" height="landscape.87px, portrait.91px" string="${args.option2}" fontColor="black" font-size="40px" type="drag">
132
+ <lido-text font-family="'Baloo Bhai 2'" audio="${args.option2Audio}" id="option2" value="${args.option2}" tab-index="15" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='600'; " width="auto" height="landscape.87px, portrait.91px" string="${args.option2}" fontColor="black" font-size="landscape.46px,portrait.54px" type="drag">
132
133
  </lido-text>
133
- <lido-text font-family="'Baloo Bhai 2'" audio="${args.option3Audio}" id="option3" value="${args.option3}" tab-index="16" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='400'; " width="auto" height="landscape.87px, portrait.91px" string="${args.option3}" fontColor="black" font-size="40px" type="drag">
134
+ <lido-text font-family="'Baloo Bhai 2'" audio="${args.option3Audio}" id="option3" value="${args.option3}" tab-index="16" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='600'; " width="auto" height="landscape.87px, portrait.91px" string="${args.option3}" fontColor="black" font-size="landscape.46px,portrait.54px" type="drag">
134
135
  </lido-text>
135
- <lido-text font-family="'Baloo Bhai 2'" audio="${args.option4Audio}" id="option4" value="${args.option4}" tab-index="17" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='400';" width="auto" height="landscape.87px, portrait.91px" string="${args.option4}" fontColor="black" font-size="40px" type="drag">
136
+ <lido-text font-family="'Baloo Bhai 2'" audio="${args.option4Audio}" id="option4" value="${args.option4}" tab-index="17" visible="true" bg-color="#fcf3b1" onEntry="this.padding='0px 48px'; this.borderRadius='24px'; this.fontWeight='600';" width="auto" height="landscape.87px, portrait.91px" string="${args.option4}" fontColor="black" font-size="landscape.46px,portrait.54px" type="drag">
136
137
  </lido-text>
137
138
  </lido-cell>
138
139
 
@@ -59,14 +59,15 @@ function getContainerXml(args) {
59
59
  </lido-image>
60
60
  </lido-cell>
61
61
 
62
- <!-- text-element -->
63
- <lido-cell layout="pos" id="pos1" disable-edit="true" value="pos1" height="landscape.80px, portrait.80px" width="landscape.297px, portrait.297px" x="landscape.650px, portrait.300px" y="landscape.125px, portrait.190px" aria-hidden="true" z="1" bg-color="transparent" visible="true" onEntry="">
64
- <lido-text id="txt1" tab-index="2" span-type="${spanType}" audio="" width="297px" height="80px" display="flex" onEntry="this.text-align='center'; this.justify-content='center'; this.flex-shrink='0';" font="'Baloo Bhai 2'" font-size="96px" z="1" font-color="black" font-weight="600" color=" #000000" string="${text}" visible="true" y="landscape., portrait." bg-color="transparent">
65
- </lido-text>
66
- </lido-cell>
62
+
67
63
 
68
64
  <lido-cell layout="col" visible="true" width="landscape.70%, portrait.70%" height="landscape.84%, portrait.60%" bg-color="transparent" margin="landscape.-35px 0px -35px 0px, portrait.-400px 0px -40px 0px" onEntry="this.padding='4px 0px 16px 0px';">
69
65
  <lido-image visible="true" src="${topDisplayImage}" z="1" width="landscape.570px, portrait.570px" height="landscape.225px, portrait.225px" onEntry="this.flex-shrink='0';" altText="{image1}">
66
+ <!-- text-element -->
67
+ <lido-cell layout="pos" display="flex" id="pos1" disable-edit="true" value="pos1" height="landscape.80px, portrait.80px" width="landscape.525px, portrait.525px" x="landscape.545px, portrait.300px" y="landscape.125px, portrait.190px" aria-hidden="true" bg-color="transparent" visible="true" onEntry="this.z-index='2'; this.align-items='center'; this.justify-content='center'; this.display='flex';">
68
+ <lido-text id="txt1" tab-index="2" span-type="${spanType}" audio="" width="525px" height="80px" onEntry="this.text-align='center'; this.justify-content='center'; this.flex-shrink='0'; this.fontWeight='600';" font="'Baloo Bhai 2'" font-size="96px" z="1" font-color="black" color=" #000000" string="${text}" visible="true" y="landscape., portrait." bg-color="transparent">
69
+ </lido-text>
70
+ </lido-cell>
70
71
  </lido-image>
71
72
 
72
73
  <lido-image visible="true" src="${bottomDisplayImage}" z="1" width="landscape.574px, portrait.760px" height="landscape.574px, portrait.760px" onEntry="this.flex-shrink='0';" altText="{image1}">
@@ -359,19 +359,6 @@ export async function onActivityComplete(dragElement, dropElement) {
359
359
  if (!container)
360
360
  return;
361
361
  await executeActions("this.alignMatch='true'", dropElement, dragElement);
362
- if (dragElement && dropElement) {
363
- const isCorrect = dropElement['value'].toLowerCase().includes(dragElement['value'].toLowerCase());
364
- if (isCorrect) {
365
- const onCorrect = dropElement.getAttribute('onCorrect');
366
- if (onCorrect) {
367
- await executeActions(onCorrect, dropElement, dragElement);
368
- }
369
- }
370
- else {
371
- const onInCorrect = dropElement.getAttribute('onInCorrect');
372
- await executeActions(onInCorrect, dropElement, dragElement);
373
- }
374
- }
375
362
  let dragScore = JSON.parse((_a = localStorage.getItem(DragSelectedMapKey)) !== null && _a !== void 0 ? _a : '{}');
376
363
  const tabindex = dropElement.getAttribute('tab-index');
377
364
  if (!dragScore[tabindex]) {
@@ -399,6 +386,19 @@ export async function onActivityComplete(dragElement, dropElement) {
399
386
  return acc;
400
387
  }, []);
401
388
  localStorage.setItem(SelectedValuesKey, JSON.stringify(sortedValues));
389
+ if (dragElement && dropElement) {
390
+ const isCorrect = dropElement['value'].toLowerCase().includes(dragElement['value'].toLowerCase());
391
+ if (isCorrect) {
392
+ const onCorrect = dropElement.getAttribute('onCorrect');
393
+ if (onCorrect) {
394
+ await executeActions(onCorrect, dropElement, dragElement);
395
+ }
396
+ }
397
+ else {
398
+ const onInCorrect = dropElement.getAttribute('onInCorrect');
399
+ await executeActions(onInCorrect, dropElement, dragElement);
400
+ }
401
+ }
402
402
  const allElements = document.querySelectorAll("[type='drop']");
403
403
  allElements.forEach(otherElement => {
404
404
  var _a;
@@ -541,7 +541,7 @@ export const triggerPrevcontainer = () => {
541
541
  export function convertUrlToRelative(url) {
542
542
  const container = document.getElementById(LidoContainer);
543
543
  const baseUrl = container.getAttribute('baseUrl');
544
- if ((url === null || url === void 0 ? void 0 : url.startsWith('http')) || (url === null || url === void 0 ? void 0 : url.startsWith('blob'))) {
544
+ if ((url === null || url === void 0 ? void 0 : url.startsWith('http')) || (url === null || url === void 0 ? void 0 : url.startsWith('blob')) || (url === null || url === void 0 ? void 0 : url.startsWith('data'))) {
545
545
  return url;
546
546
  }
547
547
  else if (baseUrl) {
@@ -1,4 +1,5 @@
1
1
  import { calculateScale, countPatternWords, handleShowCheck, handlingElementFlexibleWidth, onActivityComplete, storingEachActivityScore } from "../utils";
2
+ import { AudioPlayer } from "../audioPlayer";
2
3
  import { DragSelectedMapKey, DragMapKey, DropHasDrag, DropLength, SelectedValuesKey, DropMode, DropToAttr, DropTimeAttr, LidoContainer, DropAction } from "../constants";
3
4
  import { dispatchElementDropEvent } from "../customEvents";
4
5
  import { removeHighlight } from "./highlightHandler";
@@ -55,7 +56,7 @@ export function enableDraggingWithScaling(element) {
55
56
  isDragging = false;
56
57
  return;
57
58
  }
58
- // AudioPlayer.getI().stop();
59
+ AudioPlayer.getI().stop();
59
60
  removeHighlight(element);
60
61
  isDragging = true;
61
62
  isClicked = true;
@@ -163,6 +164,7 @@ export function enableDraggingWithScaling(element) {
163
164
  // Start observing the element
164
165
  observer.observe(container, observerConfig);
165
166
  const onMove = (event) => {
167
+ console.log("moved");
166
168
  if (!isDragging)
167
169
  return;
168
170
  if (isDraggingDisabled) {
@@ -467,6 +469,7 @@ export async function onElementDropComplete(dragElement, dropElement) {
467
469
  const selectedValueData = localStorage.getItem(SelectedValuesKey) || '';
468
470
  const dragSelectedData = localStorage.getItem(DragSelectedMapKey);
469
471
  const dropSelectedData = localStorage.getItem(DragMapKey);
472
+ console.log("dragggedddd elem", { value: dragElement.getAttribute("value") });
470
473
  let dropHasDrag = JSON.parse(localStorage.getItem(DropHasDrag) || ' {}');
471
474
  const container = document.getElementById(LidoContainer);
472
475
  if (!dropElement) {
@@ -500,15 +503,15 @@ export async function onElementDropComplete(dragElement, dropElement) {
500
503
  animateDragToTarget(dragElement, dropElement, container);
501
504
  setTimeout(() => {
502
505
  dragElement.style.transform = 'translate(0, 0)';
503
- const oldDropIndex = dragToDropMap[dragElement.getAttribute('data-id')];
504
- if (oldDropIndex !== undefined && dropHasDrag[oldDropIndex]) {
505
- dropHasDrag[oldDropIndex].isFull = false;
506
- delete dragToDropMap[dragElement.getAttribute('data-id')];
507
- const stored = JSON.parse(localStorage.getItem(localStorageKey) || '{}');
508
- delete stored[oldDropIndex];
509
- localStorage.setItem(localStorageKey, JSON.stringify(stored));
510
- }
511
- handleResetDragElement(dragElement, dropElement, dropHasDrag, selectedValueData, dragSelectedData, dropSelectedData);
506
+ // const oldDropIndex = dragToDropMap[dragElement.getAttribute('data-id')];
507
+ // if (oldDropIndex !== undefined && dropHasDrag[oldDropIndex]) {
508
+ // dropHasDrag[oldDropIndex].isFull = false;
509
+ // delete dragToDropMap[dragElement.getAttribute('data-id')];
510
+ // const stored = JSON.parse(localStorage.getItem(localStorageKey) || '{}');
511
+ // delete stored[oldDropIndex];
512
+ // localStorage.setItem(localStorageKey, JSON.stringify(stored));
513
+ // }
514
+ // handleResetDragElement(dragElement, dropElement, dropHasDrag, selectedValueData, dragSelectedData, dropSelectedData);
512
515
  }, 500);
513
516
  if (dragElement['type'] === 'option') {
514
517
  const childs = Array.from(container.querySelectorAll(`[value="${dragElement['value']}"]`));
@@ -686,9 +689,9 @@ export async function onElementDropComplete(dragElement, dropElement) {
686
689
  dispatchElementDropEvent(dragElement, dropElement, isCorrect);
687
690
  storingEachActivityScore(isCorrect);
688
691
  dragElement.style.opacity = '1';
689
- await onActivityComplete(dragElement, dropElement);
690
692
  const allDropElements = document.querySelectorAll('.drop-element');
691
693
  allDropElements.forEach(el => updateDropBorder(el));
694
+ await onActivityComplete(dragElement, dropElement);
692
695
  }
693
696
  export function updateDropBorder(element) {
694
697
  if (!element || !element.classList.contains('drop-element'))
@@ -789,6 +792,7 @@ export async function onClickDropOrDragElement(element, type) {
789
792
  }
790
793
  export const dragToDropMap = new Map();
791
794
  async function onClickDragElement(element) {
795
+ AudioPlayer.getI().stop();
792
796
  const dropElements = JSON.parse(localStorage.getItem(DropHasDrag) || '{}');
793
797
  const dragEl = element;
794
798
  if (!dragEl) {
@@ -1 +1 @@
1
- export { f as format, g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-1880714b.js';
1
+ export { f as format, g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-3ae5d3b7.js';
@@ -1,4 +1,4 @@
1
- import { L as LidoAvatar$1, d as defineCustomElement$1 } from './p-01661863.js';
1
+ import { L as LidoAvatar$1, d as defineCustomElement$1 } from './p-c69a2a5c.js';
2
2
 
3
3
  const LidoAvatar = LidoAvatar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoCell$1, d as defineCustomElement$1 } from './p-aa898bfe.js';
1
+ import { L as LidoCell$1, d as defineCustomElement$1 } from './p-5401230b.js';
2
2
 
3
3
  const LidoCell = LidoCell$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoCol$1, d as defineCustomElement$1 } from './p-3b245088.js';
1
+ import { L as LidoCol$1, d as defineCustomElement$1 } from './p-9208d35a.js';
2
2
 
3
3
  const LidoCol = LidoCol$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoContainer$1, d as defineCustomElement$1 } from './p-7d998445.js';
1
+ import { L as LidoContainer$1, d as defineCustomElement$1 } from './p-ddd07700.js';
2
2
 
3
3
  const LidoContainer = LidoContainer$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoFlash, d as defineCustomElement$1 } from './p-8f56901e.js';
1
+ import { L as LidoFlash, d as defineCustomElement$1 } from './p-20fc4b14.js';
2
2
 
3
3
  const LidoFlashCard = LidoFlash;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoFloat$1, d as defineCustomElement$1 } from './p-12f1fee2.js';
1
+ import { L as LidoFloat$1, d as defineCustomElement$1 } from './p-8cfd59a4.js';
2
2
 
3
3
  const LidoFloat = LidoFloat$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoHome$1, d as defineCustomElement$1 } from './p-92908a74.js';
1
+ import { L as LidoHome$1, d as defineCustomElement$1 } from './p-baa6fab4.js';
2
2
 
3
3
  const LidoHome = LidoHome$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoImage$1, d as defineCustomElement$1 } from './p-3cd37320.js';
1
+ import { L as LidoImage$1, d as defineCustomElement$1 } from './p-8023e174.js';
2
2
 
3
3
  const LidoImage = LidoImage$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoKeyboard$1, d as defineCustomElement$1 } from './p-398c1fd5.js';
1
+ import { L as LidoKeyboard$1, d as defineCustomElement$1 } from './p-e843fd55.js';
2
2
 
3
3
  const LidoKeyboard = LidoKeyboard$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoMathMatrix$1, d as defineCustomElement$1 } from './p-4a0ead41.js';
1
+ import { L as LidoMathMatrix$1, d as defineCustomElement$1 } from './p-0c623222.js';
2
2
 
3
3
  const LidoMathMatrix = LidoMathMatrix$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoPos$1, d as defineCustomElement$1 } from './p-0ce4e25e.js';
1
+ import { L as LidoPos$1, d as defineCustomElement$1 } from './p-736df7df.js';
2
2
 
3
3
  const LidoPos = LidoPos$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { L as LidoRandom$1, d as defineCustomElement$1 } from './p-991aaa57.js';
1
+ import { L as LidoRandom$1, d as defineCustomElement$1 } from './p-ea37f3be.js';
2
2
 
3
3
  const LidoRandom = LidoRandom$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,22 +1,22 @@
1
- import { p as proxyCustomElement, H, g as getAssetPath, h } from './p-1880714b.js';
2
- import { d as defineCustomElement$j } from './p-01661863.js';
3
- import { d as defineCustomElement$i } from './p-aa898bfe.js';
4
- import { d as defineCustomElement$h } from './p-3b245088.js';
5
- import { d as defineCustomElement$g } from './p-7d998445.js';
6
- import { d as defineCustomElement$f } from './p-8f56901e.js';
7
- import { d as defineCustomElement$e } from './p-12f1fee2.js';
8
- import { d as defineCustomElement$d } from './p-92908a74.js';
9
- import { d as defineCustomElement$c } from './p-3cd37320.js';
10
- import { d as defineCustomElement$b } from './p-398c1fd5.js';
11
- import { d as defineCustomElement$a } from './p-4a0ead41.js';
12
- import { d as defineCustomElement$9 } from './p-0ce4e25e.js';
13
- import { d as defineCustomElement$8 } from './p-991aaa57.js';
14
- import { d as defineCustomElement$7 } from './p-8c1cafb5.js';
15
- import { d as defineCustomElement$6 } from './p-7261a34a.js';
16
- import { d as defineCustomElement$5 } from './p-6854f3b8.js';
17
- import { d as defineCustomElement$4 } from './p-d93b07ea.js';
18
- import { d as defineCustomElement$3 } from './p-25a9fac9.js';
19
- import { d as defineCustomElement$2 } from './p-05a9c77a.js';
1
+ import { p as proxyCustomElement, H, g as getAssetPath, h } from './p-3ae5d3b7.js';
2
+ import { d as defineCustomElement$j } from './p-c69a2a5c.js';
3
+ import { d as defineCustomElement$i } from './p-5401230b.js';
4
+ import { d as defineCustomElement$h } from './p-9208d35a.js';
5
+ import { d as defineCustomElement$g } from './p-ddd07700.js';
6
+ import { d as defineCustomElement$f } from './p-20fc4b14.js';
7
+ import { d as defineCustomElement$e } from './p-8cfd59a4.js';
8
+ import { d as defineCustomElement$d } from './p-baa6fab4.js';
9
+ import { d as defineCustomElement$c } from './p-8023e174.js';
10
+ import { d as defineCustomElement$b } from './p-e843fd55.js';
11
+ import { d as defineCustomElement$a } from './p-0c623222.js';
12
+ import { d as defineCustomElement$9 } from './p-736df7df.js';
13
+ import { d as defineCustomElement$8 } from './p-ea37f3be.js';
14
+ import { d as defineCustomElement$7 } from './p-addb8571.js';
15
+ import { d as defineCustomElement$6 } from './p-e1021121.js';
16
+ import { d as defineCustomElement$5 } from './p-023c7de7.js';
17
+ import { d as defineCustomElement$4 } from './p-0ea8d930.js';
18
+ import { d as defineCustomElement$3 } from './p-6cf83d0b.js';
19
+ import { d as defineCustomElement$2 } from './p-fb0a4aec.js';
20
20
 
21
21
  const LidoRoot$1 = /*@__PURE__*/ proxyCustomElement(class LidoRoot extends H {
22
22
  constructor() {
@@ -1,4 +1,4 @@
1
- import { L as LidoRow$1, d as defineCustomElement$1 } from './p-8c1cafb5.js';
1
+ import { L as LidoRow$1, d as defineCustomElement$1 } from './p-addb8571.js';
2
2
 
3
3
  const LidoRow = LidoRow$1;
4
4
  const defineCustomElement = defineCustomElement$1;