@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.cjs.js
CHANGED
|
@@ -46144,7 +46144,8 @@ var IconsModule = function IconsModule(_ref) {
|
|
|
46144
46144
|
Icon = iconsMap[icon];
|
|
46145
46145
|
}
|
|
46146
46146
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
46147
|
-
padding: "0 1rem 0 0"
|
|
46147
|
+
padding: "0 1rem 0 0",
|
|
46148
|
+
"aria-hidden": "true"
|
|
46148
46149
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
46149
46150
|
justify: "center",
|
|
46150
46151
|
align: "center"
|