generated from withstudiocms/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial tabs prototype * Add colors and initial docs for tabs component * First bits for sync & storage * Remove @fontsource-variable/onest dep * Update TabItem.astro Add class to make sure the regex can't fail * Actually remove the dep this time * Update lockfile * Add tab sync / storage * Update docs, fix modal weirdness, add card variant, finish tabs * Update theme helper for tailwind theme compatibility * Fix theme toggle types being too complex * Add starlight compat to themehelper * Update lockfile * Update JSDoc for types, update version in package.json, fix theme helper * Try to fix lockfile? * Remove tailwind class compatibility for theme helper in favor of data-theme * Fix icon not changing color automatically * Actually fix lockfile * Changes to theme helper and theme toggle docs * Fix again lol * Fix everything docs * Add missing JSDoc comments * Fix typo * Create integration, update homepage docs, add tailwind docs * Adjusts button hover states for better accessibility * Add biome on push to main * Make buttons, selects, search selects and modals keyboard accessible * Fix color contrast in ec theme * Use correct role * fixes * Make checkboxes, radio groups and toggles keyboard accessible * Typo fix * Learn to read * Fix wrong indentation * Add sr only labels for input/textarea * Fix open select with space key & reset focus index on non active navigation * Various accessibility improvements * Fix dropdown & toaster accessibility * Make tabs accessible, make image in site title not tabbable, give toasts priority tab index * Fix select arrow keys & pageup/down * Swap out tabs on homepage for components from lib * Add aria roles to dropdown * Label theme button * Add role to tabs, don't blur search select when selected * Remove old dependency, label select buttons * Upgrade complete * Fix remaining accessibility issues * Add missing _top ID for header * Add missing aria-label to hero section * Fix Radio Group and Tabs keyboard navigation * Prepare docs for 0.2.0 release * Add aria label to toasts * Make all scripts bundle-able, update css, resolve global.css path & more * Remove double quotes, fix missing highlight * Remove integration import from astro config --------- Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> Co-authored-by: Jacob Jenkins <7649031+jdtjenkins@users.noreply.github.com> Co-authored-by: Elian <hello@elian.codes> Co-authored-by: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Matthew Justice <72817096+JusticeMatthew@users.noreply.github.com>
- Loading branch information
1 parent
d50381d
commit e471e11
Showing
76 changed files
with
3,499 additions
and
1,658 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
"@studiocms/ui": minor | ||
--- | ||
|
||
### The Accessibility Update | ||
|
||
This version of `@studiocms/ui` includes a lot of improvements to the documentation and components. The most important changes include the move to | ||
an integration-based system and a massive keyboard accessibility overhaul (thanks to [HiDeoo](https://github.com/HiDeoo) for the feedback on this)! | ||
|
||
### Components | ||
|
||
- Added a new `<Tabs />` component based on the tabs on the homepage. | ||
- Updated the `<Card />` component to include a new "filled" style. | ||
|
||
### Utilities | ||
|
||
- Moved the `ThemeHelper` class to its own category in the docs. | ||
|
||
### Accessibility | ||
|
||
- Overhauled the keyboard accessibility on all components to make them adhere to the ARIA standards. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.