diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e0c407..3e15c149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -177,7 +177,7 @@ ### New Features - Add support for SASS package entrypoints to limit or control loading of styles, [similar to USWDS components](https://designsystem.digital.gov/components/packages/). Available packages are `packages/required`, `packages/global`, `packages/components`, and `packages/utilities`. -- The [Side Navigation component](https://design.login.gov/components/side-navigation/) is now documented and includes updated and improved styling. While this should not require any markup changes, you should validate that the updated styling does not conflict with any product-specific styles for side navigation. +- The Side Navigation component is now documented and includes updated and improved styling. While this should not require any markup changes, you should validate that the updated styling does not conflict with any product-specific styles for side navigation. ### Bug Fixes @@ -221,7 +221,7 @@ - Link hover and active colors are now distinct. - Before: Hover and active colors are both `primary-darker`. - After: Hover is `primary-dark`, and active is `primary-darker`. -- Improved support for "Unstyled" button variant ([see documentation](https://design.login.gov/components/buttons/)) +- Improved support for "Unstyled" button variant - Add three new button variants to control width: - `usa-button--wide` displays a button at a wider (minimum) width at larger viewport displays. - `usa-button--flexible-width` displays a button at flexible width regardless of viewport size, and overrides default mobile appearance of full-width buttons. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c98cef4..bc8777a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ Since the Login.gov Design System is based upon the [U.S. Web Design System (USW - Where possible, use [the available Sass theme variables](https://designsystem.digital.gov/documentation/developers/#customization-theming-and-tokens) to customize the appearance of components. These are configured under `src/scss/uswds-theme`. We only include the customized variables, to improve visibility of where differences are expected. Refer to the [USWDS theme variables source](https://github.com/uswds/uswds/tree/develop/src/stylesheets/theme) for the full set of configuration values. - To limit side-effects and to clarify where styles are extended, customized USWDS styles should follow as close to the file location and CSS selector as possible. For example, if USWDS defines a selector `.usa-header` in `packages/usa-header` which defines a style `background` that we want to override, the style should be located at an identically-named selector in `src/scss/packages/_usa-header.scss` in this project. -- Prefer color and size tokens when possible. Never use hard-coded hex colors. Instead, use the `color` SCSS function with a [color token](https://design.login.gov/utilities/color/) as its argument. +- Prefer color and size tokens when possible. Never use hard-coded hex colors. Instead, use the `color` SCSS function with a [color token](https://designsystem.digital.gov/design-tokens/color/theme-tokens/) as its argument. ## Public domain diff --git a/docs/_includes/helpers/code-example.html b/docs/_includes/helpers/code-example.html index 8fcea778..f7ff0dc2 100644 --- a/docs/_includes/helpers/code-example.html +++ b/docs/_includes/helpers/code-example.html @@ -6,6 +6,6 @@