@robotical/martyblocksjr 3.1.3 → 3.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.
@@ -60,7 +60,7 @@
60
60
 
61
61
  .iconButtonContainer {
62
62
  width: 65%;
63
- height: 18px;
63
+ height: 20%;
64
64
  }
65
65
 
66
66
  .notConnectedButtonContainer,
@@ -152,6 +152,37 @@
152
152
  margin-left: -10px;
153
153
  }
154
154
 
155
+ .speechBubbleControls {
156
+ position: absolute;
157
+ top: 0;
158
+ left: 0;
159
+ right: 0;
160
+ z-index: 100000;
161
+ width: 100%;
162
+ height: 100%;
163
+ display: flex;
164
+ justify-content: space-between;
165
+ align-items: center;
166
+ }
167
+
168
+ .speechBubblePreviousStep {
169
+ background: #E6E6E6;
170
+ color: white;
171
+ border-radius: 5px;
172
+ /* padding: 2.5px 5px; */
173
+ margin-left: -12px;
174
+ cursor: pointer;
175
+ }
176
+ .speechBubbleNextStep {
177
+ background: #E6E6E6;
178
+ color: white;
179
+ border-radius: 5px;
180
+ /* padding: 2.5px 5px; */
181
+ margin-right: -12px;
182
+ cursor: pointer;
183
+
184
+ }
185
+
155
186
  #tutorial-down-pointing-arrow-svg {
156
187
  position: absolute;
157
188
  bottom: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.1.3",
3
+ "version": "3.2.0",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",