@arc-ui/community-components 0.1.0 → 1.0.1

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 (254) hide show
  1. package/.turbo/turbo-build.log +6 -6
  2. package/CHANGELOG.md +28 -0
  3. package/dist/Accordion/Accordion.cjs.js +7 -6
  4. package/dist/Accordion/Accordion.esm.js +7 -6
  5. package/dist/ArticleSidebar/ArticleSidebar.cjs.js +148 -0
  6. package/dist/ArticleSidebar/ArticleSidebar.esm.js +146 -0
  7. package/dist/ArticleSidebar/styles.css +1 -0
  8. package/dist/Author/Author.cjs.js +6 -6
  9. package/dist/Author/Author.esm.js +6 -6
  10. package/dist/BannerWithTabs/BannerWithTabs.cjs.js +16 -25
  11. package/dist/BannerWithTabs/BannerWithTabs.esm.js +17 -26
  12. package/dist/BannerWithTabs/styles.css +1 -1
  13. package/dist/CopyLead/CopyLead.cjs.js +15 -16
  14. package/dist/CopyLead/CopyLead.esm.js +15 -16
  15. package/dist/DownloadList/DownloadList.cjs.js +10 -8
  16. package/dist/DownloadList/DownloadList.esm.js +10 -8
  17. package/dist/FeaturePost/FeaturePost.cjs.js +21 -23
  18. package/dist/FeaturePost/FeaturePost.esm.js +21 -23
  19. package/dist/Highlights/Highlights.cjs.js +10 -9
  20. package/dist/Highlights/Highlights.esm.js +10 -9
  21. package/dist/ProductNavigation/ProductNavigation.cjs.js +87 -0
  22. package/dist/ProductNavigation/ProductNavigation.esm.js +85 -0
  23. package/dist/ProductNavigation/styles.css +1 -0
  24. package/dist/PromoListing/PromoListing.cjs.js +13 -12
  25. package/dist/PromoListing/PromoListing.esm.js +13 -12
  26. package/dist/Quote/Quote.cjs.js +6 -6
  27. package/dist/Quote/Quote.esm.js +6 -6
  28. package/dist/SectionHeading/SectionHeading.cjs.js +6 -5
  29. package/dist/SectionHeading/SectionHeading.esm.js +6 -5
  30. package/dist/SectionHeading/styles.css +1 -1
  31. package/dist/Statistics/Statistics.cjs.js +13 -12
  32. package/dist/Statistics/Statistics.esm.js +13 -12
  33. package/dist/Summary/Summary.cjs.js +12 -11
  34. package/dist/Summary/Summary.esm.js +12 -11
  35. package/dist/Summary/styles.css +1 -1
  36. package/dist/_shared/cjs/{Author-CAo-qryZ.js → Author-DltMey-3.js} +8 -8
  37. package/dist/_shared/cjs/SectionHeading-gjCR1F6E.js +30 -0
  38. package/dist/_shared/cjs/{index.es-X428Cm3N.js → index.es-b6s9A4Ft.js} +1 -1
  39. package/dist/_shared/cjs/tslib.es6-BxB9I209.js +99 -0
  40. package/dist/_shared/esm/{Author-Bx-cE9Pz.js → Author-son1Cgke.js} +8 -8
  41. package/dist/_shared/esm/SectionHeading-BwbuyrYn.js +28 -0
  42. package/dist/_shared/esm/{index.es-BzmvPxje.js → index.es-B89aR7nq.js} +2 -2
  43. package/dist/_shared/esm/tslib.es6-BVXMhEem.js +94 -0
  44. package/dist/index.es.js +365 -131
  45. package/dist/index.es.js.map +1 -1
  46. package/dist/index.js +366 -129
  47. package/dist/index.js.map +1 -1
  48. package/dist/styles.css +1 -1
  49. package/dist/types/{components → cjs/components}/Accordion/Accordion.d.ts +1 -1
  50. package/dist/types/{components → cjs/components}/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.d.ts +1 -1
  51. package/dist/types/cjs/components/ArticleSidebar/ArticleSidebar.d.ts +36 -0
  52. package/dist/types/cjs/components/ArticleSidebar/index.d.ts +1 -0
  53. package/dist/types/cjs/components/ArticleSidebar/types/link-section.d.ts +11 -0
  54. package/dist/types/cjs/components/ArticleSidebar/types/share-button.d.ts +7 -0
  55. package/dist/types/cjs/components/ArticleSidebar/types/share.d.ts +8 -0
  56. package/dist/types/cjs/components/ArticleSidebar/types/sidebar-author.d.ts +4 -0
  57. package/dist/types/cjs/components/ArticleSidebar/types/text-section.d.ts +6 -0
  58. package/dist/types/cjs/components/ArticleSidebar/types/topic.d.ts +7 -0
  59. package/dist/types/{components → cjs/components}/Author/Author.d.ts +1 -1
  60. package/dist/types/cjs/components/BannerWithTabs/BannerWithTabs.d.ts +42 -0
  61. package/dist/types/{components → cjs/components}/CopyLead/components/MediaContent/MediaContent.d.ts +1 -1
  62. package/dist/types/{components → cjs/components}/CopyLead/templates/Media/Media.d.ts +2 -2
  63. package/dist/types/cjs/components/CopyLead/types/copy-lead-list-item.d.ts +5 -0
  64. package/dist/types/cjs/components/DownloadList/DownloadList.d.ts +7 -0
  65. package/dist/types/{components → cjs/components}/FeaturePost/FeaturePost.d.ts +2 -2
  66. package/dist/types/{components → cjs/components}/FeaturePost/components/MediaContent/MediaContent.d.ts +1 -1
  67. package/dist/types/{components → cjs/components}/Highlights/Highlights.d.ts +1 -1
  68. package/dist/types/{components → cjs/components}/Highlights/components/HighlightItem/HighlightItem.d.ts +3 -6
  69. package/dist/types/cjs/components/Highlights/types/highlight-link.d.ts +5 -0
  70. package/dist/types/cjs/components/Highlights/types/highlight-list-item.d.ts +7 -0
  71. package/dist/types/{components → cjs/components}/Highlights/types/index.d.ts +1 -0
  72. package/dist/types/cjs/components/ProductNavigation/ProductNavigation.d.ts +49 -0
  73. package/dist/types/cjs/components/ProductNavigation/index.d.ts +2 -0
  74. package/dist/types/cjs/components/ProductNavigation/types/index.d.ts +1 -0
  75. package/dist/types/cjs/components/ProductNavigation/types/product-list.d.ts +6 -0
  76. package/dist/types/{components → cjs/components}/PromoListing/PromoListing.d.ts +5 -5
  77. package/dist/types/{components → cjs/components}/SectionHeading/SectionHeading.d.ts +6 -1
  78. package/dist/types/{components → cjs/components}/Summary/Summary.d.ts +2 -1
  79. package/dist/types/cjs/components/index.d.ts +14 -0
  80. package/dist/types/esm/components/Accordion/Accordion.d.ts +9 -0
  81. package/dist/types/esm/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.d.ts +9 -0
  82. package/dist/types/esm/components/Accordion/index.d.ts +1 -0
  83. package/dist/types/esm/components/ArticleSidebar/ArticleSidebar.d.ts +36 -0
  84. package/dist/types/esm/components/ArticleSidebar/index.d.ts +1 -0
  85. package/dist/types/esm/components/ArticleSidebar/types/link-section.d.ts +11 -0
  86. package/dist/types/esm/components/ArticleSidebar/types/share-button.d.ts +7 -0
  87. package/dist/types/esm/components/ArticleSidebar/types/share.d.ts +8 -0
  88. package/dist/types/esm/components/ArticleSidebar/types/sidebar-author.d.ts +4 -0
  89. package/dist/types/esm/components/ArticleSidebar/types/text-section.d.ts +6 -0
  90. package/dist/types/esm/components/ArticleSidebar/types/topic.d.ts +7 -0
  91. package/dist/types/esm/components/Author/Author.d.ts +17 -0
  92. package/dist/types/esm/components/Author/index.d.ts +1 -0
  93. package/dist/types/esm/components/BannerWithTabs/BannerWithTabs.d.ts +42 -0
  94. package/dist/types/esm/components/BannerWithTabs/index.d.ts +1 -0
  95. package/dist/types/esm/components/CopyLead/CopyLead.d.ts +42 -0
  96. package/dist/types/esm/components/CopyLead/components/Button/Button.d.ts +3 -0
  97. package/dist/types/esm/components/CopyLead/components/Button/index.d.ts +1 -0
  98. package/dist/types/esm/components/CopyLead/components/Column/Column.d.ts +6 -0
  99. package/dist/types/esm/components/CopyLead/components/Column/index.d.ts +1 -0
  100. package/dist/types/esm/components/CopyLead/components/Container/Container.d.ts +9 -0
  101. package/dist/types/esm/components/CopyLead/components/Container/index.d.ts +1 -0
  102. package/dist/types/esm/components/CopyLead/components/IconList/IconList.d.ts +8 -0
  103. package/dist/types/esm/components/CopyLead/components/IconList/index.d.ts +1 -0
  104. package/dist/types/esm/components/CopyLead/components/Image/Image.d.ts +3 -0
  105. package/dist/types/esm/components/CopyLead/components/Image/index.d.ts +1 -0
  106. package/dist/types/esm/components/CopyLead/components/MediaContent/MediaContent.d.ts +9 -0
  107. package/dist/types/esm/components/CopyLead/components/MediaContent/index.d.ts +1 -0
  108. package/dist/types/esm/components/CopyLead/index.d.ts +1 -0
  109. package/dist/types/esm/components/CopyLead/templates/Content/Content.d.ts +10 -0
  110. package/dist/types/esm/components/CopyLead/templates/Content/index.d.ts +1 -0
  111. package/dist/types/esm/components/CopyLead/templates/Media/Media.d.ts +16 -0
  112. package/dist/types/esm/components/CopyLead/templates/Media/index.d.ts +1 -0
  113. package/dist/types/esm/components/CopyLead/types/copy-lead-button.d.ts +2 -0
  114. package/dist/types/esm/components/CopyLead/types/copy-lead-image.d.ts +4 -0
  115. package/dist/types/esm/components/CopyLead/types/copy-lead-list-item.d.ts +5 -0
  116. package/dist/types/esm/components/CopyLead/types/copy-lead-transcript-link.d.ts +6 -0
  117. package/dist/types/esm/components/CopyLead/types/index.d.ts +4 -0
  118. package/dist/types/esm/components/DownloadList/DownloadList.d.ts +7 -0
  119. package/dist/types/esm/components/DownloadList/index.d.ts +1 -0
  120. package/dist/types/esm/components/FeaturePost/FeaturePost.d.ts +45 -0
  121. package/dist/types/esm/components/FeaturePost/components/Image/Image.d.ts +3 -0
  122. package/dist/types/esm/components/FeaturePost/components/Image/index.d.ts +1 -0
  123. package/dist/types/esm/components/FeaturePost/components/MediaContent/MediaContent.d.ts +15 -0
  124. package/dist/types/esm/components/FeaturePost/index.d.ts +1 -0
  125. package/dist/types/esm/components/FeaturePost/types/feature-post-app-button-footer.d.ts +6 -0
  126. package/dist/types/esm/components/FeaturePost/types/feature-post-cta-footer.d.ts +7 -0
  127. package/dist/types/esm/components/FeaturePost/types/feature-post-image.d.ts +4 -0
  128. package/dist/types/esm/components/FeaturePost/types/index.d.ts +3 -0
  129. package/dist/types/esm/components/Highlights/Highlights.d.ts +17 -0
  130. package/dist/types/esm/components/Highlights/components/HighlightItem/HighlightItem.d.ts +11 -0
  131. package/dist/types/esm/components/Highlights/components/HighlightList/HighlightList.d.ts +9 -0
  132. package/dist/types/esm/components/Highlights/index.d.ts +1 -0
  133. package/dist/types/esm/components/Highlights/types/highlight-link.d.ts +5 -0
  134. package/dist/types/esm/components/Highlights/types/highlight-list-item.d.ts +7 -0
  135. package/dist/types/esm/components/Highlights/types/index.d.ts +2 -0
  136. package/dist/types/esm/components/ProductNavigation/ProductNavigation.d.ts +49 -0
  137. package/dist/types/esm/components/ProductNavigation/index.d.ts +2 -0
  138. package/dist/types/esm/components/ProductNavigation/types/index.d.ts +1 -0
  139. package/dist/types/esm/components/ProductNavigation/types/product-list.d.ts +6 -0
  140. package/dist/types/esm/components/PromoListing/PromoListing.d.ts +38 -0
  141. package/dist/types/esm/components/PromoListing/index.d.ts +1 -0
  142. package/dist/types/esm/components/Quote/Quote.d.ts +11 -0
  143. package/dist/types/esm/components/Quote/index.d.ts +1 -0
  144. package/dist/types/esm/components/SectionHeading/SectionHeading.d.ts +30 -0
  145. package/dist/types/esm/components/SectionHeading/index.d.ts +1 -0
  146. package/dist/types/esm/components/Statistics/Statistics.d.ts +7 -0
  147. package/dist/types/esm/components/Statistics/helpers/get-link-props.d.ts +2 -0
  148. package/dist/types/esm/components/Statistics/index.d.ts +1 -0
  149. package/dist/types/esm/components/Statistics/types/statistic-link.d.ts +6 -0
  150. package/dist/types/esm/components/Statistics/types/statistic.d.ts +8 -0
  151. package/dist/types/esm/components/Summary/Summary.d.ts +19 -0
  152. package/dist/types/esm/components/Summary/index.d.ts +1 -0
  153. package/dist/types/esm/components/index.d.ts +14 -0
  154. package/dist/types/esm/index.d.ts +1 -0
  155. package/generate-versions.js +19 -0
  156. package/package.json +37 -34
  157. package/rollup.config.js +15 -1
  158. package/src/components/Accordion/Accordion.tsx +1 -1
  159. package/src/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.tsx +1 -1
  160. package/src/components/ArticleSidebar/ArticleSidebar.module.css +35 -0
  161. package/src/components/ArticleSidebar/ArticleSidebar.tsx +219 -0
  162. package/src/components/ArticleSidebar/index.ts +1 -0
  163. package/src/components/ArticleSidebar/types/link-section.ts +12 -0
  164. package/src/components/ArticleSidebar/types/share-button.ts +7 -0
  165. package/src/components/ArticleSidebar/types/share.ts +9 -0
  166. package/src/components/ArticleSidebar/types/sidebar-author.ts +5 -0
  167. package/src/components/ArticleSidebar/types/text-section.ts +7 -0
  168. package/src/components/ArticleSidebar/types/topic.ts +8 -0
  169. package/src/components/Author/Author.tsx +10 -10
  170. package/src/components/BannerWithTabs/BannerWithTabs.module.css +22 -0
  171. package/src/components/BannerWithTabs/BannerWithTabs.tsx +65 -51
  172. package/src/components/CopyLead/CopyLead.tsx +1 -1
  173. package/src/components/CopyLead/components/Button/Button.tsx +1 -1
  174. package/src/components/CopyLead/components/IconList/IconList.tsx +4 -4
  175. package/src/components/CopyLead/components/Image/Image.tsx +2 -4
  176. package/src/components/CopyLead/components/MediaContent/MediaContent.tsx +3 -3
  177. package/src/components/CopyLead/templates/Content/Content.tsx +1 -1
  178. package/src/components/CopyLead/templates/Media/Media.tsx +7 -7
  179. package/src/components/CopyLead/types/copy-lead-list-item.ts +1 -3
  180. package/src/components/DownloadList/DownloadList.tsx +10 -13
  181. package/src/components/FeaturePost/FeaturePost.tsx +20 -20
  182. package/src/components/FeaturePost/components/Image/Image.tsx +2 -4
  183. package/src/components/FeaturePost/components/MediaContent/MediaContent.tsx +2 -2
  184. package/src/components/Highlights/Highlights.tsx +2 -2
  185. package/src/components/Highlights/components/HighlightItem/HighlightItem.tsx +10 -12
  186. package/src/components/Highlights/types/highlight-link.ts +5 -0
  187. package/src/components/Highlights/types/highlight-list-item.ts +3 -6
  188. package/src/components/Highlights/types/index.ts +1 -0
  189. package/src/components/ProductNavigation/ProductNavigation.module.css +51 -0
  190. package/src/components/ProductNavigation/ProductNavigation.tsx +200 -0
  191. package/src/components/ProductNavigation/index.ts +5 -0
  192. package/src/components/ProductNavigation/types/index.ts +1 -0
  193. package/src/components/ProductNavigation/types/product-list.ts +10 -0
  194. package/src/components/PromoListing/PromoListing.tsx +8 -10
  195. package/src/components/SectionHeading/SectionHeading.module.css +13 -1
  196. package/src/components/SectionHeading/SectionHeading.tsx +24 -7
  197. package/src/components/Statistics/Statistics.tsx +14 -14
  198. package/src/components/Summary/Summary.module.css +1 -1
  199. package/src/components/Summary/Summary.tsx +18 -11
  200. package/src/components/index.ts +14 -11
  201. package/versions.json +1 -0
  202. package/dist/_shared/cjs/SectionHeading-L2EpTQ79.js +0 -25
  203. package/dist/_shared/cjs/tslib.es6-DBA0GFPJ.js +0 -48
  204. package/dist/_shared/esm/SectionHeading-C70XNhqJ.js +0 -23
  205. package/dist/_shared/esm/tslib.es6-Cv15O4Nx.js +0 -46
  206. package/dist/types/components/BannerWithTabs/BannerWithTabs.d.ts +0 -17
  207. package/dist/types/components/CopyLead/types/copy-lead-list-item.d.ts +0 -6
  208. package/dist/types/components/DownloadList/DownloadList.d.ts +0 -10
  209. package/dist/types/components/Highlights/types/highlight-list-item.d.ts +0 -10
  210. package/dist/types/components/index.d.ts +0 -11
  211. /package/dist/types/{components → cjs/components}/Accordion/index.d.ts +0 -0
  212. /package/dist/types/{components → cjs/components}/Author/index.d.ts +0 -0
  213. /package/dist/types/{components → cjs/components}/BannerWithTabs/index.d.ts +0 -0
  214. /package/dist/types/{components → cjs/components}/CopyLead/CopyLead.d.ts +0 -0
  215. /package/dist/types/{components → cjs/components}/CopyLead/components/Button/Button.d.ts +0 -0
  216. /package/dist/types/{components → cjs/components}/CopyLead/components/Button/index.d.ts +0 -0
  217. /package/dist/types/{components → cjs/components}/CopyLead/components/Column/Column.d.ts +0 -0
  218. /package/dist/types/{components → cjs/components}/CopyLead/components/Column/index.d.ts +0 -0
  219. /package/dist/types/{components → cjs/components}/CopyLead/components/Container/Container.d.ts +0 -0
  220. /package/dist/types/{components → cjs/components}/CopyLead/components/Container/index.d.ts +0 -0
  221. /package/dist/types/{components → cjs/components}/CopyLead/components/IconList/IconList.d.ts +0 -0
  222. /package/dist/types/{components → cjs/components}/CopyLead/components/IconList/index.d.ts +0 -0
  223. /package/dist/types/{components → cjs/components}/CopyLead/components/Image/Image.d.ts +0 -0
  224. /package/dist/types/{components → cjs/components}/CopyLead/components/Image/index.d.ts +0 -0
  225. /package/dist/types/{components → cjs/components}/CopyLead/components/MediaContent/index.d.ts +0 -0
  226. /package/dist/types/{components → cjs/components}/CopyLead/index.d.ts +0 -0
  227. /package/dist/types/{components → cjs/components}/CopyLead/templates/Content/Content.d.ts +0 -0
  228. /package/dist/types/{components → cjs/components}/CopyLead/templates/Content/index.d.ts +0 -0
  229. /package/dist/types/{components → cjs/components}/CopyLead/templates/Media/index.d.ts +0 -0
  230. /package/dist/types/{components → cjs/components}/CopyLead/types/copy-lead-button.d.ts +0 -0
  231. /package/dist/types/{components → cjs/components}/CopyLead/types/copy-lead-image.d.ts +0 -0
  232. /package/dist/types/{components → cjs/components}/CopyLead/types/copy-lead-transcript-link.d.ts +0 -0
  233. /package/dist/types/{components → cjs/components}/CopyLead/types/index.d.ts +0 -0
  234. /package/dist/types/{components → cjs/components}/DownloadList/index.d.ts +0 -0
  235. /package/dist/types/{components → cjs/components}/FeaturePost/components/Image/Image.d.ts +0 -0
  236. /package/dist/types/{components → cjs/components}/FeaturePost/components/Image/index.d.ts +0 -0
  237. /package/dist/types/{components → cjs/components}/FeaturePost/index.d.ts +0 -0
  238. /package/dist/types/{components → cjs/components}/FeaturePost/types/feature-post-app-button-footer.d.ts +0 -0
  239. /package/dist/types/{components → cjs/components}/FeaturePost/types/feature-post-cta-footer.d.ts +0 -0
  240. /package/dist/types/{components → cjs/components}/FeaturePost/types/feature-post-image.d.ts +0 -0
  241. /package/dist/types/{components → cjs/components}/FeaturePost/types/index.d.ts +0 -0
  242. /package/dist/types/{components → cjs/components}/Highlights/components/HighlightList/HighlightList.d.ts +0 -0
  243. /package/dist/types/{components → cjs/components}/Highlights/index.d.ts +0 -0
  244. /package/dist/types/{components → cjs/components}/PromoListing/index.d.ts +0 -0
  245. /package/dist/types/{components → cjs/components}/Quote/Quote.d.ts +0 -0
  246. /package/dist/types/{components → cjs/components}/Quote/index.d.ts +0 -0
  247. /package/dist/types/{components → cjs/components}/SectionHeading/index.d.ts +0 -0
  248. /package/dist/types/{components → cjs/components}/Statistics/Statistics.d.ts +0 -0
  249. /package/dist/types/{components → cjs/components}/Statistics/helpers/get-link-props.d.ts +0 -0
  250. /package/dist/types/{components → cjs/components}/Statistics/index.d.ts +0 -0
  251. /package/dist/types/{components → cjs/components}/Statistics/types/statistic-link.d.ts +0 -0
  252. /package/dist/types/{components → cjs/components}/Statistics/types/statistic.d.ts +0 -0
  253. /package/dist/types/{components → cjs/components}/Summary/index.d.ts +0 -0
  254. /package/dist/types/{index.d.ts → cjs/index.d.ts} +0 -0
package/dist/index.js CHANGED
@@ -1,31 +1,31 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var Heading = require('@arc-ui/components/dist/Heading');
5
- var Text = require('@arc-ui/components/dist/Text');
6
- var VerticalSpace = require('@arc-ui/components/dist/VerticalSpace');
7
- var Disclosure = require('@arc-ui/components/dist/Disclosure');
8
- var Grid = require('@arc-ui/components/dist/Grid');
9
- var Avatar = require('@arc-ui/components/dist/Avatar');
10
- var Columns = require('@arc-ui/components/dist/Columns');
11
- var useMediaQuery = require('@arc-ui/components/dist/use-media-query');
12
- var Image$2 = require('@arc-ui/components/dist/Image');
13
- var Icon = require('@arc-ui/components/dist/Icon');
14
- var ButtonV2 = require('@arc-ui/components/dist/ButtonV2');
15
- var Download = require('@arc-ui/components/dist/Download');
16
- var AppButton = require('@arc-ui/components/dist/AppButton');
17
- var Link = require('@arc-ui/components/dist/Link');
18
- var Carousel = require('@arc-ui/components/dist/Carousel');
19
- var MediaCard = require('@arc-ui/components/dist/MediaCard');
20
- var ImpactCard = require('@arc-ui/components/dist/ImpactCard');
21
- var InformationCard = require('@arc-ui/components/dist/InformationCard');
22
- var TypographyCard = require('@arc-ui/components/dist/TypographyCard');
23
- var Box = require('@arc-ui/components/dist/Box');
24
- var Rule = require('@arc-ui/components/dist/Rule');
25
- var Align = require('@arc-ui/components/dist/Align');
26
- var HeroBanner = require('@arc-ui/components/dist/HeroBanner');
27
- var ContentSwitcher = require('@arc-ui/components/dist/ContentSwitcher');
28
- var ContentSwitcherDropdown = require('@arc-ui/components/dist/ContentSwitcherDropdown');
4
+ var Heading = require('@arc-ui/components/Heading');
5
+ var Text = require('@arc-ui/components/Text');
6
+ var VerticalSpace = require('@arc-ui/components/VerticalSpace');
7
+ var Image$2 = require('@arc-ui/components/Image');
8
+ var Disclosure = require('@arc-ui/components/Disclosure');
9
+ var Grid = require('@arc-ui/components/Grid');
10
+ var Avatar = require('@arc-ui/components/Avatar');
11
+ var Columns = require('@arc-ui/components/Columns');
12
+ var useMediaQuery = require('@arc-ui/components/use-media-query');
13
+ var Icon = require('@arc-ui/components/Icon');
14
+ var ButtonV2 = require('@arc-ui/components/ButtonV2');
15
+ var Download = require('@arc-ui/components/Download');
16
+ var AppButton = require('@arc-ui/components/AppButton');
17
+ var Link = require('@arc-ui/components/Link');
18
+ var Carousel = require('@arc-ui/components/Carousel');
19
+ var MediaCard = require('@arc-ui/components/MediaCard');
20
+ var ImpactCard = require('@arc-ui/components/ImpactCard');
21
+ var InformationCard = require('@arc-ui/components/InformationCard');
22
+ var TypographyCard = require('@arc-ui/components/TypographyCard');
23
+ var Box = require('@arc-ui/components/Box');
24
+ var Rule = require('@arc-ui/components/Rule');
25
+ var Align = require('@arc-ui/components/Align');
26
+ var components = require('@arc-ui/components');
27
+ var Tag = require('@arc-ui/components/Tag');
28
+ var Toast = require('@arc-ui/components/Toast');
29
29
 
30
30
  /******************************************************************************
31
31
  Copyright (c) Microsoft Corporation.
@@ -67,6 +67,54 @@ function __rest(s, e) {
67
67
  return t;
68
68
  }
69
69
 
70
+ function __awaiter(thisArg, _arguments, P, generator) {
71
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
72
+ return new (P || (P = Promise))(function (resolve, reject) {
73
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
74
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
75
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
76
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
77
+ });
78
+ }
79
+
80
+ function __generator(thisArg, body) {
81
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
82
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
83
+ function verb(n) { return function (v) { return step([n, v]); }; }
84
+ function step(op) {
85
+ if (f) throw new TypeError("Generator is already executing.");
86
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
87
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
88
+ if (y = 0, t) op = [op[0] & 2, t.value];
89
+ switch (op[0]) {
90
+ case 0: case 1: t = op; break;
91
+ case 4: _.label++; return { value: op[1], done: false };
92
+ case 5: _.label++; y = op[1]; op = [0]; continue;
93
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
94
+ default:
95
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
96
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
97
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
98
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
99
+ if (t[2]) _.ops.pop();
100
+ _.trys.pop(); continue;
101
+ }
102
+ op = body.call(thisArg, _);
103
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
104
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
105
+ }
106
+ }
107
+
108
+ function __spreadArray(to, from, pack) {
109
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
110
+ if (ar || !(i in from)) {
111
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
112
+ ar[i] = from[i];
113
+ }
114
+ }
115
+ return to.concat(ar || Array.prototype.slice.call(from));
116
+ }
117
+
70
118
  typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
71
119
  var e = new Error(message);
72
120
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
@@ -175,15 +223,19 @@ function requireClassnames () {
175
223
  var classnamesExports = requireClassnames();
176
224
  var classNames = /*@__PURE__*/getDefaultExportFromCjs(classnamesExports);
177
225
 
178
- var styles$a = {"section-header--padded":"SectionHeading-module_section-header--padded__0FXP2"};
226
+ var styles$c = {"section-header":"SectionHeading-module_section-header__iB07I","section-header--hasImage":"SectionHeading-module_section-header--hasImage__Ka3T7","section-header--padded":"SectionHeading-module_section-header--padded__0FXP2"};
179
227
 
180
228
  var SectionHeading = function (_a) {
181
- var _b;
182
- var heading = _a.heading, content = _a.content, id = _a.id, _c = _a.isPadded, isPadded = _c === void 0 ? false : _c, _d = _a.headingLevel, headingLevel = _d === void 0 ? "2" : _d, props = __rest(_a, ["heading", "content", "id", "isPadded", "headingLevel"]);
229
+ var _b, _c;
230
+ var heading = _a.heading, content = _a.content, id = _a.id, _d = _a.isPadded, isPadded = _d === void 0 ? false : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, image = _a.image, props = __rest(_a, ["heading", "content", "id", "isPadded", "headingLevel", "image"]);
183
231
  return (React.createElement("div", __assign({ className: classNames((_b = {},
184
- _b[styles$a["section-header--padded"]] = isPadded,
232
+ _b[styles$c["section-header"]] = true,
233
+ _b[styles$c["section-header--padded"]] = isPadded,
185
234
  _b)) }, filterDataAttrs(props)),
186
- React.createElement(Heading.Heading, { level: headingLevel, id: id, size: "xl" }, heading),
235
+ React.createElement("div", { className: classNames((_c = {}, _c[styles$c["section-header--hasImage"]] = image, _c)) },
236
+ image && (React.createElement("div", null,
237
+ React.createElement(Image$2.Image, __assign({}, image, { width: 68, fit: "cover" })))),
238
+ React.createElement(Heading.Heading, { level: headingLevel, id: id, size: "xl" }, heading)),
187
239
  content && (React.createElement(React.Fragment, null,
188
240
  React.createElement(VerticalSpace.VerticalSpace, { size: "24" }),
189
241
  React.createElement(Text.Text, { size: "l", elementType: "p" }, content)))));
@@ -207,7 +259,7 @@ var Accordion = function (_a) {
207
259
  React.createElement(AccordionDisclosureList, { disclosureList: disclosureList })));
208
260
  };
209
261
 
210
- var styles$9 = {"authorContent":"Author-module_authorContent__TBY7b","largeAvatar":"Author-module_largeAvatar__Vco03"};
262
+ var styles$b = {"authorContent":"Author-module_authorContent__TBY7b","largeAvatar":"Author-module_largeAvatar__Vco03"};
211
263
 
212
264
  var Author = function (_a) {
213
265
  var name = _a.name, title = _a.title, _b = _a.avatar, avatar = _b === void 0 ? {} : _b, props = __rest(_a, ["name", "title", "avatar"]);
@@ -216,54 +268,54 @@ var Author = function (_a) {
216
268
  var isLargeAvatar = avatar.size === "l" || avatar.size === "xl";
217
269
  return (React.createElement("div", __assign({}, filterDataAttrs(props)),
218
270
  React.createElement(Grid.Grid, { isFluid: true, isGutterless: true },
219
- React.createElement(Grid.Grid.Row, { align: "center" },
220
- React.createElement(Grid.Grid.Col, { xs: isLargeAvatar ? 12 : "auto" },
221
- React.createElement("div", { className: isLargeAvatar ? styles$9.largeAvatar : undefined },
271
+ React.createElement(Grid.GridRow, { align: "center" },
272
+ React.createElement(Grid.GridCol, { xs: isLargeAvatar ? 12 : "auto" },
273
+ React.createElement("div", { className: isLargeAvatar ? styles$b.largeAvatar : undefined },
222
274
  React.createElement(Avatar.Avatar, __assign({}, avatar)))),
223
- React.createElement(Grid.Grid.Col, null,
224
- React.createElement("div", { className: "".concat(!isLargeAvatar && styles$9.authorContent), "data-testid": "authorContent" },
275
+ React.createElement(Grid.GridCol, null,
276
+ React.createElement("div", { className: "".concat(!isLargeAvatar && styles$b.authorContent), "data-testid": "authorContent" },
225
277
  React.createElement(Heading.Heading, { size: "xs" }, name),
226
278
  React.createElement(Text.Text, { size: "s" }, title)))))));
227
279
  };
228
280
 
229
281
  /**
230
282
  * Do not edit directly
231
- * Generated on Fri, 29 Nov 2024 12:01:05 GMT
283
+ * Generated on Fri, 25 Jul 2025 07:43:07 GMT
232
284
  */
233
285
  var ArcSizeBreakpointsS = "636px";
234
286
  var ArcSizeBreakpointsM = "768px";
235
287
  var ArcSizeBreakpointsL = "1024px";
236
288
  var ArcSizeBreakpointsXl = "1280px";
237
289
 
238
- var styles$8 = {"buttonContainer":"CopyLead-module_buttonContainer__3OaRG","col":"CopyLead-module_col__0Da5H","container":"CopyLead-module_container__I91ym","container--content":"CopyLead-module_container--content__e8LxG","container--media":"CopyLead-module_container--media__QcMWi","container--align-center":"CopyLead-module_container--align-center__Fh1Sd","container--align-top":"CopyLead-module_container--align-top__UIXOZ","list":"CopyLead-module_list__arnJd","listItem":"CopyLead-module_listItem__NscHE","listItemCentered":"CopyLead-module_listItemCentered__Kwdab","listItemIconContainer":"CopyLead-module_listItemIconContainer__dgnhJ","listItemTextContainer":"CopyLead-module_listItemTextContainer__Dl9lw","imgWrapper":"CopyLead-module_imgWrapper__HYP3w","mediaContainer":"CopyLead-module_mediaContainer__PxTnm","content":"CopyLead-module_content__Bja1D","container--reverse":"CopyLead-module_container--reverse__Gq9u8"};
290
+ var styles$a = {"buttonContainer":"CopyLead-module_buttonContainer__3OaRG","col":"CopyLead-module_col__0Da5H","container":"CopyLead-module_container__I91ym","container--content":"CopyLead-module_container--content__e8LxG","container--media":"CopyLead-module_container--media__QcMWi","container--align-center":"CopyLead-module_container--align-center__Fh1Sd","container--align-top":"CopyLead-module_container--align-top__UIXOZ","list":"CopyLead-module_list__arnJd","listItem":"CopyLead-module_listItem__NscHE","listItemCentered":"CopyLead-module_listItemCentered__Kwdab","listItemIconContainer":"CopyLead-module_listItemIconContainer__dgnhJ","listItemTextContainer":"CopyLead-module_listItemTextContainer__Dl9lw","imgWrapper":"CopyLead-module_imgWrapper__HYP3w","mediaContainer":"CopyLead-module_mediaContainer__PxTnm","content":"CopyLead-module_content__Bja1D","container--reverse":"CopyLead-module_container--reverse__Gq9u8"};
239
291
 
240
292
  var MediaContent$1 = function (_a) {
241
293
  var heading = _a.heading, headingLevel = _a.headingLevel, children = _a.children;
242
- return (React.createElement("div", { className: styles$8.mediaContainer },
294
+ return (React.createElement("div", { className: styles$a.mediaContainer },
243
295
  React.createElement(Heading.Heading, { level: headingLevel, size: "xl" }, heading),
244
- children && (React.createElement("div", { className: styles$8.content },
296
+ children && (React.createElement("div", { className: styles$a.content },
245
297
  React.createElement(VerticalSpace.VerticalSpace, { size: "24" }),
246
298
  React.createElement(Text.Text, { size: "l" }, children)))));
247
299
  };
248
300
 
249
301
  var Image$1 = function (_a) {
250
302
  var sources = _a.sources, props = __rest(_a, ["sources"]);
251
- return (React.createElement("div", { className: styles$8.imgWrapper },
303
+ return (React.createElement("div", { className: styles$a.imgWrapper },
252
304
  React.createElement(Image$2.Image, __assign({ fadeOnLoad: true }, props), sources &&
253
- sources.map(function (source) { return (React.createElement(Image$2.Image.Source, __assign({ key: source.srcSet }, source))); }))));
305
+ sources.map(function (source) { return React.createElement("source", __assign({ key: source.srcSet }, source)); }))));
254
306
  };
255
307
 
256
308
  var IconList = function (_a) {
257
309
  var listItems = _a.listItems, isLgScreen = _a.isLgScreen;
258
- return (React.createElement("ul", { className: styles$8.list }, listItems.map(function (_a) {
310
+ return (React.createElement("ul", { className: styles$a.list }, listItems.map(function (_a) {
259
311
  var _b;
260
312
  var icon = _a.icon, heading = _a.heading, text = _a.text;
261
- return (React.createElement("li", { key: heading, className: classNames(styles$8.listItem, (_b = {},
262
- _b[styles$8.listItemCentered] = !text,
313
+ return (React.createElement("li", { key: heading, className: classNames(styles$a.listItem, (_b = {},
314
+ _b[styles$a.listItemCentered] = !text,
263
315
  _b)) },
264
- React.createElement("div", { className: styles$8.listItemIconContainer },
316
+ React.createElement("div", { className: styles$a.listItemIconContainer },
265
317
  React.createElement(Icon.Icon, { color: "brand", icon: icon, size: isLgScreen ? 64 : 48 })),
266
- React.createElement("div", { className: styles$8.listItemTextContainer },
318
+ React.createElement("div", { className: styles$a.listItemTextContainer },
267
319
  React.createElement(Heading.Heading, { level: "3", size: "s" }, heading),
268
320
  text && (React.createElement(React.Fragment, null,
269
321
  React.createElement(VerticalSpace.VerticalSpace, { size: "8", sizeL: "16" }),
@@ -271,24 +323,24 @@ var IconList = function (_a) {
271
323
  })));
272
324
  };
273
325
 
274
- var Button = function (props) { return (React.createElement("div", { className: styles$8.buttonContainer },
326
+ var Button = function (props) { return (React.createElement("div", { className: styles$a.buttonContainer },
275
327
  React.createElement(ButtonV2.ButtonV2, __assign({ isFullWidth: true, buttonStyle: "secondary" }, props)))); };
276
328
 
277
329
  var Container = function (_a) {
278
330
  var _b;
279
331
  var children = _a.children, isReverseOrder = _a.isReverseOrder, type = _a.type, alignment = _a.alignment;
280
- return (React.createElement("div", { "data-testid": "copy-lead-container", className: classNames(styles$8.container, styles$8["container--".concat(type)], styles$8["container--align-".concat(alignment)], (_b = {},
281
- _b[styles$8["container--reverse"]] = isReverseOrder,
332
+ return (React.createElement("div", { "data-testid": "copy-lead-container", className: classNames(styles$a.container, styles$a["container--".concat(type)], styles$a["container--align-".concat(alignment)], (_b = {},
333
+ _b[styles$a["container--reverse"]] = isReverseOrder,
282
334
  _b)) }, children));
283
335
  };
284
336
 
285
337
  var Column = function (_a) {
286
338
  var children = _a.children;
287
- return (React.createElement("div", { className: styles$8.col }, children));
339
+ return (React.createElement("div", { className: styles$a.col }, children));
288
340
  };
289
341
 
290
342
  var VideoPlayer$1 = React.lazy(function () {
291
- return import('@arc-ui/components/dist/VideoPlayer').then(function (_a) {
343
+ return import('@arc-ui/components/VideoPlayer').then(function (_a) {
292
344
  var VideoPlayer = _a.VideoPlayer;
293
345
  return ({
294
346
  default: VideoPlayer,
@@ -305,7 +357,7 @@ var MediaTemplate = function (_a) {
305
357
  }, []);
306
358
  return (React.createElement("div", null,
307
359
  !isMinWidthArcBreakpointXl && (React.createElement(Columns.Columns, null,
308
- React.createElement(Columns.Columns.Col, { span: 12, spanM: 9 },
360
+ React.createElement(Columns.ColumnsCol, { span: 12, spanM: 9 },
309
361
  React.createElement(MediaContent$1, { heading: heading, headingLevel: headingLevel }, content)))),
310
362
  React.createElement(Container, { type: "media", isReverseOrder: isReverseOrder, alignment: !isMinWidthArcBreakpointXl ? "top" : "center" },
311
363
  React.createElement(Column, null,
@@ -336,25 +388,22 @@ var ContentTemplate = function (_a) {
336
388
  */
337
389
  var CopyLead = function (_a) {
338
390
  var button = _a.button, heading = _a.heading, _b = _a.headingLevel, headingLevel = _b === void 0 ? "2" : _b, listItems = _a.listItems, video = _a.video, image = _a.image, content = _a.content, _c = _a.isReverseOrder, isReverseOrder = _c === void 0 ? false : _c, props = __rest(_a, ["button", "heading", "headingLevel", "listItems", "video", "image", "content", "isReverseOrder"]);
339
- console.log(video);
340
391
  if (video || image) {
341
392
  return (React.createElement(MediaTemplate, __assign({ content: content, video: video, image: image, listItems: listItems, heading: heading, headingLevel: headingLevel, button: button, isReverseOrder: isReverseOrder }, filterDataAttrs(props))));
342
393
  }
343
394
  if (content) {
344
- return (React.createElement(ContentTemplate, { listItems: listItems, heading: heading, headingLevel: headingLevel, button: button, content: content }));
395
+ return (React.createElement(ContentTemplate, __assign({ listItems: listItems, heading: heading, headingLevel: headingLevel, button: button, content: content }, filterDataAttrs(props))));
345
396
  }
346
397
  return null;
347
398
  };
348
399
 
349
- var styles$7 = {"headingContainer":"DownloadList-module_headingContainer__PNio8"};
400
+ var styles$9 = {"headingContainer":"DownloadList-module_headingContainer__PNio8"};
350
401
 
351
402
  var DownloadList = function (_a) {
352
403
  var heading = _a.heading, _b = _a.headingLevel, headingLevel = _b === void 0 ? "2" : _b, content = _a.content, downloads = _a.downloads;
353
404
  return (React.createElement(React.Fragment, null,
354
- React.createElement("div", { className: styles$7.headingContainer },
355
- React.createElement(Heading.Heading, { size: "xl", level: headingLevel }, heading),
356
- React.createElement(VerticalSpace.VerticalSpace, { size: "24" }),
357
- React.createElement(Text.Text, { size: "l" }, content)),
405
+ React.createElement("div", { className: styles$9.headingContainer },
406
+ React.createElement(SectionHeading, { heading: heading, headingLevel: headingLevel, content: content })),
358
407
  React.createElement(VerticalSpace.VerticalSpace, { size: "40" }),
359
408
  downloads.map(function (props, i) { return (React.createElement(React.Fragment, null,
360
409
  React.createElement(Download.Download, __assign({}, props)),
@@ -815,8 +864,6 @@ var formatters$1 = {
815
864
  };
816
865
 
817
866
  var dayPeriodEnum = {
818
- am: 'am',
819
- pm: 'pm',
820
867
  midnight: 'midnight',
821
868
  noon: 'noon',
822
869
  morning: 'morning',
@@ -2549,17 +2596,17 @@ function cleanEscapedString(input) {
2549
2596
  return matched[1].replace(doubleQuoteRegExp, "'");
2550
2597
  }
2551
2598
 
2552
- var styles$6 = {"labelDate":"FeaturePost-module_labelDate__NXOgY","authorContent":"FeaturePost-module_authorContent__FEuRO","googlePlayButtonWrapper":"FeaturePost-module_googlePlayButtonWrapper__GI-ag","imgWrapper":"FeaturePost-module_imgWrapper__r6omd","featurePost":"FeaturePost-module_featurePost__9jY21","featurePostReversed":"FeaturePost-module_featurePostReversed__WQRXm","contentContainer":"FeaturePost-module_contentContainer__kdus7","col":"FeaturePost-module_col__eW8gY"};
2599
+ var styles$8 = {"labelDate":"FeaturePost-module_labelDate__NXOgY","googlePlayButtonWrapper":"FeaturePost-module_googlePlayButtonWrapper__GI-ag","imgWrapper":"FeaturePost-module_imgWrapper__r6omd","featurePost":"FeaturePost-module_featurePost__9jY21","featurePostReversed":"FeaturePost-module_featurePostReversed__WQRXm","contentContainer":"FeaturePost-module_contentContainer__kdus7","col":"FeaturePost-module_col__eW8gY"};
2553
2600
 
2554
2601
  var Image = function (_a) {
2555
2602
  var sources = _a.sources, props = __rest(_a, ["sources"]);
2556
- return (React.createElement("div", { className: styles$6.imgWrapper },
2603
+ return (React.createElement("div", { className: styles$8.imgWrapper },
2557
2604
  React.createElement(Image$2.Image, __assign({ fadeOnLoad: true }, props), sources &&
2558
- sources.map(function (source) { return (React.createElement(Image$2.Image.Source, __assign({ key: source.srcSet }, source))); }))));
2605
+ sources.map(function (source) { return React.createElement("source", __assign({ key: source.srcSet }, source)); }))));
2559
2606
  };
2560
2607
 
2561
2608
  var VideoPlayer = React.lazy(function () {
2562
- return import('@arc-ui/components/dist/VideoPlayer').then(function (_a) {
2609
+ return import('@arc-ui/components/VideoPlayer').then(function (_a) {
2563
2610
  var VideoPlayer = _a.VideoPlayer;
2564
2611
  return ({
2565
2612
  default: VideoPlayer,
@@ -2585,17 +2632,17 @@ var FeaturePost = function (_a) {
2585
2632
  var _b;
2586
2633
  var heading = _a.heading, _c = _a.headingLevel, headingLevel = _c === void 0 ? "2" : _c, label = _a.label, image = _a.image, content = _a.content, footer = _a.footer, video = _a.video, _d = _a.isReverseOrder, isReverseOrder = _d === void 0 ? false : _d, props = __rest(_a, ["heading", "headingLevel", "label", "image", "content", "footer", "video", "isReverseOrder"]);
2587
2634
  var isMinWidthArcBreakpointM = useMediaQuery.useMediaQuery("(min-width: ".concat(ArcSizeBreakpointsM, ")"));
2588
- return (React.createElement("div", __assign({ "data-testid": "feature-post", className: classNames(styles$6.featurePost, (_b = {},
2589
- _b[styles$6.featurePostReversed] = isReverseOrder,
2635
+ return (React.createElement("div", __assign({ "data-testid": "feature-post", className: classNames(styles$8.featurePost, (_b = {},
2636
+ _b[styles$8.featurePostReversed] = isReverseOrder,
2590
2637
  _b)) }, filterDataAttrs(props)),
2591
- React.createElement("div", { className: styles$6.col },
2592
- React.createElement("div", { className: styles$6.contentContainer },
2638
+ React.createElement("div", { className: styles$8.col },
2639
+ React.createElement("div", { className: styles$8.contentContainer },
2593
2640
  label && (React.createElement(Grid.Grid, { isGutterless: true, isFluid: true },
2594
- React.createElement(Grid.Grid.Row, { align: "baseline" },
2595
- React.createElement(Grid.Grid.Col, { xs: 12, m: "auto" },
2641
+ React.createElement(Grid.GridRow, { align: "baseline" },
2642
+ React.createElement(Grid.GridCol, { xs: 12, m: "auto" },
2596
2643
  React.createElement(Heading.Heading, { size: "xxs" }, label.text.toUpperCase())),
2597
- React.createElement(Grid.Grid.Col, { xs: 12, m: "auto" },
2598
- React.createElement("div", { className: styles$6.labelDate },
2644
+ React.createElement(Grid.GridCol, { xs: 12, m: "auto" },
2645
+ React.createElement("div", { className: styles$8.labelDate },
2599
2646
  React.createElement(Text.Text, { size: "xs", tone: "muted" }, isDate(label.date) ? (React.createElement("time", { dateTime: format(label.date, "yyyy-MM-dd") }, format(label.date, "LLLL d, yyyy"))) : (React.createElement("span", null, label.date)))))),
2600
2647
  React.createElement(VerticalSpace.VerticalSpace, { size: "24" }))),
2601
2648
  React.createElement(Heading.Heading, { level: headingLevel, size: "xl" }, heading),
@@ -2613,36 +2660,36 @@ var FeaturePost = function (_a) {
2613
2660
  (footer === null || footer === void 0 ? void 0 : footer.type) === "appButton" && (React.createElement(React.Fragment, null,
2614
2661
  React.createElement(VerticalSpace.VerticalSpace, { size: "40" }),
2615
2662
  React.createElement(Grid.Grid, { isGutterless: true, isFluid: true },
2616
- React.createElement(Grid.Grid.Row, null,
2617
- footer.appStore && (React.createElement(Grid.Grid.Col, { xs: 12, s: "auto" },
2663
+ React.createElement(Grid.GridRow, null,
2664
+ footer.appStore && (React.createElement(Grid.GridCol, { xs: 12, s: "auto" },
2618
2665
  React.createElement(AppButton.AppButton, { type: "apple-app-store", screenReaderText: footer.appStore.screenReaderText, url: footer.appStore.url }))),
2619
- footer.googlePlay && (React.createElement(Grid.Grid.Col, { xs: 12, s: "auto" },
2620
- React.createElement("div", { className: styles$6.googlePlayButtonWrapper },
2666
+ footer.googlePlay && (React.createElement(Grid.GridCol, { xs: 12, s: "auto" },
2667
+ React.createElement("div", { className: styles$8.googlePlayButtonWrapper },
2621
2668
  React.createElement(AppButton.AppButton, { type: "google-play", screenReaderText: footer.googlePlay.screenReaderText, url: footer.googlePlay.url })))))))))),
2622
- isMinWidthArcBreakpointM && (React.createElement("div", { className: styles$6.col },
2623
- React.createElement("div", { "data-testid": "desktop-img", className: styles$6.imgContainer },
2669
+ isMinWidthArcBreakpointM && (React.createElement("div", { className: styles$8.col },
2670
+ React.createElement("div", { "data-testid": "desktop-img", className: styles$8.imgContainer },
2624
2671
  React.createElement(MediaContent, { image: image, video: video }))))));
2625
2672
  };
2626
2673
 
2627
- var styles$5 = {"highlights":"Highlights-module_highlights__Hf7Zq","highlightItem":"Highlights-module_highlightItem__-N6le","highlights2Column":"Highlights-module_highlights2Column__6qIuI","highlights3Column":"Highlights-module_highlights3Column__qsCMP"};
2674
+ var styles$7 = {"highlights":"Highlights-module_highlights__Hf7Zq","highlightItem":"Highlights-module_highlightItem__-N6le","highlights2Column":"Highlights-module_highlights2Column__6qIuI","highlights3Column":"Highlights-module_highlights3Column__qsCMP"};
2628
2675
 
2629
2676
  var HighlightItem = function (_a) {
2630
2677
  var icon = _a.icon, heading = _a.heading, text = _a.text, link = _a.link, isSmallIcon = _a.isSmallIcon;
2631
- return (React.createElement("div", { "data-testid": "highlight-item-container", className: styles$5.highlightItem },
2632
- icon && (React.createElement("div", { className: styles$5.Icon },
2678
+ return (React.createElement("div", { "data-testid": "highlight-item-container", className: styles$7.highlightItem },
2679
+ icon && (React.createElement("div", { className: styles$7.Icon },
2633
2680
  React.createElement(Icon.Icon, { "data-testid": "highlight-icon", color: "brand", icon: icon, size: isSmallIcon ? 64 : 76 }))),
2634
2681
  React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
2635
2682
  React.createElement(Heading.Heading, { level: "3", size: "m" }, heading),
2636
2683
  React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
2637
2684
  React.createElement(Text.Text, null, text),
2638
2685
  React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
2639
- link && (React.createElement(Link.Link, { href: link.url, id: link.url, onClick: function noRefCheck() { }, rel: "", size: "m", target: "_self", title: link.textLink }, link.textLink))));
2686
+ link && (React.createElement(Link.Link, { href: link.url, id: link.url, onClick: link.onClick, rel: "", size: "m", target: "_self", title: link.textLink }, link.textLink))));
2640
2687
  };
2641
2688
 
2642
2689
  var HighlightList = function (_a) {
2643
2690
  var listItems = _a.listItems, columns = _a.columns, isSmallIcon = _a.isSmallIcon;
2644
2691
  var id = React.useId();
2645
- return (React.createElement("div", { "data-testid": "highlights-list", className: classNames(styles$5.highlights, styles$5["highlights".concat(columns, "Column")]) }, listItems.map(function (_a, i) {
2692
+ return (React.createElement("div", { "data-testid": "highlights-list", className: classNames(styles$7.highlights, styles$7["highlights".concat(columns, "Column")]) }, listItems.map(function (_a, i) {
2646
2693
  var icon = _a.icon, heading = _a.heading, text = _a.text, link = _a.link;
2647
2694
  return (React.createElement(HighlightItem, { key: "highlight-".concat(id, "-").concat(i), icon: icon, heading: heading, text: text, link: link, isSmallIcon: isSmallIcon }));
2648
2695
  })));
@@ -2659,7 +2706,7 @@ var Highlights = function (_a) {
2659
2706
  React.createElement(HighlightList, { "data-testid": "highlights-list-container", listItems: listItems, columns: columns, isSmallIcon: isMaxWidthArcBreakpointXs })));
2660
2707
  };
2661
2708
 
2662
- var styles$4 = {"PromoListing":"PromoListing-module_PromoListing__6ensv","promoListingContainer":"PromoListing-module_promoListingContainer__vwez-","cardGrid":"PromoListing-module_cardGrid__llf73","carouselSlide":"PromoListing-module_carouselSlide__AMTPF","cardGrid2Columns":"PromoListing-module_cardGrid2Columns__qPLQk","cardGrid3Cards":"PromoListing-module_cardGrid3Cards__VKWMs","cardGrid5Cards":"PromoListing-module_cardGrid5Cards__ywl5k","cardGrid3Columns":"PromoListing-module_cardGrid3Columns__g0Xru","cardGrid4Cards":"PromoListing-module_cardGrid4Cards__5Bv5u","cardGrid2Cards":"PromoListing-module_cardGrid2Cards__wDc4S"};
2709
+ var styles$6 = {"PromoListing":"PromoListing-module_PromoListing__6ensv","promoListingContainer":"PromoListing-module_promoListingContainer__vwez-","cardGrid":"PromoListing-module_cardGrid__llf73","carouselSlide":"PromoListing-module_carouselSlide__AMTPF","cardGrid2Columns":"PromoListing-module_cardGrid2Columns__qPLQk","cardGrid3Cards":"PromoListing-module_cardGrid3Cards__VKWMs","cardGrid5Cards":"PromoListing-module_cardGrid5Cards__ywl5k","cardGrid3Columns":"PromoListing-module_cardGrid3Columns__g0Xru","cardGrid4Cards":"PromoListing-module_cardGrid4Cards__5Bv5u","cardGrid2Cards":"PromoListing-module_cardGrid2Cards__wDc4S"};
2663
2710
 
2664
2711
  /**
2665
2712
  * Use `PromoListing` to give supporting information about a page or proposition in the form of the card components (`ImpactCard`, `InformationCard`, `MediaCard` and `TypographyCard`).
@@ -2674,7 +2721,7 @@ var PromoListing = function (_a) {
2674
2721
  card.type === "impact-card" && React.createElement(ImpactCard.ImpactCard, __assign({}, card)),
2675
2722
  card.type === "information-card" && React.createElement(InformationCard.InformationCard, __assign({}, card)),
2676
2723
  card.type === "typography-card" && React.createElement(TypographyCard.TypographyCard, __assign({}, card)))); };
2677
- return (React.createElement("div", { className: styles$4.PromoListing },
2724
+ return (React.createElement("div", { className: styles$6.PromoListing },
2678
2725
  React.createElement(SectionHeading, { isPadded: true, "data-testid": "PromoListing-header", heading: heading, headingLevel: headingLevel, content: content }),
2679
2726
  isCarousel && !isMinWidthArcBreakpointL ? (React.createElement(Carousel.Carousel, { itemsPerSlide: 1, responsive: {
2680
2727
  s: {
@@ -2687,42 +2734,42 @@ var PromoListing = function (_a) {
2687
2734
  isPartialVisible: true,
2688
2735
  itemsPerSlide: 2,
2689
2736
  },
2690
- } }, cards === null || cards === void 0 ? void 0 : cards.map(function (card, i) { return (React.createElement("div", { key: "card-".concat(id, "-").concat(i), className: styles$4.carouselSlide }, getCard(card))); }))) : (React.createElement("div", { className: classNames(styles$4.cardGrid, styles$4["cardGrid".concat(columnCount, "Columns")], styles$4["cardGrid".concat(cards.length, "Cards")]) }, cards === null || cards === void 0 ? void 0 : cards.map(function (card, index) { return (React.createElement("div", { "data-testid": "promoList-card".concat(index), className: classNames(styles$4.promoListingContainer), key: index }, getCard(card))); })))));
2737
+ } }, cards === null || cards === void 0 ? void 0 : cards.map(function (card, i) { return (React.createElement("div", { key: "card-".concat(id, "-").concat(i), className: styles$6.carouselSlide }, getCard(card))); }))) : (React.createElement("div", { className: classNames(styles$6.cardGrid, styles$6["cardGrid".concat(columnCount, "Columns")], styles$6["cardGrid".concat(cards.length, "Cards")]) }, cards === null || cards === void 0 ? void 0 : cards.map(function (card, index) { return (React.createElement("div", { "data-testid": "promoList-card".concat(index), className: classNames(styles$6.promoListingContainer), key: index }, getCard(card))); })))));
2691
2738
  };
2692
2739
 
2693
- var styles$3 = {"blockQuote":"Quote-module_blockQuote__STj-z","quoteContent":"Quote-module_quoteContent__kWc51","quoteDefault":"Quote-module_quoteDefault__tU5db","quoteSecondary":"Quote-module_quoteSecondary__3Rk3f","quoteIcon":"Quote-module_quoteIcon__HK1TV"};
2740
+ var styles$5 = {"blockQuote":"Quote-module_blockQuote__STj-z","quoteContent":"Quote-module_quoteContent__kWc51","quoteDefault":"Quote-module_quoteDefault__tU5db","quoteSecondary":"Quote-module_quoteSecondary__3Rk3f","quoteIcon":"Quote-module_quoteIcon__HK1TV"};
2694
2741
 
2695
2742
  /**
2696
2743
  * Use `Quote` where a quote or testimonial from an existing customer or stakeholder would help build trust and credibility with potential new customers. It's commonly used on product pages where customers would learn about a product or service that we offer.*/
2697
2744
  var Quote = function (_a) {
2698
2745
  var author = _a.author, _b = _a.styling, styling = _b === void 0 ? "Default" : _b, content = _a.content, citeUrl = _a.citeUrl, props = __rest(_a, ["author", "styling", "content", "citeUrl"]);
2699
2746
  return (React.createElement("div", __assign({ className: "community-component--quote", "data-testid": "quote-test" }, filterDataAttrs(props)),
2700
- React.createElement("blockquote", { "data-testid": "style-test", className: classNames(styles$3.blockQuote, styles$3["quote".concat(styling)]), cite: citeUrl },
2701
- React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 77", className: styles$3.quoteIcon, "aria-hidden": "true" },
2747
+ React.createElement("blockquote", { "data-testid": "style-test", className: classNames(styles$5.blockQuote, styles$5["quote".concat(styling)]), cite: citeUrl },
2748
+ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 77", className: styles$5.quoteIcon, "aria-hidden": "true" },
2702
2749
  React.createElement("path", { d: "M21.8085 76.4706C15.9574 76.4706 10.8156 74.2732 6.38298 69.8783C2.12766 65.4834 0 58.979 0 50.3651C0 40.5206 3.10284 31.1156 9.30851 22.1501C15.6915 13.1846 25.3546 5.80122 38.2979 0L44.1489 11.3387C37.4113 14.3272 31.7376 18.0189 27.1277 22.4138C22.5177 26.6329 19.6809 31.4672 18.617 36.9168C19.8582 36.741 21.0106 36.6531 22.0745 36.6531C27.7482 36.6531 32.4468 38.499 36.1702 42.1907C40.0709 45.8824 42.0213 50.7167 42.0213 56.6937C42.0213 62.4949 39.9823 67.2414 35.9043 70.9331C32.0035 74.6247 27.305 76.4706 21.8085 76.4706ZM77.6596 76.4706C71.8085 76.4706 66.6667 74.2732 62.234 69.8783C57.9787 65.4834 55.8511 58.979 55.8511 50.3651C55.8511 40.5206 58.9539 31.1156 65.1596 22.1501C71.5425 13.1846 81.2057 5.80122 94.1489 0L100 11.3387C93.2624 14.3272 87.5886 18.0189 82.9787 22.4138C78.3688 26.6329 75.5319 31.4672 74.4681 36.9168C75.7092 36.741 76.8617 36.6531 77.9255 36.6531C83.5993 36.6531 88.2979 38.499 92.0213 42.1907C95.922 45.8824 97.8723 50.7167 97.8723 56.6937C97.8723 62.4949 95.8333 67.2414 91.7553 70.9331C87.8546 74.6247 83.156 76.4706 77.6596 76.4706Z" })),
2703
- React.createElement("p", { className: styles$3.quoteContent }, content)),
2750
+ React.createElement("p", { className: styles$5.quoteContent }, content)),
2704
2751
  author && (React.createElement(Author, { name: author.name, title: author.title, avatar: author.avatar }))));
2705
2752
  };
2706
2753
 
2707
- var styles$2 = {"ruleContainer":"Summary-module_ruleContainer__ydWlG","row":"Summary-module_row__SKV--"};
2754
+ var styles$4 = {"ruleContainer":"Summary-module_ruleContainer__ydWlG","row":"Summary-module_row__SKV--"};
2708
2755
 
2709
2756
  var Summary = function (_a) {
2710
- var content = _a.content, _b = _a.headingLevel, headingLevel = _b === void 0 ? "3" : _b;
2711
- var isMinWidthArcBreakpointS = useMediaQuery.useMediaQuery("(min-width: ".concat(ArcSizeBreakpointsS, ")"));
2712
- return (React.createElement(Box.Box, { isBorderRadius: true, borderWidth: "thin", padding: "24" },
2713
- React.createElement("div", { className: styles$2.row }, content.map(function (_a, i) {
2757
+ var content = _a.content, _b = _a.noBorder, noBorder = _b === void 0 ? false : _b, _c = _a.headingLevel, headingLevel = _c === void 0 ? "3" : _c;
2758
+ var isMinWidthArcBreakpointM = useMediaQuery.useMediaQuery("(min-width: ".concat(ArcSizeBreakpointsM, ")"));
2759
+ return (React.createElement(Box.Box, __assign({ isBorderRadius: true }, (!noBorder ? { borderWidth: "thin" } : { elevationLevel: "1" }), { padding: "24" }),
2760
+ React.createElement("div", { className: styles$4.row }, content.map(function (_a, i) {
2714
2761
  var heading = _a.heading, text = _a.text;
2715
2762
  return (React.createElement(React.Fragment, null,
2716
- React.createElement("div", { className: styles$2.col },
2763
+ React.createElement("div", { className: styles$4.col },
2717
2764
  React.createElement(Heading.Heading, { size: "s", level: headingLevel }, heading),
2718
2765
  React.createElement(VerticalSpace.VerticalSpace, { size: "8" }),
2719
2766
  React.createElement(Text.Text, { size: "s" }, text)),
2720
- i !== content.length - 1 && (React.createElement("div", { className: styles$2.ruleContainer },
2721
- React.createElement(Rule.Rule, { orientation: isMinWidthArcBreakpointS ? "vertical" : "horizontal" })))));
2767
+ i !== content.length - 1 && (React.createElement("div", { className: styles$4.ruleContainer },
2768
+ React.createElement(Rule.Rule, { orientation: isMinWidthArcBreakpointM ? "vertical" : "horizontal" })))));
2722
2769
  }))));
2723
2770
  };
2724
2771
 
2725
- var styles$1 = {"list":"Statistics-module_list__BI-eQ","mutedText":"Statistics-module_mutedText__MR1JM","statWrapper":"Statistics-module_statWrapper__83OnM"};
2772
+ var styles$3 = {"list":"Statistics-module_list__BI-eQ","mutedText":"Statistics-module_mutedText__MR1JM","statWrapper":"Statistics-module_statWrapper__83OnM"};
2726
2773
 
2727
2774
  var getLinkProps = function (link) {
2728
2775
  return link.openInNewTab
@@ -2737,11 +2784,11 @@ var Statistics = function (_a) {
2737
2784
  var headingLevel = _a.headingLevel, heading = _a.heading, content = _a.content, statistics = _a.statistics;
2738
2785
  var id = React.useId();
2739
2786
  return (React.createElement(Columns.Columns, null,
2740
- React.createElement(Columns.Columns.Col, { spanM: 9 },
2787
+ React.createElement(Columns.ColumnsCol, { spanM: 9 },
2741
2788
  React.createElement(SectionHeading, { heading: heading, headingLevel: headingLevel, content: content }),
2742
2789
  React.createElement(VerticalSpace.VerticalSpace, { size: "16" })),
2743
- React.createElement(Columns.Columns.Col, { spanL: 9 },
2744
- React.createElement("ul", { className: styles$1.list }, statistics.map(function (_a, i) {
2790
+ React.createElement(Columns.ColumnsCol, { spanL: 9 },
2791
+ React.createElement("ul", { className: styles$3.list }, statistics.map(function (_a, i) {
2745
2792
  var stat = _a.stat, copy = _a.copy, link = _a.link, source = _a.source, sourceUrl = _a.sourceUrl;
2746
2793
  return (React.createElement("li", { key: "statistic-".concat(id, "-").concat(i) },
2747
2794
  i !== 0 && (React.createElement(React.Fragment, null,
@@ -2749,11 +2796,11 @@ var Statistics = function (_a) {
2749
2796
  React.createElement(Rule.Rule, null),
2750
2797
  React.createElement(VerticalSpace.VerticalSpace, { size: "24", sizeS: "32", sizeXL: "40" }))),
2751
2798
  React.createElement(Columns.Columns, null,
2752
- React.createElement(Columns.Columns.Col, { spanS: 6, spanM: 8 },
2799
+ React.createElement(Columns.ColumnsCol, { spanS: 6, spanM: 8 },
2753
2800
  React.createElement(Align.Align, { vertical: "center" },
2754
- React.createElement("div", { className: styles$1.statWrapper },
2801
+ React.createElement("div", { className: styles$3.statWrapper },
2755
2802
  React.createElement(Heading.Heading, { color: "brand", size: "xxl" }, stat)))),
2756
- React.createElement(Columns.Columns.Col, { spanS: 6, spanM: 4 },
2803
+ React.createElement(Columns.ColumnsCol, { spanS: 6, spanM: 4 },
2757
2804
  React.createElement(Text.Text, null, copy),
2758
2805
  link && (React.createElement(React.Fragment, null,
2759
2806
  React.createElement(VerticalSpace.VerticalSpace, { size: "12" }),
@@ -2761,48 +2808,238 @@ var Statistics = function (_a) {
2761
2808
  source && (React.createElement(React.Fragment, null,
2762
2809
  React.createElement(VerticalSpace.VerticalSpace, { size: "12" }),
2763
2810
  React.createElement(Text.Text, { size: "xs" },
2764
- React.createElement("span", { className: styles$1.mutedText }, source)))),
2811
+ React.createElement("span", { className: styles$3.mutedText }, source)))),
2765
2812
  sourceUrl && (React.createElement(Text.Text, { size: "xs" },
2766
- React.createElement("a", { className: styles$1.mutedText, href: sourceUrl }, sourceUrl)))))));
2813
+ React.createElement("a", { className: styles$3.mutedText, href: sourceUrl }, sourceUrl)))))));
2767
2814
  })))));
2768
2815
  };
2769
2816
 
2770
- var styles = {"contentSwitcherWrapper":"BannerWithTabs-module_contentSwitcherWrapper__xvz39","contentSwitcherDropdownWrapper":"BannerWithTabs-module_contentSwitcherDropdownWrapper__eT5zq"};
2817
+ var styles$2 = {"bannerWithTabsHeadingCentered":"BannerWithTabs-module_bannerWithTabsHeadingCentered__upqEO"};
2771
2818
 
2772
2819
  var BannerWithTabs = function (_a) {
2773
2820
  var _b;
2774
- var tabs = _a.tabs, defaultValue = _a.defaultValue;
2775
- var initialTab = defaultValue !== null && defaultValue !== void 0 ? defaultValue : (_b = tabs[0]) === null || _b === void 0 ? void 0 : _b.value;
2776
- var _c = React.useState(initialTab), selectedTab = _c[0], setSelectedTab = _c[1];
2821
+ var tabs = _a.tabs, defaultValue = _a.defaultValue, heading = _a.heading, content = _a.content, _c = _a.alignTypography, alignTypography = _c === void 0 ? "left" : _c, _d = _a.isInverted, isInverted = _d === void 0 ? false : _d, minHeight = _a.minHeight, minHeightM = _a.minHeightM;
2822
+ return (React.createElement(React.Fragment, null,
2823
+ React.createElement("div", { className: classNames(styles$2.bannerWithTabsHeading, (_b = {},
2824
+ _b[styles$2.bannerWithTabsHeadingCentered] = alignTypography === "center",
2825
+ _b)), style: { color: isInverted ? "white" : "black" } },
2826
+ React.createElement(SectionHeading, { heading: heading, content: content, isPadded: alignTypography === "left" ? true : false })),
2827
+ React.createElement(components.TabbedBanner, { minHeight: minHeight, minHeightM: minHeightM, tabs: tabs, defaultValue: defaultValue })));
2828
+ };
2829
+
2830
+ /**
2831
+ * Do not edit directly
2832
+ * Generated file
2833
+ */
2834
+
2835
+ const ArcIconSocialLinkedin =
2836
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M25.856 25.86H21.71v-6.496c0-1.55-.032-3.544-2.161-3.544-2.162 0-2.492 1.686-2.492 3.43v6.61H12.91V12.5h3.983v1.821h.053c.557-1.05 1.91-2.158 3.932-2.158 4.201 0 4.978 2.765 4.978 6.364v7.334zM8.226 10.673a2.406 2.406 0 0 1-2.406-2.41 2.408 2.408 0 1 1 2.407 2.41zm2.08 15.189H6.148V12.5h4.158v13.36zM27.929 2H4.066C2.924 2 2 2.903 2 4.017v23.966C2 29.098 2.924 30 4.066 30h23.86c1.14 0 2.074-.902 2.074-2.017V4.017C30 2.903 29.067 2 27.926 2z'/%3e%3c/svg%3e";
2837
+
2838
+ /**
2839
+ * Do not edit directly
2840
+ * Generated file
2841
+ */
2842
+
2843
+ const ArcIconSocialX =
2844
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M24.034 3h4.278l-9.343 10.639L30 28.103h-8.64l-6.781-8.768-7.739 8.768H2.563L12.58 16.738 2 3h8.864l6.107 8.014zm-1.491 22.562h2.364L9.57 5.402H7.009z'/%3e%3c/svg%3e";
2845
+
2846
+ /**
2847
+ * Do not edit directly
2848
+ * Generated file
2849
+ */
2850
+
2851
+ const BtIconLink =
2852
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M9.959 10.013h2.417a5.99 5.99 0 0 1 5.226 8.915.5.5 0 1 0 .872.49 6.99 6.99 0 0 0-6.098-10.405H9.959a6.989 6.989 0 0 0 0 13.977h1.54a.5.5 0 1 0 0-1h-1.54a5.989 5.989 0 0 1 0-11.977'/%3e%3cpath d='M22.063 9.013h-1.54a.5.5 0 0 0 0 1h1.54a5.989 5.989 0 0 1 0 11.977h-2.417a5.99 5.99 0 0 1-5.227-8.915.5.5 0 1 0-.871-.49 6.99 6.99 0 0 0 6.097 10.405h2.417a6.989 6.989 0 0 0 0-13.977'/%3e%3c/svg%3e";
2853
+
2854
+ /**
2855
+ * Do not edit directly
2856
+ * Generated file
2857
+ */
2858
+
2859
+ const BtIconEmailUnread =
2860
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M29 6H3a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1m0 1v1.716l-11 7.616a3.52 3.52 0 0 1-3.984 0L3 8.705V7Zm0 2.933v12.15l-8.775-6.075Zm-17.208 6.075L3 22.095V9.922ZM3 25v-1.689l9.67-6.695.777.538a4.52 4.52 0 0 0 5.123 0l.776-.538L29 23.3V25Z'/%3e%3c/svg%3e";
2861
+
2862
+ var styles$1 = {"tagGroup":"ArticleSidebar-module_tagGroup__rIPQc","textContent":"ArticleSidebar-module_textContent__3nCfG","shareButtonContainer":"ArticleSidebar-module_shareButtonContainer__iAfHL","shareButton":"ArticleSidebar-module_shareButton__rb-1E"};
2863
+
2864
+ /**
2865
+ * Use `ArticleSidebar` to provide additional information about the article.
2866
+ */
2867
+ var ArticleSidebar = function (_a) {
2868
+ var author = _a.author, aboutSection = _a.aboutSection, topics = _a.topics, share = _a.share, additionalContent = _a.additionalContent, linkSection = _a.linkSection;
2869
+ var id = React.useId();
2870
+ var _b = React.useState(false), showToast = _b[0], setShowToast = _b[1];
2871
+ var url = location.href;
2872
+ var copyTextToClipBoard = function () { return __awaiter(void 0, void 0, void 0, function () {
2873
+ return __generator(this, function (_a) {
2874
+ switch (_a.label) {
2875
+ case 0: return [4 /*yield*/, navigator.clipboard.writeText(url)];
2876
+ case 1:
2877
+ _a.sent();
2878
+ setShowToast(true);
2879
+ return [2 /*return*/];
2880
+ }
2881
+ });
2882
+ }); };
2883
+ var shareButtons = __spreadArray(__spreadArray([
2884
+ {
2885
+ isButton: true,
2886
+ label: "Copy url to clipboard",
2887
+ onClick: copyTextToClipBoard,
2888
+ icon: BtIconLink,
2889
+ },
2890
+ {
2891
+ label: "Share by email",
2892
+ href: "mailto:?subject=".concat(share.articleTitle, "&body=").concat(url),
2893
+ icon: BtIconEmailUnread,
2894
+ }
2895
+ ], (share.linkedin
2896
+ ? [
2897
+ {
2898
+ label: "Share on LinkedIn",
2899
+ href: "https://www.linkedin.com/sharing/share-offsite/?url=".concat(url),
2900
+ icon: ArcIconSocialLinkedin,
2901
+ },
2902
+ ]
2903
+ : []), true), (share.x
2904
+ ? [
2905
+ {
2906
+ label: "Share on x",
2907
+ href: "https://twitter.com/intent/tweet?url=".concat(url),
2908
+ icon: ArcIconSocialX,
2909
+ },
2910
+ ]
2911
+ : []), true);
2777
2912
  return (React.createElement(React.Fragment, null,
2778
- React.createElement("div", { className: styles.contentSwitcherWrapper },
2779
- React.createElement(ContentSwitcher.ContentSwitcher, { value: selectedTab, onValueChange: function (value) { return setSelectedTab(value); } },
2780
- React.createElement(ContentSwitcher.ContentSwitcher.List, { isInset: true }, tabs.map(function (_a, index) {
2781
- var label = _a.label, value = _a.value;
2782
- return (React.createElement(ContentSwitcher.ContentSwitcher.Tab, { label: label, value: value, key: "".concat(index, "-").concat(value) }));
2913
+ React.createElement("div", { className: styles$1.textContent },
2914
+ author && (React.createElement(React.Fragment, null,
2915
+ React.createElement(Author, __assign({}, author, { avatar: __assign(__assign({}, author.avatar), { size: "xl" }) })))),
2916
+ aboutSection && (React.createElement(React.Fragment, null,
2917
+ React.createElement(VerticalSpace.VerticalSpace, { size: "32" }),
2918
+ React.createElement(Heading.Heading, { level: aboutSection.headingLevel }, aboutSection.heading),
2919
+ React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
2920
+ React.createElement(Text.Text, { size: "s" }, aboutSection.content))),
2921
+ additionalContent &&
2922
+ additionalContent.map(function (_a) {
2923
+ var heading = _a.heading, headingLevel = _a.headingLevel, content = _a.content;
2924
+ return (React.createElement(React.Fragment, null,
2925
+ React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
2926
+ React.createElement(Heading.Heading, { level: headingLevel, size: "xxs" }, heading),
2927
+ React.createElement(Text.Text, { size: "s" }, content)));
2783
2928
  })),
2784
- tabs.map(function (_a, index) {
2785
- var value = _a.value, content = _a.content;
2786
- return (React.createElement(ContentSwitcher.ContentSwitcher.Content, { value: value, key: index },
2787
- React.createElement(HeroBanner.HeroBanner, __assign({}, content))));
2788
- }))),
2789
- React.createElement("div", { className: styles.contentSwitcherDropdownWrapper },
2790
- React.createElement(ContentSwitcherDropdown.ContentSwitcherDropdown, { value: selectedTab, tabs: tabs, isInset: true, isFluid: true, onValueChange: function (value) { return setSelectedTab(value); } }, tabs.map(function (_a, index) {
2791
- var value = _a.value, content = _a.content;
2792
- return (React.createElement(ContentSwitcherDropdown.ContentSwitcherDropdown.Content, { value: value, key: "".concat(index, "-").concat(value) },
2793
- React.createElement(HeroBanner.HeroBanner, __assign({}, content))));
2794
- })))));
2929
+ (author || aboutSection || additionalContent) && (React.createElement("div", { "data-testid": "content-rule" },
2930
+ React.createElement(VerticalSpace.VerticalSpace, { size: "32" }),
2931
+ React.createElement(Rule.Rule, null),
2932
+ React.createElement(VerticalSpace.VerticalSpace, { size: "32" }))),
2933
+ React.createElement(Heading.Heading, { level: linkSection.headingLevel }, linkSection.heading),
2934
+ linkSection.links.map(function (_a) {
2935
+ var text = _a.text, url = _a.url;
2936
+ return (React.createElement(React.Fragment, null,
2937
+ React.createElement(VerticalSpace.VerticalSpace, { size: "8" }),
2938
+ React.createElement("div", { key: "".concat(id, "-").concat(url) },
2939
+ React.createElement(Link.Link, { size: "s", href: url }, text))));
2940
+ }),
2941
+ React.createElement(VerticalSpace.VerticalSpace, { size: "32" }),
2942
+ topics && (React.createElement(React.Fragment, null,
2943
+ React.createElement(Heading.Heading, { level: topics.headingLevel }, topics.heading),
2944
+ React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
2945
+ React.createElement("div", { className: styles$1.tagGroup }, topics.tags.map(function (tag) { return (React.createElement(Tag.Tag, __assign({ key: "".concat(id, "-").concat(tag.title) }, tag))); })),
2946
+ React.createElement(VerticalSpace.VerticalSpace, { size: "32" }))),
2947
+ React.createElement(Rule.Rule, null),
2948
+ React.createElement(VerticalSpace.VerticalSpace, { size: "32" }),
2949
+ React.createElement(Heading.Heading, { level: share.headingLevel }, share.heading),
2950
+ React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
2951
+ React.createElement("div", { className: styles$1.shareButtonContainer }, shareButtons.map(function (_a) {
2952
+ var isButton = _a.isButton, label = _a.label, href = _a.href, icon = _a.icon, onClick = _a.onClick;
2953
+ return (React.createElement("a", { key: "".concat(id, "-").concat(label), role: isButton ? "button" : undefined, target: "_blank", rel: "noreferrer", className: styles$1.shareButton, "aria-label": label, href: href, onClick: isButton ? onClick : undefined },
2954
+ React.createElement(Icon.Icon, { icon: icon, size: 24 })));
2955
+ })),
2956
+ React.createElement(Toast.Toast, null,
2957
+ React.createElement(Toast.ToastNotification, { status: "success", title: "Copied to clipboard", isOpen: showToast, onOpenChange: function () { return setShowToast(false); } }))));
2958
+ };
2959
+
2960
+ var styles = {"product-navigation-grid":"ProductNavigation-module_product-navigation-grid__RzFq8","productNavigation-skipLink":"ProductNavigation-module_productNavigation-skipLink__fy8ZJ"};
2961
+
2962
+ /**
2963
+ * Use `ProductNavigation` to give a collection of product information cards collected within a grid that has optional show/hide capability
2964
+ */
2965
+ var ProductNavigation = function (_a) {
2966
+ var heading = _a.heading, headingLevel = _a.headingLevel, content = _a.content, _b = _a.hideButton, hideButton = _b === void 0 ? false : _b, productList = _a.productList, _c = _a.defaultExpanded, defaultExpanded = _c === void 0 ? false : _c, minHeight = _a.minHeight, _d = _a.cardsToDisplay, cardsToDisplay = _d === void 0 ? 3 : _d, _e = _a.listIncrement, listIncrement = _e === void 0 ? 6 : _e, onClickMore = _a.onClickMore, onClickLess = _a.onClickLess, _f = _a.hideShowLess, hideShowLess = _f === void 0 ? false : _f, isLoading = _a.isLoading, image = _a.image, props = __rest(_a, ["heading", "headingLevel", "content", "hideButton", "productList", "defaultExpanded", "minHeight", "cardsToDisplay", "listIncrement", "onClickMore", "onClickLess", "hideShowLess", "isLoading", "image"]);
2967
+ var _g = React.useState(false), hideLessButton = _g[0], setHideLessButton = _g[1];
2968
+ var _h = React.useState(cardsToDisplay), skipLinkCard = _h[0], setSkipLinkCard = _h[1];
2969
+ var _j = React.useState(productList.slice(0, cardsToDisplay)), displayList = _j[0], setDisplayList = _j[1];
2970
+ var cardRef = React.useRef(null);
2971
+ React.useEffect(function () {
2972
+ if (defaultExpanded) {
2973
+ setDisplayList(productList);
2974
+ }
2975
+ }, []);
2976
+ var moveFocus = function () {
2977
+ var _a;
2978
+ (_a = cardRef.current) === null || _a === void 0 ? void 0 : _a.focus();
2979
+ };
2980
+ var clickController = function () {
2981
+ // show more / current list length + increment
2982
+ if (displayList.length < productList.length) {
2983
+ if (onClickMore)
2984
+ onClickMore();
2985
+ setSkipLinkCard(displayList.length);
2986
+ setDisplayList(productList.slice(0, displayList.length + listIncrement));
2987
+ }
2988
+ // show less / reset to original list length
2989
+ else {
2990
+ if (onClickLess)
2991
+ onClickLess();
2992
+ setSkipLinkCard(cardsToDisplay);
2993
+ setDisplayList(productList.slice(0, cardsToDisplay));
2994
+ }
2995
+ // hide "show less" button option when fully expanded
2996
+ if (hideShowLess &&
2997
+ displayList.length + listIncrement >= productList.length) {
2998
+ setHideLessButton(true);
2999
+ }
3000
+ };
3001
+ var isMinWidthArcBreakpointS = useMediaQuery.useMediaQuery("(min-width: ".concat(ArcSizeBreakpointsS, ")"));
3002
+ return (React.createElement("div", __assign({}, filterDataAttrs(props)),
3003
+ React.createElement(SectionHeading, { isPadded: true, "data-testid": "ProductNavigation-header", heading: heading, headingLevel: headingLevel, content: content, image: image }),
3004
+ React.createElement("ul", { className: classNames(styles["product-navigation-grid"]) }, displayList === null || displayList === void 0 ? void 0 : displayList.map(function (_a, i) {
3005
+ var label = _a.label, href = _a.href, heading = _a.heading, text = _a.text;
3006
+ return (React.createElement("li", { key: "displayList-".concat(i), tabIndex: -1, ref: i === skipLinkCard ? cardRef : undefined, "data-cy": "list-item-".concat(i) },
3007
+ React.createElement(components.InformationCard, { button: {
3008
+ label: label,
3009
+ href: href,
3010
+ }, minHeight: minHeight, heading: heading, headingLevel: "2", text: text })));
3011
+ })),
3012
+ React.createElement(components.VerticalSpace, { size: "40" }),
3013
+ React.createElement("div", { style: { display: "flex" } },
3014
+ !hideButton && !hideLessButton && (React.createElement(components.ButtonV2, { label: displayList.length < productList.length
3015
+ ? "Show more"
3016
+ : "Show less", buttonStyle: "secondary", onClick: clickController, isFullWidth: isMinWidthArcBreakpointS ? false : true, isLoading: isLoading })),
3017
+ displayList.length > cardsToDisplay && (React.createElement(React.Fragment, null,
3018
+ React.createElement("div", { id: "skip-link", className: classNames(styles["productNavigation-skipLink"]), tabIndex: -1 },
3019
+ React.createElement(components.ButtonV2, { label: "Move to first new card", buttonStyle: "primary", onClick: moveFocus, isFullWidth: isMinWidthArcBreakpointS ? false : true })))),
3020
+ React.createElement(components.VisuallyHidden, null,
3021
+ React.createElement("div", { "aria-live": "polite", id: "aria-live-region", "aria-atomic": true },
3022
+ React.createElement("p", null,
3023
+ "Total products listed ",
3024
+ displayList.length,
3025
+ ". Total products hidden",
3026
+ " ",
3027
+ productList.length - displayList.length,
3028
+ "."))))));
2795
3029
  };
2796
3030
 
2797
3031
  exports.Accordion = Accordion;
3032
+ exports.ArticleSidebar = ArticleSidebar;
2798
3033
  exports.Author = Author;
2799
3034
  exports.BannerWithTabs = BannerWithTabs;
2800
3035
  exports.CopyLead = CopyLead;
2801
3036
  exports.DownloadList = DownloadList;
2802
3037
  exports.FeaturePost = FeaturePost;
2803
3038
  exports.Highlights = Highlights;
3039
+ exports.ProductNavigation = ProductNavigation;
2804
3040
  exports.PromoListing = PromoListing;
2805
3041
  exports.Quote = Quote;
3042
+ exports.SectionHeading = SectionHeading;
2806
3043
  exports.Statistics = Statistics;
2807
3044
  exports.Summary = Summary;
2808
3045
  //# sourceMappingURL=index.js.map