@thecb/components 11.11.2 → 11.11.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/index.esm.js CHANGED
@@ -46136,7 +46136,8 @@ var IconsModule = function IconsModule(_ref) {
46136
46136
  Icon = iconsMap[icon];
46137
46137
  }
46138
46138
  return /*#__PURE__*/React__default.createElement(Box, {
46139
- padding: "0 1rem 0 0"
46139
+ padding: "0 1rem 0 0",
46140
+ "aria-hidden": "true"
46140
46141
  }, /*#__PURE__*/React__default.createElement(Cluster, {
46141
46142
  justify: "center",
46142
46143
  align: "center"