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

USWDS - Web components: Beta 2 banner additions #65

Merged
merged 30 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0fd8c4a
Create global stylesheets for shared CSS vars
mejiaj Sep 4, 2024
193708b
Create and document Banner settings
mejiaj Sep 4, 2024
ca79783
Move lock icon from markup to CSS
mejiaj Sep 4, 2024
d9167dd
Reflect lang attribute
mejiaj Sep 4, 2024
6f95fef
Remove redundant story
mejiaj Sep 4, 2024
fc1f243
Update dependencies
mejiaj Sep 4, 2024
521a121
Remove test exclamation
mejiaj Sep 4, 2024
c6c9553
Remove commented code
mejiaj Sep 4, 2024
b837937
Fix hover color
mejiaj Sep 4, 2024
370d1f0
Add quotes to background images
mejiaj Sep 4, 2024
d11629f
Add core stylesheets to exports
mejiaj Sep 4, 2024
b52ceef
Add colors and minimum story requirements to docs
mejiaj Sep 5, 2024
36de343
Add eslint plugin for vitest
mejiaj Sep 30, 2024
2c7f43b
Separate lock icon to improve HTTPS text readability
mejiaj Oct 1, 2024
ac0024d
Improve custom content story
mejiaj Oct 1, 2024
14524a9
Create unit tests
mejiaj Oct 1, 2024
c44331a
Update deps; add patch updates to axe playwright and vite
mejiaj Oct 1, 2024
2eab5b5
Merge branch 'develop' of github.com:uswds/web-components into jm/bet…
mejiaj Oct 3, 2024
7c25830
Regen custom elements manifest
mejiaj Oct 3, 2024
4430699
Add font declarations to font stylesheet
mejiaj Oct 3, 2024
0bc0f39
Run custom element manifest task in parallel with start command
mejiaj Oct 3, 2024
72887f4
Fix name `TLD` comment
mejiaj Oct 3, 2024
a599f72
Remove duplicate fallback properties
mejiaj Oct 4, 2024
7a4628a
Merge branch 'develop' of github.com:uswds/web-components into jm/bet…
mejiaj Oct 22, 2024
0e3de69
Merge branch 'develop' of github.com:uswds/web-components into jm/bet…
mejiaj Dec 3, 2024
81b7578
Resolve conflicts and regen generated files
mejiaj Dec 26, 2024
47efcdb
Add a script to build and watch for changes
mejiaj Dec 27, 2024
101ff78
Merge branch 'develop' of github.com:uswds/web-components into jm/bet…
mejiaj Jan 8, 2025
da0454a
Remove global styles that were shrinking storybook previews
mejiaj Jan 8, 2025
ec98109
Regenerate custom elements manifest
mejiaj Jan 8, 2025
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
3 changes: 3 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ import "../storybook/index.css";
// Documentation overrides.
import "./index.css";

// USWDS Core props.
import "../src/core/index.css";

/** @type { import('@storybook/web-components').Preview } */
const preview = {
parameters: {
Expand Down
Loading