@baseline-ui/core 0.41.0 → 0.41.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.mts CHANGED
@@ -2228,7 +2228,7 @@ interface ScrollControlButtonProps extends StylingProps, Pick<ActionButtonProps,
2228
2228
 
2229
2229
  declare const ScrollControlButton: React__default.ForwardRefExoticComponent<ScrollControlButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
2230
2230
 
2231
- interface AlertDialogProps extends StylingProps {
2231
+ interface AlertDialogProps extends StylingProps, AriaLabelingProps {
2232
2232
  /**
2233
2233
  * The title of the dialog. This is the main heading of the dialog and is
2234
2234
  * displayed at the top of the dialog.
package/dist/index.d.ts CHANGED
@@ -2228,7 +2228,7 @@ interface ScrollControlButtonProps extends StylingProps, Pick<ActionButtonProps,
2228
2228
 
2229
2229
  declare const ScrollControlButton: React__default.ForwardRefExoticComponent<ScrollControlButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
2230
2230
 
2231
- interface AlertDialogProps extends StylingProps {
2231
+ interface AlertDialogProps extends StylingProps, AriaLabelingProps {
2232
2232
  /**
2233
2233
  * The title of the dialog. This is the main heading of the dialog and is
2234
2234
  * displayed at the top of the dialog.