feat(item-option): add hue property for the ionic theme (#30332)

Issue number: internal

---------

## What is the current behavior?
The item option component does not support the `hue` property.

## What is the new behavior?
Adds support for the `subtle` hue for the item option. Defaults to
`subtle`.

## Does this introduce a breaking change?
- [ ] Yes
- [x] No
This commit is contained in:
Brandy Smith
2025-04-11 13:39:14 -04:00
committed by GitHub
parent b31e0efcbf
commit 52fba11db5
85 changed files with 393 additions and 42 deletions

View File

@ -554,6 +554,7 @@ export const IonItemOption: StencilVueComponent<JSX.IonItemOption> = /*@__PURE__
'download',
'expandable',
'href',
'hue',
'rel',
'target',
'type',