Leon Vogt
0b45173192
Enhance icon button label check ( #1543 )
2025-10-13 10:39:29 -04:00
Konnor Rogers
0eb8eaea00
add versions.txt ( #1546 )
2025-10-03 23:42:31 -04:00
Brian Talbot
334e3361b4
Docs: Add Planned Features to Navigation ( #1539 )
...
* adding plannedBadge() macro + planned-badge.njk
* adding planned features to sidebar.njk
* adding .icon-shrink utility to utils.css
* using icon-shrink on sidebar's experimental iconography
* revising proBadge macro
* defining params in a more clear manner
* adding shrink param to visually reduce badge size
* setting proBadge to shrink in sidebar.njk
* addressing PR feedback
* reverting proBadge shrink param
* revisiting pro + sidebar wa-badge styling
* removing text-transform from pro badge
* scaling down sidebar-based wa-badges using 1 step below
--wa-font-size-scale
2025-10-03 17:34:52 -04:00
Brian Talbot
5e482739a9
updating Home view to support purchasing Pro ( #1528 )
2025-10-03 12:56:05 -04:00
Lindsay M
c0b18f6580
Round --content-width-* and use in the docs ( #1526 )
...
* use `--content-width-*` properties for docs
* round `--content-width-*` values to prevent rendering bugs
2025-10-02 16:13:05 -04:00
Brian Talbot
c18df17429
Docs: Add Links to Licenses + Supporting Utilities ( #1537 )
...
* adding .appearance-plain for lists to utils.css
* adding gitLastModifiedISO filter to .eleventy.js
* adding link to Pro License in sidebar.njk
* adding link to Free License in sidebar.njk
* adding link to Terms of Service in sidebar.njk
* adding "last updated" date to changelog.md
2025-10-02 15:46:32 -04:00
Brian Talbot
2ec957ff76
Docs: Update + Show Social Media Links ( #1531 )
...
* adding mastodon social link to docs/index.md
* adding social links to sidebar's colophon
* updating community.md with latest social network details
2025-10-01 12:04:32 -04:00
Lindsay M
1fd68dfb3c
Fix focus ring in <wa-scroller>, <wa-dialog>, and <wa-drawer> ( #1525 )
...
* visible focus outlines for scrollable containers
* add changelog
2025-09-30 18:09:58 -04:00
randomguy-2650
0b5689de62
remove last smart quote (forgotten in previous PR) ( #1523 )
2025-09-30 12:26:38 -04:00
Konnor Rogers
8ffd9991db
Fix 11ty / server handoff for Brian ( #1518 )
...
* update for brian's stuff
* change to top level
2025-09-30 11:29:52 -04:00
Cory LaViska
566f98359c
fix name ( #1522 )
2025-09-30 10:03:40 -04:00
randomguy-2650
6387dffe75
Make the README better ( #1494 )
...
* Make the README better
• Replace straight quotes with smart quotes
• Revise Node.js minimum requirement wording (to prevent line breaks)
• Replace old links to LitElement (Polymer) to Lit
• Replace mentions of “NPM” with “npm”, as per https://github.com/npm/cli?tab=readme-ov-file#is-it-npm-or-npm-or-npm
• Fix some grammar and abbreviations
• Made “dependencies” and “devDependencies” mentions unquoted to be consistent
• Correct “MIT license” with “MIT License”, as per https://opensource.org/license/mit
* Make some specific changes to make wording more clear
* add missing dot
* remove smart quotes
2025-09-29 12:32:58 -04:00
randomguy-2650
bb747d50dd
Add missing CSS part into JSDoc (Dialog, Drawer) ( #1515 )
...
* add missing CSS part into JSDoc
* add missing CSS part into JSDoc
2025-09-29 12:12:08 -04:00
Brian Talbot
2704ef7197
Docs: Polish Pro Badge ( #1504 )
...
* updating Pro Badge's appearance
* abstracting Pro Badge into include
* adding nanoid-based uniqueId filter to eleventyConfig
* ensuring Pro Badge instances have unique ids
* using added uniqueId filter + nanoid
* converting Pro Badge to be macro-based
* customizing Pro Badge's associated wa-tooltip size
2025-09-29 11:59:49 -04:00
Brian Talbot
336a3acdd0
Docs: Add Shared Monorepo Utils + DRY Out Styling ( #1497 )
...
* adding utils.css
* importing utils.css in docs.css
* removing shared styles now in utils.css
* using hover-icon util in toggle navigation
* updating hover-icon a11y in header
* revising wa-icon embiggening utility
2025-09-26 14:35:19 -04:00
Cory LaViska
e68640b8ca
update changelog ( #1500 )
2025-09-25 16:30:24 -04:00
Adilet
487b629995
Add Kazakh translation ( #1496 )
...
* Add Kazakh translation
* Fix kk.ts translation entry
2025-09-25 14:56:45 -04:00
Brian Talbot
255647d2a9
fixing theme.js logic ( #1492 )
...
* to adhere to original work in talbs/update-theme-logic
* to also account for work in talbs/update-header
2025-09-25 10:55:40 -04:00
Brian Talbot
53f1b3615d
Docs: Update Theme Logic ( #1491 )
...
* updating theme.js to handle static site theme
* removing redundant theme logic from base.njk
2025-09-24 17:10:19 -04:00
Brian Talbot
d00d8bac4e
Docs: Update Header ( #1490 )
...
* updating color-scheme-selectors and theme-selectors
* abstracting repo links into github-icon-buttons
* adjusting responsive logo treatment
* moving version + beta info to sidebar
* removing unused + outdated header styling
* adding brand logo to sidebar
* updating `.brand-logo` styling
* abstracting search-trigger-button
2025-09-24 16:39:01 -04:00
Konnor Rogers
87864924e1
fix auto width typing ( #1482 )
2025-09-24 13:48:04 -04:00
randomguy-2650
ce3496a621
Improve contributing page ( #1443 )
...
* add `@customElement()` decorator
• Hope this doesn’t ping some random user
* replace “->” with “→”
2025-09-24 13:47:45 -04:00
Brian Talbot
cf80b57a79
Update Layouts to Prep for Site Assets ( #1470 )
...
* syncing up `<body>` classes on blank.njk
* using `wa_page_attributes` block instead of `pageType`
* using `head` block instead of `pageType`
* removing `pageType` from `<body>` classes
* removing `pageType` from eleventyConfig
* updating color-scheme-selector's icons
* allowing `wa-page` attributes to override those set in base.njk
* allowing pageClass to be used on base.njk's `<body>`
2025-09-22 19:06:54 -04:00
Lindsay M
694a9eccb9
Make sure essential CSS is always imported ( #1476 )
...
* import relevant utilities into native styles
* import color variant classes into free palettes
* import the default palette into kitchen sink, not the default theme
* fix palette path
* import each theme's intended palette
2025-09-22 14:12:49 -04:00
Alicia Garcia-Raboso
502df6ee9c
Remove duplicated declaration ( #1473 )
2025-09-19 09:43:57 -04:00
Lindsay M
44142fb56d
Fix badge positioning for link buttons ( #1463 )
...
* Fix badge positioning for link buttons
* add changelog
2025-09-18 11:53:52 -04:00
Lindsay M
7e00d2b02e
Fix incorrect class in color palette instructions ( #1462 )
2025-09-18 11:16:36 -04:00
Lindsay M
fcf37f83a1
Fix details focus ring ( #1464 )
...
* remove duplicate styles, fix focus outline
* update native details focus ring and rounding
2025-09-18 11:15:54 -04:00
Kelsey Jackson
0beceff73f
update to the button if it has an icon in it's default slot ( #1461 )
2025-09-18 08:42:38 -05:00
Brian Talbot
afe60eae69
Docs: Icon Component - Update Default Width ( #1466 )
...
* updating default width value in icon component docs
* noting default icon width change in 3.0.0-beta.5's changelog
2025-09-18 09:33:09 -04:00
Bryce A. Glass
b4f45f4ff1
Update align-items.md ( #1467 )
...
Fixed some internal links from `/docs/layout/` to `docs/utilities/`
2025-09-18 08:50:37 -04:00
Brian Talbot
fd4cded708
Add Input-Based Visually Hidden Utilities ( #1454 )
...
* adding input-based visually hidden utilities
* documenting input-based visually hidden utilities
2025-09-16 09:17:07 -04:00
konnorrogers
4b2b72e822
update package-lock version
2025-09-15 19:13:18 -04:00
konnorrogers
56657ebcfc
Bump package.json version
2025-09-15 19:11:14 -04:00
Konnor Rogers
844015df7b
pin tinycolor ( #1455 )
v3.0.0-beta.6
2025-09-15 19:08:05 -04:00
Brian Talbot
d5da2e2db5
simplifying pageHeader/pageFooter overrides in base.njk ( #1453 )
2025-09-15 16:42:09 -04:00
randomguy-2650
efbc404524
add variant="danger" to Delete dropdown item ( #1445 )
2025-09-15 09:34:09 -04:00
randomguy-2650
b6afa148ae
fix typo ( #1442 )
2025-09-15 09:29:53 -04:00
randomguy-2650
7c3795897c
Fix typo in Textarea docs ( #1444 )
...
* fix typo
* Update packages/webawesome/docs/docs/components/textarea.md
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net >
2025-09-13 09:59:48 -04:00
Cory LaViska
986e52f977
make event cancelable ( #1434 )
2025-09-11 11:55:35 -04:00
konnorrogers
6dce88429a
Bump changelog
...
Bump package.json version
update lockfile
2025-09-10 12:45:43 -04:00
Kelsey Jackson
04497cfd13
Add horizontal orientation to <wa-card> ( #874 )
...
* started horizontal card logic
* a little more work
* remove SSR attributes
These are no longer used since we're not serving up an SSR version of the website anymore.
* more work
* looking for old code
* added actions slot to horizontal card
* troubleshooting linter issue
* fixed liniting error
* responded to feedback
* added jsDoc and updated example
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net >
2025-09-10 10:27:15 -05:00
randomguy-2650
75116a5b0c
Replace invisible BOM marker in Dialog/Drawer with a zero‐width space ( #1410 )
...
* replace BOM marker with a zero‐width space
* replace BOM marker with a zero‐width space
2025-09-10 11:06:15 -04:00
Cory LaViska
5e192023b4
reword ( #1427 )
2025-09-10 11:05:53 -04:00
Brian Talbot
26b29189db
fixing GitHub discussion links to point to webawesome project ( #1425 )
2025-09-10 10:53:38 -04:00
trent
ac20e495d9
allow bundlers access to package.json ( #1415 )
2025-09-10 10:53:17 -04:00
Cory LaViska
4ac31e06f3
remove whitespace; closes #1417 ( #1418 )
2025-09-10 10:38:06 -04:00
Konnor Rogers
4993b1034f
add notes about skips ( #1419 )
...
* add notes about skips
* prettier
* re-add support for 'unpublished: true'
* prettier
2025-09-10 10:32:48 -04:00
Cory LaViska
b3b93091f7
Add intersection observer component ( #1406 )
...
* add intersection observer component
* remove prefix
* update description
2025-09-08 17:22:45 -04:00
Brian Talbot
8cf20d9938
Docs: Fix Color Swatch Hover States ( #1407 )
...
* removing unused `--background-color-hover` from `docs.css`
* fixing `.swatch` hover-based `background-color`
* linting + formatting `docs/tokens/color.md`
2025-09-05 16:30:15 -04:00