@royaloperahouse/harmonic 0.14.0-a → 0.14.0-b
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 +2 -2
- 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 +2 -2
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -10945,11 +10945,11 @@ var AnchorBar = function AnchorBar(_ref) {
|
|
|
10945
10945
|
};
|
|
10946
10946
|
|
|
10947
10947
|
var _templateObject$1g, _templateObject2$_;
|
|
10948
|
-
var FocusableTab = /*#__PURE__*/styled__default(Tab)(_templateObject$1g || (_templateObject$1g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n &:not(:active):not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: 0;\n padding: 0;\n overflow: hidden;\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n border: 0;\n white-space: nowrap;\n user-select: none;\n }\n\n @media ", " {\n
|
|
10948
|
+
var FocusableTab = /*#__PURE__*/styled__default(Tab)(_templateObject$1g || (_templateObject$1g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n &:not(:active):not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: 0;\n padding: 0;\n overflow: hidden;\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n border: 0;\n white-space: nowrap;\n user-select: none;\n }\n\n @media ", " {\n position: absolute;\n left: 10px;\n top: 10px;\n width: 80px;\n height: 44px;\n margin: 0;\n padding: 0;\n overflow: hidden;\n clip: auto;\n color: transparent;\n background: transparent;\n opacity: 0;\n border: 0;\n white-space: nowrap;\n user-select: none;\n }\n"])), function (_ref) {
|
|
10949
10949
|
var hide = _ref.hide;
|
|
10950
10950
|
return hide && "display: none;";
|
|
10951
10951
|
}, devices.mobileAndTablet);
|
|
10952
|
-
var HiddenBlock = /*#__PURE__*/styled__default.div(_templateObject2$_ || (_templateObject2$_ = /*#__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
|
|
10952
|
+
var HiddenBlock = /*#__PURE__*/styled__default.div(_templateObject2$_ || (_templateObject2$_ = /*#__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 position: absolute;\n border-bottom: 0;\n padding: 0;\n }\n @media ", " {\n border-bottom: 0;\n position: absolute;\n padding: 0;\n }\n"])), devices.mobileAndTablet);
|
|
10953
10953
|
|
|
10954
10954
|
/**
|
|
10955
10955
|
* An accessible component which allows Assistive Technology users to move the focus
|