@uob-web-and-digital/component-library 0.0.66 → 0.0.67

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.
@@ -1,3 +1,4 @@
1
1
  import { FactBoxesProps } from './FactBoxes';
2
2
  export declare const factBoxesProps: FactBoxesProps;
3
3
  export declare const factBoxesPropsOneFact: FactBoxesProps;
4
+ export declare const factBoxesApplicationProcess: FactBoxesProps;
@@ -17,7 +17,7 @@ export declare const ranking: import("./components/CourseTileRanking").CourseTil
17
17
  fees: import("./components/CourseTile").CourseTileProps;
18
18
  ucas?: import("./components/CourseTile").CourseTileProps | undefined;
19
19
  deliveryFormat?: import("./components/CourseTile").CourseTileProps | undefined;
20
- locationDetails?: import("../../molecules/LocationSelector/LocationSelector").LocationSelectorProps | undefined;
20
+ locationDetails?: import("../../..").LocationSelectorProps | undefined;
21
21
  };
22
22
  export declare const deliveryFormat: import("./components/CourseTile").CourseTileProps | undefined, heroCoursesNoRankingNoDeliveryFormat: {
23
23
  theme: import("../../../themeProps").ThemeProps;
@@ -35,6 +35,6 @@ export declare const deliveryFormat: import("./components/CourseTile").CourseTil
35
35
  entryRequirements: import("./components/CourseTile").CourseTileProps;
36
36
  fees: import("./components/CourseTile").CourseTileProps;
37
37
  ucas?: import("./components/CourseTile").CourseTileProps | undefined;
38
- locationDetails?: import("../../molecules/LocationSelector/LocationSelector").LocationSelectorProps | undefined;
38
+ locationDetails?: import("../../..").LocationSelectorProps | undefined;
39
39
  };
40
40
  export declare const heroCoursesPGProps: HeroCoursesProps;
@@ -6,3 +6,4 @@ export declare const richTextAccommodation: RichTextProps;
6
6
  export declare const richTextCourseOverview: RichTextProps;
7
7
  export declare const richTextCourseDeliveryBeforeTopics: RichTextProps;
8
8
  export declare const richTextCourseDeliveryAfterTopics: RichTextProps;
9
+ export declare const richTextApplicationProcess: RichTextProps;
@@ -1,3 +1,4 @@
1
1
  import { TextWithBackgroundProps } from './TextWithBackground';
2
2
  export declare const accommodationGuarantee: TextWithBackgroundProps;
3
3
  export declare const contactUsProps: TextWithBackgroundProps;
4
+ export declare const textWithBackgroundApplicationProcessProps: TextWithBackgroundProps;
package/dist/index.d.ts CHANGED
@@ -819,6 +819,10 @@ interface LocationSelectorProps {
819
819
  inverse?: boolean;
820
820
  selectorProps: FormSelectProps;
821
821
  }
822
+ /**
823
+ * Primary UI component for user interaction
824
+ */
825
+ declare function LocationSelector({ theme, inverse, selectorProps }: LocationSelectorProps): ReactElement;
822
826
 
823
827
  interface HeroCoursesProps {
824
828
  /**
@@ -1494,4 +1498,4 @@ interface VideoEmbedProps {
1494
1498
  }
1495
1499
  declare function VideoEmbed({ theme, inverse, imageSrc, videoUrl, videoId, heading, audioDescribedVideoId, audioDescribedVideoUrl, transcript, fullWidth, videoCaption, videoCredit }: VideoEmbedProps): ReactElement;
1496
1500
 
1497
- export { Accordion, type AccordionProps, type AccreditationPromotionProps, AcreditationPromotion, AlertBanner, type AlertBannerProps, AnchorTarget, type AnchorTargetProps, Breadcrumbs, type BreadcrumbsProps, CTAComponent, type CTAComponentProps, Carousel, type CarouselProps, type CenterWrapperProps, CenterWrapper as CentreWrapper, ClearingBanner, type ClearingBannerProps, CourseDeliveryPills, type CourseDeliveryPillsProps, EmbedWrapper, type EmbedWrapperProps, FactBoxes, type FactBoxesProps, FeaturedContent, type FeaturedContentProps, FeaturedSignpost, type FeaturedSignpostProps, FeaturedVideo, type FeaturedVideoProps, FiveArticlesGrid, type FiveArticlesGridProps, Footer, type FooterProps, GeneralSearchFilter, type GeneralSearchFilterProps, GenericDetailSection, type GenericDetailSectionProps, Header, type HeaderProps, Hero, HeroArticle, type HeroArticleProps, HeroCarousel, type HeroCarouselProps, HeroCourses, type HeroCoursesProps, type HeroProps, ImageBlock, type ImageBlockProps, ImageCarousel, type ImageCarouselProps, InPageNavigation, type InPageNavigationProps, IntroText, type IntroTextProps, LeadNewsArticles, type LeadNewsArticlesProps, ListingFilterWrapper, type ListingFilterWrapperProps, ListingResults, ListingResultsCount, type ListingResultsCountProps, type ListingResultsProps, MainWrapper, type MainWrapperProps, NewsArticlesPromoBlock, type NewsArticlesPromoBlockProps, Pagination, type PaginationProps, PromoBlock, PromoBlockGrid, type PromoBlockProps$1 as PromoBlockProps, QuoteBlock, type QuoteBlockProps, RelatedCourses, type RelatedCoursesProps, RichText, type RichTextProps, SearchCourses, type SearchCoursesProps, SidebarWrapper, type SidebarWrapperProps, SignPost, type SignPostProps, SingleButton, type SingleButtonProps, SkipToContent, type SkipToContentProps, StaffListingCarousel, type StaffListingCarouselProps, StandardListingFilter, type StandardListingFilterProps, TabsBlock, type TabsBlockProps, TextWithBackground, type TextWithBackgroundProps, TopicSelector, type TopicSelectorProps, VideoCardComponent, type VideoCardComponentProps, VideoEmbed, type VideoEmbedProps };
1501
+ export { Accordion, type AccordionProps, type AccreditationPromotionProps, AcreditationPromotion, AlertBanner, type AlertBannerProps, AnchorTarget, type AnchorTargetProps, Breadcrumbs, type BreadcrumbsProps, CTAComponent, type CTAComponentProps, Carousel, type CarouselProps, type CenterWrapperProps, CenterWrapper as CentreWrapper, ClearingBanner, type ClearingBannerProps, CourseDeliveryPills, type CourseDeliveryPillsProps, EmbedWrapper, type EmbedWrapperProps, FactBoxes, type FactBoxesProps, FeaturedContent, type FeaturedContentProps, FeaturedSignpost, type FeaturedSignpostProps, FeaturedVideo, type FeaturedVideoProps, FiveArticlesGrid, type FiveArticlesGridProps, Footer, type FooterProps, GeneralSearchFilter, type GeneralSearchFilterProps, GenericDetailSection, type GenericDetailSectionProps, Header, type HeaderProps, Hero, HeroArticle, type HeroArticleProps, HeroCarousel, type HeroCarouselProps, HeroCourses, type HeroCoursesProps, type HeroProps, ImageBlock, type ImageBlockProps, ImageCarousel, type ImageCarouselProps, InPageNavigation, type InPageNavigationProps, IntroText, type IntroTextProps, LeadNewsArticles, type LeadNewsArticlesProps, ListingFilterWrapper, type ListingFilterWrapperProps, ListingResults, ListingResultsCount, type ListingResultsCountProps, type ListingResultsProps, LocationSelector, type LocationSelectorProps, MainWrapper, type MainWrapperProps, NewsArticlesPromoBlock, type NewsArticlesPromoBlockProps, Pagination, type PaginationProps, PromoBlock, PromoBlockGrid, type PromoBlockProps$1 as PromoBlockProps, QuoteBlock, type QuoteBlockProps, RelatedCourses, type RelatedCoursesProps, RichText, type RichTextProps, SearchCourses, type SearchCoursesProps, SidebarWrapper, type SidebarWrapperProps, SignPost, type SignPostProps, SingleButton, type SingleButtonProps, SkipToContent, type SkipToContentProps, StaffListingCarousel, type StaffListingCarouselProps, StandardListingFilter, type StandardListingFilterProps, TabsBlock, type TabsBlockProps, TextWithBackground, type TextWithBackgroundProps, TopicSelector, type TopicSelectorProps, VideoCardComponent, type VideoCardComponentProps, VideoEmbed, type VideoEmbedProps };