@abgov/react-components 4.0.0-alpha.133 → 4.0.0-alpha.134
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
package/react-components.esm.js
CHANGED
|
@@ -2130,7 +2130,7 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
|
2130
2130
|
ml = null
|
|
2131
2131
|
} = $$props;
|
|
2132
2132
|
onMount(() => {
|
|
2133
|
-
validateType(type);
|
|
2133
|
+
setTimeout(() => validateType(type), 1);
|
|
2134
2134
|
|
|
2135
2135
|
if (!showIcon && !content) {
|
|
2136
2136
|
console.warn("GoABadge must have either then content or icon property set");
|
|
@@ -3563,7 +3563,7 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
|
3563
3563
|
testid = ""
|
|
3564
3564
|
} = $$props;
|
|
3565
3565
|
onMount(() => {
|
|
3566
|
-
validateType(type);
|
|
3566
|
+
setTimeout(() => validateType(type), 1);
|
|
3567
3567
|
});
|
|
3568
3568
|
|
|
3569
3569
|
$$self.$$set = $$props => {
|
|
@@ -12648,7 +12648,7 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
|
12648
12648
|
feedbackurl = ""
|
|
12649
12649
|
} = $$props;
|
|
12650
12650
|
onMount(() => {
|
|
12651
|
-
validateType(type);
|
|
12651
|
+
setTimeout(() => validateType(type), 1);
|
|
12652
12652
|
});
|
|
12653
12653
|
|
|
12654
12654
|
$$self.$$set = $$props => {
|
|
@@ -13686,7 +13686,7 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
|
13686
13686
|
} = $$props;
|
|
13687
13687
|
let show = true;
|
|
13688
13688
|
onMount(() => {
|
|
13689
|
-
validateType(type);
|
|
13689
|
+
setTimeout(() => validateType(type), 1);
|
|
13690
13690
|
});
|
|
13691
13691
|
|
|
13692
13692
|
function close(e) {
|
|
@@ -16376,7 +16376,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
|
16376
16376
|
ml = null
|
|
16377
16377
|
} = $$props;
|
|
16378
16378
|
onMount(() => {
|
|
16379
|
-
validateType(type);
|
|
16379
|
+
setTimeout(() => validateType(type), 1);
|
|
16380
16380
|
validateSize(size);
|
|
16381
16381
|
});
|
|
16382
16382
|
|
package/react-components.umd.js
CHANGED
|
@@ -2171,7 +2171,7 @@
|
|
|
2171
2171
|
ml = null
|
|
2172
2172
|
} = $$props;
|
|
2173
2173
|
onMount(() => {
|
|
2174
|
-
validateType(type);
|
|
2174
|
+
setTimeout(() => validateType(type), 1);
|
|
2175
2175
|
|
|
2176
2176
|
if (!showIcon && !content) {
|
|
2177
2177
|
console.warn("GoABadge must have either then content or icon property set");
|
|
@@ -3604,7 +3604,7 @@
|
|
|
3604
3604
|
testid = ""
|
|
3605
3605
|
} = $$props;
|
|
3606
3606
|
onMount(() => {
|
|
3607
|
-
validateType(type);
|
|
3607
|
+
setTimeout(() => validateType(type), 1);
|
|
3608
3608
|
});
|
|
3609
3609
|
|
|
3610
3610
|
$$self.$$set = $$props => {
|
|
@@ -12694,7 +12694,7 @@
|
|
|
12694
12694
|
feedbackurl = ""
|
|
12695
12695
|
} = $$props;
|
|
12696
12696
|
onMount(() => {
|
|
12697
|
-
validateType(type);
|
|
12697
|
+
setTimeout(() => validateType(type), 1);
|
|
12698
12698
|
});
|
|
12699
12699
|
|
|
12700
12700
|
$$self.$$set = $$props => {
|
|
@@ -13732,7 +13732,7 @@
|
|
|
13732
13732
|
} = $$props;
|
|
13733
13733
|
let show = true;
|
|
13734
13734
|
onMount(() => {
|
|
13735
|
-
validateType(type);
|
|
13735
|
+
setTimeout(() => validateType(type), 1);
|
|
13736
13736
|
});
|
|
13737
13737
|
|
|
13738
13738
|
function close(e) {
|
|
@@ -16425,7 +16425,7 @@
|
|
|
16425
16425
|
ml = null
|
|
16426
16426
|
} = $$props;
|
|
16427
16427
|
onMount(() => {
|
|
16428
|
-
validateType(type);
|
|
16428
|
+
setTimeout(() => validateType(type), 1);
|
|
16429
16429
|
validateSize(size);
|
|
16430
16430
|
});
|
|
16431
16431
|
|