@lumx/react 4.2.1-alpha.7 → 4.2.1-alpha.9
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 -2
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -12075,8 +12075,7 @@ 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
|
|
12079
|
-
test: "123"
|
|
12078
|
+
onClick: onPreviousClick
|
|
12080
12079
|
}), /*#__PURE__*/jsx("div", {
|
|
12081
12080
|
ref: paginationRef,
|
|
12082
12081
|
className: element$9('pagination'),
|