formica-ui-lib 1.0.184 → 1.0.187

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 (213) hide show
  1. package/README.md +37 -4
  2. package/dist/componentProps/molecules/{banner → bannercontent}/articlebannercontent/ArticleBannerContentProps.d.ts +1 -1
  3. package/dist/componentProps/molecules/{banner → bannercontent}/calltoactionherocontent/CallToActionHeroContentProps.d.ts +1 -1
  4. package/dist/componentProps/molecules/{card → cards}/featurecard/FeatureCardProps.d.ts +2 -0
  5. package/dist/componentProps/{organisms/articles/articleimage/ArticleImageProps.d.ts → molecules/cards/imagecard/ImageCardProps.d.ts} +1 -1
  6. package/dist/componentProps/molecules/cards/infocard/InfoCardProps.d.ts +15 -0
  7. package/dist/componentProps/molecules/{card/articlerecentcard/ArticleRecentCardProps.d.ts → cards/recentarticlecard/RecentArticleCardProps.d.ts} +3 -1
  8. package/dist/componentProps/molecules/{card → cards}/swatchcard/SwatchCardProps.d.ts +3 -3
  9. package/dist/componentProps/{organisms/articles/articletext/ArticleTextProps.d.ts → molecules/cards/textcard/TextCardProps.d.ts} +3 -3
  10. package/dist/componentProps/molecules/{carousel → carouselprimitives}/columncarousel/ColumnCarouselProps.d.ts +1 -1
  11. package/dist/componentProps/organisms/{banner → banners}/columnbanner/ColumnBannerProps.d.ts +1 -1
  12. package/dist/componentProps/organisms/carousels/contentcarousel/ContentCarouselProps.d.ts +7 -0
  13. package/dist/componentProps/organisms/cart/cartconfimation/cartsummarysection/CartSummarySectionProps.d.ts +1 -1
  14. package/dist/componentProps/organisms/cart/cartflyout/CartFlyoutProps.d.ts +1 -1
  15. package/dist/componentProps/organisms/cart/purchasepanel/PurchasePanelLeftPanelProps.d.ts +2 -0
  16. package/dist/componentProps/organisms/{documentlinkcollection → collections/documentlinkcollection}/DocumentLinkCollectionProps.d.ts +1 -1
  17. package/dist/componentProps/organisms/{faqcardcollection → collections/faqcardcollection}/FaqCardCollectionProps.d.ts +1 -1
  18. package/dist/componentProps/organisms/{featurecards/featurecardscollection → collections/featurecardcollection}/FeatureCardCollectionProps.d.ts +1 -1
  19. package/dist/componentProps/organisms/collections/moreinfohighlightscollection/MoreInfoHighlightsCollectionProps.d.ts +7 -0
  20. package/dist/componentProps/organisms/collections/recentarticlecollection/RecentArticleCollectionProps.d.ts +8 -0
  21. package/dist/componentProps/organisms/collections/swatchcardcollection/SwatchCardCollectionProps.d.ts +15 -0
  22. package/dist/componentProps/organisms/{verticalcheckboxlistcollection → collections/verticalcheckboxlistcollection}/VerticalCheckboxListCollectionProps.d.ts +5 -5
  23. package/dist/componentProps/organisms/featurecards/featurecardssection/FeatureCardSectionProps.d.ts +1 -1
  24. package/dist/componentProps/organisms/{decorgrid → grids/decorgrid}/DecorGridProps.d.ts +1 -1
  25. package/dist/componentProps/organisms/{imageoverlaygrid → grids/imageoverlaygrid}/ImageOverlayGridProps.d.ts +2 -2
  26. package/dist/componentProps/organisms/productinformation/productdetailpane/ProductDetailsPaneProps.d.ts +4 -0
  27. package/dist/componentProps/organisms/productinformation/sizeandgradepane/SizeAndGradePaneProps.d.ts +5 -0
  28. package/dist/componentProps/organisms/productinformation/texturepane/TexturePaneProps.d.ts +4 -0
  29. package/dist/componentProps/scene/article/ArticleSceneProps.d.ts +13 -13
  30. package/dist/componentProps/scene/campaign/CampaignSceneProps.d.ts +15 -0
  31. package/dist/componentProps/scene/customerhub/CustomerHubHomeImprovementSceneProps.d.ts +16 -0
  32. package/dist/componentProps/scene/customerhub/CustomerHubSceneProps.d.ts +6 -0
  33. package/dist/componentProps/scene/gallery/GallerySceneProps.d.ts +2 -2
  34. package/dist/componentProps/scene/home/HomePageProps.d.ts +8 -8
  35. package/dist/componentProps/scene/launch/LaunchSceneProps.d.ts +16 -0
  36. package/dist/componentProps/scene/proresource/ProResourceSceneProps.d.ts +5 -5
  37. package/dist/componentProps/scene/searchresults/SearchResultsSceneProps.d.ts +3 -3
  38. package/dist/componentProps/templates/articlelandingpagetemplate/ArticleLandingPageTemplateProps.d.ts +3 -3
  39. package/dist/componentProps/templates/categorypagetemplate/CategoryPageTemplateProps.d.ts +2 -2
  40. package/dist/componentProps/templates/productdetailpagetemplate/ProductDetailPageTemplateProps.d.ts +1 -1
  41. package/dist/index.cjs +8 -8
  42. package/dist/index.d.ts +59 -57
  43. package/dist/index.js +784 -703
  44. package/dist/stories/molecules/{banner → bannercontent}/articlebannercontent/ArticleBannerContent.d.ts +1 -1
  45. package/dist/stories/molecules/{banner → bannercontent}/calltoactionherocontent/CallToActionHeroContent.d.ts +1 -1
  46. package/dist/stories/molecules/{banner → bannercontent}/featuredarticlebannercontent/FeaturedArticleBannerContent.d.ts +1 -1
  47. package/dist/stories/molecules/{banner → bannercontent}/standardcopybannercontent/StandardCopyBannerContent.d.ts +1 -1
  48. package/dist/stories/molecules/{card → cards}/cartitemcard/CartItemCard.d.ts +1 -1
  49. package/dist/stories/molecules/{clickable → cards}/clickablecard/ClickableCard.d.ts +1 -1
  50. package/dist/stories/molecules/{card → cards}/columncarouselcard/ColumnCarouselCard.d.ts +1 -1
  51. package/dist/stories/molecules/{card → cards}/documentlinkcard/DocumentLinkCard.d.ts +1 -1
  52. package/dist/stories/molecules/{card → cards}/embeddedvideocard/EmbeddedVideoCard.d.ts +1 -1
  53. package/dist/stories/molecules/{card → cards}/faqcard/FaqCard.d.ts +1 -1
  54. package/dist/stories/molecules/{card → cards}/featurecard/FeatureCard.d.ts +1 -1
  55. package/dist/stories/molecules/{card → cards}/featureproductcard/FeaturedProductCard.d.ts +1 -1
  56. package/dist/stories/molecules/cards/imagecard/ImageCard.d.ts +4 -0
  57. package/dist/stories/molecules/{card → cards}/imageoverlaycard/ImageOverlayCard.d.ts +1 -1
  58. package/dist/stories/molecules/cards/infocard/InfoCard.d.ts +4 -0
  59. package/dist/stories/molecules/{card → cards}/moreinfohighlightscard/MoreInfoHighlightsCard.d.ts +1 -1
  60. package/dist/stories/molecules/{card → cards}/quantitycheckoutcard/QuantityCheckoutCard.d.ts +1 -1
  61. package/dist/stories/molecules/cards/recentarticlecard/RecentArticleCard.d.ts +4 -0
  62. package/dist/stories/molecules/{card → cards}/swatchcard/SwatchCard.d.ts +1 -1
  63. package/dist/stories/molecules/{card → cards}/swatchcard/SwatchCardStatusConfig.d.ts +1 -1
  64. package/dist/stories/molecules/cards/textcard/TextCard.d.ts +4 -0
  65. package/dist/stories/molecules/{carousel → carouselprimitives}/carouselarrowcontrols/CarouselArrowControls.d.ts +1 -1
  66. package/dist/stories/molecules/{carousel → carouselprimitives}/carouseldots/CarouselDots.d.ts +1 -1
  67. package/dist/stories/molecules/{carousel → carouselprimitives}/columncarousel/ColumnCarousel.d.ts +1 -1
  68. package/dist/stories/molecules/{carousel → carouselprimitives}/minicarousel/MiniCarousel.d.ts +1 -1
  69. package/dist/stories/molecules/{carousel → carouselprimitives}/standardcarousel/StandardCarousel.d.ts +1 -1
  70. package/dist/stories/molecules/{mediaLinks/footerImageLink → navigation/footerimagelink}/FooterImageLink.d.ts +1 -1
  71. package/dist/stories/molecules/{mediaLinks/socialLinkRow → navigation/sociallinkrow}/SocialLinkRow.d.ts +1 -1
  72. package/dist/stories/molecules/{radioButtons → selectors/radiobuttons}/RadioButtons.d.ts +1 -1
  73. package/dist/stories/molecules/{segmentedcontrol → selectors/segmentedcontrol}/SegmentedControl.d.ts +1 -1
  74. package/dist/stories/organisms/{banner → banners}/articlebanner/ArticleBanner.d.ts +1 -1
  75. package/dist/stories/organisms/{banner → banners}/calltoactionhero/CallToActionHero.d.ts +1 -1
  76. package/dist/stories/organisms/{banner → banners}/columnbanner/ColumnBanner.d.ts +1 -1
  77. package/dist/stories/organisms/{banner → banners}/featuredarticlebanner/FeaturedArticleBanner.d.ts +1 -1
  78. package/dist/stories/organisms/{banner → banners}/standardbannercontainer/StandardBannerContainer.d.ts +1 -1
  79. package/dist/stories/organisms/banners/standardbannercontainer/StandardBannerContainer.test.d.ts +1 -0
  80. package/dist/stories/organisms/{banner → banners}/standardcopyhero/StandardCopyHero.d.ts +1 -1
  81. package/dist/stories/organisms/banners/standardcopyhero/StandardCopyHero.test.d.ts +1 -0
  82. package/dist/stories/organisms/carousels/contentcarousel/ContentCarousel.d.ts +4 -0
  83. package/dist/stories/organisms/cart/carthostedpaymentpanel/CartHostedPaymentPanel.test.d.ts +1 -0
  84. package/dist/stories/organisms/cart/shippingaddressform/ShippingAddressForm.test.d.ts +1 -0
  85. package/dist/stories/organisms/collections/documentlinkcollection/DocumentLinkCollection.d.ts +4 -0
  86. package/dist/stories/organisms/collections/documentlinkcollection/DocumentLinkCollection.test.d.ts +1 -0
  87. package/dist/stories/organisms/collections/faqcardcollection/FaqCardCollection.d.ts +4 -0
  88. package/dist/stories/organisms/collections/faqcardcollection/FaqCardCollection.test.d.ts +1 -0
  89. package/dist/stories/organisms/collections/featurecardcollection/FeatureCardCollection.d.ts +4 -0
  90. package/dist/stories/organisms/collections/featurecardcollection/FeatureCardCollection.test.d.ts +1 -0
  91. package/dist/stories/organisms/collections/moreinfohighlightscollection/MoreInfoHighlightsCollection.d.ts +4 -0
  92. package/dist/stories/organisms/collections/recentarticlecollection/RecentArticleCollection.d.ts +4 -0
  93. package/dist/stories/organisms/collections/recentarticlecollection/RecentArticleCollection.test.d.ts +1 -0
  94. package/dist/stories/organisms/collections/swatchcardcollection/SwatchCardCollection.d.ts +4 -0
  95. package/dist/stories/organisms/collections/swatchcardcollection/SwatchCardCollection.test.d.ts +1 -0
  96. package/dist/stories/organisms/{verticalcheckboxlistcollection → collections/verticalcheckboxlistcollection}/VerticalCheckboxListCollection.d.ts +1 -1
  97. package/dist/stories/organisms/{decorgrid → grids/decorgrid}/DecorGrid.d.ts +1 -1
  98. package/dist/stories/organisms/grids/decorgrid/DecorGrid.test.d.ts +1 -0
  99. package/dist/stories/organisms/{imagegrid → grids/imagegrid}/ImageGrid.d.ts +1 -1
  100. package/dist/stories/organisms/grids/imagegrid/ImageGrid.test.d.ts +1 -0
  101. package/dist/stories/organisms/grids/imageoverlaygrid/ImageOverlayGrid.d.ts +4 -0
  102. package/dist/stories/organisms/navigation/Footer/parts/BrandBlock.test.d.ts +1 -0
  103. package/dist/stories/organisms/navigation/Footer/parts/FooterLinkItem.test.d.ts +1 -0
  104. package/dist/stories/organisms/navigation/Footer/parts/LegalBlock.test.d.ts +1 -0
  105. package/dist/stories/organisms/navigation/Footer/parts/LogosBar.test.d.ts +1 -0
  106. package/dist/stories/organisms/navigation/Footer/parts/SitemapColumns.test.d.ts +1 -0
  107. package/dist/stories/organisms/productinformation/productdetailpane/ProductDetailsPane.d.ts +1 -1
  108. package/dist/stories/organisms/productinformation/sizeandgradepane/SizeAndGradePane.d.ts +1 -1
  109. package/dist/stories/organisms/productinformation/texturepane/TexturePane.d.ts +1 -1
  110. package/dist/stories/organisms/{productinformation/productinformation → sections/productinformationsection}/ProductInformationSection.d.ts +1 -1
  111. package/dist/stories/organisms/{search → sections}/searchheader/SearchHeader.d.ts +1 -1
  112. package/dist/stories/organisms/sections/searchheader/SearchHeader.test.d.ts +1 -0
  113. package/dist/stories/scenes/campaign/CampaignScene.d.ts +4 -0
  114. package/dist/stories/scenes/customerhub/CustomerHubScene.d.ts +4 -0
  115. package/dist/stories/scenes/customerhubhomeimprovement/CustomerHubHomeImprovementScene.d.ts +4 -0
  116. package/dist/stories/scenes/launch/LaunchScene.d.ts +4 -0
  117. package/dist/tailwind.css +1 -1
  118. package/dist/utils/validators.d.ts +1 -1
  119. package/package.json +1 -1
  120. package/dist/componentProps/molecules/navigation/headeractionbutton/HeaderActionButtonProps.d.ts +0 -2
  121. package/dist/componentProps/molecules/navigation/navbutton/NavButtonProps.d.ts +0 -4
  122. package/dist/componentProps/organisms/articles/articlecarousel/ArticleCarouselProps.d.ts +0 -7
  123. package/dist/componentProps/organisms/articles/articlerecentsection/ArticleRecentSectionProps.d.ts +0 -8
  124. package/dist/componentProps/organisms/banner/featurebanner/FeatureBannerProps.d.ts +0 -15
  125. package/dist/componentProps/organisms/moreinfohighlightssection/MoreInfoHighlightsSectionProps.d.ts +0 -7
  126. package/dist/componentProps/organisms/productinformationsection/ProductDetailsPaneProps.d.ts +0 -4
  127. package/dist/componentProps/organisms/productinformationsection/TexturePaneProps.d.ts +0 -4
  128. package/dist/componentProps/organisms/productinformationsection/sizeandgradepane/SizeAndGradePaneProps.d.ts +0 -5
  129. package/dist/stories/molecules/card/articlerecentcard/ArticleRecentCard.d.ts +0 -4
  130. package/dist/stories/molecules/navigation/headeractionbutton/HeaderActionButton.d.ts +0 -4
  131. package/dist/stories/molecules/navigation/navbutton/NavButton.d.ts +0 -4
  132. package/dist/stories/organisms/articles/articlecarousel/ArticleCarousel.d.ts +0 -4
  133. package/dist/stories/organisms/articles/articleimage/ArticleImage.d.ts +0 -4
  134. package/dist/stories/organisms/articles/articlerecentsection/ArticleRecentSection.d.ts +0 -4
  135. package/dist/stories/organisms/articles/articletext/ArticleText.d.ts +0 -4
  136. package/dist/stories/organisms/banner/featurebanner/FeatureBanner.d.ts +0 -4
  137. package/dist/stories/organisms/documentlinkcollection/DocumentLinkCollection.d.ts +0 -4
  138. package/dist/stories/organisms/faqcardcollection/FaqCardCollection.d.ts +0 -4
  139. package/dist/stories/organisms/featurecardcollection/FeatureCardCollection.d.ts +0 -4
  140. package/dist/stories/organisms/imageoverlaygrid/ImageOverlayGrid.d.ts +0 -4
  141. package/dist/stories/organisms/moreinfohighlights/MoreInfoHighlightsSection.d.ts +0 -4
  142. /package/dist/componentProps/molecules/{banner → bannercontent}/featuredarticlebannercontent/FeaturedArticleBannerContentProps.d.ts +0 -0
  143. /package/dist/componentProps/molecules/{banner → bannercontent}/standardcopybannercontent/StandardCopyBannerContentProps.d.ts +0 -0
  144. /package/dist/componentProps/molecules/{card → cards}/cartItemCard/CartItemCardProps.d.ts +0 -0
  145. /package/dist/componentProps/molecules/{card → cards}/clickablecard/ClickableCardProps.d.ts +0 -0
  146. /package/dist/componentProps/molecules/{card → cards}/columncarouselcard/ColumnCarouselCardProps.d.ts +0 -0
  147. /package/dist/componentProps/molecules/{card → cards}/documentlinkcard/DocumentLinkCardProps.d.ts +0 -0
  148. /package/dist/componentProps/molecules/{card → cards}/embeddedvideocard/EmbeddedVideoCardProps.d.ts +0 -0
  149. /package/dist/componentProps/molecules/{card → cards}/faqcard/FaqCardProps.d.ts +0 -0
  150. /package/dist/componentProps/molecules/{card → cards}/featureproductcard/FeaturedProductCardProps.d.ts +0 -0
  151. /package/dist/componentProps/molecules/{card → cards}/imageoverlaycard/ImageOverlayCardProps.d.ts +0 -0
  152. /package/dist/componentProps/molecules/{card → cards}/moreinfohighlightscard/MoreInfoHighlightsCardProps.d.ts +0 -0
  153. /package/dist/componentProps/molecules/{card → cards}/quantitycheckoutcard/QuantityCheckoutCardProps.d.ts +0 -0
  154. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/carouselarrowcontrols/CarouselArrowControlsProps.d.ts +0 -0
  155. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/carouseldots/CarouselDotsProps.d.ts +0 -0
  156. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/minicarousel/MiniCarouselProps.d.ts +0 -0
  157. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/standardcarousel/StandardCarouselProps.d.ts +0 -0
  158. /package/dist/componentProps/molecules/{mediaLinks → navigation}/footerimagelink/FooterImageLinkProps.d.ts +0 -0
  159. /package/dist/componentProps/molecules/{mediaLinks → navigation}/sociallinkrow/SocialLinkRowProps.d.ts +0 -0
  160. /package/dist/componentProps/molecules/{radiobuttons → selectors/radiobuttons}/RadioButtonsProps.d.ts +0 -0
  161. /package/dist/componentProps/molecules/{segmentedcontrol → selectors/segmentedcontrol}/SegmentedControlProps.d.ts +0 -0
  162. /package/dist/componentProps/organisms/{banner → banners}/articlebanner/ArticleBannerProps.d.ts +0 -0
  163. /package/dist/componentProps/organisms/{banner → banners}/featuredarticlebanner/FeaturedArticleBannerProps.d.ts +0 -0
  164. /package/dist/componentProps/organisms/{banner → banners}/herobanner/CallToActionHeroProps.d.ts +0 -0
  165. /package/dist/componentProps/organisms/{banner → banners}/standardbannercontainer/StandardBannerContainerProps.d.ts +0 -0
  166. /package/dist/componentProps/organisms/{banner → banners}/standardcopyhero/StandardCopyHeroProps.d.ts +0 -0
  167. /package/dist/componentProps/organisms/{imagegrid → grids/imagegrid}/ImageGridProps.d.ts +0 -0
  168. /package/dist/componentProps/organisms/{productinformationsection → sections/productinformationsection}/ProductInformationSectionProps.d.ts +0 -0
  169. /package/dist/componentProps/organisms/{search → sections}/searchheader/SearchHeaderProps.d.ts +0 -0
  170. /package/dist/stories/molecules/{banner → bannercontent}/articlebannercontent/ArticleBannerContent.test.d.ts +0 -0
  171. /package/dist/stories/molecules/{banner → bannercontent}/calltoactionherocontent/CallToActionHeroContent.test.d.ts +0 -0
  172. /package/dist/stories/molecules/{banner → bannercontent}/featuredarticlebannercontent/FeaturedArticleBannerContent.test.d.ts +0 -0
  173. /package/dist/stories/molecules/{banner → bannercontent}/standardcopybannercontent/StandardCopyBannerContent.test.d.ts +0 -0
  174. /package/dist/stories/molecules/{card → cards}/cartitemcard/CartItemCard.test.d.ts +0 -0
  175. /package/dist/stories/molecules/{clickable → cards}/clickablecard/ClickableCard.test.d.ts +0 -0
  176. /package/dist/stories/molecules/{card → cards}/columncarouselcard/ColumnCarouselCard.test.d.ts +0 -0
  177. /package/dist/stories/molecules/{card → cards}/documentlinkcard/DocumentLinkCard.test.d.ts +0 -0
  178. /package/dist/stories/molecules/{card → cards}/embeddedvideocard/EmbeddedVideoCard.test.d.ts +0 -0
  179. /package/dist/stories/molecules/{card → cards}/faqcard/FaqCard.test.d.ts +0 -0
  180. /package/dist/stories/molecules/{card → cards}/featurecard/FeatureCard.test.d.ts +0 -0
  181. /package/dist/stories/molecules/{card → cards}/featureproductcard/FeaturedProductCard.test.d.ts +0 -0
  182. /package/dist/stories/molecules/{card/quantitycheckoutcard/QuantityCheckoutCard.test.d.ts → cards/imagecard/ImageCard.test.d.ts} +0 -0
  183. /package/dist/stories/molecules/{card → cards}/imageoverlaycard/ImageOverlayCard.test.d.ts +0 -0
  184. /package/dist/stories/molecules/{card/articlerecentcard/ArticleRecentCard.test.d.ts → cards/infocard/InfoCard.test.d.ts} +0 -0
  185. /package/dist/stories/molecules/{card → cards}/moreinfohighlightscard/MoreInfoHighlightsCard.test.d.ts +0 -0
  186. /package/dist/stories/molecules/{card/swatchcard/SwatchCard.test.d.ts → cards/quantitycheckoutcard/QuantityCheckoutCard.test.d.ts} +0 -0
  187. /package/dist/stories/molecules/{carousel/carouselarrowcontrols/CarouselArrowControls.test.d.ts → cards/recentarticlecard/RecentArticleCard.test.d.ts} +0 -0
  188. /package/dist/stories/molecules/{radioButtons/RadioButtons.test.d.ts → cards/swatchcard/SwatchCard.test.d.ts} +0 -0
  189. /package/dist/stories/{organisms/articles/articlecarousel/ArticleCarousel.test.d.ts → molecules/cards/textcard/TextCard.test.d.ts} +0 -0
  190. /package/dist/stories/molecules/{carousel/carouseldots/CarouselDots.test.d.ts → carouselprimitives/carouselarrowcontrols/CarouselArrowControls.test.d.ts} +0 -0
  191. /package/dist/stories/molecules/{carousel/columncarousel/ColumnCarousel.test.d.ts → carouselprimitives/carouseldots/CarouselDots.test.d.ts} +0 -0
  192. /package/dist/stories/molecules/{carousel/minicarousel/MiniCarousel.test.d.ts → carouselprimitives/columncarousel/ColumnCarousel.test.d.ts} +0 -0
  193. /package/dist/stories/molecules/{carousel/standardcarousel/StandardCarousel.test.d.ts → carouselprimitives/minicarousel/MiniCarousel.test.d.ts} +0 -0
  194. /package/dist/stories/molecules/{mediaLinks/socialLinkRow/SocialLinkRow.test.d.ts → carouselprimitives/standardcarousel/StandardCarousel.test.d.ts} +0 -0
  195. /package/dist/stories/molecules/{segmentedcontrol/SegmentedControl.test.d.ts → inputs/input/InputField.test.d.ts} +0 -0
  196. /package/dist/stories/{organisms/articles/articlerecentsection/ArticleRecentSection.test.d.ts → molecules/navigation/footerimagelink/FooterImageLink.test.d.ts} +0 -0
  197. /package/dist/stories/{organisms/banner/columnbanner/ColumnBanner.test.d.ts → molecules/navigation/sociallinkrow/SocialLinkRow.test.d.ts} +0 -0
  198. /package/dist/stories/{organisms/banner/featurebanner/FeatureBanner.test.d.ts → molecules/selectors/countryselector/CountrySelector.test.d.ts} +0 -0
  199. /package/dist/stories/{organisms/banner/standardcopyhero/StandardCopyHero.test.d.ts → molecules/selectors/filterbar/DropdownFilter.test.d.ts} +0 -0
  200. /package/dist/stories/{organisms/decorgrid/DecorGrid.test.d.ts → molecules/selectors/filterbar/FilterBarButton.test.d.ts} +0 -0
  201. /package/dist/stories/{organisms/documentlinkcollection/DocumentLinkCollection.test.d.ts → molecules/selectors/filterbar/SearchFilter.test.d.ts} +0 -0
  202. /package/dist/stories/{organisms/articles/articleimage/ArticleImage.test.d.ts → molecules/selectors/radiobuttons/RadioButtons.test.d.ts} +0 -0
  203. /package/dist/stories/{organisms/faqcardcollection/FaqCardCollection.test.d.ts → molecules/selectors/segmentedcontrol/SegmentedControl.test.d.ts} +0 -0
  204. /package/dist/stories/{organisms/featurecardcollection/FeatureCardCollection.test.d.ts → molecules/selectors/slidingtabselector/SlidingTabIndicator.test.d.ts} +0 -0
  205. /package/dist/stories/organisms/{banner → banners}/articlebanner/ArticleBanner.test.d.ts +0 -0
  206. /package/dist/stories/organisms/{banner → banners}/calltoactionhero/CallToActionHero.test.d.ts +0 -0
  207. /package/dist/stories/organisms/{search/searchheader/SearchHeader.test.d.ts → banners/columnbanner/ColumnBanner.test.d.ts} +0 -0
  208. /package/dist/stories/organisms/{banner → banners}/featuredarticlebanner/FeaturedArticleBanner.test.d.ts +0 -0
  209. /package/dist/stories/organisms/{articles/articletext/ArticleText.test.d.ts → carousels/contentcarousel/ContentCarousel.test.d.ts} +0 -0
  210. /package/dist/stories/organisms/{imageoverlaygrid/ImageOverlayGrid.test.d.ts → collections/moreinfohighlightscollection/MoreInfoHighlightsCollection.test.d.ts} +0 -0
  211. /package/dist/stories/organisms/{verticalcheckboxlistcollection → collections/verticalcheckboxlistcollection}/VerticalCheckboxListCollection.test.d.ts +0 -0
  212. /package/dist/stories/organisms/{moreinfohighlights/MoreInfoHighlightsSection.test.d.ts → grids/imageoverlaygrid/ImageOverlayGrid.test.d.ts} +0 -0
  213. /package/dist/stories/organisms/{productinformation/productinformation → sections/productinformationsection}/ProductInformationSection.test.d.ts +0 -0
package/README.md CHANGED
@@ -148,14 +148,47 @@ 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
+ ### Collections vs Sections
170
+
171
+ Use `Organisms/Collections` for organisms built around a repeated set of similar items: cards, swatches, document links, FAQs, filter groups, and similar repeatable content. A collection may have a title, intro body, or footer CTA, but those elements should frame the repeated items.
172
+
173
+ Use `Organisms/Sections` for page-level bands or composed areas. A section may combine different component types, own page-section spacing, provide controls or context, or wrap one or more child components into a page slice. A section can contain a collection, but it should not just duplicate the collection.
174
+
175
+ Rule of thumb: if removing the repeated items makes the component meaningless, it is probably a collection. If the component exists to create a page band, coordinate mixed content, or provide context around child components, it is probably a section.
176
+
177
+ Avoid duplicate bucket names across atomic levels when possible. For example, selector components should generally stay under `Molecules/Selectors`.
178
+
179
+ Avoid article-specific names for reusable components. Keep `Article*` names only when a component is truly article-specific, such as `ArticleBanner`.
180
+
151
181
  ## Scene Stories
152
182
 
153
183
  Scene stories are special.
154
184
 
155
- They should act like a lightweight simulation of how the UI will behave when wired into a BFF or application layer.
185
+ They are Storybook-only composition shells, not React/Next integration surfaces. Use templates for React/Next page integration.
186
+
187
+ 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
188
 
157
- That means scene stories should often own:
189
+ That means scene stories may own:
158
190
 
191
+ - layout spacing needed to judge the combined composition
159
192
  - selected values
160
193
  - visible/hidden state
161
194
  - click handlers
@@ -248,9 +281,9 @@ Try to keep responsibility at the right layer:
248
281
  - atoms
249
282
  simple UI pieces and layout primitives
250
283
  - molecules
251
- small composed patterns like `ClickableCard`
284
+ small composed patterns like `ClickableCard`, reusable cards, selectors, and inputs
252
285
  - organisms
253
- richer composed sections like grids, navs, banners, panels
286
+ richer composed sections like grids, navs, banners, collections, panels, and page sections
254
287
  - scenes
255
288
  higher-level composition and interaction simulation
256
289
 
@@ -1,4 +1,4 @@
1
- import type { ArticleBannerTag } from "../../../organisms/banner/articlebanner/ArticleBannerProps";
1
+ import type { ArticleBannerTag } from "../../../organisms/banners/articlebanner/ArticleBannerProps";
2
2
  export interface ArticleBannerContentProps {
3
3
  tags?: ArticleBannerTag[];
4
4
  categoryText?: string;
@@ -1,4 +1,4 @@
1
- import type { CallToActionHeroCta } from "../../../organisms/banner/herobanner/CallToActionHeroProps";
1
+ import type { CallToActionHeroCta } from "../../../organisms/banners/herobanner/CallToActionHeroProps";
2
2
  export interface CallToActionHeroContentProps {
3
3
  heading: string;
4
4
  subheading?: string;
@@ -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,4 +1,4 @@
1
- import type { ColumnCarouselItem } from "../../card/columncarouselcard/ColumnCarouselCardProps";
1
+ import type { ColumnCarouselItem } from "../../cards/columncarouselcard/ColumnCarouselCardProps";
2
2
  export type ColumnCarouselProps = {
3
3
  items: ColumnCarouselItem[];
4
4
  startIndex: number;
@@ -1,4 +1,4 @@
1
- import type { ColumnCarouselItem } from "../../../molecules/card/columncarouselcard/ColumnCarouselCardProps";
1
+ import type { ColumnCarouselItem } from "../../../molecules/cards/columncarouselcard/ColumnCarouselCardProps";
2
2
  export interface TabItem {
3
3
  label: string;
4
4
  columns?: ColumnGroup[];
@@ -0,0 +1,7 @@
1
+ import type { StandardCarouselDefaultSlideProps, StandardCarouselSlide } from "../../../molecules/carouselprimitives/standardcarousel/StandardCarouselProps";
2
+ export interface ContentCarouselSlide extends StandardCarouselSlide {
3
+ imageText?: string;
4
+ }
5
+ export interface ContentCarouselProps extends Omit<StandardCarouselDefaultSlideProps, "slides" | "onSlideChange" | "renderSlide" | "showImageOverlay"> {
6
+ slides: ContentCarouselSlide[];
7
+ }
@@ -1,4 +1,4 @@
1
- import { QuantityCheckoutCardProps } from "../../../../molecules/card/quantitycheckoutcard/QuantityCheckoutCardProps";
1
+ import { QuantityCheckoutCardProps } from "../../../../molecules/cards/quantitycheckoutcard/QuantityCheckoutCardProps";
2
2
  export interface CartSummarySectionProps {
3
3
  sectionTitle?: string;
4
4
  columnLabels?: {
@@ -1,4 +1,4 @@
1
- import { CartItemCardProps } from "../../../molecules/card/cartItemCard/CartItemCardProps";
1
+ import { CartItemCardProps } from "../../../molecules/cards/cartItemCard/CartItemCardProps";
2
2
  export type ShoppingCartFlyoutItem = CartItemCardProps & {
3
3
  id: string;
4
4
  bigCommerceProductId: number;
@@ -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,4 +1,4 @@
1
- import type { DocumentLinkCardProps } from "../../molecules/card/documentlinkcard/DocumentLinkCardProps";
1
+ import type { DocumentLinkCardProps } from "../../../molecules/cards/documentlinkcard/DocumentLinkCardProps";
2
2
  export interface DocumentLinkCardItem extends DocumentLinkCardProps {
3
3
  id: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { FaqCardProps } from "../../molecules/card/faqcard/FaqCardProps";
1
+ import { FaqCardProps } from "../../../molecules/cards/faqcard/FaqCardProps";
2
2
  export interface FaqCardCollectionItem extends FaqCardProps {
3
3
  id: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import type { FeatureCardProps } from "../../../molecules/card/featurecard/FeatureCardProps";
1
+ import type { FeatureCardProps } from "../../../molecules/cards/featurecard/FeatureCardProps";
2
2
  export type FeatureCardCollectionItem = FeatureCardProps;
3
3
  export type FeatureCardCollectionFooterButtonPayload = {
4
4
  buttonLabel: string;
@@ -0,0 +1,7 @@
1
+ import type { MoreInfoHighlightsCardProps } from "../../../molecules/cards/moreinfohighlightscard/MoreInfoHighlightsCardProps";
2
+ export type MoreInfoHighlightsCollectionProps = {
3
+ heading: string;
4
+ body?: string;
5
+ cards: MoreInfoHighlightsCardProps[];
6
+ className?: string;
7
+ };
@@ -0,0 +1,8 @@
1
+ import type { RecentArticleCardProps } from "../../../molecules/cards/recentarticlecard/RecentArticleCardProps";
2
+ export interface RecentArticleCollectionProps {
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/cards/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,8 +1,8 @@
1
- import { VerticalCheckboxListProps } from "../../molecules/selectors/verticalcheckboxlist/VerticalCheckboxListProps";
2
- import { AppliedOptionsListProps } from "../../molecules/selectors/appliedoptionslist/AppliedOptionsListProps";
3
- import { VerticalColorSwatchListProps } from "../../molecules/selectors/verticalcolorswatchlist/VerticalColorSwatchListProps";
4
- import type { CheckboxChangePayload } from "../../atoms/checkbox/CheckboxProps";
5
- import type { VerticalColorSwatchListSelectPayload } from "../../molecules/selectors/verticalcolorswatchlist/VerticalColorSwatchListProps";
1
+ import { VerticalCheckboxListProps } from "../../../molecules/selectors/verticalcheckboxlist/VerticalCheckboxListProps";
2
+ import { AppliedOptionsListProps } from "../../../molecules/selectors/appliedoptionslist/AppliedOptionsListProps";
3
+ import { VerticalColorSwatchListProps } from "../../../molecules/selectors/verticalcolorswatchlist/VerticalColorSwatchListProps";
4
+ import type { CheckboxChangePayload } from "../../../atoms/checkbox/CheckboxProps";
5
+ import type { VerticalColorSwatchListSelectPayload } from "../../../molecules/selectors/verticalcolorswatchlist/VerticalColorSwatchListProps";
6
6
  export interface VerticalCheckboxListCollectionCheckboxSection extends VerticalCheckboxListProps {
7
7
  type: "checkbox";
8
8
  }
@@ -1,4 +1,4 @@
1
- import { FeatureCardProps } from "../../../molecules/card/featurecard/FeatureCardProps";
1
+ import { FeatureCardProps } from "../../../molecules/cards/featurecard/FeatureCardProps";
2
2
  export type FeatureCardSectionProps = {
3
3
  title?: string;
4
4
  body?: string;
@@ -1,4 +1,4 @@
1
- import { SwatchCardProps } from "../../molecules/card/swatchcard/SwatchCardProps";
1
+ import { SwatchCardProps } from "../../../molecules/cards/swatchcard/SwatchCardProps";
2
2
  export interface DecorGridProps {
3
3
  swatches?: SwatchCardProps[];
4
4
  onSwatchClick?: (swatch: SwatchCardProps, index: number) => void;
@@ -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/cards/imageoverlaycard/ImageOverlayCardProps";
3
3
  export type ImageOverlayGridItem = Omit<ImageOverlayCardProps, "onCardClick"> & {
4
4
  id?: string;
5
5
  };
@@ -0,0 +1,4 @@
1
+ import type { ProductDetailsData } from "../../sections/productinformationsection/ProductInformationSectionProps";
2
+ export type ProductDetailsPaneProps = {
3
+ data?: ProductDetailsData;
4
+ };
@@ -0,0 +1,5 @@
1
+ import { SizeAndGradeData } from "../../sections/productinformationsection/ProductInformationSectionProps";
2
+ export type SizeAndGradePaneProps = {
3
+ data?: SizeAndGradeData;
4
+ selectedGrade?: string;
5
+ };
@@ -0,0 +1,4 @@
1
+ import type { TextureData } from "../../sections/productinformationsection/ProductInformationSectionProps";
2
+ export type TexturePaneProps = {
3
+ data?: TextureData;
4
+ };
@@ -1,19 +1,19 @@
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";
1
+ import type { ArticleBannerProps } from "../../organisms/banners/articlebanner/ArticleBannerProps";
2
+ import type { TextCardProps } from "../../molecules/cards/textcard/TextCardProps";
3
+ import type { ImageCardProps } from "../../molecules/cards/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 { RecentArticleCollectionProps } from "../../organisms/collections/recentarticlecollection/RecentArticleCollectionProps";
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
+ recentArticleCollectionProps: RecentArticleCollectionProps;
19
19
  }
@@ -0,0 +1,15 @@
1
+ import type { StandardCopyHeroProps } from "../../organisms/banners/standardcopyhero/StandardCopyHeroProps";
2
+ import type { TextCardProps } from "../../molecules/cards/textcard/TextCardProps";
3
+ import type { ImageCardProps } from "../../molecules/cards/imagecard/ImageCardProps";
4
+ import type { ContentCarouselProps } from "../../organisms/carousels/contentcarousel/ContentCarouselProps";
5
+ import type { RecentArticleCardProps } from "../../molecules/cards/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/banners/standardcopyhero/StandardCopyHeroProps";
2
+ import type { SlidingTabIndicatorProps } from "../../molecules/selectors/slidingtabselector/SlidingTabsSelectorProps";
3
+ import type { StandardCarouselProps } from "../../molecules/carouselprimitives/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/grids/imagegrid/ImageGridProps";
7
+ import { RecentArticleCardProps } from "../../molecules/cards/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/banners/herobanner/CallToActionHeroProps";
2
+ import type { ImageOverlayGridProps } from "../../organisms/grids/imageoverlaygrid/ImageOverlayGridProps";
3
+ export interface CustomerHubSceneProps {
4
+ callToActionHeroProps: CallToActionHeroProps;
5
+ imageOverlayGridProps: ImageOverlayGridProps;
6
+ }
@@ -1,8 +1,8 @@
1
- import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
1
+ import type { StandardCopyHeroProps } from "../../organisms/banners/standardcopyhero/StandardCopyHeroProps";
2
2
  import type { MultiButtonBarProps } from "../../molecules/selectors/multibuttonbar/MultiButtonBarProps";
3
3
  import type { FilterBarProps } from "../../molecules/selectors/filterbar/FilterBarProps";
4
4
  import type { DropdownFilterProps } from "../../molecules/selectors/filterbar/DropdownFilterProps";
5
- import type { ImageGridProps } from "../../organisms/imagegrid/ImageGridProps";
5
+ import type { ImageGridProps } from "../../organisms/grids/imagegrid/ImageGridProps";
6
6
  export type GallerySceneProps = {
7
7
  standardCopyHeroProps: StandardCopyHeroProps;
8
8
  multiButtonBarProps: MultiButtonBarProps;
@@ -1,18 +1,18 @@
1
1
  import type { BrandNavBarProps } from "../../organisms/navigation/BrandNavBarProps";
2
2
  import type { TopNavBarProps } from "../../organisms/navigation/TopNavBarProps";
3
3
  import type { AnnouncementBarProps } from "../../organisms/navigation/AnnouncementBarProps";
4
- import type { CallToActionHeroProps } from "../../organisms/banner/herobanner/CallToActionHeroProps";
4
+ import type { CallToActionHeroProps } from "../../organisms/banners/herobanner/CallToActionHeroProps";
5
5
  import type { ButtonProps } from "../../atoms/buttons/button/ButtonProps";
6
- import type { ColumnBannerProps } from "../../organisms/banner/columnbanner/ColumnBannerProps";
7
- import type { FeatureCardCollectionProps } from "../../organisms/featurecards/featurecardscollection/FeatureCardCollectionProps";
6
+ import type { ColumnBannerProps } from "../../organisms/banners/columnbanner/ColumnBannerProps";
7
+ import type { FeatureCardCollectionProps } from "../../organisms/collections/featurecardcollection/FeatureCardCollectionProps";
8
8
  import type { FooterProps } from "../../organisms/footer/FooterProps";
9
- import type { MoreInfoHighlightsSectionProps } from "../../organisms/moreinfohighlightssection/MoreInfoHighlightsSectionProps";
10
- import type { FeatureBannerProps } from "../../organisms/banner/featurebanner/FeatureBannerProps";
9
+ import type { MoreInfoHighlightsCollectionProps } from "../../organisms/collections/moreinfohighlightscollection/MoreInfoHighlightsCollectionProps";
10
+ import type { InfoCardProps } from "../../molecules/cards/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,8 +21,8 @@ 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
- moreInfoHighlightsSectionProps?: MoreInfoHighlightsSectionProps;
26
+ moreInfoHighlightsCollectionProps?: MoreInfoHighlightsCollectionProps;
27
27
  footerProps?: FooterProps;
28
28
  };
@@ -0,0 +1,16 @@
1
+ import type { CallToActionHeroProps } from "../../organisms/banners/herobanner/CallToActionHeroProps";
2
+ import type { TextCardProps } from "../../molecules/cards/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/cards/infocard/InfoCardProps";
6
+ import { SwatchCardCollectionProps } from "../../organisms/collections/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
- import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
1
+ import type { StandardCopyHeroProps } from "../../organisms/banners/standardcopyhero/StandardCopyHeroProps";
2
2
  import type { MultiButtonBarProps } from "../../molecules/selectors/multibuttonbar/MultiButtonBarProps";
3
- import type { DocumentLinkCollectionProps } from "../../organisms/documentlinkcollection/DocumentLinkCollectionProps";
4
- import type { FeatureBannerProps } from "../../organisms/banner/featurebanner/FeatureBannerProps";
5
- import type { FaqCardCollectionProps } from "../../organisms/faqcardcollection/FaqCardCollectionProps";
3
+ import type { DocumentLinkCollectionProps } from "../../organisms/collections/documentlinkcollection/DocumentLinkCollectionProps";
4
+ import type { InfoCardProps } from "../../molecules/cards/infocard/InfoCardProps";
5
+ import type { FaqCardCollectionProps } from "../../organisms/collections/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
- import { SearchHeaderProps } from "../../organisms/search/searchheader/SearchHeaderProps";
1
+ import { SearchHeaderProps } from "../../organisms/sections/searchheader/SearchHeaderProps";
2
2
  import { FeaturedProductsCarouselProps } from "../../organisms/carousels/featureproductcarousel/FeaturedProductsCarouselProps";
3
- import { ArticleRecentSectionProps } from "../../organisms/articles/articlerecentsection/ArticleRecentSectionProps";
3
+ import { RecentArticleCollectionProps } from "../../organisms/collections/recentarticlecollection/RecentArticleCollectionProps";
4
4
  export type SearchResultsSceneProps = {
5
5
  searchHeaderProps: SearchHeaderProps;
6
6
  featuredProductsCarouselProps: FeaturedProductsCarouselProps;
7
- articleRecentSectionProps: ArticleRecentSectionProps;
7
+ recentArticleCollectionProps: RecentArticleCollectionProps;
8
8
  };
@@ -1,9 +1,9 @@
1
- import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
1
+ import type { StandardCopyHeroProps } from "../../organisms/banners/standardcopyhero/StandardCopyHeroProps";
2
2
  import type { MultiButtonBarProps } from "../../molecules/selectors/multibuttonbar/MultiButtonBarProps";
3
3
  import type { FilterBarProps } from "../../molecules/selectors/filterbar/FilterBarProps";
4
4
  import type { DropdownFilterProps } from "../../molecules/selectors/filterbar/DropdownFilterProps";
5
- import type { FeaturedArticleBannerProps } from "../../organisms/banner/featuredarticlebanner/FeaturedArticleBannerProps";
6
- import type { FeatureCardCollectionProps } from "../../organisms/featurecards/featurecardscollection/FeatureCardCollectionProps";
5
+ import type { FeaturedArticleBannerProps } from "../../organisms/banners/featuredarticlebanner/FeaturedArticleBannerProps";
6
+ import type { FeatureCardCollectionProps } from "../../organisms/collections/featurecardcollection/FeatureCardCollectionProps";
7
7
  export type ArticleLandingPageTemplateProps = {
8
8
  standardCopyHeroProps: StandardCopyHeroProps;
9
9
  multiButtonBarProps: MultiButtonBarProps;
@@ -1,8 +1,8 @@
1
1
  import type { DropdownProps } from "../../atoms/dropdown/DropdownProps";
2
2
  import type { SearchBarProps } from "../../molecules/searchbar/SearchBarProps";
3
3
  import type { MultiButtonBarOption, MultiButtonBarSelectPayload } from "../../molecules/selectors/multibuttonbar/MultiButtonBarProps";
4
- import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
5
- import type { SwatchCardProps } from "../../molecules/card/swatchcard/SwatchCardProps";
4
+ import type { StandardCopyHeroProps } from "../../organisms/banners/standardcopyhero/StandardCopyHeroProps";
5
+ import type { SwatchCardProps } from "../../molecules/cards/swatchcard/SwatchCardProps";
6
6
  import type { VerticalCheckboxListOption } from "../../molecules/selectors/verticalcheckboxlist/VerticalCheckboxListProps";
7
7
  import type { VerticalColorSwatchListOption } from "../../molecules/selectors/verticalcolorswatchlist/VerticalColorSwatchListProps";
8
8
  export type CategoryPageCheckboxFilterOption = Omit<VerticalCheckboxListOption, "onChange">;
@@ -1,5 +1,5 @@
1
1
  import { BreadcrumbsProps } from "../../molecules/selectors/breadcrumb/BreadcrumbsProps";
2
- import { ProductInformationTabKey, SizeAndGradeDefinition } from "../../organisms/productinformationsection/ProductInformationSectionProps";
2
+ import { ProductInformationTabKey, SizeAndGradeDefinition } from "../../organisms/sections/productinformationsection/ProductInformationSectionProps";
3
3
  import { CartFlyoutProps } from "../../organisms/cart/cartflyout/CartFlyoutProps";
4
4
  export type ProductDetailSimpleOption = {
5
5
  id: string;