@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1776 → 1.2.0-PR799-SNAPSHOT.1777
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/antlr-kotlin-antlr-kotlin-runtime.js +3 -3
- package/kotlin-kotlin-stdlib.js +12 -12
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2 -3
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -9138,8 +9138,7 @@
|
|
|
9138
9138
|
$this.v45_1 = page;
|
|
9139
9139
|
var tmp = $this;
|
|
9140
9140
|
var tmp0_safe_receiver = parser.d3d('control-color');
|
|
9141
|
-
|
|
9142
|
-
tmp.w45_1 = tmp1_safe_receiver == null ? null : toPlatformColor(tmp1_safe_receiver);
|
|
9141
|
+
tmp.w45_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9143
9142
|
$this.x45_1 = parser.p3p('https://mobile-content-api.cru.org/xmlns/training', 'tip');
|
|
9144
9143
|
$this.label = parseTextChild(parser, $this, 'https://mobile-content-api.cru.org/xmlns/tract', 'call-to-action');
|
|
9145
9144
|
return $this;
|
|
@@ -9169,7 +9168,7 @@
|
|
|
9169
9168
|
};
|
|
9170
9169
|
protoOf(CallToAction).y45 = function () {
|
|
9171
9170
|
var tmp0_elvis_lhs = this.w45_1;
|
|
9172
|
-
return tmp0_elvis_lhs == null ?
|
|
9171
|
+
return tmp0_elvis_lhs == null ? get_primaryColor_0(get_stylesParent(this)) : tmp0_elvis_lhs;
|
|
9173
9172
|
};
|
|
9174
9173
|
protoOf(CallToAction).z45 = function () {
|
|
9175
9174
|
return this.x45_1;
|