@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/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: DrawerItemIcon;
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurora-ds/components",
3
- "version": "1.7.9",
3
+ "version": "1.7.10",
4
4
  "type": "module",
5
5
  "description": "Aurora DS - React Components Library",
6
6
  "main": "dist/cjs/index.js",