Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/ppdsc 2707 update headline component storybook scenarios #692

Merged
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3cf7bdf
docs(PPDSC-2707): headline scenario updates
Mar 6, 2023
b1a6c50
docs(PPDSC-2707): headline scenario updates
Mar 6, 2023
5079d91
docs(PPDSC-2707): headline fix
Mar 7, 2023
2cbf8cf
docs(PPDSC-2707): heading component reset
Mar 7, 2023
f8e37d7
docs(PPDSC-2707): added typography for the kicker headline
Mar 7, 2023
8a594d9
docs(PPDSC-2707): styling overrides fix
Mar 8, 2023
e2baa8e
docs(PPDSC-2707): design feedbacks fix
Mar 10, 2023
f619396
docs(PPDSC-2707): design feedback changes
Mar 13, 2023
b213bd3
docs(PPDSC-2707): design feedback changes
Mar 14, 2023
6d54884
docs(PPDSC-2707): design feedback changes
Mar 14, 2023
86155a2
docs(PPDSC-2707): design feedback
Mar 14, 2023
792188c
docs(PPDSC-2707): design feedback
Mar 14, 2023
e4a1348
docs(PPDSC-2707): deisgn feedback
Mar 15, 2023
e4f0a6d
docs(PPDSC-2707): deisgn feedback
Mar 15, 2023
f41295a
docs(PPDSC-2707): deisgn feedback
Mar 16, 2023
11857c1
docs(PPDSC-2707): storybook ID fix
Mar 16, 2023
004bcea
docs(PPDSC-2707): storybook ID fix
Mar 16, 2023
077af42
docs(PPDSC-2707): storybookid fix
Mar 16, 2023
c54822e
docs(PPDSC-2707): storybookid fix
Mar 16, 2023
e703892
docs(PPDSC-2707): storybookid fix
Mar 16, 2023
8a1e96b
docs(PPDSC-2707): storybookid fix
Mar 16, 2023
73f843e
docs(PPDSC-2707): storybookid fix
Mar 16, 2023
17c17a6
docs(PPDSC-2707): storybookid fix
Mar 16, 2023
ec2f0bf
docs(PPDSC-2707): removed H tag variations
Mar 20, 2023
e7885ee
docs(PPDSC-2707): added headingAs
Mar 20, 2023
7f7c74d
docs(PPDSC-2707): added headingAs
Mar 20, 2023
b36ed47
docs(PPDSC-2707): added kicker props in headline component
Mar 21, 2023
d3b1e8b
docs(PPDSC-2707): added kicker props in headline component
Mar 21, 2023
e487023
docs(PPDSC-2707): removed unwanted styles
Mar 21, 2023
aae19e4
docs(PPDSC-2707): removed unwanted styles
Mar 21, 2023
065f2b0
docs(PPDSC-2707): removed unwanted styles
Mar 21, 2023
23d1222
docs(PPDSC-2707): removed unwanted styles
Mar 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/pages/components/headline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const HeadlineComponent = (layoutProps: LayoutProps) => (
introduced: 'v0.19.0',
codeUrl:
'https://github.com/newscorp-ghfb/newskit/tree/main/src/headline',
storybookId: 'components-headline--story-headline',
storybookId: 'components-headline--story-headline-default',
}}
interactiveDemo={{
introduction:
Expand Down
Loading