lido-player 0.0.2-alpha-50-dev → 0.0.2-alpha-52-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/dist/cjs/{index-6a69c33a.js → index-baff5c15.js} +48 -14
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/{lido-avatar_21.cjs.entry.js → lido-avatar_22.cjs.entry.js} +3043 -162
- package/dist/cjs/lido-player.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{utils-079a5e7d.js → utils-ce99b0d0.js} +294 -108
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/avatar/lido-avatar.css +4 -4
- package/dist/collection/components/avatar/lido-avatar.js +1 -1
- package/dist/collection/components/calculator/lido-calculator.css +87 -87
- package/dist/collection/components/calculator/lido-calculator.js +14 -8
- package/dist/collection/components/canvas/lido-canvas.css +35 -0
- package/dist/collection/components/canvas/lido-canvas.js +220 -0
- 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 +70 -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 +278 -278
- package/dist/collection/components/home/lido-home.js +92 -12
- 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 +69 -15
- 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 +42 -6
- 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/lido-balance.css +145 -114
- package/dist/collection/components/scale/lido-balance.js +17 -17
- package/dist/collection/components/shape/lido-shape.css +96 -96
- package/dist/collection/components/shape/lido-shape.js +5 -5
- 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/lido-trace.css +97 -97
- package/dist/collection/components/trace/lido-trace.js +2 -2
- 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 +194 -194
- package/dist/collection/css/index.css +277 -277
- package/dist/collection/stories/Templates/Fill-Up/fill-up.stories.js +60 -60
- package/dist/collection/stories/Templates/LetterPairing/LetterPairing.stories.js +123 -123
- package/dist/collection/stories/Templates/RocketGame/rocketGame.stories.js +55 -48
- package/dist/collection/stories/Templates/Tag/tagGame.stories.js +29 -29
- package/dist/collection/stories/Templates/arrangeLetters/arrangeLetters.stories.js +42 -42
- package/dist/collection/stories/Templates/balancing/balancing.stories.js +37 -31
- package/dist/collection/stories/Templates/balloonPop/balloonPop.stories.js +38 -38
- package/dist/collection/stories/Templates/blender/blender.stories.js +100 -0
- package/dist/collection/stories/Templates/bubbleType/bubbleType.stories.js +42 -42
- package/dist/collection/stories/Templates/calculator/calculator.stories.js +52 -0
- 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 +28 -22
- 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 +39 -38
- package/dist/collection/stories/Templates/fillBlank/fill-blank.stories.js +282 -282
- package/dist/collection/stories/Templates/foodJar/food-jar.stories.js +37 -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/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 +54 -54
- package/dist/collection/stories/Templates/matchingCard/matching-card.stories.js +25 -23
- 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 +32 -28
- package/dist/collection/stories/Templates/nimbleTable/nimbleTable.stories.js +56 -54
- package/dist/collection/stories/Templates/numberBoard/numberBoard.stories.js +56 -45
- package/dist/collection/stories/Templates/numberBoardTwo/numberBoardTwo.stories.js +41 -39
- package/dist/collection/stories/Templates/numberPair/numberPair.stories.js +131 -127
- package/dist/collection/stories/Templates/openwindow/openwindow.stories.js +53 -49
- package/dist/collection/stories/Templates/openwindow/openwindow2.stories.js +44 -40
- package/dist/collection/stories/Templates/order-tractor/order-tractor-ascending-order.stories.js +98 -97
- package/dist/collection/stories/Templates/order-tractor/order-tractor.stories.js +92 -91
- package/dist/collection/stories/Templates/phonic-tractor/phonic-tractor.stories.js +47 -45
- 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 +62 -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/reorder/reorder.stories.js +63 -63
- package/dist/collection/stories/Templates/rowBlocks/rowBlocks.stories.js +52 -48
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox1.stories.js +65 -61
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox2.stories.js +62 -58
- package/dist/collection/stories/Templates/shapePair/shape-pair.stories.js +111 -107
- package/dist/collection/stories/Templates/shapeTractor/shape-tractor.stories.js +46 -46
- 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/sumTogether/sumTogether.stories.js +51 -47
- package/dist/collection/stories/Templates/total/total.stories.js +27 -27
- package/dist/collection/stories/Templates/writeCard/writeCard.stories.js +35 -31
- package/dist/collection/stories/Templates/writeLetter/writeLetter.stories.js +62 -58
- package/dist/collection/stories/Templates/writeNumber/writeNumber.stories.js +44 -40
- package/dist/collection/stories/Templates/writeSet/writeSet.stories.js +36 -32
- package/dist/collection/stories/Templates/writeWord/writeWord.stories.js +37 -33
- 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 +43 -6
- package/dist/collection/utils/constants.js +1 -0
- package/dist/collection/utils/i18n.js +36 -0
- package/dist/collection/utils/utils.js +170 -36
- package/dist/collection/utils/utilsHandlers/clickHandler.js +5 -1
- package/dist/collection/utils/utilsHandlers/dragDropHandler.js +27 -15
- package/dist/collection/utils/utilsHandlers/highlightHandler.js +54 -54
- package/dist/collection/utils/utilsHandlers/lidoBalanceHandler.js +2 -2
- package/dist/collection/utils/utilsHandlers/lidoCalculatorHandler.js +9 -9
- 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.d.ts +11 -0
- package/dist/components/lido-canvas.js +6 -0
- 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-image.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 +49 -25
- 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-9be56729.js → p-00777872.js} +46 -2
- package/dist/components/{p-3f406017.js → p-06171259.js} +2 -2
- package/dist/components/{p-08d0deab.js → p-09f1e2d2.js} +15 -9
- package/dist/components/{p-e4e42677.js → p-0c2aebfb.js} +2 -2
- package/dist/components/p-0fbeb3a1.js +2700 -0
- package/dist/components/{p-cbac3cbc.js → p-11bf64aa.js} +2 -2
- package/dist/components/{p-44808985.js → p-26df0769.js} +7 -7
- package/dist/components/{p-1fbdb431.js → p-2d53e1a5.js} +2 -2
- package/dist/components/{p-afbc196f.js → p-39a2e638.js} +3 -2
- package/dist/components/{p-e36ddcc1.js → p-3ce3744c.js} +14 -11
- package/dist/components/{p-7f7e5672.js → p-3f4d4c0a.js} +2 -2
- package/dist/components/{p-d37ab4dc.js → p-52e77394.js} +2 -2
- package/dist/components/{p-bed94c37.js → p-58c67252.js} +331 -118
- package/dist/components/p-5b5f59a8.js +129 -0
- package/dist/components/{p-52844fa4.js → p-68112f8c.js} +2 -2
- package/dist/components/{p-15971ede.js → p-8a34b98b.js} +1 -1
- package/dist/components/{p-904711c8.js → p-8f2ed62f.js} +2 -2
- package/dist/components/{p-74849cdd.js → p-9d34d59d.js} +4 -4
- package/dist/components/{p-73e31a86.js → p-a2f96840.js} +8 -8
- package/dist/components/{p-90465904.js → p-a516a324.js} +2 -2
- package/dist/components/{p-322acda6.js → p-b2125fc9.js} +67 -31
- package/dist/components/{p-835b973d.js → p-c4abfd0f.js} +2 -2
- package/dist/components/{p-29bdd953.js → p-cb56a853.js} +2 -2
- package/dist/esm/{index-170e58c7.js → index-37c2ad2d.js} +48 -14
- package/dist/esm/index.js +2 -2
- package/dist/esm/{lido-avatar_21.entry.js → lido-avatar_22.entry.js} +3043 -163
- package/dist/esm/lido-player.js +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{utils-5df09162.js → utils-107b15a7.js} +294 -108
- package/dist/lido-player/index.esm.js +1 -1
- package/dist/lido-player/lido-player.esm.js +1 -1
- package/dist/lido-player/p-606ea279.entry.js +1 -0
- package/dist/lido-player/p-9a9d5339.js +2 -0
- package/dist/lido-player/{p-7556e652.js → p-d1251482.js} +2 -2
- package/dist/types/components/canvas/lido-canvas.d.ts +27 -0
- package/dist/types/components/container/lido-container.d.ts +6 -0
- package/dist/types/components/home/lido-home.d.ts +8 -0
- package/dist/types/components/mathMatrix/lido-math-matrix.d.ts +3 -1
- package/dist/types/components/root/lido-root.d.ts +5 -0
- package/dist/types/components.d.ts +71 -6
- package/dist/types/stories/Templates/RocketGame/rocketGame.stories.d.ts +1 -0
- package/dist/types/stories/Templates/blender/blender.stories.d.ts +4 -0
- package/dist/types/stories/Templates/calculator/calculator.stories.d.ts +4 -0
- package/dist/types/stories/Templates/multiplyBeeds/multiplyBeeds.stories.d.ts +1 -0
- package/dist/types/stories/Templates/openwindow/openwindow.stories.d.ts +1 -0
- package/dist/types/stories/Templates/openwindow/openwindow2.stories.d.ts +1 -0
- package/dist/types/stories/Templates/questionBoard/questionBoard.stories.d.ts +1 -0
- package/dist/types/stories/Templates/sequenceBox/sequenceBox1.stories.d.ts +1 -0
- package/dist/types/stories/Templates/sequenceBox/sequenceBox2.stories.d.ts +1 -0
- package/dist/types/stories/Templates/shapePair/shape-pair.stories.d.ts +1 -1
- package/dist/types/stories/Templates/sumTogether/sumTogether.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeCard/writeCard.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeLetter/writeLetter.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeNumber/writeNumber.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeWord/writeWord.stories.d.ts +1 -0
- package/dist/types/types/json.d.ts +4 -0
- package/dist/types/utils/audioPlayer.d.ts +2 -0
- package/dist/types/utils/constants.d.ts +1 -0
- package/dist/types/utils/i18n.d.ts +5 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/package.json +71 -69
- package/readme.md +113 -113
- package/dist/lido-player/p-137c99ce.js +0 -2
- package/dist/lido-player/p-eb956325.entry.js +0 -1
|
@@ -76,7 +76,7 @@ export class LidoFlash {
|
|
|
76
76
|
}
|
|
77
77
|
/* ---------- Render ---------- */
|
|
78
78
|
render() {
|
|
79
|
-
return (h(Host, { key: '
|
|
79
|
+
return (h(Host, { key: 'b8f000d4e9d04d9954f81dc7e05b109dc16cb223', value: this.value, "tab-index": this.tabIndex, style: this.style, "aria-label": this.ariaLabel, "aria-hidden": this.ariaHidden, audio: this.audio, onTouch: this.onTouch, onCorrect: this.onCorrect, onInCorrect: this.onInCorrect, onEntry: this.onEntry, type: this.type, onClick: this.handleFlip, "disable-speak": this.disableSpeak }, h("div", { key: 'cea63b67d1b6a925ab0520eaa7c5166288bcd71e', class: `card ${this.flipped ? 'flipped' : ''}` }, h("div", { key: '3517e09bb91ac4c6fb2c066539f2d4f51436938f', class: "card-face card-front" }, this.front != null ? this.front : h("slot", { name: "front" })), h("div", { key: '5a14a4ab70898852046f1128c99e5a285c1c37f7', class: "card-face card-back" }, this.back != null ? this.back : h("slot", { name: "back" })))));
|
|
80
80
|
}
|
|
81
81
|
static get is() { return "lido-flash-card"; }
|
|
82
82
|
static get originalStyleUrls() {
|
|
@@ -409,7 +409,7 @@ export class LidoFlash {
|
|
|
409
409
|
"optional": false,
|
|
410
410
|
"docs": {
|
|
411
411
|
"tags": [],
|
|
412
|
-
"text": "The number of child elements that should be displayed inside the row.\nThis value is dynamically adjusted based on `minLength` and `maxLength`."
|
|
412
|
+
"text": "The number of child elements that should be displayed inside the row.\r\nThis value is dynamically adjusted based on `minLength` and `maxLength`."
|
|
413
413
|
},
|
|
414
414
|
"attribute": "direction",
|
|
415
415
|
"reflect": false
|
|
@@ -477,7 +477,7 @@ export class LidoFlash {
|
|
|
477
477
|
"optional": false,
|
|
478
478
|
"docs": {
|
|
479
479
|
"tags": [],
|
|
480
|
-
"text": "Whether the card is flipped (back side visible).\n`mutable` lets the component toggle itself on click;\n`reflect` keeps the `<lido-flash-card flipped>` attribute in sync."
|
|
480
|
+
"text": "Whether the card is flipped (back side visible).\r\n`mutable` lets the component toggle itself on click;\r\n`reflect` keeps the `<lido-flash-card flipped>` attribute in sync."
|
|
481
481
|
},
|
|
482
482
|
"attribute": "flipped",
|
|
483
483
|
"reflect": true,
|
|
@@ -495,7 +495,7 @@ export class LidoFlash {
|
|
|
495
495
|
"optional": false,
|
|
496
496
|
"docs": {
|
|
497
497
|
"tags": [],
|
|
498
|
-
"text": "CSS margin value applied to each child element inside the container.\nAccepts standard CSS margin formats (e.g., '10px', '5px 10px', etc.)."
|
|
498
|
+
"text": "CSS margin value applied to each child element inside the container.\r\nAccepts standard CSS margin formats (e.g., '10px', '5px 10px', etc.)."
|
|
499
499
|
},
|
|
500
500
|
"attribute": "margin",
|
|
501
501
|
"reflect": false,
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
.lido-float {
|
|
2
|
-
position: relative;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.lido-float > * {
|
|
6
|
-
position: absolute;
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@keyframes float-up {
|
|
11
|
-
from {
|
|
12
|
-
top: var(--el-top);
|
|
13
|
-
}
|
|
14
|
-
to {
|
|
15
|
-
top: -500px;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
#removeShadow {
|
|
20
|
-
box-shadow: unset !important;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@keyframes float-lr {
|
|
24
|
-
from {
|
|
25
|
-
right: var(--el-left);
|
|
26
|
-
}
|
|
27
|
-
to {
|
|
28
|
-
right: -500px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
.lido-float {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.lido-float > * {
|
|
6
|
+
position: absolute;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@keyframes float-up {
|
|
11
|
+
from {
|
|
12
|
+
top: var(--el-top);
|
|
13
|
+
}
|
|
14
|
+
to {
|
|
15
|
+
top: -500px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
#removeShadow {
|
|
20
|
+
box-shadow: unset !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@keyframes float-lr {
|
|
24
|
+
from {
|
|
25
|
+
right: var(--el-left);
|
|
26
|
+
}
|
|
27
|
+
to {
|
|
28
|
+
right: -500px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -57,7 +57,7 @@ export class LidoFloat {
|
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
59
|
render() {
|
|
60
|
-
return (h(Host, { key: '
|
|
60
|
+
return (h(Host, { key: 'e8bc37c1220b708872748bd49c2d7fc448bdd01c', class: "lido-float", "float-direction": this.floatDirection, id: this.id, "tab-index": this.tabIndex, style: this.style, onEntry: this.onEntry }, h("slot", { key: '991afa719c6fc35f489fae30f77bad81cf2b4c3e' })));
|
|
61
61
|
}
|
|
62
62
|
static get is() { return "lido-float"; }
|
|
63
63
|
static get originalStyleUrls() {
|
|
@@ -278,7 +278,7 @@ export class LidoFloat {
|
|
|
278
278
|
"optional": false,
|
|
279
279
|
"docs": {
|
|
280
280
|
"tags": [],
|
|
281
|
-
"text": "Direction of the float element's movement (e.g., 'leftToRight', 'bottomToTop').\nThis can be used to control the animation or positioning of the float elements."
|
|
281
|
+
"text": "Direction of the float element's movement (e.g., 'leftToRight', 'bottomToTop').\r\nThis can be used to control the animation or positioning of the float elements."
|
|
282
282
|
},
|
|
283
283
|
"attribute": "float-direction",
|
|
284
284
|
"reflect": false,
|
|
@@ -1,279 +1,279 @@
|
|
|
1
|
-
.lido-snackbar {
|
|
2
|
-
visibility: visible;
|
|
3
|
-
min-width: 250px;
|
|
4
|
-
background-color: #333;
|
|
5
|
-
color: #fff;
|
|
6
|
-
text-align: center;
|
|
7
|
-
border-radius: 2px;
|
|
8
|
-
padding: 16px;
|
|
9
|
-
position: fixed;
|
|
10
|
-
z-index: 1;
|
|
11
|
-
bottom: 30px;
|
|
12
|
-
left: 50%;
|
|
13
|
-
transform: translateX(-50%);
|
|
14
|
-
font-size: 17px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.lido-dot-container {
|
|
18
|
-
display: flex;
|
|
19
|
-
justify-content: space-between;
|
|
20
|
-
align-items: center;
|
|
21
|
-
visibility: hidden;
|
|
22
|
-
position: absolute;
|
|
23
|
-
left: 50%;
|
|
24
|
-
padding: 0 5px; /* Small safe padding from viewport edges */
|
|
25
|
-
z-index: 1;
|
|
26
|
-
width: 100vw;
|
|
27
|
-
max-width: 100vw;
|
|
28
|
-
box-sizing: border-box;
|
|
29
|
-
height: 0px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.lido-dot {
|
|
33
|
-
height: 18px; /* Default dot size */
|
|
34
|
-
width: 18px; /* Default dot size */
|
|
35
|
-
margin: 0 4px; /* Default dot margin */
|
|
36
|
-
background-color: #bbb;
|
|
37
|
-
border-radius: 50%;
|
|
38
|
-
display: inline-block;
|
|
39
|
-
transition: background-color 0.3s;
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
z-index: 1;
|
|
42
|
-
}
|
|
43
|
-
.lido-btn-dot-container {
|
|
44
|
-
flex-shrink: 1;
|
|
45
|
-
flex-grow: 1;
|
|
46
|
-
display: flex;
|
|
47
|
-
justify-content: center;
|
|
48
|
-
align-items: center;
|
|
49
|
-
text-align: center;
|
|
50
|
-
z-index: 1;
|
|
51
|
-
min-width: 0;
|
|
52
|
-
height: 0px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.lido-dot.completed {
|
|
56
|
-
background-color: grey;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.lido-dot.current {
|
|
60
|
-
background-color: green;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.lido-dot:not(.completed):not(.current) {
|
|
64
|
-
background-color: #bbb;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
#lido-arrow-left,
|
|
68
|
-
#lido-arrow-right {
|
|
69
|
-
width: 88px;
|
|
70
|
-
height: 88px;
|
|
71
|
-
display: flex;
|
|
72
|
-
align-items: center;
|
|
73
|
-
justify-content: center;
|
|
74
|
-
/* margin: 0 12px; */
|
|
75
|
-
border-radius: 12px;
|
|
76
|
-
z-index: 1000;
|
|
77
|
-
box-shadow: 0px 8px 0px 0px #8b310f;
|
|
78
|
-
background-color: #f34d08;
|
|
79
|
-
cursor: pointer;
|
|
80
|
-
visibility: hidden;
|
|
81
|
-
flex-shrink: 0;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
#lido-arrow-left:active,
|
|
85
|
-
#lido-arrow-right:active {
|
|
86
|
-
transform: translateY(8px);
|
|
87
|
-
box-shadow: 0px 0px 0px 0px;
|
|
88
|
-
}
|
|
89
|
-
.navbar {
|
|
90
|
-
display: flex;
|
|
91
|
-
justify-content: center;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.lido-exit-button,
|
|
95
|
-
#main-audio {
|
|
96
|
-
width: 80px;
|
|
97
|
-
height: 80px;
|
|
98
|
-
z-index: 1000;
|
|
99
|
-
cursor: pointer;
|
|
100
|
-
background-color: white;
|
|
101
|
-
display: flex;
|
|
102
|
-
align-items: center;
|
|
103
|
-
justify-content: center;
|
|
104
|
-
border: 4px solid #f34d08;
|
|
105
|
-
border-radius: 16px;
|
|
106
|
-
box-shadow: 0px 8px #f34d08;
|
|
107
|
-
flex-shrink: 0;
|
|
108
|
-
/* margin: 0 10px; Default margin for these */
|
|
109
|
-
}
|
|
110
|
-
#main-audio:active,.popup-button:active
|
|
111
|
-
.lido-exit-button:active {
|
|
112
|
-
margin-bottom: -8px;
|
|
113
|
-
box-shadow: 0px 0px 0px 0px !important;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.lido-alert-popup {
|
|
117
|
-
position: fixed;
|
|
118
|
-
top: 0;
|
|
119
|
-
left: 0;
|
|
120
|
-
width: 100%;
|
|
121
|
-
height: 100%;
|
|
122
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
123
|
-
display: flex;
|
|
124
|
-
align-items: center;
|
|
125
|
-
justify-content: center;
|
|
126
|
-
z-index: 1000;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
/* Tablet Portrait / Large Mobile Landscape */
|
|
131
|
-
@media (max-width: 768px) {
|
|
132
|
-
#lido-arrow-left,
|
|
133
|
-
#lido-arrow-right {
|
|
134
|
-
width: 70px;
|
|
135
|
-
height: 70px;
|
|
136
|
-
margin: 0 8px;
|
|
137
|
-
}
|
|
138
|
-
.lido-exit-button,
|
|
139
|
-
#main-audio {
|
|
140
|
-
width: 65px;
|
|
141
|
-
height: 65px;
|
|
142
|
-
margin: 0 8px;
|
|
143
|
-
}
|
|
144
|
-
.lido-dot {
|
|
145
|
-
height: 16px;
|
|
146
|
-
width: 16px;
|
|
147
|
-
margin: 0 2.5px;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/* Common Mobile Portrait */
|
|
152
|
-
@media (max-width: 480px) {
|
|
153
|
-
#lido-arrow-left,
|
|
154
|
-
#lido-arrow-right {
|
|
155
|
-
width: 74px;
|
|
156
|
-
height: 74px;
|
|
157
|
-
margin: 0px 5px;
|
|
158
|
-
}
|
|
159
|
-
.lido-exit-button,
|
|
160
|
-
#main-audio {
|
|
161
|
-
width: 65px;
|
|
162
|
-
height: 65px;
|
|
163
|
-
margin: 0px 5px;
|
|
164
|
-
}
|
|
165
|
-
.lido-dot {
|
|
166
|
-
height: 15px;
|
|
167
|
-
width: 15px;
|
|
168
|
-
margin: 0 1.5px;
|
|
169
|
-
}
|
|
170
|
-
.lido-dot-container {
|
|
171
|
-
padding: 0 3px;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/* for mobile device*/
|
|
176
|
-
@media (max-width: 375px) {
|
|
177
|
-
#lido-arrow-left,
|
|
178
|
-
#lido-arrow-right {
|
|
179
|
-
width: 70px;
|
|
180
|
-
height: 70px;
|
|
181
|
-
margin: 0px 3px;
|
|
182
|
-
}
|
|
183
|
-
.lido-exit-button,
|
|
184
|
-
#main-audio {
|
|
185
|
-
width: 70px;
|
|
186
|
-
height: 70px;
|
|
187
|
-
margin: 0px 3px;
|
|
188
|
-
}
|
|
189
|
-
.lido-dot {
|
|
190
|
-
height: 14px;
|
|
191
|
-
width: 14px;
|
|
192
|
-
margin: 0 1px;
|
|
193
|
-
}
|
|
194
|
-
.lido-dot-container {
|
|
195
|
-
padding: 0 2px;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
/* Smallest Mobile Portrait */
|
|
200
|
-
@media (max-width: 320px) {
|
|
201
|
-
#lido-arrow-left,
|
|
202
|
-
#lido-arrow-right,
|
|
203
|
-
.lido-exit-button,
|
|
204
|
-
#main-audio {
|
|
205
|
-
width: 70px;
|
|
206
|
-
height: 70px;
|
|
207
|
-
margin: 0px 2px;
|
|
208
|
-
}
|
|
209
|
-
.lido-dot {
|
|
210
|
-
height: 12px;
|
|
211
|
-
width: 12px;
|
|
212
|
-
margin: 0 0.5px;
|
|
213
|
-
}
|
|
214
|
-
.lido-dot-container {
|
|
215
|
-
padding: 0 2px;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/* Landscape orientation */
|
|
220
|
-
@media (max-width: 900px) and (orientation: landscape) {
|
|
221
|
-
#lido-arrow-left,
|
|
222
|
-
#lido-arrow-right {
|
|
223
|
-
width: 70px;
|
|
224
|
-
height: 70px;
|
|
225
|
-
margin: 0px 5px;
|
|
226
|
-
}
|
|
227
|
-
.lido-exit-button,
|
|
228
|
-
#main-audio {
|
|
229
|
-
width: 70px;
|
|
230
|
-
height: 70px;
|
|
231
|
-
margin: 0px 5px;
|
|
232
|
-
}
|
|
233
|
-
.lido-dot {
|
|
234
|
-
height: 14px;
|
|
235
|
-
width: 14px;
|
|
236
|
-
margin: 0 1px;
|
|
237
|
-
}
|
|
238
|
-
.lido-dot-container {
|
|
239
|
-
padding: 0 5px;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
.popup-exit-text{
|
|
245
|
-
white-space: nowrap;
|
|
246
|
-
font-size: 22px;
|
|
247
|
-
font-weight: 600;
|
|
248
|
-
margin-top: -8%;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.lido-alert-parent{
|
|
252
|
-
z-index: 10000 !important;
|
|
253
|
-
position: absolute;
|
|
254
|
-
top: 0;
|
|
255
|
-
left: 0;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.popup-button{
|
|
259
|
-
width: 80px;
|
|
260
|
-
height: 80px;
|
|
261
|
-
z-index: 1000;
|
|
262
|
-
cursor: pointer;
|
|
263
|
-
/* background-color: white !important; */
|
|
264
|
-
display: flex;
|
|
265
|
-
align-items: center;
|
|
266
|
-
justify-content: center;
|
|
267
|
-
border: 4px solid #F34D08;
|
|
268
|
-
border-radius: 16px;
|
|
269
|
-
box-shadow: 0 8px 0 #F34D08;
|
|
270
|
-
}
|
|
271
|
-
.nav-for-lanai{
|
|
272
|
-
position: absolute;
|
|
273
|
-
top: 0%;
|
|
274
|
-
left: 0%;
|
|
275
|
-
max-width: none;
|
|
276
|
-
width: 100%;
|
|
277
|
-
height: auto;
|
|
278
|
-
visibility: visible;
|
|
1
|
+
.lido-snackbar {
|
|
2
|
+
visibility: visible;
|
|
3
|
+
min-width: 250px;
|
|
4
|
+
background-color: #333;
|
|
5
|
+
color: #fff;
|
|
6
|
+
text-align: center;
|
|
7
|
+
border-radius: 2px;
|
|
8
|
+
padding: 16px;
|
|
9
|
+
position: fixed;
|
|
10
|
+
z-index: 1;
|
|
11
|
+
bottom: 30px;
|
|
12
|
+
left: 50%;
|
|
13
|
+
transform: translateX(-50%);
|
|
14
|
+
font-size: 17px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.lido-dot-container {
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: space-between;
|
|
20
|
+
align-items: center;
|
|
21
|
+
visibility: hidden;
|
|
22
|
+
position: absolute;
|
|
23
|
+
left: 50%;
|
|
24
|
+
padding: 0 5px; /* Small safe padding from viewport edges */
|
|
25
|
+
z-index: 1;
|
|
26
|
+
width: 100vw;
|
|
27
|
+
max-width: 100vw;
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
height: 0px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.lido-dot {
|
|
33
|
+
height: 18px; /* Default dot size */
|
|
34
|
+
width: 18px; /* Default dot size */
|
|
35
|
+
margin: 0 4px; /* Default dot margin */
|
|
36
|
+
background-color: #bbb;
|
|
37
|
+
border-radius: 50%;
|
|
38
|
+
display: inline-block;
|
|
39
|
+
transition: background-color 0.3s;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
z-index: 1;
|
|
42
|
+
}
|
|
43
|
+
.lido-btn-dot-container {
|
|
44
|
+
flex-shrink: 1;
|
|
45
|
+
flex-grow: 1;
|
|
46
|
+
display: flex;
|
|
47
|
+
justify-content: center;
|
|
48
|
+
align-items: center;
|
|
49
|
+
text-align: center;
|
|
50
|
+
z-index: 1;
|
|
51
|
+
min-width: 0;
|
|
52
|
+
height: 0px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.lido-dot.completed {
|
|
56
|
+
background-color: grey;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.lido-dot.current {
|
|
60
|
+
background-color: green;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.lido-dot:not(.completed):not(.current) {
|
|
64
|
+
background-color: #bbb;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
#lido-arrow-left,
|
|
68
|
+
#lido-arrow-right {
|
|
69
|
+
width: 88px;
|
|
70
|
+
height: 88px;
|
|
71
|
+
display: flex;
|
|
72
|
+
align-items: center;
|
|
73
|
+
justify-content: center;
|
|
74
|
+
/* margin: 0 12px; */
|
|
75
|
+
border-radius: 12px;
|
|
76
|
+
z-index: 1000;
|
|
77
|
+
box-shadow: 0px 8px 0px 0px #8b310f;
|
|
78
|
+
background-color: #f34d08;
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
visibility: hidden;
|
|
81
|
+
flex-shrink: 0;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
#lido-arrow-left:active,
|
|
85
|
+
#lido-arrow-right:active {
|
|
86
|
+
transform: translateY(8px);
|
|
87
|
+
box-shadow: 0px 0px 0px 0px;
|
|
88
|
+
}
|
|
89
|
+
.navbar {
|
|
90
|
+
display: flex;
|
|
91
|
+
justify-content: center;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.lido-exit-button,
|
|
95
|
+
#main-audio {
|
|
96
|
+
width: 80px;
|
|
97
|
+
height: 80px;
|
|
98
|
+
z-index: 1000;
|
|
99
|
+
cursor: pointer;
|
|
100
|
+
background-color: white;
|
|
101
|
+
display: flex;
|
|
102
|
+
align-items: center;
|
|
103
|
+
justify-content: center;
|
|
104
|
+
border: 4px solid #f34d08;
|
|
105
|
+
border-radius: 16px;
|
|
106
|
+
box-shadow: 0px 8px #f34d08;
|
|
107
|
+
flex-shrink: 0;
|
|
108
|
+
/* margin: 0 10px; Default margin for these */
|
|
109
|
+
}
|
|
110
|
+
#main-audio:active,.popup-button:active
|
|
111
|
+
.lido-exit-button:active {
|
|
112
|
+
margin-bottom: -8px;
|
|
113
|
+
box-shadow: 0px 0px 0px 0px !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.lido-alert-popup {
|
|
117
|
+
position: fixed;
|
|
118
|
+
top: 0;
|
|
119
|
+
left: 0;
|
|
120
|
+
width: 100%;
|
|
121
|
+
height: 100%;
|
|
122
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
123
|
+
display: flex;
|
|
124
|
+
align-items: center;
|
|
125
|
+
justify-content: center;
|
|
126
|
+
z-index: 1000;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
/* Tablet Portrait / Large Mobile Landscape */
|
|
131
|
+
@media (max-width: 768px) {
|
|
132
|
+
#lido-arrow-left,
|
|
133
|
+
#lido-arrow-right {
|
|
134
|
+
width: 70px;
|
|
135
|
+
height: 70px;
|
|
136
|
+
margin: 0 8px;
|
|
137
|
+
}
|
|
138
|
+
.lido-exit-button,
|
|
139
|
+
#main-audio {
|
|
140
|
+
width: 65px;
|
|
141
|
+
height: 65px;
|
|
142
|
+
margin: 0 8px;
|
|
143
|
+
}
|
|
144
|
+
.lido-dot {
|
|
145
|
+
height: 16px;
|
|
146
|
+
width: 16px;
|
|
147
|
+
margin: 0 2.5px;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Common Mobile Portrait */
|
|
152
|
+
@media (max-width: 480px) {
|
|
153
|
+
#lido-arrow-left,
|
|
154
|
+
#lido-arrow-right {
|
|
155
|
+
width: 74px;
|
|
156
|
+
height: 74px;
|
|
157
|
+
margin: 0px 5px;
|
|
158
|
+
}
|
|
159
|
+
.lido-exit-button,
|
|
160
|
+
#main-audio {
|
|
161
|
+
width: 65px;
|
|
162
|
+
height: 65px;
|
|
163
|
+
margin: 0px 5px;
|
|
164
|
+
}
|
|
165
|
+
.lido-dot {
|
|
166
|
+
height: 15px;
|
|
167
|
+
width: 15px;
|
|
168
|
+
margin: 0 1.5px;
|
|
169
|
+
}
|
|
170
|
+
.lido-dot-container {
|
|
171
|
+
padding: 0 3px;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/* for mobile device*/
|
|
176
|
+
@media (max-width: 375px) {
|
|
177
|
+
#lido-arrow-left,
|
|
178
|
+
#lido-arrow-right {
|
|
179
|
+
width: 70px;
|
|
180
|
+
height: 70px;
|
|
181
|
+
margin: 0px 3px;
|
|
182
|
+
}
|
|
183
|
+
.lido-exit-button,
|
|
184
|
+
#main-audio {
|
|
185
|
+
width: 70px;
|
|
186
|
+
height: 70px;
|
|
187
|
+
margin: 0px 3px;
|
|
188
|
+
}
|
|
189
|
+
.lido-dot {
|
|
190
|
+
height: 14px;
|
|
191
|
+
width: 14px;
|
|
192
|
+
margin: 0 1px;
|
|
193
|
+
}
|
|
194
|
+
.lido-dot-container {
|
|
195
|
+
padding: 0 2px;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
/* Smallest Mobile Portrait */
|
|
200
|
+
@media (max-width: 320px) {
|
|
201
|
+
#lido-arrow-left,
|
|
202
|
+
#lido-arrow-right,
|
|
203
|
+
.lido-exit-button,
|
|
204
|
+
#main-audio {
|
|
205
|
+
width: 70px;
|
|
206
|
+
height: 70px;
|
|
207
|
+
margin: 0px 2px;
|
|
208
|
+
}
|
|
209
|
+
.lido-dot {
|
|
210
|
+
height: 12px;
|
|
211
|
+
width: 12px;
|
|
212
|
+
margin: 0 0.5px;
|
|
213
|
+
}
|
|
214
|
+
.lido-dot-container {
|
|
215
|
+
padding: 0 2px;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/* Landscape orientation */
|
|
220
|
+
@media (max-width: 900px) and (orientation: landscape) {
|
|
221
|
+
#lido-arrow-left,
|
|
222
|
+
#lido-arrow-right {
|
|
223
|
+
width: 70px;
|
|
224
|
+
height: 70px;
|
|
225
|
+
margin: 0px 5px;
|
|
226
|
+
}
|
|
227
|
+
.lido-exit-button,
|
|
228
|
+
#main-audio {
|
|
229
|
+
width: 70px;
|
|
230
|
+
height: 70px;
|
|
231
|
+
margin: 0px 5px;
|
|
232
|
+
}
|
|
233
|
+
.lido-dot {
|
|
234
|
+
height: 14px;
|
|
235
|
+
width: 14px;
|
|
236
|
+
margin: 0 1px;
|
|
237
|
+
}
|
|
238
|
+
.lido-dot-container {
|
|
239
|
+
padding: 0 5px;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
.popup-exit-text{
|
|
245
|
+
white-space: nowrap;
|
|
246
|
+
font-size: 22px;
|
|
247
|
+
font-weight: 600;
|
|
248
|
+
margin-top: -8%;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.lido-alert-parent{
|
|
252
|
+
z-index: 10000 !important;
|
|
253
|
+
position: absolute;
|
|
254
|
+
top: 0;
|
|
255
|
+
left: 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.popup-button{
|
|
259
|
+
width: 80px;
|
|
260
|
+
height: 80px;
|
|
261
|
+
z-index: 1000;
|
|
262
|
+
cursor: pointer;
|
|
263
|
+
/* background-color: white !important; */
|
|
264
|
+
display: flex;
|
|
265
|
+
align-items: center;
|
|
266
|
+
justify-content: center;
|
|
267
|
+
border: 4px solid #F34D08;
|
|
268
|
+
border-radius: 16px;
|
|
269
|
+
box-shadow: 0 8px 0 #F34D08;
|
|
270
|
+
}
|
|
271
|
+
.nav-for-lanai{
|
|
272
|
+
position: absolute;
|
|
273
|
+
top: 0%;
|
|
274
|
+
left: 0%;
|
|
275
|
+
max-width: none;
|
|
276
|
+
width: 100%;
|
|
277
|
+
height: auto;
|
|
278
|
+
visibility: visible;
|
|
279
279
|
}
|