@next-core/brick-kit 2.178.8 → 2.178.10
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.bundle.js +1 -2
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.bundle.js
CHANGED
|
@@ -6699,8 +6699,7 @@
|
|
|
6699
6699
|
content: contentNode,
|
|
6700
6700
|
className: "ant-message-notice-".concat(method)
|
|
6701
6701
|
};
|
|
6702
|
-
|
|
6703
|
-
antd.message[method](...processArg);
|
|
6702
|
+
antd.message[method](argProp, ...processArg.slice(1));
|
|
6704
6703
|
};
|
|
6705
6704
|
}
|
|
6706
6705
|
function builtinWebStorageListenerFactory(storageType, method, args, ifContainer, context, runtimeBrick) {
|