formica-ui-lib 1.0.186 → 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 (196) hide show
  1. package/README.md +8 -0
  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/{carousel → carouselprimitives}/columncarousel/ColumnCarouselProps.d.ts +1 -1
  5. package/dist/componentProps/organisms/{banner → banners}/columnbanner/ColumnBannerProps.d.ts +1 -1
  6. package/dist/componentProps/organisms/carousels/contentcarousel/ContentCarouselProps.d.ts +1 -1
  7. package/dist/componentProps/organisms/cart/cartconfimation/cartsummarysection/CartSummarySectionProps.d.ts +1 -1
  8. package/dist/componentProps/organisms/cart/cartflyout/CartFlyoutProps.d.ts +1 -1
  9. package/dist/componentProps/organisms/{documentlinkcollection → collections/documentlinkcollection}/DocumentLinkCollectionProps.d.ts +1 -1
  10. package/dist/componentProps/organisms/{faqcardcollection → collections/faqcardcollection}/FaqCardCollectionProps.d.ts +1 -1
  11. package/dist/componentProps/organisms/{featurecards/featurecardscollection → collections/featurecardcollection}/FeatureCardCollectionProps.d.ts +1 -1
  12. package/dist/componentProps/organisms/collections/moreinfohighlightscollection/MoreInfoHighlightsCollectionProps.d.ts +7 -0
  13. package/dist/componentProps/organisms/{sections/recentarticles/RecentArticlesProps.d.ts → collections/recentarticlecollection/RecentArticleCollectionProps.d.ts} +2 -2
  14. package/dist/componentProps/organisms/{swatchcardcollection → collections/swatchcardcollection}/SwatchCardCollectionProps.d.ts +1 -1
  15. package/dist/componentProps/organisms/{verticalcheckboxlistcollection → collections/verticalcheckboxlistcollection}/VerticalCheckboxListCollectionProps.d.ts +5 -5
  16. package/dist/componentProps/organisms/featurecards/featurecardssection/FeatureCardSectionProps.d.ts +1 -1
  17. package/dist/componentProps/organisms/{decorgrid → grids/decorgrid}/DecorGridProps.d.ts +1 -1
  18. package/dist/componentProps/organisms/grids/imageoverlaygrid/ImageOverlayGridProps.d.ts +1 -1
  19. package/dist/componentProps/organisms/productinformation/productdetailpane/ProductDetailsPaneProps.d.ts +4 -0
  20. package/dist/componentProps/organisms/productinformation/sizeandgradepane/SizeAndGradePaneProps.d.ts +5 -0
  21. package/dist/componentProps/organisms/productinformation/texturepane/TexturePaneProps.d.ts +4 -0
  22. package/dist/componentProps/scene/article/ArticleSceneProps.d.ts +5 -5
  23. package/dist/componentProps/scene/campaign/CampaignSceneProps.d.ts +4 -4
  24. package/dist/componentProps/scene/customerhub/CustomerHubHomeImprovementSceneProps.d.ts +4 -4
  25. package/dist/componentProps/scene/customerhub/CustomerHubSceneProps.d.ts +1 -1
  26. package/dist/componentProps/scene/gallery/GallerySceneProps.d.ts +2 -2
  27. package/dist/componentProps/scene/home/HomePageProps.d.ts +6 -6
  28. package/dist/componentProps/scene/launch/LaunchSceneProps.d.ts +4 -4
  29. package/dist/componentProps/scene/proresource/ProResourceSceneProps.d.ts +4 -4
  30. package/dist/componentProps/scene/searchresults/SearchResultsSceneProps.d.ts +3 -3
  31. package/dist/componentProps/templates/articlelandingpagetemplate/ArticleLandingPageTemplateProps.d.ts +3 -3
  32. package/dist/componentProps/templates/categorypagetemplate/CategoryPageTemplateProps.d.ts +2 -2
  33. package/dist/componentProps/templates/productdetailpagetemplate/ProductDetailPageTemplateProps.d.ts +1 -1
  34. package/dist/index.cjs +1 -1
  35. package/dist/index.d.ts +55 -53
  36. package/dist/index.js +213 -213
  37. package/dist/stories/molecules/{banner → bannercontent}/articlebannercontent/ArticleBannerContent.d.ts +1 -1
  38. package/dist/stories/molecules/{banner → bannercontent}/calltoactionherocontent/CallToActionHeroContent.d.ts +1 -1
  39. package/dist/stories/molecules/{banner → bannercontent}/featuredarticlebannercontent/FeaturedArticleBannerContent.d.ts +1 -1
  40. package/dist/stories/molecules/{banner → bannercontent}/standardcopybannercontent/StandardCopyBannerContent.d.ts +1 -1
  41. package/dist/stories/molecules/{card → cards}/cartitemcard/CartItemCard.d.ts +1 -1
  42. package/dist/stories/molecules/{clickable → cards}/clickablecard/ClickableCard.d.ts +1 -1
  43. package/dist/stories/molecules/{card → cards}/columncarouselcard/ColumnCarouselCard.d.ts +1 -1
  44. package/dist/stories/molecules/{card → cards}/documentlinkcard/DocumentLinkCard.d.ts +1 -1
  45. package/dist/stories/molecules/{card → cards}/embeddedvideocard/EmbeddedVideoCard.d.ts +1 -1
  46. package/dist/stories/molecules/{card → cards}/faqcard/FaqCard.d.ts +1 -1
  47. package/dist/stories/molecules/{card → cards}/featurecard/FeatureCard.d.ts +1 -1
  48. package/dist/stories/molecules/{card → cards}/featureproductcard/FeaturedProductCard.d.ts +1 -1
  49. package/dist/stories/molecules/{card → cards}/imagecard/ImageCard.d.ts +1 -1
  50. package/dist/stories/molecules/{card → cards}/imageoverlaycard/ImageOverlayCard.d.ts +1 -1
  51. package/dist/stories/molecules/{card → cards}/infocard/InfoCard.d.ts +1 -1
  52. package/dist/stories/molecules/{card → cards}/moreinfohighlightscard/MoreInfoHighlightsCard.d.ts +1 -1
  53. package/dist/stories/molecules/{card → cards}/quantitycheckoutcard/QuantityCheckoutCard.d.ts +1 -1
  54. package/dist/stories/molecules/{card → cards}/recentarticlecard/RecentArticleCard.d.ts +1 -1
  55. package/dist/stories/molecules/{card → cards}/swatchcard/SwatchCard.d.ts +1 -1
  56. package/dist/stories/molecules/{card → cards}/swatchcard/SwatchCardStatusConfig.d.ts +1 -1
  57. package/dist/stories/molecules/{card → cards}/textcard/TextCard.d.ts +1 -1
  58. package/dist/stories/molecules/{carousel → carouselprimitives}/carouselarrowcontrols/CarouselArrowControls.d.ts +1 -1
  59. package/dist/stories/molecules/{carousel → carouselprimitives}/carouseldots/CarouselDots.d.ts +1 -1
  60. package/dist/stories/molecules/{carousel → carouselprimitives}/columncarousel/ColumnCarousel.d.ts +1 -1
  61. package/dist/stories/molecules/{carousel → carouselprimitives}/minicarousel/MiniCarousel.d.ts +1 -1
  62. package/dist/stories/molecules/{carousel → carouselprimitives}/standardcarousel/StandardCarousel.d.ts +1 -1
  63. package/dist/stories/molecules/{mediaLinks/footerImageLink → navigation/footerimagelink}/FooterImageLink.d.ts +1 -1
  64. package/dist/stories/molecules/{mediaLinks/socialLinkRow → navigation/sociallinkrow}/SocialLinkRow.d.ts +1 -1
  65. package/dist/stories/molecules/{radioButtons → selectors/radiobuttons}/RadioButtons.d.ts +1 -1
  66. package/dist/stories/molecules/{segmentedcontrol → selectors/segmentedcontrol}/SegmentedControl.d.ts +1 -1
  67. package/dist/stories/organisms/{banner → banners}/articlebanner/ArticleBanner.d.ts +1 -1
  68. package/dist/stories/organisms/{banner → banners}/calltoactionhero/CallToActionHero.d.ts +1 -1
  69. package/dist/stories/organisms/{banner → banners}/columnbanner/ColumnBanner.d.ts +1 -1
  70. package/dist/stories/organisms/{banner → banners}/featuredarticlebanner/FeaturedArticleBanner.d.ts +1 -1
  71. package/dist/stories/organisms/{banner → banners}/standardbannercontainer/StandardBannerContainer.d.ts +1 -1
  72. package/dist/stories/organisms/{banner → banners}/standardcopyhero/StandardCopyHero.d.ts +1 -1
  73. package/dist/stories/organisms/banners/standardcopyhero/StandardCopyHero.test.d.ts +1 -0
  74. package/dist/stories/organisms/cart/carthostedpaymentpanel/CartHostedPaymentPanel.test.d.ts +1 -0
  75. package/dist/stories/organisms/cart/shippingaddressform/ShippingAddressForm.test.d.ts +1 -0
  76. package/dist/stories/organisms/collections/documentlinkcollection/DocumentLinkCollection.d.ts +4 -0
  77. package/dist/stories/organisms/collections/documentlinkcollection/DocumentLinkCollection.test.d.ts +1 -0
  78. package/dist/stories/organisms/collections/faqcardcollection/FaqCardCollection.d.ts +4 -0
  79. package/dist/stories/organisms/collections/faqcardcollection/FaqCardCollection.test.d.ts +1 -0
  80. package/dist/stories/organisms/collections/featurecardcollection/FeatureCardCollection.d.ts +4 -0
  81. package/dist/stories/organisms/collections/featurecardcollection/FeatureCardCollection.test.d.ts +1 -0
  82. package/dist/stories/organisms/collections/moreinfohighlightscollection/MoreInfoHighlightsCollection.d.ts +4 -0
  83. package/dist/stories/organisms/collections/recentarticlecollection/RecentArticleCollection.d.ts +4 -0
  84. package/dist/stories/organisms/collections/recentarticlecollection/RecentArticleCollection.test.d.ts +1 -0
  85. package/dist/stories/organisms/collections/swatchcardcollection/SwatchCardCollection.d.ts +4 -0
  86. package/dist/stories/organisms/collections/swatchcardcollection/SwatchCardCollection.test.d.ts +1 -0
  87. package/dist/stories/organisms/{verticalcheckboxlistcollection → collections/verticalcheckboxlistcollection}/VerticalCheckboxListCollection.d.ts +1 -1
  88. package/dist/stories/organisms/{decorgrid → grids/decorgrid}/DecorGrid.d.ts +1 -1
  89. package/dist/stories/organisms/grids/decorgrid/DecorGrid.test.d.ts +1 -0
  90. package/dist/stories/organisms/{imagegrid → grids/imagegrid}/ImageGrid.d.ts +1 -1
  91. package/dist/stories/organisms/grids/imagegrid/ImageGrid.test.d.ts +1 -0
  92. package/dist/stories/organisms/navigation/Footer/parts/BrandBlock.test.d.ts +1 -0
  93. package/dist/stories/organisms/navigation/Footer/parts/FooterLinkItem.test.d.ts +1 -0
  94. package/dist/stories/organisms/navigation/Footer/parts/LegalBlock.test.d.ts +1 -0
  95. package/dist/stories/organisms/navigation/Footer/parts/LogosBar.test.d.ts +1 -0
  96. package/dist/stories/organisms/navigation/Footer/parts/SitemapColumns.test.d.ts +1 -0
  97. package/dist/stories/organisms/productinformation/productdetailpane/ProductDetailsPane.d.ts +1 -1
  98. package/dist/stories/organisms/productinformation/sizeandgradepane/SizeAndGradePane.d.ts +1 -1
  99. package/dist/stories/organisms/productinformation/texturepane/TexturePane.d.ts +1 -1
  100. package/dist/stories/organisms/{productinformation/productinformation → sections/productinformationsection}/ProductInformationSection.d.ts +1 -1
  101. package/dist/stories/organisms/{search → sections}/searchheader/SearchHeader.d.ts +1 -1
  102. package/dist/stories/organisms/sections/searchheader/SearchHeader.test.d.ts +1 -0
  103. package/dist/tailwind.css +1 -1
  104. package/dist/utils/validators.d.ts +1 -1
  105. package/package.json +1 -1
  106. package/dist/componentProps/molecules/navigation/headeractionbutton/HeaderActionButtonProps.d.ts +0 -2
  107. package/dist/componentProps/molecules/navigation/navbutton/NavButtonProps.d.ts +0 -4
  108. package/dist/componentProps/organisms/moreinfohighlightssection/MoreInfoHighlightsSectionProps.d.ts +0 -7
  109. package/dist/componentProps/organisms/productinformationsection/ProductDetailsPaneProps.d.ts +0 -4
  110. package/dist/componentProps/organisms/productinformationsection/TexturePaneProps.d.ts +0 -4
  111. package/dist/componentProps/organisms/productinformationsection/sizeandgradepane/SizeAndGradePaneProps.d.ts +0 -5
  112. package/dist/stories/molecules/navigation/headeractionbutton/HeaderActionButton.d.ts +0 -4
  113. package/dist/stories/molecules/navigation/navbutton/NavButton.d.ts +0 -4
  114. package/dist/stories/organisms/documentlinkcollection/DocumentLinkCollection.d.ts +0 -4
  115. package/dist/stories/organisms/faqcardcollection/FaqCardCollection.d.ts +0 -4
  116. package/dist/stories/organisms/featurecardcollection/FeatureCardCollection.d.ts +0 -4
  117. package/dist/stories/organisms/moreinfohighlights/MoreInfoHighlightsSection.d.ts +0 -4
  118. package/dist/stories/organisms/sections/recentarticles/RecentArticles.d.ts +0 -4
  119. package/dist/stories/organisms/swatchcardcollection/SwatchCardCollection.d.ts +0 -4
  120. /package/dist/componentProps/molecules/{banner → bannercontent}/featuredarticlebannercontent/FeaturedArticleBannerContentProps.d.ts +0 -0
  121. /package/dist/componentProps/molecules/{banner → bannercontent}/standardcopybannercontent/StandardCopyBannerContentProps.d.ts +0 -0
  122. /package/dist/componentProps/molecules/{card → cards}/cartItemCard/CartItemCardProps.d.ts +0 -0
  123. /package/dist/componentProps/molecules/{card → cards}/clickablecard/ClickableCardProps.d.ts +0 -0
  124. /package/dist/componentProps/molecules/{card → cards}/columncarouselcard/ColumnCarouselCardProps.d.ts +0 -0
  125. /package/dist/componentProps/molecules/{card → cards}/documentlinkcard/DocumentLinkCardProps.d.ts +0 -0
  126. /package/dist/componentProps/molecules/{card → cards}/embeddedvideocard/EmbeddedVideoCardProps.d.ts +0 -0
  127. /package/dist/componentProps/molecules/{card → cards}/faqcard/FaqCardProps.d.ts +0 -0
  128. /package/dist/componentProps/molecules/{card → cards}/featurecard/FeatureCardProps.d.ts +0 -0
  129. /package/dist/componentProps/molecules/{card → cards}/featureproductcard/FeaturedProductCardProps.d.ts +0 -0
  130. /package/dist/componentProps/molecules/{card → cards}/imagecard/ImageCardProps.d.ts +0 -0
  131. /package/dist/componentProps/molecules/{card → cards}/imageoverlaycard/ImageOverlayCardProps.d.ts +0 -0
  132. /package/dist/componentProps/molecules/{card → cards}/infocard/InfoCardProps.d.ts +0 -0
  133. /package/dist/componentProps/molecules/{card → cards}/moreinfohighlightscard/MoreInfoHighlightsCardProps.d.ts +0 -0
  134. /package/dist/componentProps/molecules/{card → cards}/quantitycheckoutcard/QuantityCheckoutCardProps.d.ts +0 -0
  135. /package/dist/componentProps/molecules/{card → cards}/recentarticlecard/RecentArticleCardProps.d.ts +0 -0
  136. /package/dist/componentProps/molecules/{card → cards}/swatchcard/SwatchCardProps.d.ts +0 -0
  137. /package/dist/componentProps/molecules/{card → cards}/textcard/TextCardProps.d.ts +0 -0
  138. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/carouselarrowcontrols/CarouselArrowControlsProps.d.ts +0 -0
  139. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/carouseldots/CarouselDotsProps.d.ts +0 -0
  140. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/minicarousel/MiniCarouselProps.d.ts +0 -0
  141. /package/dist/componentProps/molecules/{carousel → carouselprimitives}/standardcarousel/StandardCarouselProps.d.ts +0 -0
  142. /package/dist/componentProps/molecules/{mediaLinks → navigation}/footerimagelink/FooterImageLinkProps.d.ts +0 -0
  143. /package/dist/componentProps/molecules/{mediaLinks → navigation}/sociallinkrow/SocialLinkRowProps.d.ts +0 -0
  144. /package/dist/componentProps/molecules/{radiobuttons → selectors/radiobuttons}/RadioButtonsProps.d.ts +0 -0
  145. /package/dist/componentProps/molecules/{segmentedcontrol → selectors/segmentedcontrol}/SegmentedControlProps.d.ts +0 -0
  146. /package/dist/componentProps/organisms/{banner → banners}/articlebanner/ArticleBannerProps.d.ts +0 -0
  147. /package/dist/componentProps/organisms/{banner → banners}/featuredarticlebanner/FeaturedArticleBannerProps.d.ts +0 -0
  148. /package/dist/componentProps/organisms/{banner → banners}/herobanner/CallToActionHeroProps.d.ts +0 -0
  149. /package/dist/componentProps/organisms/{banner → banners}/standardbannercontainer/StandardBannerContainerProps.d.ts +0 -0
  150. /package/dist/componentProps/organisms/{banner → banners}/standardcopyhero/StandardCopyHeroProps.d.ts +0 -0
  151. /package/dist/componentProps/organisms/{imagegrid → grids/imagegrid}/ImageGridProps.d.ts +0 -0
  152. /package/dist/componentProps/organisms/{productinformationsection → sections/productinformationsection}/ProductInformationSectionProps.d.ts +0 -0
  153. /package/dist/componentProps/organisms/{search → sections}/searchheader/SearchHeaderProps.d.ts +0 -0
  154. /package/dist/stories/molecules/{banner → bannercontent}/articlebannercontent/ArticleBannerContent.test.d.ts +0 -0
  155. /package/dist/stories/molecules/{banner → bannercontent}/calltoactionherocontent/CallToActionHeroContent.test.d.ts +0 -0
  156. /package/dist/stories/molecules/{banner → bannercontent}/featuredarticlebannercontent/FeaturedArticleBannerContent.test.d.ts +0 -0
  157. /package/dist/stories/molecules/{banner → bannercontent}/standardcopybannercontent/StandardCopyBannerContent.test.d.ts +0 -0
  158. /package/dist/stories/molecules/{card → cards}/cartitemcard/CartItemCard.test.d.ts +0 -0
  159. /package/dist/stories/molecules/{clickable → cards}/clickablecard/ClickableCard.test.d.ts +0 -0
  160. /package/dist/stories/molecules/{card → cards}/columncarouselcard/ColumnCarouselCard.test.d.ts +0 -0
  161. /package/dist/stories/molecules/{card → cards}/documentlinkcard/DocumentLinkCard.test.d.ts +0 -0
  162. /package/dist/stories/molecules/{card → cards}/embeddedvideocard/EmbeddedVideoCard.test.d.ts +0 -0
  163. /package/dist/stories/molecules/{card → cards}/faqcard/FaqCard.test.d.ts +0 -0
  164. /package/dist/stories/molecules/{card → cards}/featurecard/FeatureCard.test.d.ts +0 -0
  165. /package/dist/stories/molecules/{card → cards}/featureproductcard/FeaturedProductCard.test.d.ts +0 -0
  166. /package/dist/stories/molecules/{card → cards}/imagecard/ImageCard.test.d.ts +0 -0
  167. /package/dist/stories/molecules/{card → cards}/imageoverlaycard/ImageOverlayCard.test.d.ts +0 -0
  168. /package/dist/stories/molecules/{card → cards}/infocard/InfoCard.test.d.ts +0 -0
  169. /package/dist/stories/molecules/{card → cards}/moreinfohighlightscard/MoreInfoHighlightsCard.test.d.ts +0 -0
  170. /package/dist/stories/molecules/{card → cards}/quantitycheckoutcard/QuantityCheckoutCard.test.d.ts +0 -0
  171. /package/dist/stories/molecules/{card → cards}/recentarticlecard/RecentArticleCard.test.d.ts +0 -0
  172. /package/dist/stories/molecules/{card → cards}/swatchcard/SwatchCard.test.d.ts +0 -0
  173. /package/dist/stories/molecules/{card → cards}/textcard/TextCard.test.d.ts +0 -0
  174. /package/dist/stories/molecules/{carousel → carouselprimitives}/carouselarrowcontrols/CarouselArrowControls.test.d.ts +0 -0
  175. /package/dist/stories/molecules/{carousel → carouselprimitives}/carouseldots/CarouselDots.test.d.ts +0 -0
  176. /package/dist/stories/molecules/{carousel → carouselprimitives}/columncarousel/ColumnCarousel.test.d.ts +0 -0
  177. /package/dist/stories/molecules/{carousel → carouselprimitives}/minicarousel/MiniCarousel.test.d.ts +0 -0
  178. /package/dist/stories/molecules/{carousel → carouselprimitives}/standardcarousel/StandardCarousel.test.d.ts +0 -0
  179. /package/dist/stories/molecules/{mediaLinks/socialLinkRow/SocialLinkRow.test.d.ts → inputs/input/InputField.test.d.ts} +0 -0
  180. /package/dist/stories/molecules/{segmentedcontrol/SegmentedControl.test.d.ts → navigation/footerimagelink/FooterImageLink.test.d.ts} +0 -0
  181. /package/dist/stories/{organisms/banner/columnbanner/ColumnBanner.test.d.ts → molecules/navigation/sociallinkrow/SocialLinkRow.test.d.ts} +0 -0
  182. /package/dist/stories/{organisms/banner/standardcopyhero/StandardCopyHero.test.d.ts → molecules/selectors/countryselector/CountrySelector.test.d.ts} +0 -0
  183. /package/dist/stories/{organisms/decorgrid/DecorGrid.test.d.ts → molecules/selectors/filterbar/DropdownFilter.test.d.ts} +0 -0
  184. /package/dist/stories/{organisms/documentlinkcollection/DocumentLinkCollection.test.d.ts → molecules/selectors/filterbar/FilterBarButton.test.d.ts} +0 -0
  185. /package/dist/stories/{organisms/faqcardcollection/FaqCardCollection.test.d.ts → molecules/selectors/filterbar/SearchFilter.test.d.ts} +0 -0
  186. /package/dist/stories/molecules/{radioButtons → selectors/radiobuttons}/RadioButtons.test.d.ts +0 -0
  187. /package/dist/stories/{organisms/featurecardcollection/FeatureCardCollection.test.d.ts → molecules/selectors/segmentedcontrol/SegmentedControl.test.d.ts} +0 -0
  188. /package/dist/stories/{organisms/search/searchheader/SearchHeader.test.d.ts → molecules/selectors/slidingtabselector/SlidingTabIndicator.test.d.ts} +0 -0
  189. /package/dist/stories/organisms/{banner → banners}/articlebanner/ArticleBanner.test.d.ts +0 -0
  190. /package/dist/stories/organisms/{banner → banners}/calltoactionhero/CallToActionHero.test.d.ts +0 -0
  191. /package/dist/stories/organisms/{sections/recentarticles/RecentArticles.test.d.ts → banners/columnbanner/ColumnBanner.test.d.ts} +0 -0
  192. /package/dist/stories/organisms/{banner → banners}/featuredarticlebanner/FeaturedArticleBanner.test.d.ts +0 -0
  193. /package/dist/stories/organisms/{swatchcardcollection/SwatchCardCollection.test.d.ts → banners/standardbannercontainer/StandardBannerContainer.test.d.ts} +0 -0
  194. /package/dist/stories/organisms/{moreinfohighlights/MoreInfoHighlightsSection.test.d.ts → collections/moreinfohighlightscollection/MoreInfoHighlightsCollection.test.d.ts} +0 -0
  195. /package/dist/stories/organisms/{verticalcheckboxlistcollection → collections/verticalcheckboxlistcollection}/VerticalCheckboxListCollection.test.d.ts +0 -0
  196. /package/dist/stories/organisms/{productinformation/productinformation → sections/productinformationsection}/ProductInformationSection.test.d.ts +0 -0
package/README.md CHANGED
@@ -166,6 +166,14 @@ Common buckets include:
166
166
 
167
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
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
+
169
177
  Avoid duplicate bucket names across atomic levels when possible. For example, selector components should generally stay under `Molecules/Selectors`.
170
178
 
171
179
  Avoid article-specific names for reusable components. Keep `Article*` names only when a component is truly article-specific, such as `ArticleBanner`.
@@ -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,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[];
@@ -1,4 +1,4 @@
1
- import type { StandardCarouselDefaultSlideProps, StandardCarouselSlide } from "../../../molecules/carousel/standardcarousel/StandardCarouselProps";
1
+ import type { StandardCarouselDefaultSlideProps, StandardCarouselSlide } from "../../../molecules/carouselprimitives/standardcarousel/StandardCarouselProps";
2
2
  export interface ContentCarouselSlide extends StandardCarouselSlide {
3
3
  imageText?: string;
4
4
  }
@@ -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,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
+ };
@@ -1,5 +1,5 @@
1
- import type { RecentArticleCardProps } from "../../../molecules/card/recentarticlecard/RecentArticleCardProps";
2
- export interface RecentArticlesProps {
1
+ import type { RecentArticleCardProps } from "../../../molecules/cards/recentarticlecard/RecentArticleCardProps";
2
+ export interface RecentArticleCollectionProps {
3
3
  title?: string;
4
4
  titleClassName?: string;
5
5
  items: RecentArticleCardProps[];
@@ -1,4 +1,4 @@
1
- import type { SwatchCardProps } from "../../molecules/card/swatchcard/SwatchCardProps";
1
+ import type { SwatchCardProps } from "../../../molecules/cards/swatchcard/SwatchCardProps";
2
2
  export type SwatchCardCollectionItem = SwatchCardProps;
3
3
  export type SwatchCardCollectionFooterButtonPayload = {
4
4
  buttonLabel: string;
@@ -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
1
  import type { ContentGridProps } from "../../../atoms/layout/ContentGridProps";
2
- import type { ImageOverlayCardProps } from "../../../molecules/card/imageoverlaycard/ImageOverlayCardProps";
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,9 +1,9 @@
1
- import type { ArticleBannerProps } from "../../organisms/banner/articlebanner/ArticleBannerProps";
2
- import type { TextCardProps } from "../../molecules/card/textcard/TextCardProps";
3
- import type { ImageCardProps } from "../../molecules/card/imagecard/ImageCardProps";
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
4
  import type { ContentCarouselProps } from "../../organisms/carousels/contentcarousel/ContentCarouselProps";
5
5
  import { FeaturedProductsCarouselProps } from "../../organisms/carousels/featureproductcarousel/FeaturedProductsCarouselProps";
6
- import { RecentArticlesProps } from "../../organisms/sections/recentarticles/RecentArticlesProps";
6
+ import { RecentArticleCollectionProps } from "../../organisms/collections/recentarticlecollection/RecentArticleCollectionProps";
7
7
  import type { ImageOverlayGridProps } from "../../organisms/grids/imageoverlaygrid/ImageOverlayGridProps";
8
8
  export interface ArticlePageProps {
9
9
  articleBannerProps: ArticleBannerProps;
@@ -15,5 +15,5 @@ export interface ArticlePageProps {
15
15
  imageCardProps: ImageCardProps;
16
16
  contentCarouselProps: ContentCarouselProps;
17
17
  featuredProductsCarouselProps: FeaturedProductsCarouselProps;
18
- recentArticlesProps: RecentArticlesProps;
18
+ recentArticleCollectionProps: RecentArticleCollectionProps;
19
19
  }
@@ -1,8 +1,8 @@
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";
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
4
  import type { ContentCarouselProps } from "../../organisms/carousels/contentcarousel/ContentCarouselProps";
5
- import type { RecentArticleCardProps } from "../../molecules/card/recentarticlecard/RecentArticleCardProps";
5
+ import type { RecentArticleCardProps } from "../../molecules/cards/recentarticlecard/RecentArticleCardProps";
6
6
  export interface CampaignSceneProps {
7
7
  standardCopyHeroProps: StandardCopyHeroProps;
8
8
  articleHeaderProps: TextCardProps;
@@ -1,10 +1,10 @@
1
- import type { StandardCopyHeroProps } from "../../organisms/banner/standardcopyhero/StandardCopyHeroProps";
1
+ import type { StandardCopyHeroProps } from "../../organisms/banners/standardcopyhero/StandardCopyHeroProps";
2
2
  import type { SlidingTabIndicatorProps } from "../../molecules/selectors/slidingtabselector/SlidingTabsSelectorProps";
3
- import type { StandardCarouselProps } from "../../molecules/carousel/standardcarousel/StandardCarouselProps";
3
+ import type { StandardCarouselProps } from "../../molecules/carouselprimitives/standardcarousel/StandardCarouselProps";
4
4
  import type { FilterBarProps } from "../../molecules/selectors/filterbar/FilterBarProps";
5
5
  import { DropdownFilterProps } from "../../molecules/selectors/filterbar/DropdownFilterProps";
6
- import type { ImageGridProps } from "../../organisms/imagegrid/ImageGridProps";
7
- import { RecentArticleCardProps } from "../../molecules/card/recentarticlecard/RecentArticleCardProps";
6
+ import type { ImageGridProps } from "../../organisms/grids/imagegrid/ImageGridProps";
7
+ import { RecentArticleCardProps } from "../../molecules/cards/recentarticlecard/RecentArticleCardProps";
8
8
  export interface CustomerHubHomeImprovementSceneProps {
9
9
  standardCopyHeroProps: StandardCopyHeroProps;
10
10
  slidingTabIndicatorProps: SlidingTabIndicatorProps;
@@ -1,4 +1,4 @@
1
- import type { CallToActionHeroProps } from "../../organisms/banner/herobanner/CallToActionHeroProps";
1
+ import type { CallToActionHeroProps } from "../../organisms/banners/herobanner/CallToActionHeroProps";
2
2
  import type { ImageOverlayGridProps } from "../../organisms/grids/imageoverlaygrid/ImageOverlayGridProps";
3
3
  export interface CustomerHubSceneProps {
4
4
  callToActionHeroProps: CallToActionHeroProps;
@@ -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,13 +1,13 @@
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 { InfoCardProps } from "../../molecules/card/infocard/InfoCardProps";
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;
@@ -23,6 +23,6 @@ export type HomePageProps = {
23
23
  columnBannerProps?: ColumnBannerProps;
24
24
  infoCardProps?: InfoCardProps;
25
25
  featureCardSectionProps?: FeatureCardCollectionProps;
26
- moreInfoHighlightsSectionProps?: MoreInfoHighlightsSectionProps;
26
+ moreInfoHighlightsCollectionProps?: MoreInfoHighlightsCollectionProps;
27
27
  footerProps?: FooterProps;
28
28
  };
@@ -1,9 +1,9 @@
1
- import type { CallToActionHeroProps } from "../../organisms/banner/herobanner/CallToActionHeroProps";
2
- import type { TextCardProps } from "../../molecules/card/textcard/TextCardProps";
1
+ import type { CallToActionHeroProps } from "../../organisms/banners/herobanner/CallToActionHeroProps";
2
+ import type { TextCardProps } from "../../molecules/cards/textcard/TextCardProps";
3
3
  import type { FeaturedProductsCarouselProps } from "../../organisms/carousels/featureproductcarousel/FeaturedProductsCarouselProps";
4
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";
5
+ import type { InfoCardProps } from "../../molecules/cards/infocard/InfoCardProps";
6
+ import { SwatchCardCollectionProps } from "../../organisms/collections/swatchcardcollection/SwatchCardCollectionProps";
7
7
  export interface LaunchSceneProps {
8
8
  callToActionHeroProps: CallToActionHeroProps;
9
9
  textCardProps: TextCardProps;
@@ -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
- import type { DocumentLinkCollectionProps } from "../../organisms/documentlinkcollection/DocumentLinkCollectionProps";
4
- import type { InfoCardProps } from "../../molecules/card/infocard/InfoCardProps";
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;
@@ -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 { RecentArticlesProps } from "../../organisms/sections/recentarticles/RecentArticlesProps";
3
+ import { RecentArticleCollectionProps } from "../../organisms/collections/recentarticlecollection/RecentArticleCollectionProps";
4
4
  export type SearchResultsSceneProps = {
5
5
  searchHeaderProps: SearchHeaderProps;
6
6
  featuredProductsCarouselProps: FeaturedProductsCarouselProps;
7
- recentArticlesProps: RecentArticlesProps;
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;