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

Add expander component #182

Merged
merged 30 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f7fe0b3
Initial commit
chromaticWaster Aug 1, 2023
4c9f2ce
Component, story and test updates
chromaticWaster Aug 8, 2023
c6f44a3
Added Missing Screenshots
chromaticWaster Aug 8, 2023
1e03274
Expander test updates
chromaticWaster Aug 8, 2023
f5363cb
Added Missing Screenshots
chromaticWaster Aug 8, 2023
b8ecb0c
Css variables, framework examples & story updates.
chromaticWaster Aug 14, 2023
05694a3
Label styling and icon import
chromaticWaster Aug 15, 2023
40a9ef3
styling updates
chromaticWaster Aug 15, 2023
06da2e4
Initial reduced motion implementation
chromaticWaster Aug 15, 2023
efd8291
React story code formatting and Vue story updates
chromaticWaster Aug 15, 2023
9e8118e
Format updates
chromaticWaster Aug 15, 2023
c9795ae
Story and style updates
chromaticWaster Aug 16, 2023
53ec5d9
Story updates and formatting
chromaticWaster Aug 16, 2023
9030909
Expander story & test updates doc change
chromaticWaster Aug 16, 2023
3b92610
doc updates
chromaticWaster Aug 16, 2023
09fa870
Removed initial screenshots and added comments
chromaticWaster Aug 16, 2023
4f6f7ec
screenshot removal
chromaticWaster Aug 16, 2023
06afc1c
Added Missing Screenshots
chromaticWaster Aug 16, 2023
5d6babf
Added Missing Screenshots
chromaticWaster Aug 16, 2023
a29822b
bottom border update
chromaticWaster Aug 17, 2023
4130935
Screenshots delete
chromaticWaster Aug 17, 2023
2ddbfc4
Expander & Expander Group test updates
chromaticWaster Aug 17, 2023
df6fb73
Added Missing Screenshots
chromaticWaster Aug 17, 2023
c699c11
Added Missing Screenshots
chromaticWaster Aug 17, 2023
55e3a3c
PR feedback added documented events & removed mutation observer.
chromaticWaster Aug 21, 2023
f80e9fc
Update Expander documented events
chromaticWaster Aug 21, 2023
41e3619
Update to Expander components label css variables to target.
chromaticWaster Aug 21, 2023
292c1a8
Remove redundant event detail.
chromaticWaster Aug 21, 2023
5dcefd3
Updated Expander custom event and documentation.
chromaticWaster Aug 21, 2023
ef29f79
Merge branch 'develop' into Add-expander-component
chromaticWaster Aug 21, 2023
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
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.
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.
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.
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"modal": true,
"tab": true,
"toast": true,
"alert": true
"alert": true,
"expander": true
}
}
Loading
Loading