@royaloperahouse/harmonic 1.0.8-b → 1.0.8-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 +3 -3
- 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 +3 -3
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -768,7 +768,7 @@ var Expand18px = (function (_ref) {
|
|
|
768
768
|
return /*#__PURE__*/React.createElement("svg", {
|
|
769
769
|
width: "18",
|
|
770
770
|
height: "18",
|
|
771
|
-
viewBox: "
|
|
771
|
+
viewBox: "1.5 1.5 9.5 9.5",
|
|
772
772
|
fill: "none",
|
|
773
773
|
"aria-label": ariaLabel,
|
|
774
774
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -784,9 +784,9 @@ var Remove18px = (function (_ref) {
|
|
|
784
784
|
ariaLabel = _ref.ariaLabel;
|
|
785
785
|
return /*#__PURE__*/React.createElement("svg", {
|
|
786
786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
787
|
+
viewBox: "1.5 1.2 10.5 10.5",
|
|
787
788
|
width: "18",
|
|
788
789
|
height: "18",
|
|
789
|
-
viewBox: "0 0 18 18",
|
|
790
790
|
fill: "none",
|
|
791
791
|
"aria-label": ariaLabel
|
|
792
792
|
}, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
@@ -6170,7 +6170,7 @@ var ExtraActionsContainer = /*#__PURE__*/styled__default.div(_templateObject1$1
|
|
|
6170
6170
|
var fullWidth = _ref9.fullWidth;
|
|
6171
6171
|
return fullWidth ? '0' : '20px';
|
|
6172
6172
|
});
|
|
6173
|
-
var LabelElements = /*#__PURE__*/styled__default.div(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 26px;\n padding: 0 8px;\n background-color: ", ";\n &&
|
|
6173
|
+
var LabelElements = /*#__PURE__*/styled__default.div(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 26px;\n padding: 0 8px;\n background-color: ", ";\n && * {\n text-transform: var(--text-transform-body);\n }\n"])), function (_ref0) {
|
|
6174
6174
|
var bgColor = _ref0.bgColor;
|
|
6175
6175
|
return bgColor ? "var(--color-base-" + bgColor + ")" : 'var(--color-primary-background)';
|
|
6176
6176
|
});
|