@lumx/react 4.2.1-alpha.6 → 4.2.1-alpha.8

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 CHANGED
@@ -12075,7 +12075,8 @@ const InternalSlideshowControls = forwardRef((props, ref) => {
12075
12075
  className: element$9('navigation'),
12076
12076
  color: theme === Theme$1.dark ? 'light' : 'dark',
12077
12077
  emphasis: Emphasis$1.low,
12078
- onClick: onPreviousClick
12078
+ onClick: onPreviousClick,
12079
+ test: "123"
12079
12080
  }), /*#__PURE__*/jsx("div", {
12080
12081
  ref: paginationRef,
12081
12082
  className: element$9('pagination'),