sag_components 1.0.18 → 1.0.19

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.
@@ -49,8 +49,8 @@ var OneColumnContainer = function OneColumnContainer(_ref) {
49
49
  }, /*#__PURE__*/_react.default.createElement("div", {
50
50
  ref: nodeRef,
51
51
  style: {
52
- width: fit - content,
53
- height: fit - content
52
+ width: "fit-content",
53
+ height: "fit-content"
54
54
  }
55
55
  }, children), /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextContainer, {
56
56
  clicked: clicked,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -24,8 +24,8 @@ export const OneColumnContainer = ({ children,nodeRef,itemClass,overStyle,draggi
24
24
  droppedStyle
25
25
  )} width={width} height={height}>
26
26
  <div ref={nodeRef} style={{
27
- width: fit-content,
28
- height: fit-content
27
+ width: "fit-content",
28
+ height: "fit-content"
29
29
  }}>
30
30
  {children}
31
31
  </div>