@thecb/components 6.0.1 → 6.0.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/index.cjs.js
CHANGED
|
@@ -37268,7 +37268,10 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
37268
37268
|
boxShadow: "0px 0px 4px 0px rgb(110, 114, 126)",
|
|
37269
37269
|
role: "region",
|
|
37270
37270
|
"aria-label": "Payment step"
|
|
37271
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
37271
|
+
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
37272
|
+
srOnly: true,
|
|
37273
|
+
padding: "0"
|
|
37274
|
+
}, /*#__PURE__*/React__default.createElement(Text$1, null, "Current step: ".concat(tabs[highlightIndex]))), /*#__PURE__*/React__default.createElement(Center, {
|
|
37272
37275
|
maxWidth: "76.5rem"
|
|
37273
37276
|
}, /*#__PURE__*/React__default.createElement(Reel, {
|
|
37274
37277
|
padding: "0",
|