@cruglobal/godtools-shared 1.1.2-SNAPSHOT.1698 → 1.1.2-SNAPSHOT.1702

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.
@@ -3206,7 +3206,7 @@
3206
3206
  Item.call($this);
3207
3207
  parser.w3c(2, 'https://mobile-content-api.cru.org/xmlns/content', 'item');
3208
3208
  $this.flow = flow;
3209
- $this.y3j_1 = Companion_instance_14.u3h(parser.l3e('width'));
3209
+ $this.y3j_1 = Companion_instance_14.u3h(getDeviceAttributeValue(parser, $this.z39().j3f_1, 'width'));
3210
3210
  // Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
3211
3211
  var tmp1 = toExpressionOrNull(parser.l3e('invisible-if'));
3212
3212
  // Inline function 'org.cru.godtools.shared.tool.parser.model.Item.<init>.<anonymous>' call
@@ -3326,10 +3326,10 @@
3326
3326
  Flow.call($this);
3327
3327
  parser.w3c(2, 'https://mobile-content-api.cru.org/xmlns/content', 'flow');
3328
3328
  var tmp = $this;
3329
- var tmp0_elvis_lhs = Companion_instance_14.u3h(parser.l3e('item-width'));
3329
+ var tmp0_elvis_lhs = Companion_instance_14.u3h(getDeviceAttributeValue(parser, $this.z39().j3f_1, 'item-width'));
3330
3330
  tmp.m3k_1 = tmp0_elvis_lhs == null ? Companion_getInstance_20().e3k_1 : tmp0_elvis_lhs;
3331
3331
  var tmp_0 = $this;
3332
- var tmp1_safe_receiver = parser.l3e('row-gravity');
3332
+ var tmp1_safe_receiver = getDeviceAttributeValue(parser, $this.z39().j3f_1, 'row-gravity');
3333
3333
  var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().t3h(tmp1_safe_receiver);
3334
3334
  var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
3335
3335
  tmp_0.rowGravity = tmp3_elvis_lhs == null ? Companion_getInstance_20().f3k_1 : tmp3_elvis_lhs;