react-magma-dom 4.10.0-next.17 → 4.10.0-next.19

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.
@@ -107,6 +107,9 @@ export interface I18nInterface {
107
107
  disabledDayAriaLabel: string;
108
108
  selectedDayAriaLabel: string;
109
109
  todayAriaLabel: string;
110
+ today: string;
111
+ navigateToCurrentDateAriaLabel: string;
112
+ backToCalendarAriaLabel: string;
110
113
  helpModal: {
111
114
  header: string;
112
115
  helpButtonAriaLabel: string;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import './theme/styled';
2
+ export { AIButton, AIButtonShape, AIButtonSize, AIButtonTextTransform, AIButtonType, AIButtonVariant, IconOnlyAIButtonProps, TextAIButtonProps, } from './components/AIButton';
2
3
  export { Alert, AlertProps } from './components/Alert';
3
4
  export { AlertVariant } from './components/AlertBase';
4
5
  export { Announce, AnnounceProps } from './components/Announce';