@royaloperahouse/harmonic 0.8.0-b → 0.8.0-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
|
@@ -8638,7 +8638,7 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
8638
8638
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
8639
8639
|
className: className
|
|
8640
8640
|
}, /*#__PURE__*/React__default.createElement(Grid, null, /*#__PURE__*/React__default.createElement(GridItem, {
|
|
8641
|
-
columnStartDesktop:
|
|
8641
|
+
columnStartDesktop: 3,
|
|
8642
8642
|
columnSpanDesktop: 12,
|
|
8643
8643
|
columnStartDevice: 1,
|
|
8644
8644
|
columnSpanDevice: 14
|