lido-player 0.0.2-beta-14 → 0.0.2-beta-15-dev

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 (229) hide show
  1. package/LICENSE +21 -21
  2. package/dist/cjs/{decode-BLUeYhas.js → decode-Xh5IDmFh.js} +1 -1
  3. package/dist/cjs/{index-CNWniNnt.js → index-B9AON0kM.js} +206 -86
  4. package/dist/cjs/{index-CS8kGcZo.js → index-Dy19zuTX.js} +1 -1
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/lido-avatar_22.cjs.entry.js +73 -50
  7. package/dist/cjs/lido-player.cjs.js +2 -2
  8. package/dist/cjs/loader.cjs.js +2 -2
  9. package/dist/collection/components/avatar/lido-avatar.css +4 -4
  10. package/dist/collection/components/avatar/lido-avatar.js +1 -1
  11. package/dist/collection/components/avatar/lido-avatar.tsx +207 -207
  12. package/dist/collection/components/avatar/readme.md +49 -49
  13. package/dist/collection/components/calculator/lido-calculator.css +89 -89
  14. package/dist/collection/components/calculator/lido-calculator.js +2 -2
  15. package/dist/collection/components/canvas/lido-canvas.css +33 -33
  16. package/dist/collection/components/canvas/lido-canvas.js +1 -1
  17. package/dist/collection/components/cell/lido-cell.css +100 -100
  18. package/dist/collection/components/cell/lido-cell.js +12 -12
  19. package/dist/collection/components/column/lido-col.css +19 -19
  20. package/dist/collection/components/column/lido-col.js +6 -6
  21. package/dist/collection/components/container/lido-container.css +10 -10
  22. package/dist/collection/components/container/lido-container.js +9 -9
  23. package/dist/collection/components/flashCard/lido-flash-card.css +28 -28
  24. package/dist/collection/components/flashCard/lido-flash-card.js +4 -4
  25. package/dist/collection/components/float/lido-float.css +30 -30
  26. package/dist/collection/components/float/lido-float.js +2 -2
  27. package/dist/collection/components/home/lido-home.css +309 -309
  28. package/dist/collection/components/home/lido-home.js +5 -5
  29. package/dist/collection/components/image/lido-image.css +17 -17
  30. package/dist/collection/components/image/lido-image.js +6 -6
  31. package/dist/collection/components/keyboard/lido-keyboard.css +38 -38
  32. package/dist/collection/components/keyboard/lido-keyboard.js +3 -3
  33. package/dist/collection/components/mathMatrix/lido-math-matrix.css +56 -56
  34. package/dist/collection/components/mathMatrix/lido-math-matrix.js +1 -1
  35. package/dist/collection/components/position/lido-pos.css +16 -16
  36. package/dist/collection/components/position/lido-pos.js +2 -2
  37. package/dist/collection/components/random/lido-random.css +8 -8
  38. package/dist/collection/components/random/lido-random.js +2 -2
  39. package/dist/collection/components/root/lido-root.js +5 -5
  40. package/dist/collection/components/row/lido-row.css +10 -10
  41. package/dist/collection/components/row/lido-row.js +6 -6
  42. package/dist/collection/components/scale/lido-balance.css +145 -145
  43. package/dist/collection/components/scale/lido-balance.js +13 -13
  44. package/dist/collection/components/shape/lido-shape.css +216 -216
  45. package/dist/collection/components/shape/lido-shape.js +6 -6
  46. package/dist/collection/components/slideFill/lido-slide-fill.css +3 -3
  47. package/dist/collection/components/slideFill/lido-slide-fill.js +13 -13
  48. package/dist/collection/components/text/lido-text.css +53 -53
  49. package/dist/collection/components/text/lido-text.js +29 -5
  50. package/dist/collection/components/trace/lido-trace.css +97 -97
  51. package/dist/collection/components/trace/lido-trace.js +2 -2
  52. package/dist/collection/components/wrap/lido-wrap.css +18 -18
  53. package/dist/collection/components/wrap/lido-wrap.js +6 -6
  54. package/dist/collection/css/animation.css +211 -211
  55. package/dist/collection/css/index.css +312 -312
  56. package/dist/collection/stories/Templates/Fill-Up/fill-up.stories.js +61 -61
  57. package/dist/collection/stories/Templates/LetterPairing/LetterPairing.stories.js +123 -123
  58. package/dist/collection/stories/Templates/RocketGame/rocketGame.stories.js +48 -48
  59. package/dist/collection/stories/Templates/Tag/tagGame.stories.js +39 -39
  60. package/dist/collection/stories/Templates/arrangeLetters/arrangeLetters.stories.js +44 -44
  61. package/dist/collection/stories/Templates/balancing/balancing.stories.js +35 -35
  62. package/dist/collection/stories/Templates/balloonPop/balloonPop.stories.js +38 -38
  63. package/dist/collection/stories/Templates/blender/blender.stories.js +58 -58
  64. package/dist/collection/stories/Templates/bubbleType/bubbleType.stories.js +42 -42
  65. package/dist/collection/stories/Templates/calculator/calculator.stories.js +28 -28
  66. package/dist/collection/stories/Templates/categorize/categorize.stories.js +37 -37
  67. package/dist/collection/stories/Templates/categorize2/categorize2.stories.js +67 -67
  68. package/dist/collection/stories/Templates/checker-block/checkerBlock.stories.js +29 -29
  69. package/dist/collection/stories/Templates/checkerBlock/checkerBlock.stories.js +13 -13
  70. package/dist/collection/stories/Templates/create-sentence/createSentence.stories.js +74 -74
  71. package/dist/collection/stories/Templates/dragAndDrop/drag-drop.stories.js +69 -69
  72. package/dist/collection/stories/Templates/fillAnswer/fill-answer.stories.js +43 -43
  73. package/dist/collection/stories/Templates/fillBlank/fill-blank.stories.js +282 -282
  74. package/dist/collection/stories/Templates/foodJar/food-jar.stories.js +35 -35
  75. package/dist/collection/stories/Templates/grid/grid.stories.js +118 -118
  76. package/dist/collection/stories/Templates/gridGame/grid-game.stories.js +57 -57
  77. package/dist/collection/stories/Templates/imageMatch/imageMatch.stories.js +44 -44
  78. package/dist/collection/stories/Templates/jumpSentence/jumpSentence.stories.js +41 -41
  79. package/dist/collection/stories/Templates/letterboard/letterboard.stories.js +183 -183
  80. package/dist/collection/stories/Templates/makeSentence/make-sentence.stories.js +36 -36
  81. package/dist/collection/stories/Templates/matchBox/matchBox.stories.js +69 -69
  82. package/dist/collection/stories/Templates/matchBox/matchBox2.stories.js +84 -84
  83. package/dist/collection/stories/Templates/matchingCard/matching-card.stories.js +31 -31
  84. package/dist/collection/stories/Templates/multipleOption/mcqWithQuestionImage.stories.js +112 -112
  85. package/dist/collection/stories/Templates/multipleOption/multiple-option.stories.js +47 -47
  86. package/dist/collection/stories/Templates/multiplyBeeds/multiplyBeeds.stories.js +57 -57
  87. package/dist/collection/stories/Templates/nimbleTable/nimbleTable.stories.js +53 -53
  88. package/dist/collection/stories/Templates/numberBoard/numberBoard.stories.js +46 -46
  89. package/dist/collection/stories/Templates/numberBoardTwo/numberBoardTwo.stories.js +45 -45
  90. package/dist/collection/stories/Templates/numberIdentification/numberIdentificationimageTotext.stories.js +56 -56
  91. package/dist/collection/stories/Templates/numberIdentification/numberIdentificationtextTotext.stories.js +53 -53
  92. package/dist/collection/stories/Templates/numberPair/numberPair.stories.js +127 -127
  93. package/dist/collection/stories/Templates/openwindow/openwindow.stories.js +47 -47
  94. package/dist/collection/stories/Templates/openwindow/openwindow2.stories.js +38 -38
  95. package/dist/collection/stories/Templates/order-tractor/order-tractor-ascending-order.stories.js +97 -97
  96. package/dist/collection/stories/Templates/order-tractor/order-tractor.stories.js +90 -90
  97. package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaMultiOption.stories.js +63 -63
  98. package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaSumTogether.stories.js +45 -45
  99. package/dist/collection/stories/Templates/palEgmaPatternMatching/palEgmaPatternMatching.stories.js +63 -63
  100. package/dist/collection/stories/Templates/palEgmaWordProblem/palEgmaWordProblem.stories.js +79 -79
  101. package/dist/collection/stories/Templates/palEgraInventedSpelling/pal_egra_invented_spelling_schema.stories.js +32 -32
  102. package/dist/collection/stories/Templates/palEgraMCQWithImage/palEgraMCQWithImage.stories.js +42 -42
  103. package/dist/collection/stories/Templates/palEgraOptionWithAudio/palEgraOptionWithAudio.stories.js +63 -63
  104. package/dist/collection/stories/Templates/palEgraStoryMaking/pal_egra_story_making.stories.js +44 -44
  105. package/dist/collection/stories/Templates/palEgraTemplate1/palEgraLetterIdentification.stories.js +34 -34
  106. package/dist/collection/stories/Templates/palEgraWordMatch/palEgraWordMatch.stories.js +52 -52
  107. package/dist/collection/stories/Templates/palEgra_OddOneOut/palEgra_oddOneOut.stories.js +33 -33
  108. package/dist/collection/stories/Templates/palEgra_arrange_pictures/palEgra_arrange_pictures.stories.js +40 -40
  109. package/dist/collection/stories/Templates/palEgra_build_word/palEgra_build_word.stories.js +48 -48
  110. package/dist/collection/stories/Templates/palEgra_word_formation/palEgra_WordFormation.stories.js +48 -48
  111. package/dist/collection/stories/Templates/palStorytale/palStorytale.stories.js +18 -18
  112. package/dist/collection/stories/Templates/phonic-tractor/phonic-tractor.stories.js +44 -44
  113. package/dist/collection/stories/Templates/pictureClues/pictureClues.stories.js +34 -34
  114. package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch1.stories.js +36 -36
  115. package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch2.stories.js +30 -30
  116. package/dist/collection/stories/Templates/picturemeaning/pictureMeaningCocos.stories.js +20 -20
  117. package/dist/collection/stories/Templates/puzzleGame/puzzleGame.stories.js +17 -17
  118. package/dist/collection/stories/Templates/questionBoard/questionBoard.stories.js +58 -58
  119. package/dist/collection/stories/Templates/quizLiteracy/quizLiteracy.stories.js +50 -50
  120. package/dist/collection/stories/Templates/quizLiteracy/quizLiteracyImageWithText.stories.js +36 -36
  121. package/dist/collection/stories/Templates/quizLiteracy/quizLiteracyImageWord.stories.js +43 -43
  122. package/dist/collection/stories/Templates/quizMaths/quizMaths.stories.js +631 -631
  123. package/dist/collection/stories/Templates/reorder/reorder.stories.js +63 -63
  124. package/dist/collection/stories/Templates/rowBlocks/rowBlocks.stories.js +47 -47
  125. package/dist/collection/stories/Templates/sentenceMatch/sentenceMatch.stories.js +29 -29
  126. package/dist/collection/stories/Templates/sequenceBox/sequenceBox1.stories.js +64 -64
  127. package/dist/collection/stories/Templates/sequenceBox/sequenceBox2.stories.js +62 -62
  128. package/dist/collection/stories/Templates/shapePair/shape-pair.stories.js +106 -106
  129. package/dist/collection/stories/Templates/shapeTractor/shape-tractor.stories.js +50 -50
  130. package/dist/collection/stories/Templates/spellDoor/spellDoor.stories.js +41 -41
  131. package/dist/collection/stories/Templates/storyTale/storyTale.stories.js +39 -39
  132. package/dist/collection/stories/Templates/substraction/substractionWithimg.stories.js +62 -62
  133. package/dist/collection/stories/Templates/substraction/substractionWithoutImg.stories.js +42 -42
  134. package/dist/collection/stories/Templates/sumTogether/sumTogether.stories.js +50 -50
  135. package/dist/collection/stories/Templates/tenBox/tenBox.stories.js +88 -88
  136. package/dist/collection/stories/Templates/total/total.stories.js +28 -28
  137. package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithimg.stories.js +35 -35
  138. package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithoutimg.stories.js +34 -34
  139. package/dist/collection/stories/Templates/writeCard/writeCard.stories.js +31 -31
  140. package/dist/collection/stories/Templates/writeLetter/writeLetter.stories.js +58 -58
  141. package/dist/collection/stories/Templates/writeNumber/writeNumber.stories.js +44 -44
  142. package/dist/collection/stories/Templates/writeSet/writeSet.stories.js +31 -31
  143. package/dist/collection/stories/Templates/writeWord/writeWord.stories.js +34 -34
  144. package/dist/collection/stories/components/flash-card.stories.js +48 -48
  145. package/dist/collection/stories/components/keyboard.stories.js +10 -10
  146. package/dist/collection/stories/components/slider.stories.js +4 -4
  147. package/dist/collection/stories/components/trace.stories.js +5 -5
  148. package/dist/collection/utils/utils.js +16 -10
  149. package/dist/collection/utils/utilsHandlers/animationHandler.js +25 -21
  150. package/dist/collection/utils/utilsHandlers/dragDropHandler.js +8 -8
  151. package/dist/collection/utils/utilsHandlers/highlightHandler.js +54 -54
  152. package/dist/collection/utils/utilsHandlers/lidoCalculatorHandler.js +8 -8
  153. package/dist/collection/utils/utilsHandlers/moveHandler.js +111 -0
  154. package/dist/collection/utils/utilsHandlers/sortHandler.js +10 -10
  155. package/dist/components/index.js +1 -1
  156. package/dist/components/lido-avatar.js +1 -1
  157. package/dist/components/lido-balance.js +1 -1
  158. package/dist/components/lido-calculator.js +1 -1
  159. package/dist/components/lido-canvas.js +1 -1
  160. package/dist/components/lido-cell.js +1 -1
  161. package/dist/components/lido-col.js +1 -1
  162. package/dist/components/lido-container.js +1 -1
  163. package/dist/components/lido-flash-card.js +1 -1
  164. package/dist/components/lido-float.js +1 -1
  165. package/dist/components/lido-home.js +1 -1
  166. package/dist/components/lido-image.js +1 -1
  167. package/dist/components/lido-keyboard.js +1 -1
  168. package/dist/components/lido-math-matrix.js +1 -1
  169. package/dist/components/lido-pos.js +1 -1
  170. package/dist/components/lido-random.js +1 -1
  171. package/dist/components/lido-root.js +1 -1
  172. package/dist/components/lido-row.js +1 -1
  173. package/dist/components/lido-shape.js +1 -1
  174. package/dist/components/lido-slide-fill.js +1 -1
  175. package/dist/components/lido-text.js +1 -1
  176. package/dist/components/lido-trace.js +1 -1
  177. package/dist/components/lido-wrap.js +1 -1
  178. package/dist/components/{p-CCR42e0i.js → p-BE25wHoo.js} +1 -1
  179. package/dist/components/p-BSV5U72F.js +1 -0
  180. package/dist/components/{p-CTlcpv4a.js → p-BfwUqpXc.js} +1 -1
  181. package/dist/components/{p-CgsPIpg0.js → p-Bw-OC9iR.js} +1 -1
  182. package/dist/components/{p-NHusmM9J.js → p-C2p0KZh4.js} +1 -1
  183. package/dist/components/p-C5jvgiPE.js +1 -0
  184. package/dist/components/{p-MkbxS5lW.js → p-C7U1h9gI.js} +1 -1
  185. package/dist/components/{p-C5WmmkI6.js → p-CPYnt0P-.js} +1 -1
  186. package/dist/components/{p-DaMpzrMk.js → p-CS6iRQJh.js} +1 -1
  187. package/dist/components/{p-BeRr8u5m.js → p-CwDTdXe5.js} +1 -1
  188. package/dist/components/{p-CXHPZN3m.js → p-CyGxEcn7.js} +1 -1
  189. package/dist/components/p-D-B1groh.js +1 -0
  190. package/dist/components/{p-CRzTmKDJ.js → p-D-IYWSAa.js} +1 -1
  191. package/dist/components/{p-DbZeFECr.js → p-DGvzMlyn.js} +2 -2
  192. package/dist/components/{p-D4s9ZWCB.js → p-DPAlnts-.js} +1 -1
  193. package/dist/components/{p-CayICx4g.js → p-DYs8s-uh.js} +1 -1
  194. package/dist/components/p-DbR5sNOj.js +1 -0
  195. package/dist/components/{p-BBHM059l.js → p-Sl9R-E6h.js} +1 -1
  196. package/dist/components/p-Uluc7jQ7.js +1 -0
  197. package/dist/components/p-leIEepjl.js +1 -0
  198. package/dist/components/{p-C70ykycD.js → p-useuhkjH.js} +1 -1
  199. package/dist/esm/{decode-DpcU-915.js → decode-C-vVYHke.js} +1 -1
  200. package/dist/esm/{index-Dki_0kla.js → index-BswlHnsY.js} +206 -86
  201. package/dist/esm/{index-Dfj4noku.js → index-Dq-Z8Dx0.js} +1 -1
  202. package/dist/esm/index.js +2 -2
  203. package/dist/esm/lido-avatar_22.entry.js +73 -50
  204. package/dist/esm/lido-player.js +3 -3
  205. package/dist/esm/loader.js +3 -3
  206. package/dist/lido-player/index.esm.js +1 -1
  207. package/dist/lido-player/lido-avatar.css +4 -4
  208. package/dist/lido-player/lido-avatar.tsx +207 -207
  209. package/dist/lido-player/lido-player.css +7 -7
  210. package/dist/lido-player/lido-player.esm.js +1 -1
  211. package/dist/lido-player/p-0l6uR1lH.js +1 -0
  212. package/dist/lido-player/{p-BZv5PD3F.js → p-CYMdg2_E.js} +1 -1
  213. package/dist/lido-player/p-Dq-Z8Dx0.js +2 -0
  214. package/dist/lido-player/{p-476aaf0e.entry.js → p-b2c60372.entry.js} +2 -2
  215. package/dist/lido-player/readme.md +49 -49
  216. package/dist/types/components/text/lido-text.d.ts +4 -0
  217. package/dist/types/components.d.ts +11 -0
  218. package/dist/types/types/json.d.ts +3 -3
  219. package/dist/types/utils/utilsHandlers/moveHandler.d.ts +1 -0
  220. package/package.json +73 -73
  221. package/readme.md +113 -113
  222. package/dist/components/p-CwIlwnQk.js +0 -1
  223. package/dist/components/p-DLyacZap.js +0 -1
  224. package/dist/components/p-DONbWJGn.js +0 -1
  225. package/dist/components/p-DVTigdH_.js +0 -1
  226. package/dist/components/p-DbDgJi-A.js +0 -1
  227. package/dist/components/p-fBjZoiLo.js +0 -1
  228. package/dist/lido-player/p-Dfj4noku.js +0 -2
  229. package/dist/lido-player/p-pxe3GMFr.js +0 -1
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2018
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2018
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CNWniNnt.js');
3
+ var index = require('./index-B9AON0kM.js');
4
4
 
5
5
  function _mergeNamespaces(n, m) {
6
6
  m.forEach(function (e) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index$1 = require('./index-CS8kGcZo.js');
3
+ var index$1 = require('./index-Dy19zuTX.js');
4
4
 
5
5
  const DragMapKey = 'lidoDragMap';
6
6
  const SelectedValuesKey = 'lidoSelectedValues';
@@ -263,7 +263,7 @@ function balanceResult(container, objectiveString) {
263
263
  const tempVanishedValues = [];
264
264
  function dragDropAnimation(container, dragElement, dropElement) {
265
265
  container.style.pointerEvents = "none";
266
- setTimeout(() => {
266
+ setTimeout(async () => {
267
267
  var _a, _b, _c;
268
268
  const div = document.createElement('div');
269
269
  container.append(div);
@@ -293,27 +293,31 @@ function dragDropAnimation(container, dragElement, dropElement) {
293
293
  div.appendChild(dragElement);
294
294
  div.appendChild(dropElement);
295
295
  dropElement.classList.remove('empty');
296
+ const objective = container.getAttribute('objective');
297
+ const isObjectiveComplete = !!objective &&
298
+ tempVanishedValues.map(v => v.trim()).sort().join(',') ===
299
+ objective.split(',').map(v => v.trim()).sort().join(',');
300
+ if (dropElement.getAttribute('type') === 'drop') {
301
+ const dropOnCorrect = dropElement.getAttribute('onCorrect') || '';
302
+ await executeActions(dropOnCorrect, dropElement, dragElement);
303
+ }
304
+ if (isObjectiveComplete) {
305
+ const containerOnCorrect = (container === null || container === void 0 ? void 0 : container.getAttribute('onCorrect')) || '';
306
+ await executeActions(containerOnCorrect, container);
307
+ }
308
+ dragElement.classList.remove('zoom-fade-in');
309
+ dropElement.classList.remove('zoom-fade-in');
310
+ dragElement.classList.add('zoom-fade-out');
311
+ dropElement.classList.add('zoom-fade-out');
296
312
  setTimeout(() => {
297
- dragElement.classList.remove('zoom-fade-in');
298
- dropElement.classList.remove('zoom-fade-in');
299
- dragElement.classList.add('zoom-fade-out');
300
- dropElement.classList.add('zoom-fade-out');
301
- setTimeout(() => {
302
- div.remove();
303
- container.style.pointerEvents = 'auto';
304
- const objective = container.getAttribute('objective');
305
- if (objective && tempVanishedValues.map(v => v.trim()).sort().join(',') === objective.split(',').map(v => v.trim()).sort().join(',')) {
306
- (async () => {
307
- // isCorrect=true;
308
- const onCorrect = (container === null || container === void 0 ? void 0 : container.getAttribute('onCorrect')) || '';
309
- await executeActions(onCorrect, container);
310
- calculateScore();
311
- triggerNextContainer();
312
- tempVanishedValues.length = 0;
313
- })();
314
- }
315
- }, 800); // match animation duration
316
- }, 2000); // stay for 2 seconds
313
+ div.remove();
314
+ container.style.pointerEvents = 'auto';
315
+ if (isObjectiveComplete) {
316
+ calculateScore();
317
+ triggerNextContainer();
318
+ tempVanishedValues.length = 0;
319
+ }
320
+ }, 800); // match animation duration
317
321
  }, 250);
318
322
  }
319
323
 
@@ -1136,14 +1140,14 @@ async function onClickDropOrDragElement(element, type) {
1136
1140
  if (!document.querySelector('#dynamic-highlight-style')) {
1137
1141
  const style = document.createElement('style');
1138
1142
  style.id = 'dynamic-highlight-style';
1139
- style.innerHTML = `
1140
- .highlight {
1141
- // border: 4px solid #e74c3c; /* Thicker red border for more visibility */
1142
- // border-radius: 12px; /* Larger rounded corners */
1143
- // background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */
1144
- // box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */
1145
- // outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */
1146
- }
1143
+ style.innerHTML = `
1144
+ .highlight {
1145
+ // border: 4px solid #e74c3c; /* Thicker red border for more visibility */
1146
+ // border-radius: 12px; /* Larger rounded corners */
1147
+ // background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */
1148
+ // box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */
1149
+ // outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */
1150
+ }
1147
1151
  `;
1148
1152
  document.head.appendChild(style);
1149
1153
  }
@@ -1331,34 +1335,34 @@ function highlightSpeakingElement(element) {
1331
1335
  if (!document.getElementById(styleId)) {
1332
1336
  const style = document.createElement('style');
1333
1337
  style.id = styleId;
1334
- style.innerHTML = `
1335
- .speaking-highlight {
1336
- --base-transform: ${element.style.transform};
1337
- box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */
1338
- // border: 3px solid green !important;
1339
- // transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
1340
- // transform: scale(1.05); /* Subtle scale effect to pop the element */
1341
- // animation: pulseEffect 1.5s infinite; /* Pulsing animation */
1342
-
1343
- }
1344
-
1345
- @keyframes pulseEffect {
1346
- 0% {
1347
- box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1348
- // transform: var(--base-transform) scale(1.05);
1349
- // background-color: #FFFF0B;
1350
- }
1351
- 50% {
1352
- box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);
1353
- // transform: var(--base-transform) scale(1.1);
1354
- // background-color: #FFFF0B;
1355
- }
1356
- 100% {
1357
- box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1358
- // transform: var(--base-transform) scale(1.05);
1359
- // background-color: #FFFF0B;
1360
- }
1361
- }
1338
+ style.innerHTML = `
1339
+ .speaking-highlight {
1340
+ --base-transform: ${element.style.transform};
1341
+ box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */
1342
+ // border: 3px solid green !important;
1343
+ // transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
1344
+ // transform: scale(1.05); /* Subtle scale effect to pop the element */
1345
+ // animation: pulseEffect 1.5s infinite; /* Pulsing animation */
1346
+
1347
+ }
1348
+
1349
+ @keyframes pulseEffect {
1350
+ 0% {
1351
+ box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1352
+ // transform: var(--base-transform) scale(1.05);
1353
+ // background-color: #FFFF0B;
1354
+ }
1355
+ 50% {
1356
+ box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);
1357
+ // transform: var(--base-transform) scale(1.1);
1358
+ // background-color: #FFFF0B;
1359
+ }
1360
+ 100% {
1361
+ box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1362
+ // transform: var(--base-transform) scale(1.05);
1363
+ // background-color: #FFFF0B;
1364
+ }
1365
+ }
1362
1366
  `;
1363
1367
  document.head.appendChild(style);
1364
1368
  }
@@ -2048,11 +2052,11 @@ function enableReorderDrag(element) {
2048
2052
  onDropToCategory(element, category);
2049
2053
  }
2050
2054
  if (divEl) {
2051
- const keyframes = `
2052
- @keyframes widthDecrease {
2053
- 0% { width: ${divEl.offsetWidth}px; height: ${divEl.offsetHeight}px; }
2054
- 100% { width: 0px; height: 0px;}
2055
- }
2055
+ const keyframes = `
2056
+ @keyframes widthDecrease {
2057
+ 0% { width: ${divEl.offsetWidth}px; height: ${divEl.offsetHeight}px; }
2058
+ 100% { width: 0px; height: 0px;}
2059
+ }
2056
2060
  `;
2057
2061
  const styleSheet = document.styleSheets[0];
2058
2062
  styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
@@ -2265,11 +2269,11 @@ function moveWithAnimation(target, overlapped) {
2265
2269
  const dummy = createDummyElement(target);
2266
2270
  dummy.style.visibility = 'hidden';
2267
2271
  dummy.setAttribute('type', 'dummy');
2268
- const keyframes = `
2269
- @keyframes widthIncrease {
2270
- 0% { width: 0px; height: 0px; }
2271
- 100% { width: ${target.offsetWidth}px; height: ${target.offsetHeight}px;}
2272
- }
2272
+ const keyframes = `
2273
+ @keyframes widthIncrease {
2274
+ 0% { width: 0px; height: 0px; }
2275
+ 100% { width: ${target.offsetWidth}px; height: ${target.offsetHeight}px;}
2276
+ }
2273
2277
  `;
2274
2278
  if (!overlapped) {
2275
2279
  const overlapCategory = findMostoverlappedElement(target, 'category');
@@ -2591,6 +2595,117 @@ const slideCompleted = (slideElement) => {
2591
2595
  }
2592
2596
  };
2593
2597
 
2598
+ const getContainerScale = (container) => {
2599
+ const transform = window.getComputedStyle(container).transform;
2600
+ if (!transform || transform === 'none')
2601
+ return 1;
2602
+ const matrix = new DOMMatrixReadOnly(transform);
2603
+ return matrix.a || 1;
2604
+ };
2605
+ const readPixelPosition = (value, fallback) => {
2606
+ const parsed = parseFloat(value);
2607
+ return Number.isFinite(parsed) ? parsed : fallback;
2608
+ };
2609
+ const getParentContainer = (element) => {
2610
+ var _a;
2611
+ return (_a = element.closest('lido-container')) !== null && _a !== void 0 ? _a : document.getElementById(LidoContainer);
2612
+ };
2613
+ function enableFreeMove(element) {
2614
+ var _a;
2615
+ const moveElement = element;
2616
+ (_a = moveElement.__lidoMoveCleanup) === null || _a === void 0 ? void 0 : _a.call(moveElement);
2617
+ const container = getParentContainer(element);
2618
+ if (!container)
2619
+ return;
2620
+ let isMoving = false;
2621
+ let didMove = false;
2622
+ let startX = 0;
2623
+ let startY = 0;
2624
+ let initialLeft = 0;
2625
+ let initialTop = 0;
2626
+ const onStart = (event) => {
2627
+ if (container.getAttribute('canplay') !== 'false')
2628
+ return;
2629
+ const point = event instanceof MouseEvent ? event : event.touches[0];
2630
+ if (!point)
2631
+ return;
2632
+ const computedStyle = window.getComputedStyle(element);
2633
+ if (computedStyle.position === 'static') {
2634
+ element.style.position = 'absolute';
2635
+ }
2636
+ isMoving = true;
2637
+ didMove = false;
2638
+ startX = point.clientX;
2639
+ startY = point.clientY;
2640
+ initialLeft = readPixelPosition(element.style.left || computedStyle.left, element.offsetLeft);
2641
+ initialTop = readPixelPosition(element.style.top || computedStyle.top, element.offsetTop);
2642
+ element.style.cursor = 'grabbing';
2643
+ element.style.transition = 'none';
2644
+ element.style.zIndex = element.style.zIndex || element.getAttribute('z') || '1';
2645
+ document.addEventListener('mousemove', onMove);
2646
+ document.addEventListener('mouseup', onEnd);
2647
+ document.addEventListener('touchmove', onMove, { passive: false });
2648
+ document.addEventListener('touchend', onEnd);
2649
+ };
2650
+ const onMove = (event) => {
2651
+ if (!isMoving)
2652
+ return;
2653
+ if (event.cancelable)
2654
+ event.preventDefault();
2655
+ const point = event instanceof MouseEvent ? event : event.touches[0];
2656
+ if (!point)
2657
+ return;
2658
+ didMove = true;
2659
+ const scale = getContainerScale(container);
2660
+ const nextLeft = initialLeft + (point.clientX - startX) / scale;
2661
+ const nextTop = initialTop + (point.clientY - startY) / scale;
2662
+ element.style.left = `${nextLeft}px`;
2663
+ element.style.top = `${nextTop}px`;
2664
+ };
2665
+ const removeDocumentListeners = () => {
2666
+ document.removeEventListener('mousemove', onMove);
2667
+ document.removeEventListener('mouseup', onEnd);
2668
+ document.removeEventListener('touchmove', onMove);
2669
+ document.removeEventListener('touchend', onEnd);
2670
+ };
2671
+ const onEnd = () => {
2672
+ if (!isMoving)
2673
+ return;
2674
+ isMoving = false;
2675
+ removeDocumentListeners();
2676
+ element.style.cursor = 'move';
2677
+ if (!didMove)
2678
+ return;
2679
+ element.setAttribute('x', element.style.left);
2680
+ element.setAttribute('y', element.style.top);
2681
+ };
2682
+ const preventMovedClick = (event) => {
2683
+ if (!didMove)
2684
+ return;
2685
+ event.preventDefault();
2686
+ event.stopPropagation();
2687
+ didMove = false;
2688
+ };
2689
+ const cleanup = () => {
2690
+ isMoving = false;
2691
+ removeDocumentListeners();
2692
+ element.removeEventListener('mousedown', onStart);
2693
+ element.removeEventListener('touchstart', onStart);
2694
+ element.removeEventListener('click', preventMovedClick, true);
2695
+ element.removeEventListener(LIDO_INTERACTION_CLEANUP_EVENT, cleanup);
2696
+ if (moveElement.__lidoMoveCleanup === cleanup) {
2697
+ delete moveElement.__lidoMoveCleanup;
2698
+ }
2699
+ };
2700
+ moveElement.__lidoMoveCleanup = cleanup;
2701
+ element.style.cursor = 'move';
2702
+ element.style.touchAction = 'none';
2703
+ element.addEventListener('mousedown', onStart);
2704
+ element.addEventListener('touchstart', onStart);
2705
+ element.addEventListener('click', preventMovedClick, true);
2706
+ element.addEventListener(LIDO_INTERACTION_CLEANUP_EVENT, cleanup);
2707
+ }
2708
+
2594
2709
  // This file is autogenerated. It's used to publish ESM to npm.
2595
2710
  function _typeof$1(obj) {
2596
2711
  "@babel/helpers - typeof";
@@ -71918,14 +72033,14 @@ const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
71918
72033
  /* ------------------ animation ------------------ */
71919
72034
  const animationToRemoveEquationSolvedCellForNimbleTable = (activeCell, container) => {
71920
72035
  return new Promise((resolve) => {
71921
- const keyframes = `
71922
- @keyframes widthDecrease {
71923
- 0% {
71924
- background-color: ${activeCell.style.backgroundColor};
71925
- height: ${activeCell.style.height};
71926
- margin: ${activeCell.style.margin};
71927
- }
71928
- 100% { background-color: transparent; height: 0px; margin: 0px; }
72036
+ const keyframes = `
72037
+ @keyframes widthDecrease {
72038
+ 0% {
72039
+ background-color: ${activeCell.style.backgroundColor};
72040
+ height: ${activeCell.style.height};
72041
+ margin: ${activeCell.style.margin};
72042
+ }
72043
+ 100% { background-color: transparent; height: 0px; margin: 0px; }
71929
72044
  }`;
71930
72045
  const styleSheet = document.styleSheets[0];
71931
72046
  styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
@@ -72420,6 +72535,9 @@ const initEventsForElement = async (element, type) => {
72420
72535
  }
72421
72536
  const onEntry = element.getAttribute('onEntry');
72422
72537
  await executeActions(onEntry, element);
72538
+ if (element.getAttribute('move') === 'true') {
72539
+ enableFreeMove(element);
72540
+ }
72423
72541
  switch (type) {
72424
72542
  case 'drag': {
72425
72543
  enableDraggingWithScaling(element);
@@ -72749,11 +72867,11 @@ const afterDropDragHandling = (dragElement, dropElement) => {
72749
72867
  }
72750
72868
  dummyElement.setAttribute('id', dragElement.getAttribute('id'));
72751
72869
  dragElement.replaceWith(dummyElement);
72752
- const keyframes = `
72753
- @keyframes widthDecrease {
72754
- 0% { width: ${dragElement.style.width}; height: ${dragElement.style.height}; margin: ${dragElement.style.margin}; }
72755
- 100% { width: 0px; height: 0px; margin: 0px;}
72756
- }
72870
+ const keyframes = `
72871
+ @keyframes widthDecrease {
72872
+ 0% { width: ${dragElement.style.width}; height: ${dragElement.style.height}; margin: ${dragElement.style.margin}; }
72873
+ 100% { width: 0px; height: 0px; margin: 0px;}
72874
+ }
72757
72875
  `;
72758
72876
  if (!isInfinite) {
72759
72877
  dummyElement.style.width = element.style.width;
@@ -72957,7 +73075,7 @@ const calculateScore = () => {
72957
73075
  gameScore.wrongMoves = 0;
72958
73076
  };
72959
73077
  async function onActivityComplete(dragElement, dropElement) {
72960
- var _a;
73078
+ var _a, _b;
72961
73079
  const container = document.getElementById(LidoContainer);
72962
73080
  if (!container)
72963
73081
  return;
@@ -72972,7 +73090,9 @@ async function onActivityComplete(dragElement, dropElement) {
72972
73090
  console.log("Right Moves : ", gameScore.rightMoves);
72973
73091
  console.log("Wrong Moves : ", gameScore.wrongMoves);
72974
73092
  }
72975
- const onCorrect = dropElement.getAttribute('onCorrect');
73093
+ const onCorrect = ((_a = container.getAttribute('dropAttr')) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === DropMode.EnableAnimation.toLowerCase()
73094
+ ? ''
73095
+ : dropElement.getAttribute('onCorrect');
72976
73096
  if (onCorrect) {
72977
73097
  await executeActions(onCorrect, dropElement, dragElement);
72978
73098
  }
@@ -72997,7 +73117,7 @@ async function onActivityComplete(dragElement, dropElement) {
72997
73117
  const sortedValues = getSortedValuesArrayFromMap(dragScore);
72998
73118
  container.setAttribute(SelectedValuesKey, JSON.stringify(sortedValues));
72999
73119
  //localStorage
73000
- let drag = JSON.parse((_a = localStorage.getItem(DragMapKey)) !== null && _a !== void 0 ? _a : '{}');
73120
+ let drag = JSON.parse((_b = localStorage.getItem(DragMapKey)) !== null && _b !== void 0 ? _b : '{}');
73001
73121
  const index = dropElement.getAttribute('tab-index');
73002
73122
  if (!drag[index]) {
73003
73123
  drag[index] = [];
@@ -73081,7 +73201,7 @@ const storeActivityScore = (score) => {
73081
73201
  }
73082
73202
  };
73083
73203
  const handleShowCheck = () => {
73084
- var _a, _b;
73204
+ var _a, _b, _c;
73085
73205
  const container = document.getElementById(LidoContainer);
73086
73206
  const objectiveString = container['objective'];
73087
73207
  const selectValues = (_a = container.getAttribute(SelectedValuesKey)) !== null && _a !== void 0 ? _a : '';
@@ -73095,7 +73215,7 @@ const handleShowCheck = () => {
73095
73215
  (_b = checkButton === null || checkButton === void 0 ? void 0 : checkButton.classList) === null || _b === void 0 ? void 0 : _b.remove('lido-disable-check-button');
73096
73216
  }
73097
73217
  else {
73098
- if (!container.getAttribute("game-completed") && !container.querySelector("[type='slide']") && !container.querySelector("[type='category']")) {
73218
+ if (!container.getAttribute("game-completed") && !container.querySelector("[type='slide']") && !container.querySelector("[type='category']") && ((_c = container.getAttribute('dropAttr')) === null || _c === void 0 ? void 0 : _c.toLowerCase()) !== DropMode.EnableAnimation.toLowerCase()) {
73099
73219
  validateObjectiveStatus();
73100
73220
  }
73101
73221
  }
@@ -22,7 +22,7 @@ const NAMESPACE = 'lido-player';
22
22
  const BUILD = /* lido-player */ { hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, slotRelocation: true, state: true, updatable: true};
23
23
 
24
24
  const globalScripts = () => {};
25
- const globalStyles = "@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap'); body{overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;height:100vh}*{user-select:none}.lido-disable-check-button{pointer-events:none;background-color:#9393935c !important;color:white}.lido-element-selected{border:2px solid;background-color:#ffdf7d !important}.diagonal-target,.diagonal-drop *{transform:scale(0.8) !important;opacity:1 !important}.cloned-element{display:flex !important;position:absolute !important;filter:grayscale(100%);pointer-events:none}.removeShadow{box-shadow:0px 0px 0px 0px #ff8900 !important}.highlight-element{border:2px solid white;box-shadow:rgb(243, 77, 8) 0px 0px 40px !important}.drop-element.empty{border:4px dashed #f34d08 !important}.drop-element.filled{border:'none' !important}.drag-element{box-shadow:0px 15px 11px rgba(43, 0, 0, 0.3) !important}.drag-element.dropped{box-shadow:none !important}.click-element{background-color:var(--btn-bg-color, rgba(255, 172, 76, 1)) !important;box-shadow:var(--btn-shadow-px) var(--btn-shadow-color, rgba(225, 121, 76, 1)) !important;cursor:pointer;transition:box-shadow 0.1s ease-out, transform 0.2s ease-out;}.click-element:active{box-shadow:0px 0px 0px var(--btn-shadow-color, rgba(225, 121, 76, 1)) !important;transform:translateY(var(--btn-active));}.click-element:focus{outline:2px solid dodgerblue;outline-offset:3px}.after-drop-popup-container{width:200%;height:200%;background-color:rgba(0, 0, 0, 0.8);position:absolute;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center !important;gap:80px}.after-drop-popup-drag-element{scale:1.5;border-radius:8px;transform:none !important;position:unset !important}.after-drop-popup-drop-element{scale:1.5;border:unset;border-radius:8px;transform:none !important;position:unset !important}@keyframes zoomFadeIn{0%{transform:scale(0.6);opacity:0}100%{transform:scale(1);opacity:1}}.zoom-fade-in{animation:zoomFadeIn 0.8s ease-out forwards}@keyframes zoomFadeOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0.6);opacity:0}}.zoom-fade-out{animation:zoomFadeOut 0.8s ease-in forwards}.slide-numbers{width:70px;height:70px;border:1px solid #f57139;background-color:white;font-weight:500;color:#f57139;font-size:44px;border-radius:40px;display:flex;align-items:center;justify-content:center;font-family:'Baloo Bhai 2', serif}.slide-numbers-bottom{position:absolute;display:flex;justify-content:space-around;align-items:center;bottom:-25px;width:100%;height:50px}.slide-numbers-left{position:absolute;display:flex;flex-direction:column;justify-content:space-around;height:100%;width:50px;left:-25px;bottom:0px}.lido-speak-icon{width:56px;height:56px;position:absolute;top:-25px;right:-25px;z-index:10;background-image:url(\"https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/template/audioIcon.png\");background-color:white;border:4px solid #F34D08;border-radius:16px;box-shadow:0px 4px 0px 0px #F34D08;background-size:contain;background-repeat:no-repeat;cursor:pointer}.lido-speak-icon:active{transform:translateY(8px);box-shadow:0px 0px 0px 0px !important}.lido-strong-shake{animation:strongShake 0.3s ease}.lido-scaled-shake{animation:scaledShake 0.6s ease-in-out}.lido-horizontal-shake{animation:horizontalShake 0.6s ease-in-out;border-radius:20px}.lido-vertical-shake{animation:verticalShake 0.6s ease-in-out;border-radius:20px}.lido-diagonal-shake{animation:diagonalShake 0.5s ease-in-out;border-radius:20px;will-change:transform}.lido-glow{animation:glowPulse 1s infinite alternate;transition:opacity 0.5s ease-in-out}.lido-box-highlight{animation:topToPlace 0.3s linear}.lido-display-hiddenvalue{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px;font-weight:1000;color:brown;-webkit-text-stroke:2px white;font-family:'Baloo Bhai 2', sans-serif;pointer-events:none}.lido-image-colorize{position:relative;display:inline-block}.lido-image-colorize::after{content:'';position:absolute;inset:0;background:var(--tint-color);mix-blend-mode:multiply;opacity:0.8;pointer-events:none;mask-image:var(--mask-url);mask-size:cover;mask-repeat:no-repeat;mask-position:center}.lido-tts-highlight-overlay{position:fixed;left:0;top:0;pointer-events:none;z-index:9999;background:linear-gradient(\n 180deg,\n rgba(255, 235, 59, 0.95),\n rgba(255, 214, 0, 0.95)\n );border-radius:6px;box-shadow:0 2px 6px rgba(0, 0, 0, 0.18),\n inset 0 -1px 0 rgba(255, 255, 255, 0.25);transition:width 25ms ease-out,\n height 25ms ease-out,\n opacity 80ms ease-out;opacity:0.95;will-change:transform, width, height;contain:layout paint style}";
25
+ const globalStyles = "@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap'); body{overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;height:100vh}*{user-select:none}.lido-disable-check-button{pointer-events:none;background-color:#9393935c !important;color:white}.lido-element-selected{border:2px solid;background-color:#ffdf7d !important}.diagonal-target,.diagonal-drop *{transform:scale(0.8) !important;opacity:1 !important}.cloned-element{display:flex !important;position:absolute !important;filter:grayscale(100%);pointer-events:none}.removeShadow{box-shadow:0px 0px 0px 0px #ff8900 !important}.highlight-element{border:2px solid white;box-shadow:rgb(243, 77, 8) 0px 0px 40px !important}.drop-element.empty{border:4px dashed #f34d08 !important}.drop-element.filled{border:'none' !important}.drag-element{box-shadow:0px 15px 11px rgba(43, 0, 0, 0.3) !important}.drag-element.dropped{box-shadow:none !important}.click-element{background-color:var(--btn-bg-color, rgba(255, 172, 76, 1)) !important;box-shadow:var(--btn-shadow-px) var(--btn-shadow-color, rgba(225, 121, 76, 1)) !important;cursor:pointer;transition:box-shadow 0.1s ease-out, transform 0.2s ease-out;}.click-element:active{box-shadow:0px 0px 0px var(--btn-shadow-color, rgba(225, 121, 76, 1)) !important;transform:translateY(var(--btn-active));}.click-element:focus{outline:2px solid dodgerblue;outline-offset:3px}.after-drop-popup-container{width:200%;height:200%;background-color:rgba(0, 0, 0, 0.8);position:absolute;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center !important;gap:80px}.after-drop-popup-drag-element{scale:1.5;border-radius:8px;transform:none !important;position:unset !important}.after-drop-popup-drop-element{scale:1.5;border:unset;border-radius:8px;transform:none !important;position:unset !important}@keyframes zoomFadeIn{0%{transform:scale(0.6);opacity:0}100%{transform:scale(1);opacity:1}}.zoom-fade-in{animation:zoomFadeIn 0.8s ease-out forwards}@keyframes zoomFadeOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0.6);opacity:0}}.zoom-fade-out{animation:zoomFadeOut 0.8s ease-in forwards}.slide-numbers{width:70px;height:70px;border:1px solid #f57139;background-color:white;font-weight:500;color:#f57139;font-size:44px;border-radius:40px;display:flex;align-items:center;justify-content:center;font-family:'Baloo Bhai 2', serif}.slide-numbers-bottom{position:absolute;display:flex;justify-content:space-around;align-items:center;bottom:-25px;width:100%;height:50px}.slide-numbers-left{position:absolute;display:flex;flex-direction:column;justify-content:space-around;height:100%;width:50px;left:-25px;bottom:0px}.lido-speak-icon{width:56px;height:56px;position:absolute;top:-25px;right:-25px;z-index:10;background-image:url(\"https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/template/audioIcon.png\");background-color:white;border:4px solid #F34D08;border-radius:16px;box-shadow:0px 4px 0px 0px #F34D08;background-size:contain;background-repeat:no-repeat;cursor:pointer}.lido-speak-icon:active{transform:translateY(8px);box-shadow:0px 0px 0px 0px !important}.lido-strong-shake{animation:strongShake 0.3s ease}.lido-scaled-shake{animation:scaledShake 0.6s ease-in-out}.lido-horizontal-shake{animation:horizontalShake 0.6s ease-in-out;border-radius:20px}.lido-vertical-shake{animation:verticalShake 0.6s ease-in-out;border-radius:20px}.lido-diagonal-shake{animation:diagonalShake 0.5s ease-in-out;border-radius:20px;will-change:transform}.lido-glow{animation:glowPulse 1s infinite alternate;transition:opacity 0.5s ease-in-out}.lido-box-highlight{animation:topToPlace 0.3s linear}.lido-display-hiddenvalue{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px;font-weight:1000;color:brown;-webkit-text-stroke:2px white;font-family:'Baloo Bhai 2', sans-serif;pointer-events:none}.lido-image-colorize{position:relative;display:inline-block}.lido-image-colorize::after{content:'';position:absolute;inset:0;background:var(--tint-color);mix-blend-mode:multiply;opacity:0.8;pointer-events:none;mask-image:var(--mask-url);mask-size:cover;mask-repeat:no-repeat;mask-position:center}.lido-tts-highlight-overlay{position:fixed;left:0;top:0;pointer-events:none;z-index:9999;background:linear-gradient(\r\n 180deg,\r\n rgba(255, 235, 59, 0.95),\r\n rgba(255, 214, 0, 0.95)\r\n );border-radius:6px;box-shadow:0 2px 6px rgba(0, 0, 0, 0.18),\r\n inset 0 -1px 0 rgba(255, 255, 255, 0.25);transition:width 25ms ease-out,\r\n height 25ms ease-out,\r\n opacity 80ms ease-out;opacity:0.95;will-change:transform, width, height;contain:layout paint style}";
26
26
 
27
27
  /*
28
28
  Stencil Client Platform v4.43.5 | MIT Licensed | https://stenciljs.com
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CNWniNnt.js');
4
- require('./index-CS8kGcZo.js');
3
+ var index = require('./index-B9AON0kM.js');
4
+ require('./index-Dy19zuTX.js');
5
5
 
6
6
 
7
7