@royaloperahouse/harmonic 0.13.4-b → 0.13.4-c
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/harmonic.cjs.development.js +1 -1
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +1 -1
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -10558,7 +10558,7 @@ var FocusableTab = /*#__PURE__*/styled__default(Tab)(_templateObject$1e || (_tem
|
|
|
10558
10558
|
var hide = _ref.hide;
|
|
10559
10559
|
return hide && "display: none;";
|
|
10560
10560
|
}, devices.mobileAndTablet);
|
|
10561
|
-
var HiddenBlock = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 29px 50px;\n display: inline-block;\n width: 100%;\n height: fit-content;\n border-bottom: solid 2px
|
|
10561
|
+
var HiddenBlock = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 29px 50px;\n display: inline-block;\n width: 100%;\n height: fit-content;\n border-bottom: solid 2px var(--base-color-light-grey);\n overflow: hidden;\n &:not(:has(div:focus)) {\n border-bottom: 0;\n padding: 0;\n }\n @media ", " {\n border-bottom: 0;\n }\n"])), devices.mobileAndTablet);
|
|
10562
10562
|
|
|
10563
10563
|
/**
|
|
10564
10564
|
* An accessible component which allows Assistive Technology users to move the focus
|