@kickstartds/ds-agency-premium 1.4.0--canary.12.465.0 → 1.4.0--canary.14.677.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.
- package/dist/{BlogPostProps-e1cbd5d3.d.ts → BlogPostProps-440f88a5.d.ts} +8 -2
- package/dist/{FooterProps-9f94ed98.d.ts → FooterProps-2d0b03c2.d.ts} +14 -2
- package/dist/HeaderProps-c6c32ccf.d.ts +72 -0
- package/dist/{ImageStoryProps-24e0335c.d.ts → ImageStoryProps-e853e1e7.d.ts} +9 -4
- package/dist/{HeaderProps-34d278ee.d.ts → LogoProps-01796f0a.d.ts} +16 -19
- package/dist/LogosProps-f9474fe2.d.ts +97 -0
- package/dist/{SectionProps-93230a76.d.ts → SectionProps-83d399b4.d.ts} +2 -2
- package/dist/SliderProps-93230a76.d.ts +1 -1
- package/dist/components/blog-aside/index.js +2 -2
- package/dist/components/blog-head/index.js +2 -2
- package/dist/components/blog-overview/index.js +0 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +3095 -1
- package/dist/components/blog-post/blog-post.schema.json +9 -1
- package/dist/components/blog-post/index.d.ts +3 -6
- package/dist/components/blog-post/index.js +1 -2
- package/dist/components/blog-teaser/index.js +2 -2
- package/dist/components/button/button.css +15 -1
- package/dist/components/cta/cta.css +38 -38
- package/dist/components/feature/index.js +7 -7
- package/dist/components/features/features.css +26 -28
- package/dist/components/features/index.js +1 -1
- package/dist/components/footer/footer.css +23 -18
- package/dist/components/footer/footer.schema.dereffed.json +65 -14
- package/dist/components/footer/footer.schema.json +11 -25
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/footer/index.js +3 -2
- package/dist/components/gallery/gallery.css +1 -1
- package/dist/components/header/header.css +4 -8
- package/dist/components/header/header.schema.dereffed.json +78 -17
- package/dist/components/header/header.schema.json +18 -25
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/index.js +15 -7
- package/dist/components/headline/headline.css +18 -21
- package/dist/components/headline/index.js +1 -7
- package/dist/components/hero/index.js +3 -2
- package/dist/components/image/image.css +8 -8
- package/dist/components/image/image.schema.dereffed.json +1 -1
- package/dist/components/image/image.schema.json +1 -1
- package/dist/components/image/index.d.ts +1 -1
- package/dist/components/image/index.js +1 -1
- package/dist/components/image-story/image-story.css +14 -1
- package/dist/components/image-story/image-story.schema.dereffed.json +19 -9
- package/dist/components/image-story/image-story.schema.json +9 -6
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/image-story/index.js +10 -1
- package/dist/components/index/index.d.ts +14 -14
- package/dist/components/logo/index.d.ts +4 -0
- package/dist/components/logo/index.js +12 -0
- package/dist/components/logo/logo.css +7 -0
- package/dist/components/logo/logo.schema.dereffed.json +43 -19
- package/dist/components/logo/logo.schema.json +41 -17
- package/dist/components/logos/index.d.ts +1 -1
- package/dist/components/logos/index.js +1 -1
- package/dist/components/logos/logos.css +11 -7
- package/dist/components/logos/logos.schema.dereffed.json +0 -5
- package/dist/components/logos/logos.schema.json +27 -1
- package/dist/components/nav-dropdown/index.d.ts +23 -0
- package/dist/components/nav-dropdown/index.js +10 -0
- package/dist/components/nav-dropdown/nav-dropdown.css +48 -0
- package/dist/components/nav-flyout/index.d.ts +7 -0
- package/dist/components/nav-flyout/index.js +17 -0
- package/dist/components/nav-flyout/nav-flyout.css +97 -0
- package/dist/components/nav-main/index.d.ts +42 -11
- package/dist/components/nav-main/index.js +14 -13
- package/dist/components/nav-main/nav-main.schema.dereffed.json +110 -85
- package/dist/components/nav-main/nav-main.schema.json +73 -11
- package/dist/components/nav-toggle/index.d.ts +3 -0
- package/dist/components/nav-toggle/index.js +6 -0
- package/dist/components/{nav-main → nav-toggle}/nav-toggle.css +21 -21
- package/dist/components/nav-topbar/index.d.ts +6 -0
- package/dist/components/nav-topbar/index.js +12 -0
- package/dist/components/nav-topbar/nav-topbar.css +95 -0
- package/dist/components/page/page.schema.dereffed.json +25 -25
- package/dist/components/page/page.schema.json +6 -6
- package/dist/components/page-wrapper/index.js +2 -3
- package/dist/components/page-wrapper/tokens.css +2 -2
- package/dist/components/picture/picture.schema.json +1 -1
- package/dist/components/presets.json +197 -19
- package/dist/components/providers/index.js +0 -1
- package/dist/components/section/index.d.ts +5 -3
- package/dist/components/section/index.js +35 -31
- package/dist/components/section/section.css +3 -3
- package/dist/components/section/section.schema.dereffed.json +19 -19
- package/dist/components/settings/settings.schema.dereffed.json +143 -31
- package/dist/components/slider/slider.schema.dereffed.json +0 -5
- package/dist/components/teaser-card/teaser-card.css +2 -2
- package/dist/components/text/text.css +1 -1
- package/dist/global.css +13 -13
- package/dist/static/favicon/favicon-192-192.png +1 -1
- package/dist/static/logo-inverted.svg +26 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +2 -2
- package/dist/tokens/tokens.js +2 -2
- package/package.json +1 -1
- package/dist/LogosProps-58c84ccc.d.ts +0 -242
- package/dist/components/headline-level-context/index.d.ts +0 -4
- package/dist/components/headline-level-context/index.js +0 -33
- package/dist/components/nav-main/nav-main.css +0 -191
- /package/dist/components/{nav-main → nav}/js/NavToggle.client.d.ts +0 -0
- /package/dist/components/{nav-main → nav}/js/NavToggle.client.js +0 -0
- /package/dist/components/{nav-main → nav}/js/body.client.d.ts +0 -0
- /package/dist/components/{nav-main → nav}/js/body.client.js +0 -0
- /package/dist/components/{nav-main → nav}/js/navMainEvents.client.d.ts +0 -0
- /package/dist/components/{nav-main → nav}/js/navMainEvents.client.js +0 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
.dsa-nav-topbar {
|
|
2
|
+
--dsa-nav-topbar__label--color: var(--ks-color-fg);
|
|
3
|
+
--dsa-nav-topbar__label--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
4
|
+
--dsa-nav-topbar__label--color_active: var(--ks-text-color-interface-interactive-active);
|
|
5
|
+
--dsa-nav-topbar__label--font: var(--ks-font-interface-m);
|
|
6
|
+
--dsa-nav-topbar__label--font-weight: var(--ks-font-weight-semi-bold);
|
|
7
|
+
--dsa-nav-topbar__label--font-weight_active: var(--ks-font-weight-bold);
|
|
8
|
+
--dsa-nav-topbar__label--padding: 0.75em 0.75em;
|
|
9
|
+
--dsa-nav-topbar__label_dimmed--opacity: 0.6;
|
|
10
|
+
--dsa-nav-topbar__label__icon--size: 1.5em;
|
|
11
|
+
--dsa-nav-topbar_floating__label_dimmed--opacity: 0.75;
|
|
12
|
+
--dsa-nav-topbar_floating__label--color: var(--ks-color-fg);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.dsa-nav-topbar {
|
|
16
|
+
display: none;
|
|
17
|
+
--g-link--text-decoration: none;
|
|
18
|
+
--g-link--text-decoration_hover: none;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
justify-content: flex-start;
|
|
21
|
+
}
|
|
22
|
+
@media (min-width: 62rem) {
|
|
23
|
+
.dsa-nav-topbar {
|
|
24
|
+
display: flex;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.dsa-nav-topbar ul {
|
|
28
|
+
list-style: none;
|
|
29
|
+
}
|
|
30
|
+
.dsa-nav-topbar .dsa-nav-topbar__list {
|
|
31
|
+
margin: 0;
|
|
32
|
+
padding: 0;
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-wrap: nowrap;
|
|
35
|
+
align-items: stretch;
|
|
36
|
+
}
|
|
37
|
+
.dsa-nav-topbar .dsa-nav-topbar__list > ul.dsa-nav-main__list {
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
40
|
+
.dsa-nav-topbar .dsa-nav-topbar__list:hover .dsa-nav-topbar__item:not(:hover, .dsa-nav-topbar__item--active) .dsa-nav-topbar__label {
|
|
41
|
+
opacity: var(--dsa-nav-topbar__label_dimmed--opacity);
|
|
42
|
+
}
|
|
43
|
+
.dsa-header--floating .dsa-nav-topbar .dsa-nav-topbar__list:hover .dsa-nav-topbar__item:not(:hover, .dsa-nav-topbar__item--active) {
|
|
44
|
+
opacity: var(--dsa-nav-topbar_floating__link_dimmed--opacity);
|
|
45
|
+
}
|
|
46
|
+
.dsa-nav-topbar .dsa-nav-topbar__item {
|
|
47
|
+
position: relative;
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: stretch;
|
|
50
|
+
}
|
|
51
|
+
.dsa-nav-topbar .dsa-nav-topbar__item .dsa-nav-dropdown {
|
|
52
|
+
transition: all var(--ks-transition-fade);
|
|
53
|
+
transform: translateY(-5%);
|
|
54
|
+
opacity: 0;
|
|
55
|
+
pointer-events: none;
|
|
56
|
+
}
|
|
57
|
+
.dsa-nav-topbar .dsa-nav-topbar__item--active .dsa-nav-topbar__label {
|
|
58
|
+
color: var(--dsa-nav-topbar__label--color_active);
|
|
59
|
+
font-weight: var(--dsa-nav-topbar__label--font-weight_active);
|
|
60
|
+
}
|
|
61
|
+
.dsa-nav-topbar .dsa-nav-topbar__item:hover > .dsa-nav-dropdown, .dsa-nav-topbar .dsa-nav-topbar__item:focus-within > .dsa-nav-dropdown {
|
|
62
|
+
display: flex;
|
|
63
|
+
pointer-events: all;
|
|
64
|
+
transform: translateY(0);
|
|
65
|
+
opacity: 1;
|
|
66
|
+
}
|
|
67
|
+
.dsa-nav-topbar .dsa-nav-topbar__label {
|
|
68
|
+
display: flex;
|
|
69
|
+
font: var(--dsa-nav-topbar__label--font);
|
|
70
|
+
font-weight: var(--dsa-nav-topbar__label--font-weight);
|
|
71
|
+
color: var(--dsa-nav-topbar__label--color);
|
|
72
|
+
height: 100%;
|
|
73
|
+
align-items: center;
|
|
74
|
+
padding: var(--dsa-nav-topbar__label--padding);
|
|
75
|
+
}
|
|
76
|
+
.dsa-nav-topbar .dsa-nav-topbar__label:hover, .dsa-nav-topbar .dsa-nav-topbar__label:focus {
|
|
77
|
+
color: var(--dsa-nav-topbar__label--color_hover);
|
|
78
|
+
opacity: 1;
|
|
79
|
+
}
|
|
80
|
+
.dsa-header--floating .dsa-nav-topbar .dsa-nav-topbar__label {
|
|
81
|
+
color: var(--dsa-nav-topbar_floating__link--color);
|
|
82
|
+
}
|
|
83
|
+
.dsa-header--floating .dsa-nav-topbar .dsa-nav-topbar__label:hover {
|
|
84
|
+
color: var(--dsa-nav-topbar__label--color_hover);
|
|
85
|
+
}
|
|
86
|
+
.dsa-header--floating .dsa-nav-topbar .dsa-nav-topbar__label:active {
|
|
87
|
+
color: var(--dsa-nav-topbar__label--color_active);
|
|
88
|
+
}
|
|
89
|
+
.dsa-nav-topbar .dsa-nav-topbar__label__icon {
|
|
90
|
+
width: var(--dsa-nav-topbar__label__icon--size);
|
|
91
|
+
height: var(--dsa-nav-topbar__label__icon--size);
|
|
92
|
+
}
|
|
93
|
+
.dsa-nav-topbar .dsa-nav-topbar__label:not(.dsa-nav-topbar__link) {
|
|
94
|
+
cursor: default;
|
|
95
|
+
}
|
|
@@ -986,23 +986,33 @@
|
|
|
986
986
|
"type": "string",
|
|
987
987
|
"format": "image"
|
|
988
988
|
},
|
|
989
|
-
"
|
|
990
|
-
"title": "Image aspect ratio",
|
|
991
|
-
"description": "Select an aspect ratio to use for cropping and displaying the image",
|
|
989
|
+
"aspectRatio": {
|
|
992
990
|
"type": "string",
|
|
991
|
+
"title": "Aspect Ratio",
|
|
992
|
+
"description": "The aspect ratio of the image",
|
|
993
993
|
"enum": [
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"none"
|
|
994
|
+
"unset",
|
|
995
|
+
"square",
|
|
996
|
+
"wide",
|
|
997
|
+
"landscape"
|
|
999
998
|
],
|
|
1000
|
-
"default": "
|
|
999
|
+
"default": "unset"
|
|
1001
1000
|
},
|
|
1002
1001
|
"alt": {
|
|
1003
1002
|
"title": "Alt text",
|
|
1004
1003
|
"description": "Image description",
|
|
1005
1004
|
"type": "string"
|
|
1005
|
+
},
|
|
1006
|
+
"vAlign": {
|
|
1007
|
+
"title": "Image vertical alignment",
|
|
1008
|
+
"description": "Select a vertical alignment for the image",
|
|
1009
|
+
"type": "string",
|
|
1010
|
+
"enum": [
|
|
1011
|
+
"center",
|
|
1012
|
+
"top",
|
|
1013
|
+
"bottom"
|
|
1014
|
+
],
|
|
1015
|
+
"default": "top"
|
|
1006
1016
|
}
|
|
1007
1017
|
},
|
|
1008
1018
|
"additionalProperties": false
|
|
@@ -1113,8 +1123,6 @@
|
|
|
1113
1123
|
"title": "Logos",
|
|
1114
1124
|
"description": "The logos to display",
|
|
1115
1125
|
"items": {
|
|
1116
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1117
|
-
"$id": "http://schema.mydesignsystem.com/logo.schema.json",
|
|
1118
1126
|
"title": "Logo",
|
|
1119
1127
|
"description": "Logo entry for Logos component",
|
|
1120
1128
|
"type": "object",
|
|
@@ -1140,9 +1148,6 @@
|
|
|
1140
1148
|
"examples": [
|
|
1141
1149
|
"Logo 1"
|
|
1142
1150
|
]
|
|
1143
|
-
},
|
|
1144
|
-
"type": {
|
|
1145
|
-
"const": "logo"
|
|
1146
1151
|
}
|
|
1147
1152
|
},
|
|
1148
1153
|
"additionalProperties": false,
|
|
@@ -2090,8 +2095,6 @@
|
|
|
2090
2095
|
"title": "Logos",
|
|
2091
2096
|
"description": "The logos to display",
|
|
2092
2097
|
"items": {
|
|
2093
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2094
|
-
"$id": "http://schema.mydesignsystem.com/logo.schema.json",
|
|
2095
2098
|
"title": "Logo",
|
|
2096
2099
|
"description": "Logo entry for Logos component",
|
|
2097
2100
|
"type": "object",
|
|
@@ -2117,9 +2120,6 @@
|
|
|
2117
2120
|
"examples": [
|
|
2118
2121
|
"Logo 1"
|
|
2119
2122
|
]
|
|
2120
|
-
},
|
|
2121
|
-
"type": {
|
|
2122
|
-
"const": "logo"
|
|
2123
2123
|
}
|
|
2124
2124
|
},
|
|
2125
2125
|
"additionalProperties": false,
|
|
@@ -3109,14 +3109,14 @@
|
|
|
3109
3109
|
"properties": {
|
|
3110
3110
|
"floating": {
|
|
3111
3111
|
"type": "boolean",
|
|
3112
|
-
"title": "Floating",
|
|
3113
|
-
"description": "
|
|
3112
|
+
"title": "Toggle Floating",
|
|
3113
|
+
"description": "Toggle default floating header behaviour set in global settings",
|
|
3114
3114
|
"default": false
|
|
3115
3115
|
},
|
|
3116
3116
|
"inverted": {
|
|
3117
3117
|
"type": "boolean",
|
|
3118
|
-
"title": "Inverted",
|
|
3119
|
-
"description": "
|
|
3118
|
+
"title": "Toggle Inverted",
|
|
3119
|
+
"description": "Toggle default inverted header behaviour set in global settings",
|
|
3120
3120
|
"default": false
|
|
3121
3121
|
}
|
|
3122
3122
|
},
|
|
@@ -3129,8 +3129,8 @@
|
|
|
3129
3129
|
"properties": {
|
|
3130
3130
|
"inverted": {
|
|
3131
3131
|
"type": "boolean",
|
|
3132
|
-
"title": "Inverted",
|
|
3133
|
-
"description": "
|
|
3132
|
+
"title": "Toggle Inverted",
|
|
3133
|
+
"description": "Toggle default inverted footer behaviour set in global settings",
|
|
3134
3134
|
"default": false
|
|
3135
3135
|
}
|
|
3136
3136
|
},
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"properties": {
|
|
22
22
|
"floating": {
|
|
23
23
|
"type": "boolean",
|
|
24
|
-
"title": "Floating",
|
|
25
|
-
"description": "
|
|
24
|
+
"title": "Toggle Floating",
|
|
25
|
+
"description": "Toggle default floating header behaviour set in global settings",
|
|
26
26
|
"default": false
|
|
27
27
|
},
|
|
28
28
|
"inverted": {
|
|
29
29
|
"type": "boolean",
|
|
30
|
-
"title": "Inverted",
|
|
31
|
-
"description": "
|
|
30
|
+
"title": "Toggle Inverted",
|
|
31
|
+
"description": "Toggle default inverted header behaviour set in global settings",
|
|
32
32
|
"default": false
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"properties": {
|
|
41
41
|
"inverted": {
|
|
42
42
|
"type": "boolean",
|
|
43
|
-
"title": "Inverted",
|
|
44
|
-
"description": "
|
|
43
|
+
"title": "Toggle Inverted",
|
|
44
|
+
"description": "Toggle default inverted footer behaviour set in global settings",
|
|
45
45
|
"default": false
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import "./tokens.css";
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import { HeadlineLevelProvider } from '../headline-level-context/index.js';
|
|
4
3
|
import Providers from '../providers/index.js';
|
|
5
4
|
import '@kickstartds/base/lib/global/base';
|
|
6
5
|
import '../../global-35f78d6d.js';
|
|
7
|
-
import 'react';
|
|
8
6
|
import '../button/index.js';
|
|
7
|
+
import 'react';
|
|
9
8
|
import 'classnames';
|
|
10
9
|
import '@kickstartds/base/lib/button';
|
|
11
10
|
import '../section/index.js';
|
|
@@ -489,6 +488,6 @@ var IconSprite = (() => /*#__PURE__*/ jsxs("svg", {
|
|
|
489
488
|
})]
|
|
490
489
|
}));
|
|
491
490
|
|
|
492
|
-
const PageWrapper = ({ children }) => (
|
|
491
|
+
const PageWrapper = ({ children }) => (jsxs(Providers, { children: [jsx(IconSprite, {}), children] }));
|
|
493
492
|
|
|
494
493
|
export { PageWrapper };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 22 Aug 2024 12:29:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, [ks-theme] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
--ks-timing-function-linear: linear;
|
|
927
927
|
--ks-transition-collapse: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
928
928
|
--ks-transition-hover: var(--ks-duration-fast) var(--ks-timing-function-ease-in-out);
|
|
929
|
-
--ks-transition-fade: var(--ks-duration-
|
|
929
|
+
--ks-transition-fade: var(--ks-duration-fast) var(--ks-timing-function-ease-out);
|
|
930
930
|
--ks-font-family-display: Fredoka, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
|
|
931
931
|
--ks-font-family-copy: Mulish, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
932
932
|
--ks-font-family-interface: Mulish, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"className": {
|
|
39
39
|
"title": "Additional Classes",
|
|
40
|
-
"description": "Add additional css classes that should be applied to the
|
|
40
|
+
"description": "Add additional css classes that should be applied to the picture",
|
|
41
41
|
"type": "string"
|
|
42
42
|
},
|
|
43
43
|
"style": {
|
|
@@ -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
|
|
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": "
|
|
1303
|
+
"label": "Active Item",
|
|
1304
|
+
"active": true
|
|
1175
1305
|
},
|
|
1176
1306
|
{
|
|
1177
1307
|
"href": "#",
|
|
1178
|
-
"label": "
|
|
1179
|
-
"active": true
|
|
1308
|
+
"label": "Navigation Item"
|
|
1180
1309
|
},
|
|
1181
1310
|
{
|
|
1182
1311
|
"href": "#",
|
|
1183
|
-
"label": "
|
|
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
|
|
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
|
-
"
|
|
1534
|
+
"flyoutInverted": false,
|
|
1535
|
+
"dropdownInverted": false,
|
|
1382
1536
|
"floating": false,
|
|
1383
1537
|
"inverted": false,
|
|
1384
1538
|
"navItems": [
|
|
1385
1539
|
{
|
|
1386
1540
|
"href": "#",
|
|
1387
|
-
"label": "
|
|
1541
|
+
"label": "Active Item",
|
|
1542
|
+
"active": true
|
|
1388
1543
|
},
|
|
1389
1544
|
{
|
|
1390
1545
|
"href": "#",
|
|
1391
|
-
"label": "
|
|
1392
|
-
"active": true
|
|
1546
|
+
"label": "Navigation Item"
|
|
1393
1547
|
},
|
|
1394
1548
|
{
|
|
1395
1549
|
"href": "#",
|
|
1396
|
-
"label": "
|
|
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
|
|
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
|
-
"
|
|
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-
|
|
4
|
-
declare const
|
|
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 };
|