Skip to content

Commit

Permalink
test(visual): update snapshots (#2216)
Browse files Browse the repository at this point in the history
Co-authored-by: felix-ico <[email protected]>
  • Loading branch information
github-actions[bot] and felix-ico authored Nov 22, 2023
1 parent 35e2252 commit 68532d7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/components/src/components/tab-panel/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@

## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------------------------------------------------------------------------------- | -------------------- | ----------- |
| `size` | `size` | <span style="color:red">**[DEPRECATED]**</span> - no more size difference<br/><br/> | `"large" \| "small"` | `'small'` |
| `small` | `small` | <span style="color:red">**[DEPRECATED]**</span> - no more size difference<br/><br/> | `boolean` | `false` |
| `styles` | `styles` | (optional) Injected CSS styles | `string` | `undefined` |
| Property | Attribute | Description | Type | Default |
| --------------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `size` | `size` | <span style="color:red">**[DEPRECATED]**</span> - no more size difference<br/><br/> | `"large" \| "small"` | `'small'` |
| `small` | `small` | <span style="color:red">**[DEPRECATED]**</span> - no more size difference<br/><br/> | `boolean` | `false` |
| `styles` | `styles` | (optional) Injected CSS styles | `string` | `undefined` |
| `tabbablePanel` | `tabbable-panel` | (optional) adds tab-index="0" to the panel, set to false to exclude the tab-panel from the tab sequence, e.g. if the first element in the panel is a focusable button | `boolean` | `true` |


## Shadow Parts
Expand Down

0 comments on commit 68532d7

Please sign in to comment.