@doist/reactist 26.2.1 → 26.2.3
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 +5 -4
- 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/es/tabs/tabs.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/lib/tabs/tabs.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 +2 -2
- package/styles/tabs.css +1 -1
- package/styles/tabs.module.css.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
|
|
|
@@ -2612,7 +2613,7 @@ function ModalActions(_ref5) {
|
|
|
2612
2613
|
}, children));
|
|
2613
2614
|
}
|
|
2614
2615
|
|
|
2615
|
-
var modules_40c67f5b = {"tab":"
|
|
2616
|
+
var modules_40c67f5b = {"tab":"_2308f55f","track":"d173fedb","tab-neutral":"_4d1ad155","tab-themed":"_138c6c8b","track-neutral":"ee766342","track-themed":"cecb68f0"};
|
|
2616
2617
|
|
|
2617
2618
|
const _excluded$5 = ["children", "space"],
|
|
2618
2619
|
_excluded2$1 = ["children", "id", "renderMode"];
|