@aurora-ds/components 1.7.9 → 1.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2402,7 +2402,7 @@ type DrawerFooterProps = Omit<BoxProps, 'aria-label' | 'aria-labelledby' | 'aria
|
|
|
2402
2402
|
type DrawerItemIcon = ComponentType<SVGProps<SVGSVGElement>>;
|
|
2403
2403
|
type DrawerItemProps = {
|
|
2404
2404
|
/** SVG icon shown in both expanded and collapsed states. */
|
|
2405
|
-
startIcon
|
|
2405
|
+
startIcon?: DrawerItemIcon;
|
|
2406
2406
|
/**
|
|
2407
2407
|
* Text label — visible when expanded, shown as tooltip when collapsed.
|
|
2408
2408
|
* @a11y Recommended — provides the item's accessible name in both expanded and collapsed states.
|