Skip to content

Commit

Permalink
new clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
tishoyanchev committed Sep 12, 2023
1 parent eb518c2 commit 1ba46ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/components-vue/lib/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ export const IfxDropdownTrigger = /*@__PURE__*/ defineContainer<JSX.IfxDropdownT

export const IfxDropdownTriggerButton = /*@__PURE__*/ defineContainer<JSX.IfxDropdownTriggerButton>('ifx-dropdown-trigger-button', undefined, [
'isOpen',
'theme',
'variant',
'color',
'size',
'disabled',
'hideArrow'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

## Properties

| Property | Attribute | Description | Type | Default |
| ----------- | ------------ | ----------- | ---------------------------------------- | ----------- |
| `color` | `color` | | `"primary"` | `undefined` |
| `disabled` | `disabled` | | `boolean` | `undefined` |
| `hideArrow` | `hide-arrow` | | `boolean` | `false` |
| `isOpen` | `is-open` | | `boolean` | `false` |
| `size` | `size` | | `"m" \| "s"` | `'m'` |
| `variant` | `variant` | | `"outline" \| "outline-text" \| "solid"` | `'solid'` |
| Property | Attribute | Description | Type | Default |
| ----------- | ------------ | ----------- | ------------------------------------ | ----------- |
| `disabled` | `disabled` | | `boolean` | `undefined` |
| `hideArrow` | `hide-arrow` | | `boolean` | `false` |
| `isOpen` | `is-open` | | `boolean` | `false` |
| `size` | `size` | | `"m" \| "s"` | `'m'` |
| `theme` | `theme` | | `"danger" \| "default" \| "inverse"` | `'default'` |
| `variant` | `variant` | | `"primary"` | `undefined` |


## Dependencies
Expand Down

0 comments on commit 1ba46ab

Please sign in to comment.