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

css-library: core imports #1359

Draft
wants to merge 46 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
f5397da
core imports
micahchiang Oct 8, 2024
2d5b038
update imports
micahchiang Oct 8, 2024
3e9fd3d
update styles for notice banner
micahchiang Oct 8, 2024
68dd18a
update headings styles order
micahchiang Oct 8, 2024
f2a1b82
temporarily remove headings from base/va
micahchiang Oct 8, 2024
8d43eda
update focus, row, va-introtext
micahchiang Oct 9, 2024
0414988
updates for content-build
micahchiang Oct 10, 2024
2a8431c
add comment for submit button
micahchiang Oct 10, 2024
ca33520
update font-family for source sans pro rename
micahchiang Oct 11, 2024
a0588ab
Merge branch 'main' into mc-update-css-library-core-stylesheet
powellkerry Oct 16, 2024
19267ec
update yarn.lock
powellkerry Oct 16, 2024
2a6cb6b
css-libarary: add .feature class from formation
powellkerry Oct 17, 2024
fe571d7
update body line-height
micahchiang Oct 17, 2024
0ded1cc
fix incorrect margin calc for type=submit style
jamigibbs Oct 21, 2024
cd56d71
Add missing foundation-sites grid/column styles
powellkerry Oct 21, 2024
d146762
Revert "Add missing foundation-sites grid/column styles"
jamigibbs Oct 23, 2024
2e33f2f
Merge branch 'main' into mc-update-css-library-core-stylesheet
jamigibbs Oct 23, 2024
8f862a7
run yarn build
jamigibbs Oct 23, 2024
8d6a59c
Add Foundation grid/columns classes
jamigibbs Oct 23, 2024
afbd68e
update image path for action link and alert icons
jamigibbs Oct 24, 2024
d83ffa3
move alert images and update positioning
jamigibbs Oct 24, 2024
f825ad2
remove background color from alert icons
jamigibbs Oct 24, 2024
cffe38e
Merge branch 'main' into mc-update-css-library-core-stylesheet
jamigibbs Oct 24, 2024
7102e10
yarn build
micahchiang Oct 28, 2024
f820730
Merge branch 'main' into mc-update-css-library-core-stylesheet
micahchiang Oct 28, 2024
391418f
merge main and yarn build
micahchiang Oct 28, 2024
8c953cb
Clean up var/function imports in core that don't get compiled to css
powellkerry Oct 31, 2024
3db925a
Revert "Clean up var/function imports in core that don't get compiled…
powellkerry Oct 31, 2024
9bc43e7
Clean up var/function imports in core that don't get compiled to css
powellkerry Oct 31, 2024
5fa3a00
Merge branch 'main' into mc-update-css-library-core-stylesheet
micahchiang Nov 1, 2024
e092ace
run yarn build and bump version
micahchiang Nov 1, 2024
0b95fa7
Merge branch 'main' into mc-update-css-library-core-stylesheet
jamigibbs Nov 4, 2024
4d070a1
update lock file
jamigibbs Nov 4, 2024
7e8ca74
add va-button-primary class
powellkerry Nov 5, 2024
35d196b
increment version from locally created release
jamigibbs Nov 5, 2024
bc5a71d
run yarn build
jamigibbs Nov 5, 2024
181c1d5
add functions import to modules that need it
jamigibbs Nov 5, 2024
ee72eaa
Merge branch 'main' into mc-update-css-library-core-stylesheet
micahchiang Nov 6, 2024
40405f6
Merge branch 'main' into mc-update-css-library-core-stylesheet
micahchiang Nov 8, 2024
e4b926e
update variables and version
micahchiang Nov 8, 2024
a1555a2
remove scale-rem from usa-form-width
micahchiang Nov 11, 2024
83a7fc8
use formation override foundation styles from formation package
micahchiang Nov 11, 2024
efa0ae9
update
micahchiang Nov 11, 2024
059b7f4
update -max-width to 1000px
powellkerry Nov 14, 2024
eb54563
Merge branch 'main' into mc-update-css-library-core-stylesheet
powellkerry Nov 14, 2024
774a279
update yarn.lock
powellkerry Nov 14, 2024
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
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
Loading