lido-player 0.0.2-beta-10 → 0.0.2-beta-12

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 (220) hide show
  1. package/LICENSE +21 -21
  2. package/dist/cjs/{decode-COuOLWQt.js → decode-Crs_HEl6.js} +1 -1
  3. package/dist/cjs/{index-CPFtlL1n.js → index-B0mGS0S6.js} +62 -62
  4. package/dist/cjs/{index-Dy19zuTX.js → index-CS8kGcZo.js} +1 -1
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/lido-avatar_22.cjs.entry.js +38 -36
  7. package/dist/cjs/lido-player.cjs.js +1 -1
  8. package/dist/cjs/loader.cjs.js +1 -1
  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 +77 -77
  14. package/dist/collection/components/calculator/lido-calculator.js +2 -2
  15. package/dist/collection/components/canvas/lido-canvas.css +1 -1
  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 +13 -11
  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 +185 -185
  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 +5 -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 +5 -5
  149. package/dist/collection/utils/utilsHandlers/dragDropHandler.js +10 -10
  150. package/dist/collection/utils/utilsHandlers/highlightHandler.js +54 -54
  151. package/dist/collection/utils/utilsHandlers/lidoCalculatorHandler.js +8 -8
  152. package/dist/collection/utils/utilsHandlers/sortHandler.js +10 -10
  153. package/dist/components/index.js +1 -1
  154. package/dist/components/lido-avatar.js +1 -1
  155. package/dist/components/lido-balance.js +1 -1
  156. package/dist/components/lido-calculator.js +1 -1
  157. package/dist/components/lido-canvas.js +1 -1
  158. package/dist/components/lido-cell.js +1 -1
  159. package/dist/components/lido-col.js +1 -1
  160. package/dist/components/lido-container.js +1 -1
  161. package/dist/components/lido-flash-card.js +1 -1
  162. package/dist/components/lido-float.js +1 -1
  163. package/dist/components/lido-home.js +1 -1
  164. package/dist/components/lido-keyboard.js +1 -1
  165. package/dist/components/lido-math-matrix.js +1 -1
  166. package/dist/components/lido-pos.js +1 -1
  167. package/dist/components/lido-random.js +1 -1
  168. package/dist/components/lido-root.js +1 -1
  169. package/dist/components/lido-row.js +1 -1
  170. package/dist/components/lido-shape.js +1 -1
  171. package/dist/components/lido-slide-fill.js +1 -1
  172. package/dist/components/lido-text.js +1 -1
  173. package/dist/components/lido-trace.js +1 -1
  174. package/dist/components/lido-wrap.js +1 -1
  175. package/dist/components/{p-D2RiLzSu.js → p-BBHM059l.js} +1 -1
  176. package/dist/components/p-BQDV5KnV.js +1 -0
  177. package/dist/components/{p-oO4WyqLq.js → p-BTUmA-7x.js} +1 -1
  178. package/dist/components/{p-CwDTdXe5.js → p-BeRr8u5m.js} +1 -1
  179. package/dist/components/p-Bzo_dEFM.js +1 -0
  180. package/dist/components/{p-CFNRhdZZ.js → p-C5WmmkI6.js} +1 -1
  181. package/dist/components/{p-CLX-8DBk.js → p-C70ykycD.js} +1 -1
  182. package/dist/components/{p-VuF4lAdR.js → p-CAVEAbqc.js} +1 -1
  183. package/dist/components/{p-kmKkLN_7.js → p-CCR42e0i.js} +1 -1
  184. package/dist/components/p-CTlcpv4a.js +1 -0
  185. package/dist/components/{p-DflRPD3L.js → p-CXHPZN3m.js} +1 -1
  186. package/dist/components/{p-CDhOF-lb.js → p-CgsPIpg0.js} +1 -1
  187. package/dist/components/{p-DPAlnts-.js → p-D4s9ZWCB.js} +1 -1
  188. package/dist/components/{p-BiNO9454.js → p-DLyacZap.js} +1 -1
  189. package/dist/components/p-DONbWJGn.js +1 -0
  190. package/dist/components/p-DVTigdH_.js +1 -0
  191. package/dist/components/{p-C7U1h9gI.js → p-MkbxS5lW.js} +1 -1
  192. package/dist/components/{p-DVn4BL1l.js → p-NHusmM9J.js} +1 -1
  193. package/dist/components/{p-qqHD4Pch.js → p-fBjZoiLo.js} +1 -1
  194. package/dist/components/{p-B712HxGz.js → p-w6P3MDO0.js} +2 -2
  195. package/dist/esm/{decode-Bs8H_aLp.js → decode-Ddbv8H7S.js} +1 -1
  196. package/dist/esm/{index-Dq-Z8Dx0.js → index-Dfj4noku.js} +1 -1
  197. package/dist/esm/{index-CS2I2YZa.js → index-Lc0ZIqng.js} +62 -62
  198. package/dist/esm/index.js +2 -2
  199. package/dist/esm/lido-avatar_22.entry.js +38 -36
  200. package/dist/esm/lido-player.js +2 -2
  201. package/dist/esm/loader.js +2 -2
  202. package/dist/lido-player/index.esm.js +1 -1
  203. package/dist/lido-player/lido-avatar.css +4 -4
  204. package/dist/lido-player/lido-avatar.tsx +207 -207
  205. package/dist/lido-player/lido-player.css +7 -7
  206. package/dist/lido-player/lido-player.esm.js +1 -1
  207. package/dist/lido-player/{p-DxLnBaAa.js → p-0j7Yo3TF.js} +1 -1
  208. package/dist/lido-player/{p-973e6ce9.entry.js → p-99a3608f.entry.js} +2 -2
  209. package/dist/lido-player/p-Dfj4noku.js +2 -0
  210. package/dist/lido-player/{p-DvcZcwfC.js → p-saGcdHVH.js} +1 -1
  211. package/dist/lido-player/readme.md +49 -49
  212. package/dist/types/types/json.d.ts +3 -3
  213. package/package.json +73 -73
  214. package/readme.md +113 -113
  215. package/dist/components/p-BJ4H1UxZ.js +0 -1
  216. package/dist/components/p-Cj0WIIDb.js +0 -1
  217. package/dist/components/p-D-B1groh.js +0 -1
  218. package/dist/components/p-Dy_6oCxD.js +0 -1
  219. package/dist/components/p-leIEepjl.js +0 -1
  220. package/dist/lido-player/p-Dq-Z8Dx0.js +0 -2
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-CPFtlL1n.js');
3
+ var index = require('./index-B0mGS0S6.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-Dy19zuTX.js');
3
+ var index$1 = require('./index-CS8kGcZo.js');
4
4
 
5
5
  const DragMapKey = 'lidoDragMap';
6
6
  const SelectedValuesKey = 'lidoSelectedValues';
@@ -1134,14 +1134,14 @@ async function onClickDropOrDragElement(element, type) {
1134
1134
  if (!document.querySelector('#dynamic-highlight-style')) {
1135
1135
  const style = document.createElement('style');
1136
1136
  style.id = 'dynamic-highlight-style';
1137
- style.innerHTML = `
1138
- .highlight {
1139
- // border: 4px solid #e74c3c; /* Thicker red border for more visibility */
1140
- // border-radius: 12px; /* Larger rounded corners */
1141
- // background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */
1142
- // box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */
1143
- // outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */
1144
- }
1137
+ style.innerHTML = `
1138
+ .highlight {
1139
+ // border: 4px solid #e74c3c; /* Thicker red border for more visibility */
1140
+ // border-radius: 12px; /* Larger rounded corners */
1141
+ // background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */
1142
+ // box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */
1143
+ // outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */
1144
+ }
1145
1145
  `;
1146
1146
  document.head.appendChild(style);
1147
1147
  }
@@ -1242,8 +1242,8 @@ const appendingDragElementsInDrop = () => {
1242
1242
  if (isAllowOnlyCorrect === true) {
1243
1243
  if (drop['value'] === drag['value']) {
1244
1244
  drag.style.transform = 'translate(0,0)';
1245
- // drag.style.width = "stretch";
1246
- // drag.style.padding = '0'
1245
+ drag.style.width = "stretch";
1246
+ drag.style.padding = '0';
1247
1247
  drop.appendChild(drag);
1248
1248
  appendedDragIds.add(drag.id);
1249
1249
  drag.style.pointerEvents = 'none';
@@ -1329,34 +1329,34 @@ function highlightSpeakingElement(element) {
1329
1329
  if (!document.getElementById(styleId)) {
1330
1330
  const style = document.createElement('style');
1331
1331
  style.id = styleId;
1332
- style.innerHTML = `
1333
- .speaking-highlight {
1334
- --base-transform: ${element.style.transform};
1335
- box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */
1336
- // border: 3px solid green !important;
1337
- // transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
1338
- // transform: scale(1.05); /* Subtle scale effect to pop the element */
1339
- // animation: pulseEffect 1.5s infinite; /* Pulsing animation */
1340
-
1341
- }
1342
-
1343
- @keyframes pulseEffect {
1344
- 0% {
1345
- box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1346
- // transform: var(--base-transform) scale(1.05);
1347
- // background-color: #FFFF0B;
1348
- }
1349
- 50% {
1350
- box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);
1351
- // transform: var(--base-transform) scale(1.1);
1352
- // background-color: #FFFF0B;
1353
- }
1354
- 100% {
1355
- box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1356
- // transform: var(--base-transform) scale(1.05);
1357
- // background-color: #FFFF0B;
1358
- }
1359
- }
1332
+ style.innerHTML = `
1333
+ .speaking-highlight {
1334
+ --base-transform: ${element.style.transform};
1335
+ box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */
1336
+ // border: 3px solid green !important;
1337
+ // transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
1338
+ // transform: scale(1.05); /* Subtle scale effect to pop the element */
1339
+ // animation: pulseEffect 1.5s infinite; /* Pulsing animation */
1340
+
1341
+ }
1342
+
1343
+ @keyframes pulseEffect {
1344
+ 0% {
1345
+ box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1346
+ // transform: var(--base-transform) scale(1.05);
1347
+ // background-color: #FFFF0B;
1348
+ }
1349
+ 50% {
1350
+ box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);
1351
+ // transform: var(--base-transform) scale(1.1);
1352
+ // background-color: #FFFF0B;
1353
+ }
1354
+ 100% {
1355
+ box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
1356
+ // transform: var(--base-transform) scale(1.05);
1357
+ // background-color: #FFFF0B;
1358
+ }
1359
+ }
1360
1360
  `;
1361
1361
  document.head.appendChild(style);
1362
1362
  }
@@ -2046,11 +2046,11 @@ function enableReorderDrag(element) {
2046
2046
  onDropToCategory(element, category);
2047
2047
  }
2048
2048
  if (divEl) {
2049
- const keyframes = `
2050
- @keyframes widthDecrease {
2051
- 0% { width: ${divEl.offsetWidth}px; height: ${divEl.offsetHeight}px; }
2052
- 100% { width: 0px; height: 0px;}
2053
- }
2049
+ const keyframes = `
2050
+ @keyframes widthDecrease {
2051
+ 0% { width: ${divEl.offsetWidth}px; height: ${divEl.offsetHeight}px; }
2052
+ 100% { width: 0px; height: 0px;}
2053
+ }
2054
2054
  `;
2055
2055
  const styleSheet = document.styleSheets[0];
2056
2056
  styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
@@ -2263,11 +2263,11 @@ function moveWithAnimation(target, overlapped) {
2263
2263
  const dummy = createDummyElement(target);
2264
2264
  dummy.style.visibility = 'hidden';
2265
2265
  dummy.setAttribute('type', 'dummy');
2266
- const keyframes = `
2267
- @keyframes widthIncrease {
2268
- 0% { width: 0px; height: 0px; }
2269
- 100% { width: ${target.offsetWidth}px; height: ${target.offsetHeight}px;}
2270
- }
2266
+ const keyframes = `
2267
+ @keyframes widthIncrease {
2268
+ 0% { width: 0px; height: 0px; }
2269
+ 100% { width: ${target.offsetWidth}px; height: ${target.offsetHeight}px;}
2270
+ }
2271
2271
  `;
2272
2272
  if (!overlapped) {
2273
2273
  const overlapCategory = findMostoverlappedElement(target, 'category');
@@ -71916,14 +71916,14 @@ const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
71916
71916
  /* ------------------ animation ------------------ */
71917
71917
  const animationToRemoveEquationSolvedCellForNimbleTable = (activeCell, container) => {
71918
71918
  return new Promise((resolve) => {
71919
- const keyframes = `
71920
- @keyframes widthDecrease {
71921
- 0% {
71922
- background-color: ${activeCell.style.backgroundColor};
71923
- height: ${activeCell.style.height};
71924
- margin: ${activeCell.style.margin};
71925
- }
71926
- 100% { background-color: transparent; height: 0px; margin: 0px; }
71919
+ const keyframes = `
71920
+ @keyframes widthDecrease {
71921
+ 0% {
71922
+ background-color: ${activeCell.style.backgroundColor};
71923
+ height: ${activeCell.style.height};
71924
+ margin: ${activeCell.style.margin};
71925
+ }
71926
+ 100% { background-color: transparent; height: 0px; margin: 0px; }
71927
71927
  }`;
71928
71928
  const styleSheet = document.styleSheets[0];
71929
71929
  styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
@@ -72747,11 +72747,11 @@ const afterDropDragHandling = (dragElement, dropElement) => {
72747
72747
  }
72748
72748
  dummyElement.setAttribute('id', dragElement.getAttribute('id'));
72749
72749
  dragElement.replaceWith(dummyElement);
72750
- const keyframes = `
72751
- @keyframes widthDecrease {
72752
- 0% { width: ${dragElement.style.width}; height: ${dragElement.style.height}; margin: ${dragElement.style.margin}; }
72753
- 100% { width: 0px; height: 0px; margin: 0px;}
72754
- }
72750
+ const keyframes = `
72751
+ @keyframes widthDecrease {
72752
+ 0% { width: ${dragElement.style.width}; height: ${dragElement.style.height}; margin: ${dragElement.style.margin}; }
72753
+ 100% { width: 0px; height: 0px; margin: 0px;}
72754
+ }
72755
72755
  `;
72756
72756
  if (!isInfinite) {
72757
72757
  dummyElement.style.width = element.style.width;
@@ -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(\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}";
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}";
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-CPFtlL1n.js');
4
- require('./index-Dy19zuTX.js');
3
+ var index = require('./index-B0mGS0S6.js');
4
+ require('./index-CS8kGcZo.js');
5
5
 
6
6
 
7
7