@royaloperahouse/chord 2.1.10 → 2.2.0-bugfix-revert-column

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/chord.esm.js CHANGED
@@ -2477,29 +2477,29 @@ var _templateObject$9;
2477
2477
  var Grid = /*#__PURE__*/styled.div(_templateObject$9 || (_templateObject$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n grid-template-rows: max-content;\n gap: var(--grid-column-gap);\n margin: 0;\n"])));
2478
2478
 
2479
2479
  var _templateObject$a;
2480
- var GridItem = /*#__PURE__*/styled.div(_templateObject$a || (_templateObject$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span ", ";\n grid-column-start: ", ";\n\n @media ", " {\n & {\n grid-column: span\n ", ";\n grid-column-start: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-column: span ", ";\n grid-column-start: ", ";\n }\n }\n"])), function (_ref) {
2481
- var _ref$columnSpanDeskto = _ref.columnSpanDesktop,
2482
- columnSpanDesktop = _ref$columnSpanDeskto === void 0 ? 1 : _ref$columnSpanDeskto;
2483
- return columnSpanDesktop;
2484
- }, function (_ref2) {
2485
- var columnStartDesktop = _ref2.columnStartDesktop;
2480
+ var GridItem = /*#__PURE__*/styled.div(_templateObject$a || (_templateObject$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: ", " / span\n ", ";\n\n @media ", " {\n & {\n grid-column: ", " /\n span ", ";\n }\n }\n\n @media ", " {\n & {\n grid-column: ", " / span\n ", ";\n }\n }\n"])), function (_ref) {
2481
+ var columnStartDesktop = _ref.columnStartDesktop;
2486
2482
  return columnStartDesktop;
2483
+ }, function (_ref2) {
2484
+ var _ref2$columnSpanDeskt = _ref2.columnSpanDesktop,
2485
+ columnSpanDesktop = _ref2$columnSpanDeskt === void 0 ? 1 : _ref2$columnSpanDeskt;
2486
+ return columnSpanDesktop;
2487
2487
  }, devices.mobile, function (_ref3) {
2488
- var _ref3$columnSpanDevic = _ref3.columnSpanDevice,
2489
- columnSpanDevice = _ref3$columnSpanDevic === void 0 ? 1 : _ref3$columnSpanDevic,
2490
- columnSpanSmallDevice = _ref3.columnSpanSmallDevice;
2491
- return columnSpanSmallDevice != null ? columnSpanSmallDevice : columnSpanDevice;
2492
- }, function (_ref4) {
2493
- var columnStartDevice = _ref4.columnStartDevice,
2494
- columnStartSmallDevice = _ref4.columnStartSmallDevice;
2488
+ var columnStartDevice = _ref3.columnStartDevice,
2489
+ columnStartSmallDevice = _ref3.columnStartSmallDevice;
2495
2490
  return columnStartSmallDevice != null ? columnStartSmallDevice : columnStartDevice;
2491
+ }, function (_ref4) {
2492
+ var _ref4$columnSpanDevic = _ref4.columnSpanDevice,
2493
+ columnSpanDevice = _ref4$columnSpanDevic === void 0 ? 1 : _ref4$columnSpanDevic,
2494
+ columnSpanSmallDevice = _ref4.columnSpanSmallDevice;
2495
+ return columnSpanSmallDevice != null ? columnSpanSmallDevice : columnSpanDevice;
2496
2496
  }, devices.tablet, function (_ref5) {
2497
- var _ref5$columnSpanDevic = _ref5.columnSpanDevice,
2498
- columnSpanDevice = _ref5$columnSpanDevic === void 0 ? 1 : _ref5$columnSpanDevic;
2499
- return columnSpanDevice;
2500
- }, function (_ref6) {
2501
- var columnStartDevice = _ref6.columnStartDevice;
2497
+ var columnStartDevice = _ref5.columnStartDevice;
2502
2498
  return columnStartDevice;
2499
+ }, function (_ref6) {
2500
+ var _ref6$columnSpanDevic = _ref6.columnSpanDevice,
2501
+ columnSpanDevice = _ref6$columnSpanDevic === void 0 ? 1 : _ref6$columnSpanDevic;
2502
+ return columnSpanDevice;
2503
2503
  });
2504
2504
 
2505
2505
  var _templateObject$b;