@kickstartds/ds-agency-premium 1.6.71--canary.45.2035.0 → 1.6.71--canary.2073.560ebaa.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 (134) hide show
  1. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-d62a0a9a.d.ts} +2 -2
  2. package/dist/BlogPostProps-c760fd2a.d.ts +2 -2
  3. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-4e2b2ecf.d.ts} +3 -1
  4. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  5. package/dist/PageProps-aa29c554.d.ts +1 -1
  6. package/dist/{SectionProps-d60aba86.d.ts → SectionProps-4e3c6fe0.d.ts} +2 -2
  7. package/dist/components/blog-head/index.d.ts +1 -1
  8. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +58 -1
  9. package/dist/components/blog-overview/index.d.ts +1 -1
  10. package/dist/components/blog-post/blog-post.schema.dereffed.json +58 -1
  11. package/dist/components/blog-teaser/index.d.ts +1 -1
  12. package/dist/components/business-card/business-card.css +11 -1
  13. package/dist/components/button/button.css +2 -2
  14. package/dist/components/button/button.schema.dereffed.json +9 -0
  15. package/dist/components/button/button.schema.json +5 -0
  16. package/dist/components/button/index.d.ts +1 -1
  17. package/dist/components/button-group/button-group.schema.dereffed.json +9 -0
  18. package/dist/components/button-group/index.d.ts +1 -1
  19. package/dist/components/cookie-consent/C15t.client.d.ts +5 -0
  20. package/dist/components/cookie-consent/C15t.client.js +94 -0
  21. package/dist/components/cookie-consent/CookieConsent.client.d.ts +30 -0
  22. package/dist/components/cookie-consent/CookieConsent.client.js +89 -0
  23. package/dist/components/cookie-consent/cookie-consent.css +7 -0
  24. package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +23 -10
  25. package/dist/components/cookie-consent/cookie-consent.schema.json +42 -16
  26. package/dist/components/cookie-consent/index.d.ts +9 -8
  27. package/dist/components/cookie-consent/index.js +5 -9
  28. package/dist/components/footer/footer.css +1 -1
  29. package/dist/components/footer/footer.schema.dereffed.json +20 -12
  30. package/dist/components/header/header.schema.dereffed.json +20 -12
  31. package/dist/components/headline/headline.css +51 -9
  32. package/dist/components/hero/hero.css +22 -0
  33. package/dist/components/image-story/image-story.schema.dereffed.json +9 -0
  34. package/dist/components/index/index.d.ts +1 -1
  35. package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
  36. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +20 -12
  37. package/dist/components/nav-main/nav-main.schema.dereffed.json +20 -12
  38. package/dist/components/nav-main/nav-main.schema.json +20 -12
  39. package/dist/components/nav-topbar/nav-topbar.css +3 -3
  40. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +20 -12
  41. package/dist/components/page/page.schema.dereffed.json +58 -1
  42. package/dist/components/page-wrapper/index.js +6 -0
  43. package/dist/components/page-wrapper/tokens.css +258 -258
  44. package/dist/components/presets.json +138 -48
  45. package/dist/components/section/index.d.ts +1 -1
  46. package/dist/components/section/index.js +3 -1
  47. package/dist/components/section/section.css +64 -20
  48. package/dist/components/section/section.schema.dereffed.json +58 -1
  49. package/dist/components/section/section.schema.json +8 -1
  50. package/dist/components/settings/settings.schema.dereffed.json +40 -24
  51. package/dist/components/split-even/split-even.css +1 -1
  52. package/dist/components/split-even/split-even.schema.dereffed.json +18 -0
  53. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +18 -0
  54. package/dist/components/stats/stats.css +4 -4
  55. package/dist/components/teaser-card/teaser-card.css +14 -14
  56. package/dist/global.css +12 -2
  57. package/dist/static/favicon/android-chrome-192x192.png +0 -0
  58. package/dist/static/favicon/android-chrome-512x512.png +0 -0
  59. package/dist/static/favicon/apple-touch-icon.png +0 -0
  60. package/dist/static/favicon/favicon-16x16.png +0 -0
  61. package/dist/static/favicon/favicon-32x32.png +0 -0
  62. package/dist/static/favicon/favicon.ico +0 -0
  63. package/dist/static/favicon/site.webmanifest +1 -19
  64. package/dist/static/guenther/brands/cadillac.png +0 -0
  65. package/dist/static/guenther/brands/corvette.png +0 -0
  66. package/dist/static/guenther/brands/infiniti.png +0 -0
  67. package/dist/static/guenther/brands/isuzu.png +0 -0
  68. package/dist/static/guenther/brands/kia.png +0 -0
  69. package/dist/static/guenther/brands/maserati.png +0 -0
  70. package/dist/static/guenther/brands/micro.png +0 -0
  71. package/dist/static/guenther/brands/msg.png +0 -0
  72. package/dist/static/guenther/brands/nissan.png +0 -0
  73. package/dist/static/guenther/brands/saab.png +0 -0
  74. package/dist/static/guenther/brands/subaru.png +0 -0
  75. package/dist/static/guenther/car-1.webp +0 -0
  76. package/dist/static/guenther/car-2.webp +0 -0
  77. package/dist/static/guenther/car-cutout-1.avif +0 -0
  78. package/dist/static/guenther/car-cutout-2.avif +0 -0
  79. package/dist/static/guenther/car-cutout-3.png +0 -0
  80. package/dist/static/guenther/car-red.png +0 -0
  81. package/dist/static/guenther/car-store.png +0 -0
  82. package/dist/static/guenther/car-yellow.webp +0 -0
  83. package/dist/static/guenther/contact.jpg +0 -0
  84. package/dist/static/guenther/header-2.png +0 -0
  85. package/dist/static/guenther/header.jpg +0 -0
  86. package/dist/static/guenther/header.png +0 -0
  87. package/dist/static/guenther/kia-header.webp +0 -0
  88. package/dist/static/guenther/locations/farmsen.png +0 -0
  89. package/dist/static/guenther/locations/hamm.png +0 -0
  90. package/dist/static/guenther/locations/poppenbuettel.jpg +0 -0
  91. package/dist/static/guenther/nissan/19TDIEULHD_JUKE_CA_012_pace706.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  92. package/dist/static/guenther/nissan/19TDIEULHD_JUKE_P13A_CA_019C_pace705.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  93. package/dist/static/guenther/nissan/22NISSCA_JUKE_Trunk_Entry-Guard_pace704.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  94. package/dist/static/guenther/nissan/22NISSCA_JUKE_Trunk_Spoiler_pace703.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  95. package/dist/static/guenther/nissan/24720-slide-juke1-mobil.jpg +0 -0
  96. package/dist/static/guenther/nissan/24720-slide-juke1.jpg +0 -0
  97. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_001-pace203.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  98. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_006-pace204.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  99. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_009-pace205.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  100. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_010-pace206.jpg.ximg_.l_12_m.smart_.jpg +0 -0
  101. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_012-pace305.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  102. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_015-pace304.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  103. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_016-pace306.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  104. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_017-pace405.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  105. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_021-pace302.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  106. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_023-pace303.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  107. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_025-pace308.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  108. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_031-pace404.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  109. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_Lifestyle_pace-702.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  110. package/dist/static/guenther/nissan/24TDIEURHD_JUKE_MC_019-pace307.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  111. package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace502.jpg.ximg_.l_4_h.smart_.jpg +0 -0
  112. package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace503.jpg.ximg_.l_4_h.smart_-400x267.jpg +0 -0
  113. package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace503.jpg.ximg_.l_4_h.smart_.jpg +0 -0
  114. package/dist/static/guenther/nissan/ACC_JUKE_mirrorcap_pace118-d.jpg.ximg_.m_12_h.smart_.jpg +0 -0
  115. package/dist/static/guenther/nissan/junke-abmessungen-600x400.jpg +0 -0
  116. package/dist/static/guenther/visual.png +0 -0
  117. package/dist/static/logo-inverted.svg +27 -12
  118. package/dist/static/logo.svg +27 -12
  119. package/dist/tokens/IconSprite.js +6 -0
  120. package/dist/tokens/icon-sprite.html +2 -0
  121. package/dist/tokens/themes.css +4 -4
  122. package/dist/tokens/tokens.css +258 -258
  123. package/dist/tokens/tokens.js +391 -390
  124. package/package.json +8 -1
  125. package/dist/static/favicon/browserconfig.xml +0 -9
  126. package/dist/static/favicon/favicon-192-192.png +0 -20
  127. package/dist/static/favicon/mstile-144x144.png +0 -0
  128. package/dist/static/favicon/mstile-150x150.png +0 -0
  129. package/dist/static/favicon/mstile-310x150.png +0 -0
  130. package/dist/static/favicon/mstile-310x310.png +0 -0
  131. package/dist/static/favicon/mstile-70x70.png +0 -0
  132. package/dist/static/favicon/safari-pinned-tab.svg +0 -30
  133. /package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
  134. /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
@@ -1544,7 +1544,7 @@
1544
1544
  "id": "corporate-cookie-consent--card",
1545
1545
  "group": "Corporate/Cookie Consent",
1546
1546
  "name": "Card",
1547
- "code": "<CookieConsent\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 checked: true,\n description: 'These cookies help us understand how our visitors interact with the website.',\n name: 'Analytics Cookies'\n },\n {\n checked: true,\n description: 'These cookies are used to deliver advertisements that are relevant to you.',\n name: 'Marketing Cookies'\n },\n {\n checked: true,\n description: 'These cookies allow the website to remember choices you make and provide enhanced, more personal features.',\n name: 'Functional Cookies'\n },\n {\n checked: true,\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 name: 'Performance Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are necessary for the website to function.',\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 toggle: true\n }}\n/>",
1547
+ "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
1548
  "args": {
1549
1549
  "notice": {
1550
1550
  "displayMode": "card",
@@ -1563,14 +1563,14 @@
1563
1563
  "description": "We use cookies to enhance your experience on our website. You can choose which cookies to accept."
1564
1564
  },
1565
1565
  "revisitButton": {
1566
- "label": "Manage Cookies",
1567
- "toggle": true
1566
+ "label": "Manage Cookies"
1568
1567
  },
1569
1568
  "dialogue": {
1570
1569
  "title": "Cookie Preferences",
1571
1570
  "description": "Manage your cookie preferences below.",
1572
1571
  "required": [
1573
1572
  {
1573
+ "key": "necessary",
1574
1574
  "name": "Essential Cookies",
1575
1575
  "description": "These cookies are necessary for the website to function."
1576
1576
  }
@@ -1582,24 +1582,24 @@
1582
1582
  },
1583
1583
  "options": [
1584
1584
  {
1585
+ "key": "measurement",
1585
1586
  "name": "Analytics Cookies",
1586
- "description": "These cookies help us understand how our visitors interact with the website.",
1587
- "checked": true
1587
+ "description": "These cookies help us understand how our visitors interact with the website."
1588
1588
  },
1589
1589
  {
1590
+ "key": "marketing",
1590
1591
  "name": "Marketing Cookies",
1591
- "description": "These cookies are used to deliver advertisements that are relevant to you.",
1592
- "checked": true
1592
+ "description": "These cookies are used to deliver advertisements that are relevant to you."
1593
1593
  },
1594
1594
  {
1595
+ "key": "functionality",
1595
1596
  "name": "Functional Cookies",
1596
- "description": "These cookies allow the website to remember choices you make and provide enhanced, more personal features.",
1597
- "checked": true
1597
+ "description": "These cookies allow the website to remember choices you make and provide enhanced, more personal features."
1598
1598
  },
1599
1599
  {
1600
+ "key": "experience",
1600
1601
  "name": "Performance Cookies",
1601
- "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.",
1602
- "checked": true
1602
+ "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."
1603
1603
  }
1604
1604
  ],
1605
1605
  "toggleLabels": {
@@ -1607,7 +1607,8 @@
1607
1607
  "reject": "Reject"
1608
1608
  },
1609
1609
  "alwaysActiveLabel": "Always Active"
1610
- }
1610
+ },
1611
+ "component": "dsa.cookie-consent"
1611
1612
  },
1612
1613
  "screenshot": "img/screenshots/corporate-cookie-consent--card.png"
1613
1614
  },
@@ -1615,7 +1616,7 @@
1615
1616
  "id": "corporate-cookie-consent--banner",
1616
1617
  "group": "Corporate/Cookie Consent",
1617
1618
  "name": "Banner",
1618
- "code": "<CookieConsent\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 checked: true,\n description: 'These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously.',\n name: 'Statistics Cookies'\n },\n {\n checked: true,\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 name: 'Personalization Cookies'\n },\n {\n checked: true,\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 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 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 toggle: true\n }}\n/>",
1619
+ "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/>",
1619
1620
  "args": {
1620
1621
  "notice": {
1621
1622
  "displayMode": "banner",
@@ -1634,14 +1635,14 @@
1634
1635
  "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."
1635
1636
  },
1636
1637
  "revisitButton": {
1637
- "label": "Manage Cookies",
1638
- "toggle": true
1638
+ "label": "Manage Cookies"
1639
1639
  },
1640
1640
  "dialogue": {
1641
1641
  "title": "Manage Your Cookie Preferences",
1642
1642
  "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.",
1643
1643
  "required": [
1644
1644
  {
1645
+ "key": "necessary",
1645
1646
  "name": "Essential Cookies",
1646
1647
  "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."
1647
1648
  }
@@ -1653,19 +1654,19 @@
1653
1654
  },
1654
1655
  "options": [
1655
1656
  {
1657
+ "key": "functionality",
1656
1658
  "name": "Statistics Cookies",
1657
- "description": "These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously.",
1658
- "checked": true
1659
+ "description": "These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously."
1659
1660
  },
1660
1661
  {
1662
+ "key": "functionality",
1661
1663
  "name": "Personalization Cookies",
1662
- "description": "These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience.",
1663
- "checked": true
1664
+ "description": "These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience."
1664
1665
  },
1665
1666
  {
1667
+ "key": "functionality",
1666
1668
  "name": "Advertising Cookies",
1667
- "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.",
1668
- "checked": true
1669
+ "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."
1669
1670
  }
1670
1671
  ],
1671
1672
  "toggleLabels": {
@@ -1674,10 +1675,83 @@
1674
1675
  },
1675
1676
  "alwaysActiveLabel": "Always Active",
1676
1677
  "decisionButtonVariant": "tertiary"
1677
- }
1678
+ },
1679
+ "component": "dsa.cookie-consent"
1678
1680
  },
1679
1681
  "screenshot": "img/screenshots/corporate-cookie-consent--banner.png"
1680
1682
  },
1683
+ {
1684
+ "id": "corporate-cookie-consent--c-15-t",
1685
+ "group": "Corporate/Cookie Consent",
1686
+ "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: '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
+ "args": {
1689
+ "notice": {
1690
+ "displayMode": "card",
1691
+ "title": "We value your privacy",
1692
+ "acceptButton": {
1693
+ "label": "Accept All Cookies"
1694
+ },
1695
+ "rejectButton": {
1696
+ "label": "Reject All Cookies"
1697
+ },
1698
+ "customizeButton": {
1699
+ "label": "Customize Cookies",
1700
+ "variant": "tertiary"
1701
+ },
1702
+ "decisionButtonVariant": "primary",
1703
+ "description": "This website uses cookies to ensure you get the best experience on our website."
1704
+ },
1705
+ "revisitButton": {
1706
+ "label": "Manage Cookies"
1707
+ },
1708
+ "dialogue": {
1709
+ "title": "Manage Cookie Preferences",
1710
+ "description": "Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow.",
1711
+ "required": [
1712
+ {
1713
+ "key": "necessary",
1714
+ "name": "Session Cookie",
1715
+ "description": "This cookie is essential for the website to function and cannot be disabled."
1716
+ }
1717
+ ],
1718
+ "buttons": {
1719
+ "acceptLabel": "Accept All",
1720
+ "rejectLabel": "Reject All",
1721
+ "savePreferencesLabel": "Save Preferences"
1722
+ },
1723
+ "options": [
1724
+ {
1725
+ "key": "measurement",
1726
+ "name": "Essential Cookies",
1727
+ "description": "These cookies are necessary for the website to function."
1728
+ },
1729
+ {
1730
+ "key": "marketing",
1731
+ "name": "Essential Cookies",
1732
+ "description": "These cookies are necessary for the website to function."
1733
+ },
1734
+ {
1735
+ "key": "functionality",
1736
+ "name": "Essential Cookies",
1737
+ "description": "These cookies are necessary for the website to function."
1738
+ },
1739
+ {
1740
+ "key": "experience",
1741
+ "name": "Essential Cookies",
1742
+ "description": "These cookies are necessary for the website to function."
1743
+ }
1744
+ ],
1745
+ "toggleLabels": {
1746
+ "accept": "Accept",
1747
+ "reject": "Reject"
1748
+ },
1749
+ "alwaysActiveLabel": "Always Active"
1750
+ },
1751
+ "component": "dsa.cookie-consent.c15t.offline"
1752
+ },
1753
+ "screenshot": "img/screenshots/corporate-cookie-consent--c-15-t.png"
1754
+ },
1681
1755
  {
1682
1756
  "id": "components-cta--banner",
1683
1757
  "group": "Components/Cta",
@@ -2830,7 +2904,7 @@
2830
2904
  "id": "layout-footer--footer",
2831
2905
  "group": "Layout/Footer",
2832
2906
  "name": "Footer",
2833
- "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 label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
2907
+ "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 label: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
2834
2908
  "args": {
2835
2909
  "logo": {
2836
2910
  "src": "/logo.svg",
@@ -2846,43 +2920,51 @@
2846
2920
  "navItems": [
2847
2921
  {
2848
2922
  "url": "#",
2849
- "label": "Active Item",
2923
+ "label": "Fahrzeugsuche",
2850
2924
  "active": true
2851
2925
  },
2852
2926
  {
2853
2927
  "url": "#",
2854
- "label": "Navigation Item"
2855
- },
2856
- {
2857
- "url": "#",
2858
- "label": "Dropdown",
2928
+ "label": "Marken",
2859
2929
  "items": [
2860
2930
  {
2861
2931
  "url": "#",
2862
- "label": "Level 2 Item"
2932
+ "label": "Nissan"
2863
2933
  },
2864
2934
  {
2865
2935
  "url": "#",
2866
- "label": "Active Item",
2936
+ "label": "Kia",
2867
2937
  "active": true
2868
2938
  },
2869
2939
  {
2870
2940
  "url": "#",
2871
- "label": "An Item with a longer Label"
2941
+ "label": "Maserati"
2872
2942
  },
2873
2943
  {
2874
2944
  "url": "#",
2875
- "label": "And One last one"
2945
+ "label": "Corvette"
2876
2946
  }
2877
2947
  ]
2878
2948
  },
2879
2949
  {
2880
2950
  "url": "#",
2881
- "label": "One more Item"
2951
+ "label": "Standorte"
2882
2952
  },
2883
2953
  {
2884
2954
  "url": "#",
2885
- "label": "Last Item"
2955
+ "label": "Bonusprogramm"
2956
+ },
2957
+ {
2958
+ "url": "#",
2959
+ "label": "News"
2960
+ },
2961
+ {
2962
+ "url": "#",
2963
+ "label": "Jobs"
2964
+ },
2965
+ {
2966
+ "url": "#",
2967
+ "label": "Kontakt"
2886
2968
  }
2887
2969
  ]
2888
2970
  },
@@ -3063,7 +3145,7 @@
3063
3145
  "id": "layout-header--header",
3064
3146
  "group": "Layout/Header",
3065
3147
  "name": "Header",
3066
- "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 label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
3148
+ "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 label: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
3067
3149
  "args": {
3068
3150
  "logo": {
3069
3151
  "src": "/logo.svg",
@@ -3080,43 +3162,51 @@
3080
3162
  "navItems": [
3081
3163
  {
3082
3164
  "url": "#",
3083
- "label": "Active Item",
3165
+ "label": "Fahrzeugsuche",
3084
3166
  "active": true
3085
3167
  },
3086
3168
  {
3087
3169
  "url": "#",
3088
- "label": "Navigation Item"
3089
- },
3090
- {
3091
- "url": "#",
3092
- "label": "Dropdown",
3170
+ "label": "Marken",
3093
3171
  "items": [
3094
3172
  {
3095
3173
  "url": "#",
3096
- "label": "Level 2 Item"
3174
+ "label": "Nissan"
3097
3175
  },
3098
3176
  {
3099
3177
  "url": "#",
3100
- "label": "Active Item",
3178
+ "label": "Kia",
3101
3179
  "active": true
3102
3180
  },
3103
3181
  {
3104
3182
  "url": "#",
3105
- "label": "An Item with a longer Label"
3183
+ "label": "Maserati"
3106
3184
  },
3107
3185
  {
3108
3186
  "url": "#",
3109
- "label": "And One last one"
3187
+ "label": "Corvette"
3110
3188
  }
3111
3189
  ]
3112
3190
  },
3113
3191
  {
3114
3192
  "url": "#",
3115
- "label": "One more Item"
3193
+ "label": "Standorte"
3194
+ },
3195
+ {
3196
+ "url": "#",
3197
+ "label": "Bonusprogramm"
3198
+ },
3199
+ {
3200
+ "url": "#",
3201
+ "label": "News"
3202
+ },
3203
+ {
3204
+ "url": "#",
3205
+ "label": "Jobs"
3116
3206
  },
3117
3207
  {
3118
3208
  "url": "#",
3119
- "label": "Last Item"
3209
+ "label": "Kontakt"
3120
3210
  }
3121
3211
  ]
3122
3212
  },
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-d60aba86.js";
3
+ import { SectionProps } from "../../SectionProps-4e3c6fe0.js";
4
4
  declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -42,7 +42,9 @@ const SectionContextDefault = forwardRef(({ headline, content, headerSpacing, wi
42
42
  spotlight,
43
43
  content?.mode === "slider",
44
44
  ]);
45
- return (jsx(SectionContextDefault$1, { ...props, ...componentProps, className: classnames("dsa-section", style && style !== "default" && `dsa-section-style--${style}`, transition &&
45
+ return (jsx(SectionContextDefault$1, { ...props, ...componentProps, className: classnames("dsa-section", style &&
46
+ style !== "default" &&
47
+ `dsa-section--style dsa-section--style-${style}`, transition &&
46
48
  transition !== "none" &&
47
49
  `dsa-section--transition-${transition}`, headerSpacing && "dsa-section--header-spacing", spotlight && "dsa-section--spotlight", className), background: backgroundColor === "default"
48
50
  ? "default"
@@ -26,18 +26,20 @@
26
26
  --dsa-section--background-color_default: var(--ks-background-color-default);
27
27
  --dsa-section--background-color_accent: var(--ks-background-color-accent);
28
28
  --dsa-section--background-color_bold: var(--ks-background-color-bold);
29
- --dsa-section--transition_to-default: linear-gradient(
30
- 178deg,
31
- transparent 75%,
32
- var(--ks-background-color-default) 75%
29
+ --dsa-section_shine-left--background-image: radial-gradient(
30
+ 80% 150% at 20% 50%,
31
+ var(--ks-color-fg-inverted),
32
+ var(--ks-color-bg-inverted-alpha-8)
33
33
  );
34
- --dsa-section--transition_to-accent: linear-gradient(178deg, transparent 75%, var(--ks-background-color-accent) 75%);
35
- --dsa-section--transition_to-bold: linear-gradient(178deg, transparent 75%, var(--ks-background-color-bold) 75%);
36
- --dsa-section--transition_to-inverted: linear-gradient(
37
- 178deg,
38
- transparent 75%,
39
- var(--ks-background-color-default-inverted) 75%
34
+ --dsa-section_shine-right--background-image: radial-gradient(
35
+ 80% 150% at 80% 50%,
36
+ var(--ks-color-fg-inverted),
37
+ var(--ks-color-bg-inverted-alpha-8)
40
38
  );
39
+ --dsa-section--transition_to-default: linear-gradient(transparent, var(--ks-background-color-default));
40
+ --dsa-section--transition_to-accent: linear-gradient(transparent, var(--ks-background-color-accent));
41
+ --dsa-section--transition_to-bold: linear-gradient(transparent, var(--ks-background-color-bold));
42
+ --dsa-section--transition_to-inverted: linear-gradient(transparent, var(--ks-background-color-default-inverted));
41
43
  --dsa-section__slider-arrow--color: var(--ks-text-color-interface-interactive);
42
44
  --dsa-section__slider-arrow--size: 2rem;
43
45
  --dsa-section__slider-arrow--padding: 0.5em;
@@ -49,6 +51,18 @@
49
51
  --dsa-section__spotlight--blur: 0%;
50
52
  --dsa-section__spotlight--color: var(--ks-color-primary-alpha-5);
51
53
  }
54
+ .dsa-section[ks-inverted=true] {
55
+ --dsa-section_shine-left--background-image: radial-gradient(
56
+ 70% 150% at 20% 50%,
57
+ var(--ks-color-fg-inverted-alpha-8-base),
58
+ var(--ks-color-bg)
59
+ );
60
+ --dsa-section_shine-right--background-image: radial-gradient(
61
+ 70% 150% at 80% 50%,
62
+ var(--ks-color-fg-inverted-alpha-87-base),
63
+ var(--ks-color-bg)
64
+ );
65
+ }
52
66
 
53
67
  .l-section.dsa-section {
54
68
  --l-section_buttons--space-before: var(--dsa-section__buttons--space-before, var(--l-section--gutter));
@@ -81,11 +95,14 @@
81
95
  }
82
96
 
83
97
  .l-section.dsa-section {
98
+ --dsa-section--background-color: var(--dsa-section--background-color_default, var(--ks-color-bg));
84
99
  background-image: var(--dsa-section--background-image);
85
- background-color: var(--dsa-section--background-color_default, var(--ks-color-bg));
100
+ background-color: var(--dsa-section--background-color, var(--ks-color-bg));
86
101
  position: relative;
87
102
  }
88
103
  .l-section.dsa-section .l-section__container {
104
+ position: relative;
105
+ z-index: 2;
89
106
  font: var(--ks-font-copy-m);
90
107
  }
91
108
  .l-section.dsa-section.l-section--gutter-large {
@@ -98,10 +115,10 @@
98
115
  --l-section--gutter: var(--dsa-section--gutter_none);
99
116
  }
100
117
  .l-section.dsa-section.l-section--accent {
101
- background-color: var(--dsa-section--background-color_accent, var(--ks-background-color-accent));
118
+ --dsa-section--background-color: var(--dsa-section--background-color_accent, var(--ks-background-color-accent));
102
119
  }
103
120
  .l-section.dsa-section.l-section--bold {
104
- background-color: var(--dsa-section--background-color_bold, var(--ks-background-color-bold));
121
+ --dsa-section--background-color: var(--dsa-section--background-color_bold, var(--ks-background-color-bold));
105
122
  }
106
123
  .l-section.dsa-section.dsa-section--transition-to-accent {
107
124
  background-image: var(--dsa-section--transition_to-accent, linear-gradient(180deg, transparent 0%, var(--ks-background-color-accent) 100%));
@@ -124,22 +141,49 @@
124
141
  .l-section.dsa-section--header-spacing.l-section--space-before-small {
125
142
  padding-top: calc(var(--dsa-header--height) + var(--dsa-section--space-small));
126
143
  }
127
- .l-section.dsa-section-style--framed {
144
+ .l-section.dsa-section--style::before {
145
+ content: "";
146
+ position: absolute;
147
+ top: 0;
148
+ left: 0;
149
+ width: 100%;
150
+ height: 100%;
151
+ z-index: 0;
152
+ }
153
+ .l-section.dsa-section--style--framed {
128
154
  --frame-background-color: var(--ks-background-color-accent);
129
155
  }
130
- .l-section.dsa-section-style--framed .l-section__container--content .l-section__content {
156
+ .l-section.dsa-section--style--framed .l-section__container--content .l-section__content {
131
157
  padding: var(--dsa-section--space_default);
132
158
  background-color: var(--frame-background-color, var(--ks-background-color-default));
133
159
  border-radius: var(--ks-border-radius-surface);
134
160
  }
135
- .l-section.dsa-section-style--framed.l-section--accent, .l-section.dsa-section-style--framed.l-section--bold {
161
+ .l-section.dsa-section--style--framed.l-section--accent, .l-section.dsa-section--style--framed.l-section--bold {
136
162
  --frame-background-color: var(--ks-background-color-default);
137
163
  }
138
- .l-section.dsa-section-style--deko {
139
- background-image: var(--dsa-section_deko--background-image, radial-gradient(180deg, transparent 0%, var(--ks-background-color-default) 100%));
164
+ .l-section.dsa-section--style-shine-left::before {
165
+ background-image: var(--dsa-section_shine-left--background-image, radial-gradient(70% 150% at 20% 50%, var(--ks-color-fg-inverted), var(--ks-color-bg-inverted-alpha-7)));
166
+ }
167
+ .l-section.dsa-section--style-shine-right::before {
168
+ background-image: var(--dsa-section_shine-right--background-image, radial-gradient(70% 150% at 80% 50%, var(--ks-color-fg-inverted-alpha-8-base), var(--ks-color-bg)));
169
+ }
170
+ .l-section.dsa-section--style-carbon::before {
171
+ background: radial-gradient(var(--ks-color-fg-inverted-alpha-7) 15%, transparent 16%) 0 0, radial-gradient(var(--ks-color-fg-inverted-alpha-7) 15%, transparent 16%) 8px 8px, radial-gradient(var(--ks-color-fg-alpha-9) 15%, transparent 20%) 0 1px, radial-gradient(var(--ks-color-fg-alpha-9) 15%, transparent 20%) 8px 9px;
172
+ background-size: 16px 16px;
173
+ z-index: 1;
174
+ }
175
+ .l-section.dsa-section--style-carbon::after {
176
+ content: "";
177
+ position: absolute;
178
+ top: 0;
179
+ left: 0;
180
+ width: 100%;
181
+ height: 100%;
182
+ z-index: 0;
183
+ background: linear-gradient(180deg, var(--ks-color-fg-alpha-9) 0%, transparent 5px), linear-gradient(180deg, var(--ks-color-fg-alpha-9) 0%, transparent 30px), linear-gradient(180deg, transparent calc(100% - 30px), var(--ks-color-fg-alpha-9) 100%), linear-gradient(180deg, transparent calc(100% - 5px), var(--ks-color-fg-alpha-9) 100%), radial-gradient(100% 100% at 50% 50%, var(--ks-color-bg), var(--ks-color-bg-to-fg-1));
140
184
  }
141
- .l-section.dsa-section-style--colorful {
142
- background-image: var(--dsa-section_colorful--background-image, linear-gradient(145deg, var(--ks-color-primary) 30%, #4aaea9 100%));
185
+ .l-section.dsa-section--style-stripe::before {
186
+ background-image: linear-gradient(45deg, transparent 5%, var(--ks-color-bg-inverted-alpha-8) 5%, var(--ks-color-bg-inverted-alpha-8) 18%, transparent 18%), linear-gradient(180deg, transparent calc(100% - 30px), var(--ks-color-fg-alpha-9) 100%), linear-gradient(180deg, transparent calc(100% - 5px), var(--ks-color-fg-alpha-9) 100%);
143
187
  }
144
188
  .l-section.dsa-section--spotlight {
145
189
  position: relative;
@@ -25,7 +25,10 @@
25
25
  "enum": [
26
26
  "default",
27
27
  "framed",
28
- "deko"
28
+ "shine-left",
29
+ "shine-right",
30
+ "carbon",
31
+ "stripe"
29
32
  ],
30
33
  "default": "default"
31
34
  },
@@ -1293,6 +1296,15 @@
1293
1296
  "title": "Disabled?",
1294
1297
  "description": "Whether the button should be disabled",
1295
1298
  "default": false
1299
+ },
1300
+ "type": {
1301
+ "type": "string",
1302
+ "title": "Button Type",
1303
+ "enum": [
1304
+ "button",
1305
+ "submit",
1306
+ "reset"
1307
+ ]
1296
1308
  }
1297
1309
  },
1298
1310
  "additionalProperties": false,
@@ -3730,6 +3742,15 @@
3730
3742
  "title": "Disabled?",
3731
3743
  "description": "Whether the button should be disabled",
3732
3744
  "default": false
3745
+ },
3746
+ "type": {
3747
+ "type": "string",
3748
+ "title": "Button Type",
3749
+ "enum": [
3750
+ "button",
3751
+ "submit",
3752
+ "reset"
3753
+ ]
3733
3754
  }
3734
3755
  },
3735
3756
  "additionalProperties": false,
@@ -6554,6 +6575,15 @@
6554
6575
  "title": "Disabled?",
6555
6576
  "description": "Whether the button should be disabled",
6556
6577
  "default": false
6578
+ },
6579
+ "type": {
6580
+ "type": "string",
6581
+ "title": "Button Type",
6582
+ "enum": [
6583
+ "button",
6584
+ "submit",
6585
+ "reset"
6586
+ ]
6557
6587
  }
6558
6588
  },
6559
6589
  "additionalProperties": false,
@@ -9512,6 +9542,15 @@
9512
9542
  "title": "Disabled?",
9513
9543
  "description": "Whether the button should be disabled",
9514
9544
  "default": false
9545
+ },
9546
+ "type": {
9547
+ "type": "string",
9548
+ "title": "Button Type",
9549
+ "enum": [
9550
+ "button",
9551
+ "submit",
9552
+ "reset"
9553
+ ]
9515
9554
  }
9516
9555
  },
9517
9556
  "additionalProperties": false,
@@ -12336,6 +12375,15 @@
12336
12375
  "title": "Disabled?",
12337
12376
  "description": "Whether the button should be disabled",
12338
12377
  "default": false
12378
+ },
12379
+ "type": {
12380
+ "type": "string",
12381
+ "title": "Button Type",
12382
+ "enum": [
12383
+ "button",
12384
+ "submit",
12385
+ "reset"
12386
+ ]
12339
12387
  }
12340
12388
  },
12341
12389
  "additionalProperties": false,
@@ -14867,6 +14915,15 @@
14867
14915
  "title": "Disabled?",
14868
14916
  "description": "Whether the button should be disabled",
14869
14917
  "default": false
14918
+ },
14919
+ "type": {
14920
+ "type": "string",
14921
+ "title": "Button Type",
14922
+ "enum": [
14923
+ "button",
14924
+ "submit",
14925
+ "reset"
14926
+ ]
14870
14927
  }
14871
14928
  },
14872
14929
  "additionalProperties": false,