@biggive/components 202402141759.0.0 → 202402141810.0.0

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/hydrate/index.js CHANGED
@@ -10878,7 +10878,7 @@ class BiggiveTotalizer {
10878
10878
  // there is Angular-specific behaviour breaking the contents of copies.
10879
10879
  const sleeveCount = 1;
10880
10880
  this.host.style.setProperty('--ticker-end-left', `-${(sleeveCount + 1) * 100}%`);
10881
- const duration = Math.round((itemsWidth / 50) * sleeveCount);
10881
+ const duration = Math.round((itemsWidth / 30) * sleeveCount);
10882
10882
  for (let ii = 1; ii <= sleeveCount; ii++) {
10883
10883
  const sleeve = sleeves[ii - 1];
10884
10884
  if (sleeve) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@biggive/components",
3
3
  "_comment": "Version number below is automatically replaced during CircleCI build.",
4
- "version": "202402141759.0.0",
4
+ "version": "202402141810.0.0",
5
5
  "description": "Big Give Components",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.js",