@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.
@@ -985,7 +985,7 @@ function Loading(_ref) {
985
985
  }));
986
986
  }
987
987
 
988
- var modules_1b547e7e = {"container":"_464500ae","tone-info":"_1abfe147","tone-positive":"_36ce9859","tone-caution":"f92214b7","tone-critical":"be6cf28e"};
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
- paddingY: "xsmall"
1009
+ className: modules_1b547e7e.content
1009
1010
  }, children))));
1010
1011
  }
1011
1012