@abgov/web-components 1.17.0-alpha.77 → 1.17.0-alpha.78
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/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -19518,7 +19518,7 @@ function Tl(t) {
|
|
|
19518
19518
|
if (
|
|
19519
19519
|
/*countby*/
|
|
19520
19520
|
o[7] && /*count*/
|
|
19521
|
-
o[15]
|
|
19521
|
+
o[15] <= /*maxcount*/
|
|
19522
19522
|
o[8]
|
|
19523
19523
|
) return Rf;
|
|
19524
19524
|
}
|