feat(accordion-group): add the shape property and styles for the ionic theme (#29971)

- Adds support for the `shape` property in accordion group.
- Adds styles for the `"soft"`, `"round"` and `"rectangular"` shapes in the `ionic` theme
- Defaults the shape to `"round"` for the ionic theme
- Adds an e2e test for `shape` with screenshots of all shapes
- Renames the `accordion.e2e.ts` files in other tests to `accordion-group.e2e.ts` which also renames the screenshot folder
This commit is contained in:
Brandy Carney
2024-10-30 10:37:33 -04:00
committed by GitHub
parent 3306d717ef
commit a2bf1bb0c2
35 changed files with 237 additions and 6 deletions

View File

@ -97,6 +97,7 @@ export const IonAccordionGroup = /*@__PURE__*/ defineContainer<JSX.IonAccordionG
'disabled',
'readonly',
'expand',
'shape',
'ionChange',
'ionValueChange'
],