formica-ui-lib 1.0.184 → 1.0.186

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.
Files changed (54) hide show
  1. package/README.md +29 -4
  2. package/dist/componentProps/molecules/card/featurecard/FeatureCardProps.d.ts +2 -0
  3. package/dist/componentProps/{organisms/articles/articleimage/ArticleImageProps.d.ts → molecules/card/imagecard/ImageCardProps.d.ts} +1 -1
  4. package/dist/componentProps/molecules/card/infocard/InfoCardProps.d.ts +15 -0
  5. package/dist/componentProps/molecules/card/{articlerecentcard/ArticleRecentCardProps.d.ts → recentarticlecard/RecentArticleCardProps.d.ts} +3 -1
  6. package/dist/componentProps/molecules/card/swatchcard/SwatchCardProps.d.ts +3 -3
  7. package/dist/componentProps/{organisms/articles/articletext/ArticleTextProps.d.ts → molecules/card/textcard/TextCardProps.d.ts} +3 -3
  8. package/dist/componentProps/organisms/{articles/articlecarousel/ArticleCarouselProps.d.ts → carousels/contentcarousel/ContentCarouselProps.d.ts} +3 -3
  9. package/dist/componentProps/organisms/cart/purchasepanel/PurchasePanelLeftPanelProps.d.ts +2 -0
  10. package/dist/componentProps/organisms/{imageoverlaygrid → grids/imageoverlaygrid}/ImageOverlayGridProps.d.ts +2 -2
  11. package/dist/componentProps/organisms/sections/recentarticles/RecentArticlesProps.d.ts +8 -0
  12. package/dist/componentProps/organisms/swatchcardcollection/SwatchCardCollectionProps.d.ts +15 -0
  13. package/dist/componentProps/scene/article/ArticleSceneProps.d.ts +12 -12
  14. package/dist/componentProps/scene/campaign/CampaignSceneProps.d.ts +15 -0
  15. package/dist/componentProps/scene/customerhub/CustomerHubHomeImprovementSceneProps.d.ts +16 -0
  16. package/dist/componentProps/scene/customerhub/CustomerHubSceneProps.d.ts +6 -0
  17. package/dist/componentProps/scene/home/HomePageProps.d.ts +3 -3
  18. package/dist/componentProps/scene/launch/LaunchSceneProps.d.ts +16 -0
  19. package/dist/componentProps/scene/proresource/ProResourceSceneProps.d.ts +2 -2
  20. package/dist/componentProps/scene/searchresults/SearchResultsSceneProps.d.ts +2 -2
  21. package/dist/index.cjs +8 -8
  22. package/dist/index.d.ts +12 -12
  23. package/dist/index.js +705 -624
  24. package/dist/stories/molecules/card/imagecard/ImageCard.d.ts +4 -0
  25. package/dist/stories/molecules/card/infocard/InfoCard.d.ts +4 -0
  26. package/dist/stories/molecules/card/recentarticlecard/RecentArticleCard.d.ts +4 -0
  27. package/dist/stories/molecules/card/textcard/TextCard.d.ts +4 -0
  28. package/dist/stories/organisms/carousels/contentcarousel/ContentCarousel.d.ts +4 -0
  29. package/dist/stories/organisms/grids/imageoverlaygrid/ImageOverlayGrid.d.ts +4 -0
  30. package/dist/stories/organisms/sections/recentarticles/RecentArticles.d.ts +4 -0
  31. package/dist/stories/organisms/swatchcardcollection/SwatchCardCollection.d.ts +4 -0
  32. package/dist/stories/organisms/swatchcardcollection/SwatchCardCollection.test.d.ts +1 -0
  33. package/dist/stories/scenes/campaign/CampaignScene.d.ts +4 -0
  34. package/dist/stories/scenes/customerhub/CustomerHubScene.d.ts +4 -0
  35. package/dist/stories/scenes/customerhubhomeimprovement/CustomerHubHomeImprovementScene.d.ts +4 -0
  36. package/dist/stories/scenes/launch/LaunchScene.d.ts +4 -0
  37. package/dist/tailwind.css +1 -1
  38. package/package.json +1 -1
  39. package/dist/componentProps/organisms/articles/articlerecentsection/ArticleRecentSectionProps.d.ts +0 -8
  40. package/dist/componentProps/organisms/banner/featurebanner/FeatureBannerProps.d.ts +0 -15
  41. package/dist/stories/molecules/card/articlerecentcard/ArticleRecentCard.d.ts +0 -4
  42. package/dist/stories/organisms/articles/articlecarousel/ArticleCarousel.d.ts +0 -4
  43. package/dist/stories/organisms/articles/articleimage/ArticleImage.d.ts +0 -4
  44. package/dist/stories/organisms/articles/articlerecentsection/ArticleRecentSection.d.ts +0 -4
  45. package/dist/stories/organisms/articles/articletext/ArticleText.d.ts +0 -4
  46. package/dist/stories/organisms/banner/featurebanner/FeatureBanner.d.ts +0 -4
  47. package/dist/stories/organisms/imageoverlaygrid/ImageOverlayGrid.d.ts +0 -4
  48. /package/dist/stories/{organisms/articles/articlecarousel/ArticleCarousel.test.d.ts → molecules/card/imagecard/ImageCard.test.d.ts} +0 -0
  49. /package/dist/stories/molecules/card/{articlerecentcard/ArticleRecentCard.test.d.ts → infocard/InfoCard.test.d.ts} +0 -0
  50. /package/dist/stories/{organisms/articles/articlerecentsection/ArticleRecentSection.test.d.ts → molecules/card/recentarticlecard/RecentArticleCard.test.d.ts} +0 -0
  51. /package/dist/stories/{organisms/articles/articleimage/ArticleImage.test.d.ts → molecules/card/textcard/TextCard.test.d.ts} +0 -0
  52. /package/dist/stories/organisms/{articles/articletext/ArticleText.test.d.ts → carousels/contentcarousel/ContentCarousel.test.d.ts} +0 -0
  53. /package/dist/stories/organisms/{imageoverlaygrid → grids/imageoverlaygrid}/ImageOverlayGrid.test.d.ts +0 -0
  54. /package/dist/stories/organisms/{banner/featurebanner/FeatureBanner.test.d.ts → sections/recentarticles/RecentArticles.test.d.ts} +0 -0
package/README.md CHANGED
@@ -148,14 +148,39 @@ If the component props change, update the story right away.
148
148
 
149
149
  Do not leave stale story args, controls, or fake props around.
150
150
 
151
+ ### Storybook buckets should be editor-friendly
152
+
153
+ Code folders follow atomic responsibility. Storybook titles should follow the organization that content editors and consumers use to browse components.
154
+
155
+ Common buckets include:
156
+
157
+ - `Molecules/Cards`
158
+ - `Molecules/Selectors`
159
+ - `Organisms/Banners`
160
+ - `Organisms/Carousels`
161
+ - `Organisms/Collections`
162
+ - `Organisms/Grids`
163
+ - `Organisms/Navigation`
164
+ - `Organisms/Sections`
165
+ - `Organisms/ProductInformation`
166
+
167
+ Use `Molecules/Cards` for reusable `*Card` components. Use `Organisms/Collections` for `*Collection` components, `Organisms/Grids` for `*Grid` components, and `Organisms/Sections` for larger page-section wrappers.
168
+
169
+ Avoid duplicate bucket names across atomic levels when possible. For example, selector components should generally stay under `Molecules/Selectors`.
170
+
171
+ Avoid article-specific names for reusable components. Keep `Article*` names only when a component is truly article-specific, such as `ArticleBanner`.
172
+
151
173
  ## Scene Stories
152
174
 
153
175
  Scene stories are special.
154
176
 
155
- They should act like a lightweight simulation of how the UI will behave when wired into a BFF or application layer.
177
+ They are Storybook-only composition shells, not React/Next integration surfaces. Use templates for React/Next page integration.
178
+
179
+ Use scene stories when you need to preview how separately exposed CMS/XMC components appear together, or when you need a lightweight simulation of how the UI will behave when wired into a BFF or application layer.
156
180
 
157
- That means scene stories should often own:
181
+ That means scene stories may own:
158
182
 
183
+ - layout spacing needed to judge the combined composition
159
184
  - selected values
160
185
  - visible/hidden state
161
186
  - click handlers
@@ -248,9 +273,9 @@ Try to keep responsibility at the right layer:
248
273
  - atoms
249
274
  simple UI pieces and layout primitives
250
275
  - molecules
251
- small composed patterns like `ClickableCard`
276
+ small composed patterns like `ClickableCard`, reusable cards, selectors, and inputs
252
277
  - organisms
253
- richer composed sections like grids, navs, banners, panels
278
+ richer composed sections like grids, navs, banners, collections, panels, and page sections
254
279
  - scenes
255
280
  higher-level composition and interaction simulation
256
281
 
@@ -1,4 +1,5 @@
1
1
  export type FeatureCardCtaMode = "button" | "text" | "hidden";
2
+ export type FeatureCardStyle = "standard" | "vertical";
2
3
  export type FeatureCardClickPayload = {
3
4
  title: string;
4
5
  description?: string;
@@ -11,6 +12,7 @@ export type FeatureCardProps = {
11
12
  description?: string;
12
13
  buttonLabel?: string;
13
14
  ctaMode?: FeatureCardCtaMode;
15
+ cardStyle?: FeatureCardStyle;
14
16
  onCardClick?: () => void;
15
17
  onCtaClick?: (payload: FeatureCardClickPayload) => void;
16
18
  };
@@ -1,4 +1,4 @@
1
- export interface ArticleImageProps {
1
+ export interface ImageCardProps {
2
2
  imageSrc?: string;
3
3
  imageAlt?: string;
4
4
  }
@@ -0,0 +1,15 @@
1
+ export type InfoCardAlign = "left" | "right";
2
+ export interface InfoCardButtonClickPayload {
3
+ buttonLabel: string;
4
+ buttonHref?: string;
5
+ }
6
+ export interface InfoCardProps {
7
+ imageSrc: string;
8
+ imageAlt?: string;
9
+ headline: string;
10
+ body: string;
11
+ buttonLabel: string;
12
+ buttonHref?: string;
13
+ align?: InfoCardAlign;
14
+ onButtonClick?: (payload: InfoCardButtonClickPayload) => void;
15
+ }
@@ -1,5 +1,7 @@
1
1
  import type React from "react";
2
- export interface ArticleRecentCardProps {
2
+ export type RecentArticleCardLayoutVariant = "default" | "mediaRightCompact";
3
+ export interface RecentArticleCardProps {
4
+ layoutVariant?: RecentArticleCardLayoutVariant;
3
5
  mediaType?: "image" | "video";
4
6
  imageSrc?: string;
5
7
  imageAlt?: string;
@@ -1,13 +1,13 @@
1
1
  export type SwatchStatus = "new" | "discontinued" | "comingSoon" | "sale";
2
- export interface SwatchCardProps {
2
+ export type SwatchCardProps = {
3
3
  id?: string;
4
4
  imageSrc: string;
5
5
  imageFallbackSrc?: string;
6
6
  imageAlt: string;
7
7
  title: string;
8
8
  brand: string;
9
- product: string;
9
+ product?: string;
10
10
  decorNumber: string | number;
11
11
  onSwatchClick?: () => void;
12
12
  status?: SwatchStatus;
13
- }
13
+ };
@@ -1,9 +1,9 @@
1
1
  export type HeadingSize = "small" | "large";
2
- export type ArticleTextAlign = "left" | "center" | "right";
3
- export interface ArticleTextProps {
2
+ export type TextCardAlign = "left" | "center" | "right";
3
+ export interface TextCardProps {
4
4
  heading?: string;
5
5
  headingSize?: HeadingSize;
6
- align?: ArticleTextAlign;
6
+ align?: TextCardAlign;
7
7
  subheading?: string;
8
8
  datetimeStamp?: string;
9
9
  body?: string;
@@ -1,7 +1,7 @@
1
1
  import type { StandardCarouselDefaultSlideProps, StandardCarouselSlide } from "../../../molecules/carousel/standardcarousel/StandardCarouselProps";
2
- export interface ArticleCarouselSlide extends StandardCarouselSlide {
2
+ export interface ContentCarouselSlide extends StandardCarouselSlide {
3
3
  imageText?: string;
4
4
  }
5
- export interface ArticleCarouselProps extends Omit<StandardCarouselDefaultSlideProps, "slides" | "onSlideChange" | "renderSlide" | "showImageOverlay"> {
6
- slides: ArticleCarouselSlide[];
5
+ export interface ContentCarouselProps extends Omit<StandardCarouselDefaultSlideProps, "slides" | "onSlideChange" | "renderSlide" | "showImageOverlay"> {
6
+ slides: ContentCarouselSlide[];
7
7
  }
@@ -1,4 +1,5 @@
1
1
  import type { ButtonGridItem } from "../../../molecules/buttons/buttongrid/ButtonGridProps";
2
+ import type { ReactNode } from "react";
2
3
  export type SwatchPurchasePanelTab = "Sample" | "Buy Now" | string;
3
4
  export type SwatchOption = ButtonGridItem & {
4
5
  id: string;
@@ -43,4 +44,5 @@ export type PurchasePanelLeftPanelProps = {
43
44
  onQuantityChange?: (quantity: number) => void;
44
45
  onAddToWishlist: () => void;
45
46
  onAddToCart: (quantity: number) => void;
47
+ mobileMediaSlot?: ReactNode;
46
48
  };
@@ -1,5 +1,5 @@
1
- import type { ContentGridProps } from "../../atoms/layout/ContentGridProps";
2
- import type { ImageOverlayCardProps } from "../../molecules/card/imageoverlaycard/ImageOverlayCardProps";
1
+ import type { ContentGridProps } from "../../../atoms/layout/ContentGridProps";
2
+ import type { ImageOverlayCardProps } from "../../../molecules/card/imageoverlaycard/ImageOverlayCardProps";
3
3
  export type ImageOverlayGridItem = Omit<ImageOverlayCardProps, "onCardClick"> & {
4
4
  id?: string;
5
5
  };
@@ -0,0 +1,8 @@
1
+ import type { RecentArticleCardProps } from "../../../molecules/card/recentarticlecard/RecentArticleCardProps";
2
+ export interface RecentArticlesProps {
3
+ title?: string;
4
+ titleClassName?: string;
5
+ items: RecentArticleCardProps[];
6
+ className?: string;
7
+ separatorClassName?: string;
8
+ }
@@ -0,0 +1,15 @@
1
+ import type { SwatchCardProps } from "../../molecules/card/swatchcard/SwatchCardProps";
2
+ export type SwatchCardCollectionItem = SwatchCardProps;
3
+ export type SwatchCardCollectionFooterButtonPayload = {
4
+ buttonLabel: string;
5
+ buttonHref?: string;
6
+ };
7
+ export type SwatchCardCollectionProps = {
8
+ title?: string;
9
+ body?: string;
10
+ cards?: SwatchCardCollectionItem[];
11
+ footerBlurb?: string;
12
+ footerButtonLabel?: string;
13
+ footerButtonHref?: string;
14
+ onFooterButtonClick?: (payload: SwatchCardCollectionFooterButtonPayload) => void;
15
+ };
@@ -1,19 +1,19 @@
1
1
  import type { ArticleBannerProps } from "../../organisms/banner/articlebanner/ArticleBannerProps";
2
- import type { ArticleTextProps } from "../../organisms/articles/articletext/ArticleTextProps";
3
- import type { ArticleImageProps } from "../../organisms/articles/articleimage/ArticleImageProps";
4
- import type { ArticleCarouselProps } from "../../organisms/articles/articlecarousel/ArticleCarouselProps";
2
+ import type { TextCardProps } from "../../molecules/card/textcard/TextCardProps";
3
+ import type { ImageCardProps } from "../../molecules/card/imagecard/ImageCardProps";
4
+ import type { ContentCarouselProps } from "../../organisms/carousels/contentcarousel/ContentCarouselProps";
5
5
  import { FeaturedProductsCarouselProps } from "../../organisms/carousels/featureproductcarousel/FeaturedProductsCarouselProps";
6
- import { ArticleRecentSectionProps } from "../../organisms/articles/articlerecentsection/ArticleRecentSectionProps";
7
- import type { ImageOverlayGridProps } from "../../organisms/imageoverlaygrid/ImageOverlayGridProps";
6
+ import { RecentArticlesProps } from "../../organisms/sections/recentarticles/RecentArticlesProps";
7
+ import type { ImageOverlayGridProps } from "../../organisms/grids/imageoverlaygrid/ImageOverlayGridProps";
8
8
  export interface ArticlePageProps {
9
9
  articleBannerProps: ArticleBannerProps;
10
10
  imageOverlayGridProps?: ImageOverlayGridProps;
11
- articleHeaderProps: ArticleTextProps;
12
- articleTextProps: ArticleTextProps;
13
- articleTextProps2: ArticleTextProps;
14
- additionalArticleTextProps?: ArticleTextProps[];
15
- articleImageProps: ArticleImageProps;
16
- articleCarouselProps: ArticleCarouselProps;
11
+ articleHeaderProps: TextCardProps;
12
+ textCardProps: TextCardProps;
13
+ textCardProps2: TextCardProps;
14
+ additionalTextCardProps?: TextCardProps[];
15
+ imageCardProps: ImageCardProps;
16
+ contentCarouselProps: ContentCarouselProps;
17
17
  featuredProductsCarouselProps: FeaturedProductsCarouselProps;
18
- articleRecentSectionProps: ArticleRecentSectionProps;
18
+ recentArticlesProps: RecentArticlesProps;
19
19
  }
@@ -0,0 +1,15 @@
1
+ import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
2
+ import type { TextCardProps } from "../../molecules/card/textcard/TextCardProps";
3
+ import type { ImageCardProps } from "../../molecules/card/imagecard/ImageCardProps";
4
+ import type { ContentCarouselProps } from "../../organisms/carousels/contentcarousel/ContentCarouselProps";
5
+ import type { RecentArticleCardProps } from "../../molecules/card/recentarticlecard/RecentArticleCardProps";
6
+ export interface CampaignSceneProps {
7
+ standardCopyHeroProps: StandardCopyHeroProps;
8
+ articleHeaderProps: TextCardProps;
9
+ textCardProps: TextCardProps;
10
+ textCardProps2: TextCardProps;
11
+ imageCardProps: ImageCardProps;
12
+ contentCarouselProps: ContentCarouselProps;
13
+ contentCarouselProps2: ContentCarouselProps;
14
+ recentArticleCardProps: RecentArticleCardProps;
15
+ }
@@ -0,0 +1,16 @@
1
+ import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
2
+ import type { SlidingTabIndicatorProps } from "../../molecules/selectors/slidingtabselector/SlidingTabsSelectorProps";
3
+ import type { StandardCarouselProps } from "../../molecules/carousel/standardcarousel/StandardCarouselProps";
4
+ import type { FilterBarProps } from "../../molecules/selectors/filterbar/FilterBarProps";
5
+ import { DropdownFilterProps } from "../../molecules/selectors/filterbar/DropdownFilterProps";
6
+ import type { ImageGridProps } from "../../organisms/imagegrid/ImageGridProps";
7
+ import { RecentArticleCardProps } from "../../molecules/card/recentarticlecard/RecentArticleCardProps";
8
+ export interface CustomerHubHomeImprovementSceneProps {
9
+ standardCopyHeroProps: StandardCopyHeroProps;
10
+ slidingTabIndicatorProps: SlidingTabIndicatorProps;
11
+ standardCarouselProps: StandardCarouselProps;
12
+ filterBarProps: FilterBarProps;
13
+ dropdownFilterPropsList: DropdownFilterProps[];
14
+ imageGridProps: ImageGridProps;
15
+ recentArticleCardProps: RecentArticleCardProps;
16
+ }
@@ -0,0 +1,6 @@
1
+ import type { CallToActionHeroProps } from "../../organisms/banner/herobanner/CallToActionHeroProps";
2
+ import type { ImageOverlayGridProps } from "../../organisms/grids/imageoverlaygrid/ImageOverlayGridProps";
3
+ export interface CustomerHubSceneProps {
4
+ callToActionHeroProps: CallToActionHeroProps;
5
+ imageOverlayGridProps: ImageOverlayGridProps;
6
+ }
@@ -7,12 +7,12 @@ import type { ColumnBannerProps } from "../../organisms/banner/columnbanner/Colu
7
7
  import type { FeatureCardCollectionProps } from "../../organisms/featurecards/featurecardscollection/FeatureCardCollectionProps";
8
8
  import type { FooterProps } from "../../organisms/footer/FooterProps";
9
9
  import type { MoreInfoHighlightsSectionProps } from "../../organisms/moreinfohighlightssection/MoreInfoHighlightsSectionProps";
10
- import type { FeatureBannerProps } from "../../organisms/banner/featurebanner/FeatureBannerProps";
10
+ import type { InfoCardProps } from "../../molecules/card/infocard/InfoCardProps";
11
11
  export type HomePageProps = {
12
12
  brandNavBarProps: BrandNavBarProps;
13
13
  topNavBarProps: TopNavBarProps;
14
14
  announcementBarProps?: AnnouncementBarProps;
15
- callToActionCarouselProps?: {
15
+ generalCarouselProps?: {
16
16
  slides: CallToActionHeroProps[];
17
17
  showArrows?: boolean;
18
18
  showDots?: boolean;
@@ -21,7 +21,7 @@ export type HomePageProps = {
21
21
  prevArrowButtonProps?: Pick<ButtonProps, "buttonType" | "className">;
22
22
  };
23
23
  columnBannerProps?: ColumnBannerProps;
24
- featureBannerProps?: FeatureBannerProps;
24
+ infoCardProps?: InfoCardProps;
25
25
  featureCardSectionProps?: FeatureCardCollectionProps;
26
26
  moreInfoHighlightsSectionProps?: MoreInfoHighlightsSectionProps;
27
27
  footerProps?: FooterProps;
@@ -0,0 +1,16 @@
1
+ import type { CallToActionHeroProps } from "../../organisms/banner/herobanner/CallToActionHeroProps";
2
+ import type { TextCardProps } from "../../molecules/card/textcard/TextCardProps";
3
+ import type { FeaturedProductsCarouselProps } from "../../organisms/carousels/featureproductcarousel/FeaturedProductsCarouselProps";
4
+ import type { ContentCarouselProps } from "../../organisms/carousels/contentcarousel/ContentCarouselProps";
5
+ import type { InfoCardProps } from "../../molecules/card/infocard/InfoCardProps";
6
+ import { SwatchCardCollectionProps } from "../../organisms/swatchcardcollection/SwatchCardCollectionProps";
7
+ export interface LaunchSceneProps {
8
+ callToActionHeroProps: CallToActionHeroProps;
9
+ textCardProps: TextCardProps;
10
+ featuredProductsCarouselProps: FeaturedProductsCarouselProps;
11
+ swatchCardCollectionProps: SwatchCardCollectionProps;
12
+ swatchCardCollectionProps2: SwatchCardCollectionProps;
13
+ contentCarouselProps: ContentCarouselProps;
14
+ contentCarouselProps2: ContentCarouselProps;
15
+ infoCardProps: InfoCardProps;
16
+ }
@@ -1,12 +1,12 @@
1
1
  import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
2
2
  import type { MultiButtonBarProps } from "../../molecules/selectors/multibuttonbar/MultiButtonBarProps";
3
3
  import type { DocumentLinkCollectionProps } from "../../organisms/documentlinkcollection/DocumentLinkCollectionProps";
4
- import type { FeatureBannerProps } from "../../organisms/banner/featurebanner/FeatureBannerProps";
4
+ import type { InfoCardProps } from "../../molecules/card/infocard/InfoCardProps";
5
5
  import type { FaqCardCollectionProps } from "../../organisms/faqcardcollection/FaqCardCollectionProps";
6
6
  export type ProResourceSceneProps = {
7
7
  standardCopyHeroProps: StandardCopyHeroProps;
8
8
  multiButtonBarProps: MultiButtonBarProps;
9
9
  documentLinkCollectionProps: DocumentLinkCollectionProps;
10
- featureBannerProps: FeatureBannerProps;
10
+ infoCardProps: InfoCardProps;
11
11
  faqCardCollectionProps: FaqCardCollectionProps;
12
12
  };
@@ -1,8 +1,8 @@
1
1
  import { SearchHeaderProps } from "../../organisms/search/searchheader/SearchHeaderProps";
2
2
  import { FeaturedProductsCarouselProps } from "../../organisms/carousels/featureproductcarousel/FeaturedProductsCarouselProps";
3
- import { ArticleRecentSectionProps } from "../../organisms/articles/articlerecentsection/ArticleRecentSectionProps";
3
+ import { RecentArticlesProps } from "../../organisms/sections/recentarticles/RecentArticlesProps";
4
4
  export type SearchResultsSceneProps = {
5
5
  searchHeaderProps: SearchHeaderProps;
6
6
  featuredProductsCarouselProps: FeaturedProductsCarouselProps;
7
- articleRecentSectionProps: ArticleRecentSectionProps;
7
+ recentArticlesProps: RecentArticlesProps;
8
8
  };