lido-player 0.0.2-beta-12 → 0.0.2-beta-13

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 (225) hide show
  1. package/LICENSE +21 -21
  2. package/dist/cjs/{decode-Crs_HEl6.js → decode-BunxKYHJ.js} +1 -1
  3. package/dist/cjs/{index-B0mGS0S6.js → index-1rmY-0pT.js} +73 -67
  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 +38 -38
  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 +5 -5
  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 +8 -8
  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 +6 -6
  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 +4 -4
  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 +3 -3
  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/customEvents.js +2 -0
  149. package/dist/collection/utils/utils.js +14 -10
  150. package/dist/collection/utils/utilsHandlers/animationHandler.js +3 -3
  151. package/dist/collection/utils/utilsHandlers/dragDropHandler.js +8 -8
  152. package/dist/collection/utils/utilsHandlers/floatHandler.js +1 -1
  153. package/dist/collection/utils/utilsHandlers/highlightHandler.js +54 -54
  154. package/dist/collection/utils/utilsHandlers/lidoCalculatorHandler.js +8 -8
  155. package/dist/collection/utils/utilsHandlers/sortHandler.js +10 -10
  156. package/dist/components/index.js +1 -1
  157. package/dist/components/lido-avatar.js +1 -1
  158. package/dist/components/lido-balance.js +1 -1
  159. package/dist/components/lido-calculator.js +1 -1
  160. package/dist/components/lido-canvas.js +1 -1
  161. package/dist/components/lido-cell.js +1 -1
  162. package/dist/components/lido-col.js +1 -1
  163. package/dist/components/lido-container.js +1 -1
  164. package/dist/components/lido-flash-card.js +1 -1
  165. package/dist/components/lido-float.js +1 -1
  166. package/dist/components/lido-home.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-B8USa8EO.js +1 -0
  179. package/dist/components/p-BJ4H1UxZ.js +1 -0
  180. package/dist/components/{p-BQDV5KnV.js → p-BP79Al--.js} +1 -1
  181. package/dist/components/{p-DLyacZap.js → p-BiNO9454.js} +1 -1
  182. package/dist/components/{p-MkbxS5lW.js → p-C7U1h9gI.js} +1 -1
  183. package/dist/components/{p-CgsPIpg0.js → p-CDhOF-lb.js} +1 -1
  184. package/dist/components/{p-C5WmmkI6.js → p-CFNRhdZZ.js} +1 -1
  185. package/dist/components/{p-C70ykycD.js → p-CLX-8DBk.js} +1 -1
  186. package/dist/components/{p-BeRr8u5m.js → p-CwDTdXe5.js} +1 -1
  187. package/dist/components/p-D-B1groh.js +1 -0
  188. package/dist/components/{p-BBHM059l.js → p-D2RiLzSu.js} +1 -1
  189. package/dist/components/{p-fBjZoiLo.js → p-DH6lvh19.js} +1 -1
  190. package/dist/components/{p-D4s9ZWCB.js → p-DPAlnts-.js} +1 -1
  191. package/dist/components/{p-NHusmM9J.js → p-DVn4BL1l.js} +1 -1
  192. package/dist/components/{p-CAVEAbqc.js → p-DYs8s-uh.js} +1 -1
  193. package/dist/components/{p-w6P3MDO0.js → p-D_Q6Oy7S.js} +2 -2
  194. package/dist/components/{p-CXHPZN3m.js → p-DflRPD3L.js} +1 -1
  195. package/dist/components/p-Dy_6oCxD.js +1 -0
  196. package/dist/components/{p-CCR42e0i.js → p-kmKkLN_7.js} +1 -1
  197. package/dist/components/p-leIEepjl.js +1 -0
  198. package/dist/esm/{decode-Ddbv8H7S.js → decode-BbicjSTs.js} +1 -1
  199. package/dist/esm/{index-Lc0ZIqng.js → index-CpcvWGPL.js} +73 -67
  200. package/dist/esm/{index-Dfj4noku.js → index-Dq-Z8Dx0.js} +1 -1
  201. package/dist/esm/index.js +2 -2
  202. package/dist/esm/lido-avatar_22.entry.js +38 -38
  203. package/dist/esm/lido-player.js +2 -2
  204. package/dist/esm/loader.js +2 -2
  205. package/dist/lido-player/index.esm.js +1 -1
  206. package/dist/lido-player/lido-avatar.css +4 -4
  207. package/dist/lido-player/lido-avatar.tsx +207 -207
  208. package/dist/lido-player/lido-player.css +7 -7
  209. package/dist/lido-player/lido-player.esm.js +1 -1
  210. package/dist/lido-player/p-B1uwYUL1.js +1 -0
  211. package/dist/lido-player/{p-saGcdHVH.js → p-CuR9-3Sm.js} +1 -1
  212. package/dist/lido-player/p-Dq-Z8Dx0.js +2 -0
  213. package/dist/lido-player/p-db425c95.entry.js +12 -0
  214. package/dist/lido-player/readme.md +49 -49
  215. package/dist/types/types/json.d.ts +3 -3
  216. package/package.json +73 -73
  217. package/readme.md +113 -113
  218. package/dist/components/p-BTUmA-7x.js +0 -1
  219. package/dist/components/p-Bzo_dEFM.js +0 -1
  220. package/dist/components/p-CTlcpv4a.js +0 -1
  221. package/dist/components/p-DONbWJGn.js +0 -1
  222. package/dist/components/p-DVTigdH_.js +0 -1
  223. package/dist/lido-player/p-0j7Yo3TF.js +0 -1
  224. package/dist/lido-player/p-99a3608f.entry.js +0 -12
  225. package/dist/lido-player/p-Dfj4noku.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-B0mGS0S6.js');
3
+ var index = require('./index-1rmY-0pT.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';
@@ -140,6 +140,7 @@ function toSerializableDetail(detail) {
140
140
  function dispatchActivityEndEvent(totalIndex, currentIndex, score, rightMoves, wrongMoves, timeSpentForActivity, lessonTrackingParams, gameCompleted) {
141
141
  dispatchCustomEvent(ActivityEndKey, Object.assign(Object.assign({ currentIndex, totalIndex, score, rightMoves, wrongMoves, timeSpentForActivity }, lessonTrackingParams), { gameCompleted }));
142
142
  dispatchCustomEvent(MicroProblemEndKey, Object.assign(Object.assign({ currentIndex, totalIndex, score, rightMoves, wrongMoves, timeSpentForActivity }, lessonTrackingParams), { gameCompleted }));
143
+ console.log(`[Activity End]Activity ${currentIndex + 1}/${totalIndex} - Time Spent: ${timeSpentForActivity}`);
143
144
  }
144
145
  function dispatchLessonEndEvent(totalIndex, rightMoves, wrongMoves, finalScore, timeSpendForLesson, lessonTrackingParams) {
145
146
  dispatchCustomEvent(MicroLessonEndKey, Object.assign({ totalIndex, rightMoves, wrongMoves, finalScore, score: finalScore, timeSpendForLesson }, lessonTrackingParams));
@@ -147,6 +148,7 @@ function dispatchLessonEndEvent(totalIndex, rightMoves, wrongMoves, finalScore,
147
148
  return;
148
149
  }
149
150
  dispatchCustomEvent(LessonEndKey, Object.assign({ totalIndex, rightMoves, wrongMoves, finalScore, score: finalScore, timeSpendForLesson }, lessonTrackingParams));
151
+ console.log(`[Lesson End] Lesson: ${lessonTrackingParams === null || lessonTrackingParams === void 0 ? void 0 : lessonTrackingParams.lessonName} (${lessonTrackingParams === null || lessonTrackingParams === void 0 ? void 0 : lessonTrackingParams.lessonId}) - Total Time Spent: ${timeSpendForLesson}`);
150
152
  }
151
153
  function dispatchNextContainerEvent() {
152
154
  dispatchCustomEvent(NextContainerKey, {});
@@ -305,8 +307,8 @@ function dragDropAnimation(container, dragElement, dropElement) {
305
307
  // isCorrect=true;
306
308
  const onCorrect = (container === null || container === void 0 ? void 0 : container.getAttribute('onCorrect')) || '';
307
309
  await executeActions(onCorrect, container);
308
- window.dispatchEvent(new CustomEvent(NextContainerKey));
309
310
  calculateScore();
311
+ triggerNextContainer();
310
312
  tempVanishedValues.length = 0;
311
313
  })();
312
314
  }
@@ -1134,14 +1136,14 @@ async function onClickDropOrDragElement(element, type) {
1134
1136
  if (!document.querySelector('#dynamic-highlight-style')) {
1135
1137
  const style = document.createElement('style');
1136
1138
  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
- }
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
+ }
1145
1147
  `;
1146
1148
  document.head.appendChild(style);
1147
1149
  }
@@ -1329,34 +1331,34 @@ function highlightSpeakingElement(element) {
1329
1331
  if (!document.getElementById(styleId)) {
1330
1332
  const style = document.createElement('style');
1331
1333
  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
- }
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
+ }
1360
1362
  `;
1361
1363
  document.head.appendChild(style);
1362
1364
  }
@@ -2046,11 +2048,11 @@ function enableReorderDrag(element) {
2046
2048
  onDropToCategory(element, category);
2047
2049
  }
2048
2050
  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
- }
2051
+ const keyframes = `
2052
+ @keyframes widthDecrease {
2053
+ 0% { width: ${divEl.offsetWidth}px; height: ${divEl.offsetHeight}px; }
2054
+ 100% { width: 0px; height: 0px;}
2055
+ }
2054
2056
  `;
2055
2057
  const styleSheet = document.styleSheets[0];
2056
2058
  styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
@@ -2263,11 +2265,11 @@ function moveWithAnimation(target, overlapped) {
2263
2265
  const dummy = createDummyElement(target);
2264
2266
  dummy.style.visibility = 'hidden';
2265
2267
  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
- }
2268
+ const keyframes = `
2269
+ @keyframes widthIncrease {
2270
+ 0% { width: 0px; height: 0px; }
2271
+ 100% { width: ${target.offsetWidth}px; height: ${target.offsetHeight}px;}
2272
+ }
2271
2273
  `;
2272
2274
  if (!overlapped) {
2273
2275
  const overlapCategory = findMostoverlappedElement(target, 'category');
@@ -71759,8 +71761,8 @@ async function handleElementClick(element) {
71759
71761
  container.style.pointerEvents = 'none';
71760
71762
  if (!container.getAttribute('game-completed') || container.getAttribute('game-completed') === 'false' || container.getAttribute('game-completed') === null || container.getAttribute('game-completed') === undefined || container.getAttribute('game-completed') === '') {
71761
71763
  container.setAttribute('game-completed', 'true');
71762
- triggerNextContainer();
71763
71764
  calculateScore();
71765
+ triggerNextContainer();
71764
71766
  }
71765
71767
  }
71766
71768
  else {
@@ -71916,14 +71918,14 @@ const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
71916
71918
  /* ------------------ animation ------------------ */
71917
71919
  const animationToRemoveEquationSolvedCellForNimbleTable = (activeCell, container) => {
71918
71920
  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; }
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; }
71927
71929
  }`;
71928
71930
  const styleSheet = document.styleSheets[0];
71929
71931
  styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
@@ -72747,11 +72749,11 @@ const afterDropDragHandling = (dragElement, dropElement) => {
72747
72749
  }
72748
72750
  dummyElement.setAttribute('id', dragElement.getAttribute('id'));
72749
72751
  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
- }
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
+ }
72755
72757
  `;
72756
72758
  if (!isInfinite) {
72757
72759
  dummyElement.style.width = element.style.width;
@@ -73055,11 +73057,12 @@ const storeActivityScore = (score) => {
73055
73057
  const activityScoreKey = index.toString();
73056
73058
  activityScore[activityScoreKey] = score;
73057
73059
  //send Custom Event to parent
73058
- // window.dispatchEvent(new CustomEvent(ActivityEndKey, { detail: { index: index, totalIndex: totalIndex, score: score } }));
73059
- const timeSpendForActivity = Math.floor(Timer.getI().getElapsed() / 1000);
73060
- ACTIVYTY_TIME_SPEND_ARRAY.push(timeSpendForActivity);
73060
+ // window.dispatchEvent(new CustomEvent(ActivityEndKey, { detail: { index: index, totalIndex: totalIndex, score: score } }));
73061
+ const actualActivitySeconds = Math.ceil(Timer.getI().getElapsed() / 1000);
73062
+ ACTIVYTY_TIME_SPEND_ARRAY.push(actualActivitySeconds);
73063
+ console.log(`[Utils][Activity Time] Activity ${index + 1}/${totalIndex} - Time spent: ${actualActivitySeconds}s`);
73061
73064
  const lessonTrackingParams = getLessonTrackingParams();
73062
- dispatchActivityEndEvent(totalIndex, index, score, gameScore.rightMoves, gameScore.wrongMoves, timeSpendForActivity, lessonTrackingParams, true);
73065
+ dispatchActivityEndEvent(totalIndex, index, score, gameScore.rightMoves, gameScore.wrongMoves, actualActivitySeconds, lessonTrackingParams, true);
73063
73066
  localStorage.setItem(ActivityScoreKey, JSON.stringify(activityScore));
73064
73067
  if (totalIndex - 1 == index) {
73065
73068
  const scoresArray = Object.values(activityScore);
@@ -73068,11 +73071,13 @@ const storeActivityScore = (score) => {
73068
73071
  console.log('Total Score : ', gameScore.finalScore);
73069
73072
  // window.dispatchEvent(new CustomEvent(LessonEndKey, { detail: { score: finalScore } }));
73070
73073
  const timeSpendForLesson = ACTIVYTY_TIME_SPEND_ARRAY.reduce((sum, current) => sum + current, 0);
73074
+ console.log(`[Utils][Lesson Time] Total lesson time spent: ${timeSpendForLesson}s`);
73071
73075
  dispatchLessonEndEvent(totalIndex, gameScore.totalRightMovesCount, gameScore.totalWrongMovesCount, finalScore, timeSpendForLesson, lessonTrackingParams);
73072
73076
  gameScore.totalRightMovesCount = 0;
73073
73077
  gameScore.totalWrongMovesCount = 0;
73074
73078
  dispatchGameCompletedEvent();
73075
73079
  localStorage.removeItem(ActivityScoreKey);
73080
+ ACTIVYTY_TIME_SPEND_ARRAY.length = 0;
73076
73081
  }
73077
73082
  };
73078
73083
  const handleShowCheck = () => {
@@ -73117,6 +73122,7 @@ const validateObjectiveStatus = async () => {
73117
73122
  }
73118
73123
  storingEachActivityScore(true);
73119
73124
  storeActivityScore(100);
73125
+ gameScore.totalRightMovesCount++;
73120
73126
  gameScore.rightMoves = 0;
73121
73127
  gameScore.wrongMoves = 0;
73122
73128
  triggerNextContainer();
@@ -73173,8 +73179,8 @@ const validateObjectiveStatus = async () => {
73173
73179
  }
73174
73180
  if (!isContinueOnCorrect) {
73175
73181
  container.setAttribute("game-completed", "true");
73176
- calculateScore();
73177
73182
  await executeActions(onCorrect, container);
73183
+ calculateScore();
73178
73184
  triggerNextContainer();
73179
73185
  }
73180
73186
  else {
@@ -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-B0mGS0S6.js');
4
- require('./index-CS8kGcZo.js');
3
+ var index = require('./index-1rmY-0pT.js');
4
+ require('./index-Dy19zuTX.js');
5
5
 
6
6
 
7
7