@robotical/martyblocksjr 4.1.1 → 4.2.0
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/.firebase/hosting.ZWRpdGlvbnMvZnJlZS9zcmM.cache +599 -534
- package/editions/free/src/app.bundle.js +1 -1
- package/editions/free/src/assets/blockicons/microbitbuttona.svg +33 -0
- package/editions/free/src/assets/blockicons/microbitbuttonab.svg +33 -0
- package/editions/free/src/assets/blockicons/microbitbuttonb.svg +33 -0
- package/editions/free/src/assets/blockicons/microbitdisplayclear.svg +29 -0
- package/editions/free/src/assets/blockicons/microbitdisplayhappy.svg +36 -0
- package/editions/free/src/assets/blockicons/microbitdisplayheart.svg +42 -0
- package/editions/free/src/assets/blockicons/microbitdisplaytext.svg +29 -0
- package/editions/free/src/assets/blockicons/microbitgesturejumped.svg +40 -0
- package/editions/free/src/assets/blockicons/microbitgesturemoved.svg +41 -0
- package/editions/free/src/assets/blockicons/microbitgestureshaken.svg +45 -0
- package/editions/free/src/assets/blockicons/microbittiltany.svg +45 -0
- package/editions/free/src/assets/blockicons/microbittiltbackward.svg +39 -0
- package/editions/free/src/assets/blockicons/microbittiltforward.svg +39 -0
- package/editions/free/src/assets/blockicons/microbittiltleft.svg +39 -0
- package/editions/free/src/assets/blockicons/microbittiltright.svg +39 -0
- package/editions/free/src/assets/categories/MicroBitLooksOff.svg +17 -0
- package/editions/free/src/assets/categories/MicroBitLooksOn.svg +17 -0
- package/editions/free/src/assets/categories/MicroBitStartOff.svg +17 -0
- package/editions/free/src/assets/categories/MicroBitStartOn.svg +17 -0
- package/editions/free/src/css/editor.css +243 -1
- package/editions/free/src/css/editorleftpanel.css +70 -9
- package/editions/free/src/localizations/bg.json +9 -1
- package/editions/free/src/localizations/ca.json +9 -1
- package/editions/free/src/localizations/cs.json +9 -1
- package/editions/free/src/localizations/cy.json +9 -1
- package/editions/free/src/localizations/da.json +9 -1
- package/editions/free/src/localizations/de.json +9 -1
- package/editions/free/src/localizations/el.json +9 -1
- package/editions/free/src/localizations/en.json +9 -1
- package/editions/free/src/localizations/es.json +9 -1
- package/editions/free/src/localizations/fi.json +9 -1
- package/editions/free/src/localizations/fr.json +9 -1
- package/editions/free/src/localizations/it.json +9 -1
- package/editions/free/src/localizations/ja.json +9 -1
- package/editions/free/src/localizations/ko.json +9 -1
- package/editions/free/src/localizations/nl.json +9 -1
- package/editions/free/src/localizations/no.json +9 -1
- package/editions/free/src/localizations/pl.json +9 -1
- package/editions/free/src/localizations/pt-br.json +9 -1
- package/editions/free/src/localizations/pt.json +9 -1
- package/editions/free/src/localizations/sv.json +9 -1
- package/editions/free/src/localizations/th.json +9 -1
- package/editions/free/src/localizations/tr.json +9 -1
- package/editions/free/src/localizations/uk.json +9 -1
- package/editions/free/src/localizations/zh-cn.json +9 -1
- package/editions/free/src/localizations/zh-tw.json +9 -1
- package/editions/free/src/media.json +12 -0
- package/editions/free/src/pnglibrary/BeeSprite1.png +0 -0
- package/editions/free/src/svglibrary/BeeSprite1.svg +4 -0
- package/editions/free/src/svglibrary/BeeSprite2.svg +4 -0
- package/editions/free/src/svglibrary/BeeSprite3.svg +4 -0
- package/package.json +1 -1
- package/tests/e2e/chromium-79-smoke.test.js +226 -0
- package/tests/e2e/marty-connection-ui.e2e.test.js +56 -0
- package/tests/e2e/microbit-blocks.test.js +162 -0
- package/tests/e2e/microbit-extension-project-reload.e2e.test.js +304 -0
- package/tests/e2e/microbit-web-bluetooth.test.js +131 -0
- package/tests/e2e/page-background-loading.test.js +152 -0
- package/tests/e2e/project-load-progress-loop.e2e.test.js +305 -0
- package/vitest.config.js +2 -3
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="76" height="66" viewBox="0 0 85 66">
|
|
2
|
+
<g transform="translate(42.5 33) rotate(10) translate(-42.5 -33)">
|
|
3
|
+
<rect x="27" y="18" width="31" height="27" rx="3" fill="#231f20" opacity="0.16"/>
|
|
4
|
+
<rect x="26" y="17" width="31" height="27" rx="3" fill="#414757"/>
|
|
5
|
+
<path d="M26 25v-5c0-1.65 1.35-3 3-3h5z" fill="#4c97ff"/>
|
|
6
|
+
<path d="M49 17h5c1.65 0 3 1.35 3 3v5z" fill="#4c97ff"/>
|
|
7
|
+
<path d="M26 37l6 7h-3c-1.65 0-3-1.35-3-3z" fill="#4c97ff"/>
|
|
8
|
+
<path d="M57 37v4c0 1.65-1.35 3-3 3h-3z" fill="#4c97ff"/>
|
|
9
|
+
<rect x="30.5" y="27" width="5" height="5" rx="0.8" fill="#e6e7e8" stroke="#7c87a5" stroke-width="0.75"/>
|
|
10
|
+
<rect x="49.5" y="27" width="5" height="5" rx="0.8" fill="#e6e7e8" stroke="#7c87a5" stroke-width="0.75"/>
|
|
11
|
+
<circle cx="33" cy="29.5" r="1.05" fill="#414757"/>
|
|
12
|
+
<circle cx="52" cy="29.5" r="1.05" fill="#414757"/>
|
|
13
|
+
<g fill="#e6e7e8">
|
|
14
|
+
<rect x="38" y="25" width="1.8" height="1.8" rx="0.25"/>
|
|
15
|
+
<rect x="42" y="25" width="1.8" height="1.8" rx="0.25"/>
|
|
16
|
+
<rect x="46" y="25" width="1.8" height="1.8" rx="0.25"/>
|
|
17
|
+
<rect x="38" y="29" width="1.8" height="1.8" rx="0.25"/>
|
|
18
|
+
<rect x="42" y="29" width="1.8" height="1.8" rx="0.25"/>
|
|
19
|
+
<rect x="46" y="29" width="1.8" height="1.8" rx="0.25"/>
|
|
20
|
+
<rect x="38" y="33" width="1.8" height="1.8" rx="0.25"/>
|
|
21
|
+
<rect x="42" y="33" width="1.8" height="1.8" rx="0.25"/>
|
|
22
|
+
<rect x="46" y="33" width="1.8" height="1.8" rx="0.25"/>
|
|
23
|
+
</g>
|
|
24
|
+
<g fill="#ffbf00">
|
|
25
|
+
<rect x="28" y="41" width="2.5" height="4.5"/>
|
|
26
|
+
<rect x="32" y="41" width="2.5" height="4.5"/>
|
|
27
|
+
<rect x="36" y="41" width="2.5" height="4.5"/>
|
|
28
|
+
<rect x="40" y="41" width="2.5" height="4.5"/>
|
|
29
|
+
<rect x="44" y="41" width="2.5" height="4.5"/>
|
|
30
|
+
<rect x="48" y="41" width="2.5" height="4.5"/>
|
|
31
|
+
<rect x="52" y="41" width="2.5" height="4.5"/>
|
|
32
|
+
</g>
|
|
33
|
+
<path d="M39 21h7" stroke="#4c97ff" stroke-width="1.8" stroke-linecap="round"/>
|
|
34
|
+
<circle cx="40.2" cy="21" r="0.8" fill="#e6e7e8"/>
|
|
35
|
+
<circle cx="44.8" cy="21" r="0.8" fill="#e6e7e8"/>
|
|
36
|
+
</g>
|
|
37
|
+
<path d="M66.5 27L72.5 33L66.5 39" fill="none" stroke="#898345" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
|
38
|
+
<path d="M66.5 27L72.5 33L66.5 39" fill="none" stroke="#34332b" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="17.99mm" height="20.11mm" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 51 57"><defs><linearGradient id="linear-gradient" x1="25.4" y1="1146.28" x2="25.4" y2="1101.28" gradientTransform="translate(0 -1091.28)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#000" stop-opacity=".5"/><stop offset=".09" stop-color="#000" stop-opacity=".46"/><stop offset="1" stop-color="#000" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-2" y1="1147.87" y2="1103.3" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-3" x1="25.56" y1="1646.85" x2="25.56" y2="1679.15" gradientTransform="translate(0 -1645.28)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity=".5"/><stop offset=".5" stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><g id="Layer_2"><path d="M47.9,47.5c0,4.12-3.38,7.5-7.5,7.5H10.4c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:url(#linear-gradient); isolation:isolate; opacity:.5;"/><path d="M47.9,46.5c0,4.12-3.38,7.5-7.5,7.5H10.4c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:#c9bf8b;"/><path d="M47.9,48.5c0,4.12-3.38,7.5-7.5,7.5H10.4c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:url(#linear-gradient-2); isolation:isolate; opacity:.5;"/><path d="M48.01,46.5c0,4.12-3.38,7.5-7.5,7.5H10.51c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:#a86aad;"/><path d="M10.51,53.5c-3.86,0-7-3.14-7-7v-30c0-3.86,3.14-7,7-7h30c3.86,0,7,3.14,7,7v30c0,3.86-3.14,7-7,7H10.51Z" style="fill:#a86aad;"/><path d="M48.01,36.5c0,4.12-3.38,7.5-7.5,7.5H10.51c-4.12,0-7.5-3.38-7.5-7.5V8.5c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v28Z" style="fill:#a86aad;"/><path d="M40.51,1.5H10.51c-3.86,0-7,3.14-7,7v30c0,3.86,3.14,7,7,7h30c3.86,0,7-3.14,7-7V8.5c0-3.86-3.14-7-7-7ZM47.01,38.5c0,3.58-2.92,6.5-6.5,6.5H10.51c-3.59,0-6.5-2.91-6.5-6.5V8.5c0-3.58,2.92-6.5,6.5-6.5h30c3.58,0,6.5,2.92,6.5,6.5v30Z" style="fill:#c5b4d8;"/><path d="M40.51,1.5H10.51c-3.86,0-7,3.14-7,7v30c0,3.86,3.14,7,7,7h30c3.86,0,7-3.14,7-7V8.5c0-3.86-3.14-7-7-7ZM47.01,38.5c0,3.58-2.92,6.5-6.5,6.5H10.51c-3.59,0-6.5-2.91-6.5-6.5V8.5c0-3.58,2.92-6.5,6.5-6.5h30c3.58,0,6.5,2.92,6.5,6.5v30Z" style="fill:#fff; isolation:isolate; opacity:.3;"/><path d="M40.51,2H10.51c-3.59,0-6.5,2.91-6.5,6.5v30c0,3.58,2.92,6.5,6.5,6.5h30c3.58,0,6.5-2.92,6.5-6.5V8.5c0-3.58-2.92-6.5-6.5-6.5Z" style="fill:#f7ec9f;"/><path d="M40.51,2H10.51c-3.59,0-6.5,2.91-6.5,6.5v30c0,3.58,2.92,6.5,6.5,6.5h30c3.58,0,6.5-2.92,6.5-6.5V8.5c0-3.58-2.92-6.5-6.5-6.5Z" style="fill:#cd7cd1;"/><path d="M4.06,38.5c0,3.58,2.92,6.5,6.5,6.5h30c3.58,0,6.5-2.92,6.5-6.5V8.5c0-3.58-2.92-6.5-6.5-6.5H10.56c-3.59,0-6.5,2.91-6.5,6.5v30Z" style="fill:url(#linear-gradient-3);"/></g><g id="Layer_1"><path d="M36.25,18.54l-1.41-3.82-3.82-1.41,3.82-1.41,1.41-3.82,1.41,3.82,3.82,1.41-3.82,1.41-1.41,3.82ZM33.01,13.31l2.37.88.88,2.37.88-2.37,2.37-.88-2.37-.88-.88-2.37-.88,2.37-2.37.88Z" style="fill:#a86aad;"/><rect x="39.97" y="8.37" width="1.74" height=".69" transform="translate(5.8 31.43) rotate(-45)" style="fill:#a86aad;"/><path d="M40.22,10.14c-.22,0-.42-.08-.57-.24-.15-.15-.24-.35-.24-.57s.08-.42.24-.57l1.23-1.23c.31-.31.83-.31,1.14,0,.15.15.24.35.24.57s-.08.42-.24.57l-1.23,1.23c-.15.15-.35.24-.57.24ZM41.45,7.99s-.06.01-.08.03l-1.23,1.23s-.03.06-.03.08,0,.05.03.08c.06.06.1.06.16,0l1.23-1.23s.03-.06.03-.08,0-.05-.03-.08c-.02-.02-.05-.03-.08-.03Z" style="fill:#a86aad;"/><rect x="30.79" y="17.55" width="1.74" height=".69" transform="translate(-3.38 27.63) rotate(-45)" style="fill:#a86aad;"/><path d="M31.04,19.32c-.22,0-.42-.08-.57-.24-.31-.31-.31-.82,0-1.14l1.23-1.23c.31-.31.83-.31,1.14,0s.31.82,0,1.14l-1.23,1.23c-.15.15-.35.24-.57.24ZM32.27,17.17s-.06.01-.08.03l-1.23,1.23s-.04.12,0,.16c.06.06.1.06.16,0l1.23-1.23s.04-.12,0-.16c-.02-.02-.05-.03-.08-.03Z" style="fill:#a86aad;"/><rect x="31.31" y="7.85" width=".69" height="1.74" transform="translate(3.11 24.94) rotate(-45)" style="fill:#a86aad;"/><path d="M32.27,10.14c-.22,0-.42-.08-.57-.24l-1.23-1.23c-.31-.31-.31-.82,0-1.14.31-.31.83-.31,1.14,0l1.23,1.23c.31.31.31.82,0,1.14-.15.15-.35.24-.57.24ZM31.04,7.99s-.06.01-.08.03c-.04.04-.04.12,0,.16l1.23,1.23c.06.06.1.06.16,0,.04-.04.04-.12,0-.16l-1.23-1.23s-.05-.03-.08-.03Z" style="fill:#a86aad;"/><rect x="40.49" y="17.03" width=".69" height="1.74" transform="translate(-.69 34.13) rotate(-45.01)" style="fill:#a86aad;"/><path d="M41.45,19.32c-.22,0-.42-.08-.57-.24l-1.23-1.23c-.15-.15-.24-.35-.24-.57s.08-.42.24-.57c.31-.31.83-.31,1.14,0l1.23,1.23c.31.31.31.82,0,1.14-.15.15-.35.24-.57.24ZM40.22,17.17s-.06.01-.08.03c-.04.04-.04.12,0,.16l1.23,1.23c.06.06.1.06.16,0,.04-.04.04-.12,0-.16l-1.23-1.23s-.05-.03-.08-.03Z" style="fill:#a86aad;"/><polygon points="36.25 9.07 37.39 12.16 40.49 13.31 37.39 14.45 36.25 17.54 35.1 14.45 32.01 13.31 35.1 12.16 36.25 9.07" style="fill:#34332b;"/><rect x="42.77" y="12.96" width="1.74" height=".69" style="fill:#a86aad;"/><path d="M44.51,14.11h-1.74c-.44,0-.81-.36-.81-.81s.36-.81.81-.81h1.74c.44,0,.81.36.81.81s-.36.81-.81.81ZM42.77,13.19c-.06,0-.12.05-.12.12s.05.12.12.12h1.74c.06,0,.12-.05.12-.12s-.05-.12-.12-.12h-1.74Z" style="fill:#a86aad;"/><rect x="27.99" y="12.96" width="1.74" height=".69" style="fill:#a86aad;"/><path d="M29.73,14.11h-1.74c-.44,0-.81-.36-.81-.81s.36-.81.81-.81h1.74c.44,0,.81.36.81.81s-.36.81-.81.81ZM27.99,13.19c-.06,0-.12.05-.12.12s.05.12.12.12h1.74c.06,0,.12-.05.12-.12s-.05-.12-.12-.12h-1.74Z" style="fill:#a86aad;"/><line x1="42.77" y1="13.31" x2="44.51" y2="13.31" style="fill:#34332b;"/><path d="M44.51,13.77h-1.74c-.25,0-.46-.21-.46-.46s.21-.46.46-.46h1.74c.25,0,.46.21.46.46s-.21.46-.46.46Z" style="fill:#34332b;"/><line x1="27.99" y1="13.31" x2="29.73" y2="13.31" style="fill:#34332b;"/><path d="M29.73,13.77h-1.74c-.25,0-.46-.21-.46-.46s.21-.46.46-.46h1.74c.25,0,.46.21.46.46s-.21.46-.46.46Z" style="fill:#34332b;"/><rect x="35.9" y="19.82" width=".69" height="1.74" style="fill:#a86aad;"/><path d="M35.44,21.57v-1.74c0-.44.36-.81.81-.81s.81.36.81.81v1.74c0,.44-.36.81-.81.81s-.81-.36-.81-.81ZM36.36,19.82c0-.06-.05-.12-.12-.12s-.12.05-.12.12v1.74c0,.06.05.12.12.12s.12-.05.12-.12v-1.74Z" style="fill:#a86aad;"/><rect x="35.9" y="5.05" width=".69" height="1.74" style="fill:#a86aad;"/><path d="M35.44,6.79v-1.74c0-.44.36-.81.81-.81s.81.36.81.81v1.74c0,.44-.36.81-.81.81s-.81-.36-.81-.81ZM36.36,5.05c0-.06-.05-.12-.12-.12s-.12.05-.12.12v1.74c0,.06.05.12.12.12s.12-.05.12-.12v-1.74Z" style="fill:#a86aad;"/><line x1="36.25" y1="19.82" x2="36.25" y2="21.57" style="fill:#34332b;"/><path d="M35.79,21.57v-1.74c0-.25.21-.46.46-.46s.46.21.46.46v1.74c0,.25-.21.46-.46.46s-.46-.21-.46-.46Z" style="fill:#34332b;"/><line x1="36.25" y1="5.05" x2="36.25" y2="6.79" style="fill:#34332b;"/><path d="M35.79,6.79v-1.74c0-.25.21-.46.46-.46s.46.21.46.46v1.74c0,.25-.21.46-.46.46s-.46-.21-.46-.46Z" style="fill:#34332b;"/><line x1="40.22" y1="9.33" x2="41.45" y2="8.1" style="fill:#34332b;"/><path d="M40.22,9.79c-.12,0-.24-.04-.33-.13-.18-.18-.18-.47,0-.65l1.23-1.23c.18-.18.47-.18.65,0s.18.47,0,.65l-1.23,1.23c-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/><line x1="31.04" y1="18.51" x2="32.27" y2="17.28" style="fill:#34332b;"/><path d="M31.04,18.97c-.12,0-.24-.04-.33-.13-.18-.18-.18-.47,0-.65l1.23-1.23c.18-.18.47-.18.65,0s.18.47,0,.65l-1.23,1.23c-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/><line x1="32.27" y1="9.33" x2="31.04" y2="8.1" style="fill:#34332b;"/><path d="M32.27,9.79c-.12,0-.24-.04-.33-.13l-1.23-1.23c-.18-.18-.18-.47,0-.65s.47-.18.65,0l1.23,1.23c.18.18.18.47,0,.65-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/><line x1="41.45" y1="18.51" x2="40.22" y2="17.28" style="fill:#34332b;"/><path d="M41.45,18.97c-.12,0-.24-.04-.33-.13l-1.23-1.23c-.18-.18-.18-.47,0-.65s.47-.18.65,0l1.23,1.23c.18.18.18.47,0,.65-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/> <g transform="translate(7.2 20) scale(.82) translate(-26 -17)">
|
|
2
|
+
<rect x="27" y="18" width="31" height="27" rx="3" fill="#231f20" opacity=".16"/>
|
|
3
|
+
<rect x="26" y="17" width="31" height="27" rx="3" fill="#414757"/>
|
|
4
|
+
<path d="M26 25v-5c0-1.65 1.35-3 3-3h5z" fill="#4c97ff"/>
|
|
5
|
+
<path d="M49 17h5c1.65 0 3 1.35 3 3v5z" fill="#4c97ff"/>
|
|
6
|
+
<path d="M26 37l6 7h-3c-1.65 0-3-1.35-3-3z" fill="#4c97ff"/>
|
|
7
|
+
<path d="M57 37v4c0 1.65-1.35 3-3 3h-3z" fill="#4c97ff"/>
|
|
8
|
+
<rect x="30.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
9
|
+
<rect x="49.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
10
|
+
<circle cx="33" cy="29.5" r="1.05" fill="#414757"/>
|
|
11
|
+
<circle cx="52" cy="29.5" r="1.05" fill="#414757"/>
|
|
12
|
+
<g fill="#e6e7e8"><rect x="38" y="25" width="1.8" height="1.8" rx=".25"/><rect x="42" y="25" width="1.8" height="1.8" rx=".25"/><rect x="46" y="25" width="1.8" height="1.8" rx=".25"/><rect x="38" y="29" width="1.8" height="1.8" rx=".25"/><rect x="42" y="29" width="1.8" height="1.8" rx=".25"/><rect x="46" y="29" width="1.8" height="1.8" rx=".25"/><rect x="38" y="33" width="1.8" height="1.8" rx=".25"/><rect x="42" y="33" width="1.8" height="1.8" rx=".25"/><rect x="46" y="33" width="1.8" height="1.8" rx=".25"/></g>
|
|
13
|
+
<g fill="#ffbf00"><rect x="28" y="41" width="2.5" height="4.5"/><rect x="32" y="41" width="2.5" height="4.5"/><rect x="36" y="41" width="2.5" height="4.5"/><rect x="40" y="41" width="2.5" height="4.5"/><rect x="44" y="41" width="2.5" height="4.5"/><rect x="48" y="41" width="2.5" height="4.5"/><rect x="52" y="41" width="2.5" height="4.5"/></g>
|
|
14
|
+
<path d="M39 21h7" stroke="#4c97ff" stroke-width="1.8" stroke-linecap="round"/>
|
|
15
|
+
<circle cx="40.2" cy="21" r=".8" fill="#e6e7e8"/>
|
|
16
|
+
<circle cx="44.8" cy="21" r=".8" fill="#e6e7e8"/>
|
|
17
|
+
</g></g></svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="17.99mm" height="20.11mm" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 51 57"><defs><linearGradient id="linear-gradient" x1="25.56" y1="-551.31" x2="25.56" y2="-518.48" gradientTransform="translate(0 -496.72) scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".09" stop-color="#fff" stop-opacity=".91"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><g id="Layer_2"><path d="M10.56,54.67c-4.41,0-8-3.59-8-8v-30c0-4.41,3.59-8,8-8h30c4.41,0,8,3.59,8,8v30c0,4.41-3.59,8-8,8H10.56Z" style="fill:url(#linear-gradient); isolation:isolate; opacity:.75;"/><path d="M10.56,54.67c-4.41,0-8-3.59-8-8v-30c0-4.41,3.59-8,8-8h30c4.41,0,8,3.59,8,8v30c0,4.41-3.59,8-8,8H10.56Z" style="fill:url(#linear-gradient); isolation:isolate; opacity:.75;"/><path d="M48.06,46.67c0,4.12-3.38,7.5-7.5,7.5H10.56c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:#a86aad;"/><path d="M40.56,9.67H10.56c-3.86,0-7,3.14-7,7v30c0,3.86,3.14,7,7,7h30c3.86,0,7-3.14,7-7v-30c0-3.86-3.14-7-7-7Z" style="fill:#cd7cd1;"/><path d="M40.56,9.67H10.56c-3.86,0-7,3.14-7,7v30c0,3.86,3.14,7,7,7h30c3.86,0,7-3.14,7-7v-30c0-3.86-3.14-7-7-7ZM46.06,46.67c0,3.03-2.47,5.5-5.5,5.5H10.56c-3.04,0-5.5-2.46-5.5-5.5v-30c0-3.03,2.47-5.5,5.5-5.5h30c3.03,0,5.5,2.47,5.5,5.5v30Z"/><path d="M40.56,9.67H10.56c-3.86,0-7,3.14-7,7v30c0,3.86,3.14,7,7,7h30c3.86,0,7-3.14,7-7v-30c0-3.86-3.14-7-7-7ZM46.06,46.67c0,3.03-2.47,5.5-5.5,5.5H10.56c-3.04,0-5.5-2.46-5.5-5.5v-30c0-3.03,2.47-5.5,5.5-5.5h30c3.03,0,5.5,2.47,5.5,5.5v30Z" style="fill:#935996;"/></g><g id="Layer_1"><path d="M36.25,26.21l-1.41-3.82-3.82-1.41,3.82-1.41,1.41-3.82,1.41,3.82,3.82,1.41-3.82,1.41-1.41,3.82ZM33.01,20.98l2.37.88.88,2.37.88-2.37,2.37-.88-2.37-.88-.88-2.37-.88,2.37-2.37.88Z" style="fill:#a86aad;"/><rect x="39.97" y="16.04" width="1.74" height=".69" transform="translate(.37 33.68) rotate(-45)" style="fill:#a86aad;"/><path d="M40.22,17.81c-.22,0-.42-.08-.57-.24-.15-.15-.24-.35-.24-.57s.08-.42.24-.57l1.23-1.23c.31-.31.83-.31,1.14,0,.15.15.24.35.24.57s-.08.42-.24.57l-1.23,1.23c-.15.15-.35.24-.57.24ZM41.45,15.66s-.06.01-.08.03l-1.23,1.23s-.03.06-.03.08,0,.05.03.08c.06.06.1.06.16,0l1.23-1.23s.03-.06.03-.08,0-.05-.03-.08c-.02-.02-.05-.03-.08-.03Z" style="fill:#a86aad;"/><rect x="30.79" y="25.22" width="1.74" height=".69" transform="translate(-8.81 29.87) rotate(-45)" style="fill:#a86aad;"/><path d="M31.04,26.99c-.22,0-.42-.08-.57-.24-.31-.31-.31-.82,0-1.14l1.23-1.23c.31-.31.83-.31,1.14,0s.31.82,0,1.14l-1.23,1.23c-.15.15-.35.24-.57.24ZM32.27,24.84s-.06.01-.08.03l-1.23,1.23s-.04.12,0,.16c.06.06.1.06.16,0l1.23-1.23s.04-.12,0-.16c-.02-.02-.05-.03-.08-.03Z" style="fill:#a86aad;"/><rect x="31.31" y="15.52" width=".69" height="1.74" transform="translate(-2.32 27.19) rotate(-45)" style="fill:#a86aad;"/><path d="M32.27,17.81c-.22,0-.42-.08-.57-.24l-1.23-1.23c-.31-.31-.31-.82,0-1.14.31-.31.83-.31,1.14,0l1.23,1.23c.31.31.31.82,0,1.14-.15.15-.35.24-.57.24ZM31.04,15.66s-.06.01-.08.03c-.04.04-.04.12,0,.16l1.23,1.23c.06.06.1.06.16,0,.04-.04.04-.12,0-.16l-1.23-1.23s-.05-.03-.08-.03Z" style="fill:#a86aad;"/><rect x="40.49" y="24.7" width=".69" height="1.74" transform="translate(-6.12 36.37) rotate(-45.01)" style="fill:#a86aad;"/><path d="M41.45,26.99c-.22,0-.42-.08-.57-.24l-1.23-1.23c-.15-.15-.24-.35-.24-.57s.08-.42.24-.57c.31-.31.83-.31,1.14,0l1.23,1.23c.31.31.31.82,0,1.14-.15.15-.35.24-.57.24ZM40.22,24.84s-.06.01-.08.03c-.04.04-.04.12,0,.16l1.23,1.23c.06.06.1.06.16,0,.04-.04.04-.12,0-.16l-1.23-1.23s-.05-.03-.08-.03Z" style="fill:#a86aad;"/><polygon points="36.25 16.74 37.39 19.83 40.49 20.98 37.39 22.12 36.25 25.21 35.1 22.12 32.01 20.98 35.1 19.83 36.25 16.74" style="fill:#34332b;"/><rect x="42.77" y="20.63" width="1.74" height=".69" style="fill:#a86aad;"/><path d="M44.51,21.78h-1.74c-.44,0-.81-.36-.81-.81s.36-.81.81-.81h1.74c.44,0,.81.36.81.81s-.36.81-.81.81ZM42.77,20.86c-.06,0-.12.05-.12.12s.05.12.12.12h1.74c.06,0,.12-.05.12-.12s-.05-.12-.12-.12h-1.74Z" style="fill:#a86aad;"/><rect x="27.99" y="20.63" width="1.74" height=".69" style="fill:#a86aad;"/><path d="M29.73,21.78h-1.74c-.44,0-.81-.36-.81-.81s.36-.81.81-.81h1.74c.44,0,.81.36.81.81s-.36.81-.81.81ZM27.99,20.86c-.06,0-.12.05-.12.12s.05.12.12.12h1.74c.06,0,.12-.05.12-.12s-.05-.12-.12-.12h-1.74Z" style="fill:#a86aad;"/><line x1="42.77" y1="20.98" x2="44.51" y2="20.98" style="fill:#34332b;"/><path d="M44.51,21.44h-1.74c-.25,0-.46-.21-.46-.46s.21-.46.46-.46h1.74c.25,0,.46.21.46.46s-.21.46-.46.46Z" style="fill:#34332b;"/><line x1="27.99" y1="20.98" x2="29.73" y2="20.98" style="fill:#34332b;"/><path d="M29.73,21.44h-1.74c-.25,0-.46-.21-.46-.46s.21-.46.46-.46h1.74c.25,0,.46.21.46.46s-.21.46-.46.46Z" style="fill:#34332b;"/><rect x="35.9" y="27.49" width=".69" height="1.74" style="fill:#a86aad;"/><path d="M35.44,29.24v-1.74c0-.44.36-.81.81-.81s.81.36.81.81v1.74c0,.44-.36.81-.81.81s-.81-.36-.81-.81ZM36.36,27.49c0-.06-.05-.12-.12-.12s-.12.05-.12.12v1.74c0,.06.05.12.12.12s.12-.05.12-.12v-1.74Z" style="fill:#a86aad;"/><rect x="35.9" y="12.72" width=".69" height="1.74" style="fill:#a86aad;"/><path d="M35.44,14.46v-1.74c0-.44.36-.81.81-.81s.81.36.81.81v1.74c0,.44-.36.81-.81.81s-.81-.36-.81-.81ZM36.36,12.72c0-.06-.05-.12-.12-.12s-.12.05-.12.12v1.74c0,.06.05.12.12.12s.12-.05.12-.12v-1.74Z" style="fill:#a86aad;"/><line x1="36.25" y1="27.49" x2="36.25" y2="29.24" style="fill:#34332b;"/><path d="M35.79,29.24v-1.74c0-.25.21-.46.46-.46s.46.21.46.46v1.74c0,.25-.21.46-.46.46s-.46-.21-.46-.46Z" style="fill:#34332b;"/><line x1="36.25" y1="12.72" x2="36.25" y2="14.46" style="fill:#34332b;"/><path d="M35.79,14.46v-1.74c0-.25.21-.46.46-.46s.46.21.46.46v1.74c0,.25-.21.46-.46.46s-.46-.21-.46-.46Z" style="fill:#34332b;"/><line x1="40.22" y1="17" x2="41.45" y2="15.77" style="fill:#34332b;"/><path d="M40.22,17.46c-.12,0-.24-.04-.33-.13-.18-.18-.18-.47,0-.65l1.23-1.23c.18-.18.47-.18.65,0s.18.47,0,.65l-1.23,1.23c-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/><line x1="31.04" y1="26.18" x2="32.27" y2="24.95" style="fill:#34332b;"/><path d="M31.04,26.64c-.12,0-.24-.04-.33-.13-.18-.18-.18-.47,0-.65l1.23-1.23c.18-.18.47-.18.65,0s.18.47,0,.65l-1.23,1.23c-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/><line x1="32.27" y1="17" x2="31.04" y2="15.77" style="fill:#34332b;"/><path d="M32.27,17.46c-.12,0-.24-.04-.33-.13l-1.23-1.23c-.18-.18-.18-.47,0-.65s.47-.18.65,0l1.23,1.23c.18.18.18.47,0,.65-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/><line x1="41.45" y1="26.18" x2="40.22" y2="24.95" style="fill:#34332b;"/><path d="M41.45,26.64c-.12,0-.24-.04-.33-.13l-1.23-1.23c-.18-.18-.18-.47,0-.65s.47-.18.65,0l1.23,1.23c.18.18.18.47,0,.65-.09.09-.21.13-.33.13Z" style="fill:#34332b;"/> <g transform="translate(7.2 27.5) scale(.82) translate(-26 -17)">
|
|
2
|
+
<rect x="27" y="18" width="31" height="27" rx="3" fill="#231f20" opacity=".16"/>
|
|
3
|
+
<rect x="26" y="17" width="31" height="27" rx="3" fill="#414757"/>
|
|
4
|
+
<path d="M26 25v-5c0-1.65 1.35-3 3-3h5z" fill="#4c97ff"/>
|
|
5
|
+
<path d="M49 17h5c1.65 0 3 1.35 3 3v5z" fill="#4c97ff"/>
|
|
6
|
+
<path d="M26 37l6 7h-3c-1.65 0-3-1.35-3-3z" fill="#4c97ff"/>
|
|
7
|
+
<path d="M57 37v4c0 1.65-1.35 3-3 3h-3z" fill="#4c97ff"/>
|
|
8
|
+
<rect x="30.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
9
|
+
<rect x="49.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
10
|
+
<circle cx="33" cy="29.5" r="1.05" fill="#414757"/>
|
|
11
|
+
<circle cx="52" cy="29.5" r="1.05" fill="#414757"/>
|
|
12
|
+
<g fill="#e6e7e8"><rect x="38" y="25" width="1.8" height="1.8" rx=".25"/><rect x="42" y="25" width="1.8" height="1.8" rx=".25"/><rect x="46" y="25" width="1.8" height="1.8" rx=".25"/><rect x="38" y="29" width="1.8" height="1.8" rx=".25"/><rect x="42" y="29" width="1.8" height="1.8" rx=".25"/><rect x="46" y="29" width="1.8" height="1.8" rx=".25"/><rect x="38" y="33" width="1.8" height="1.8" rx=".25"/><rect x="42" y="33" width="1.8" height="1.8" rx=".25"/><rect x="46" y="33" width="1.8" height="1.8" rx=".25"/></g>
|
|
13
|
+
<g fill="#ffbf00"><rect x="28" y="41" width="2.5" height="4.5"/><rect x="32" y="41" width="2.5" height="4.5"/><rect x="36" y="41" width="2.5" height="4.5"/><rect x="40" y="41" width="2.5" height="4.5"/><rect x="44" y="41" width="2.5" height="4.5"/><rect x="48" y="41" width="2.5" height="4.5"/><rect x="52" y="41" width="2.5" height="4.5"/></g>
|
|
14
|
+
<path d="M39 21h7" stroke="#4c97ff" stroke-width="1.8" stroke-linecap="round"/>
|
|
15
|
+
<circle cx="40.2" cy="21" r=".8" fill="#e6e7e8"/>
|
|
16
|
+
<circle cx="44.8" cy="21" r=".8" fill="#e6e7e8"/>
|
|
17
|
+
</g></g></svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="17.99mm" height="20.11mm" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 51 57"><defs><linearGradient id="linear-gradient" x1="25.06" y1="-1105.72" x2="25.06" y2="-1060.72" gradientTransform="translate(0 -1050.72) scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#000" stop-opacity=".5"/><stop offset=".09" stop-color="#000" stop-opacity=".46"/><stop offset="1" stop-color="#000" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-2" y1="-1107.32" y2="-1062.75" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-3" x1="25.56" y1="1646.85" x2="25.56" y2="1679.15" gradientTransform="translate(0 -1645.28)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity=".5"/><stop offset=".5" stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-4" x1="34.99" y1="1109.92" x2="34.99" y2="1098.19" gradientTransform="translate(0 -1091.28)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".09" stop-color="#fff" stop-opacity=".91"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><g id="Layer_2"><path d="M47.56,47.5c0,4.12-3.38,7.5-7.5,7.5H10.06c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:url(#linear-gradient); isolation:isolate; opacity:.5;"/><path d="M47.56,46.5c0,4.12-3.38,7.5-7.5,7.5H10.06c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:#c9bf8b;"/><path d="M47.56,48.5c0,4.12-3.38,7.5-7.5,7.5H10.06c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:url(#linear-gradient-2); isolation:isolate; opacity:.5;"/><path d="M47.56,46.5c0,4.12-3.38,7.5-7.5,7.5H10.06c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:#ccb750;"/><path d="M47.56,36.5c0,4.12-3.38,7.5-7.5,7.5H10.06c-4.12,0-7.5-3.38-7.5-7.5V8.5c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v28Z" style="fill:#ccb752;"/><path d="M40.06,1.5H10.06c-3.86,0-7,3.14-7,7v30c0,3.86,3.14,7,7,7h30c3.86,0,7-3.14,7-7V8.5c0-3.86-3.14-7-7-7ZM46.56,38.5c0,3.58-2.92,6.5-6.5,6.5H10.06c-3.59,0-6.5-2.91-6.5-6.5V8.5c0-3.58,2.92-6.5,6.5-6.5h30c3.58,0,6.5,2.92,6.5,6.5v30Z" style="fill:#f7ec9f;"/><path d="M40.06,1.5H10.06c-3.86,0-7,3.14-7,7v30c0,3.86,3.14,7,7,7h30c3.86,0,7-3.14,7-7V8.5c0-3.86-3.14-7-7-7ZM46.56,38.5c0,3.58-2.92,6.5-6.5,6.5H10.06c-3.59,0-6.5-2.91-6.5-6.5V8.5c0-3.58,2.92-6.5,6.5-6.5h30c3.58,0,6.5,2.92,6.5,6.5v30Z" style="fill:#fff; isolation:isolate; opacity:.75;"/><path d="M40.06,2H10.06c-3.59,0-6.5,2.91-6.5,6.5v30c0,3.58,2.92,6.5,6.5,6.5h30c3.58,0,6.5-2.92,6.5-6.5V8.5c0-3.58-2.92-6.5-6.5-6.5Z" style="fill:#f7ec9f;"/><path d="M40.06,2H10.06c-3.59,0-6.5,2.91-6.5,6.5v30c0,3.58,2.92,6.5,6.5,6.5h30c3.58,0,6.5-2.92,6.5-6.5V8.5c0-3.58-2.92-6.5-6.5-6.5Z" style="fill:#ffe75a;"/><path d="M4.06,38.5c0,3.58,2.92,6.5,6.5,6.5h30c3.58,0,6.5-2.92,6.5-6.5V8.5c0-3.58-2.92-6.5-6.5-6.5H10.56c-3.59,0-6.5,2.91-6.5,6.5v30Z" style="fill:url(#linear-gradient-3);"/><path d="M2.56,8.5h.5v33h-.5V8.5Z" style="fill:#ccb750;"/></g><g id="Layer_1"><path d="M32.75,18.67c-1.52,0-2.97-.6-4.04-1.68-1.08-1.07-1.68-2.53-1.68-4.04,0-3.26,2.62-6.01,5.72-6.01h8.28s0,3.2,0,3.2h1.92s0,5.34,0,5.34h-1.92s0,3.2,0,3.2h-8.28Z" style="fill:url(#linear-gradient-4);"/><path d="M32.75,18.38c-3,0-5.44-2.44-5.43-5.44,0-3,2.44-5.72,5.44-5.72h7.99s0,3.2,0,3.2h1.92s0,4.76,0,4.76h-1.92s0,3.2,0,3.2h-8Z" style="fill:#c9bf8b;"/><path d="M32.75,18.1c-1.37,0-2.68-.54-3.64-1.51-.97-.96-1.51-2.27-1.51-3.64,0-2.84,2.31-4.86,5.15-4.86h7.71s0,3.2,0,3.2h1.92s0,3.62,0,3.62h-1.92s0,3.2,0,3.2h-7.71Z" style="fill:#34332b;"/> <g transform="translate(7.2 20) scale(.82) translate(-26 -17)">
|
|
2
|
+
<rect x="27" y="18" width="31" height="27" rx="3" fill="#231f20" opacity=".16"/>
|
|
3
|
+
<rect x="26" y="17" width="31" height="27" rx="3" fill="#414757"/>
|
|
4
|
+
<path d="M26 25v-5c0-1.65 1.35-3 3-3h5z" fill="#4c97ff"/>
|
|
5
|
+
<path d="M49 17h5c1.65 0 3 1.35 3 3v5z" fill="#4c97ff"/>
|
|
6
|
+
<path d="M26 37l6 7h-3c-1.65 0-3-1.35-3-3z" fill="#4c97ff"/>
|
|
7
|
+
<path d="M57 37v4c0 1.65-1.35 3-3 3h-3z" fill="#4c97ff"/>
|
|
8
|
+
<rect x="30.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
9
|
+
<rect x="49.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
10
|
+
<circle cx="33" cy="29.5" r="1.05" fill="#414757"/>
|
|
11
|
+
<circle cx="52" cy="29.5" r="1.05" fill="#414757"/>
|
|
12
|
+
<g fill="#e6e7e8"><rect x="38" y="25" width="1.8" height="1.8" rx=".25"/><rect x="42" y="25" width="1.8" height="1.8" rx=".25"/><rect x="46" y="25" width="1.8" height="1.8" rx=".25"/><rect x="38" y="29" width="1.8" height="1.8" rx=".25"/><rect x="42" y="29" width="1.8" height="1.8" rx=".25"/><rect x="46" y="29" width="1.8" height="1.8" rx=".25"/><rect x="38" y="33" width="1.8" height="1.8" rx=".25"/><rect x="42" y="33" width="1.8" height="1.8" rx=".25"/><rect x="46" y="33" width="1.8" height="1.8" rx=".25"/></g>
|
|
13
|
+
<g fill="#ffbf00"><rect x="28" y="41" width="2.5" height="4.5"/><rect x="32" y="41" width="2.5" height="4.5"/><rect x="36" y="41" width="2.5" height="4.5"/><rect x="40" y="41" width="2.5" height="4.5"/><rect x="44" y="41" width="2.5" height="4.5"/><rect x="48" y="41" width="2.5" height="4.5"/><rect x="52" y="41" width="2.5" height="4.5"/></g>
|
|
14
|
+
<path d="M39 21h7" stroke="#4c97ff" stroke-width="1.8" stroke-linecap="round"/>
|
|
15
|
+
<circle cx="40.2" cy="21" r=".8" fill="#e6e7e8"/>
|
|
16
|
+
<circle cx="44.8" cy="21" r=".8" fill="#e6e7e8"/>
|
|
17
|
+
</g></g></svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="17.99mm" height="20.11mm" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 51 57"><defs><linearGradient id="linear-gradient" x1="25.56" y1="1145.69" x2="25.56" y2="1112.86" gradientTransform="translate(0 -1091.28)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".09" stop-color="#fff" stop-opacity=".91"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-2" x1="34.99" y1="1117.42" x2="34.99" y2="1105.69" xlink:href="#linear-gradient"/></defs><g id="Layer_2"><path d="M10.56,54.5c-4.41,0-8-3.59-8-8v-30c0-4.41,3.59-8,8-8h30c4.41,0,8,3.59,8,8v30c0,4.41-3.59,8-8,8H10.56Z" style="fill:url(#linear-gradient); isolation:isolate; opacity:.75;"/><path d="M10.56,54.5c-4.41,0-8-3.59-8-8v-30c0-4.41,3.59-8,8-8h30c4.41,0,8,3.59,8,8v30c0,4.41-3.59,8-8,8H10.56Z" style="fill:url(#linear-gradient); isolation:isolate; opacity:.75;"/><path d="M48.06,46.5c0,4.12-3.38,7.5-7.5,7.5H10.56c-4.12,0-7.5-3.38-7.5-7.5v-30c0-4.12,3.38-7.5,7.5-7.5h30c4.12,0,7.5,3.38,7.5,7.5v30Z" style="fill:#ccb750;"/><path d="M46.1,16.5v30c0,3.03-2.47,5.5-5.5,5.5H10.6c-3.04-.01-5.5-2.47-5.5-5.5v-30c0-3.03,2.46-5.5,5.5-5.5h30c3.03,0,5.5,2.47,5.5,5.5Z" style="fill:#ffe75a;"/><path d="M41.97,9.64c-.23-.04-.46-.08-.7-.1-.22-.03-.44-.04-.67-.04H10.6c-.24,0-.48.01-.71.04-.24.02-.47.06-.7.1-3.21.63-5.63,3.47-5.63,6.86v30c0,3.62,2.76,6.6,6.29,6.96.24.03.49.04.75.04h30c.24,0,.48-.01.71-.04.22-.02.44-.06.65-.1,3.21-.63,5.64-3.47,5.64-6.86v-30c0-3.39-2.42-6.23-5.63-6.86ZM46.1,46.5c0,3.03-2.47,5.5-5.5,5.5H10.6c-3.04-.01-5.5-2.47-5.5-5.5v-30c0-3.03,2.46-5.5,5.5-5.5h30c3.03,0,5.5,2.47,5.5,5.5v30Z" style="fill:#e5cf51;"/></g><g id="Layer_1"><path d="M32.75,26.17c-1.52,0-2.97-.6-4.04-1.68-1.08-1.07-1.68-2.53-1.68-4.04,0-3.26,2.62-6.01,5.72-6.01h8.28s0,3.2,0,3.2h1.92s0,5.34,0,5.34h-1.92s0,3.2,0,3.2h-8.28Z" style="fill:url(#linear-gradient-2);"/><path d="M32.75,25.88c-3,0-5.44-2.44-5.43-5.44,0-3,2.44-5.72,5.44-5.72h7.99s0,3.2,0,3.2h1.92s0,4.76,0,4.76h-1.92s0,3.2,0,3.2h-8Z" style="fill:#c9bf8b;"/><path d="M32.75,25.6c-1.37,0-2.68-.54-3.64-1.51-.97-.96-1.51-2.27-1.51-3.64,0-2.84,2.31-4.86,5.15-4.86h7.71s0,3.2,0,3.2h1.92s0,3.62,0,3.62h-1.92s0,3.2,0,3.2h-7.71Z" style="fill:#34332b;"/> <g transform="translate(7.2 27.5) scale(.82) translate(-26 -17)">
|
|
2
|
+
<rect x="27" y="18" width="31" height="27" rx="3" fill="#231f20" opacity=".16"/>
|
|
3
|
+
<rect x="26" y="17" width="31" height="27" rx="3" fill="#414757"/>
|
|
4
|
+
<path d="M26 25v-5c0-1.65 1.35-3 3-3h5z" fill="#4c97ff"/>
|
|
5
|
+
<path d="M49 17h5c1.65 0 3 1.35 3 3v5z" fill="#4c97ff"/>
|
|
6
|
+
<path d="M26 37l6 7h-3c-1.65 0-3-1.35-3-3z" fill="#4c97ff"/>
|
|
7
|
+
<path d="M57 37v4c0 1.65-1.35 3-3 3h-3z" fill="#4c97ff"/>
|
|
8
|
+
<rect x="30.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
9
|
+
<rect x="49.5" y="27" width="5" height="5" rx=".8" fill="#e6e7e8" stroke="#7c87a5" stroke-width=".75"/>
|
|
10
|
+
<circle cx="33" cy="29.5" r="1.05" fill="#414757"/>
|
|
11
|
+
<circle cx="52" cy="29.5" r="1.05" fill="#414757"/>
|
|
12
|
+
<g fill="#e6e7e8"><rect x="38" y="25" width="1.8" height="1.8" rx=".25"/><rect x="42" y="25" width="1.8" height="1.8" rx=".25"/><rect x="46" y="25" width="1.8" height="1.8" rx=".25"/><rect x="38" y="29" width="1.8" height="1.8" rx=".25"/><rect x="42" y="29" width="1.8" height="1.8" rx=".25"/><rect x="46" y="29" width="1.8" height="1.8" rx=".25"/><rect x="38" y="33" width="1.8" height="1.8" rx=".25"/><rect x="42" y="33" width="1.8" height="1.8" rx=".25"/><rect x="46" y="33" width="1.8" height="1.8" rx=".25"/></g>
|
|
13
|
+
<g fill="#ffbf00"><rect x="28" y="41" width="2.5" height="4.5"/><rect x="32" y="41" width="2.5" height="4.5"/><rect x="36" y="41" width="2.5" height="4.5"/><rect x="40" y="41" width="2.5" height="4.5"/><rect x="44" y="41" width="2.5" height="4.5"/><rect x="48" y="41" width="2.5" height="4.5"/><rect x="52" y="41" width="2.5" height="4.5"/></g>
|
|
14
|
+
<path d="M39 21h7" stroke="#4c97ff" stroke-width="1.8" stroke-linecap="round"/>
|
|
15
|
+
<circle cx="40.2" cy="21" r=".8" fill="#e6e7e8"/>
|
|
16
|
+
<circle cx="44.8" cy="21" r=".8" fill="#e6e7e8"/>
|
|
17
|
+
</g></g></svg>
|
|
@@ -307,7 +307,7 @@ div.frame {
|
|
|
307
307
|
right: 0;
|
|
308
308
|
margin: ${css_vh(0)};
|
|
309
309
|
z-index: 60;
|
|
310
|
-
width: ${
|
|
310
|
+
width: ${300 * scaleMultiplier}px;
|
|
311
311
|
height: ${64 * scaleMultiplier}px;
|
|
312
312
|
overflow: hidden;
|
|
313
313
|
}
|
|
@@ -641,6 +641,213 @@ z-index: 5;
|
|
|
641
641
|
|
|
642
642
|
.halign.down { background: url('../assets/ui/arrowdown.svg'); background-size: 100%; }
|
|
643
643
|
|
|
644
|
+
/* extensions library */
|
|
645
|
+
.extensionsLibrary {
|
|
646
|
+
position: fixed;
|
|
647
|
+
left: 50%;
|
|
648
|
+
top: 50%;
|
|
649
|
+
width: ${css_vh(52)};
|
|
650
|
+
min-height: ${css_vh(28)};
|
|
651
|
+
transform: translate(-50%, -50%);
|
|
652
|
+
z-index: 12000;
|
|
653
|
+
box-sizing: border-box;
|
|
654
|
+
padding: ${css_vh(3.2)} ${css_vh(3.4)} ${css_vh(3.6)};
|
|
655
|
+
border: 3px solid #F4AD46;
|
|
656
|
+
border-radius: 16px;
|
|
657
|
+
background: #FEDF8F;
|
|
658
|
+
box-shadow: 0 ${css_vh(0.65)} ${css_vh(2.2)} rgba(0, 0, 0, 0.32);
|
|
659
|
+
font-family: 'Lato Regular';
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.extensionsLibrary.fade {
|
|
663
|
+
display: none;
|
|
664
|
+
opacity: 0;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.extensionsLibrary.fade.in {
|
|
668
|
+
display: block;
|
|
669
|
+
opacity: 1;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.extensionsLibraryClose {
|
|
673
|
+
position: absolute;
|
|
674
|
+
right: ${css_vh(1.1)};
|
|
675
|
+
top: ${css_vh(1.1)};
|
|
676
|
+
width: ${css_vh(4.3)};
|
|
677
|
+
height: ${css_vh(4.3)};
|
|
678
|
+
border: 0;
|
|
679
|
+
padding: 0;
|
|
680
|
+
background: url('../assets/ui/closeit.svg') no-repeat center center;
|
|
681
|
+
background-size: 100%;
|
|
682
|
+
cursor: pointer;
|
|
683
|
+
-webkit-tap-highlight-color: transparent;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.extensionsLibraryClose:focus-visible,
|
|
687
|
+
.extensionsLibraryCard:focus-visible {
|
|
688
|
+
outline: 3px solid #133C46;
|
|
689
|
+
outline-offset: 3px;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.extensionsLibraryTitle {
|
|
693
|
+
color: #315F7B;
|
|
694
|
+
font-size: ${css_vh(3.4)};
|
|
695
|
+
font-weight: bold;
|
|
696
|
+
line-height: ${css_vh(4)};
|
|
697
|
+
text-align: center;
|
|
698
|
+
text-shadow: 0 ${css_vh(0.13)} #fff;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.extensionsLibraryCards {
|
|
702
|
+
display: grid;
|
|
703
|
+
grid-template-columns: 1fr;
|
|
704
|
+
gap: ${css_vh(1.6)};
|
|
705
|
+
margin-top: ${css_vh(2.5)};
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.extensionsLibraryCard {
|
|
709
|
+
box-sizing: border-box;
|
|
710
|
+
display: grid;
|
|
711
|
+
grid-template-columns: ${css_vh(9)} 1fr ${css_vh(4)};
|
|
712
|
+
column-gap: ${css_vh(1.8)};
|
|
713
|
+
align-items: center;
|
|
714
|
+
width: 100%;
|
|
715
|
+
min-height: ${css_vh(11)};
|
|
716
|
+
padding: ${css_vh(1.2)} ${css_vh(1.4)};
|
|
717
|
+
border: 3px solid #F4AD46;
|
|
718
|
+
border-radius: 12px;
|
|
719
|
+
background: #fff;
|
|
720
|
+
cursor: pointer;
|
|
721
|
+
text-align: left;
|
|
722
|
+
font-family: 'Lato Regular';
|
|
723
|
+
-webkit-tap-highlight-color: transparent;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.extensionsLibraryCard:active {
|
|
727
|
+
background: #FFF5D9;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.extensionsLibraryCard.loaded {
|
|
731
|
+
background: #F6FBFF;
|
|
732
|
+
border-color: #5D9CC8;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.extensionsLibraryCardIcon {
|
|
736
|
+
display: flex;
|
|
737
|
+
align-items: center;
|
|
738
|
+
justify-content: center;
|
|
739
|
+
width: ${css_vh(8)};
|
|
740
|
+
height: ${css_vh(8)};
|
|
741
|
+
border-radius: 50%;
|
|
742
|
+
background: #F9CF37;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.extensionsLibraryCardIcon svg {
|
|
746
|
+
width: ${css_vh(6.3)};
|
|
747
|
+
height: ${css_vh(6.3)};
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.extensionsLibraryCardText {
|
|
751
|
+
min-width: 0;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.extensionsLibraryCardTitle {
|
|
755
|
+
color: #315F7B;
|
|
756
|
+
font-size: ${css_vh(2.6)};
|
|
757
|
+
font-weight: bold;
|
|
758
|
+
line-height: ${css_vh(3.1)};
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.extensionsLibraryCardDescription {
|
|
762
|
+
margin-top: ${css_vh(0.35)};
|
|
763
|
+
color: #416E86;
|
|
764
|
+
font-size: ${css_vh(1.7)};
|
|
765
|
+
line-height: ${css_vh(2.3)};
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.extensionsLibraryCardAction {
|
|
769
|
+
display: flex;
|
|
770
|
+
align-items: center;
|
|
771
|
+
justify-content: center;
|
|
772
|
+
justify-self: end;
|
|
773
|
+
width: ${css_vh(3.6)};
|
|
774
|
+
height: ${css_vh(3.6)};
|
|
775
|
+
border-radius: 50%;
|
|
776
|
+
background: #5D9CC8;
|
|
777
|
+
color: #fff;
|
|
778
|
+
font-size: ${css_vh(3.2)};
|
|
779
|
+
font-weight: bold;
|
|
780
|
+
line-height: 1;
|
|
781
|
+
text-shadow: 0 1px #244a64;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.extensionsLibraryCard.loaded .extensionsLibraryCardAction {
|
|
785
|
+
background: #E43D44;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.extensionsLibraryWarning {
|
|
789
|
+
display: none;
|
|
790
|
+
margin-top: ${css_vh(2)};
|
|
791
|
+
padding: ${css_vh(1.35)} ${css_vh(1.5)};
|
|
792
|
+
border-radius: 10px;
|
|
793
|
+
border: 2px solid #D47F25;
|
|
794
|
+
background: #FFF5D9;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.extensionsLibraryWarning.show {
|
|
798
|
+
display: block;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.extensionsLibraryWarningTitle {
|
|
802
|
+
color: #315F7B;
|
|
803
|
+
font-size: ${css_vh(2.25)};
|
|
804
|
+
font-weight: bold;
|
|
805
|
+
line-height: ${css_vh(2.8)};
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.extensionsLibraryWarningText {
|
|
809
|
+
margin-top: ${css_vh(0.55)};
|
|
810
|
+
color: #416E86;
|
|
811
|
+
font-size: ${css_vh(1.65)};
|
|
812
|
+
line-height: ${css_vh(2.25)};
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.extensionsLibraryWarningActions {
|
|
816
|
+
display: flex;
|
|
817
|
+
justify-content: flex-end;
|
|
818
|
+
gap: ${css_vh(1)};
|
|
819
|
+
margin-top: ${css_vh(1.35)};
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.extensionsLibrarySecondaryButton,
|
|
823
|
+
.extensionsLibraryDangerButton {
|
|
824
|
+
min-width: ${css_vh(8.2)};
|
|
825
|
+
min-height: ${css_vh(3.7)};
|
|
826
|
+
border-radius: 10px;
|
|
827
|
+
border: 2px solid #315F7B;
|
|
828
|
+
color: #fff;
|
|
829
|
+
font-family: 'Lato Regular';
|
|
830
|
+
font-size: ${css_vh(1.75)};
|
|
831
|
+
font-weight: bold;
|
|
832
|
+
cursor: pointer;
|
|
833
|
+
-webkit-tap-highlight-color: transparent;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.extensionsLibrarySecondaryButton {
|
|
837
|
+
background: #5D9CC8;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.extensionsLibraryDangerButton {
|
|
841
|
+
border-color: #9E1F28;
|
|
842
|
+
background: #E43D44;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.extensionsLibrarySecondaryButton:focus-visible,
|
|
846
|
+
.extensionsLibraryDangerButton:focus-visible {
|
|
847
|
+
outline: 3px solid #133C46;
|
|
848
|
+
outline-offset: 3px;
|
|
849
|
+
}
|
|
850
|
+
|
|
644
851
|
/* parental gate */
|
|
645
852
|
.parentalgate {
|
|
646
853
|
position: fixed;
|
|
@@ -1200,6 +1407,41 @@ form.projectname {
|
|
|
1200
1407
|
z-index: 8
|
|
1201
1408
|
}
|
|
1202
1409
|
|
|
1410
|
+
*.microbitMatrixMenu.menustyle {
|
|
1411
|
+
box-sizing: border-box;
|
|
1412
|
+
height: auto;
|
|
1413
|
+
padding: 8px;
|
|
1414
|
+
cursor: default;
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
*.microbitMatrixGrid {
|
|
1418
|
+
display: grid;
|
|
1419
|
+
grid-template-columns: repeat(5, 28px);
|
|
1420
|
+
grid-template-rows: repeat(5, 28px);
|
|
1421
|
+
gap: 5px;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
*.microbitMatrixCell {
|
|
1425
|
+
box-sizing: border-box;
|
|
1426
|
+
width: 28px;
|
|
1427
|
+
height: 28px;
|
|
1428
|
+
border-radius: 6px;
|
|
1429
|
+
background: #414757;
|
|
1430
|
+
border: 3px solid #A75CA9;
|
|
1431
|
+
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25);
|
|
1432
|
+
cursor: pointer;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
*.microbitMatrixCell.on {
|
|
1436
|
+
background: #35C1DF;
|
|
1437
|
+
border-color: #1F8EA6;
|
|
1438
|
+
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.45), 0 0 0 2px rgba(255, 255, 255, 0.22);
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
*.microbitMatrixCell:active {
|
|
1442
|
+
transform: translateY(1px);
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1203
1445
|
p.soundname{
|
|
1204
1446
|
position: absolute;
|
|
1205
1447
|
text-align: center;
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
position: absolute;
|
|
5
5
|
margin: 0px;
|
|
6
6
|
padding: 0px;
|
|
7
|
-
top: ${css_vh(
|
|
7
|
+
top: ${css_vh(15.40)};
|
|
8
8
|
left: ${css_vh(1.69)};
|
|
9
9
|
background: url('../assets/ui/fliplogo.svg');
|
|
10
10
|
background-size: cover;
|
|
11
11
|
background-position: right;
|
|
12
|
-
width: ${css_vh(
|
|
13
|
-
height: ${css_vh(
|
|
12
|
+
width: ${css_vh(5.60)};
|
|
13
|
+
height: ${css_vh(5.60)};
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
/* Styles for the connection buttons area */
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
box-sizing: border-box;
|
|
19
19
|
position: absolute;
|
|
20
20
|
top: ${css_vh(2)};
|
|
21
|
-
left: ${css_vh(
|
|
21
|
+
left: ${css_vh(1.69)};
|
|
22
22
|
font-family: Lato Regular;
|
|
23
23
|
|
|
24
24
|
display: flex;
|
|
@@ -29,18 +29,24 @@
|
|
|
29
29
|
border-radius: 10px;
|
|
30
30
|
border: 3px solid #F4AD46;
|
|
31
31
|
|
|
32
|
-
width: ${css_vh(
|
|
32
|
+
width: ${css_vh(22.8)};
|
|
33
33
|
height: ${css_vh(12)};
|
|
34
34
|
|
|
35
|
-
padding: 8px
|
|
36
|
-
column-gap:
|
|
35
|
+
padding: 8px 4px;
|
|
36
|
+
column-gap: 5px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.connectionButtonsArea.extensionEnabled {
|
|
40
|
+
width: ${css_vh(34)};
|
|
37
41
|
}
|
|
38
42
|
|
|
39
43
|
/* Styles for each connect button */
|
|
40
44
|
.connectButton {
|
|
45
|
+
flex: 1 1 0;
|
|
46
|
+
min-width: 0;
|
|
41
47
|
align-self: center;
|
|
42
48
|
justify-self: center;
|
|
43
|
-
width:
|
|
49
|
+
width: auto;
|
|
44
50
|
height: 100%;
|
|
45
51
|
background: white;
|
|
46
52
|
border-radius: 10px;
|
|
@@ -53,6 +59,51 @@
|
|
|
53
59
|
padding-top: 2px;
|
|
54
60
|
}
|
|
55
61
|
|
|
62
|
+
.extensionAddButton {
|
|
63
|
+
position: absolute;
|
|
64
|
+
right: -${css_vh(1.45)};
|
|
65
|
+
bottom: -${css_vh(1.45)};
|
|
66
|
+
z-index: 5;
|
|
67
|
+
width: ${css_vh(5)};
|
|
68
|
+
height: ${css_vh(5)};
|
|
69
|
+
background: transparent;
|
|
70
|
+
border: 0;
|
|
71
|
+
display: flex;
|
|
72
|
+
justify-content: center;
|
|
73
|
+
align-items: center;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
padding: 0;
|
|
76
|
+
-webkit-tap-highlight-color: transparent;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.extensionAddIcon {
|
|
80
|
+
display: flex;
|
|
81
|
+
justify-content: center;
|
|
82
|
+
align-items: center;
|
|
83
|
+
width: ${css_vh(3.6)};
|
|
84
|
+
height: ${css_vh(3.6)};
|
|
85
|
+
border-radius: 50%;
|
|
86
|
+
background: #5D9CC8;
|
|
87
|
+
border: ${css_vh(0.32)} solid #fff;
|
|
88
|
+
box-shadow: 0 ${css_vh(0.26)} ${css_vh(0.52)} rgba(0, 0, 0, 0.28);
|
|
89
|
+
color: white;
|
|
90
|
+
font-family: 'Lato Regular';
|
|
91
|
+
font-size: ${css_vh(3.35)};
|
|
92
|
+
font-weight: bold;
|
|
93
|
+
line-height: 1;
|
|
94
|
+
text-shadow: 0 1px #244a64;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.extensionAddButton:focus-visible .extensionAddIcon {
|
|
98
|
+
outline: 3px solid #133C46;
|
|
99
|
+
outline-offset: 2px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.extensionAddButton:active .extensionAddIcon {
|
|
103
|
+
background: #3F7EA9;
|
|
104
|
+
transform: translateY(${css_vh(0.13)});
|
|
105
|
+
}
|
|
106
|
+
|
|
56
107
|
.connectButtonConnected {
|
|
57
108
|
/* background: #4bfaa3; */
|
|
58
109
|
display: grid;
|
|
@@ -125,6 +176,10 @@
|
|
|
125
176
|
column-gap: ${css_vh(1)};
|
|
126
177
|
}
|
|
127
178
|
|
|
179
|
+
.connectButtonConnected .batteryAndSignalContainer {
|
|
180
|
+
margin-bottom: ${css_vh(0.35)};
|
|
181
|
+
}
|
|
182
|
+
|
|
128
183
|
.batteryIndicatorContainer {
|
|
129
184
|
display: grid;
|
|
130
185
|
width: 50%;
|
|
@@ -151,6 +206,11 @@
|
|
|
151
206
|
width: ${css_vh(4.2)};
|
|
152
207
|
}
|
|
153
208
|
|
|
209
|
+
#cogConnectionButton .connectIcon,
|
|
210
|
+
#martyConnectionButton .connectIcon {
|
|
211
|
+
margin-bottom: ${css_vh(0.55)};
|
|
212
|
+
}
|
|
213
|
+
|
|
154
214
|
/* .connectText media query for smaller screens */
|
|
155
215
|
@media (max-width: 1140px) {
|
|
156
216
|
.connectText {
|
|
@@ -210,7 +270,8 @@
|
|
|
210
270
|
display: inline-block;
|
|
211
271
|
margin: 0px;
|
|
212
272
|
padding: 0px;
|
|
213
|
-
top: ${css_vh(
|
|
273
|
+
top: ${css_vh(14.75)};
|
|
274
|
+
left: ${css_vh(7.55)};
|
|
214
275
|
width: ${css_vh(33.85)};
|
|
215
276
|
overflow-x: hidden;
|
|
216
277
|
}
|
|
@@ -1166,5 +1166,13 @@
|
|
|
1166
1166
|
"A11Y_COPY_TO_PAGE": "Copy to page {PAGE}",
|
|
1167
1167
|
"A11Y_DELETE_PAGE": "Delete page {PAGE}",
|
|
1168
1168
|
"A11Y_MOVE_PAGE_EARLIER": "Move page {PAGE} earlier",
|
|
1169
|
-
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later"
|
|
1169
|
+
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later",
|
|
1170
|
+
"BLOCK_DESC_MICROBIT_ON_BUTTON": "Starts when a micro:bit button is pressed.",
|
|
1171
|
+
"BLOCK_DESC_MICROBIT_ON_GESTURE": "Starts when the micro:bit moves, shakes, or jumps.",
|
|
1172
|
+
"BLOCK_DESC_MICROBIT_ON_TILT": "Starts when the micro:bit is tilted.",
|
|
1173
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HEART": "Shows a heart on the micro:bit display.",
|
|
1174
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
|
|
1175
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
|
|
1176
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
|
|
1177
|
+
"BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
|
|
1170
1178
|
}
|
|
@@ -1166,5 +1166,13 @@
|
|
|
1166
1166
|
"A11Y_COPY_TO_PAGE": "Copy to page {PAGE}",
|
|
1167
1167
|
"A11Y_DELETE_PAGE": "Delete page {PAGE}",
|
|
1168
1168
|
"A11Y_MOVE_PAGE_EARLIER": "Move page {PAGE} earlier",
|
|
1169
|
-
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later"
|
|
1169
|
+
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later",
|
|
1170
|
+
"BLOCK_DESC_MICROBIT_ON_BUTTON": "Starts when a micro:bit button is pressed.",
|
|
1171
|
+
"BLOCK_DESC_MICROBIT_ON_GESTURE": "Starts when the micro:bit moves, shakes, or jumps.",
|
|
1172
|
+
"BLOCK_DESC_MICROBIT_ON_TILT": "Starts when the micro:bit is tilted.",
|
|
1173
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HEART": "Shows a heart on the micro:bit display.",
|
|
1174
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
|
|
1175
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
|
|
1176
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
|
|
1177
|
+
"BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
|
|
1170
1178
|
}
|
|
@@ -1166,5 +1166,13 @@
|
|
|
1166
1166
|
"A11Y_COPY_TO_PAGE": "Copy to page {PAGE}",
|
|
1167
1167
|
"A11Y_DELETE_PAGE": "Delete page {PAGE}",
|
|
1168
1168
|
"A11Y_MOVE_PAGE_EARLIER": "Move page {PAGE} earlier",
|
|
1169
|
-
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later"
|
|
1169
|
+
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later",
|
|
1170
|
+
"BLOCK_DESC_MICROBIT_ON_BUTTON": "Starts when a micro:bit button is pressed.",
|
|
1171
|
+
"BLOCK_DESC_MICROBIT_ON_GESTURE": "Starts when the micro:bit moves, shakes, or jumps.",
|
|
1172
|
+
"BLOCK_DESC_MICROBIT_ON_TILT": "Starts when the micro:bit is tilted.",
|
|
1173
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HEART": "Shows a heart on the micro:bit display.",
|
|
1174
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
|
|
1175
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
|
|
1176
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
|
|
1177
|
+
"BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
|
|
1170
1178
|
}
|
|
@@ -1166,5 +1166,13 @@
|
|
|
1166
1166
|
"A11Y_COPY_TO_PAGE": "Copy to page {PAGE}",
|
|
1167
1167
|
"A11Y_DELETE_PAGE": "Delete page {PAGE}",
|
|
1168
1168
|
"A11Y_MOVE_PAGE_EARLIER": "Move page {PAGE} earlier",
|
|
1169
|
-
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later"
|
|
1169
|
+
"A11Y_MOVE_PAGE_LATER": "Move page {PAGE} later",
|
|
1170
|
+
"BLOCK_DESC_MICROBIT_ON_BUTTON": "Starts when a micro:bit button is pressed.",
|
|
1171
|
+
"BLOCK_DESC_MICROBIT_ON_GESTURE": "Starts when the micro:bit moves, shakes, or jumps.",
|
|
1172
|
+
"BLOCK_DESC_MICROBIT_ON_TILT": "Starts when the micro:bit is tilted.",
|
|
1173
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HEART": "Shows a heart on the micro:bit display.",
|
|
1174
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
|
|
1175
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
|
|
1176
|
+
"BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
|
|
1177
|
+
"BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
|
|
1170
1178
|
}
|