infinity-forge 10.9.0 → 10.9.1

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.
@@ -161,7 +161,7 @@ function CustomCarousel(_a) {
161
161
  if (filterItemIndex >= 0) {
162
162
  setTimeout(function () {
163
163
  actions.slideTo(filterItemIndex);
164
- }, 100);
164
+ }, 500);
165
165
  }
166
166
  }, [router.query.sourceFilters]);
167
167
  return ((0, jsx_runtime_1.jsxs)("div", { className: 'custom_filter', children: [(0, jsx_runtime_1.jsx)(Prev, { children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconLeftChevron' }) }), (0, jsx_runtime_1.jsx)(Carousel, {}), (0, jsx_runtime_1.jsx)(Next, { children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconRightChevron' }) })] }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "10.9.0",
3
+ "version": "10.9.1",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",