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

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 (456) hide show
  1. package/dist/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
  3. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  4. package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +3 -3
  5. package/dist/{ButtonProps-4e2b2ecf.d.ts → ButtonProps-03ff6d21.d.ts} +4 -6
  6. package/dist/{CtaProps-789f8508.d.ts → CtaProps-93230a76.d.ts} +11 -16
  7. package/dist/{FeaturesProps-a9041d97.d.ts → FeaturesProps-e58616a5.d.ts} +4 -9
  8. package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
  9. package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
  10. package/dist/{HeroProps-fec6b267.d.ts → HeroProps-f704d270.d.ts} +5 -15
  11. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  12. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  13. package/dist/PageProps-aa29c554.d.ts +1 -1
  14. package/dist/{SectionProps-d60aba86.d.ts → SectionProps-1cfcf6e8.d.ts} +11 -21
  15. package/dist/{SliderProps-789f8508.d.ts → SliderProps-93230a76.d.ts} +5 -5
  16. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
  17. package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
  18. package/dist/components/blog-aside/blog-aside.css +4 -4
  19. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +14 -16
  20. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  21. package/dist/components/blog-aside/index.d.ts +1 -1
  22. package/dist/components/blog-aside/index.js +4 -9
  23. package/dist/components/blog-author/blog-author.schema.dereffed.json +7 -12
  24. package/dist/components/blog-author/index.d.ts +1 -1
  25. package/dist/components/blog-author/index.js +1 -10
  26. package/dist/components/blog-head/blog-head.schema.dereffed.json +6 -0
  27. package/dist/components/blog-head/index.js +1 -6
  28. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +319 -12097
  29. package/dist/components/blog-overview/blog-overview.schema.json +2 -2
  30. package/dist/components/blog-overview/index.js +0 -1
  31. package/dist/components/blog-post/blog-post.schema.dereffed.json +317 -12109
  32. package/dist/components/blog-post/blog-post.schema.json +2 -2
  33. package/dist/components/blog-post/index.d.ts +1 -1
  34. package/dist/components/blog-post/index.js +2 -5
  35. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +3 -0
  36. package/dist/components/blog-teaser/blog-teaser.css +2 -2
  37. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -0
  38. package/dist/components/blog-teaser/index.js +8 -15
  39. package/dist/components/button/button.css +2 -2
  40. package/dist/components/button/button.schema.dereffed.json +4 -10
  41. package/dist/components/button/button.schema.json +3 -8
  42. package/dist/components/button/index.d.ts +1 -1
  43. package/dist/components/button/index.js +9 -19
  44. package/dist/components/button-group/button-group.schema.dereffed.json +9 -12
  45. package/dist/components/button-group/index.d.ts +4 -4
  46. package/dist/components/button-group/index.js +2 -11
  47. package/dist/components/contact/contact.css +17 -11
  48. package/dist/components/contact/contact.schema.dereffed.json +8 -13
  49. package/dist/components/contact/contact.schema.json +5 -11
  50. package/dist/components/contact/index.d.ts +1 -6
  51. package/dist/components/contact/index.js +2 -11
  52. package/dist/components/cta/cta.css +71 -48
  53. package/dist/components/cta/cta.schema.dereffed.json +13 -21
  54. package/dist/components/cta/cta.schema.json +10 -17
  55. package/dist/components/cta/index.d.ts +1 -1
  56. package/dist/components/cta/index.js +27 -44
  57. package/dist/components/divider/divider.schema.dereffed.json +3 -0
  58. package/dist/components/divider/index.js +1 -6
  59. package/dist/components/faq/faq.schema.dereffed.json +3 -0
  60. package/dist/components/faq/index.js +1 -6
  61. package/dist/components/feature/feature.schema.dereffed.json +6 -13
  62. package/dist/components/feature/feature.schema.json +3 -11
  63. package/dist/components/feature/index.d.ts +3 -8
  64. package/dist/components/feature/index.js +3 -15
  65. package/dist/components/features/features.css +14 -12
  66. package/dist/components/features/features.schema.dereffed.json +6 -13
  67. package/dist/components/features/features.schema.json +2 -5
  68. package/dist/components/features/index.d.ts +1 -1
  69. package/dist/components/features/index.js +2 -14
  70. package/dist/components/footer/footer.css +3 -4
  71. package/dist/components/footer/footer.schema.dereffed.json +15 -12
  72. package/dist/components/footer/index.d.ts +1 -1
  73. package/dist/components/footer/index.js +2 -12
  74. package/dist/components/gallery/gallery.schema.dereffed.json +4 -2
  75. package/dist/components/gallery/gallery.schema.json +1 -2
  76. package/dist/components/gallery/index.js +2 -10
  77. package/dist/components/header/header.css +9 -52
  78. package/dist/components/header/header.schema.dereffed.json +15 -12
  79. package/dist/components/header/index.d.ts +1 -1
  80. package/dist/components/header/index.js +6 -18
  81. package/dist/components/headline/headline.css +40 -36
  82. package/dist/components/headline/headline.schema.dereffed.json +3 -0
  83. package/dist/components/headline/index.js +4 -13
  84. package/dist/components/hero/hero.css +52 -130
  85. package/dist/components/hero/hero.schema.dereffed.json +8 -19
  86. package/dist/components/hero/hero.schema.json +4 -24
  87. package/dist/components/hero/index.d.ts +1 -1
  88. package/dist/components/hero/index.js +40 -66
  89. package/dist/components/html/html.schema.dereffed.json +3 -0
  90. package/dist/components/html/index.js +1 -8
  91. package/dist/components/image-story/image-story.css +6 -9
  92. package/dist/components/image-story/image-story.schema.dereffed.json +7 -10
  93. package/dist/components/image-story/index.js +1 -14
  94. package/dist/components/image-text/image-text.css +4 -4
  95. package/dist/components/image-text/image-text.schema.dereffed.json +3 -0
  96. package/dist/components/image-text/index.js +1 -7
  97. package/dist/components/index/index.d.ts +3 -4
  98. package/dist/components/logo/index.js +1 -6
  99. package/dist/components/logo/logo.schema.dereffed.json +3 -0
  100. package/dist/components/logos/index.js +2 -13
  101. package/dist/components/logos/logos.css +2 -2
  102. package/dist/components/logos/logos.schema.dereffed.json +9 -6
  103. package/dist/components/logos/logos.schema.json +6 -6
  104. package/dist/components/mosaic/index.js +2 -9
  105. package/dist/components/mosaic/mosaic.css +7 -5
  106. package/dist/components/mosaic/mosaic.schema.dereffed.json +9 -3
  107. package/dist/components/nav-dropdown/index.d.ts +1 -1
  108. package/dist/components/nav-dropdown/index.js +2 -2
  109. package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
  110. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +4 -1
  111. package/dist/components/nav-flyout/index.d.ts +2 -2
  112. package/dist/components/nav-flyout/index.js +9 -13
  113. package/dist/components/nav-flyout/nav-flyout.css +15 -29
  114. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +18 -12
  115. package/dist/components/nav-main/index.d.ts +5 -5
  116. package/dist/components/nav-main/index.js +3 -11
  117. package/dist/components/nav-main/nav-main.schema.dereffed.json +21 -15
  118. package/dist/components/nav-main/nav-main.schema.json +14 -14
  119. package/dist/components/nav-toggle/index.js +1 -1
  120. package/dist/components/nav-topbar/index.d.ts +2 -2
  121. package/dist/components/nav-topbar/index.js +3 -9
  122. package/dist/components/nav-topbar/nav-topbar.css +4 -17
  123. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +15 -12
  124. package/dist/components/page/page.schema.dereffed.json +291 -12079
  125. package/dist/components/page/page.schema.json +2 -2
  126. package/dist/components/page-wrapper/index.js +0 -51
  127. package/dist/components/page-wrapper/tokens.css +810 -507
  128. package/dist/components/presets.json +559 -2249
  129. package/dist/components/providers/index.js +0 -1
  130. package/dist/components/section/index.d.ts +1 -1
  131. package/dist/components/section/index.js +17 -39
  132. package/dist/components/section/section.css +57 -39
  133. package/dist/components/section/section.schema.dereffed.json +277 -12071
  134. package/dist/components/section/section.schema.json +11 -25
  135. package/dist/components/seo/seo.schema.dereffed.json +7 -4
  136. package/dist/components/seo/seo.schema.json +3 -4
  137. package/dist/components/settings/settings.schema.dereffed.json +41 -29
  138. package/dist/components/settings/settings.schema.json +2 -2
  139. package/dist/components/slider/index.d.ts +2 -4
  140. package/dist/components/slider/index.js +3 -19
  141. package/dist/components/slider/slider.css +9 -14
  142. package/dist/components/slider/slider.schema.dereffed.json +74 -74
  143. package/dist/components/slider/slider.schema.json +1 -1
  144. package/dist/components/split/index.d.ts +14 -0
  145. package/dist/components/split/index.js +17 -0
  146. package/dist/components/split/split.css +53 -0
  147. package/dist/components/split/split.schema.dereffed.json +29 -0
  148. package/dist/components/split/split.schema.json +19 -0
  149. package/dist/components/stat/index.js +1 -4
  150. package/dist/components/stat/stat.schema.dereffed.json +3 -0
  151. package/dist/components/stats/index.js +1 -6
  152. package/dist/components/stats/stats.schema.dereffed.json +6 -0
  153. package/dist/components/teaser-card/index.d.ts +1 -1
  154. package/dist/components/teaser-card/index.js +10 -20
  155. package/dist/components/teaser-card/teaser-card.css +52 -101
  156. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +7 -4
  157. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  158. package/dist/components/testimonial/index.js +1 -7
  159. package/dist/components/testimonial/testimonial.schema.dereffed.json +3 -0
  160. package/dist/components/testimonials/index.d.ts +1 -1
  161. package/dist/components/testimonials/index.js +1 -8
  162. package/dist/components/testimonials/testimonials.css +0 -4
  163. package/dist/components/testimonials/testimonials.schema.dereffed.json +3 -0
  164. package/dist/components/text/index.js +1 -8
  165. package/dist/components/text/text.css +2 -2
  166. package/dist/components/text/text.schema.dereffed.json +3 -0
  167. package/dist/components/tile/tile.schema.dereffed.json +6 -3
  168. package/dist/components/tile/tile.schema.json +2 -2
  169. package/dist/components/video-curtain/index.d.ts +1 -1
  170. package/dist/components/video-curtain/index.js +5 -23
  171. package/dist/components/video-curtain/video-curtain.css +31 -54
  172. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +8 -7
  173. package/dist/components/video-curtain/video-curtain.schema.json +4 -4
  174. package/dist/global.css +89 -323
  175. package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
  176. package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
  177. package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
  178. package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
  179. package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
  180. package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
  181. package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
  182. package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
  183. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
  184. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
  185. package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
  186. package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
  187. package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
  188. package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
  189. package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
  190. package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
  191. package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
  192. package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
  193. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  194. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  195. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  196. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  197. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  198. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  199. package/dist/static/img/people/author-alex.png +0 -0
  200. package/dist/static/img/people/author-emily.png +0 -0
  201. package/dist/static/img/people/author-john.png +0 -0
  202. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  203. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  204. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  205. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  206. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  207. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  208. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  209. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  210. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  211. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  212. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  213. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  214. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  215. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  216. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  217. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  218. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  219. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  220. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  221. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  222. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  223. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  224. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  225. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  226. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  227. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  228. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  229. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  230. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  231. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  232. package/dist/static/img/screenshots/components-html--html.png +0 -0
  233. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  234. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  235. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  236. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  237. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  238. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  239. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  240. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  241. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  242. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  243. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  244. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  245. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  246. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  247. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  248. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  249. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  250. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  251. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  252. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  253. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  254. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  255. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  256. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  257. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  258. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  259. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  260. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  261. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  262. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  263. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  264. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  265. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  266. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  267. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  268. package/dist/static/img/screenshots/{pages-archetypes--blog-overview.png → page-archetypes-blog-overview--blog-overview.png} +0 -0
  269. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  270. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  271. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  272. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  273. package/dist/static/logo-inverted.svg +25 -12
  274. package/dist/static/logo.svg +25 -56
  275. package/dist/tokens/IconSprite.js +0 -50
  276. package/dist/tokens/icon-sprite.html +0 -18
  277. package/dist/tokens/themes.css +4 -4
  278. package/dist/tokens/tokens.css +810 -507
  279. package/dist/tokens/tokens.js +917 -817
  280. package/package.json +5 -14
  281. package/dist/BusinessCardProps-e10e7b62.d.ts +0 -101
  282. package/dist/ContentNavProps-0e282a9f.d.ts +0 -36
  283. package/dist/DownloadsProps-a49a977e.d.ts +0 -34
  284. package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
  285. package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
  286. package/dist/EventFilterProps-b190eb86.d.ts +0 -73
  287. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
  288. package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
  289. package/dist/EventLocationProps-871bc198.d.ts +0 -41
  290. package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
  291. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  292. package/dist/SplitEvenProps-789f8508.d.ts +0 -65
  293. package/dist/SplitWeightedProps-789f8508.d.ts +0 -95
  294. package/dist/components/breadcrumb/breadcrumb.css +0 -32
  295. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -31
  296. package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
  297. package/dist/components/breadcrumb/index.d.ts +0 -28
  298. package/dist/components/breadcrumb/index.js +0 -22
  299. package/dist/components/business-card/business-card.css +0 -186
  300. package/dist/components/business-card/business-card.schema.dereffed.json +0 -141
  301. package/dist/components/business-card/business-card.schema.json +0 -126
  302. package/dist/components/business-card/index.d.ts +0 -7
  303. package/dist/components/business-card/index.js +0 -31
  304. package/dist/components/content-nav/content-nav.css +0 -122
  305. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -58
  306. package/dist/components/content-nav/content-nav.schema.json +0 -52
  307. package/dist/components/content-nav/index.d.ts +0 -7
  308. package/dist/components/content-nav/index.js +0 -21
  309. package/dist/components/cookie-consent/C15t.client.d.ts +0 -5
  310. package/dist/components/cookie-consent/C15t.client.js +0 -67
  311. package/dist/components/cookie-consent/CookieConsent.client.d.ts +0 -25
  312. package/dist/components/cookie-consent/CookieConsent.client.js +0 -84
  313. package/dist/components/cookie-consent/cookie-consent.css +0 -267
  314. package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +0 -256
  315. package/dist/components/cookie-consent/cookie-consent.schema.json +0 -224
  316. package/dist/components/cookie-consent/index.d.ts +0 -143
  317. package/dist/components/cookie-consent/index.js +0 -26
  318. package/dist/components/downloads/downloads.css +0 -153
  319. package/dist/components/downloads/downloads.schema.dereffed.json +0 -52
  320. package/dist/components/downloads/downloads.schema.json +0 -44
  321. package/dist/components/downloads/index.d.ts +0 -8
  322. package/dist/components/downloads/index.js +0 -23
  323. package/dist/components/event-appointment/event-appointment.css +0 -63
  324. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -53
  325. package/dist/components/event-appointment/event-appointment.schema.json +0 -47
  326. package/dist/components/event-appointment/index.d.ts +0 -7
  327. package/dist/components/event-appointment/index.js +0 -21
  328. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -278
  329. package/dist/components/event-detail/event-detail.schema.json +0 -74
  330. package/dist/components/event-detail/index.d.ts +0 -5
  331. package/dist/components/event-detail/index.js +0 -37
  332. package/dist/components/event-filter/event-filter.css +0 -31
  333. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -115
  334. package/dist/components/event-filter/event-filter.schema.json +0 -107
  335. package/dist/components/event-filter/index.d.ts +0 -7
  336. package/dist/components/event-filter/index.js +0 -61
  337. package/dist/components/event-header/event-header.css +0 -6
  338. package/dist/components/event-header/event-header.schema.dereffed.json +0 -35
  339. package/dist/components/event-header/event-header.schema.json +0 -34
  340. package/dist/components/event-header/index.d.ts +0 -35
  341. package/dist/components/event-header/index.js +0 -25
  342. package/dist/components/event-latest/event-latest.css +0 -5
  343. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -136
  344. package/dist/components/event-latest/event-latest.schema.json +0 -46
  345. package/dist/components/event-latest/index.d.ts +0 -30
  346. package/dist/components/event-latest/index.js +0 -24
  347. package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
  348. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -94
  349. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
  350. package/dist/components/event-latest-teaser/index.d.ts +0 -8
  351. package/dist/components/event-latest-teaser/index.js +0 -23
  352. package/dist/components/event-list/event-list.schema.dereffed.json +0 -275
  353. package/dist/components/event-list/event-list.schema.json +0 -18
  354. package/dist/components/event-list/index.d.ts +0 -19
  355. package/dist/components/event-list/index.js +0 -74
  356. package/dist/components/event-list-teaser/event-list-teaser.css +0 -143
  357. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -148
  358. package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
  359. package/dist/components/event-list-teaser/index.d.ts +0 -8
  360. package/dist/components/event-list-teaser/index.js +0 -28
  361. package/dist/components/event-location/event-location.css +0 -71
  362. package/dist/components/event-location/event-location.schema.dereffed.json +0 -120
  363. package/dist/components/event-location/event-location.schema.json +0 -61
  364. package/dist/components/event-location/index.d.ts +0 -7
  365. package/dist/components/event-location/index.js +0 -25
  366. package/dist/components/event-login/event-login.css +0 -31
  367. package/dist/components/event-login/event-login.schema.dereffed.json +0 -122
  368. package/dist/components/event-login/event-login.schema.json +0 -98
  369. package/dist/components/event-login/index.d.ts +0 -78
  370. package/dist/components/event-login/index.js +0 -31
  371. package/dist/components/event-registration/event-registration.css +0 -88
  372. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -171
  373. package/dist/components/event-registration/event-registration.schema.json +0 -138
  374. package/dist/components/event-registration/index.d.ts +0 -106
  375. package/dist/components/event-registration/index.js +0 -36
  376. package/dist/components/pagination/index.d.ts +0 -47
  377. package/dist/components/pagination/index.js +0 -64
  378. package/dist/components/pagination/pagination.css +0 -66
  379. package/dist/components/pagination/pagination.schema.dereffed.json +0 -61
  380. package/dist/components/pagination/pagination.schema.json +0 -57
  381. package/dist/components/search/index.d.ts +0 -19
  382. package/dist/components/search/index.js +0 -40
  383. package/dist/components/search/search.schema.dereffed.json +0 -125
  384. package/dist/components/search/search.schema.json +0 -18
  385. package/dist/components/search-bar/index.d.ts +0 -35
  386. package/dist/components/search-bar/index.js +0 -20
  387. package/dist/components/search-bar/search-bar.css +0 -33
  388. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -45
  389. package/dist/components/search-bar/search-bar.schema.json +0 -35
  390. package/dist/components/search-filter/index.d.ts +0 -7
  391. package/dist/components/search-filter/index.js +0 -20
  392. package/dist/components/search-filter/search-filter.css +0 -22
  393. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -66
  394. package/dist/components/search-filter/search-filter.schema.json +0 -46
  395. package/dist/components/search-result/index.d.ts +0 -7
  396. package/dist/components/search-result/index.js +0 -20
  397. package/dist/components/search-result/search-result.css +0 -28
  398. package/dist/components/search-result/search-result.schema.dereffed.json +0 -47
  399. package/dist/components/search-result/search-result.schema.json +0 -41
  400. package/dist/components/split-even/index.d.ts +0 -12
  401. package/dist/components/split-even/index.js +0 -26
  402. package/dist/components/split-even/split-even.css +0 -103
  403. package/dist/components/split-even/split-even.schema.dereffed.json +0 -5740
  404. package/dist/components/split-even/split-even.schema.json +0 -170
  405. package/dist/components/split-weighted/index.d.ts +0 -12
  406. package/dist/components/split-weighted/index.js +0 -42
  407. package/dist/components/split-weighted/split-weighted.css +0 -133
  408. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5800
  409. package/dist/components/split-weighted/split-weighted.schema.json +0 -212
  410. package/dist/helpers-12f48df8.d.ts +0 -6
  411. package/dist/helpers-12f48df8.js +0 -40
  412. package/dist/static/fonts/dsa/permanent-marker-regular.woff2 +0 -0
  413. package/dist/static/fonts/dsa/wix-madefor-display-600.woff2 +0 -0
  414. package/dist/static/fonts/dsa/wix-madefor-display-700.woff2 +0 -0
  415. package/dist/static/fonts/dsa/wix-madefor-display-regular.woff2 +0 -0
  416. package/dist/static/fonts/dsa/wix-madefor-text-500.woff2 +0 -0
  417. package/dist/static/fonts/dsa/wix-madefor-text-600.woff2 +0 -0
  418. package/dist/static/fonts/dsa/wix-madefor-text-700.woff2 +0 -0
  419. package/dist/static/fonts/dsa/wix-madefor-text-regular.woff2 +0 -0
  420. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  421. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  422. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  423. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  424. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  425. package/dist/static/img/about/angled-image.png +0 -0
  426. package/dist/static/img/about/cta.png +0 -0
  427. package/dist/static/img/about/cutout.png +0 -0
  428. package/dist/static/img/about/disclaimer.png +0 -0
  429. package/dist/static/img/about/purpose.png +0 -0
  430. package/dist/static/img/about/spoiler.png +0 -0
  431. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
  432. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
  433. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
  434. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
  435. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
  436. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
  437. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
  438. package/dist/static/img/logos/logoipsum-344.svg +0 -174
  439. package/dist/static/img/logos/logoipsum-347.svg +0 -52
  440. package/dist/static/img/logos/logoipsum-352.svg +0 -22
  441. package/dist/static/img/logos/logoipsum-356.svg +0 -20
  442. package/dist/static/img/logos/logoipsum-358.svg +0 -29
  443. package/dist/static/img/logos/logoipsum-369.svg +0 -20
  444. package/dist/static/img/logos/logoipsum-373.svg +0 -17
  445. package/dist/static/img/people/contact-person.png +0 -0
  446. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  447. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  448. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  449. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  450. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  451. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  452. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
  453. package/dist/static/logo-dark.svg +0 -13
  454. package/dist/static/logo-dsa-inverted.svg +0 -26
  455. package/dist/static/logo-dsa.svg +0 -26
  456. package/dist/static/taktsoft-energy/preview.gif +0 -0
@@ -1,256 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "http://schema.mydesignsystem.com/cookie-consent.schema.json",
4
- "title": "Cookie Consent",
5
- "type": "object",
6
- "properties": {
7
- "notice": {
8
- "title": "Initial Cookie Consent Notice",
9
- "description": "The initial notice displayed to users regarding cookie consent.",
10
- "type": "object",
11
- "properties": {
12
- "displayMode": {
13
- "type": "string",
14
- "enum": [
15
- "card",
16
- "banner"
17
- ],
18
- "description": "The display mode of the cookie consent component",
19
- "default": "card"
20
- },
21
- "title": {
22
- "type": "string",
23
- "description": "The title of the cookie consent section",
24
- "examples": [
25
- "We value your privacy"
26
- ]
27
- },
28
- "acceptButton": {
29
- "type": "object",
30
- "properties": {
31
- "label": {
32
- "type": "string",
33
- "description": "The label for the accept button",
34
- "examples": [
35
- "Accept All Cookies"
36
- ]
37
- }
38
- },
39
- "additionalProperties": false
40
- },
41
- "rejectButton": {
42
- "type": "object",
43
- "properties": {
44
- "label": {
45
- "type": "string",
46
- "description": "The label for the reject button",
47
- "examples": [
48
- "Reject All Cookies"
49
- ]
50
- }
51
- },
52
- "additionalProperties": false
53
- },
54
- "customizeButton": {
55
- "type": "object",
56
- "properties": {
57
- "label": {
58
- "type": "string",
59
- "description": "The label for the customize button",
60
- "examples": [
61
- "Customize Cookies"
62
- ]
63
- },
64
- "variant": {
65
- "type": "string",
66
- "title": "Variant",
67
- "description": "Variant of button to be used",
68
- "enum": [
69
- "primary",
70
- "secondary",
71
- "tertiary"
72
- ],
73
- "default": "secondary"
74
- }
75
- },
76
- "additionalProperties": false
77
- },
78
- "decisionButtonVariant": {
79
- "type": "string",
80
- "title": "Variant",
81
- "description": "Variant of button to be used",
82
- "enum": [
83
- "primary",
84
- "secondary",
85
- "tertiary"
86
- ],
87
- "default": "secondary"
88
- },
89
- "description": {
90
- "type": "string",
91
- "description": "The description of the cookie consent section",
92
- "examples": [
93
- "This website uses cookies to ensure you get the best experience on our website."
94
- ]
95
- }
96
- },
97
- "additionalProperties": false
98
- },
99
- "revisitButton": {
100
- "type": "object",
101
- "title": "Revisit Cookie Consent Button",
102
- "description": "The button that allows users to revisit their cookie preferences.",
103
- "properties": {
104
- "label": {
105
- "type": "string",
106
- "description": "The label for the revisit button",
107
- "default": "Manage Cookies"
108
- }
109
- },
110
- "additionalProperties": false
111
- },
112
- "dialogue": {
113
- "type": "object",
114
- "title": "Cookie Consent Dialogue",
115
- "description": "The dialogue displayed when users choose to customize their cookie preferences.",
116
- "properties": {
117
- "title": {
118
- "type": "string",
119
- "description": "The title of the cookie consent dialogue",
120
- "examples": [
121
- "Manage Cookie Preferences"
122
- ]
123
- },
124
- "description": {
125
- "type": "string",
126
- "description": "The description of the cookie consent dialogue",
127
- "examples": [
128
- "Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow."
129
- ]
130
- },
131
- "required": {
132
- "title": "Required Cookies",
133
- "type": "array",
134
- "items": {
135
- "type": "object",
136
- "properties": {
137
- "key": {
138
- "type": "string",
139
- "title": "Internal Key",
140
- "examples": [
141
- "necessary"
142
- ]
143
- },
144
- "name": {
145
- "type": "string",
146
- "description": "The name of the required cookie",
147
- "examples": [
148
- "Session Cookie"
149
- ]
150
- },
151
- "description": {
152
- "type": "string",
153
- "description": "A description of the required cookie",
154
- "examples": [
155
- "This cookie is essential for the website to function and cannot be disabled."
156
- ]
157
- }
158
- },
159
- "additionalProperties": false
160
- }
161
- },
162
- "buttons": {
163
- "type": "object",
164
- "properties": {
165
- "acceptLabel": {
166
- "type": "string",
167
- "description": "The label for the accept button in the dialogue",
168
- "default": "Accept All"
169
- },
170
- "rejectLabel": {
171
- "type": "string",
172
- "description": "The label for the reject button in the dialogue",
173
- "default": "Reject All"
174
- },
175
- "savePreferencesLabel": {
176
- "type": "string",
177
- "description": "The label for the button to save preferences",
178
- "default": "Save Preferences"
179
- }
180
- },
181
- "additionalProperties": false
182
- },
183
- "decisionButtonVariant": {
184
- "type": "string",
185
- "description": "The variant of the decision buttons in the dialogue",
186
- "enum": [
187
- "secondary",
188
- "tertiary"
189
- ]
190
- },
191
- "options": {
192
- "type": "array",
193
- "items": {
194
- "type": "object",
195
- "properties": {
196
- "key": {
197
- "type": "string",
198
- "title": "Internal Key",
199
- "examples": [
200
- "functionality",
201
- "measurement",
202
- "experience",
203
- "marketing"
204
- ]
205
- },
206
- "name": {
207
- "type": "string",
208
- "description": "The name of the cookie category",
209
- "examples": [
210
- "Essential Cookies"
211
- ]
212
- },
213
- "description": {
214
- "type": "string",
215
- "description": "A description of the cookie category",
216
- "examples": [
217
- "These cookies are necessary for the website to function."
218
- ]
219
- }
220
- },
221
- "additionalProperties": false
222
- }
223
- },
224
- "toggleLabels": {
225
- "type": "object",
226
- "properties": {
227
- "accept": {
228
- "type": "string",
229
- "description": "Label for enabled toggle state",
230
- "default": "Accept"
231
- },
232
- "reject": {
233
- "type": "string",
234
- "description": "Label for disabled toggle state",
235
- "default": "Reject"
236
- }
237
- },
238
- "additionalProperties": false
239
- },
240
- "alwaysActiveLabel": {
241
- "type": "string",
242
- "description": "Label that indicates that the cookie category is always active",
243
- "default": "Always Active"
244
- }
245
- },
246
- "additionalProperties": false
247
- },
248
- "component": {
249
- "title": "`ks-component` attribute",
250
- "description": "Optional custom component identifier",
251
- "type": "string",
252
- "default": "dsa.cookie-consent"
253
- }
254
- },
255
- "additionalProperties": false
256
- }
@@ -1,224 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "http://schema.mydesignsystem.com/cookie-consent.schema.json",
4
- "title": "Cookie Consent",
5
- "type": "object",
6
- "properties": {
7
- "notice": {
8
- "title": "Initial Cookie Consent Notice",
9
- "description": "The initial notice displayed to users regarding cookie consent.",
10
- "type": "object",
11
- "properties": {
12
- "displayMode": {
13
- "type": "string",
14
- "enum": [
15
- "card",
16
- "banner"
17
- ],
18
- "description": "The display mode of the cookie consent component",
19
- "default": "card"
20
- },
21
- "title": {
22
- "type": "string",
23
- "description": "The title of the cookie consent section",
24
- "examples": [
25
- "We value your privacy"
26
- ]
27
- },
28
- "acceptButton": {
29
- "type": "object",
30
- "properties": {
31
- "label": {
32
- "type": "string",
33
- "description": "The label for the accept button",
34
- "examples": ["Accept All Cookies"]
35
- }
36
- }
37
- },
38
- "rejectButton": {
39
- "type": "object",
40
- "properties": {
41
- "label": {
42
- "type": "string",
43
- "description": "The label for the reject button",
44
- "examples": ["Reject All Cookies"]
45
- }
46
- }
47
- },
48
- "customizeButton": {
49
- "type": "object",
50
- "properties": {
51
- "label": {
52
- "type": "string",
53
- "description": "The label for the customize button",
54
- "examples": [
55
- "Customize Cookies"
56
- ]
57
- },
58
- "variant": {
59
- "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/variant"
60
- }
61
- }
62
- },
63
- "decisionButtonVariant": {
64
- "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/variant"
65
- },
66
- "description": {
67
- "type": "string",
68
- "description": "The description of the cookie consent section",
69
- "examples": [
70
- "This website uses cookies to ensure you get the best experience on our website."
71
- ]
72
- }
73
- }
74
- },
75
- "revisitButton": {
76
- "type": "object",
77
- "title": "Revisit Cookie Consent Button",
78
- "description": "The button that allows users to revisit their cookie preferences.",
79
- "properties": {
80
- "label": {
81
- "type": "string",
82
- "description": "The label for the revisit button",
83
- "default": "Manage Cookies"
84
- }
85
- }
86
- },
87
- "dialogue": {
88
- "type": "object",
89
- "title": "Cookie Consent Dialogue",
90
- "description": "The dialogue displayed when users choose to customize their cookie preferences.",
91
- "properties": {
92
- "title": {
93
- "type": "string",
94
- "description": "The title of the cookie consent dialogue",
95
- "examples": [
96
- "Manage Cookie Preferences"
97
- ]
98
- },
99
- "description": {
100
- "type": "string",
101
- "description": "The description of the cookie consent dialogue",
102
- "examples": [
103
- "Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow."
104
- ]
105
- },
106
- "required": {
107
- "title": "Required Cookies",
108
- "type": "array",
109
- "items": {
110
- "type": "object",
111
- "properties": {
112
- "key": {
113
- "type": "string",
114
- "title": "Internal Key",
115
- "examples": [
116
- "necessary"
117
- ]
118
- },
119
- "name": {
120
- "type": "string",
121
- "description": "The name of the required cookie",
122
- "examples": [
123
- "Session Cookie"
124
- ]
125
- },
126
- "description": {
127
- "type": "string",
128
- "description": "A description of the required cookie",
129
- "examples": [
130
- "This cookie is essential for the website to function and cannot be disabled."
131
- ]
132
- }
133
- }
134
- }
135
- },
136
- "buttons": {
137
- "type": "object",
138
- "properties": {
139
- "acceptLabel": {
140
- "type": "string",
141
- "description": "The label for the accept button in the dialogue",
142
- "default": "Accept All"
143
- },
144
- "rejectLabel": {
145
- "type": "string",
146
- "description": "The label for the reject button in the dialogue",
147
- "default": "Reject All"
148
- },
149
- "savePreferencesLabel": {
150
- "type": "string",
151
- "description": "The label for the button to save preferences",
152
- "default": "Save Preferences"
153
- }
154
- }
155
- },
156
- "decisionButtonVariant": {
157
- "type": "string",
158
- "description": "The variant of the decision buttons in the dialogue",
159
- "enum": ["secondary", "tertiary"]
160
- },
161
- "options": {
162
- "type": "array",
163
- "items": {
164
- "type": "object",
165
- "properties": {
166
- "key": {
167
- "type": "string",
168
- "title": "Internal Key",
169
- "examples": [
170
- "functionality",
171
- "measurement",
172
- "experience",
173
- "marketing"
174
- ]
175
- },
176
- "name": {
177
- "type": "string",
178
- "description": "The name of the cookie category",
179
- "examples": [
180
- "Essential Cookies"
181
- ]
182
- },
183
- "description": {
184
- "type": "string",
185
- "description": "A description of the cookie category",
186
- "examples": [
187
- "These cookies are necessary for the website to function."
188
- ]
189
- }
190
- }
191
- }
192
- },
193
- "toggleLabels": {
194
- "type": "object",
195
- "properties": {
196
- "accept": {
197
- "type": "string",
198
- "description": "Label for enabled toggle state",
199
- "default": "Accept"
200
- },
201
- "reject": {
202
- "type": "string",
203
- "description": "Label for disabled toggle state",
204
- "default": "Reject"
205
- }
206
- },
207
- "additionalProperties": false
208
- },
209
- "alwaysActiveLabel": {
210
- "type": "string",
211
- "description": "Label that indicates that the cookie category is always active",
212
- "default": "Always Active"
213
- }
214
- }
215
- },
216
- "component": {
217
- "title": "`ks-component` attribute",
218
- "description": "Optional custom component identifier",
219
- "type": "string",
220
- "default": "dsa.cookie-consent"
221
- }
222
- },
223
- "additionalProperties": false
224
- }
@@ -1,143 +0,0 @@
1
- /// <reference types="react" />
2
- import { HTMLAttributes } from "react";
3
- /* eslint-disable */
4
- /**
5
- * This file was automatically generated by json-schema-to-typescript.
6
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
7
- * and run json-schema-to-typescript to regenerate this file.
8
- */
9
- /**
10
- * Variant of button to be used
11
- */
12
- type Variant = "primary" | "secondary" | "tertiary";
13
- type InternalKey = string;
14
- type RequiredCookies = {
15
- key?: InternalKey;
16
- /**
17
- * The name of the required cookie
18
- */
19
- name?: string;
20
- /**
21
- * A description of the required cookie
22
- */
23
- description?: string;
24
- }[];
25
- type InternalKey1 = string;
26
- /**
27
- * Optional custom component identifier
28
- */
29
- type KsComponentAttribute = string;
30
- interface CookieConsentProps {
31
- notice?: InitialCookieConsentNotice;
32
- revisitButton?: RevisitCookieConsentButton;
33
- dialogue?: CookieConsentDialogue;
34
- component?: KsComponentAttribute;
35
- }
36
- /**
37
- * The initial notice displayed to users regarding cookie consent.
38
- */
39
- interface InitialCookieConsentNotice {
40
- /**
41
- * The display mode of the cookie consent component
42
- */
43
- displayMode?: "card" | "banner";
44
- /**
45
- * The title of the cookie consent section
46
- */
47
- title?: string;
48
- acceptButton?: {
49
- /**
50
- * The label for the accept button
51
- */
52
- label?: string;
53
- };
54
- rejectButton?: {
55
- /**
56
- * The label for the reject button
57
- */
58
- label?: string;
59
- };
60
- customizeButton?: {
61
- /**
62
- * The label for the customize button
63
- */
64
- label?: string;
65
- variant?: Variant;
66
- };
67
- decisionButtonVariant?: Variant;
68
- /**
69
- * The description of the cookie consent section
70
- */
71
- description?: string;
72
- }
73
- /**
74
- * The button that allows users to revisit their cookie preferences.
75
- */
76
- interface RevisitCookieConsentButton {
77
- /**
78
- * The label for the revisit button
79
- */
80
- label?: string;
81
- }
82
- /**
83
- * The dialogue displayed when users choose to customize their cookie preferences.
84
- */
85
- interface CookieConsentDialogue {
86
- /**
87
- * The title of the cookie consent dialogue
88
- */
89
- title?: string;
90
- /**
91
- * The description of the cookie consent dialogue
92
- */
93
- description?: string;
94
- required?: RequiredCookies;
95
- buttons?: {
96
- /**
97
- * The label for the accept button in the dialogue
98
- */
99
- acceptLabel?: string;
100
- /**
101
- * The label for the reject button in the dialogue
102
- */
103
- rejectLabel?: string;
104
- /**
105
- * The label for the button to save preferences
106
- */
107
- savePreferencesLabel?: string;
108
- };
109
- /**
110
- * The variant of the decision buttons in the dialogue
111
- */
112
- decisionButtonVariant?: "secondary" | "tertiary";
113
- options?: {
114
- key?: InternalKey1;
115
- /**
116
- * The name of the cookie category
117
- */
118
- name?: string;
119
- /**
120
- * A description of the cookie category
121
- */
122
- description?: string;
123
- }[];
124
- toggleLabels?: {
125
- /**
126
- * Label for enabled toggle state
127
- */
128
- accept?: string;
129
- /**
130
- * Label for disabled toggle state
131
- */
132
- reject?: string;
133
- };
134
- /**
135
- * Label that indicates that the cookie category is always active
136
- */
137
- alwaysActiveLabel?: string;
138
- }
139
- declare const CookieConsentContextDefault: import("react").ForwardRefExoticComponent<CookieConsentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
140
- declare const CookieConsentContext: import("react").Context<import("react").ForwardRefExoticComponent<CookieConsentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
141
- declare const CookieConsent: import("react").ForwardRefExoticComponent<CookieConsentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
142
- export type { CookieConsentProps };
143
- export { CookieConsentContextDefault, CookieConsentContext, CookieConsent };
@@ -1,26 +0,0 @@
1
- import "./cookie-consent.css";
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { forwardRef, createContext, useContext } from 'react';
4
- import classnames from 'classnames';
5
- import { Headline } from '../headline/index.js';
6
- import { Button } from '../button/index.js';
7
- import { RichText } from '@kickstartds/base/lib/rich-text';
8
- import Markdown from 'markdown-to-jsx';
9
- import { Radio } from '@kickstartds/form/lib/radio';
10
- import './CookieConsent.client.js';
11
- import '@kickstartds/base/lib/headline';
12
- import '../../helpers-12f48df8.js';
13
- import '@kickstartds/base/lib/button';
14
- import '@kickstartds/core/lib/component';
15
-
16
- const CookieConsentContextDefault = forwardRef(({ notice, revisitButton, dialogue, component = "dsa.cookie-consent" }, ref) => {
17
- return (jsxs("div", { className: "dsa-cookie-consent", "ks-component": component, ref: ref, children: [jsxs("div", { className: classnames(`dsa-cookie-consent-notice dsa-cookie-consent-notice--${notice?.displayMode}`), hidden: true, children: [jsx(Headline, { spaceAfter: "minimum", text: notice?.title, level: "h2", style: "h3" }), jsx(RichText, { text: notice?.description }), jsxs("div", { className: "dsa-cookie-consent-notice__buttons", children: [jsx(Button, { size: "small", label: notice?.customizeButton?.label, variant: notice?.customizeButton?.variant, className: "dsa-cookie-consent-notice__button--customize" }), jsx(Button, { size: "small", label: notice?.rejectButton?.label, variant: notice?.decisionButtonVariant, className: "dsa-cookie-consent-notice__button--reject" }), jsx(Button, { size: "small", label: notice?.acceptButton?.label, variant: notice?.decisionButtonVariant, className: "dsa-cookie-consent-notice__button--accept" })] })] }), jsx(Button, { className: "dsa-cookie-consent-revisit", size: "small", variant: "primary", icon: "star", label: revisitButton?.label || "Cookie Preferences", hidden: true }), jsxs("div", { className: "dsa-cookie-consent-dialogue", hidden: true, "aria-hidden": true, children: [jsxs("div", { className: "dsa-cookie-consent-dialogue__header", children: [jsx(Headline, { spaceAfter: "minimum", text: dialogue?.title, level: "h2", style: "h3" }), jsx(Button, { "aria-label": "Close Cookie Consent Dialogue", className: "dsa-cookie-consent-dialogue__close", icon: "close", label: "" })] }), jsxs("form", { className: "dsa-cookie-consent-dialogue__form", children: [jsxs("div", { className: "dsa-cookie-consent-dialogue__content", children: [jsx(RichText, { className: "dsa-cookie-consent-dialogue__description", text: dialogue?.description }), jsxs("div", { className: "dsa-cookie-consent-dialogue__options", children: [dialogue?.required?.map((option, index) => (jsxs("div", { className: "dsa-cookie-consent-dialogue__option", children: [jsx(Headline, { spaceAfter: "minimum", text: option.name, level: "h3", style: "h4" }), jsx(Markdown, { className: "dsa-cookie-consent-dialogue__option-description", children: option.description }), jsx("span", { className: "dsa-cookie-consent-dialogue__label", children: dialogue?.alwaysActiveLabel || "Always Active" })] }, index))), dialogue?.options?.map((option, index) => (jsxs("div", { className: "dsa-cookie-consent-dialogue__option", children: [jsx(Headline, { spaceAfter: "minimum", text: option.name, level: "h3", style: "h4" }), jsx(Markdown, { className: "dsa-cookie-consent-dialogue__option-description", children: option.description }), jsxs("div", { className: "dsa-cookie-consent-dialogue__toggle", children: [jsx(Radio, { name: option.key, label: dialogue?.toggleLabels?.accept || "Accept", value: "accept" }), jsx(Radio, { name: option.key, label: dialogue?.toggleLabels?.reject || "Reject", value: "reject" })] })] }, index)))] })] }), jsxs("div", { className: "dsa-cookie-consent-dialogue__buttons", children: [jsx(Button, { type: "button", size: "small", variant: dialogue?.decisionButtonVariant, label: dialogue?.buttons.acceptLabel || "Accept All", className: "dsa-cookie-consent-dialogue__button--activate-all" }), jsx(Button, { type: "button", size: "small", variant: dialogue?.decisionButtonVariant, label: dialogue?.buttons.rejectLabel || "Reject All", className: "dsa-cookie-consent-dialogue__button--deactivate-all" }), jsx(Button, { type: "submit", size: "small", variant: "primary", label: dialogue?.buttons.savePreferencesLabel || "Save Preferences" })] })] })] }), jsx("div", { className: "dsa-cookie-consent-overlay", hidden: true })] }));
18
- });
19
- const CookieConsentContext = createContext(CookieConsentContextDefault);
20
- const CookieConsent = forwardRef((props, ref) => {
21
- const Component = useContext(CookieConsentContext);
22
- return jsx(Component, { ...props, ref: ref });
23
- });
24
- CookieConsent.displayName = "CookieConsent";
25
-
26
- export { CookieConsent, CookieConsentContext, CookieConsentContextDefault };