lido-player 0.0.2-beta-16-dev → 0.0.2-beta-17
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.
- package/LICENSE +21 -21
- package/dist/cjs/{decode-C08Ujimj.js → decode-BPWgujpW.js} +1 -1
- package/dist/cjs/{index-BkBqiwe8.js → index-BnfJD-Dp.js} +125 -88
- package/dist/cjs/{index-Dy19zuTX.js → index-CACb9dlg.js} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/lido-avatar_22.cjs.entry.js +56 -43
- package/dist/cjs/lido-player.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/avatar/lido-avatar.css +4 -4
- package/dist/collection/components/avatar/lido-avatar.js +1 -1
- package/dist/collection/components/avatar/lido-avatar.tsx +207 -207
- package/dist/collection/components/avatar/readme.md +49 -49
- package/dist/collection/components/calculator/lido-calculator.css +89 -89
- package/dist/collection/components/calculator/lido-calculator.js +4 -4
- package/dist/collection/components/canvas/lido-canvas.css +33 -33
- package/dist/collection/components/canvas/lido-canvas.js +1 -1
- package/dist/collection/components/cell/lido-cell.css +100 -100
- package/dist/collection/components/cell/lido-cell.js +12 -12
- package/dist/collection/components/column/lido-col.css +19 -19
- package/dist/collection/components/column/lido-col.js +6 -6
- package/dist/collection/components/container/lido-container.css +10 -10
- package/dist/collection/components/container/lido-container.js +8 -8
- package/dist/collection/components/flashCard/lido-flash-card.css +28 -28
- package/dist/collection/components/flashCard/lido-flash-card.js +4 -4
- package/dist/collection/components/float/lido-float.css +30 -30
- package/dist/collection/components/float/lido-float.js +2 -2
- package/dist/collection/components/home/lido-home.css +309 -309
- package/dist/collection/components/home/lido-home.js +5 -5
- package/dist/collection/components/image/lido-image.css +17 -17
- package/dist/collection/components/image/lido-image.js +6 -6
- package/dist/collection/components/keyboard/lido-keyboard.css +38 -38
- package/dist/collection/components/keyboard/lido-keyboard.js +3 -3
- package/dist/collection/components/mathMatrix/lido-math-matrix.css +56 -56
- package/dist/collection/components/mathMatrix/lido-math-matrix.js +12 -2
- package/dist/collection/components/position/lido-pos.css +16 -16
- package/dist/collection/components/position/lido-pos.js +2 -2
- package/dist/collection/components/random/lido-random.css +8 -8
- package/dist/collection/components/random/lido-random.js +2 -2
- package/dist/collection/components/root/lido-root.js +5 -5
- package/dist/collection/components/row/lido-row.css +10 -10
- package/dist/collection/components/row/lido-row.js +6 -6
- package/dist/collection/components/scale/assets/Shadow.svg +9 -0
- package/dist/collection/components/scale/lido-balance.css +145 -145
- package/dist/collection/components/scale/lido-balance.js +25 -23
- package/dist/collection/components/shape/lido-shape.css +216 -216
- package/dist/collection/components/shape/lido-shape.js +6 -6
- package/dist/collection/components/slideFill/lido-slide-fill.css +3 -3
- package/dist/collection/components/slideFill/lido-slide-fill.js +13 -13
- package/dist/collection/components/text/lido-text.css +53 -53
- package/dist/collection/components/text/lido-text.js +6 -5
- package/dist/collection/components/trace/assets/Tracing-hand.svg +8 -0
- package/dist/collection/components/trace/lido-trace.css +97 -97
- package/dist/collection/components/trace/lido-trace.js +6 -6
- package/dist/collection/components/wrap/lido-wrap.css +18 -18
- package/dist/collection/components/wrap/lido-wrap.js +6 -6
- package/dist/collection/css/animation.css +211 -211
- package/dist/collection/css/index.css +315 -312
- package/dist/collection/stories/Templates/Fill-Up/fill-up.stories.js +61 -61
- package/dist/collection/stories/Templates/LetterPairing/LetterPairing.stories.js +123 -123
- package/dist/collection/stories/Templates/RocketGame/rocketGame.stories.js +48 -48
- package/dist/collection/stories/Templates/Tag/tagGame.stories.js +39 -39
- package/dist/collection/stories/Templates/arrangeLetters/arrangeLetters.stories.js +44 -44
- package/dist/collection/stories/Templates/balancing/balancing.stories.js +35 -35
- package/dist/collection/stories/Templates/balloonPop/balloonPop.stories.js +38 -38
- package/dist/collection/stories/Templates/blender/blender.stories.js +58 -58
- package/dist/collection/stories/Templates/bubbleType/bubbleType.stories.js +42 -42
- package/dist/collection/stories/Templates/calculator/calculator.stories.js +28 -28
- package/dist/collection/stories/Templates/categorize/categorize.stories.js +37 -37
- package/dist/collection/stories/Templates/categorize2/categorize2.stories.js +67 -67
- package/dist/collection/stories/Templates/checker-block/checkerBlock.stories.js +29 -29
- package/dist/collection/stories/Templates/checkerBlock/checkerBlock.stories.js +13 -13
- package/dist/collection/stories/Templates/create-sentence/createSentence.stories.js +74 -74
- package/dist/collection/stories/Templates/dragAndDrop/drag-drop.stories.js +69 -69
- package/dist/collection/stories/Templates/fillAnswer/fill-answer.stories.js +43 -43
- package/dist/collection/stories/Templates/fillBlank/fill-blank.stories.js +282 -282
- package/dist/collection/stories/Templates/foodJar/food-jar.stories.js +35 -35
- package/dist/collection/stories/Templates/grid/grid.stories.js +118 -118
- package/dist/collection/stories/Templates/gridGame/grid-game.stories.js +57 -57
- package/dist/collection/stories/Templates/imageMatch/imageMatch.stories.js +44 -44
- package/dist/collection/stories/Templates/jumpSentence/jumpSentence.stories.js +41 -41
- package/dist/collection/stories/Templates/letterboard/letterboard.stories.js +183 -183
- package/dist/collection/stories/Templates/makeSentence/make-sentence.stories.js +36 -36
- package/dist/collection/stories/Templates/matchBox/matchBox.stories.js +69 -69
- package/dist/collection/stories/Templates/matchBox/matchBox2.stories.js +84 -84
- package/dist/collection/stories/Templates/matchingCard/matching-card.stories.js +31 -31
- package/dist/collection/stories/Templates/multipleOption/mcqWithQuestionImage.stories.js +112 -112
- package/dist/collection/stories/Templates/multipleOption/multiple-option.stories.js +47 -47
- package/dist/collection/stories/Templates/multiplyBeeds/multiplyBeeds.stories.js +57 -57
- package/dist/collection/stories/Templates/nimbleTable/nimbleTable.stories.js +53 -53
- package/dist/collection/stories/Templates/numberBoard/numberBoard.stories.js +46 -46
- package/dist/collection/stories/Templates/numberBoardTwo/numberBoardTwo.stories.js +45 -45
- package/dist/collection/stories/Templates/numberIdentification/numberIdentificationimageTotext.stories.js +56 -56
- package/dist/collection/stories/Templates/numberIdentification/numberIdentificationtextTotext.stories.js +53 -53
- package/dist/collection/stories/Templates/numberPair/numberPair.stories.js +127 -127
- package/dist/collection/stories/Templates/openwindow/openwindow.stories.js +47 -47
- package/dist/collection/stories/Templates/openwindow/openwindow2.stories.js +38 -38
- package/dist/collection/stories/Templates/order-tractor/order-tractor-ascending-order.stories.js +97 -97
- package/dist/collection/stories/Templates/order-tractor/order-tractor.stories.js +90 -90
- package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaMultiOption.stories.js +63 -63
- package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaSumTogether.stories.js +45 -45
- package/dist/collection/stories/Templates/palEgmaPatternMatching/palEgmaPatternMatching.stories.js +63 -63
- package/dist/collection/stories/Templates/palEgmaWordProblem/palEgmaWordProblem.stories.js +79 -79
- package/dist/collection/stories/Templates/palEgraInventedSpelling/pal_egra_invented_spelling_schema.stories.js +32 -32
- package/dist/collection/stories/Templates/palEgraMCQWithImage/palEgraMCQWithImage.stories.js +42 -42
- package/dist/collection/stories/Templates/palEgraOptionWithAudio/palEgraOptionWithAudio.stories.js +63 -63
- package/dist/collection/stories/Templates/palEgraStoryMaking/pal_egra_story_making.stories.js +44 -44
- package/dist/collection/stories/Templates/palEgraTemplate1/palEgraLetterIdentification.stories.js +34 -34
- package/dist/collection/stories/Templates/palEgraWordMatch/palEgraWordMatch.stories.js +52 -52
- package/dist/collection/stories/Templates/palEgra_OddOneOut/palEgra_oddOneOut.stories.js +33 -33
- package/dist/collection/stories/Templates/palEgra_arrange_pictures/palEgra_arrange_pictures.stories.js +40 -40
- package/dist/collection/stories/Templates/palEgra_build_word/palEgra_build_word.stories.js +48 -48
- package/dist/collection/stories/Templates/palEgra_word_formation/palEgra_WordFormation.stories.js +48 -48
- package/dist/collection/stories/Templates/palStorytale/palStorytale.stories.js +18 -18
- package/dist/collection/stories/Templates/phonic-tractor/phonic-tractor.stories.js +44 -44
- package/dist/collection/stories/Templates/pictureClues/pictureClues.stories.js +34 -34
- package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch1.stories.js +36 -36
- package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch2.stories.js +30 -30
- package/dist/collection/stories/Templates/picturemeaning/pictureMeaningCocos.stories.js +20 -20
- package/dist/collection/stories/Templates/puzzleGame/puzzleGame.stories.js +17 -17
- package/dist/collection/stories/Templates/questionBoard/questionBoard.stories.js +58 -58
- package/dist/collection/stories/Templates/quizLiteracy/quizLiteracy.stories.js +50 -50
- package/dist/collection/stories/Templates/quizLiteracy/quizLiteracyImageWithText.stories.js +36 -36
- package/dist/collection/stories/Templates/quizLiteracy/quizLiteracyImageWord.stories.js +43 -43
- package/dist/collection/stories/Templates/quizMaths/quizMaths.stories.js +631 -631
- package/dist/collection/stories/Templates/reorder/reorder.stories.js +63 -63
- package/dist/collection/stories/Templates/rowBlocks/rowBlocks.stories.js +47 -47
- package/dist/collection/stories/Templates/sentenceMatch/sentenceMatch.stories.js +29 -29
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox1.stories.js +64 -64
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox2.stories.js +62 -62
- package/dist/collection/stories/Templates/shapePair/shape-pair.stories.js +106 -106
- package/dist/collection/stories/Templates/shapeTractor/shape-tractor.stories.js +50 -50
- package/dist/collection/stories/Templates/spellDoor/spellDoor.stories.js +41 -41
- package/dist/collection/stories/Templates/storyTale/storyTale.stories.js +39 -39
- package/dist/collection/stories/Templates/substraction/substractionWithimg.stories.js +62 -62
- package/dist/collection/stories/Templates/substraction/substractionWithoutImg.stories.js +42 -42
- package/dist/collection/stories/Templates/sumTogether/sumTogether.stories.js +50 -50
- package/dist/collection/stories/Templates/tenBox/tenBox.stories.js +88 -88
- package/dist/collection/stories/Templates/total/total.stories.js +28 -28
- package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithimg.stories.js +35 -35
- package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithoutimg.stories.js +34 -34
- package/dist/collection/stories/Templates/writeCard/writeCard.stories.js +31 -31
- package/dist/collection/stories/Templates/writeLetter/writeLetter.stories.js +58 -58
- package/dist/collection/stories/Templates/writeNumber/writeNumber.stories.js +44 -44
- package/dist/collection/stories/Templates/writeSet/writeSet.stories.js +31 -31
- package/dist/collection/stories/Templates/writeWord/writeWord.stories.js +34 -34
- package/dist/collection/stories/components/flash-card.stories.js +48 -48
- package/dist/collection/stories/components/keyboard.stories.js +10 -10
- package/dist/collection/stories/components/slider.stories.js +4 -4
- package/dist/collection/stories/components/trace.stories.js +5 -5
- package/dist/collection/utils/audioPlayer.js +31 -9
- package/dist/collection/utils/utils.js +8 -7
- package/dist/collection/utils/utilsHandlers/animationHandler.js +9 -2
- package/dist/collection/utils/utilsHandlers/clickHandler.js +8 -0
- package/dist/collection/utils/utilsHandlers/dragDropHandler.js +8 -8
- package/dist/collection/utils/utilsHandlers/highlightHandler.js +54 -54
- package/dist/collection/utils/utilsHandlers/lidoCalculatorHandler.js +12 -15
- package/dist/collection/utils/utilsHandlers/slideHandler.js +10 -8
- package/dist/collection/utils/utilsHandlers/sortHandler.js +10 -10
- package/dist/components/index.js +1 -1
- package/dist/components/lido-avatar.js +1 -1
- package/dist/components/lido-balance.js +1 -1
- package/dist/components/lido-calculator.js +1 -1
- package/dist/components/lido-canvas.js +1 -1
- package/dist/components/lido-cell.js +1 -1
- package/dist/components/lido-col.js +1 -1
- package/dist/components/lido-container.js +1 -1
- package/dist/components/lido-flash-card.js +1 -1
- package/dist/components/lido-float.js +1 -1
- package/dist/components/lido-home.js +1 -1
- package/dist/components/lido-keyboard.js +1 -1
- package/dist/components/lido-math-matrix.js +1 -1
- package/dist/components/lido-pos.js +1 -1
- package/dist/components/lido-random.js +1 -1
- package/dist/components/lido-root.js +1 -1
- package/dist/components/lido-row.js +1 -1
- package/dist/components/lido-shape.js +1 -1
- package/dist/components/lido-slide-fill.js +1 -1
- package/dist/components/lido-text.js +1 -1
- package/dist/components/lido-trace.js +1 -1
- package/dist/components/lido-wrap.js +1 -1
- package/dist/components/p-B8nzzM8c.js +1 -0
- package/dist/components/{p-Sl9R-E6h.js → p-BBHM059l.js} +1 -1
- package/dist/components/p-BXvoOUIv.js +1 -0
- package/dist/components/{p-CwDTdXe5.js → p-BeRr8u5m.js} +1 -1
- package/dist/components/p-BfqihbR6.js +1 -0
- package/dist/components/{p-CPYnt0P-.js → p-C5WmmkI6.js} +1 -1
- package/dist/components/{p-useuhkjH.js → p-C70ykycD.js} +1 -1
- package/dist/components/{p-BE25wHoo.js → p-CCR42e0i.js} +1 -1
- package/dist/components/{p-C2p0KZh4.js → p-CIbBOu51.js} +1 -1
- package/dist/components/{p-BfwUqpXc.js → p-CTlcpv4a.js} +1 -1
- package/dist/components/{p-CyGxEcn7.js → p-CXHPZN3m.js} +1 -1
- package/dist/components/{p-Bw-OC9iR.js → p-CgsPIpg0.js} +1 -1
- package/dist/components/p-CwIlwnQk.js +1 -0
- package/dist/components/{p-D-IYWSAa.js → p-CxkH5UIf.js} +1 -1
- package/dist/components/{p-DGvzMlyn.js → p-DBbLGy4y.js} +2 -2
- package/dist/components/p-DLyacZap.js +1 -0
- package/dist/components/p-DONbWJGn.js +1 -0
- package/dist/components/p-DVTigdH_.js +1 -0
- package/dist/components/{p-Uluc7jQ7.js → p-DuvxecDX.js} +1 -1
- package/dist/components/p-Dv1cIsyS.js +1 -0
- package/dist/esm/{decode-CGJIPA4t.js → decode-To5V_Qqp.js} +1 -1
- package/dist/esm/{index-C854B63S.js → index-CEJsA_x_.js} +125 -88
- package/dist/esm/{index-Dq-Z8Dx0.js → index-Dnvog_Mm.js} +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/lido-avatar_22.entry.js +56 -43
- package/dist/esm/lido-player.js +2 -2
- package/dist/esm/loader.js +2 -2
- package/dist/lido-player/assets/Shadow.svg +9 -0
- package/dist/lido-player/assets/Tracing-hand.svg +8 -0
- package/dist/lido-player/index.esm.js +1 -1
- package/dist/lido-player/lido-avatar.css +4 -4
- package/dist/lido-player/lido-avatar.tsx +207 -207
- package/dist/lido-player/lido-player.css +7 -7
- package/dist/lido-player/lido-player.esm.js +1 -1
- package/dist/lido-player/p-3b6e3b51.entry.js +12 -0
- package/dist/lido-player/{p-Bg5mBsd9.js → p-DUx4nii8.js} +1 -1
- package/dist/lido-player/p-Dnvog_Mm.js +2 -0
- package/dist/lido-player/p-gkKsw3a6.js +1 -0
- package/dist/lido-player/readme.md +49 -49
- package/dist/types/components/scale/lido-balance.d.ts +2 -2
- package/dist/types/components.d.ts +10 -10
- package/dist/types/types/json.d.ts +3 -3
- package/dist/types/utils/audioPlayer.d.ts +2 -0
- package/package.json +73 -74
- package/readme.md +113 -113
- package/dist/components/p-BSV5U72F.js +0 -1
- package/dist/components/p-C7U1h9gI.js +0 -1
- package/dist/components/p-CS6iRQJh.js +0 -1
- package/dist/components/p-D-B1groh.js +0 -1
- package/dist/components/p-DPAlnts-.js +0 -1
- package/dist/components/p-DYs8s-uh.js +0 -1
- package/dist/components/p-DbR5sNOj.js +0 -1
- package/dist/components/p-leIEepjl.js +0 -1
- package/dist/lido-player/p-C4OTDhbr.js +0 -1
- package/dist/lido-player/p-Dq-Z8Dx0.js +0 -2
- package/dist/lido-player/p-f0e333c6.entry.js +0 -12
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$1 = require('./index-
|
|
3
|
+
var index$1 = require('./index-CACb9dlg.js');
|
|
4
4
|
|
|
5
5
|
const DragMapKey = 'lidoDragMap';
|
|
6
6
|
const SelectedValuesKey = 'lidoSelectedValues';
|
|
@@ -321,7 +321,7 @@ function dragDropAnimation(container, dragElement, dropElement) {
|
|
|
321
321
|
dropElement.classList.remove('zoom-fade-in');
|
|
322
322
|
dragElement.classList.add('zoom-fade-out');
|
|
323
323
|
dropElement.classList.add('zoom-fade-out');
|
|
324
|
-
|
|
324
|
+
const cleanup = () => {
|
|
325
325
|
div.remove();
|
|
326
326
|
container.style.pointerEvents = 'auto';
|
|
327
327
|
if (isObjectiveComplete) {
|
|
@@ -329,7 +329,14 @@ function dragDropAnimation(container, dragElement, dropElement) {
|
|
|
329
329
|
triggerNextContainer();
|
|
330
330
|
container.removeAttribute(AnimationVanishedValuesKey);
|
|
331
331
|
}
|
|
332
|
-
}
|
|
332
|
+
};
|
|
333
|
+
const templateId = (container.getAttribute('template-id') || '').toLowerCase();
|
|
334
|
+
if (templateId === 'letterpairing' || templateId === 'numberpair') {
|
|
335
|
+
cleanup();
|
|
336
|
+
}
|
|
337
|
+
else {
|
|
338
|
+
setTimeout(cleanup, 800); // match animation duration
|
|
339
|
+
}
|
|
333
340
|
}, 250);
|
|
334
341
|
}
|
|
335
342
|
|
|
@@ -1152,14 +1159,14 @@ async function onClickDropOrDragElement(element, type) {
|
|
|
1152
1159
|
if (!document.querySelector('#dynamic-highlight-style')) {
|
|
1153
1160
|
const style = document.createElement('style');
|
|
1154
1161
|
style.id = 'dynamic-highlight-style';
|
|
1155
|
-
style.innerHTML = `
|
|
1156
|
-
.highlight {
|
|
1157
|
-
// border: 4px solid #e74c3c; /* Thicker red border for more visibility */
|
|
1158
|
-
// border-radius: 12px; /* Larger rounded corners */
|
|
1159
|
-
// background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */
|
|
1160
|
-
// box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */
|
|
1161
|
-
// outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */
|
|
1162
|
-
}
|
|
1162
|
+
style.innerHTML = `
|
|
1163
|
+
.highlight {
|
|
1164
|
+
// border: 4px solid #e74c3c; /* Thicker red border for more visibility */
|
|
1165
|
+
// border-radius: 12px; /* Larger rounded corners */
|
|
1166
|
+
// background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */
|
|
1167
|
+
// box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */
|
|
1168
|
+
// outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */
|
|
1169
|
+
}
|
|
1163
1170
|
`;
|
|
1164
1171
|
document.head.appendChild(style);
|
|
1165
1172
|
}
|
|
@@ -1347,34 +1354,34 @@ function highlightSpeakingElement(element) {
|
|
|
1347
1354
|
if (!document.getElementById(styleId)) {
|
|
1348
1355
|
const style = document.createElement('style');
|
|
1349
1356
|
style.id = styleId;
|
|
1350
|
-
style.innerHTML = `
|
|
1351
|
-
.speaking-highlight {
|
|
1352
|
-
--base-transform: ${element.style.transform};
|
|
1353
|
-
box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */
|
|
1354
|
-
// border: 3px solid green !important;
|
|
1355
|
-
// transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
|
|
1356
|
-
// transform: scale(1.05); /* Subtle scale effect to pop the element */
|
|
1357
|
-
// animation: pulseEffect 1.5s infinite; /* Pulsing animation */
|
|
1358
|
-
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
@keyframes pulseEffect {
|
|
1362
|
-
0% {
|
|
1363
|
-
box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
|
|
1364
|
-
// transform: var(--base-transform) scale(1.05);
|
|
1365
|
-
// background-color: #FFFF0B;
|
|
1366
|
-
}
|
|
1367
|
-
50% {
|
|
1368
|
-
box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);
|
|
1369
|
-
// transform: var(--base-transform) scale(1.1);
|
|
1370
|
-
// background-color: #FFFF0B;
|
|
1371
|
-
}
|
|
1372
|
-
100% {
|
|
1373
|
-
box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
|
|
1374
|
-
// transform: var(--base-transform) scale(1.05);
|
|
1375
|
-
// background-color: #FFFF0B;
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1357
|
+
style.innerHTML = `
|
|
1358
|
+
.speaking-highlight {
|
|
1359
|
+
--base-transform: ${element.style.transform};
|
|
1360
|
+
box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */
|
|
1361
|
+
// border: 3px solid green !important;
|
|
1362
|
+
// transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
|
|
1363
|
+
// transform: scale(1.05); /* Subtle scale effect to pop the element */
|
|
1364
|
+
// animation: pulseEffect 1.5s infinite; /* Pulsing animation */
|
|
1365
|
+
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
@keyframes pulseEffect {
|
|
1369
|
+
0% {
|
|
1370
|
+
box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
|
|
1371
|
+
// transform: var(--base-transform) scale(1.05);
|
|
1372
|
+
// background-color: #FFFF0B;
|
|
1373
|
+
}
|
|
1374
|
+
50% {
|
|
1375
|
+
box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);
|
|
1376
|
+
// transform: var(--base-transform) scale(1.1);
|
|
1377
|
+
// background-color: #FFFF0B;
|
|
1378
|
+
}
|
|
1379
|
+
100% {
|
|
1380
|
+
box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);
|
|
1381
|
+
// transform: var(--base-transform) scale(1.05);
|
|
1382
|
+
// background-color: #FFFF0B;
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1378
1385
|
`;
|
|
1379
1386
|
document.head.appendChild(style);
|
|
1380
1387
|
}
|
|
@@ -1439,9 +1446,18 @@ function highlightElement() {
|
|
|
1439
1446
|
}
|
|
1440
1447
|
|
|
1441
1448
|
class AudioPlayer {
|
|
1449
|
+
resolvePlaybackWait() {
|
|
1450
|
+
if (!this.endPromiseResolve) {
|
|
1451
|
+
return;
|
|
1452
|
+
}
|
|
1453
|
+
const resolve = this.endPromiseResolve;
|
|
1454
|
+
this.endPromiseResolve = null;
|
|
1455
|
+
resolve();
|
|
1456
|
+
}
|
|
1442
1457
|
constructor() {
|
|
1443
1458
|
this.currentTargetElement = null;
|
|
1444
1459
|
this.pendingReplayElement = null;
|
|
1460
|
+
this.playbackHasStarted = false;
|
|
1445
1461
|
this.highlightOverlay = null;
|
|
1446
1462
|
this.wordRects = [];
|
|
1447
1463
|
this.activeWordIndex = -1;
|
|
@@ -1499,15 +1515,12 @@ class AudioPlayer {
|
|
|
1499
1515
|
window.speechSynthesis.cancel();
|
|
1500
1516
|
}
|
|
1501
1517
|
// Resolve any pending "ended" wait so callers can continue.
|
|
1502
|
-
|
|
1503
|
-
const resolve = this.endPromiseResolve;
|
|
1504
|
-
this.endPromiseResolve = null;
|
|
1505
|
-
resolve();
|
|
1506
|
-
}
|
|
1518
|
+
this.resolvePlaybackWait();
|
|
1507
1519
|
if (!preserveReplay) {
|
|
1508
1520
|
this.pendingReplayElement = null;
|
|
1509
1521
|
}
|
|
1510
1522
|
this.currentTargetElement = null;
|
|
1523
|
+
this.playbackHasStarted = false;
|
|
1511
1524
|
this.audioElement.pause();
|
|
1512
1525
|
this.audioElement.currentTime = 0;
|
|
1513
1526
|
this.audioElement.src = '';
|
|
@@ -1545,6 +1558,7 @@ class AudioPlayer {
|
|
|
1545
1558
|
}
|
|
1546
1559
|
async play(targetElement) {
|
|
1547
1560
|
this.registerVisibilityEvents();
|
|
1561
|
+
this.playbackHasStarted = false;
|
|
1548
1562
|
if (!this.isWindowVisible()) {
|
|
1549
1563
|
this.pendingReplayElement = targetElement;
|
|
1550
1564
|
await this.stop(true);
|
|
@@ -1598,6 +1612,24 @@ class AudioPlayer {
|
|
|
1598
1612
|
if (audioUrl) {
|
|
1599
1613
|
audioUrl = convertUrlToRelative(audioUrl);
|
|
1600
1614
|
this.audioElement.src = audioUrl;
|
|
1615
|
+
this.audioElement.onplaying = () => {
|
|
1616
|
+
this.playbackHasStarted = true;
|
|
1617
|
+
};
|
|
1618
|
+
this.audioElement.onpause = () => {
|
|
1619
|
+
if (this.playbackHasStarted && !this.audioElement.ended) {
|
|
1620
|
+
this.resolvePlaybackWait();
|
|
1621
|
+
}
|
|
1622
|
+
};
|
|
1623
|
+
this.audioElement.onstalled = () => {
|
|
1624
|
+
if (this.playbackHasStarted) {
|
|
1625
|
+
this.resolvePlaybackWait();
|
|
1626
|
+
}
|
|
1627
|
+
};
|
|
1628
|
+
this.audioElement.onerror = () => {
|
|
1629
|
+
if (this.playbackHasStarted) {
|
|
1630
|
+
this.resolvePlaybackWait();
|
|
1631
|
+
}
|
|
1632
|
+
};
|
|
1601
1633
|
try {
|
|
1602
1634
|
// setDraggingDisabled(true);
|
|
1603
1635
|
const language = container.getAttribute('Lang') || 'en';
|
|
@@ -1627,10 +1659,7 @@ class AudioPlayer {
|
|
|
1627
1659
|
await new Promise(resolve => {
|
|
1628
1660
|
this.endPromiseResolve = resolve;
|
|
1629
1661
|
this.audioElement.onended = () => {
|
|
1630
|
-
|
|
1631
|
-
this.endPromiseResolve = null;
|
|
1632
|
-
}
|
|
1633
|
-
resolve();
|
|
1662
|
+
this.resolvePlaybackWait();
|
|
1634
1663
|
};
|
|
1635
1664
|
});
|
|
1636
1665
|
}
|
|
@@ -2064,11 +2093,11 @@ function enableReorderDrag(element) {
|
|
|
2064
2093
|
onDropToCategory(element, category);
|
|
2065
2094
|
}
|
|
2066
2095
|
if (divEl) {
|
|
2067
|
-
const keyframes = `
|
|
2068
|
-
@keyframes widthDecrease {
|
|
2069
|
-
0% { width: ${divEl.offsetWidth}px; height: ${divEl.offsetHeight}px; }
|
|
2070
|
-
100% { width: 0px; height: 0px;}
|
|
2071
|
-
}
|
|
2096
|
+
const keyframes = `
|
|
2097
|
+
@keyframes widthDecrease {
|
|
2098
|
+
0% { width: ${divEl.offsetWidth}px; height: ${divEl.offsetHeight}px; }
|
|
2099
|
+
100% { width: 0px; height: 0px;}
|
|
2100
|
+
}
|
|
2072
2101
|
`;
|
|
2073
2102
|
const styleSheet = document.styleSheets[0];
|
|
2074
2103
|
styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
|
|
@@ -2281,11 +2310,11 @@ function moveWithAnimation(target, overlapped) {
|
|
|
2281
2310
|
const dummy = createDummyElement(target);
|
|
2282
2311
|
dummy.style.visibility = 'hidden';
|
|
2283
2312
|
dummy.setAttribute('type', 'dummy');
|
|
2284
|
-
const keyframes = `
|
|
2285
|
-
@keyframes widthIncrease {
|
|
2286
|
-
0% { width: 0px; height: 0px; }
|
|
2287
|
-
100% { width: ${target.offsetWidth}px; height: ${target.offsetHeight}px;}
|
|
2288
|
-
}
|
|
2313
|
+
const keyframes = `
|
|
2314
|
+
@keyframes widthIncrease {
|
|
2315
|
+
0% { width: 0px; height: 0px; }
|
|
2316
|
+
100% { width: ${target.offsetWidth}px; height: ${target.offsetHeight}px;}
|
|
2317
|
+
}
|
|
2289
2318
|
`;
|
|
2290
2319
|
if (!overlapped) {
|
|
2291
2320
|
const overlapCategory = findMostoverlappedElement(target, 'category');
|
|
@@ -2352,6 +2381,12 @@ async function onDropToCategory(dragElement, categoryElement) {
|
|
|
2352
2381
|
}
|
|
2353
2382
|
|
|
2354
2383
|
const delay = (ms) => new Promise(res => setTimeout(res, ms));
|
|
2384
|
+
const syncSlideOrder = (container) => {
|
|
2385
|
+
const slideOrder = Array.from(container.querySelectorAll("[type='slide']"))
|
|
2386
|
+
.map(item => item['value']);
|
|
2387
|
+
container.setAttribute(SelectedValuesKey, JSON.stringify(slideOrder));
|
|
2388
|
+
return slideOrder;
|
|
2389
|
+
};
|
|
2355
2390
|
const slideAnimation = async () => {
|
|
2356
2391
|
const container = document.getElementById(LidoContainer);
|
|
2357
2392
|
if (!container)
|
|
@@ -2412,6 +2447,9 @@ function slidingWithScaling(element) {
|
|
|
2412
2447
|
const container = document.getElementById(LidoContainer);
|
|
2413
2448
|
if (container.getAttribute('canplay') === 'false')
|
|
2414
2449
|
return;
|
|
2450
|
+
// Slide activities can start in the correct order. Keep their initial DOM
|
|
2451
|
+
// order available to the Next/check validation before the first swap occurs.
|
|
2452
|
+
syncSlideOrder(container);
|
|
2415
2453
|
const onStart = (event) => {
|
|
2416
2454
|
removeHighlight(element);
|
|
2417
2455
|
isDragging = true;
|
|
@@ -2585,15 +2623,8 @@ function slidingWithScaling(element) {
|
|
|
2585
2623
|
element.addEventListener(LIDO_INTERACTION_CLEANUP_EVENT, cleanup);
|
|
2586
2624
|
}
|
|
2587
2625
|
const slideCompleted = (slideElement) => {
|
|
2588
|
-
var _a;
|
|
2589
2626
|
const container = document.getElementById(LidoContainer);
|
|
2590
|
-
const slideArr =
|
|
2591
|
-
const allSlideElements = document.querySelectorAll("[type='slide']");
|
|
2592
|
-
let index = 0;
|
|
2593
|
-
allSlideElements.forEach(item => {
|
|
2594
|
-
slideArr[index++] = item['value'];
|
|
2595
|
-
});
|
|
2596
|
-
container.setAttribute(SelectedValuesKey, JSON.stringify(slideArr));
|
|
2627
|
+
const slideArr = syncSlideOrder(container);
|
|
2597
2628
|
const objectiveString = document.getElementById(LidoContainer)['objective'];
|
|
2598
2629
|
const objectiveArray = objectiveString.split(',');
|
|
2599
2630
|
const elementIndex = slideArr.indexOf(slideElement['value']);
|
|
@@ -3957,6 +3988,14 @@ function addClickListenerForClickType(element) {
|
|
|
3957
3988
|
const container = document.getElementById(LidoContainer);
|
|
3958
3989
|
if (container.getAttribute('canplay') === 'false')
|
|
3959
3990
|
return;
|
|
3991
|
+
const isBubbleTypeKeyboardKey = (container === null || container === void 0 ? void 0 : container.getAttribute('template-id')) === 'bubbleType' &&
|
|
3992
|
+
element.closest('lido-keyboard') !== null;
|
|
3993
|
+
// BubbleType manages key clicks and audio in lido-keyboard.tsx directly.
|
|
3994
|
+
// Letting the generic click handler attach here creates a competing stop/play
|
|
3995
|
+
// path that can interrupt the first bubble audio.
|
|
3996
|
+
if (isBubbleTypeKeyboardKey) {
|
|
3997
|
+
return;
|
|
3998
|
+
}
|
|
3960
3999
|
element.style.cursor = 'pointer';
|
|
3961
4000
|
if (!element) {
|
|
3962
4001
|
console.error('No element provided.');
|
|
@@ -72045,27 +72084,24 @@ const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
|
|
|
72045
72084
|
/* ------------------ animation ------------------ */
|
|
72046
72085
|
const animationToRemoveEquationSolvedCellForNimbleTable = (activeCell, container) => {
|
|
72047
72086
|
return new Promise((resolve) => {
|
|
72048
|
-
|
|
72049
|
-
|
|
72050
|
-
|
|
72051
|
-
|
|
72052
|
-
|
|
72053
|
-
|
|
72054
|
-
|
|
72055
|
-
|
|
72056
|
-
}`;
|
|
72057
|
-
const styleSheet = document.styleSheets[0];
|
|
72058
|
-
styleSheet.insertRule(keyframes, styleSheet.cssRules.length);
|
|
72059
|
-
activeCell.style.animation = `widthDecrease 0s`;
|
|
72060
|
-
activeCell.addEventListener("animationend", () => {
|
|
72061
|
-
activeCell.remove();
|
|
72087
|
+
let removed = false;
|
|
72088
|
+
const removeActiveCell = () => {
|
|
72089
|
+
if (removed)
|
|
72090
|
+
return;
|
|
72091
|
+
removed = true;
|
|
72092
|
+
if (activeCell.isConnected) {
|
|
72093
|
+
activeCell.remove();
|
|
72094
|
+
}
|
|
72062
72095
|
// Trigger next container only after the last calculate cell is removed
|
|
72063
72096
|
const remainingCalculateTypes = container.querySelectorAll("[type='calculate']");
|
|
72064
72097
|
if (remainingCalculateTypes.length === 0) {
|
|
72065
72098
|
setTimeout(() => triggerNextContainer(), 2000);
|
|
72066
72099
|
}
|
|
72067
72100
|
resolve();
|
|
72068
|
-
}
|
|
72101
|
+
};
|
|
72102
|
+
// Nimble uses a zero-duration removal; remove synchronously so progression
|
|
72103
|
+
// does not depend on a browser animationend event.
|
|
72104
|
+
removeActiveCell();
|
|
72069
72105
|
});
|
|
72070
72106
|
};
|
|
72071
72107
|
/* ------------------ PRACTICE MODE ------------------ */
|
|
@@ -72879,11 +72915,11 @@ const afterDropDragHandling = (dragElement, dropElement) => {
|
|
|
72879
72915
|
}
|
|
72880
72916
|
dummyElement.setAttribute('id', dragElement.getAttribute('id'));
|
|
72881
72917
|
dragElement.replaceWith(dummyElement);
|
|
72882
|
-
const keyframes = `
|
|
72883
|
-
@keyframes widthDecrease {
|
|
72884
|
-
0% { width: ${dragElement.style.width}; height: ${dragElement.style.height}; margin: ${dragElement.style.margin}; }
|
|
72885
|
-
100% { width: 0px; height: 0px; margin: 0px;}
|
|
72886
|
-
}
|
|
72918
|
+
const keyframes = `
|
|
72919
|
+
@keyframes widthDecrease {
|
|
72920
|
+
0% { width: ${dragElement.style.width}; height: ${dragElement.style.height}; margin: ${dragElement.style.margin}; }
|
|
72921
|
+
100% { width: 0px; height: 0px; margin: 0px;}
|
|
72922
|
+
}
|
|
72887
72923
|
`;
|
|
72888
72924
|
if (!isInfinite) {
|
|
72889
72925
|
dummyElement.style.width = element.style.width;
|
|
@@ -73082,6 +73118,7 @@ const calculateScore = () => {
|
|
|
73082
73118
|
gameScore.totalRightMovesCount += rightMoves;
|
|
73083
73119
|
gameScore.totalWrongMovesCount += wrongMoves;
|
|
73084
73120
|
let finalScore = Math.floor((rightMoves / (rightMoves + wrongMoves)) * 100);
|
|
73121
|
+
console.log('[Activity Score]', { rightMoves, wrongMoves, activityScore: finalScore });
|
|
73085
73122
|
storeActivityScore(finalScore);
|
|
73086
73123
|
gameScore.rightMoves = 0;
|
|
73087
73124
|
gameScore.wrongMoves = 0;
|
|
@@ -73190,7 +73227,7 @@ const storeActivityScore = (score) => {
|
|
|
73190
73227
|
activityScore[activityScoreKey] = score;
|
|
73191
73228
|
//send Custom Event to parent
|
|
73192
73229
|
// window.dispatchEvent(new CustomEvent(ActivityEndKey, { detail: { index: index, totalIndex: totalIndex, score: score } }));
|
|
73193
|
-
const actualActivitySeconds =
|
|
73230
|
+
const actualActivitySeconds = Number((Timer.getI().getElapsed() / 1000).toFixed(1));
|
|
73194
73231
|
ACTIVYTY_TIME_SPEND_ARRAY.push(actualActivitySeconds);
|
|
73195
73232
|
console.log(`[Utils][Activity Time] Activity ${index + 1}/${totalIndex} - Time spent: ${actualActivitySeconds}s`);
|
|
73196
73233
|
const lessonTrackingParams = getLessonTrackingParams();
|
|
@@ -73202,7 +73239,7 @@ const storeActivityScore = (score) => {
|
|
|
73202
73239
|
gameScore.finalScore = Math.floor(finalScore);
|
|
73203
73240
|
console.log('Total Score : ', gameScore.finalScore);
|
|
73204
73241
|
// window.dispatchEvent(new CustomEvent(LessonEndKey, { detail: { score: finalScore } }));
|
|
73205
|
-
const timeSpendForLesson = ACTIVYTY_TIME_SPEND_ARRAY.reduce((sum, current) => sum + current, 0);
|
|
73242
|
+
const timeSpendForLesson = Number(ACTIVYTY_TIME_SPEND_ARRAY.reduce((sum, current) => sum + current, 0).toFixed(1));
|
|
73206
73243
|
console.log(`[Utils][Lesson Time] Total lesson time spent: ${timeSpendForLesson}s`);
|
|
73207
73244
|
dispatchLessonEndEvent(totalIndex, gameScore.totalRightMovesCount, gameScore.totalWrongMovesCount, finalScore, timeSpendForLesson, lessonTrackingParams);
|
|
73208
73245
|
gameScore.totalRightMovesCount = 0;
|
|
@@ -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 = "@
|
|
25
|
+
const globalStyles = "@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400 800;font-display:swap;src:url('../assets/offline-assets/fonts/Baloo-Bhai-2/Baloo-Bhai-2-Variable.woff2') format('woff2')}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-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
|