@doist/reactist 26.2.1 → 26.2.2
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/reactist.cjs.development.js +4 -3
- package/dist/reactist.cjs.development.js.map +1 -1
- package/dist/reactist.cjs.production.min.js +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/notice/notice.js +3 -2
- package/es/notice/notice.js.map +1 -1
- package/es/notice/notice.module.css.js +1 -1
- package/lib/notice/notice.js +1 -1
- package/lib/notice/notice.js.map +1 -1
- package/lib/notice/notice.module.css.js +1 -1
- package/package.json +1 -1
- package/styles/notice.css +1 -1
- package/styles/notice.module.css.css +1 -1
- package/styles/reactist.css +1 -1
|
@@ -985,7 +985,7 @@ function Loading(_ref) {
|
|
|
985
985
|
}));
|
|
986
986
|
}
|
|
987
987
|
|
|
988
|
-
var modules_1b547e7e = {"container":"
|
|
988
|
+
var modules_1b547e7e = {"container":"_2e62197a","content":"b7e8d846","icon":"_1c02ef4a","tone-info":"_940b3b19","tone-positive":"_6261fc66","tone-caution":"_255e20fe","tone-critical":"e225437d"};
|
|
989
989
|
|
|
990
990
|
function Notice({
|
|
991
991
|
id,
|
|
@@ -1003,9 +1003,10 @@ function Notice({
|
|
|
1003
1003
|
}, /*#__PURE__*/React__namespace.createElement(Column, {
|
|
1004
1004
|
width: "content"
|
|
1005
1005
|
}, /*#__PURE__*/React__namespace.createElement(AlertIcon, {
|
|
1006
|
-
tone: tone
|
|
1006
|
+
tone: tone,
|
|
1007
|
+
className: modules_1b547e7e.icon
|
|
1007
1008
|
})), /*#__PURE__*/React__namespace.createElement(Column, null, /*#__PURE__*/React__namespace.createElement(Box$1, {
|
|
1008
|
-
|
|
1009
|
+
className: modules_1b547e7e.content
|
|
1009
1010
|
}, children))));
|
|
1010
1011
|
}
|
|
1011
1012
|
|