@ndla/preset-panda 0.0.11 → 0.0.12

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/es/typography.js CHANGED
@@ -182,7 +182,7 @@ export const textStyles = defineTextStyles({
182
182
  value: {
183
183
  fontFamily: "sans",
184
184
  fontWeight: "normal",
185
- ...sizes("medium", "large")
185
+ ...sizes("large", "large")
186
186
  }
187
187
  },
188
188
  large: {
package/lib/typography.js CHANGED
@@ -188,7 +188,7 @@ const textStyles = exports.textStyles = (0, _dev.defineTextStyles)({
188
188
  value: {
189
189
  fontFamily: "sans",
190
190
  fontWeight: "normal",
191
- ...sizes("medium", "large")
191
+ ...sizes("large", "large")
192
192
  }
193
193
  },
194
194
  large: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/preset-panda",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Panda preset for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "6fdfbed9f18bbd725c837fb74de2f093e80d5605"
39
+ "gitHead": "557f718324916e39e3b04d6a7196679d31056e00"
40
40
  }