formica-ui-lib 1.0.232 → 1.0.235

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 (208) hide show
  1. package/dist/componentProps/molecules/cards/messagelistcard/MessageListCardProps.d.ts +21 -0
  2. package/dist/componentProps/molecules/cards/statusflowactioncard/StatusFlowActionCardProps.d.ts +13 -0
  3. package/dist/componentProps/molecules/cards/statusflowlegendcard/StatusFlowLegendCardProps.d.ts +4 -0
  4. package/dist/componentProps/molecules/cards/statussummarycard/StatusSummaryCardProps.d.ts +23 -0
  5. package/dist/componentProps/molecules/statusflowconnector/StatusFlowConnectorProps.d.ts +11 -0
  6. package/dist/componentProps/organisms/forms/dynamicform/DynamicFormProps.d.ts +45 -0
  7. package/dist/componentProps/organisms/navigation/AdminSideNavProps.d.ts +20 -0
  8. package/dist/componentProps/organisms/overlays/modal/ModalProps.d.ts +11 -0
  9. package/dist/componentProps/organisms/sections/statusflowdiagram/StatusFlowDiagramProps.d.ts +7 -0
  10. package/dist/componentProps/organisms/sections/statusflowgroup/StatusFlowGroupProps.d.ts +11 -0
  11. package/dist/componentProps/organisms/sections/statusflowpanel/StatusFlowPanelProps.d.ts +15 -0
  12. package/dist/index.cjs +2 -2
  13. package/dist/index.d.ts +22 -0
  14. package/dist/index.js +1367 -504
  15. package/dist/stories/molecules/cards/messagelistcard/MessageListCard.d.ts +4 -0
  16. package/dist/stories/molecules/cards/statusflowactioncard/StatusFlowActionCard.d.ts +4 -0
  17. package/dist/stories/molecules/cards/statusflowlegendcard/StatusFlowLegendCard.d.ts +4 -0
  18. package/dist/stories/molecules/cards/statussummarycard/StatusSummaryCard.d.ts +4 -0
  19. package/dist/stories/molecules/cards/statussummarycard/StatusSummaryCardStatusConfig.d.ts +9 -0
  20. package/dist/stories/molecules/statusflowconnector/StatusFlowConnector.d.ts +4 -0
  21. package/dist/stories/organisms/forms/dynamicform/DynamicForm.d.ts +4 -0
  22. package/dist/stories/organisms/navigation/AdminSideNav/AdminSideNav.d.ts +4 -0
  23. package/dist/stories/organisms/overlays/modal/Modal.d.ts +4 -0
  24. package/dist/stories/organisms/sections/statusflowdiagram/StatusFlowDiagram.d.ts +4 -0
  25. package/dist/stories/organisms/sections/statusflowgroup/StatusFlowGroup.d.ts +4 -0
  26. package/dist/stories/organisms/sections/statusflowpanel/StatusFlowPanel.d.ts +4 -0
  27. package/dist/tailwind.css +1 -1
  28. package/package.json +4 -3
  29. package/dist/componentProps/atoms/buttons/iconbutton/IconButtonProps.d.ts +0 -2
  30. package/dist/componentProps/molecules/card/swatchquantitycard/SwatchQuantityCardProps.d.ts +0 -13
  31. package/dist/componentProps/molecules/selectors/radiobutton/RadioButtonProps.d.ts +0 -10
  32. package/dist/componentProps/organisms/cart/carthostedpaymentpanel/CartHostedPaymentPanelProps.d.ts +0 -8
  33. package/dist/componentProps/organisms/collections/swatchcardcollection/SwatchCardCollectionProps.d.ts +0 -15
  34. package/dist/componentProps/organisms/featurecards/featurecardssection/FeatureCardSectionProps.d.ts +0 -7
  35. package/dist/componentProps/organisms/section/productinformationsection/ProductInformationSectionProps.d.ts +0 -56
  36. package/dist/componentProps/organisms/section/swatchpurchasepanel/SwatchPurchasePanelLeftPanelProps.d.ts +0 -46
  37. package/dist/componentProps/organisms/section/swatchpurchasepanel/SwatchPurchasePanelProps.d.ts +0 -88
  38. package/dist/componentProps/organisms/section/swatchpurchasepanel/SwatchPurchasePanelRightPanelProps.d.ts +0 -15
  39. package/dist/componentProps/organisms/sections/searchheader/SearchHeaderProps.d.ts +0 -5
  40. package/dist/componentProps/scene/article/ArticleSceneProps.d.ts +0 -19
  41. package/dist/componentProps/scene/campaign/CampaignSceneProps.d.ts +0 -15
  42. package/dist/componentProps/scene/contactus/ContactUsSceneProps.d.ts +0 -6
  43. package/dist/componentProps/scene/corporatecommitment/CorporateCommitmentSceneProps.d.ts +0 -12
  44. package/dist/componentProps/scene/customerhub/CustomerHubHomeImprovementSceneProps.d.ts +0 -16
  45. package/dist/componentProps/scene/customerhub/CustomerHubSceneProps.d.ts +0 -6
  46. package/dist/componentProps/scene/home/HomePageProps.d.ts +0 -28
  47. package/dist/componentProps/scene/launch/LaunchSceneProps.d.ts +0 -16
  48. package/dist/componentProps/scene/sfsolutionscenter/SFSolutionsCenterSceneProps.d.ts +0 -16
  49. package/dist/componentProps/scene/sustainability/SustainabilityHubSceneProps.d.ts +0 -12
  50. package/dist/componentProps/scene/sustainability/SustainabilitySnippetsSceneProps.d.ts +0 -8
  51. package/dist/stories/atoms/buttons/button/Button.test.d.ts +0 -1
  52. package/dist/stories/atoms/buttons/buttongrid/ButtonGrid.test.d.ts +0 -1
  53. package/dist/stories/atoms/buttons/iconbutton/IconButton.d.ts +0 -4
  54. package/dist/stories/atoms/buttons/iconbutton/IconButton.test.d.ts +0 -1
  55. package/dist/stories/atoms/buttons/radiooption/RadioOption.test.d.ts +0 -1
  56. package/dist/stories/atoms/checkbox/Checkbox.test.d.ts +0 -1
  57. package/dist/stories/atoms/dropdown/Dropdown.test.d.ts +0 -1
  58. package/dist/stories/atoms/embeddedvideo/EmbeddedVideo.test.d.ts +0 -1
  59. package/dist/stories/atoms/htmlblock/HtmlBlock.test.d.ts +0 -1
  60. package/dist/stories/atoms/icon/Icon.test.d.ts +0 -1
  61. package/dist/stories/atoms/image/Image.test.d.ts +0 -1
  62. package/dist/stories/atoms/image/ResilientImage.test.d.ts +0 -1
  63. package/dist/stories/atoms/input/Input.test.d.ts +0 -1
  64. package/dist/stories/atoms/layout/ContentContainer/ContentContainer.test.d.ts +0 -1
  65. package/dist/stories/atoms/layout/ContentGrid/ContentGrid.test.d.ts +0 -1
  66. package/dist/stories/atoms/layout/FlowRow/FlowRow.test.d.ts +0 -1
  67. package/dist/stories/atoms/text/Text.test.d.ts +0 -1
  68. package/dist/stories/molecules/bannercontent/articlebannercontent/ArticleBannerContent.test.d.ts +0 -1
  69. package/dist/stories/molecules/bannercontent/calltoactionherocontent/CallToActionHeroContent.test.d.ts +0 -1
  70. package/dist/stories/molecules/bannercontent/featuredarticlebannercontent/FeaturedArticleBannerContent.test.d.ts +0 -1
  71. package/dist/stories/molecules/bannercontent/standardcopybannercontent/StandardCopyBannerContent.test.d.ts +0 -1
  72. package/dist/stories/molecules/cards/businessinfocard/BusinessInfoCard.test.d.ts +0 -1
  73. package/dist/stories/molecules/cards/cartitemcard/CartItemCard.test.d.ts +0 -1
  74. package/dist/stories/molecules/cards/clickablecard/ClickableCard.test.d.ts +0 -1
  75. package/dist/stories/molecules/cards/columncarouselcard/ColumnCarouselCard.test.d.ts +0 -1
  76. package/dist/stories/molecules/cards/documentlinkcard/DocumentLinkCard.test.d.ts +0 -1
  77. package/dist/stories/molecules/cards/embeddedvideocard/EmbeddedVideoCard.test.d.ts +0 -1
  78. package/dist/stories/molecules/cards/faqcard/FaqCard.test.d.ts +0 -1
  79. package/dist/stories/molecules/cards/featurecard/FeatureCard.test.d.ts +0 -1
  80. package/dist/stories/molecules/cards/featureproductcard/FeaturedProductCard.test.d.ts +0 -1
  81. package/dist/stories/molecules/cards/imagecard/ImageCard.test.d.ts +0 -1
  82. package/dist/stories/molecules/cards/imageoverlaycard/ImageOverlayCard.test.d.ts +0 -1
  83. package/dist/stories/molecules/cards/infocard/InfoCard.test.d.ts +0 -1
  84. package/dist/stories/molecules/cards/locationcard/LocationCard.test.d.ts +0 -1
  85. package/dist/stories/molecules/cards/moreinfohighlightscard/MoreInfoHighlightsCard.test.d.ts +0 -1
  86. package/dist/stories/molecules/cards/quantitycheckoutcard/QuantityCheckoutCard.test.d.ts +0 -1
  87. package/dist/stories/molecules/cards/recentarticlecard/RecentArticleCard.test.d.ts +0 -1
  88. package/dist/stories/molecules/cards/singlebuttoncard/SingleButtonCard.test.d.ts +0 -1
  89. package/dist/stories/molecules/cards/swatchcard/SwatchCard.test.d.ts +0 -1
  90. package/dist/stories/molecules/cards/swatchquantitycard/SwatchQuantityCard.d.ts +0 -4
  91. package/dist/stories/molecules/cards/swatchquantitycard/SwatchQuantityCard.test.d.ts +0 -1
  92. package/dist/stories/molecules/cards/textcard/TextCard.test.d.ts +0 -1
  93. package/dist/stories/molecules/cards/warrantycard/WarrantyCard.test.d.ts +0 -1
  94. package/dist/stories/molecules/carouselprimitives/carouselarrowcontrols/CarouselArrowControls.test.d.ts +0 -1
  95. package/dist/stories/molecules/carouselprimitives/carouseldots/CarouselDots.test.d.ts +0 -1
  96. package/dist/stories/molecules/carouselprimitives/columncarousel/ColumnCarousel.test.d.ts +0 -1
  97. package/dist/stories/molecules/carouselprimitives/minicarousel/MiniCarousel.test.d.ts +0 -1
  98. package/dist/stories/molecules/carouselprimitives/standardcarousel/StandardCarousel.test.d.ts +0 -1
  99. package/dist/stories/molecules/cart/cartactions/CartActions.test.d.ts +0 -1
  100. package/dist/stories/molecules/cart/productcontactactions/ProductContactActions.test.d.ts +0 -1
  101. package/dist/stories/molecules/inputs/input/InputField.test.d.ts +0 -1
  102. package/dist/stories/molecules/inputs/searchbar/SearchBar.test.d.ts +0 -1
  103. package/dist/stories/molecules/navigation/footerimagelink/FooterImageLink.test.d.ts +0 -1
  104. package/dist/stories/molecules/navigation/footerlinkitem/FooterLinkItem.test.d.ts +0 -1
  105. package/dist/stories/molecules/navigation/sociallinkrow/SocialLinkRow.test.d.ts +0 -1
  106. package/dist/stories/molecules/productinformation/colourmatchingchart/ColourMatchingChart.test.d.ts +0 -1
  107. package/dist/stories/molecules/selectors/appliedoptionslist/AppliedOptionsList.test.d.ts +0 -1
  108. package/dist/stories/molecules/selectors/countryselector/CountrySelector.test.d.ts +0 -1
  109. package/dist/stories/molecules/selectors/filterbar/DropdownFilter.test.d.ts +0 -1
  110. package/dist/stories/molecules/selectors/filterbar/FilterBar.test.d.ts +0 -1
  111. package/dist/stories/molecules/selectors/filterbar/FilterBarButton.test.d.ts +0 -1
  112. package/dist/stories/molecules/selectors/filterbar/SearchFilter.test.d.ts +0 -1
  113. package/dist/stories/molecules/selectors/multibuttonbar/MultiButtonBar.test.d.ts +0 -1
  114. package/dist/stories/molecules/selectors/progressindicator/CheckoutProgressIndicator.test.d.ts +0 -1
  115. package/dist/stories/molecules/selectors/radiobuttons/RadioButtons.test.d.ts +0 -1
  116. package/dist/stories/molecules/selectors/radiooptionselector/RadioOptionSelector.test.d.ts +0 -1
  117. package/dist/stories/molecules/selectors/segmentedcontrol/SegmentedControl.test.d.ts +0 -1
  118. package/dist/stories/molecules/selectors/slidingtabselector/SlidingTabIndicator.test.d.ts +0 -1
  119. package/dist/stories/molecules/selectors/verticalcheckboxlist/VerticalCheckboxList.test.d.ts +0 -1
  120. package/dist/stories/molecules/selectors/verticalcolorswatchlist/VerticalColorSwatchList.test.d.ts +0 -1
  121. package/dist/stories/molecules/selectors/verticaltablist/VerticalTabList.test.d.ts +0 -1
  122. package/dist/stories/organisms/account/AccountAccessPanel/AccountAccessPanel.test.d.ts +0 -1
  123. package/dist/stories/organisms/banners/articlebanner/ArticleBanner.test.d.ts +0 -1
  124. package/dist/stories/organisms/banners/calltoactionhero/CallToActionHero.test.d.ts +0 -1
  125. package/dist/stories/organisms/banners/columnbanner/ColumnBanner.test.d.ts +0 -1
  126. package/dist/stories/organisms/banners/featuredarticlebanner/FeaturedArticleBanner.test.d.ts +0 -1
  127. package/dist/stories/organisms/banners/standardbannercontainer/StandardBannerContainer.test.d.ts +0 -1
  128. package/dist/stories/organisms/banners/standardcopyhero/StandardCopyHero.test.d.ts +0 -1
  129. package/dist/stories/organisms/banners/wheretobuysearchbanner/WhereToBuySearchBanner.test.d.ts +0 -1
  130. package/dist/stories/organisms/carousels/contentcarousel/ContentCarousel.test.d.ts +0 -1
  131. package/dist/stories/organisms/carousels/featuredproductcarousel/FeaturedProductsCarousel.test.d.ts +0 -1
  132. package/dist/stories/organisms/carousels/imagecarousel/ImageCarousel.test.d.ts +0 -1
  133. package/dist/stories/organisms/cart/cartconfirmation/cartconfirmedhero/CartConfirmedHero.test.d.ts +0 -1
  134. package/dist/stories/organisms/cart/cartconfirmation/cartordersummary/CartOrderSummary.test.d.ts +0 -1
  135. package/dist/stories/organisms/cart/cartconfirmation/cartreceiptsection/CartReceiptSection.test.d.ts +0 -1
  136. package/dist/stories/organisms/cart/cartconfirmation/cartsummarysection/CartSummarySection.test.d.ts +0 -1
  137. package/dist/stories/organisms/cart/cartflyout/CartFlyout.test.d.ts +0 -1
  138. package/dist/stories/organisms/cart/carthostedpaymentpanel/CartHostedPaymentPanel.d.ts +0 -4
  139. package/dist/stories/organisms/cart/carthostedpaymentpanel/CartHostedPaymentPanel.test.d.ts +0 -1
  140. package/dist/stories/organisms/cart/cartpaymentpanel/CartPaymentPanel.test.d.ts +0 -1
  141. package/dist/stories/organisms/cart/cartsummary/CartSummary.test.d.ts +0 -1
  142. package/dist/stories/organisms/cart/carttotalspanel/CartTotalsPanel.test.d.ts +0 -1
  143. package/dist/stories/organisms/cart/checkoutsteppanel/CheckoutStepPanel.test.d.ts +0 -1
  144. package/dist/stories/organisms/cart/purchasepanel/LeftPanel/PurchasePanelLeftPanel.test.d.ts +0 -1
  145. package/dist/stories/organisms/cart/purchasepanel/PurchasePanel.test.d.ts +0 -1
  146. package/dist/stories/organisms/cart/purchasepanel/RightPanel/PurchasePanelRightPanel.test.d.ts +0 -1
  147. package/dist/stories/organisms/cart/sampleordersummarypanel/SampleOrderSummaryPanel.test.d.ts +0 -1
  148. package/dist/stories/organisms/cart/shippingaddressform/ShippingAddressForm.test.d.ts +0 -1
  149. package/dist/stories/organisms/collections/documentlinkcollection/DocumentLinkCollection.test.d.ts +0 -1
  150. package/dist/stories/organisms/collections/faqcardcollection/FaqCardCollection.test.d.ts +0 -1
  151. package/dist/stories/organisms/collections/featurecardcollection/FeatureCardCollection.test.d.ts +0 -1
  152. package/dist/stories/organisms/collections/locationcardcollection/LocationCardCollection.test.d.ts +0 -1
  153. package/dist/stories/organisms/collections/moreinfohighlightscollection/MoreInfoHighlightsCollection.test.d.ts +0 -1
  154. package/dist/stories/organisms/collections/recentarticlecollection/RecentArticleCollection.test.d.ts +0 -1
  155. package/dist/stories/organisms/collections/swatchcardcollection/SwatchCardCollection.d.ts +0 -4
  156. package/dist/stories/organisms/collections/swatchcardcollection/SwatchCardCollection.test.d.ts +0 -1
  157. package/dist/stories/organisms/collections/verticalcheckboxlistcollection/VerticalCheckboxListCollection.test.d.ts +0 -1
  158. package/dist/stories/organisms/grids/decorgrid/DecorGrid.test.d.ts +0 -1
  159. package/dist/stories/organisms/grids/imagegrid/ImageGrid.test.d.ts +0 -1
  160. package/dist/stories/organisms/grids/imageoverlaygrid/ImageOverlayGrid.test.d.ts +0 -1
  161. package/dist/stories/organisms/navigation/AnnouncementBar/AnnouncementBar.test.d.ts +0 -1
  162. package/dist/stories/organisms/navigation/BrandNavBar/BrandNavBar.test.d.ts +0 -1
  163. package/dist/stories/organisms/navigation/Breadcrumbs/Breadcrumbs.test.d.ts +0 -1
  164. package/dist/stories/organisms/navigation/Footer/Footer.test.d.ts +0 -1
  165. package/dist/stories/organisms/navigation/Footer/FooterBrandBlock/FooterBrandBlock.test.d.ts +0 -1
  166. package/dist/stories/organisms/navigation/Footer/FooterLegal/FooterLegal.test.d.ts +0 -1
  167. package/dist/stories/organisms/navigation/Footer/FooterLogosBar/FooterLogosBar.test.d.ts +0 -1
  168. package/dist/stories/organisms/navigation/Footer/FooterSiteMap/FooterSitemap.test.d.ts +0 -1
  169. package/dist/stories/organisms/navigation/TopNavActions/TopNavActions.test.d.ts +0 -1
  170. package/dist/stories/organisms/navigation/TopNavBar/TopNavBar.test.d.ts +0 -1
  171. package/dist/stories/organisms/navigation/TopNavMegaMenu/TopNavMegaMenu.test.d.ts +0 -1
  172. package/dist/stories/organisms/navigation/TopNavSearchResults/TopNavSearchResults.test.d.ts +0 -1
  173. package/dist/stories/organisms/productinformation/productdetailpane/ProductDetailsPane.test.d.ts +0 -1
  174. package/dist/stories/organisms/productinformation/sizeandgradepane/SizeAndGradePane.test.d.ts +0 -1
  175. package/dist/stories/organisms/productinformation/texturepane/TexturePane.test.d.ts +0 -1
  176. package/dist/stories/organisms/sections/locationmap/LocationMap.test.d.ts +0 -1
  177. package/dist/stories/organisms/sections/productinformationsection/ProductInformationSection.test.d.ts +0 -1
  178. package/dist/stories/organisms/sections/searchheader/SearchHeader.d.ts +0 -4
  179. package/dist/stories/organisms/sections/searchheader/SearchHeader.test.d.ts +0 -1
  180. package/dist/stories/scenes/article/ArticleScene.d.ts +0 -4
  181. package/dist/stories/scenes/campaign/CampaignScene.d.ts +0 -4
  182. package/dist/stories/scenes/contactus/ContactUsScene.d.ts +0 -4
  183. package/dist/stories/scenes/corporatecommitment/CorporateCommitmentScene.d.ts +0 -4
  184. package/dist/stories/scenes/customerhub/CustomerHubScene.d.ts +0 -4
  185. package/dist/stories/scenes/customerhubhomeimprovement/CustomerHubHomeImprovementScene.d.ts +0 -4
  186. package/dist/stories/scenes/home/HomePageScene.d.ts +0 -4
  187. package/dist/stories/scenes/launch/LaunchScene.d.ts +0 -4
  188. package/dist/stories/scenes/sfsolutionscenter/SFSolutionsCenterScene.d.ts +0 -4
  189. package/dist/stories/scenes/sustainability/sustainabilityhub/SustainabilityHubScene.d.ts +0 -4
  190. package/dist/stories/scenes/sustainability/sustainabilitysnippets/SustainabilitySnippetsScene.d.ts +0 -4
  191. package/dist/stories/templates/articlelandingpagetemplate/ArticleLandingPageTemplate.test.d.ts +0 -1
  192. package/dist/stories/templates/cart/bpcs/confirmation/BpcsCartConfirmationTemplate.test.d.ts +0 -1
  193. package/dist/stories/templates/cart/bpcs/samples/BpcsCartSamplesTemplate.test.d.ts +0 -1
  194. package/dist/stories/templates/cart/bpcs/shipping/BpcsCartShippingTemplate.test.d.ts +0 -1
  195. package/dist/stories/templates/cart/ecommerce/confirmation/EcommCartConfirmationTemplate.test.d.ts +0 -1
  196. package/dist/stories/templates/cart/ecommerce/payment/EcommCartPaymentTemplate.test.d.ts +0 -1
  197. package/dist/stories/templates/cart/ecommerce/shipping/EcommCartShippingTemplate.test.d.ts +0 -1
  198. package/dist/stories/templates/cart/ecommerce/summary/EcommCartSummaryTemplate.test.d.ts +0 -1
  199. package/dist/stories/templates/categorypagetemplate/CategoryPageTemplate.test.d.ts +0 -1
  200. package/dist/stories/templates/gallerytemplate/GalleryTemplate.test.d.ts +0 -1
  201. package/dist/stories/templates/logintemplate/LoginTemplate.test.d.ts +0 -1
  202. package/dist/stories/templates/productdetailpagetemplate/ProductDetailPageTemplate.test.d.ts +0 -1
  203. package/dist/stories/templates/proresourcetemplate/ProResourceTemplate.test.d.ts +0 -1
  204. package/dist/stories/templates/searchresultstemplate/SearchResultsTemplate.test.d.ts +0 -1
  205. package/dist/stories/templates/wheretobuytemplate/WhereToBuyTemplate.test.d.ts +0 -1
  206. package/dist/utils/date.test.d.ts +0 -1
  207. package/dist/utils/html/santitizeHtmlBlock.d.ts +0 -1
  208. package/dist/utils/validators.d.ts +0 -3
@@ -0,0 +1,21 @@
1
+ export type MessageListCardStatus = "error" | "warning" | "info" | "success";
2
+ export interface MessageListCardItem {
3
+ id: string;
4
+ status: MessageListCardStatus;
5
+ title: string;
6
+ context?: string;
7
+ message: string;
8
+ timestamp?: string;
9
+ }
10
+ export interface MessageListCardItemClickPayload {
11
+ item: MessageListCardItem;
12
+ }
13
+ export interface MessageListCardProps {
14
+ title: string;
15
+ items: MessageListCardItem[];
16
+ viewAllLabel?: string;
17
+ emptyMessage?: string;
18
+ ariaLabel?: string;
19
+ onViewAllClick?: () => void;
20
+ onMessageClick?: (payload: MessageListCardItemClickPayload) => void;
21
+ }
@@ -0,0 +1,13 @@
1
+ export interface StatusFlowActionCardProps {
2
+ validCheckpointCount: number;
3
+ totalCheckpointCount: number;
4
+ summary: string;
5
+ detail?: string;
6
+ runSyncLabel?: string;
7
+ syncForwardLabel?: string;
8
+ detailsLabel?: string;
9
+ ariaLabel?: string;
10
+ onRunSyncCheck?: () => void;
11
+ onSyncForwardClick?: () => void;
12
+ onViewDetailsClick?: () => void;
13
+ }
@@ -0,0 +1,4 @@
1
+ export interface StatusFlowLegendCardProps {
2
+ ariaLabel?: string;
3
+ heading?: string;
4
+ }
@@ -0,0 +1,23 @@
1
+ import type { FaTypeClass } from "../../../atoms/icon/IconProps";
2
+ export type StatusSummaryCardStatus = "ok" | "warning" | "error" | "info" | "unknown";
3
+ export type StatusSummaryCardLayoutVariant = "default" | "compact";
4
+ export interface StatusSummaryCardClickPayload {
5
+ id?: string;
6
+ title: string;
7
+ description?: string;
8
+ status: StatusSummaryCardStatus;
9
+ statusLabel: string;
10
+ }
11
+ export interface StatusSummaryCardProps {
12
+ id?: string;
13
+ title: string;
14
+ description?: string;
15
+ iconName: string;
16
+ iconType?: FaTypeClass;
17
+ iconAlt?: string;
18
+ status: StatusSummaryCardStatus;
19
+ statusLabel: string;
20
+ layoutVariant?: StatusSummaryCardLayoutVariant;
21
+ mediaAssetCount?: number;
22
+ onCardClick?: (payload: StatusSummaryCardClickPayload) => void;
23
+ }
@@ -0,0 +1,11 @@
1
+ export type StatusFlowConnectorState = "active" | "degraded" | "failed";
2
+ export type StatusFlowConnectorSize = "default" | "compact";
3
+ export type StatusFlowConnectorLineVariant = "solid" | "dotted";
4
+ export type StatusFlowCheckpointStatus = "ok" | "warning" | "error" | "info" | "unknown";
5
+ export interface StatusFlowConnectorProps {
6
+ state?: StatusFlowConnectorState;
7
+ checkpointStatus?: StatusFlowCheckpointStatus;
8
+ checkpointLabel?: string;
9
+ size?: StatusFlowConnectorSize;
10
+ lineVariant?: StatusFlowConnectorLineVariant;
11
+ }
@@ -0,0 +1,45 @@
1
+ export type DynamicFormFieldType = "text" | "number" | "currency" | "radio" | "select";
2
+ export type DynamicFormFieldSeverity = "blocking" | "recommended" | "optional";
3
+ export type DynamicFormFieldState = "neutral" | "valid" | "warning" | "error";
4
+ export type DynamicFormFieldValue = string | number | null;
5
+ export type DynamicFormDensity = "compact" | "comfortable";
6
+ export type DynamicFormSeverityDisplay = "icon" | "label";
7
+ export interface DynamicFormFieldOption {
8
+ label: string;
9
+ value: string;
10
+ disabled?: boolean;
11
+ }
12
+ export interface DynamicFormFieldConfig {
13
+ id: string;
14
+ label: string;
15
+ type: DynamicFormFieldType;
16
+ value: DynamicFormFieldValue;
17
+ placeholder?: string;
18
+ options?: DynamicFormFieldOption[];
19
+ required?: boolean;
20
+ severity?: DynamicFormFieldSeverity;
21
+ state?: DynamicFormFieldState;
22
+ validationRegex?: string;
23
+ message?: string;
24
+ helpText?: string;
25
+ readOnly?: boolean;
26
+ }
27
+ export interface DynamicFormFieldChangePayload {
28
+ fieldId: string;
29
+ value: DynamicFormFieldValue;
30
+ }
31
+ export interface DynamicFormSubmitPayload {
32
+ values: Record<string, DynamicFormFieldValue>;
33
+ }
34
+ export interface DynamicFormProps {
35
+ title?: string;
36
+ description?: string;
37
+ fields: DynamicFormFieldConfig[];
38
+ density?: DynamicFormDensity;
39
+ severityDisplay?: DynamicFormSeverityDisplay;
40
+ submitLabel?: string;
41
+ cancelLabel?: string;
42
+ onDynamicFormFieldChange?: (payload: DynamicFormFieldChangePayload) => void;
43
+ onDynamicFormSubmit?: (payload: DynamicFormSubmitPayload) => void;
44
+ onDynamicFormCancel?: () => void;
45
+ }
@@ -0,0 +1,20 @@
1
+ import type { FaTypeClass } from "../../atoms/icon/IconProps";
2
+ export interface AdminSideNavItem {
3
+ id: string;
4
+ label: string;
5
+ iconName: string;
6
+ iconType?: FaTypeClass;
7
+ }
8
+ export interface AdminSideNavItemClickPayload {
9
+ item: AdminSideNavItem;
10
+ }
11
+ export interface AdminSideNavProps {
12
+ items: AdminSideNavItem[];
13
+ activeItemId?: string;
14
+ ariaLabel?: string;
15
+ menuLabel?: string;
16
+ logoutLabel?: string;
17
+ onMenuClick?: () => void;
18
+ onItemClick?: (payload: AdminSideNavItemClickPayload) => void;
19
+ onLogoutClick?: () => void;
20
+ }
@@ -0,0 +1,11 @@
1
+ import type { ReactNode } from "react";
2
+ export type ModalSize = "sm" | "md" | "lg";
3
+ export interface ModalProps {
4
+ open: boolean;
5
+ title: string;
6
+ description?: string;
7
+ children: ReactNode;
8
+ closeLabel?: string;
9
+ size?: ModalSize;
10
+ onClose: () => void;
11
+ }
@@ -0,0 +1,7 @@
1
+ import type { ReactNode } from "react";
2
+ export type StatusFlowDiagramSurfaceVariant = "card" | "plain";
3
+ export interface StatusFlowDiagramProps {
4
+ ariaLabel?: string;
5
+ surfaceVariant?: StatusFlowDiagramSurfaceVariant;
6
+ children: ReactNode;
7
+ }
@@ -0,0 +1,11 @@
1
+ import type { ReactNode } from "react";
2
+ import type { FaTypeClass } from "../../../atoms/icon/IconProps";
3
+ export interface StatusFlowGroupProps {
4
+ title: string;
5
+ description?: string;
6
+ iconName: string;
7
+ iconType?: FaTypeClass;
8
+ iconAlt?: string;
9
+ mediaAssetCount?: number;
10
+ children: ReactNode;
11
+ }
@@ -0,0 +1,15 @@
1
+ import type { ReactNode } from "react";
2
+ import type { FaTypeClass } from "../../../atoms/icon/IconProps";
3
+ export interface StatusFlowPanelProps {
4
+ title: string;
5
+ description?: string;
6
+ iconName?: string;
7
+ iconType?: FaTypeClass;
8
+ iconAlt?: string;
9
+ lastCheckedLabel?: string;
10
+ runSyncLabel?: string;
11
+ diagram: ReactNode;
12
+ legend: ReactNode;
13
+ actions: ReactNode;
14
+ onRunSyncCheck?: () => void;
15
+ }