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

[Accordion] Fix invalid HTML inside heading #44408

Merged
merged 48 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ee90b72
trial
ZeeshanTamboli Nov 14, 2024
9df6779
changes
ZeeshanTamboli Nov 14, 2024
97d3b37
docs tyepscript formatted
ZeeshanTamboli Nov 14, 2024
bff63ee
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 14, 2024
f6387f4
customize
ZeeshanTamboli Nov 14, 2024
4a7c7fa
fix controlled accordion demo
ZeeshanTamboli Nov 14, 2024
b4b165c
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 14, 2024
a68568a
bring back Accordion Summary
ZeeshanTamboli Nov 15, 2024
5a7e56e
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 15, 2024
66cf6ca
style changes
ZeeshanTamboli Nov 15, 2024
8c76abc
reset font styles on button
ZeeshanTamboli Nov 15, 2024
fb00780
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 15, 2024
e1e207f
fix demo
ZeeshanTamboli Nov 15, 2024
e576865
fix argos
ZeeshanTamboli Nov 15, 2024
9049a8d
fix test
ZeeshanTamboli Nov 15, 2024
cc03c92
pnpm docs:api
ZeeshanTamboli Nov 15, 2024
685c2ce
remove justify-content
ZeeshanTamboli Nov 15, 2024
ea6bfcb
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 15, 2024
46e1449
pnpm docs:typescript:formatted
ZeeshanTamboli Nov 15, 2024
bd6f8a9
revert demo
ZeeshanTamboli Nov 15, 2024
fb9aa57
pnpm docs:typescript:formatted
ZeeshanTamboli Nov 15, 2024
4194b94
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 15, 2024
037e702
try out body1 variant of typography
ZeeshanTamboli Nov 15, 2024
7de70cc
remove styling in controlled accordion demo
ZeeshanTamboli Nov 15, 2024
6f736ce
docs
ZeeshanTamboli Nov 15, 2024
dedd690
remove typography
ZeeshanTamboli Nov 16, 2024
4b25e56
pnpm dedupe
ZeeshanTamboli Nov 16, 2024
609acea
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 16, 2024
07dbe5b
Merge branch 'issue-44153-accordion' of https://github.com/ZeeshanTam…
ZeeshanTamboli Nov 16, 2024
6c74c9b
pnpm dedupe
ZeeshanTamboli Nov 16, 2024
f27597d
pnpm docs:typescript:formatted
ZeeshanTamboli Nov 18, 2024
eeefc32
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Nov 18, 2024
e137dcb
remove typography from masonry demo
ZeeshanTamboli Nov 18, 2024
6157d71
resolve conflicts
ZeeshanTamboli Nov 19, 2024
6996b27
updated pnpm
ZeeshanTamboli Nov 19, 2024
0fd2515
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Dec 4, 2024
f95eecc
rename component to SummaryText
ZeeshanTamboli Dec 4, 2024
034f2e7
Add text-align start to accordion summary content
ZeeshanTamboli Dec 5, 2024
845afda
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Dec 5, 2024
f32ee2d
Simplify controlled accordion demo
ZeeshanTamboli Dec 5, 2024
b19cecf
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Dec 19, 2024
9744f91
update demos
ZeeshanTamboli Dec 19, 2024
db65312
Fix invalid HTML in marketing page template
ZeeshanTamboli Dec 19, 2024
9bb3da5
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Dec 20, 2024
499730f
add Typography to AccordionUsage demo
ZeeshanTamboli Dec 20, 2024
c531614
explain the changes in the migration guide
ZeeshanTamboli Dec 20, 2024
f52ccaf
update migration doc
ZeeshanTamboli Dec 20, 2024
4962eb8
Merge branch 'master' into issue-44153-accordion
ZeeshanTamboli Dec 20, 2024
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
Prev Previous commit
Next Next commit
remove styling in controlled accordion demo
  • Loading branch information
ZeeshanTamboli committed Nov 15, 2024
commit 7de70cc45bc3a9404e820f3540f404dd93340e6e
28 changes: 4 additions & 24 deletions docs/data/material/components/accordion/ControlledAccordions.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ export default function ControlledAccordions() {
aria-controls="panel1bh-content"
id="panel1bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
<Typography sx={{ width: '33%', flexShrink: 0 }}>
General settings
</Typography>
<Typography sx={{ color: 'text.secondary' }}>I am an accordion</Typography>
Expand All @@ -42,13 +38,7 @@ export default function ControlledAccordions() {
aria-controls="panel2bh-content"
id="panel2bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
Users
</Typography>
<Typography sx={{ width: '33%', flexShrink: 0 }}>Users</Typography>
<Typography sx={{ color: 'text.secondary' }}>
You are currently not an owner
</Typography>
Expand All @@ -67,11 +57,7 @@ export default function ControlledAccordions() {
aria-controls="panel3bh-content"
id="panel3bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
<Typography sx={{ width: '33%', flexShrink: 0 }}>
Advanced settings
</Typography>
<Typography sx={{ color: 'text.secondary' }}>
Expand All @@ -91,13 +77,7 @@ export default function ControlledAccordions() {
aria-controls="panel4bh-content"
id="panel4bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
Personal data
</Typography>
<Typography sx={{ width: '33%', flexShrink: 0 }}>Personal data</Typography>
</AccordionSummary>
<AccordionDetails>
<Typography>
Expand Down
28 changes: 4 additions & 24 deletions docs/data/material/components/accordion/ControlledAccordions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ export default function ControlledAccordions() {
aria-controls="panel1bh-content"
id="panel1bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
<Typography sx={{ width: '33%', flexShrink: 0 }}>
General settings
</Typography>
<Typography sx={{ color: 'text.secondary' }}>I am an accordion</Typography>
Expand All @@ -43,13 +39,7 @@ export default function ControlledAccordions() {
aria-controls="panel2bh-content"
id="panel2bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
Users
</Typography>
<Typography sx={{ width: '33%', flexShrink: 0 }}>Users</Typography>
<Typography sx={{ color: 'text.secondary' }}>
You are currently not an owner
</Typography>
Expand All @@ -68,11 +58,7 @@ export default function ControlledAccordions() {
aria-controls="panel3bh-content"
id="panel3bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
<Typography sx={{ width: '33%', flexShrink: 0 }}>
Advanced settings
</Typography>
<Typography sx={{ color: 'text.secondary' }}>
Expand All @@ -92,13 +78,7 @@ export default function ControlledAccordions() {
aria-controls="panel4bh-content"
id="panel4bh-header"
>
<Typography
component="span"
align="left"
sx={{ width: '33%', flexShrink: 0 }}
>
Personal data
</Typography>
<Typography sx={{ width: '33%', flexShrink: 0 }}>Personal data</Typography>
</AccordionSummary>
<AccordionDetails>
<Typography>
Expand Down