-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #825 from securityscorecard/Mnau-mnau@UXD-1245
feat(Heading): change H1 fontweight & remove H0
- Loading branch information
Showing
12 changed files
with
12 additions
and
43 deletions.
There are no files selected for viewing
Binary file removed
BIN
-13.6 KB
.storybook/image-snapshots/expected/components_typography_Heading_Heading H0.png
Binary file not shown.
Binary file modified
BIN
+186 Bytes
(100%)
...ook/image-snapshots/expected/components_typography_Heading_Heading H1 as H3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+132 Bytes
(100%)
...s/expected/components_typography_Heading_Heading H1 with customized margins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+403 Bytes
(100%)
.storybook/image-snapshots/expected/components_typography_Heading_Heading H1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-444 Bytes
(100%)
.storybook/image-snapshots/expected/components_typography_Text_Dark Mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export const HeadingSizes = { | ||
h0: 'h0', | ||
h1: 'h1', | ||
h2: 'h2', | ||
h3: 'h3', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * as HeadingEnums from './Heading.enums'; | ||
export { default as Heading, H0, H1, H2, H3, H4, H5 } from './Heading'; | ||
export { default as Heading, H1, H2, H3, H4, H5 } from './Heading'; | ||
export * from './Heading.types'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ export interface Family { | |
} | ||
|
||
export interface Size { | ||
h0: string; | ||
h1: string; | ||
h2: string; | ||
h3: string; | ||
|