@robotical/martyblocksjr 3.5.19 → 3.5.21

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.
@@ -75,7 +75,7 @@
75
75
  display: block;
76
76
  margin: ${css_vh(0.00)};
77
77
  padding: ${css_vh(0.00)};
78
- width: ${css_vh(31.25)};
78
+ width: ${css_vh(41.67)};
79
79
  height: ${css_vh(8.46)};
80
80
  }
81
81
 
@@ -101,6 +101,17 @@
101
101
  -webkit-tap-highlight-color: transparent;
102
102
  }
103
103
 
104
+ .uploadicon {
105
+ display: inline-block;
106
+ position: relative;
107
+ margin: ${css_vh(0.00)} ${css_vh(0.91)} ${css_vh(0.00)};
108
+ width: ${css_vh(8.46)};
109
+ height: ${css_vh(8.46)};
110
+ background: url('../assets/paint/upload.svg');
111
+ background-size: 100%;
112
+ -webkit-tap-highlight-color: transparent;
113
+ }
114
+
104
115
  .okicon {
105
116
  display: inline-block;
106
117
  position: relative;
@@ -136,6 +147,19 @@
136
147
  background-size: 100%;
137
148
  }
138
149
 
150
+ .uploadicon:active {
151
+ background: url('../assets/paint/uploadPressed.svg');
152
+ background-size: 100%;
153
+ }
154
+
155
+ .uploadicon.disabled, .uploadicon.disabled:active {
156
+ opacity: 0.4;
157
+ cursor: default;
158
+ background: url('../assets/paint/upload.svg');
159
+ background-size: 100%;
160
+ pointer-events: none;
161
+ }
162
+
139
163
  /*
140
164
  Assets chooser
141
165
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.5.19",
3
+ "version": "3.5.21",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",