gobstones-blockly 0.25.3 → 0.25.4
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.
- checksums.yaml +4 -4
- data/app/assets/htmls/gs-element-blockly.html +3 -3
- data/lib/gobstones/blockly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f1724c6b0a4a16cd5c195c49f8522ce2d767c399f763b76b33a374030166b61
|
|
4
|
+
data.tar.gz: da6e64d1f72c97205348d784c00ce25fe58e18f669a0cec8f64ce6f223c896a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9151bc2d8418ef276fd330a93f84843c9aa6fbd8b18cc1ff8ea57183867c4128b5f0082d465812d9f17980c6e0482509bc5268512084e8401cd3a1faac5d19c
|
|
7
|
+
data.tar.gz: d01bd53765fe70ee268376909540c64da93b79880c4e5b690a23063f0255aa0bd301cee2a309b432423ec0f5ec6eebda9edf7450c86d53d441532dcb9ed61c6c
|
|
@@ -6882,14 +6882,14 @@ Blockly.ErrorInforming.CssContent = [
|
|
|
6882
6882
|
row.style["pointer-elements"] = "none";
|
|
6883
6883
|
row.style["background"] = "#15546f";
|
|
6884
6884
|
row.style["color"] = "#ffffff";
|
|
6885
|
-
row.style["margin-top"] = "
|
|
6886
|
-
row.style["margin-bottom"] = "
|
|
6885
|
+
row.style["margin-top"] = "8px";
|
|
6886
|
+
row.style["margin-bottom"] = "8px";
|
|
6887
6887
|
row.style["pointer-events"] = "none";
|
|
6888
6888
|
row.style["user-select"] = "none";
|
|
6889
6889
|
|
|
6890
6890
|
if (toolbarNode.innerHTML.startsWith("*")) {
|
|
6891
6891
|
row.style["margin-top"] = "0";
|
|
6892
|
-
row.style["margin-bottom"] = "-
|
|
6892
|
+
row.style["margin-bottom"] = "-8px";
|
|
6893
6893
|
row.style["font-weight"] = "900";
|
|
6894
6894
|
toolbarNode.innerHTML = toolbarNode.innerHTML.replace("*", "");
|
|
6895
6895
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gobstones-blockly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.25.
|
|
4
|
+
version: 0.25.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Alfonso
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|