Skip to content

Commit

Permalink
feat: add NavigationMenu component (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-aberg authored Jun 6, 2023
1 parent 96fbe60 commit 1a2873f
Show file tree
Hide file tree
Showing 69 changed files with 2,711 additions and 558 deletions.
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24)


### Bug Fixes

* remove root font-size from stitches.config.ts so browser font size changes work [SRED-125] ([#390](https://github.com/washingtonpost/wpds-ui-kit/issues/390)) ([c432767](https://github.com/washingtonpost/wpds-ui-kit/commit/c4327677cdd7b7337191729cbee5ecb241d294ba))




- remove root font-size from stitches.config.ts so browser font size changes work [SRED-125] ([#390](https://github.com/washingtonpost/wpds-ui-kit/issues/390)) ([c432767](https://github.com/washingtonpost/wpds-ui-kit/commit/c4327677cdd7b7337191729cbee5ecb241d294ba))

## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24)

**Note:** Version bump only for package root





# [1.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)

### Bug Fixes
Expand Down
8 changes: 0 additions & 8 deletions apps/vite-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package vite-project





## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24)

**Note:** Version bump only for package vite-project





# [1.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)

### Features
Expand Down
8 changes: 0 additions & 8 deletions apps/vite-v2-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package vite-v2-project





## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24)

**Note:** Version bump only for package vite-v2-project





# [1.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)

### Features
Expand Down
8 changes: 0 additions & 8 deletions build.washingtonpost.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package @washingtonpost/wpds-docs





## [1.6.1](https://github.com/washingtonpost/wpds-docs/compare/v1.6.0...v1.6.1) (2023-05-24)

**Note:** Version bump only for package @washingtonpost/wpds-docs





# [1.6.0](https://github.com/washingtonpost/wpds-docs/compare/v1.5.2...v1.6.0) (2023-05-24)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ export const ComingSoon = () => (
css={{
marginBlockEnd: "$100",
position: "relative",
backgroundImage:
"url(https://media.giphy.com/media/XIqCQx02E1U9W/giphy.gif)",
backgroundSize: "cover",
backgroundPosition: "center",
minHeight: 280,
paddingTop: 140,
}}
Expand Down
6 changes: 0 additions & 6 deletions build.washingtonpost.com/docs/components/menu.mdx

This file was deleted.

Loading

4 comments on commit 1a2873f

@vercel
Copy link

@vercel vercel bot commented on 1a2873f Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 1a2873f Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1a2873f Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 1a2873f Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit-git-main.preview.now.washingtonpost.com
build.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com

Please sign in to comment.