@livepeer/design-system 0.0.0-beta.8 → 0.0.0-beta.9

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.
@@ -1,5 +1,5 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
- size?: number | "1" | "2" | "3" | "4" | "5" | "6" | "7" | undefined;
2
+ size?: number | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | undefined;
3
3
  }, {
4
4
  bp1: "(min-width: 520px)";
5
5
  bp2: "(min-width: 900px)";
package/dist/index.es.js CHANGED
@@ -1361,9 +1361,12 @@ var Container = styled("div", {
1361
1361
  maxWidth: "1600px",
1362
1362
  },
1363
1363
  "6": {
1364
- maxWidth: "1920px",
1364
+ maxWidth: "1800px",
1365
1365
  },
1366
1366
  "7": {
1367
+ maxWidth: "1920px",
1368
+ },
1369
+ "8": {
1367
1370
  maxWidth: "none",
1368
1371
  },
1369
1372
  },
package/dist/index.js CHANGED
@@ -1391,9 +1391,12 @@ var Container = designSystem.styled("div", {
1391
1391
  maxWidth: "1600px",
1392
1392
  },
1393
1393
  "6": {
1394
- maxWidth: "1920px",
1394
+ maxWidth: "1800px",
1395
1395
  },
1396
1396
  "7": {
1397
+ maxWidth: "1920px",
1398
+ },
1399
+ "8": {
1397
1400
  maxWidth: "none",
1398
1401
  },
1399
1402
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "0.0.0-beta.8",
3
+ "version": "0.0.0-beta.9",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",