Kelsey Jackson
3bec1e18e1
fixed liniting error
2025-08-29 13:45:53 -05:00
Kelsey Jackson
84a9403fde
Merge branch 'next' into kj/horizontal-card
2025-08-29 13:34:00 -05:00
Kelsey Jackson
4a0428b93a
troubleshooting linter issue
2025-08-29 13:33:38 -05:00
Kelsey Jackson
e7199c5fab
added actions slot to horizontal card
2025-08-29 13:14:29 -05:00
Cory LaViska
c2df5ca1ea
fix typo ( #1381 )
2025-08-29 11:34:48 -04:00
Cory LaViska
c49813c7c1
Update themer to use bunny fonts instead of google fonts ( #1378 )
...
* use fonts.bunny.net for web fonts
* use bunny
2025-08-27 19:24:44 +00:00
Kelsey Jackson
fde32d57c6
looking for old code
2025-08-26 11:35:43 -05:00
Kelsey Jackson
8dc90381f6
merged to get up to date with next
2025-08-26 11:22:33 -05:00
Cory LaViska
f63dfbfff0
fix var name ( #1372 )
2025-08-25 16:17:58 -04:00
Cory LaViska
9a7947debd
fix radio group styles; closes #1178 ( #1360 )
2025-08-25 14:30:59 -04:00
Cory LaViska
d2e1653519
fix value assignment; closes #1323 ( #1368 )
2025-08-25 12:35:34 -04:00
Cory LaViska
5b7004e72d
Fix edge case where interactive elements inside <wa-details> would cause it to open/close ( #1350 )
...
* fixes #1252
* fixes #1250
* update changelog
2025-08-25 11:08:36 -04:00
Lindsay M
7ccfed9e93
Use FA7 icons in native styles ( #1362 )
...
* replace icons with FA7 paths
* replace details icon
2025-08-22 10:47:12 -04:00
Lindsay M
4f1de3918b
Fix button positioning for real ( #1361 )
2025-08-21 18:00:09 -04:00
Konnor Rogers
adaea2fa5f
fix wa-page fallback loading in free repo ( #1359 )
2025-08-21 14:12:39 -04:00
Lindsay M
e016e4bd48
Fix home page icons ( #1358 )
2025-08-21 13:29:09 -04:00
Cory LaViska
5e0b5f3fe6
update system icon view boxes ( #1357 )
2025-08-21 11:46:09 -04:00
Cory LaViska
493e1c06b9
Fixes spacing between clear and password toggle icons in <wa-input> ( #1351 )
...
* fixes spacing between icons; closes #1325
* use form control padding token
---------
Co-authored-by: lindsaym-fa <dev@lindsaym.design >
2025-08-21 11:35:05 -04:00
Konnor Rogers
8b763d0392
remove page ( #1352 )
2025-08-20 17:45:28 -04:00
Brian Talbot
9d82749abb
💅 Docs: Sidebar Visual + UI Polish ( #1341 )
...
* using layout utilities for sidebar heading link styling
* syncing up sidebar heading + general link styles
* updating sidebar heading text + icon alignment
* updating layout of experimental + pro badge decoratives
* increasing visual padding of `#search-trigger`'s `<kbd>`
* fixing `<li>` indentations
2025-08-20 17:24:36 -04:00
Lindsay M
3e3e5276a6
Apply position: relative only to buttons that contain badges ( #1346 )
...
* make relative positioning conditional
* add changelog
2025-08-20 17:07:29 -04:00
Cory LaViska
a0a47b1bdf
remove outdated wa-change info ( #1348 )
2025-08-20 15:38:26 -04:00
Cory LaViska
fa51cff947
Fix icon sizes for FA7 ( #1345 )
...
* fix icon sizes for FA7
* update test to reflect new size
* fix icons for real
* update tests
2025-08-20 15:14:07 -04:00
Cory LaViska
fd08d4f227
add --show-duration and --hide-duration to select ( #1344 )
2025-08-20 14:34:21 -04:00
Cory LaViska
7008c0cef7
Add z-index to scroller's content and shadows ( #1338 )
...
* add z-index to content and shadows; fixes #1326
* remove unused property
2025-08-20 14:20:33 -04:00
Cory LaViska
e9ce8659f6
rename icon-position to icon-placement ( #1343 )
2025-08-20 12:31:55 -04:00
Cory LaViska
325d6f211b
Remove the unsupported button group size attribute ( #1334 )
...
* remove unsupported example
* remove old/incorrect example
* remove unsupported attribute
2025-08-20 12:20:18 -04:00
Cory LaViska
bd1570ec76
fix paths and imports; closes #1303 ( #1336 )
2025-08-19 17:10:49 -04:00
Cory LaViska
406f3a0e81
Allow the slider's thumb to receive focus when tapping or dragging ( #1337 )
...
* fix paths and imports; closes #1303
* allow slider thumb to receive focus on tap; fixes #1312
2025-08-19 17:10:15 -04:00
Lindsay M
08babbce6d
fix search trigger label alignment ( #1315 )
2025-08-19 16:18:49 -04:00
Cory LaViska
293b86705a
update changelog ( #1333 )
2025-08-19 15:51:35 -04:00
Alan Chambers
fe5ab48c06
Add jsx types to package.json exports ( #1295 )
2025-08-19 15:50:12 -04:00
Cory LaViska
35e9dfe88d
Update <wa-icon> to support Font Awesome 7 ( #1301 )
...
* Add FA 7 support
* Add FA 7 support
* Add FA 7 support
* Update the system library to use FA 7 icons
* fix: fix type issues
* Update the SVGs in the system library to be minified/compressed
* add suggestions and more features
* feat: add `swap-opacity` attribute
* fix: remove unrelated stuff in `swap-opacity` attribute styling
* Only scale paths for fixed width icons
* fix: fix Prettier lint issues
* fix: fix more syntax errors
* lint: Fix CSS linting, batch 1 of 3
* lint: fix TS linting issues, batch 2 of 3
* lint: Fix JS linting issues, batch 3 of 3
* lint: fix hopefully last linting issue, batch 3.5 of 3
* lint: fix final linting issues, 3.75 of 3
* lint: the actual last lint fix, batch 3.875 of 3
* chore: centre SVG paths within the SVG for fixed‐width icons
* fix iconoir example
* add comment to clarify
* use a constant for fa version
* remove unsupported features
* update for FA7; improve duotone support
* update changelog
* remove redundant fixed-width attributes
* update kit code
* notdog!
* add support for pro+ icons
* clean up example layouts, use consistent icon sizes
---------
Co-authored-by: randomguy-2650 <150704902+randomguy-2650@users.noreply.github.com >
Co-authored-by: lindsaym-fa <dev@lindsaym.design >
2025-08-19 15:44:22 -04:00
Curtis Keller
44567ec967
remove unimplemented appearance typing ( #1319 )
2025-08-19 15:37:08 -04:00
Cory LaViska
bfdd0bd6d0
update list ( #1309 )
2025-08-14 11:37:18 -04:00
Cory LaViska
f3f5d40b7b
Update changelog for new translation ( #1308 )
...
* prettier
* update changelog
2025-08-14 11:34:05 -04:00
Pratik sharma
3d75d6b59c
added translation for Hindi(hi) ( #1307 )
2025-08-14 11:32:24 -04:00
whjvenyl
f30801ab66
Do not crush labels with nested tags ( #1274 )
...
* Adjust label styles for button and checkbox components to not crush space of nested tags
* Adjust label styles for button and checkbox components to not crush space of nested tags
* Update packages/webawesome/src/components/checkbox/checkbox.css
---------
Co-authored-by: Tobias Bannwart <tobias.bannwart@bison-group.com >
Co-authored-by: Cory LaViska <cory@abeautifulsite.net >
2025-08-12 11:38:06 -04:00
Cory LaViska
f92ef1f74e
Fix dropdown bugs ( #1293 )
...
* fix dropdown auto-size; closes #1268
* fix slotted dropdown items; fixes #1271
* fix keyboard selection in dropdowns in shadow roots; fixes #1270
2025-08-12 11:31:40 -04:00
Lindsay M
da27a8dc74
Add native <input type="file"> styles ( #1279 )
...
* add `input type="file"` styles
* add `max-inline-size`
* refactor button styles to include `::file-selector-button`
* improve docs
* add changelog
* add region marker
2025-08-11 10:39:47 -04:00
Kelsey Jackson
437e0d9aec
updated icon docs ( #1283 )
2025-08-07 13:35:27 -05:00
Cory LaViska
583d9c0616
add changelog; #1277 ( #1282 )
2025-08-07 13:40:47 -04:00
LX
cb29033eaf
Fix exportparts of tooltip inside wa-slider component ( #1277 )
2025-08-07 13:33:59 -04:00
Konnor Rogers
c02ac306af
Add extra build logging ( #1259 )
...
* fix build reloading
* prettier
2025-08-06 16:25:30 -04:00
konnorrogers
56d678b504
Bump package.json version
2025-08-05 12:59:29 -04:00
konnorrogers
b1864eb93d
Bump package.json version
2025-08-05 12:58:54 -04:00
konnorrogers
d2b5613e85
bump changelog
v3.0.0-beta.4
2025-08-05 12:58:07 -04:00
konnorrogers
f7ca634822
Bump changelog
2025-08-05 12:57:53 -04:00
Kelsey Jackson
35d33c89b9
updated templates ( #1265 )
...
* updated templates
* added conditional
* updated layouts again
2025-08-05 12:32:09 -04:00
randomguy-2650
094bd478ff
fix: remove non‐existent Plain appearance in the Badge visual tests ( #1260 )
2025-08-05 10:58:15 -04:00