@lumx/react 3.16.1-alpha.2 → 3.17.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.
package/index.js
CHANGED
|
@@ -9680,7 +9680,7 @@ const Notification = forwardRef((props, ref) => {
|
|
|
9680
9680
|
emphasis: Emphasis.medium,
|
|
9681
9681
|
theme: theme,
|
|
9682
9682
|
onClick: handleCallback
|
|
9683
|
-
}, /*#__PURE__*/React__default.createElement("span", null, actionLabel))))
|
|
9683
|
+
}, /*#__PURE__*/React__default.createElement("span", null, actionLabel)))));
|
|
9684
9684
|
});
|
|
9685
9685
|
Notification.displayName = COMPONENT_NAME$C;
|
|
9686
9686
|
Notification.className = CLASSNAME$C;
|