labsense-ui-kit 1.3.97 → 1.3.98
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6901,7 +6901,8 @@ var useNotification = function useNotification() {
|
|
|
6901
6901
|
icon: React__default.createElement(Icon, {
|
|
6902
6902
|
icon: (customStyle === null || customStyle === void 0 ? void 0 : customStyle.icon) || 'Add_1',
|
|
6903
6903
|
size: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconSize,
|
|
6904
|
-
weight: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconWeight
|
|
6904
|
+
weight: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconWeight,
|
|
6905
|
+
color: customStyle === null || customStyle === void 0 ? void 0 : customStyle.color
|
|
6905
6906
|
}),
|
|
6906
6907
|
style: {
|
|
6907
6908
|
background: customStyle === null || customStyle === void 0 ? void 0 : customStyle.background,
|