@principal-ade/industry-theme 0.1.3 → 0.1.4

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/cjs/index.js CHANGED
@@ -594,7 +594,7 @@ var landingPageTheme = {
594
594
  heading: '-apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif',
595
595
  monospace: '"SF Mono", Monaco, Inconsolata, "Fira Code", monospace'
596
596
  },
597
- fontSizes: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 28, 32, 36, 48, 56, 68, 84, 96],
597
+ fontSizes: [12, 14, 16, 18, 20, 24, 32, 48, 64, 96],
598
598
  fontScale: 1,
599
599
  fontWeights: {
600
600
  body: 400,
package/dist/esm/index.js CHANGED
@@ -512,7 +512,7 @@ var landingPageTheme = {
512
512
  heading: '-apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif',
513
513
  monospace: '"SF Mono", Monaco, Inconsolata, "Fira Code", monospace'
514
514
  },
515
- fontSizes: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 28, 32, 36, 48, 56, 68, 84, 96],
515
+ fontSizes: [12, 14, 16, 18, 20, 24, 32, 48, 64, 96],
516
516
  fontScale: 1,
517
517
  fontWeights: {
518
518
  body: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ade/industry-theme",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "description": "Theme components and styles for industry-themed markdown",
6
6
  "main": "./dist/cjs/index.js",
@@ -16,7 +16,7 @@ export const landingPageTheme: Theme = {
16
16
  monospace: '"SF Mono", Monaco, Inconsolata, "Fira Code", monospace',
17
17
  },
18
18
 
19
- fontSizes: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 28, 32, 36, 48, 56, 68, 84, 96],
19
+ fontSizes: [12, 14, 16, 18, 20, 24, 32, 48, 64, 96],
20
20
 
21
21
  fontScale: 1.0,
22
22