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