From 7b00084c7bd69a007eb4654cf5435b42efcc5754 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 01:04:57 -0700 Subject: [PATCH] Fix export of OuiCompressedSuperDatePicker (#1325) (#1326) Signed-off-by: Miki (cherry picked from commit 10ea85957df9cf6eade7e2decc733dc5ab54ac00) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] --- src/components/date_picker/super_date_picker/index.ts | 2 ++ src/components/index.js | 1 + 2 files changed, 3 insertions(+) diff --git a/src/components/date_picker/super_date_picker/index.ts b/src/components/date_picker/super_date_picker/index.ts index f4a1a73ee5..f6d7cfe5e4 100644 --- a/src/components/date_picker/super_date_picker/index.ts +++ b/src/components/date_picker/super_date_picker/index.ts @@ -35,6 +35,8 @@ export { AsyncInterval } from './async_interval'; export { OuiSuperDatePicker, OuiSuperDatePickerProps, + OuiCompressedSuperDatePicker, + OuiCompressedSuperDatePickerProps, OnTimeChangeProps, OnRefreshProps, } from './super_date_picker'; diff --git a/src/components/index.js b/src/components/index.js index eeb6131f7e..39470c2134 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -87,6 +87,7 @@ export { OuiDatePicker, OuiDatePickerRange, OuiSuperDatePicker, + OuiCompressedSuperDatePicker, OuiSuperUpdateButton, prettyDuration, commonDurationRanges,