thread-ui 0.1.7 → 0.1.8

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.
@@ -3,7 +3,14 @@ import { css } from '../css/index.mjs';
3
3
 
4
4
  const containerConfig = {
5
5
  transform(props) {
6
- return CONTAINER_STYLES;
6
+ return {
7
+ width: "100%",
8
+ marginRight: "auto",
9
+ marginLeft: "auto",
10
+ maxWidth: "1400px",
11
+ paddingRight: "2rem",
12
+ paddingLeft: "2rem"
13
+ };
7
14
  }}
8
15
 
9
16
  export const getContainerStyle = (styles = {}) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thread-ui",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "UI Library for React Applications.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",