@robotical/martyblocksjr 4.1.2 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/.firebase/hosting.ZWRpdGlvbnMvZnJlZS9zcmM.cache +599 -534
  2. package/editions/free/src/app.bundle.js +1 -1
  3. package/editions/free/src/assets/blockicons/microbitbuttona.svg +33 -0
  4. package/editions/free/src/assets/blockicons/microbitbuttonab.svg +33 -0
  5. package/editions/free/src/assets/blockicons/microbitbuttonb.svg +33 -0
  6. package/editions/free/src/assets/blockicons/microbitdisplayclear.svg +29 -0
  7. package/editions/free/src/assets/blockicons/microbitdisplayhappy.svg +36 -0
  8. package/editions/free/src/assets/blockicons/microbitdisplayheart.svg +42 -0
  9. package/editions/free/src/assets/blockicons/microbitdisplaytext.svg +29 -0
  10. package/editions/free/src/assets/blockicons/microbitgesturejumped.svg +40 -0
  11. package/editions/free/src/assets/blockicons/microbitgesturemoved.svg +41 -0
  12. package/editions/free/src/assets/blockicons/microbitgestureshaken.svg +45 -0
  13. package/editions/free/src/assets/blockicons/microbittiltany.svg +45 -0
  14. package/editions/free/src/assets/blockicons/microbittiltbackward.svg +39 -0
  15. package/editions/free/src/assets/blockicons/microbittiltforward.svg +39 -0
  16. package/editions/free/src/assets/blockicons/microbittiltleft.svg +39 -0
  17. package/editions/free/src/assets/blockicons/microbittiltright.svg +39 -0
  18. package/editions/free/src/assets/categories/MicroBitLooksOff.svg +17 -0
  19. package/editions/free/src/assets/categories/MicroBitLooksOn.svg +17 -0
  20. package/editions/free/src/assets/categories/MicroBitStartOff.svg +17 -0
  21. package/editions/free/src/assets/categories/MicroBitStartOn.svg +17 -0
  22. package/editions/free/src/assets/ui/viewOnCompact.png +0 -0
  23. package/editions/free/src/assets/ui/viewOnTargetCompact.png +0 -0
  24. package/editions/free/src/css/editor.css +334 -1
  25. package/editions/free/src/css/editorleftpanel.css +86 -26
  26. package/editions/free/src/css/editorstage.css +62 -0
  27. package/editions/free/src/css/paintlook.css +23 -0
  28. package/editions/free/src/localizations/bg.json +10 -1
  29. package/editions/free/src/localizations/ca.json +10 -1
  30. package/editions/free/src/localizations/cs.json +10 -1
  31. package/editions/free/src/localizations/cy.json +10 -1
  32. package/editions/free/src/localizations/da.json +10 -1
  33. package/editions/free/src/localizations/de.json +10 -1
  34. package/editions/free/src/localizations/el.json +10 -1
  35. package/editions/free/src/localizations/en.json +10 -1
  36. package/editions/free/src/localizations/es.json +10 -1
  37. package/editions/free/src/localizations/fi.json +10 -1
  38. package/editions/free/src/localizations/fr.json +10 -1
  39. package/editions/free/src/localizations/it.json +10 -1
  40. package/editions/free/src/localizations/ja.json +10 -1
  41. package/editions/free/src/localizations/ko.json +10 -1
  42. package/editions/free/src/localizations/nl.json +10 -1
  43. package/editions/free/src/localizations/no.json +10 -1
  44. package/editions/free/src/localizations/pl.json +10 -1
  45. package/editions/free/src/localizations/pt-br.json +10 -1
  46. package/editions/free/src/localizations/pt.json +10 -1
  47. package/editions/free/src/localizations/sv.json +10 -1
  48. package/editions/free/src/localizations/th.json +10 -1
  49. package/editions/free/src/localizations/tr.json +10 -1
  50. package/editions/free/src/localizations/uk.json +10 -1
  51. package/editions/free/src/localizations/zh-cn.json +10 -1
  52. package/editions/free/src/localizations/zh-tw.json +10 -1
  53. package/editions/free/src/media.json +15 -0
  54. package/editions/free/src/pnglibrary/BeeSprite1.png +0 -0
  55. package/editions/free/src/svglibrary/BeeSprite1.svg +4 -0
  56. package/editions/free/src/svglibrary/BeeSprite2.svg +4 -0
  57. package/editions/free/src/svglibrary/BeeSprite3.svg +4 -0
  58. package/package.json +1 -1
  59. package/tests/e2e/accessibility.e2e.test.js +18 -2
  60. package/tests/e2e/animated-sprite-paint-disabled.e2e.test.js +270 -0
  61. package/tests/e2e/background-paint-active-selection.e2e.test.js +162 -0
  62. package/tests/e2e/blocks-jr-hidden-blocks.e2e.test.js +262 -0
  63. package/tests/e2e/chromium-79-smoke.test.js +235 -0
  64. package/tests/e2e/delete-last-sprite-mode.e2e.test.js +162 -0
  65. package/tests/e2e/duplicate-page.e2e.test.js +414 -0
  66. package/tests/e2e/marty-connection-ui.e2e.test.js +56 -0
  67. package/tests/e2e/marty-script-activation-paths.e2e.test.js +522 -0
  68. package/tests/e2e/microbit-blocks.test.js +162 -0
  69. package/tests/e2e/microbit-extension-project-reload.e2e.test.js +309 -0
  70. package/tests/e2e/microbit-web-bluetooth.test.js +131 -0
  71. package/tests/e2e/page-background-loading.test.js +152 -0
  72. package/tests/e2e/paint-editor-cancel.e2e.test.js +274 -0
  73. package/tests/e2e/project-load-progress-loop.e2e.test.js +310 -0
  74. package/tests/e2e/project-save-stall.e2e.test.js +230 -0
  75. package/tests/e2e/sprite-watermark-grayscale.e2e.test.js +269 -0
  76. package/tests/e2e/top-toolbar-tooltips.e2e.test.js +152 -0
  77. 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>
@@ -111,6 +111,97 @@ div.frame {
111
111
  height: ${css_vh(37.29)};
112
112
  }
113
113
 
114
+ .pagelist {
115
+ position: relative;
116
+ width: ${css_vh(21.09)};
117
+ }
118
+
119
+ .pageactions {
120
+ position: absolute;
121
+ top: 0;
122
+ left: 0;
123
+ width: ${css_vh(21.09)};
124
+ z-index: 7;
125
+ pointer-events: none;
126
+ }
127
+
128
+ .pageactionrow {
129
+ position: relative;
130
+ width: ${145 * scaleMultiplier}px;
131
+ height: ${109 * scaleMultiplier}px;
132
+ margin: ${css_vh(0)} ${css_vh(0)} ${css_vh(0.13)};
133
+ pointer-events: none;
134
+ }
135
+
136
+ .duplicatepage {
137
+ appearance: none;
138
+ position: absolute;
139
+ top: 0;
140
+ left: 0;
141
+ width: ${28 * scaleMultiplier}px;
142
+ height: ${28 * scaleMultiplier}px;
143
+ padding: 0;
144
+ border: 0;
145
+ border-radius: 50%;
146
+ background: url('../assets/ui/numOn.svg') no-repeat center;
147
+ background-size: 100% 100%;
148
+ color: #ffffff;
149
+ cursor: pointer;
150
+ pointer-events: auto;
151
+ }
152
+
153
+ .duplicatepage:hover:not(:disabled) {
154
+ filter: brightness(1.08);
155
+ }
156
+
157
+ .duplicatepage:active:not(:disabled) {
158
+ transform: scale(0.94);
159
+ }
160
+
161
+ .duplicatepage:disabled {
162
+ opacity: 0.32;
163
+ cursor: default;
164
+ }
165
+
166
+ .pageactionrow.delete-mode .duplicatepage {
167
+ visibility: hidden;
168
+ }
169
+
170
+ .duplicatepageicon,
171
+ .duplicatepageicon::before,
172
+ .duplicatepageicon::after {
173
+ box-sizing: border-box;
174
+ position: absolute;
175
+ }
176
+
177
+ .duplicatepageicon {
178
+ top: ${7 * scaleMultiplier}px;
179
+ left: ${7 * scaleMultiplier}px;
180
+ width: ${14 * scaleMultiplier}px;
181
+ height: ${13 * scaleMultiplier}px;
182
+ z-index: 1;
183
+ }
184
+
185
+ .duplicatepageicon::before,
186
+ .duplicatepageicon::after {
187
+ content: '';
188
+ width: ${11 * scaleMultiplier}px;
189
+ height: ${10 * scaleMultiplier}px;
190
+ border: ${1.5 * scaleMultiplier}px solid currentColor;
191
+ border-radius: ${1.5 * scaleMultiplier}px;
192
+ }
193
+
194
+ .duplicatepageicon::before {
195
+ top: 0;
196
+ left: 0;
197
+ }
198
+
199
+ .duplicatepageicon::after {
200
+ top: ${3 * scaleMultiplier}px;
201
+ left: ${3 * scaleMultiplier}px;
202
+ background: #F9A737;
203
+ }
204
+
114
205
  .pagethumb {
115
206
  background: none;
116
207
  position: relative;
@@ -307,7 +398,7 @@ div.frame {
307
398
  right: 0;
308
399
  margin: ${css_vh(0)};
309
400
  z-index: 60;
310
- width: ${180 * scaleMultiplier}px;
401
+ width: ${300 * scaleMultiplier}px;
311
402
  height: ${64 * scaleMultiplier}px;
312
403
  overflow: hidden;
313
404
  }
@@ -641,6 +732,213 @@ z-index: 5;
641
732
 
642
733
  .halign.down { background: url('../assets/ui/arrowdown.svg'); background-size: 100%; }
643
734
 
735
+ /* extensions library */
736
+ .extensionsLibrary {
737
+ position: fixed;
738
+ left: 50%;
739
+ top: 50%;
740
+ width: ${css_vh(52)};
741
+ min-height: ${css_vh(28)};
742
+ transform: translate(-50%, -50%);
743
+ z-index: 12000;
744
+ box-sizing: border-box;
745
+ padding: ${css_vh(3.2)} ${css_vh(3.4)} ${css_vh(3.6)};
746
+ border: 3px solid #F4AD46;
747
+ border-radius: 16px;
748
+ background: #FEDF8F;
749
+ box-shadow: 0 ${css_vh(0.65)} ${css_vh(2.2)} rgba(0, 0, 0, 0.32);
750
+ font-family: 'Lato Regular';
751
+ }
752
+
753
+ .extensionsLibrary.fade {
754
+ display: none;
755
+ opacity: 0;
756
+ }
757
+
758
+ .extensionsLibrary.fade.in {
759
+ display: block;
760
+ opacity: 1;
761
+ }
762
+
763
+ .extensionsLibraryClose {
764
+ position: absolute;
765
+ right: ${css_vh(1.1)};
766
+ top: ${css_vh(1.1)};
767
+ width: ${css_vh(4.3)};
768
+ height: ${css_vh(4.3)};
769
+ border: 0;
770
+ padding: 0;
771
+ background: url('../assets/ui/closeit.svg') no-repeat center center;
772
+ background-size: 100%;
773
+ cursor: pointer;
774
+ -webkit-tap-highlight-color: transparent;
775
+ }
776
+
777
+ .extensionsLibraryClose:focus-visible,
778
+ .extensionsLibraryCard:focus-visible {
779
+ outline: 3px solid #133C46;
780
+ outline-offset: 3px;
781
+ }
782
+
783
+ .extensionsLibraryTitle {
784
+ color: #315F7B;
785
+ font-size: ${css_vh(3.4)};
786
+ font-weight: bold;
787
+ line-height: ${css_vh(4)};
788
+ text-align: center;
789
+ text-shadow: 0 ${css_vh(0.13)} #fff;
790
+ }
791
+
792
+ .extensionsLibraryCards {
793
+ display: grid;
794
+ grid-template-columns: 1fr;
795
+ gap: ${css_vh(1.6)};
796
+ margin-top: ${css_vh(2.5)};
797
+ }
798
+
799
+ .extensionsLibraryCard {
800
+ box-sizing: border-box;
801
+ display: grid;
802
+ grid-template-columns: ${css_vh(9)} 1fr ${css_vh(4)};
803
+ column-gap: ${css_vh(1.8)};
804
+ align-items: center;
805
+ width: 100%;
806
+ min-height: ${css_vh(11)};
807
+ padding: ${css_vh(1.2)} ${css_vh(1.4)};
808
+ border: 3px solid #F4AD46;
809
+ border-radius: 12px;
810
+ background: #fff;
811
+ cursor: pointer;
812
+ text-align: left;
813
+ font-family: 'Lato Regular';
814
+ -webkit-tap-highlight-color: transparent;
815
+ }
816
+
817
+ .extensionsLibraryCard:active {
818
+ background: #FFF5D9;
819
+ }
820
+
821
+ .extensionsLibraryCard.loaded {
822
+ background: #F6FBFF;
823
+ border-color: #5D9CC8;
824
+ }
825
+
826
+ .extensionsLibraryCardIcon {
827
+ display: flex;
828
+ align-items: center;
829
+ justify-content: center;
830
+ width: ${css_vh(8)};
831
+ height: ${css_vh(8)};
832
+ border-radius: 50%;
833
+ background: #F9CF37;
834
+ }
835
+
836
+ .extensionsLibraryCardIcon svg {
837
+ width: ${css_vh(6.3)};
838
+ height: ${css_vh(6.3)};
839
+ }
840
+
841
+ .extensionsLibraryCardText {
842
+ min-width: 0;
843
+ }
844
+
845
+ .extensionsLibraryCardTitle {
846
+ color: #315F7B;
847
+ font-size: ${css_vh(2.6)};
848
+ font-weight: bold;
849
+ line-height: ${css_vh(3.1)};
850
+ }
851
+
852
+ .extensionsLibraryCardDescription {
853
+ margin-top: ${css_vh(0.35)};
854
+ color: #416E86;
855
+ font-size: ${css_vh(1.7)};
856
+ line-height: ${css_vh(2.3)};
857
+ }
858
+
859
+ .extensionsLibraryCardAction {
860
+ display: flex;
861
+ align-items: center;
862
+ justify-content: center;
863
+ justify-self: end;
864
+ width: ${css_vh(3.6)};
865
+ height: ${css_vh(3.6)};
866
+ border-radius: 50%;
867
+ background: #5D9CC8;
868
+ color: #fff;
869
+ font-size: ${css_vh(3.2)};
870
+ font-weight: bold;
871
+ line-height: 1;
872
+ text-shadow: 0 1px #244a64;
873
+ }
874
+
875
+ .extensionsLibraryCard.loaded .extensionsLibraryCardAction {
876
+ background: #E43D44;
877
+ }
878
+
879
+ .extensionsLibraryWarning {
880
+ display: none;
881
+ margin-top: ${css_vh(2)};
882
+ padding: ${css_vh(1.35)} ${css_vh(1.5)};
883
+ border-radius: 10px;
884
+ border: 2px solid #D47F25;
885
+ background: #FFF5D9;
886
+ }
887
+
888
+ .extensionsLibraryWarning.show {
889
+ display: block;
890
+ }
891
+
892
+ .extensionsLibraryWarningTitle {
893
+ color: #315F7B;
894
+ font-size: ${css_vh(2.25)};
895
+ font-weight: bold;
896
+ line-height: ${css_vh(2.8)};
897
+ }
898
+
899
+ .extensionsLibraryWarningText {
900
+ margin-top: ${css_vh(0.55)};
901
+ color: #416E86;
902
+ font-size: ${css_vh(1.65)};
903
+ line-height: ${css_vh(2.25)};
904
+ }
905
+
906
+ .extensionsLibraryWarningActions {
907
+ display: flex;
908
+ justify-content: flex-end;
909
+ gap: ${css_vh(1)};
910
+ margin-top: ${css_vh(1.35)};
911
+ }
912
+
913
+ .extensionsLibrarySecondaryButton,
914
+ .extensionsLibraryDangerButton {
915
+ min-width: ${css_vh(8.2)};
916
+ min-height: ${css_vh(3.7)};
917
+ border-radius: 10px;
918
+ border: 2px solid #315F7B;
919
+ color: #fff;
920
+ font-family: 'Lato Regular';
921
+ font-size: ${css_vh(1.75)};
922
+ font-weight: bold;
923
+ cursor: pointer;
924
+ -webkit-tap-highlight-color: transparent;
925
+ }
926
+
927
+ .extensionsLibrarySecondaryButton {
928
+ background: #5D9CC8;
929
+ }
930
+
931
+ .extensionsLibraryDangerButton {
932
+ border-color: #9E1F28;
933
+ background: #E43D44;
934
+ }
935
+
936
+ .extensionsLibrarySecondaryButton:focus-visible,
937
+ .extensionsLibraryDangerButton:focus-visible {
938
+ outline: 3px solid #133C46;
939
+ outline-offset: 3px;
940
+ }
941
+
644
942
  /* parental gate */
645
943
  .parentalgate {
646
944
  position: fixed;
@@ -1200,6 +1498,41 @@ form.projectname {
1200
1498
  z-index: 8
1201
1499
  }
1202
1500
 
1501
+ *.microbitMatrixMenu.menustyle {
1502
+ box-sizing: border-box;
1503
+ height: auto;
1504
+ padding: 8px;
1505
+ cursor: default;
1506
+ }
1507
+
1508
+ *.microbitMatrixGrid {
1509
+ display: grid;
1510
+ grid-template-columns: repeat(5, 28px);
1511
+ grid-template-rows: repeat(5, 28px);
1512
+ gap: 5px;
1513
+ }
1514
+
1515
+ *.microbitMatrixCell {
1516
+ box-sizing: border-box;
1517
+ width: 28px;
1518
+ height: 28px;
1519
+ border-radius: 6px;
1520
+ background: #414757;
1521
+ border: 3px solid #A75CA9;
1522
+ box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25);
1523
+ cursor: pointer;
1524
+ }
1525
+
1526
+ *.microbitMatrixCell.on {
1527
+ background: #35C1DF;
1528
+ border-color: #1F8EA6;
1529
+ box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.45), 0 0 0 2px rgba(255, 255, 255, 0.22);
1530
+ }
1531
+
1532
+ *.microbitMatrixCell:active {
1533
+ transform: translateY(1px);
1534
+ }
1535
+
1203
1536
  p.soundname{
1204
1537
  position: absolute;
1205
1538
  text-align: center;