Skip to content

Commit

Permalink
chore: format doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 11, 2024
1 parent afeb34f commit be4c03b
Show file tree
Hide file tree
Showing 202 changed files with 229 additions and 2,042 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ docs/public/assets/images/map-markers
docs/public/assets/images/brand-icons
docs/public/assets/images/icons
docs/stories/assets/data
docs/stories/components/**/api.md
docs/dist

test/angular/*
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ generated
docs/public
docs/stories/assets
docs/stories/components/**/api.md
docs/stories/components/**/testing.md
docs/stories/components/**/theming.md

e2e/cypress/snapshots
e2e/cypress/videos
Expand Down
Empty file.
10 changes: 0 additions & 10 deletions docs/stories/components/bal-accordion/bal-accordion-summary/api.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/stories/components/bal-accordion/bal-accordion-trigger/api.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/stories/components/bal-accordion/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ A list of the custom commands for this specific component.
| `balAccordionIsOpen` | Asserts if the accordion is open. | (options?: Partial\<Loggable>): Chainable |
| `balAccordionIsClosed` | Asserts if the accordion is closed. | (options?: Partial\<Loggable>): Chainable |


### Selectors

| Selector | Element |
| ------------------- | ---------------------------------------------------------------- |
| `accordion.trigger` | The trigger button, which shows and hides the content / details. |
| `accordion.details` | The content or the hidden part of the accordion. |
| `accordion.summary` | The header or visible part of the accordion |

15 changes: 0 additions & 15 deletions docs/stories/components/bal-app/api.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/stories/components/bal-app/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ The Baloise Design System provides a collection of custom cypress commands for t

<!-- START: human documentation -->



<!-- END: human documentation -->

2 changes: 2 additions & 0 deletions docs/stories/components/bal-app/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The component can be customization by changing the CSS variables.

<!-- START: human documentation -->



<!-- END: human documentation -->

### Variables​
Expand Down
13 changes: 0 additions & 13 deletions docs/stories/components/bal-badge/api.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/stories/components/bal-badge/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ The Baloise Design System provides a collection of custom cypress commands for t

<!-- START: human documentation -->



<!-- END: human documentation -->


### Selectors

| Selector | Element |
| ------------- | ------------ |
| `badge.label` | Badge label. |

2 changes: 2 additions & 0 deletions docs/stories/components/bal-badge/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The component can be customization by changing the CSS variables.

<!-- START: human documentation -->



<!-- END: human documentation -->

### Variables​
Expand Down
Loading

0 comments on commit be4c03b

Please sign in to comment.