chore: remove Truncate since it does not exist in Carbon v11

This commit is contained in:
Gregor Wassmann 2023-03-31 23:04:23 +02:00 committed by Enrico Sacchetti
commit 5833536199
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
13 changed files with 3 additions and 191 deletions

View file

@ -1,6 +1,6 @@
# Component Index
> 164 components exported from carbon-components-svelte@0.82.7.
> 163 components exported from carbon-components-svelte@0.82.7.
## Components
@ -166,7 +166,6 @@
- [`TooltipFooter`](#tooltipfooter)
- [`TooltipIcon`](#tooltipicon)
- [`TreeView`](#treeview)
- [`Truncate`](#truncate)
- [`UnorderedList`](#unorderedlist)
---
@ -4690,24 +4689,6 @@ export interface TreeNode {
| focus | dispatched | <code>TreeNode & { expanded: boolean; leaf: boolean; }</code> |
| keydown | forwarded | -- |
## `Truncate`
### Props
| Prop name | Required | Kind | Reactive | Type | Default value | Description |
| :-------- | :------- | :--------------- | :------- | --------------------------------- | ------------------ | ----------- |
| clamp | No | <code>let</code> | No | <code>"end" &#124; "front"</code> | <code>"end"</code> | -- |
### Slots
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :------- |
| -- | Yes | -- | -- |
### Events
None.
## `UnorderedList`
### Props