@abgov/react-components 4.0.0-alpha.104 → 4.0.0-alpha.105

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "4.0.0-alpha.104",
3
+ "version": "4.0.0-alpha.105",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"
@@ -13710,9 +13710,9 @@ function create_else_block(ctx) {
13710
13710
  function create_if_block_2(ctx) {
13711
13711
  let each_1_anchor;
13712
13712
  let current;
13713
- let each_value = Array(
13713
+ let each_value = Array(Number.parseInt(
13714
13714
  /*linecount*/
13715
- ctx[2]);
13715
+ ctx[2] + ""));
13716
13716
  let each_blocks = [];
13717
13717
 
13718
13718
  for (let i = 0; i < each_value.length; i += 1) {
@@ -13745,9 +13745,9 @@ function create_if_block_2(ctx) {
13745
13745
  if (dirty &
13746
13746
  /*size, linecount*/
13747
13747
  6) {
13748
- each_value = Array(
13748
+ each_value = Array(Number.parseInt(
13749
13749
  /*linecount*/
13750
- ctx[2]);
13750
+ ctx[2] + ""));
13751
13751
  let i;
13752
13752
 
13753
13753
  for (i = 0; i < each_value.length; i += 1) {
@@ -13957,7 +13957,9 @@ function create_if_block$1(ctx) {
13957
13957
  size:
13958
13958
  /*size*/
13959
13959
  ctx[1],
13960
- linecount: 3
13960
+ linecount:
13961
+ /*linecount*/
13962
+ ctx[2]
13961
13963
  }
13962
13964
  });
13963
13965
  return {
@@ -14010,6 +14012,11 @@ function create_if_block$1(ctx) {
14010
14012
  2) skeleton2_changes.size =
14011
14013
  /*size*/
14012
14014
  ctx[1];
14015
+ if (dirty &
14016
+ /*linecount*/
14017
+ 4) skeleton2_changes.linecount =
14018
+ /*linecount*/
14019
+ ctx[2];
14013
14020
  skeleton2.$set(skeleton2_changes);
14014
14021
 
14015
14022
  if (!current || dirty &
@@ -14052,7 +14059,7 @@ function create_if_block$1(ctx) {
14052
14059
  }
14053
14060
 
14054
14061
  };
14055
- } // (52:4) {#each Array(linecount) as _item}
14062
+ } // (52:4) {#each Array(Number.parseInt(linecount+"")) as _item}
14056
14063
 
14057
14064
 
14058
14065
  function create_each_block(ctx) {
@@ -13757,9 +13757,9 @@
13757
13757
  function create_if_block_2(ctx) {
13758
13758
  let each_1_anchor;
13759
13759
  let current;
13760
- let each_value = Array(
13760
+ let each_value = Array(Number.parseInt(
13761
13761
  /*linecount*/
13762
- ctx[2]);
13762
+ ctx[2] + ""));
13763
13763
  let each_blocks = [];
13764
13764
 
13765
13765
  for (let i = 0; i < each_value.length; i += 1) {
@@ -13792,9 +13792,9 @@
13792
13792
  if (dirty &
13793
13793
  /*size, linecount*/
13794
13794
  6) {
13795
- each_value = Array(
13795
+ each_value = Array(Number.parseInt(
13796
13796
  /*linecount*/
13797
- ctx[2]);
13797
+ ctx[2] + ""));
13798
13798
  let i;
13799
13799
 
13800
13800
  for (i = 0; i < each_value.length; i += 1) {
@@ -14004,7 +14004,9 @@
14004
14004
  size:
14005
14005
  /*size*/
14006
14006
  ctx[1],
14007
- linecount: 3
14007
+ linecount:
14008
+ /*linecount*/
14009
+ ctx[2]
14008
14010
  }
14009
14011
  });
14010
14012
  return {
@@ -14057,6 +14059,11 @@
14057
14059
  2) skeleton2_changes.size =
14058
14060
  /*size*/
14059
14061
  ctx[1];
14062
+ if (dirty &
14063
+ /*linecount*/
14064
+ 4) skeleton2_changes.linecount =
14065
+ /*linecount*/
14066
+ ctx[2];
14060
14067
  skeleton2.$set(skeleton2_changes);
14061
14068
 
14062
14069
  if (!current || dirty &
@@ -14099,7 +14106,7 @@
14099
14106
  }
14100
14107
 
14101
14108
  };
14102
- } // (52:4) {#each Array(linecount) as _item}
14109
+ } // (52:4) {#each Array(Number.parseInt(linecount+"")) as _item}
14103
14110
 
14104
14111
 
14105
14112
  function create_each_block(ctx) {