@kickstartds/ds-agency-premium 1.4.0--canary.12.465.0 → 1.4.0--canary.14.680.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 (104) hide show
  1. package/dist/BlogPostProps-e1cbd5d3.d.ts +8 -2
  2. package/dist/{FooterProps-9f94ed98.d.ts → FooterProps-2d0b03c2.d.ts} +14 -2
  3. package/dist/HeaderProps-c6c32ccf.d.ts +72 -0
  4. package/dist/{ImageStoryProps-24e0335c.d.ts → ImageStoryProps-e853e1e7.d.ts} +9 -4
  5. package/dist/{HeaderProps-34d278ee.d.ts → LogoProps-01796f0a.d.ts} +16 -19
  6. package/dist/LogosProps-f9474fe2.d.ts +97 -0
  7. package/dist/{SectionProps-93230a76.d.ts → SectionProps-83d399b4.d.ts} +2 -2
  8. package/dist/SliderProps-93230a76.d.ts +1 -1
  9. package/dist/components/blog-aside/index.js +2 -2
  10. package/dist/components/blog-head/index.js +2 -2
  11. package/dist/components/blog-overview/index.js +0 -1
  12. package/dist/components/blog-post/blog-post.schema.dereffed.json +3095 -1
  13. package/dist/components/blog-post/blog-post.schema.json +9 -1
  14. package/dist/components/blog-post/index.d.ts +2 -5
  15. package/dist/components/blog-post/index.js +1 -2
  16. package/dist/components/blog-teaser/index.js +2 -2
  17. package/dist/components/button/button.css +15 -1
  18. package/dist/components/cta/cta.css +38 -38
  19. package/dist/components/feature/index.js +7 -7
  20. package/dist/components/features/features.css +26 -28
  21. package/dist/components/features/index.js +1 -1
  22. package/dist/components/footer/footer.css +23 -18
  23. package/dist/components/footer/footer.schema.dereffed.json +65 -14
  24. package/dist/components/footer/footer.schema.json +11 -25
  25. package/dist/components/footer/index.d.ts +1 -1
  26. package/dist/components/footer/index.js +3 -2
  27. package/dist/components/gallery/gallery.css +1 -1
  28. package/dist/components/header/header.css +14 -10
  29. package/dist/components/header/header.schema.dereffed.json +78 -17
  30. package/dist/components/header/header.schema.json +18 -25
  31. package/dist/components/header/index.d.ts +1 -1
  32. package/dist/components/header/index.js +15 -7
  33. package/dist/components/headline/headline.css +18 -21
  34. package/dist/components/headline/index.js +1 -7
  35. package/dist/components/hero/index.js +3 -2
  36. package/dist/components/image/image.css +8 -8
  37. package/dist/components/image/image.schema.dereffed.json +1 -1
  38. package/dist/components/image/image.schema.json +1 -1
  39. package/dist/components/image/index.d.ts +1 -1
  40. package/dist/components/image/index.js +1 -1
  41. package/dist/components/image-story/image-story.css +14 -1
  42. package/dist/components/image-story/image-story.schema.dereffed.json +19 -9
  43. package/dist/components/image-story/image-story.schema.json +9 -6
  44. package/dist/components/image-story/index.d.ts +1 -1
  45. package/dist/components/image-story/index.js +10 -1
  46. package/dist/components/index/index.d.ts +13 -13
  47. package/dist/components/logo/index.d.ts +4 -0
  48. package/dist/components/logo/index.js +12 -0
  49. package/dist/components/logo/logo.css +7 -0
  50. package/dist/components/logo/logo.schema.dereffed.json +43 -19
  51. package/dist/components/logo/logo.schema.json +41 -17
  52. package/dist/components/logos/index.d.ts +1 -1
  53. package/dist/components/logos/index.js +1 -1
  54. package/dist/components/logos/logos.css +11 -7
  55. package/dist/components/logos/logos.schema.dereffed.json +0 -5
  56. package/dist/components/logos/logos.schema.json +27 -1
  57. package/dist/components/nav-dropdown/index.d.ts +23 -0
  58. package/dist/components/nav-dropdown/index.js +10 -0
  59. package/dist/components/nav-dropdown/nav-dropdown.css +48 -0
  60. package/dist/components/nav-flyout/index.d.ts +7 -0
  61. package/dist/components/nav-flyout/index.js +17 -0
  62. package/dist/components/nav-flyout/nav-flyout.css +124 -0
  63. package/dist/components/nav-main/index.d.ts +42 -11
  64. package/dist/components/nav-main/index.js +14 -13
  65. package/dist/components/nav-main/nav-main.schema.dereffed.json +110 -85
  66. package/dist/components/nav-main/nav-main.schema.json +73 -11
  67. package/dist/components/nav-toggle/index.d.ts +3 -0
  68. package/dist/components/nav-toggle/index.js +6 -0
  69. package/dist/components/{nav-main → nav-toggle}/nav-toggle.css +22 -22
  70. package/dist/components/nav-topbar/index.d.ts +6 -0
  71. package/dist/components/nav-topbar/index.js +14 -0
  72. package/dist/components/nav-topbar/nav-topbar.css +95 -0
  73. package/dist/components/page/page.schema.dereffed.json +25 -25
  74. package/dist/components/page/page.schema.json +6 -6
  75. package/dist/components/page-wrapper/index.js +2 -3
  76. package/dist/components/page-wrapper/tokens.css +38 -38
  77. package/dist/components/picture/picture.schema.json +1 -1
  78. package/dist/components/presets.json +197 -19
  79. package/dist/components/providers/index.js +0 -1
  80. package/dist/components/section/index.d.ts +5 -3
  81. package/dist/components/section/index.js +35 -31
  82. package/dist/components/section/section.css +3 -3
  83. package/dist/components/section/section.schema.dereffed.json +19 -19
  84. package/dist/components/settings/settings.schema.dereffed.json +143 -31
  85. package/dist/components/slider/slider.schema.dereffed.json +0 -5
  86. package/dist/components/teaser-card/teaser-card.css +2 -2
  87. package/dist/components/text/text.css +1 -1
  88. package/dist/global.css +14 -14
  89. package/dist/static/favicon/favicon-192-192.png +1 -1
  90. package/dist/static/logo-inverted.svg +26 -0
  91. package/dist/tokens/themes.css +4 -4
  92. package/dist/tokens/tokens.css +38 -38
  93. package/dist/tokens/tokens.js +70 -70
  94. package/package.json +1 -1
  95. package/dist/LogosProps-58c84ccc.d.ts +0 -242
  96. package/dist/components/headline-level-context/index.d.ts +0 -4
  97. package/dist/components/headline-level-context/index.js +0 -33
  98. package/dist/components/nav-main/nav-main.css +0 -191
  99. /package/dist/components/{nav-main → nav}/js/NavToggle.client.d.ts +0 -0
  100. /package/dist/components/{nav-main → nav}/js/NavToggle.client.js +0 -0
  101. /package/dist/components/{nav-main → nav}/js/body.client.d.ts +0 -0
  102. /package/dist/components/{nav-main → nav}/js/body.client.js +0 -0
  103. /package/dist/components/{nav-main → nav}/js/navMainEvents.client.d.ts +0 -0
  104. /package/dist/components/{nav-main → nav}/js/navMainEvents.client.js +0 -0
@@ -315,7 +315,7 @@
315
315
  "id": "pages-archetypes--blog-post",
316
316
  "group": "Pages/Archetypes",
317
317
  "name": "BlogPost",
318
- "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n content=\"\n## Introduction\nThe future of **ArtiEficial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n 'Technology',\n 'AI'\n ]\n }}\n/>",
318
+ "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n content=\"\n## Introduction\nThe future of **ArtiEficial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n 'Technology',\n 'AI'\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
319
319
  "args": {
320
320
  "head": {
321
321
  "date": "12/30/2022",
@@ -349,6 +349,134 @@
349
349
  "readingTime": "5 min read",
350
350
  "date": "12/30/2022"
351
351
  },
352
+ "section": [
353
+ {
354
+ "width": "default",
355
+ "style": "default",
356
+ "backgroundColor": "default",
357
+ "spotlight": false,
358
+ "spaceBefore": "default",
359
+ "spaceAfter": "default",
360
+ "inverted": false,
361
+ "headerSpacing": false,
362
+ "headline": {
363
+ "text": "Section headline",
364
+ "large": false,
365
+ "width": "unset"
366
+ },
367
+ "content": {
368
+ "width": "unset",
369
+ "align": "center",
370
+ "gutter": "default",
371
+ "mode": "list",
372
+ "tileWidth": "default"
373
+ },
374
+ "buttons": [
375
+ {
376
+ "label": "Book a meeting",
377
+ "variant": "secondary",
378
+ "size": "medium",
379
+ "disabled": false
380
+ },
381
+ {
382
+ "label": "Book a meeting",
383
+ "variant": "secondary",
384
+ "size": "medium",
385
+ "disabled": false
386
+ },
387
+ {
388
+ "label": "Book a meeting",
389
+ "variant": "secondary",
390
+ "size": "medium",
391
+ "disabled": false
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "width": "default",
397
+ "style": "default",
398
+ "backgroundColor": "default",
399
+ "spotlight": false,
400
+ "spaceBefore": "default",
401
+ "spaceAfter": "default",
402
+ "inverted": false,
403
+ "headerSpacing": false,
404
+ "headline": {
405
+ "text": "Section headline",
406
+ "large": false,
407
+ "width": "unset"
408
+ },
409
+ "content": {
410
+ "width": "unset",
411
+ "align": "center",
412
+ "gutter": "default",
413
+ "mode": "list",
414
+ "tileWidth": "default"
415
+ },
416
+ "buttons": [
417
+ {
418
+ "label": "Book a meeting",
419
+ "variant": "secondary",
420
+ "size": "medium",
421
+ "disabled": false
422
+ },
423
+ {
424
+ "label": "Book a meeting",
425
+ "variant": "secondary",
426
+ "size": "medium",
427
+ "disabled": false
428
+ },
429
+ {
430
+ "label": "Book a meeting",
431
+ "variant": "secondary",
432
+ "size": "medium",
433
+ "disabled": false
434
+ }
435
+ ]
436
+ },
437
+ {
438
+ "width": "default",
439
+ "style": "default",
440
+ "backgroundColor": "default",
441
+ "spotlight": false,
442
+ "spaceBefore": "default",
443
+ "spaceAfter": "default",
444
+ "inverted": false,
445
+ "headerSpacing": false,
446
+ "headline": {
447
+ "text": "Section headline",
448
+ "large": false,
449
+ "width": "unset"
450
+ },
451
+ "content": {
452
+ "width": "unset",
453
+ "align": "center",
454
+ "gutter": "default",
455
+ "mode": "list",
456
+ "tileWidth": "default"
457
+ },
458
+ "buttons": [
459
+ {
460
+ "label": "Book a meeting",
461
+ "variant": "secondary",
462
+ "size": "medium",
463
+ "disabled": false
464
+ },
465
+ {
466
+ "label": "Book a meeting",
467
+ "variant": "secondary",
468
+ "size": "medium",
469
+ "disabled": false
470
+ },
471
+ {
472
+ "label": "Book a meeting",
473
+ "variant": "secondary",
474
+ "size": "medium",
475
+ "disabled": false
476
+ }
477
+ ]
478
+ }
479
+ ],
352
480
  "cta": {
353
481
  "headline": "Ready to Transform Your Development Process?",
354
482
  "sub": "Start your journey today.",
@@ -1156,31 +1284,55 @@
1156
1284
  "id": "layout-footer--footer",
1157
1285
  "group": "Layout/Footer",
1158
1286
  "name": "Footer",
1159
- "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n lazy: false,\n src: '/logo.svg',\n width: 176\n }}\n logoHref=\"/\"\n navItems={[\n {\n href: '#',\n label: 'Nav Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Another Item'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1287
+ "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n id: '',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n id: '',\n label: 'Active Item'\n },\n {\n href: '#',\n id: '',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n id: '',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1160
1288
  "args": {
1161
1289
  "logo": {
1162
1290
  "src": "/logo.svg",
1291
+ "srcInverted": "/logo-inverted.svg",
1292
+ "inverted": false,
1293
+ "homepageHref": "#",
1163
1294
  "alt": "Systemics Logo",
1164
1295
  "width": 176,
1165
- "height": 40,
1166
- "lazy": false
1296
+ "height": 40
1167
1297
  },
1168
- "logoHref": "/",
1169
1298
  "byline": "© 2024 systemics Inc. All rights reserved.",
1170
1299
  "inverted": false,
1171
1300
  "navItems": [
1172
1301
  {
1173
1302
  "href": "#",
1174
- "label": "Nav Item"
1303
+ "label": "Active Item",
1304
+ "active": true
1175
1305
  },
1176
1306
  {
1177
1307
  "href": "#",
1178
- "label": "Active Item",
1179
- "active": true
1308
+ "label": "Navigation Item"
1180
1309
  },
1181
1310
  {
1182
1311
  "href": "#",
1183
- "label": "Another Item"
1312
+ "label": "Dropdown",
1313
+ "items": [
1314
+ {
1315
+ "href": "#",
1316
+ "label": "Level 2 Item",
1317
+ "id": ""
1318
+ },
1319
+ {
1320
+ "href": "#",
1321
+ "label": "Active Item",
1322
+ "active": true,
1323
+ "id": ""
1324
+ },
1325
+ {
1326
+ "href": "#",
1327
+ "label": "An Item with a longer Label",
1328
+ "id": ""
1329
+ },
1330
+ {
1331
+ "href": "#",
1332
+ "label": "And One last one",
1333
+ "id": ""
1334
+ }
1335
+ ]
1184
1336
  },
1185
1337
  {
1186
1338
  "href": "#",
@@ -1369,31 +1521,56 @@
1369
1521
  "id": "layout-header--header",
1370
1522
  "group": "Layout/Header",
1371
1523
  "name": "Header",
1372
- "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n lazy: false,\n src: '/logo.svg',\n width: 176\n }}\n logoHref=\"/\"\n navItems={[\n {\n href: '#',\n label: 'Nav Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Another Item'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1524
+ "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n id: '',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n id: '',\n label: 'Active Item'\n },\n {\n href: '#',\n id: '',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n id: '',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1373
1525
  "args": {
1374
1526
  "logo": {
1375
1527
  "src": "/logo.svg",
1528
+ "srcInverted": "/logo-inverted.svg",
1529
+ "homepageHref": "#",
1376
1530
  "alt": "Systemics Logo",
1377
1531
  "width": 176,
1378
- "height": 40,
1379
- "lazy": false
1532
+ "height": 40
1380
1533
  },
1381
- "logoHref": "/",
1534
+ "flyoutInverted": false,
1535
+ "dropdownInverted": false,
1382
1536
  "floating": false,
1383
1537
  "inverted": false,
1384
1538
  "navItems": [
1385
1539
  {
1386
1540
  "href": "#",
1387
- "label": "Nav Item"
1541
+ "label": "Active Item",
1542
+ "active": true
1388
1543
  },
1389
1544
  {
1390
1545
  "href": "#",
1391
- "label": "Active Item",
1392
- "active": true
1546
+ "label": "Navigation Item"
1393
1547
  },
1394
1548
  {
1395
1549
  "href": "#",
1396
- "label": "Another Item"
1550
+ "label": "Dropdown",
1551
+ "items": [
1552
+ {
1553
+ "href": "#",
1554
+ "label": "Level 2 Item",
1555
+ "id": ""
1556
+ },
1557
+ {
1558
+ "href": "#",
1559
+ "label": "Active Item",
1560
+ "active": true,
1561
+ "id": ""
1562
+ },
1563
+ {
1564
+ "href": "#",
1565
+ "label": "An Item with a longer Label",
1566
+ "id": ""
1567
+ },
1568
+ {
1569
+ "href": "#",
1570
+ "label": "And One last one",
1571
+ "id": ""
1572
+ }
1573
+ ]
1397
1574
  },
1398
1575
  {
1399
1576
  "href": "#",
@@ -1617,7 +1794,7 @@
1617
1794
  "id": "components-image-story--sticky-image-next-to-scrolling-text",
1618
1795
  "group": "Components/Image Story",
1619
1796
  "name": "StickyImageNextToScrollingText",
1620
- "code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n ratio: 'none',\n src: 'img/full-shot-different-people-working-together.png'\n }}\n largeHeadline\n layout=\"imageLeft\"\n sub=\"Subheadline\"\n text=\"\nHere at Systemics, we bring a range of design system services that can make a difference:\n\n### 1. Design System Consulting\nLet's work side by side to shape a design system strategy that aligns perfectly with your goals. It's not just about tools; it's about guiding principles, stakeholder management und making the right decisions at the right time.\n\n### 2. Design System Creation & Development\nWe'll bring your design system from concept to production, giving you consistent and engaging user experiences across different platforms. We will work together with your digital teams to transfer all complex Figma ideas into code using kickstartDS.\n\n### 3. Headless CMS & Websites\nWe leverage the power of headless CMSs to provide scalable, flexible, and versatile websites that drive your online presence.\n\n### 4. Design System Training\nWe empower your digital teams with the knowledge and skills to manage and evolve your design system effectively.\n\nReady to make your digital journey exceptional?\n \"\n textAlign=\"left\"\n/>",
1797
+ "code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n aspectRatio: 'unset',\n src: 'img/full-shot-different-people-working-together.png',\n vAlign: 'top'\n }}\n largeHeadline\n layout=\"imageLeft\"\n sub=\"Subheadline\"\n text=\"\nHere at Systemics, we bring a range of design system services that can make a difference:\n\n### 1. Design System Consulting\nLet's work side by side to shape a design system strategy that aligns perfectly with your goals. It's not just about tools; it's about guiding principles, stakeholder management und making the right decisions at the right time.\n\n### 2. Design System Creation & Development\nWe'll bring your design system from concept to production, giving you consistent and engaging user experiences across different platforms. We will work together with your digital teams to transfer all complex Figma ideas into code using kickstartDS.\n\n### 3. Headless CMS & Websites\nWe leverage the power of headless CMSs to provide scalable, flexible, and versatile websites that drive your online presence.\n\n### 4. Design System Training\nWe empower your digital teams with the knowledge and skills to manage and evolve your design system effectively.\n\nReady to make your digital journey exceptional?\n \"\n textAlign=\"left\"\n/>",
1621
1798
  "args": {
1622
1799
  "headline": "The Sanity & Next.js Experts",
1623
1800
  "largeHeadline": true,
@@ -1641,7 +1818,8 @@
1641
1818
  }
1642
1819
  ],
1643
1820
  "image": {
1644
- "ratio": "none",
1821
+ "aspectRatio": "unset",
1822
+ "vAlign": "top",
1645
1823
  "src": "img/full-shot-different-people-working-together.png"
1646
1824
  },
1647
1825
  "textAlign": "left",
@@ -9,7 +9,6 @@ import 'react';
9
9
  import 'classnames';
10
10
  import '@kickstartds/base/lib/button';
11
11
  import '@kickstartds/core/lib/react';
12
- import '../headline-level-context/index.js';
13
12
  import '@kickstartds/base/lib/section';
14
13
  import '../section/js/Section.client.js';
15
14
  import '@kickstartds/core/lib/component';
@@ -1,6 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-93230a76.js";
4
- declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
3
+ import { SectionProps } from "../../SectionProps-83d399b4.js";
4
+ declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
+ declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
6
+ declare const Section: import("react").ForwardRefExoticComponent<SectionProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
7
  declare const SectionProvider: FC<PropsWithChildren<any>>;
6
- export { Section, SectionProvider };
8
+ export { SectionContextDefault, SectionContext, Section, SectionProvider };
@@ -1,14 +1,13 @@
1
1
  import "./section.css";
2
2
  import { jsx } from 'react/jsx-runtime';
3
- import { forwardRef } from 'react';
3
+ import { forwardRef, createContext, useContext } from 'react';
4
4
  import classnames from 'classnames';
5
5
  import { useKsComponent } from '@kickstartds/core/lib/react';
6
- import { HeadlineLevelProvider } from '../headline-level-context/index.js';
7
- import { SectionContextDefault, SectionContext } from '@kickstartds/base/lib/section';
6
+ import { SectionContextDefault as SectionContextDefault$1, SectionContext as SectionContext$1 } from '@kickstartds/base/lib/section';
8
7
  import { identifier } from './js/Section.client.js';
9
8
  import '@kickstartds/core/lib/component';
10
9
 
11
- const Section = forwardRef(({ headline, content, headerSpacing, width = "default", style = "default", spotlight = false, backgroundColor = "default", spaceBefore = "default", spaceAfter = "default", className, inverted, buttons = [], ...props }, ref) => {
10
+ const SectionContextDefault = forwardRef(({ headline, content, headerSpacing, width = "default", style = "default", spotlight = false, backgroundColor = "default", spaceBefore = "default", spaceAfter = "default", className, inverted, buttons = [], ...props }, ref) => {
12
11
  const { large: headlineLarge = false, ...headlineRest } = {
13
12
  align: "left",
14
13
  ...headline,
@@ -17,33 +16,38 @@ const Section = forwardRef(({ headline, content, headerSpacing, width = "default
17
16
  spotlight,
18
17
  content?.mode === "slider",
19
18
  ]);
20
- return (jsx(HeadlineLevelProvider, { children: jsx(SectionContextDefault, { ...props, ...componentProps, className: classnames("dsa-section", style !== "default" &&
21
- `dsa-section-style--${style === "verticalGradient"
22
- ? "vertical-gradient"
23
- : style === "horizontalGradient"
24
- ? "horizontal-gradient"
25
- : style === "accentTransition"
26
- ? "accent-transition"
27
- : style === "boldTransition"
28
- ? "bold-transition"
29
- : style === "symmetricGlow"
30
- ? "symmetric-glow"
31
- : style === "anchorGlow"
32
- ? "anchor-glow"
33
- : style}`, headerSpacing && "dsa-section--header-spacing", spotlight && "dsa-section--spotlight", className), background: backgroundColor, content: content, headline: {
34
- ...headlineRest,
35
- spaceAfter: "large",
36
- // @ts-expect-error
37
- content: headlineRest.text,
38
- level: "h2",
39
- style: headlineLarge ? "h1" : "h2",
40
- }, buttons: {
41
- buttons,
42
- // @ts-expect-error
43
- items: buttons,
44
- }, width: width, spaceBefore: spaceBefore, spaceAfter: spaceAfter, inverted: inverted, ref: ref, children: props.children }) }));
19
+ return (jsx(SectionContextDefault$1, { ...props, ...componentProps, className: classnames("dsa-section", style !== "default" &&
20
+ `dsa-section-style--${style === "verticalGradient"
21
+ ? "vertical-gradient"
22
+ : style === "horizontalGradient"
23
+ ? "horizontal-gradient"
24
+ : style === "accentTransition"
25
+ ? "accent-transition"
26
+ : style === "boldTransition"
27
+ ? "bold-transition"
28
+ : style === "symmetricGlow"
29
+ ? "symmetric-glow"
30
+ : style === "anchorGlow"
31
+ ? "anchor-glow"
32
+ : style}`, headerSpacing && "dsa-section--header-spacing", spotlight && "dsa-section--spotlight", className), background: backgroundColor, content: content, headline: {
33
+ ...headlineRest,
34
+ spaceAfter: "large",
35
+ // @ts-expect-error
36
+ content: headlineRest.text,
37
+ level: "h2",
38
+ style: headlineLarge ? "h1" : "h2",
39
+ }, buttons: {
40
+ buttons,
41
+ // @ts-expect-error
42
+ items: buttons,
43
+ }, width: width, spaceBefore: spaceBefore, spaceAfter: spaceAfter, inverted: inverted, ref: ref, children: props.children }));
44
+ });
45
+ const SectionContext = createContext(SectionContextDefault);
46
+ const Section = forwardRef((props, ref) => {
47
+ const Component = useContext(SectionContext);
48
+ return jsx(Component, { ...props, ref: ref });
45
49
  });
46
50
  Section.displayName = "Section";
47
- const SectionProvider = (props) => (jsx(SectionContext.Provider, { ...props, value: Section }));
51
+ const SectionProvider = (props) => (jsx(SectionContext$1.Provider, { ...props, value: Section }));
48
52
 
49
- export { Section, SectionProvider };
53
+ export { Section, SectionContext, SectionContextDefault, SectionProvider };
@@ -66,8 +66,8 @@
66
66
  var(--ks-color-primary-alpha-5) 0%,
67
67
  var(--ks-color-secondary-alpha-5) 100%
68
68
  );
69
- --dsa-section__spotlight--left: 50%;
70
- --dsa-section__spotlight--top: 50%;
69
+ --dsa-section__spotlight--size: 150px;
70
+ --dsa-section__spotlight--blur: 100%;
71
71
  --dsa-section__spotlight--color: var(--ks-color-primary-alpha-5);
72
72
  }
73
73
 
@@ -166,7 +166,7 @@
166
166
  width: 100%;
167
167
  height: 100%;
168
168
  position: absolute;
169
- background-image: radial-gradient(150px circle at var(--dsa-section__spotlight--left) var(--dsa-section__spotlight--top), var(--dsa-section__spotlight--color) 0%, var(--dsa-section__spotlight--color) 80%, transparent 80%, transparent 100%);
169
+ background-image: radial-gradient(var(--dsa-section__spotlight--size) circle, var(--dsa-section__spotlight--color) 0%, var(--dsa-section__spotlight--color) calc(100% - var(--dsa-section__spotlight--blur)), transparent 100%, transparent 100%);
170
170
  }
171
171
  .l-section.dsa-section .l-section__content {
172
172
  --l-section_buttons--space-before: var(--dsa-section__buttons--space-before, var(--l-section--gutter));
@@ -972,23 +972,33 @@
972
972
  "type": "string",
973
973
  "format": "image"
974
974
  },
975
- "ratio": {
976
- "title": "Image aspect ratio",
977
- "description": "Select an aspect ratio to use for cropping and displaying the image",
975
+ "aspectRatio": {
978
976
  "type": "string",
977
+ "title": "Aspect Ratio",
978
+ "description": "The aspect ratio of the image",
979
979
  "enum": [
980
- "4:3",
981
- "3:2",
982
- "16:9",
983
- "1:1",
984
- "none"
980
+ "unset",
981
+ "square",
982
+ "wide",
983
+ "landscape"
985
984
  ],
986
- "default": "none"
985
+ "default": "unset"
987
986
  },
988
987
  "alt": {
989
988
  "title": "Alt text",
990
989
  "description": "Image description",
991
990
  "type": "string"
991
+ },
992
+ "vAlign": {
993
+ "title": "Image vertical alignment",
994
+ "description": "Select a vertical alignment for the image",
995
+ "type": "string",
996
+ "enum": [
997
+ "center",
998
+ "top",
999
+ "bottom"
1000
+ ],
1001
+ "default": "top"
992
1002
  }
993
1003
  },
994
1004
  "additionalProperties": false
@@ -1099,8 +1109,6 @@
1099
1109
  "title": "Logos",
1100
1110
  "description": "The logos to display",
1101
1111
  "items": {
1102
- "$schema": "http://json-schema.org/draft-07/schema#",
1103
- "$id": "http://schema.mydesignsystem.com/logo.schema.json",
1104
1112
  "title": "Logo",
1105
1113
  "description": "Logo entry for Logos component",
1106
1114
  "type": "object",
@@ -1126,9 +1134,6 @@
1126
1134
  "examples": [
1127
1135
  "Logo 1"
1128
1136
  ]
1129
- },
1130
- "type": {
1131
- "const": "logo"
1132
1137
  }
1133
1138
  },
1134
1139
  "additionalProperties": false,
@@ -2076,8 +2081,6 @@
2076
2081
  "title": "Logos",
2077
2082
  "description": "The logos to display",
2078
2083
  "items": {
2079
- "$schema": "http://json-schema.org/draft-07/schema#",
2080
- "$id": "http://schema.mydesignsystem.com/logo.schema.json",
2081
2084
  "title": "Logo",
2082
2085
  "description": "Logo entry for Logos component",
2083
2086
  "type": "object",
@@ -2103,9 +2106,6 @@
2103
2106
  "examples": [
2104
2107
  "Logo 1"
2105
2108
  ]
2106
- },
2107
- "type": {
2108
- "const": "logo"
2109
2109
  }
2110
2110
  },
2111
2111
  "additionalProperties": false,