@teambit/ui-foundation.ui.rendering.html 0.0.75 → 0.0.77

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.
@@ -6,10 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.FullHeightStyle = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  function FullHeightStyle() {
9
- return react_1.default.createElement("style", null,
10
- " ",
11
- 'html { height: 100%; } body { margin: 0; height: 100%; } #root { height: 100%; }',
12
- " ");
9
+ // return <style> {'html { height: 100%; } body { margin: 0; height: 100%; } #root { height: 100%; }'} </style>;
10
+ return react_1.default.createElement("style", null, 'body { margin: 0; }');
13
11
  }
14
12
  exports.FullHeightStyle = FullHeightStyle;
15
13
  //# sourceMappingURL=full-height-style.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"full-height-style.js","sourceRoot":"","sources":["../full-height-style.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAE1B,SAAgB,eAAe;IAC7B,OAAO;;QAAS,kFAAkF;YAAU,CAAC;AAC/G,CAAC;AAFD,0CAEC"}
1
+ {"version":3,"file":"full-height-style.js","sourceRoot":"","sources":["../full-height-style.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAE1B,SAAgB,eAAe;IAC7B,gHAAgH;IAChH,OAAO,6CAAQ,qBAAqB,CAAS,CAAC;AAChD,CAAC;AAHD,0CAGC"}
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
3
  export function FullHeightStyle() {
4
- return <style> {'html { height: 100%; } body { margin: 0; height: 100%; } #root { height: 100%; }'} </style>;
4
+ // return <style> {'html { height: 100%; } body { margin: 0; height: 100%; } #root { height: 100%; }'} </style>;
5
+ return <style>{'body { margin: 0; }'}</style>;
5
6
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/ui-foundation.ui.rendering.html",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "homepage": "https://bit.dev/teambit/ui-foundation/ui/rendering/html",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "ui/rendering/html",
9
- "version": "0.0.75"
9
+ "version": "0.0.77"
10
10
  },
11
11
  "dependencies": {
12
12
  "core-js": "^3.0.0"
@@ -3,3 +3,5 @@
3
3
 
4
4
  export const compositions = [];
5
5
  export const overview = [];
6
+
7
+ export const compositions_metadata = {"compositions":[]};