@nimbus-ds/patterns 1.24.0 → 1.25.0-rc.1

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
@@ -540,10 +540,6 @@ export interface MenuButtonAccordionProperties {
540
540
  * If provided, it overrides the context.
541
541
  */
542
542
  expanded?: boolean;
543
- /**
544
- * Text to be displayed in the tooltip when the button is collapsed. If not provided, the label will be used.
545
- */
546
- tooltipText?: string;
547
543
  }
548
544
  export type MenuButtonAccordionBaseProps = MenuButtonAccordionProperties & {
549
545
  menuButton: Omit<MenuButtonProps, "expanded" | "tooltipText">;