@ndla/preset-panda 0.0.26 → 0.0.27

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/styles.css CHANGED
@@ -509,6 +509,7 @@
509
509
  --sizes-surface-page-max: 1128px;
510
510
  --sizes-surface-content-max: 744px;
511
511
  --sizes-surface-article-max: 928px;
512
+ --sizes-surface-wide-max: 1440px;
512
513
  --colors-background-default: var(--colors-white);
513
514
  --colors-background-subtle: var(--colors-grey-100);
514
515
  --colors-background-strong: var(--colors-purple-50);
@@ -166,6 +166,9 @@ export const semanticTokens = defineSemanticTokens({
166
166
  },
167
167
  articleMax: {
168
168
  value: "928px"
169
+ },
170
+ wideMax: {
171
+ value: "1440px"
169
172
  }
170
173
  }
171
174
  },
@@ -165,6 +165,9 @@ export declare const semanticTokens: {
165
165
  articleMax: {
166
166
  value: string;
167
167
  };
168
+ wideMax: {
169
+ value: string;
170
+ };
168
171
  };
169
172
  };
170
173
  colors: {
@@ -172,6 +172,9 @@ const semanticTokens = exports.semanticTokens = (0, _dev.defineSemanticTokens)({
172
172
  },
173
173
  articleMax: {
174
174
  value: "928px"
175
+ },
176
+ wideMax: {
177
+ value: "1440px"
175
178
  }
176
179
  }
177
180
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/preset-panda",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Panda preset for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "7713c89290c9b308be47bce300ad7db4a52a42dd"
40
+ "gitHead": "8b76ecf3764730339a324ead4dcbe26c26d6d60f"
41
41
  }