@kickstartds/ds-agency-premium 1.6.71--canary.55.2416.0 → 1.6.72--canary.43.2474.0

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 (295) hide show
  1. package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
  2. package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
  3. package/dist/ContactProps-7cac90e5.d.ts +70 -0
  4. package/dist/{FaqProps-ad618cd5.d.ts → FaqProps-78384db5.d.ts} +7 -12
  5. package/dist/HeadlineProps-e1305784.d.ts +53 -0
  6. package/dist/{LogosProps-f9474fe2.d.ts → LogosProps-d4677d2c.d.ts} +1 -23
  7. package/dist/PageProps-aa29c554.d.ts +1 -1
  8. package/dist/SearchBarProps-26263244.d.ts +29 -0
  9. package/dist/SearchFormProps-3d2c3462.d.ts +30 -0
  10. package/dist/SearchResultMatchProps-777cd47c.d.ts +23 -0
  11. package/dist/SearchResultProps-f6f07017.d.ts +44 -0
  12. package/dist/{SectionProps-d60aba86.d.ts → SectionProps-6a826e52.d.ts} +8 -4
  13. package/dist/SliderProps-789f8508.d.ts +2 -2
  14. package/dist/SplitEvenProps-789f8508.d.ts +12 -5
  15. package/dist/SplitWeightedProps-789f8508.d.ts +12 -5
  16. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-d069476f.d.ts} +6 -1
  17. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +5254 -1550
  18. package/dist/components/blog-post/blog-post.schema.dereffed.json +5254 -1550
  19. package/dist/components/blog-post/index.d.ts +1 -1
  20. package/dist/components/business-card/business-card.css +7 -5
  21. package/dist/components/business-card/index.js +1 -1
  22. package/dist/components/button/button.css +6 -1
  23. package/dist/components/contact/index.d.ts +1 -70
  24. package/dist/components/content-nav/content-nav.css +2 -0
  25. package/dist/components/cookie-consent/C15t.client.js +57 -1
  26. package/dist/components/cookie-consent/CookieConsent.client.d.ts +5 -1
  27. package/dist/components/cookie-consent/CookieConsent.client.js +13 -13
  28. package/dist/components/cookie-consent/cookie-consent.css +17 -25
  29. package/dist/components/cookie-consent/index.js +1 -1
  30. package/dist/components/downloads/downloads.css +13 -8
  31. package/dist/components/event-latest-teaser/event-latest-teaser.css +2 -2
  32. package/dist/components/event-list-teaser/event-list-teaser.css +1 -1
  33. package/dist/components/event-location/event-location.css +3 -3
  34. package/dist/components/faq/faq.css +1 -1
  35. package/dist/components/faq/faq.schema.dereffed.json +2 -2
  36. package/dist/components/faq/faq.schema.json +2 -1
  37. package/dist/components/faq/index.d.ts +24 -7
  38. package/dist/components/faq/index.js +1 -1
  39. package/dist/components/feature/index.js +2 -2
  40. package/dist/components/features/index.js +1 -1
  41. package/dist/components/headline/headline.css +5 -9
  42. package/dist/components/headline/index.d.ts +1 -53
  43. package/dist/components/hero/hero.css +53 -32
  44. package/dist/components/image-story/image-story.css +4 -0
  45. package/dist/components/index/index.d.ts +1 -1
  46. package/dist/components/logos/index.d.ts +1 -1
  47. package/dist/components/logos/logos.css +8 -6
  48. package/dist/components/logos/logos.schema.dereffed.json +1 -2
  49. package/dist/components/logos/logos.schema.json +1 -2
  50. package/dist/components/nav-dropdown/nav-dropdown.css +5 -3
  51. package/dist/components/page/page.schema.dereffed.json +5254 -1550
  52. package/dist/components/page-wrapper/index.js +0 -1
  53. package/dist/components/pagination/index.d.ts +10 -2
  54. package/dist/components/pagination/index.js +32 -38
  55. package/dist/components/pagination/pagination.css +34 -10
  56. package/dist/components/pagination/pagination.schema.dereffed.json +3 -0
  57. package/dist/components/pagination/pagination.schema.json +3 -0
  58. package/dist/components/presets.json +156 -70
  59. package/dist/components/search/index.d.ts +11 -1
  60. package/dist/components/search/index.js +33 -20
  61. package/dist/components/search/search.schema.dereffed.json +189 -13
  62. package/dist/components/search/search.schema.json +6 -0
  63. package/dist/components/search-bar/index.d.ts +1 -29
  64. package/dist/components/search-bar/index.js +1 -1
  65. package/dist/components/search-form/SearchForm.client.d.ts +25 -0
  66. package/dist/components/search-form/SearchForm.client.js +228 -0
  67. package/dist/components/search-form/SearchFormPagefind.client.d.ts +5 -0
  68. package/dist/components/search-form/SearchFormPagefind.client.js +40 -0
  69. package/dist/components/search-form/index.d.ts +4 -0
  70. package/dist/components/search-form/index.js +25 -0
  71. package/dist/components/search-form/search-form.css +10 -0
  72. package/dist/components/search-form/search-form.schema.dereffed.json +49 -0
  73. package/dist/components/search-form/search-form.schema.json +38 -0
  74. package/dist/components/search-modal/RadioEmit.client.d.ts +5 -0
  75. package/dist/components/search-modal/RadioEmit.client.js +17 -0
  76. package/dist/components/search-modal/SearchModal.client.d.ts +5 -0
  77. package/dist/components/search-modal/SearchModal.client.js +31 -0
  78. package/dist/components/search-modal/index.d.ts +18 -0
  79. package/dist/components/search-modal/index.js +39 -0
  80. package/dist/components/search-modal/search-modal.css +27 -0
  81. package/dist/components/search-modal/search-modal.schema.dereffed.json +70 -0
  82. package/dist/components/search-modal/search-modal.schema.json +24 -0
  83. package/dist/components/search-result/index.d.ts +4 -4
  84. package/dist/components/search-result/index.js +11 -2
  85. package/dist/components/search-result/search-result.css +61 -13
  86. package/dist/components/search-result/search-result.schema.dereffed.json +56 -13
  87. package/dist/components/search-result/search-result.schema.json +23 -12
  88. package/dist/components/search-result-match/index.d.ts +7 -0
  89. package/dist/components/search-result-match/index.js +18 -0
  90. package/dist/components/search-result-match/search-result-match.css +18 -0
  91. package/dist/components/search-result-match/search-result-match.schema.dereffed.json +33 -0
  92. package/dist/components/search-result-match/search-result-match.schema.json +31 -0
  93. package/dist/components/section/index.d.ts +1 -1
  94. package/dist/components/section/section.css +12 -7
  95. package/dist/components/section/section.schema.dereffed.json +5254 -1550
  96. package/dist/components/section/section.schema.json +12 -0
  97. package/dist/components/slider/slider.schema.dereffed.json +7 -2
  98. package/dist/components/split-even/index.d.ts +6 -6
  99. package/dist/components/split-even/split-even.schema.dereffed.json +2406 -824
  100. package/dist/components/split-even/split-even.schema.json +42 -0
  101. package/dist/components/split-weighted/index.d.ts +6 -6
  102. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +2406 -824
  103. package/dist/components/split-weighted/split-weighted.schema.json +42 -0
  104. package/dist/components/stats/stats.css +2 -0
  105. package/dist/components/teaser-card/index.d.ts +1 -1
  106. package/dist/components/teaser-card/index.js +2 -1
  107. package/dist/components/teaser-card/teaser-card.css +10 -6
  108. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +6 -0
  109. package/dist/components/teaser-card/teaser-card.schema.json +6 -0
  110. package/dist/components/testimonials/testimonials.css +3 -1
  111. package/dist/global.css +3888 -177
  112. package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
  113. package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
  114. package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
  115. package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
  116. package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
  117. package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
  118. package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
  119. package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
  120. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
  121. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
  122. package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
  123. package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
  124. package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
  125. package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
  126. package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
  127. package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
  128. package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
  129. package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
  130. package/dist/static/img/bg-color-swatch.png +0 -0
  131. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  132. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  133. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  134. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  135. package/dist/static/img/screenshots/components-button--primary-button.png +0 -0
  136. package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
  137. package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
  138. package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
  139. package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
  140. package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
  141. package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.png +0 -0
  142. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  143. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  144. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  145. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  146. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  147. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  148. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  149. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  150. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  151. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  152. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  153. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  154. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  155. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  156. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  157. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  158. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  159. package/dist/static/img/screenshots/components-gallery--free-aspect-ratio.png +0 -0
  160. package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
  161. package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
  162. package/dist/static/img/screenshots/components-gallery--stack-landscape.png +0 -0
  163. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  164. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  165. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  166. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  167. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  168. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  169. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  170. package/dist/static/img/screenshots/components-hero--text-below-image.png +0 -0
  171. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  172. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  173. package/dist/static/img/screenshots/components-html--html.png +0 -0
  174. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  175. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  176. package/dist/static/img/screenshots/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
  177. package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
  178. package/dist/static/img/screenshots/components-image-text--beside-right-layout.png +0 -0
  179. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  180. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  181. package/dist/static/img/screenshots/components-logos--logo-row.png +0 -0
  182. package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
  183. package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
  184. package/dist/static/img/screenshots/components-mosaic--colorful-tiles.png +0 -0
  185. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  186. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  187. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  188. package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
  189. package/dist/static/img/screenshots/components-teaser-card--showcase-preview.png +0 -0
  190. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  191. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  192. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  193. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  194. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  195. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  196. package/dist/static/img/screenshots/components-text--centered.png +0 -0
  197. package/dist/static/img/screenshots/components-text--highlight.png +0 -0
  198. package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
  199. package/dist/static/img/screenshots/components-text--single-column.png +0 -0
  200. package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
  201. package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
  202. package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
  203. package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
  204. package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
  205. package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
  206. package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
  207. package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
  208. package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
  209. package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
  210. package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
  211. package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
  212. package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
  213. package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
  214. package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
  215. package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
  216. package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
  217. package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
  218. package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
  219. package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
  220. package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
  221. package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
  222. package/dist/static/img/screenshots/event-event-header--default.png +0 -0
  223. package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
  224. package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
  225. package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
  226. package/dist/static/img/screenshots/event-event-location--default.png +0 -0
  227. package/dist/static/img/screenshots/event-event-login--default.png +0 -0
  228. package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
  229. package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
  230. package/dist/static/img/screenshots/form-radio--default.png +0 -0
  231. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  232. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  233. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  234. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  235. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  236. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  237. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  238. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  239. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  240. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  241. package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
  242. package/dist/static/img/screenshots/layout-section--framed.png +0 -0
  243. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  244. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  245. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  246. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  247. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  248. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  249. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  250. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  251. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  252. package/dist/static/img/screenshots/layout-split-even--faq-with-form.png +0 -0
  253. package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
  254. package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
  255. package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
  256. package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
  257. package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
  258. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  259. package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
  260. package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
  261. package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
  262. package/dist/static/img/screenshots/page-archetypes-jobs--jobs.png +0 -0
  263. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  264. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  265. package/dist/static/img/screenshots/page-archetypes-search--search.png +0 -0
  266. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  267. package/dist/static/logo.svg +13 -57
  268. package/dist/tokens/themes.css +20 -20
  269. package/dist/tokens/tokens.css +359 -360
  270. package/dist/tokens/tokens.js +540 -541
  271. package/package.json +7 -4
  272. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  273. package/dist/components/page-wrapper/tokens.css +0 -2480
  274. package/dist/static/fonts/dsa/permanent-marker-regular.woff2 +0 -0
  275. package/dist/static/fonts/dsa/wix-madefor-display-600.woff2 +0 -0
  276. package/dist/static/fonts/dsa/wix-madefor-display-700.woff2 +0 -0
  277. package/dist/static/fonts/dsa/wix-madefor-display-regular.woff2 +0 -0
  278. package/dist/static/fonts/dsa/wix-madefor-text-500.woff2 +0 -0
  279. package/dist/static/fonts/dsa/wix-madefor-text-600.woff2 +0 -0
  280. package/dist/static/fonts/dsa/wix-madefor-text-700.woff2 +0 -0
  281. package/dist/static/fonts/dsa/wix-madefor-text-regular.woff2 +0 -0
  282. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  283. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  284. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  285. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  286. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  287. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  288. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  289. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  290. package/dist/static/img/screenshots/pages-archetypes--blog-overview.png +0 -0
  291. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  292. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  293. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  294. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
  295. package/dist/static/taktsoft-energy/preview.gif +0 -0
@@ -1192,7 +1192,7 @@
1192
1192
  "id": "page-archetypes-search--search",
1193
1193
  "group": "Page Archetypes/Search",
1194
1194
  "name": "Search",
1195
- "code": "<Search\n events={[\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n },\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n },\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n }\n ]}\n filter={{\n applyButton: {\n label: 'Filter Appointments'\n },\n categories: {\n categoryCheckboxes: [\n 'Category Filter',\n 'Category Filter',\n 'Category Filter'\n ],\n title: 'Categories',\n toggle: true\n },\n datePicker: {\n dateFromInput: {\n label: 'From',\n placeholder: 'Select a date'\n },\n dateToInput: {\n label: 'To',\n placeholder: 'Select a date'\n },\n title: 'Find Appointment',\n toggle: true\n },\n resetButton: {\n label: 'Reset Filters'\n }\n }}\n searchFilter={{\n categories: [\n {\n amount: 10,\n title: 'Pages',\n url: '#'\n },\n {\n amount: 5,\n title: 'News',\n url: '#'\n },\n {\n amount: 2,\n title: 'Blog Posts',\n url: '#'\n }\n ],\n title: 'Search Filters'\n }}\n searchResults={[\n {\n ariaLabel: 'Search Result: AI Conference 2023',\n showLink: true,\n text: 'Join us for the annual **AI Conference** bringing together experts from around the world.\\n Register now to secure your spot and learn about the latest advancements in AI.',\n title: 'AI Conference 2023',\n url: 'https://www.example.com/ai-conference-2023'\n },\n {\n ariaLabel: 'Search Result: Web Development Summit 2023',\n showLink: true,\n text: 'Explore the future of web development at the **Web Development Summit**.\\n Discover new technologies and network with industry leaders.',\n title: 'Web Development Summit 2023',\n url: 'https://www.example.com/web-development-summit-2023'\n },\n {\n ariaLabel: 'Search Result: Data Science Bootcamp',\n showLink: true,\n text: 'Enhance your skills with our **Data Science Bootcamp**.\\n Learn from experts and work on real-world projects.',\n title: 'Data Science Bootcamp',\n url: 'https://www.example.com/data-science-bootcamp'\n },\n {\n ariaLabel: 'Search Result: AI Conference 2023',\n showLink: true,\n text: 'Join us for the annual **AI Conference** bringing together experts from around the world.\\n Register now to secure your spot and learn about the latest advancements in AI.',\n title: 'AI Conference 2023',\n url: 'https://www.example.com/ai-conference-2023'\n },\n {\n ariaLabel: 'Search Result: Web Development Summit 2023',\n showLink: true,\n text: 'Explore the future of web development at the **Web Development Summit**.\\n Discover new technologies and network with industry leaders.',\n title: 'Web Development Summit 2023',\n url: 'https://www.example.com/web-development-summit-2023'\n },\n {\n ariaLabel: 'Search Result: Data Science Bootcamp',\n showLink: true,\n text: 'Enhance your skills with our **Data Science Bootcamp**.\\n Learn from experts and work on real-world projects.',\n title: 'Data Science Bootcamp',\n url: 'https://www.example.com/data-science-bootcamp'\n }\n ]}\n/>",
1195
+ "code": "<Search\n events={[\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n },\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n },\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n }\n ]}\n filter={{\n applyButton: {\n label: 'Filter Appointments'\n },\n categories: {\n categoryCheckboxes: [\n 'Category Filter',\n 'Category Filter',\n 'Category Filter'\n ],\n title: 'Categories',\n toggle: true\n },\n datePicker: {\n dateFromInput: {\n label: 'From',\n placeholder: 'Select a date'\n },\n dateToInput: {\n label: 'To',\n placeholder: 'Select a date'\n },\n title: 'Find Appointment',\n toggle: true\n },\n resetButton: {\n label: 'Reset Filters'\n }\n }}\n headline={{\n level: 'h1',\n style: 'h1',\n text: 'Search'\n }}\n searchFilter={{\n categories: [\n {\n amount: 10,\n title: 'Pages',\n url: '#'\n },\n {\n amount: 5,\n title: 'News',\n url: '#'\n },\n {\n amount: 2,\n title: 'Blog Posts',\n url: '#'\n }\n ],\n title: 'Search Filters'\n }}\n searchResults={[\n {\n initialMatch: 'Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.',\n matches: [\n {\n snippet: 'Simple changes can make your home more **sustainable** and energy-efficient.',\n title: 'Home',\n url: '#'\n },\n {\n snippet: 'Adopting a **sustainable** lifestyle benefits both you and the planet.',\n title: 'Lifestyle',\n url: '#'\n }\n ],\n previewImage: 'img/people-brainstorming-work-meeting.png',\n title: 'Sustainable Living: Everyday Tips',\n url: 'www.example.com/lifestyle/sustainable-living'\n },\n {\n initialMatch: 'Discover how **sustainable** design is shaping the future of urban development, from green buildings to eco-friendly materials. Research shows that **sustainable** architecture not only benefits the environment but also enhances the well-being of its occupants.',\n previewImage: 'img/full-shot-different-people-working-together.png',\n title: 'Sustainable Architecture Trends',\n url: 'www.example.com/architecture/sustainable-trends'\n },\n {\n matches: [\n {\n snippet: 'A **sustainable** business model focuses on long-term growth and environmental responsibility.',\n title: 'Getting Started',\n url: '#'\n },\n {\n snippet: 'Explore examples of companies that have adopted **sustainable** practices successfully.',\n title: 'Case Studies',\n url: '#'\n },\n {\n snippet: 'Using **sustainable** materials can significantly reduce a building’s carbon footprint.',\n title: 'Materials',\n url: '#'\n }\n ],\n title: 'How to Build a Sustainable Business',\n url: 'www.example.com/business/sustainable-model'\n },\n {\n initialMatch: 'Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.',\n matches: [\n {\n snippet: 'A **sustainable** business model focuses on long-term growth and environmental responsibility.',\n title: 'Getting Started',\n url: '#'\n },\n {\n snippet: 'Explore examples of companies that have adopted **sustainable** practices successfully.',\n title: 'Case Studies',\n url: '#'\n },\n {\n snippet: 'Using **sustainable** materials can significantly reduce a building’s carbon footprint.',\n title: 'Materials',\n url: '#'\n }\n ],\n previewImage: 'img/full-shot-different-people-working-together.png',\n title: 'Sustainable Living: Everyday Tips',\n url: 'www.example.com/business/sustainable-model'\n }\n ]}\n/>",
1196
1196
  "args": {
1197
1197
  "filter": {
1198
1198
  "datePicker": {
@@ -1285,6 +1285,11 @@
1285
1285
  "ctaText": "Show event"
1286
1286
  }
1287
1287
  ],
1288
+ "headline": {
1289
+ "text": "Search",
1290
+ "level": "h1",
1291
+ "style": "h1"
1292
+ },
1288
1293
  "searchFilter": {
1289
1294
  "title": "Search Filters",
1290
1295
  "categories": [
@@ -1307,46 +1312,72 @@
1307
1312
  },
1308
1313
  "searchResults": [
1309
1314
  {
1310
- "url": "https://www.example.com/ai-conference-2023",
1311
- "title": "AI Conference 2023",
1312
- "text": "Join us for the annual **AI Conference** bringing together experts from around the world.\n Register now to secure your spot and learn about the latest advancements in AI.",
1313
- "ariaLabel": "Search Result: AI Conference 2023",
1314
- "showLink": true
1315
- },
1316
- {
1317
- "url": "https://www.example.com/web-development-summit-2023",
1318
- "title": "Web Development Summit 2023",
1319
- "text": "Explore the future of web development at the **Web Development Summit**.\n Discover new technologies and network with industry leaders.",
1320
- "ariaLabel": "Search Result: Web Development Summit 2023",
1321
- "showLink": true
1322
- },
1323
- {
1324
- "url": "https://www.example.com/data-science-bootcamp",
1325
- "title": "Data Science Bootcamp",
1326
- "text": "Enhance your skills with our **Data Science Bootcamp**.\n Learn from experts and work on real-world projects.",
1327
- "ariaLabel": "Search Result: Data Science Bootcamp",
1328
- "showLink": true
1315
+ "title": "Sustainable Living: Everyday Tips",
1316
+ "previewImage": "img/people-brainstorming-work-meeting.png",
1317
+ "initialMatch": "Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.",
1318
+ "matches": [
1319
+ {
1320
+ "title": "Home",
1321
+ "snippet": "Simple changes can make your home more **sustainable** and energy-efficient.",
1322
+ "url": "#"
1323
+ },
1324
+ {
1325
+ "title": "Lifestyle",
1326
+ "snippet": "Adopting a **sustainable** lifestyle benefits both you and the planet.",
1327
+ "url": "#"
1328
+ }
1329
+ ],
1330
+ "url": "www.example.com/lifestyle/sustainable-living"
1329
1331
  },
1330
1332
  {
1331
- "url": "https://www.example.com/ai-conference-2023",
1332
- "title": "AI Conference 2023",
1333
- "text": "Join us for the annual **AI Conference** bringing together experts from around the world.\n Register now to secure your spot and learn about the latest advancements in AI.",
1334
- "ariaLabel": "Search Result: AI Conference 2023",
1335
- "showLink": true
1333
+ "title": "Sustainable Architecture Trends",
1334
+ "previewImage": "img/full-shot-different-people-working-together.png",
1335
+ "initialMatch": "Discover how **sustainable** design is shaping the future of urban development, from green buildings to eco-friendly materials. Research shows that **sustainable** architecture not only benefits the environment but also enhances the well-being of its occupants.",
1336
+ "url": "www.example.com/architecture/sustainable-trends"
1336
1337
  },
1337
1338
  {
1338
- "url": "https://www.example.com/web-development-summit-2023",
1339
- "title": "Web Development Summit 2023",
1340
- "text": "Explore the future of web development at the **Web Development Summit**.\n Discover new technologies and network with industry leaders.",
1341
- "ariaLabel": "Search Result: Web Development Summit 2023",
1342
- "showLink": true
1339
+ "title": "How to Build a Sustainable Business",
1340
+ "matches": [
1341
+ {
1342
+ "title": "Getting Started",
1343
+ "snippet": "A **sustainable** business model focuses on long-term growth and environmental responsibility.",
1344
+ "url": "#"
1345
+ },
1346
+ {
1347
+ "title": "Case Studies",
1348
+ "snippet": "Explore examples of companies that have adopted **sustainable** practices successfully.",
1349
+ "url": "#"
1350
+ },
1351
+ {
1352
+ "title": "Materials",
1353
+ "snippet": "Using **sustainable** materials can significantly reduce a building’s carbon footprint.",
1354
+ "url": "#"
1355
+ }
1356
+ ],
1357
+ "url": "www.example.com/business/sustainable-model"
1343
1358
  },
1344
1359
  {
1345
- "url": "https://www.example.com/data-science-bootcamp",
1346
- "title": "Data Science Bootcamp",
1347
- "text": "Enhance your skills with our **Data Science Bootcamp**.\n Learn from experts and work on real-world projects.",
1348
- "ariaLabel": "Search Result: Data Science Bootcamp",
1349
- "showLink": true
1360
+ "title": "Sustainable Living: Everyday Tips",
1361
+ "previewImage": "img/full-shot-different-people-working-together.png",
1362
+ "initialMatch": "Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.",
1363
+ "matches": [
1364
+ {
1365
+ "title": "Getting Started",
1366
+ "snippet": "A **sustainable** business model focuses on long-term growth and environmental responsibility.",
1367
+ "url": "#"
1368
+ },
1369
+ {
1370
+ "title": "Case Studies",
1371
+ "snippet": "Explore examples of companies that have adopted **sustainable** practices successfully.",
1372
+ "url": "#"
1373
+ },
1374
+ {
1375
+ "title": "Materials",
1376
+ "snippet": "Using **sustainable** materials can significantly reduce a building’s carbon footprint.",
1377
+ "url": "#"
1378
+ }
1379
+ ],
1380
+ "url": "www.example.com/business/sustainable-model"
1350
1381
  }
1351
1382
  ]
1352
1383
  },
@@ -1544,7 +1575,7 @@
1544
1575
  "id": "corporate-cookie-consent--card",
1545
1576
  "group": "Corporate/Cookie Consent",
1546
1577
  "name": "Card",
1547
- "code": "<CookieConsent\n component=\"dsa.cookie-consent\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Manage your cookie preferences below.',\n options: [\n {\n description: 'These cookies help us understand how our visitors interact with the website.',\n key: 'measurement',\n name: 'Analytics Cookies'\n },\n {\n description: 'These cookies are used to deliver advertisements that are relevant to you.',\n key: 'marketing',\n name: 'Marketing Cookies'\n },\n {\n description: 'These cookies allow the website to remember choices you make and provide enhanced, more personal features.',\n key: 'functionality',\n name: 'Functional Cookies'\n },\n {\n description: 'These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages.',\n key: 'experience',\n name: 'Performance Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'necessary',\n name: 'Essential Cookies'\n }\n ],\n title: 'Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All'\n },\n customizeButton: {\n label: 'Customize',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'We use cookies to enhance your experience on our website. You can choose which cookies to accept.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All'\n },\n title: 'We use cookies'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n/>",
1578
+ "code": "<PureCookieConsent\n component=\"dsa.cookie-consent\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Manage your cookie preferences below.',\n options: [\n {\n description: 'These cookies help us understand how our visitors interact with the website.',\n key: 'measurement',\n name: 'Analytics Cookies'\n },\n {\n description: 'These cookies are used to deliver advertisements that are relevant to you.',\n key: 'marketing',\n name: 'Marketing Cookies'\n },\n {\n description: 'These cookies allow the website to remember choices you make and provide enhanced, more personal features.',\n key: 'functionality',\n name: 'Functional Cookies'\n },\n {\n description: 'These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages.',\n key: 'experience',\n name: 'Performance Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'necessary',\n name: 'Essential Cookies'\n }\n ],\n title: 'Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All'\n },\n customizeButton: {\n label: 'Customize',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'We use cookies to enhance your experience on our website. You can choose which cookies to accept.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All'\n },\n title: 'We use cookies'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n/>",
1548
1579
  "args": {
1549
1580
  "notice": {
1550
1581
  "displayMode": "card",
@@ -1616,7 +1647,7 @@
1616
1647
  "id": "corporate-cookie-consent--banner",
1617
1648
  "group": "Corporate/Cookie Consent",
1618
1649
  "name": "Banner",
1619
- "code": "<CookieConsent\n component=\"dsa.cookie-consent\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n decisionButtonVariant: 'tertiary',\n description: 'Here you can enable or disable different types of cookies. Essential cookies are always active as they are necessary for the website to function properly. You can change your preferences at any time. Please note that disabling certain cookies may affect your experience on our website.',\n options: [\n {\n description: 'These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously.',\n key: 'functionality',\n name: 'Statistics Cookies'\n },\n {\n description: 'These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience.',\n key: 'functionality',\n name: 'Personalization Cookies'\n },\n {\n description: 'Advertising cookies are used to deliver relevant ads and marketing campaigns to you. They track visitors across websites and collect information to provide customized ads.',\n key: 'functionality',\n name: 'Advertising Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are required for basic website functionality, such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.',\n key: 'necessary',\n name: 'Essential Cookies'\n }\n ],\n title: 'Manage Your Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All Cookies'\n },\n customizeButton: {\n label: 'Customize Settings',\n variant: 'secondary'\n },\n decisionButtonVariant: 'tertiary',\n description: 'We use cookies and similar technologies to personalize content, provide social media features, and analyze our traffic. You can choose which categories you want to allow and change your preferences at any time. For more information, please see our privacy policy.',\n displayMode: 'banner',\n rejectButton: {\n label: 'Reject Non-Essential'\n },\n title: 'Your Privacy Matters to Us'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n/>",
1650
+ "code": "<PureCookieConsent\n component=\"dsa.cookie-consent\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n decisionButtonVariant: 'tertiary',\n description: 'Here you can enable or disable different types of cookies. Essential cookies are always active as they are necessary for the website to function properly. You can change your preferences at any time. Please note that disabling certain cookies may affect your experience on our website.',\n options: [\n {\n description: 'These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously.',\n key: 'functionality',\n name: 'Statistics Cookies'\n },\n {\n description: 'These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience.',\n key: 'functionality',\n name: 'Personalization Cookies'\n },\n {\n description: 'Advertising cookies are used to deliver relevant ads and marketing campaigns to you. They track visitors across websites and collect information to provide customized ads.',\n key: 'functionality',\n name: 'Advertising Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are required for basic website functionality, such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.',\n key: 'necessary',\n name: 'Essential Cookies'\n }\n ],\n title: 'Manage Your Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All Cookies'\n },\n customizeButton: {\n label: 'Customize Settings',\n variant: 'secondary'\n },\n decisionButtonVariant: 'tertiary',\n description: 'We use cookies and similar technologies to personalize content, provide social media features, and analyze our traffic. You can choose which categories you want to allow and change your preferences at any time. For more information, please see our privacy policy.',\n displayMode: 'banner',\n rejectButton: {\n label: 'Reject Non-Essential'\n },\n title: 'Your Privacy Matters to Us'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n/>",
1620
1651
  "args": {
1621
1652
  "notice": {
1622
1653
  "displayMode": "banner",
@@ -1684,35 +1715,35 @@
1684
1715
  "id": "corporate-cookie-consent--c-15-t",
1685
1716
  "group": "Corporate/Cookie Consent",
1686
1717
  "name": "C15t",
1687
- "code": "<>\n <Button\n label=\"reset\"\n onClick={function noRefCheck() {}}\n size=\"small\"\n />\n <hr />\n <CookieConsent\n component=\"dsa.cookie-consent.c15t.offline\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Manage your cookie preferences below.',\n options: [\n {\n description: 'These cookies help us understand how our visitors interact with the website.',\n key: 'measurement',\n name: 'Analytics Cookies'\n },\n {\n description: 'These cookies are used to deliver advertisements that are relevant to you.',\n key: 'marketing',\n name: 'Marketing Cookies'\n },\n {\n description: 'These cookies allow the website to remember choices you make and provide enhanced, more personal features.',\n key: 'functionality',\n name: 'Functional Cookies'\n },\n {\n description: 'These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages.',\n key: 'experience',\n name: 'Performance Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'necessary',\n name: 'Essential Cookies'\n }\n ],\n title: 'Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All'\n },\n customizeButton: {\n label: 'Customize',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'We use cookies to enhance your experience on our website. You can choose which cookies to accept.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All'\n },\n title: 'We use cookies'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n />\n</>",
1718
+ "code": "<>\n <Button\n label=\"reset\"\n onClick={function noRefCheck() {}}\n size=\"small\"\n />\n <hr />\n <CookieConsent\n component=\"dsa.cookie-consent.c15t.offline\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow.',\n options: [\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'measurement',\n name: 'Essential Cookies'\n },\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'marketing',\n name: 'Essential Cookies'\n },\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'functionality',\n name: 'Essential Cookies'\n },\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'experience',\n name: 'Essential Cookies'\n }\n ],\n required: [\n {\n description: 'This cookie is essential for the website to function and cannot be disabled.',\n key: 'necessary',\n name: 'Session Cookie'\n }\n ],\n title: 'Manage Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All Cookies'\n },\n customizeButton: {\n label: 'Customize Cookies',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'This website uses cookies to ensure you get the best experience on our website.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All Cookies'\n },\n title: 'We value your privacy'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n />\n</>",
1688
1719
  "args": {
1689
1720
  "notice": {
1690
1721
  "displayMode": "card",
1691
- "title": "We use cookies",
1722
+ "title": "We value your privacy",
1692
1723
  "acceptButton": {
1693
- "label": "Accept All"
1724
+ "label": "Accept All Cookies"
1694
1725
  },
1695
1726
  "rejectButton": {
1696
- "label": "Reject All"
1727
+ "label": "Reject All Cookies"
1697
1728
  },
1698
1729
  "customizeButton": {
1699
- "label": "Customize",
1730
+ "label": "Customize Cookies",
1700
1731
  "variant": "tertiary"
1701
1732
  },
1702
1733
  "decisionButtonVariant": "primary",
1703
- "description": "We use cookies to enhance your experience on our website. You can choose which cookies to accept."
1734
+ "description": "This website uses cookies to ensure you get the best experience on our website."
1704
1735
  },
1705
1736
  "revisitButton": {
1706
1737
  "label": "Manage Cookies"
1707
1738
  },
1708
1739
  "dialogue": {
1709
- "title": "Cookie Preferences",
1710
- "description": "Manage your cookie preferences below.",
1740
+ "title": "Manage Cookie Preferences",
1741
+ "description": "Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow.",
1711
1742
  "required": [
1712
1743
  {
1713
1744
  "key": "necessary",
1714
- "name": "Essential Cookies",
1715
- "description": "These cookies are necessary for the website to function."
1745
+ "name": "Session Cookie",
1746
+ "description": "This cookie is essential for the website to function and cannot be disabled."
1716
1747
  }
1717
1748
  ],
1718
1749
  "buttons": {
@@ -1723,23 +1754,23 @@
1723
1754
  "options": [
1724
1755
  {
1725
1756
  "key": "measurement",
1726
- "name": "Analytics Cookies",
1727
- "description": "These cookies help us understand how our visitors interact with the website."
1757
+ "name": "Essential Cookies",
1758
+ "description": "These cookies are necessary for the website to function."
1728
1759
  },
1729
1760
  {
1730
1761
  "key": "marketing",
1731
- "name": "Marketing Cookies",
1732
- "description": "These cookies are used to deliver advertisements that are relevant to you."
1762
+ "name": "Essential Cookies",
1763
+ "description": "These cookies are necessary for the website to function."
1733
1764
  },
1734
1765
  {
1735
1766
  "key": "functionality",
1736
- "name": "Functional Cookies",
1737
- "description": "These cookies allow the website to remember choices you make and provide enhanced, more personal features."
1767
+ "name": "Essential Cookies",
1768
+ "description": "These cookies are necessary for the website to function."
1738
1769
  },
1739
1770
  {
1740
1771
  "key": "experience",
1741
- "name": "Performance Cookies",
1742
- "description": "These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages."
1772
+ "name": "Essential Cookies",
1773
+ "description": "These cookies are necessary for the website to function."
1743
1774
  }
1744
1775
  ],
1745
1776
  "toggleLabels": {
@@ -3927,21 +3958,73 @@
3927
3958
  },
3928
3959
  "screenshot": "img/screenshots/corporate-search-filter--default.png"
3929
3960
  },
3961
+ {
3962
+ "id": "corporate-search-form--pagefind",
3963
+ "group": "Corporate / Search Form",
3964
+ "name": "Pagefind",
3965
+ "code": "<SearchForm\n component=\"dsa.search-form.pagefind\"\n moreButtonLabel=\"View all results\"\n result={{\n imageColSize: 'small',\n showLink: true\n }}\n resultPerPage={10}\n/>",
3966
+ "args": {
3967
+ "component": "dsa.search-form.pagefind",
3968
+ "result": {
3969
+ "showLink": true,
3970
+ "imageColSize": "small"
3971
+ },
3972
+ "resultPerPage": 10,
3973
+ "moreButtonLabel": "View all results"
3974
+ },
3975
+ "screenshot": "img/screenshots/corporate-search-form--pagefind.png"
3976
+ },
3977
+ {
3978
+ "id": "corporate-search-modal--pagefind",
3979
+ "group": "Corporate / Search Modal",
3980
+ "name": "Pagefind",
3981
+ "code": "<>\n <Button\n data-topic=\"dsa.search-modal.open\"\n ks-component=\"dsa.radio-emit\"\n label=\"Open\"\n size=\"small\"\n />\n <hr />\n <SearchModal\n closeAriaLabel=\"close\"\n form={{\n action: 'iframe.html?id=corporate-search-form--pagefind&viewMode=story',\n component: 'dsa.search-form.pagefind',\n moreButtonLabel: 'View all results',\n result: {\n imageColSize: 'small',\n showLink: true\n },\n resultPerPage: 10,\n target: '_self'\n }}\n headline=\"Search\"\n />\n</>",
3982
+ "args": {
3983
+ "headline": "Search",
3984
+ "closeAriaLabel": "close",
3985
+ "form": {
3986
+ "component": "dsa.search-form.pagefind",
3987
+ "result": {
3988
+ "showLink": true,
3989
+ "imageColSize": "small"
3990
+ },
3991
+ "resultPerPage": 10,
3992
+ "moreButtonLabel": "View all results",
3993
+ "action": "iframe.html?id=corporate-search-form--pagefind&viewMode=story",
3994
+ "target": "_self"
3995
+ }
3996
+ },
3997
+ "screenshot": "img/screenshots/corporate-search-modal--pagefind.png"
3998
+ },
3930
3999
  {
3931
4000
  "id": "corporate-search-result--default",
3932
4001
  "group": "Corporate / Search Result",
3933
4002
  "name": "Default",
3934
- "code": "<SearchResult\n ariaLabel=\"Search Result: AI Conference 2023\"\n link={{\n label: 'Read more',\n url: 'https://www.example.com/ai-conference-2023'\n }}\n showLink\n text=\"Join us for the annual **AI Conference** brings together experts from around the world\n[...] register now for the **AI Conference** to secure your spot\n[...] highlights from last year’s **AI Conference** included keynote speeches on machine learning\n[...] find out more about the **AI Conference** agenda and speakers\"\n title=\"AI Conference 2023\"\n url=\"https://www.example.com/ai-conference-2023\"\n/>",
4003
+ "code": "<SearchResult\n imageColSize=\"small\"\n initialMatch=\"Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.\"\n matches={[\n {\n snippet: 'Learn how leading companies are integrating **sustainability** into their core strategies.',\n title: 'Keynote: Embracing Sustainability',\n url: '#'\n },\n {\n snippet: 'Business models that prioritize **sustainability** are shared by industry experts in this session.',\n title: 'Panel: Sustainability in Practice',\n url: '#'\n },\n {\n snippet: 'In your organization, **sustainability** can be assessed using new tools and techniques.',\n title: 'Workshop: Measuring Sustainability',\n url: '#'\n }\n ]}\n previewImage=\"img/full-shot-different-people-working-together.png\"\n showLink\n title=\"GreenTech Summit 2023\"\n url=\"https://www.example.com/greentech-summit-2023\"\n/>",
3935
4004
  "args": {
3936
- "url": "https://www.example.com/ai-conference-2023",
3937
- "title": "AI Conference 2023",
3938
- "text": "Join us for the annual **AI Conference** brings together experts from around the world\n[...] register now for the **AI Conference** to secure your spot\n[...] highlights from last year’s **AI Conference** included keynote speeches on machine learning\n[...] find out more about the **AI Conference** agenda and speakers",
4005
+ "url": "https://www.example.com/greentech-summit-2023",
4006
+ "title": "GreenTech Summit 2023",
4007
+ "imageColSize": "small",
4008
+ "matches": [
4009
+ {
4010
+ "title": "Keynote: Embracing Sustainability",
4011
+ "snippet": "Learn how leading companies are integrating **sustainability** into their core strategies.",
4012
+ "url": "#"
4013
+ },
4014
+ {
4015
+ "title": "Panel: Sustainability in Practice",
4016
+ "snippet": "Business models that prioritize **sustainability** are shared by industry experts in this session.",
4017
+ "url": "#"
4018
+ },
4019
+ {
4020
+ "title": "Workshop: Measuring Sustainability",
4021
+ "snippet": "In your organization, **sustainability** can be assessed using new tools and techniques.",
4022
+ "url": "#"
4023
+ }
4024
+ ],
3939
4025
  "showLink": true,
3940
- "ariaLabel": "Search Result: AI Conference 2023",
3941
- "link": {
3942
- "url": "https://www.example.com/ai-conference-2023",
3943
- "label": "Read more"
3944
- }
4026
+ "previewImage": "img/full-shot-different-people-working-together.png",
4027
+ "initialMatch": "Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future."
3945
4028
  },
3946
4029
  "screenshot": "img/screenshots/corporate-search-result--default.png"
3947
4030
  },
@@ -4355,7 +4438,7 @@
4355
4438
  "id": "layout-split-even--text-with-logos",
4356
4439
  "group": "Layout/Split Even",
4357
4440
  "name": "TextWithLogos",
4358
- "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"wide\"\n first={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n horizontalGutter=\"default\"\n second={<><Logos logo={[{alt: 'Logo 1', src: 'img/logos/logoipsum-344.svg'}, {alt: 'Logo 2', src: 'img/logos/logoipsum-347.svg'}, {alt: 'Logo 3', src: 'img/logos/logoipsum-352.svg'}, {alt: 'Logo 4', src: 'img/logos/logoipsum-356.svg'}, {alt: 'Logo 5', src: 'img/logos/logoipsum-358.svg'}, {alt: 'Logo 6', src: 'img/logos/logoipsum-369.svg'}]} logosPerRow={3}/></>}\n verticalAlign=\"center\"\n verticalGutter=\"default\"\n/>",
4441
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"wide\"\n firstComponents={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n horizontalGutter=\"default\"\n secondComponents={<><Logos logo={[{alt: 'Logo 1', src: 'img/logos/logoipsum-344.svg'}, {alt: 'Logo 2', src: 'img/logos/logoipsum-347.svg'}, {alt: 'Logo 3', src: 'img/logos/logoipsum-352.svg'}, {alt: 'Logo 4', src: 'img/logos/logoipsum-356.svg'}, {alt: 'Logo 5', src: 'img/logos/logoipsum-358.svg'}, {alt: 'Logo 6', src: 'img/logos/logoipsum-369.svg'}]} logosPerRow={3}/></>}\n verticalAlign=\"center\"\n verticalGutter=\"default\"\n/>",
4359
4442
  "args": {
4360
4443
  "contentMinWidth": "wide",
4361
4444
  "contentGutter": "small",
@@ -4363,7 +4446,7 @@
4363
4446
  "verticalAlign": "center",
4364
4447
  "verticalGutter": "default",
4365
4448
  "horizontalGutter": "default",
4366
- "first": {
4449
+ "firstComponents": {
4367
4450
  "key": null,
4368
4451
  "ref": null,
4369
4452
  "props": {
@@ -4386,7 +4469,7 @@
4386
4469
  },
4387
4470
  "_owner": null
4388
4471
  },
4389
- "second": {
4472
+ "secondComponents": {
4390
4473
  "key": null,
4391
4474
  "ref": null,
4392
4475
  "props": {
@@ -4435,7 +4518,7 @@
4435
4518
  "id": "layout-split-even--faq-with-form",
4436
4519
  "group": "Layout/Split Even",
4437
4520
  "name": "FAQWithForm",
4438
- "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Headline level=\"h2\" text=\"Frequently Asked Questions\"/><Faq questions={[{answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What are the benefits of investing in a Design System?'}, {answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What is a Design System?'}, {answer: 'A Headless CMS plays a crucial role in a Design System by providing a content-first approach. It separates the back-end content from the front-end presentation layer, allowing for seamless integration with any design system. This results in a flexible, scalable, and platform-agnostic system that ensures content consistency across all platforms and devices.', question: 'What is the role of a Headless CMS in a Design System?'}]} /></>}\n horizontalGutter=\"large\"\n second={<><Headline level=\"h3\" spaceAfter=\"minimum\" style=\"h3\" text=\"Still have questions?\"/><No Display Name label=\"Ask us directly!\" /><Button label=\"Submit\" /></>}\n sectionMinWidth=\"medium\"\n verticalAlign=\"top\"\n verticalGutter=\"large\"\n/>",
4521
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n firstComponents={<><Headline level=\"h2\" text=\"Frequently Asked Questions\"/><Faq questions={[{answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What are the benefits of investing in a Design System?'}, {answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What is a Design System?'}, {answer: 'A Headless CMS plays a crucial role in a Design System by providing a content-first approach. It separates the back-end content from the front-end presentation layer, allowing for seamless integration with any design system. This results in a flexible, scalable, and platform-agnostic system that ensures content consistency across all platforms and devices.', question: 'What is the role of a Headless CMS in a Design System?'}]} /></>}\n horizontalGutter=\"large\"\n secondComponents={<><Headline level=\"h3\" spaceAfter=\"minimum\" style=\"h3\" text=\"Still have questions?\"/><No Display Name label=\"Ask us directly!\" /><Button label=\"Submit\" /></>}\n sectionMinWidth=\"medium\"\n verticalAlign=\"top\"\n verticalGutter=\"large\"\n/>",
4439
4522
  "args": {
4440
4523
  "contentMinWidth": "medium",
4441
4524
  "contentGutter": "small",
@@ -4444,7 +4527,7 @@
4444
4527
  "verticalGutter": "large",
4445
4528
  "horizontalGutter": "large",
4446
4529
  "sectionMinWidth": "medium",
4447
- "first": {
4530
+ "firstComponents": {
4448
4531
  "key": null,
4449
4532
  "ref": null,
4450
4533
  "props": {
@@ -4485,7 +4568,7 @@
4485
4568
  },
4486
4569
  "_owner": null
4487
4570
  },
4488
- "second": {
4571
+ "secondComponents": {
4489
4572
  "key": null,
4490
4573
  "ref": null,
4491
4574
  "props": {
@@ -4735,6 +4818,7 @@
4735
4818
  "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: true,\n label: 'Go to page'\n }}\n headline=\"Castaway\"\n image=\"img/logos/castaway.svg\"\n imageRatio=\"wide\"\n layout=\"stack\"\n text=\"Transforming Ideas into Code\"\n url=\"#\"\n/>",
4736
4819
  "args": {
4737
4820
  "layout": "stack",
4821
+ "centered": false,
4738
4822
  "button": {
4739
4823
  "chevron": false,
4740
4824
  "hidden": true,
@@ -4755,6 +4839,7 @@
4755
4839
  "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'Read more'\n }}\n headline=\"Design System Services\"\n image=\"img/02.jpg\"\n imageRatio=\"landscape\"\n layout=\"stack\"\n text=\"Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n url=\"#\"\n/>",
4756
4840
  "args": {
4757
4841
  "layout": "stack",
4842
+ "centered": false,
4758
4843
  "button": {
4759
4844
  "chevron": false,
4760
4845
  "hidden": false,
@@ -4775,6 +4860,7 @@
4775
4860
  "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'View showcase'\n }}\n headline=\"Transformation Love Story\"\n image=\"img/showcases/comp_tfe01.jpg\"\n imageRatio=\"wide\"\n label=\"Tech\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n/>",
4776
4861
  "args": {
4777
4862
  "layout": "row",
4863
+ "centered": false,
4778
4864
  "button": {
4779
4865
  "chevron": false,
4780
4866
  "hidden": false,
@@ -5,9 +5,19 @@ import { FC, PropsWithChildren } from "react";
5
5
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
6
  * and run json-schema-to-typescript to regenerate this file.
7
7
  */
8
+ import { HeadlineProps } from "../../HeadlineProps-e1305784.js";
9
+ import { SearchBarProps } from "../../SearchBarProps-26263244.js";
8
10
  import { SearchFilterProps } from "../../SearchFilterProps-2fa6419b.js";
9
- import { SearchResultProps } from "../../SearchResultProps-224c2338.js";
11
+ import { SearchResultProps } from "../../SearchResultProps-f6f07017.js";
10
12
  interface SearchProps {
13
+ /**
14
+ * Referenced component HeadlineProps
15
+ */
16
+ headline?: HeadlineProps;
17
+ /**
18
+ * Referenced component SearchBarProps
19
+ */
20
+ searchBar?: SearchBarProps;
11
21
  /**
12
22
  * Referenced component SearchFilterProps
13
23
  */
@@ -1,10 +1,12 @@
1
- import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
1
+ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { Section } from '../section/index.js';
3
3
  import { SplitWeighted } from '../split-weighted/index.js';
4
4
  import { SearchFilter } from '../search-filter/index.js';
5
5
  import { SearchResult } from '../search-result/index.js';
6
6
  import { RichText } from '@kickstartds/base/lib/rich-text';
7
7
  import { Pagination } from '../pagination/index.js';
8
+ import { SearchBar } from '../search-bar/index.js';
9
+ import { Headline } from '../headline/index.js';
8
10
  import 'react';
9
11
  import 'classnames';
10
12
  import '@kickstartds/core/lib/react';
@@ -14,27 +16,38 @@ import '@kickstartds/core/lib/component';
14
16
  import '../../helpers-12f48df8.js';
15
17
  import 'markdown-to-jsx';
16
18
  import '@kickstartds/base/lib/link';
19
+ import '@kickstartds/base/lib/picture';
20
+ import '@kickstartds/core/lib/container';
21
+ import '../search-result-match/index.js';
17
22
  import '@kickstartds/base/lib/icon';
23
+ import '@kickstartds/form/lib/text-field';
24
+ import '@kickstartds/base/lib/headline';
18
25
 
19
- const Search = ({ searchFilter, searchResults, }) => (jsx(Fragment, { children: jsx(Section, { width: "wide", children: jsx(SplitWeighted, { verticalAlign: "sticky", mainLayout: {
20
- minWidth: "narrow",
21
- }, asideLayout: {
22
- gutter: "small",
23
- }, order: {
24
- desktop: "asideFirst",
25
- mobile: "asideFirst",
26
- }, aside: jsxs(Fragment, { children: [jsx(SearchFilter, { ...searchFilter }), jsx(RichText, { text: `Showing 6 out of 18 results` })] }), main: jsxs(Fragment, { children: [searchResults.map((searchResult, index) => (jsx(SearchResult, { ...searchResult }, index))), jsx(Pagination, { pages: [
27
- {
28
- url: "https://example.com/page1",
29
- active: true,
30
- },
31
- {
32
- url: "https://example.com/page2",
33
- },
34
- {
35
- url: "https://example.com/page3",
36
- },
37
- ] })] }) }) }) }));
26
+ const Search = ({ headline, searchBar, searchFilter, searchResults, }) => (jsxs(Fragment, { children: [jsxs(Section, { content: {
27
+ mode: "list",
28
+ gutter: "none",
29
+ }, spaceAfter: "small", children: [jsx(Headline, { ...headline }), jsx(SearchBar, { ...searchBar })] }), jsx(Section, { width: "wide", spaceBefore: "small", content: {
30
+ mode: "list",
31
+ }, children: jsx(SplitWeighted, { verticalAlign: "sticky", mainLayout: {
32
+ minWidth: "narrow",
33
+ gutter: "large",
34
+ }, asideLayout: {
35
+ gutter: "small",
36
+ }, order: {
37
+ desktop: "asideFirst",
38
+ mobile: "asideFirst",
39
+ }, aside: jsxs(Fragment, { children: [jsx(SearchFilter, { ...searchFilter }), jsx(RichText, { text: `Showing 6 out of 18 results` })] }), main: jsxs(Fragment, { children: [searchResults.map((searchResult, index) => (jsx(SearchResult, { ...searchResult }, index))), jsx(Pagination, { pages: [
40
+ {
41
+ url: "https://example.com/page1",
42
+ active: true,
43
+ },
44
+ {
45
+ url: "https://example.com/page2",
46
+ },
47
+ {
48
+ url: "https://example.com/page3",
49
+ },
50
+ ] })] }) }) })] }));
38
51
  Search.displayName = "Search";
39
52
 
40
53
  export { Search };