@uob-web-and-digital/component-library 2.19.0 → 2.19.2

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.
@@ -10,3 +10,4 @@ type Story = StoryObj<typeof meta>;
10
10
  export declare const ExampleThreeOrMoreScholarship: Story;
11
11
  export declare const ExampleOneScholarship: Story;
12
12
  export declare const ExampleTwoScholarship: Story;
13
+ export declare const ExampleH3TitleH4Card: Story;
@@ -1,2 +1,3 @@
1
1
  import { ScholarshipCarouselProps } from './ScholarshipCarousel';
2
2
  export declare const scholarshipCarouselProps: ScholarshipCarouselProps;
3
+ export declare const scholarshipCarouselPropsH3TitleH4Card: ScholarshipCarouselProps;
@@ -11,6 +11,9 @@ export declare const ExampleThreeOrMoreStaff: Story;
11
11
  export declare const ExampleThreeOrMoreStaffDark: Story;
12
12
  export declare const ExampleWithNewsStyleHeading: Story;
13
13
  export declare const ExampleOneStaff: Story;
14
+ export declare const ExampleOneStaffH4: Story;
14
15
  export declare const ExampleTwoStaff: Story;
15
16
  export declare const ExampleThreeStaffNoCarousel: Story;
16
17
  export declare const ExampleTwoStaffNoCarousel: Story;
18
+ export declare const ExampleThreeOrMoreStaffH3TitleH4Cards: Story;
19
+ export declare const ExampleOneStaffH3TitleH4Cards: Story;
@@ -1,6 +1,7 @@
1
1
  import { StaffListingCarouselProps } from './StaffListingCarousel';
2
2
  import { CardPromoProfileProps } from '../../molecules/CardPromoProfile/CardPromoProfile';
3
3
  export declare const staffListingCarouselProps: StaffListingCarouselProps;
4
+ export declare const staffListingCarouselPropsCardsH4: StaffListingCarouselProps;
4
5
  export declare const newsStaffListingCarouselProps: StaffListingCarouselProps;
5
6
  export declare const staffListingEventsProps: StaffListingCarouselProps;
6
7
  export declare const profileCards: CardPromoProfileProps[];