Skip to content

Commit

Permalink
css-library: core imports (#1359)
Browse files Browse the repository at this point in the history
* core imports

Signed-off-by: Micah Chiang <[email protected]>

* update imports

Signed-off-by: Micah Chiang <[email protected]>

* update styles for notice banner

Signed-off-by: Micah Chiang <[email protected]>

* update headings styles order

Signed-off-by: Micah Chiang <[email protected]>

* temporarily remove headings from base/va

Signed-off-by: Micah Chiang <[email protected]>

* update focus, row, va-introtext

Signed-off-by: Micah Chiang <[email protected]>

* updates for content-build

Signed-off-by: Micah Chiang <[email protected]>

* add comment for submit button

Signed-off-by: Micah Chiang <[email protected]>

* update font-family for source sans pro rename

Signed-off-by: Micah Chiang <[email protected]>

* update yarn.lock

* css-libarary: add .feature class from formation

* update body line-height

Signed-off-by: Micah Chiang <[email protected]>

* fix incorrect margin calc for type=submit style

* Add missing foundation-sites grid/column styles

* Revert "Add missing foundation-sites grid/column styles"

This reverts commit cd56d71.

* run yarn build

* Add Foundation grid/columns classes

* update image path for action link and alert icons

* move alert images and update positioning

* remove background color from alert icons

* yarn build

Signed-off-by: Micah Chiang <[email protected]>

* merge main and yarn build

Signed-off-by: Micah Chiang <[email protected]>

* Clean up var/function imports in core that don't get compiled to css

* Revert "Clean up var/function imports in core that don't get compiled to css"

This reverts commit 8c953cb.

* Clean up var/function imports in core that don't get compiled to css

* run yarn build and bump version

Signed-off-by: Micah Chiang <[email protected]>

* update lock file

* add va-button-primary class

* increment version from locally created release

* run yarn build

* add functions import to modules that need it

* update variables and version

Signed-off-by: Micah Chiang <[email protected]>

* remove scale-rem from usa-form-width

Signed-off-by: Micah Chiang <[email protected]>

* use formation override foundation styles from formation package

Signed-off-by: Micah Chiang <[email protected]>

* update

Signed-off-by: Micah Chiang <[email protected]>

* update -max-width to 1000px

* update yarn.lock

* yarn.lock

Signed-off-by: Micah Chiang <[email protected]>

* rebuild maps

* update version to 0.16.0

Signed-off-by: Micah Chiang <[email protected]>

---------

Signed-off-by: Micah Chiang <[email protected]>
Signed-off-by: Micah Chiang <[email protected]>
Co-authored-by: Kerry Powell <[email protected]>
Co-authored-by: Jami Gibbs <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent e93f8ec commit 82c72bf
Show file tree
Hide file tree
Showing 65 changed files with 4,388 additions and 5,215 deletions.
5 changes: 2 additions & 3 deletions packages/css-library/dist/stylesheets/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ $default-feature: min-width;
}
}

$color-gray-light:#aeb0b5;
$focus-outline: 2px dotted $color-gray-light;
$focus-spacing: 3px;
$focus-outline: 2px solid $vads-color-action-focus-on-light;
$focus-spacing: 2px;

// Focus state mixin
@mixin focus {
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/stylesheets/base/headings.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/css-library/dist/stylesheets/base/utils.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/css-library/dist/stylesheets/base/utils.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82c72bf

Please sign in to comment.