@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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
- package/src/landingPageTheme.ts +1 -1
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,
|
|
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,
|
|
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
package/src/landingPageTheme.ts
CHANGED
|
@@ -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,
|
|
19
|
+
fontSizes: [12, 14, 16, 18, 20, 24, 32, 48, 64, 96],
|
|
20
20
|
|
|
21
21
|
fontScale: 1.0,
|
|
22
22
|
|