@uob-web-and-digital/component-library 0.0.93 → 0.0.94
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/components/organisms/Accordion/defaultProps.d.ts +1 -0
- package/dist/components/organisms/GenericDetailSection/defaultProps.d.ts +1 -0
- package/dist/components/organisms/Hero/defaultProps.d.ts +1 -0
- package/dist/components/organisms/PromoBlock/defaultProps.d.ts +1 -0
- package/dist/components/organisms/QuoteBlock/defaultProps.d.ts +1 -0
- package/dist/components/organisms/RichText/defaultProps.d.ts +2 -0
- package/dist/main.css +1 -1
- package/package.json +120 -120
- package/dist/components/organisms/QuoteBlock/defatultProps.d.ts +0 -4
|
@@ -2,3 +2,4 @@ import { AccordionProps } from './Accordion';
|
|
|
2
2
|
export declare const accordionProps: AccordionProps;
|
|
3
3
|
export declare const accordionPropsEditorNotes: AccordionProps;
|
|
4
4
|
export declare const accordionPropsModules: AccordionProps;
|
|
5
|
+
export declare const accordionPropsScholarshipsAward: AccordionProps;
|
|
@@ -2,3 +2,4 @@ import { GenericDetailSectionProps } from './GenericDetailSection';
|
|
|
2
2
|
export declare const genericDetailSectionPropsAccommodation: GenericDetailSectionProps;
|
|
3
3
|
export declare const genericDetailSectionPropsEvents: GenericDetailSectionProps;
|
|
4
4
|
export declare const genericDetailSectionPropsContact: GenericDetailSectionProps;
|
|
5
|
+
export declare const genericDetailSectionPropsScholarshipAward: GenericDetailSectionProps;
|
|
@@ -4,3 +4,4 @@ export declare const rectangleImageHeroProps: HeroProps;
|
|
|
4
4
|
export declare const linesOfIntentImageHeroProps: HeroProps;
|
|
5
5
|
export declare const newsHeroProps: HeroProps;
|
|
6
6
|
export declare const accommodationHeroProps: HeroProps;
|
|
7
|
+
export declare const schorlarshipsAwardPage: HeroProps;
|
|
@@ -4,3 +4,4 @@ export declare const promoBlockPropsAccommodation: PromoBlockProps;
|
|
|
4
4
|
export declare const promoBlockSignpostProps: PromoBlockProps;
|
|
5
5
|
export declare const promoBlockVideoProps: PromoBlockProps;
|
|
6
6
|
export declare const promoBlockForCoursePage: PromoBlockProps;
|
|
7
|
+
export declare const promoBlockForScholarshipAward: PromoBlockProps;
|
|
@@ -3,3 +3,4 @@ export declare const quoteBlockProps: QuoteBlockProps;
|
|
|
3
3
|
export declare const quoteWithCite: QuoteBlockProps;
|
|
4
4
|
export declare const quoteOnly: QuoteBlockProps;
|
|
5
5
|
export declare const quoteForCouresPage: QuoteBlockProps;
|
|
6
|
+
export declare const quoteWithCiteForScholarshipsAwardPage: QuoteBlockProps;
|
|
@@ -9,3 +9,5 @@ export declare const richTextCourseDeliveryAfterTopics: RichTextProps;
|
|
|
9
9
|
export declare const richTextApplicationProcess: RichTextProps;
|
|
10
10
|
export declare const richTextApplicationProcessAfter: RichTextProps;
|
|
11
11
|
export declare const richTextResponsiveTableHorizontalScroll: RichTextProps;
|
|
12
|
+
export declare const richTextScholarshipsAward: RichTextProps;
|
|
13
|
+
export declare const richTextScholarshipsAwardApply: RichTextProps;
|