@kickstartds/ds-agency-premium 1.2.10--canary.171.76273d8.0 → 1.2.10--canary.178.33c3c92.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/BlogAsideProps-e1cbd5d3.d.ts +74 -0
- package/dist/BlogHeadProps-f9a49428.d.ts +31 -0
- package/dist/BlogTeaserProps-525f7f9f.d.ts +79 -0
- package/dist/FeatureProps-f8a75850.d.ts +52 -0
- package/dist/FeaturesProps-b05859d6.d.ts +34 -0
- package/dist/SeoProps-f2d6dcaa.d.ts +36 -0
- package/dist/{TeaserCardProps-3fce7be4.d.ts → TeaserCardProps-b9c28e78.d.ts} +1 -1
- package/dist/components/blog-aside/blog-aside.css +33 -5
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +5 -3
- package/dist/components/blog-aside/blog-aside.schema.json +5 -3
- package/dist/components/blog-aside/index.d.ts +6 -76
- package/dist/components/blog-aside/index.js +17 -10
- package/dist/components/blog-head/blog-head.css +22 -2
- package/dist/components/blog-head/blog-head.schema.dereffed.json +2 -1
- package/dist/components/blog-head/blog-head.schema.json +2 -1
- package/dist/components/blog-head/index.d.ts +6 -34
- package/dist/components/blog-head/index.js +10 -4
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +18 -0
- package/dist/components/blog-overview/index.d.ts +39 -0
- package/dist/components/blog-overview/index.js +17 -0
- package/dist/components/blog-post/blog-post.schema.dereffed.json +7 -4
- package/dist/components/blog-post/index.d.ts +39 -0
- package/dist/components/blog-post/index.js +24 -0
- package/dist/components/blog-teaser/blog-teaser.css +49 -25
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -0
- package/dist/components/blog-teaser/blog-teaser.schema.json +6 -0
- package/dist/components/blog-teaser/index.d.ts +6 -81
- package/dist/components/blog-teaser/index.js +25 -16
- package/dist/components/button/button.css +109 -59
- package/dist/components/button/index.js +2 -1
- package/dist/components/cta/cta.css +1 -1
- package/dist/components/faq/faq.css +27 -14
- package/dist/components/faq/faq.schema.dereffed.json +2 -0
- package/dist/components/faq/faq.schema.json +2 -0
- package/dist/components/faq/index.d.ts +6 -3
- package/dist/components/faq/index.js +8 -4
- package/dist/components/feature/feature.css +99 -0
- package/dist/components/feature/feature.schema.dereffed.json +91 -0
- package/dist/components/feature/feature.schema.json +67 -0
- package/dist/components/feature/index.d.ts +7 -49
- package/dist/components/feature/index.js +19 -15
- package/dist/components/features/features.css +7 -93
- package/dist/components/features/features.schema.dereffed.json +36 -2
- package/dist/components/features/features.schema.json +3 -47
- package/dist/components/features/index.d.ts +7 -4
- package/dist/components/features/index.js +13 -20
- package/dist/components/footer/footer.css +21 -17
- package/dist/components/footer/footer.schema.dereffed.json +4 -83
- package/dist/components/footer/footer.schema.json +33 -2
- package/dist/components/footer/index.d.ts +23 -5
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/gallery.css +31 -23
- package/dist/components/gallery/gallery.schema.dereffed.json +2 -0
- package/dist/components/gallery/gallery.schema.json +2 -0
- package/dist/components/gallery/index.d.ts +6 -3
- package/dist/components/gallery/index.js +11 -6
- package/dist/components/header/header.css +19 -43
- package/dist/components/header/header.schema.dereffed.json +18 -93
- package/dist/components/header/header.schema.json +31 -1
- package/dist/components/header/index.d.ts +24 -5
- package/dist/components/header/index.js +1 -1
- package/dist/components/headline/headline.css +76 -46
- package/dist/components/headline/index.d.ts +1 -1
- package/dist/components/headline/index.js +1 -1
- package/dist/components/hero/hero.css +30 -16
- package/dist/components/image/image.css +12 -6
- package/dist/components/image/image.schema.dereffed.json +4 -4
- package/dist/components/image/image.schema.json +4 -4
- package/dist/components/image/index.d.ts +7 -7
- package/dist/components/image-text/image-text.css +14 -3
- package/dist/components/image-text/image-text.schema.dereffed.json +2 -0
- package/dist/components/image-text/image-text.schema.json +2 -0
- package/dist/components/image-text/index.d.ts +7 -4
- package/dist/components/image-text/index.js +19 -13
- package/dist/components/logo/index.d.ts +27 -0
- package/dist/components/logo/index.js +12 -0
- package/dist/components/logo/logo.schema.dereffed.json +38 -0
- package/dist/components/logo/logo.schema.json +31 -0
- package/dist/components/mosaic/mosaic.css +2 -2
- package/dist/components/nav-main/index.d.ts +2 -0
- package/dist/components/nav-main/index.js +3 -2
- package/dist/components/nav-main/nav-main.css +67 -64
- package/dist/components/nav-main/nav-main.schema.dereffed.json +17 -11
- package/dist/components/nav-main/nav-main.schema.json +15 -12
- package/dist/components/nav-main/nav-toggle.css +12 -7
- package/dist/components/page/page.schema.dereffed.json +46 -5
- package/dist/components/page/page.schema.json +1 -1
- package/dist/components/page-wrapper/index.d.ts +2 -3
- package/dist/components/page-wrapper/index.js +7 -472
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/providers/index.js +1 -1
- package/dist/components/raw-page-wrapper/index.d.ts +3 -0
- package/dist/components/raw-page-wrapper/index.js +492 -0
- package/dist/components/section/index.d.ts +2 -2
- package/dist/components/section/section.schema.dereffed.json +45 -4
- package/dist/components/settings/settings.schema.dereffed.json +22 -176
- package/dist/components/stat/index.d.ts +32 -0
- package/dist/components/stat/index.js +11 -0
- package/dist/components/stat/stat.schema.dereffed.json +64 -0
- package/dist/components/stat/stat.schema.json +48 -0
- package/dist/components/teaser-card/index.d.ts +4 -2
- package/dist/components/teaser-card/index.js +16 -13
- package/dist/components/teaser-card/teaser-card.css +68 -40
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +2 -2
- package/dist/components/teaser-card/teaser-card.schema.json +2 -2
- package/dist/components/testimonial/index.d.ts +44 -0
- package/dist/components/testimonial/index.js +19 -0
- package/dist/components/testimonial/testimonial.schema.dereffed.json +60 -0
- package/dist/components/testimonial/testimonial.schema.json +46 -0
- package/dist/components/text/index.d.ts +6 -3
- package/dist/components/text/index.js +10 -4
- package/dist/components/text/text.css +19 -9
- package/dist/components/text/text.schema.dereffed.json +1 -0
- package/dist/components/text/text.schema.json +1 -0
- package/dist/components/video-curtain/video-curtain.css +1 -1
- package/dist/global.css +238 -88
- package/dist/static/tokens-business.css +1 -1
- package/dist/static/tokens-google.css +1 -1
- package/dist/static/tokens-ngo.css +1 -1
- package/dist/static/tokens-telekom.css +1 -1
- package/dist/static/tokens.css +1 -1
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- package/dist/FeaturesProps-32f5bc0d.d.ts +0 -284
- /package/dist/static/fonts/{lughausen → business}/novelpro-regular.woff +0 -0
- /package/dist/static/fonts/{lughausen → business}/novelsanspro-bold.woff +0 -0
- /package/dist/static/fonts/{lughausen → business}/novelsanspro-regular.woff +0 -0
- /package/dist/static/{logo-lughausen.svg → logo-business.svg} +0 -0
|
@@ -1,33 +1,38 @@
|
|
|
1
|
-
.
|
|
2
|
-
--
|
|
1
|
+
.nav-main {
|
|
2
|
+
--dsa-nav-main--background: linear-gradient(
|
|
3
3
|
125deg,
|
|
4
4
|
var(--ks-background-color-default),
|
|
5
5
|
var(--ks-color-primary-to-bg-6)
|
|
6
6
|
);
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
--
|
|
11
|
-
--
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
15
|
-
--c-nav-main--shadow: 50px 0px 50px 50px rgba(0, 0, 0, 0.539);
|
|
7
|
+
--dsa-nav-main__link--color: var(--ks-text-color-interface-interactive);
|
|
8
|
+
--dsa-nav-main__link--opacity_hover: 0.75;
|
|
9
|
+
--dsa-nav-main__link--color_active: var(--ks-text-color-interface-interactive-active);
|
|
10
|
+
--dsa-nav-main__link--font: var(--ks-font-interface-l);
|
|
11
|
+
--dsa-nav-main__link--font-weight: var(--ks-font-weight-semi-bold);
|
|
12
|
+
--dsa-nav-main__link--font-weight_active: var(--ks-font-weight-semi-bold);
|
|
13
|
+
--dsa-nav-main__link--padding: 0.35em 0;
|
|
14
|
+
--dsa-nav-main--shadow: 50px 0px 50px 50px rgba(0, 0, 0, 0.539);
|
|
16
15
|
}
|
|
17
16
|
@media (min-width: 62rem) {
|
|
18
|
-
.
|
|
19
|
-
--
|
|
20
|
-
--
|
|
21
|
-
--c-nav-main--padding: 1px;
|
|
17
|
+
.nav-main {
|
|
18
|
+
--dsa-nav-main__link--padding: 0 0.75em;
|
|
19
|
+
--dsa-nav-main__link--font: var(--ks-font-interface-m);
|
|
22
20
|
}
|
|
23
21
|
}
|
|
24
22
|
|
|
25
|
-
.
|
|
23
|
+
.nav-main {
|
|
26
24
|
display: flex;
|
|
27
25
|
flex-direction: column;
|
|
28
26
|
justify-content: flex-start;
|
|
29
27
|
}
|
|
30
|
-
.
|
|
28
|
+
.nav-main--active .nav-main__item .nav-main__link {
|
|
29
|
+
color: var(--dsa-nav-main__link--color);
|
|
30
|
+
}
|
|
31
|
+
.nav-main--active .nav-main__item--active .nav-main__link {
|
|
32
|
+
color: var(--dsa-nav-main__link--color_active);
|
|
33
|
+
font-weight: var(--dsa-nav-main__link--font-weight_active);
|
|
34
|
+
}
|
|
35
|
+
.nav-main ul {
|
|
31
36
|
/* critical:start */
|
|
32
37
|
box-sizing: border-box;
|
|
33
38
|
margin: 0;
|
|
@@ -35,49 +40,46 @@
|
|
|
35
40
|
list-style: none;
|
|
36
41
|
/* critical:end */
|
|
37
42
|
}
|
|
38
|
-
.
|
|
43
|
+
.nav-main ul li {
|
|
39
44
|
display: block;
|
|
40
45
|
margin: 0;
|
|
41
46
|
}
|
|
42
|
-
.
|
|
47
|
+
.nav-main__item {
|
|
43
48
|
position: relative;
|
|
44
49
|
}
|
|
45
|
-
.
|
|
46
|
-
|
|
47
|
-
font-weight: var(--c-nav-main--font-weight-active);
|
|
48
|
-
}
|
|
49
|
-
.c-nav-main__list:hover .c-nav-main__link {
|
|
50
|
-
color: var(--c-nav-main--color-hover);
|
|
50
|
+
.nav-main__list:hover .nav-main__link {
|
|
51
|
+
opacity: var(--dsa-nav-main__link--opacity_hover);
|
|
51
52
|
}
|
|
52
|
-
.
|
|
53
|
+
.nav-main a.nav-main__link {
|
|
53
54
|
/* critical:start */
|
|
54
|
-
font: var(--
|
|
55
|
-
font-weight: var(--
|
|
56
|
-
color: var(--
|
|
55
|
+
font: var(--dsa-nav-main__link--font);
|
|
56
|
+
font-weight: var(--dsa-nav-main__link--font-weight);
|
|
57
|
+
color: var(--dsa-nav-main__link--color);
|
|
57
58
|
position: relative;
|
|
58
59
|
display: block;
|
|
59
|
-
padding: var(--
|
|
60
|
+
padding: var(--dsa-nav-main__link--padding);
|
|
60
61
|
/* critical:end */
|
|
61
62
|
}
|
|
62
|
-
.
|
|
63
|
-
|
|
63
|
+
.nav-main a.nav-main__link:hover {
|
|
64
|
+
opacity: 1;
|
|
65
|
+
color: var(--dsa-nav-main__link--color_active);
|
|
64
66
|
}
|
|
65
|
-
.
|
|
66
|
-
color: var(--
|
|
67
|
+
.nav-main a.nav-main__link:active {
|
|
68
|
+
color: var(--dsa-nav-main__link--color_active);
|
|
67
69
|
}
|
|
68
|
-
.
|
|
69
|
-
padding: var(--
|
|
70
|
+
.nav-main__logo {
|
|
71
|
+
padding: var(--dsa-header--spacing-v) 0;
|
|
70
72
|
}
|
|
71
|
-
.
|
|
72
|
-
height: var(--
|
|
73
|
+
.nav-main__logo img {
|
|
74
|
+
height: var(--dsa-logo--height);
|
|
73
75
|
width: auto;
|
|
74
76
|
}
|
|
75
|
-
.
|
|
77
|
+
.nav-main__wrap {
|
|
76
78
|
flex-grow: 0;
|
|
77
79
|
flex-shrink: 1;
|
|
78
80
|
}
|
|
79
81
|
@media (max-width: 62rem) {
|
|
80
|
-
.
|
|
82
|
+
.nav-main {
|
|
81
83
|
/* critical:start */
|
|
82
84
|
left: -100%;
|
|
83
85
|
/* critical:end */
|
|
@@ -92,12 +94,12 @@
|
|
|
92
94
|
bottom: 0;
|
|
93
95
|
top: 0;
|
|
94
96
|
overflow-y: auto;
|
|
95
|
-
background: var(--
|
|
97
|
+
background: var(--dsa-nav-main--background);
|
|
96
98
|
backface-visibility: hidden;
|
|
97
99
|
-webkit-overflow-scrolling: touch;
|
|
98
100
|
box-shadow: 20px 0px 30px rgba(0, 0, 0, 0);
|
|
99
101
|
}
|
|
100
|
-
.
|
|
102
|
+
.nav-main__item--icon {
|
|
101
103
|
border: 0;
|
|
102
104
|
clip: rect(1px, 1px, 1px, 1px);
|
|
103
105
|
clip-path: inset(100%);
|
|
@@ -108,56 +110,57 @@
|
|
|
108
110
|
white-space: nowrap;
|
|
109
111
|
width: 1px;
|
|
110
112
|
}
|
|
111
|
-
.overlay-open .
|
|
113
|
+
.overlay-open .nav-main {
|
|
112
114
|
left: 0;
|
|
113
|
-
box-shadow: var(--
|
|
115
|
+
box-shadow: var(--dsa-nav-main--shadow);
|
|
114
116
|
}
|
|
115
|
-
.
|
|
116
|
-
margin: var(--
|
|
117
|
+
.nav-main > .nav-main__logo {
|
|
118
|
+
margin-top: var(--dsa-header--spacing-vertical);
|
|
119
|
+
margin-bottom: var(--dsa-header--spacing-vertical);
|
|
117
120
|
}
|
|
118
|
-
.
|
|
119
|
-
padding-top: calc(var(--
|
|
121
|
+
.nav-main ul.nav-main__list {
|
|
122
|
+
padding-top: calc(var(--dsa-header--spacing-vertical) - var(--ks-spacing-s));
|
|
120
123
|
}
|
|
121
|
-
.
|
|
122
|
-
margin-left: var(--
|
|
123
|
-
margin-top: var(--
|
|
124
|
+
.nav-main ul.nav-main__list .nav-main--button {
|
|
125
|
+
margin-left: var(--dsa-header--spacing-horizontal);
|
|
126
|
+
margin-top: var(--dsa-header--spacing-vertical);
|
|
124
127
|
}
|
|
125
|
-
.
|
|
126
|
-
--
|
|
128
|
+
.nav-main ul.nav-main__list .nav-main--button .button {
|
|
129
|
+
--button--font: var(--ks-font-interface-s);
|
|
127
130
|
}
|
|
128
|
-
.
|
|
129
|
-
--
|
|
131
|
+
.nav-main ul.nav-main__list .nav-main--button .button .button__content {
|
|
132
|
+
--button--padding: 0.4rem 1rem;
|
|
130
133
|
}
|
|
131
134
|
}
|
|
132
135
|
@media (min-width: 62rem) {
|
|
133
|
-
.
|
|
136
|
+
.nav-main {
|
|
134
137
|
/* critical:start */
|
|
135
138
|
/* critical:end */
|
|
136
139
|
}
|
|
137
|
-
.
|
|
140
|
+
.nav-main > .nav-main__logo {
|
|
138
141
|
display: none;
|
|
139
142
|
}
|
|
140
|
-
.
|
|
143
|
+
.nav-main .button--wrapper {
|
|
141
144
|
margin-left: var(--ks-spacing-inline-xs);
|
|
142
145
|
}
|
|
143
|
-
.
|
|
146
|
+
.nav-main__wrap {
|
|
144
147
|
display: flex;
|
|
145
148
|
align-items: center;
|
|
146
149
|
}
|
|
147
|
-
.
|
|
150
|
+
.nav-main__list {
|
|
148
151
|
/* critical:start */
|
|
149
152
|
display: flex;
|
|
150
153
|
flex-wrap: nowrap;
|
|
151
154
|
align-items: center;
|
|
152
155
|
/* critical:end */
|
|
153
156
|
}
|
|
154
|
-
.
|
|
155
|
-
--
|
|
157
|
+
.nav-main__list .nav-main--button .button {
|
|
158
|
+
--button--font: var(--ks-font-interface-s);
|
|
156
159
|
}
|
|
157
|
-
.
|
|
160
|
+
.nav-main__list .nav-main--button .button span {
|
|
158
161
|
font-size: 98%;
|
|
159
162
|
}
|
|
160
|
-
.
|
|
163
|
+
.nav-main__item {
|
|
161
164
|
/* critical:start */
|
|
162
165
|
flex-shrink: 0;
|
|
163
166
|
/* critical:end */
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
},
|
|
127
127
|
"logoHref": {
|
|
128
128
|
"type": "string",
|
|
129
|
+
"format": "uri",
|
|
129
130
|
"default": "/"
|
|
130
131
|
},
|
|
131
132
|
"items": {
|
|
@@ -134,10 +135,14 @@
|
|
|
134
135
|
"type": "object",
|
|
135
136
|
"properties": {
|
|
136
137
|
"href": {
|
|
137
|
-
"type": "string"
|
|
138
|
+
"type": "string",
|
|
139
|
+
"format": "uri"
|
|
138
140
|
},
|
|
139
141
|
"label": {
|
|
140
142
|
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"active": {
|
|
145
|
+
"type": "boolean"
|
|
141
146
|
}
|
|
142
147
|
},
|
|
143
148
|
"additionalProperties": false,
|
|
@@ -149,24 +154,25 @@
|
|
|
149
154
|
"examples": [
|
|
150
155
|
[
|
|
151
156
|
{
|
|
152
|
-
"
|
|
153
|
-
"
|
|
157
|
+
"label": "Nav Item",
|
|
158
|
+
"href": "#"
|
|
154
159
|
},
|
|
155
160
|
{
|
|
156
|
-
"
|
|
157
|
-
"
|
|
161
|
+
"label": "Active Item",
|
|
162
|
+
"href": "#",
|
|
163
|
+
"active": true
|
|
158
164
|
},
|
|
159
165
|
{
|
|
160
|
-
"
|
|
161
|
-
"
|
|
166
|
+
"label": "Another Item",
|
|
167
|
+
"href": "#"
|
|
162
168
|
},
|
|
163
169
|
{
|
|
164
|
-
"
|
|
165
|
-
"
|
|
170
|
+
"label": "One more Item",
|
|
171
|
+
"href": "#"
|
|
166
172
|
},
|
|
167
173
|
{
|
|
168
|
-
"
|
|
169
|
-
"
|
|
174
|
+
"label": "Last Item",
|
|
175
|
+
"href": "#"
|
|
170
176
|
}
|
|
171
177
|
]
|
|
172
178
|
]
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"logoHref": {
|
|
11
11
|
"type": "string",
|
|
12
|
+
"format": "uri",
|
|
12
13
|
"default": "/"
|
|
13
14
|
},
|
|
14
15
|
"items": {
|
|
@@ -16,8 +17,9 @@
|
|
|
16
17
|
"items": {
|
|
17
18
|
"type": "object",
|
|
18
19
|
"properties": {
|
|
19
|
-
"href": { "type": "string" },
|
|
20
|
-
"label": { "type": "string" }
|
|
20
|
+
"href": { "type": "string", "format": "uri" },
|
|
21
|
+
"label": { "type": "string" },
|
|
22
|
+
"active": { "type": "boolean" }
|
|
21
23
|
},
|
|
22
24
|
"additionalProperties": false,
|
|
23
25
|
"required": ["href", "label"]
|
|
@@ -25,24 +27,25 @@
|
|
|
25
27
|
"examples": [
|
|
26
28
|
[
|
|
27
29
|
{
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
+
"label": "Nav Item",
|
|
31
|
+
"href": "#"
|
|
30
32
|
},
|
|
31
33
|
{
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
+
"label": "Active Item",
|
|
35
|
+
"href": "#",
|
|
36
|
+
"active": true
|
|
34
37
|
},
|
|
35
38
|
{
|
|
36
|
-
"
|
|
37
|
-
"
|
|
39
|
+
"label": "Another Item",
|
|
40
|
+
"href": "#"
|
|
38
41
|
},
|
|
39
42
|
{
|
|
40
|
-
"
|
|
41
|
-
"
|
|
43
|
+
"label": "One more Item",
|
|
44
|
+
"href": "#"
|
|
42
45
|
},
|
|
43
46
|
{
|
|
44
|
-
"
|
|
45
|
-
"
|
|
47
|
+
"label": "Last Item",
|
|
48
|
+
"href": "#"
|
|
46
49
|
}
|
|
47
50
|
]
|
|
48
51
|
]
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
.nav-toggle {
|
|
2
|
+
--nav-toggle--color: var(--ks-text-color-default);
|
|
3
|
+
--nav-toggle--color_open: var(--ks-text-color-default);
|
|
4
|
+
}
|
|
5
|
+
|
|
1
6
|
html.overlay-open {
|
|
2
7
|
overflow: hidden;
|
|
3
8
|
}
|
|
@@ -9,8 +14,8 @@ button.nav-toggle {
|
|
|
9
14
|
box-sizing: content-box;
|
|
10
15
|
transition: top 0.15s;
|
|
11
16
|
z-index: 1;
|
|
12
|
-
padding: 0 var(--
|
|
13
|
-
transform: translateX(var(--
|
|
17
|
+
padding: 0 var(--dsa-header--spacing-horizontal);
|
|
18
|
+
transform: translateX(var(--dsa-header--spacing-horizontal));
|
|
14
19
|
}
|
|
15
20
|
@media (min-width: 62em) {
|
|
16
21
|
button.nav-toggle {
|
|
@@ -30,13 +35,13 @@ button.nav-toggle .nav-toggle__label {
|
|
|
30
35
|
}
|
|
31
36
|
button.nav-toggle .nav-toggle__icon {
|
|
32
37
|
position: relative;
|
|
33
|
-
display:
|
|
38
|
+
display: block;
|
|
34
39
|
cursor: pointer;
|
|
35
|
-
height:
|
|
40
|
+
height: var(--dsa-logo--height);
|
|
36
41
|
width: 31px;
|
|
37
42
|
transform: scale(0.7) translate(7.5%, 7.5%);
|
|
38
43
|
transition: inherit;
|
|
39
|
-
color: var(--
|
|
44
|
+
color: var(--nav-toggle--color);
|
|
40
45
|
}
|
|
41
46
|
@media (min-width: 40rem) {
|
|
42
47
|
button.nav-toggle .nav-toggle__icon {
|
|
@@ -44,10 +49,10 @@ button.nav-toggle .nav-toggle__icon {
|
|
|
44
49
|
}
|
|
45
50
|
}
|
|
46
51
|
.overlay-open button.nav-toggle .nav-toggle__icon, .overlay-open .header-is-scrolling button.nav-toggle .nav-toggle__icon {
|
|
47
|
-
color: var(--
|
|
52
|
+
color: var(--nav-toggle--color_open);
|
|
48
53
|
}
|
|
49
54
|
.header-is-scrolling-up button.nav-toggle .nav-toggle__icon {
|
|
50
|
-
color: var(--
|
|
55
|
+
color: var(--nav-toggle--color_open);
|
|
51
56
|
}
|
|
52
57
|
button.nav-toggle .nav-toggle__icon::before, button.nav-toggle .nav-toggle__icon::after {
|
|
53
58
|
content: "";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"seo"
|
|
9
9
|
],
|
|
10
10
|
"properties": {
|
|
11
|
-
"
|
|
11
|
+
"section": {
|
|
12
12
|
"type": "array",
|
|
13
13
|
"title": "Sections",
|
|
14
14
|
"description": "Collection of sections (with their contents) to render on the page",
|
|
@@ -408,6 +408,7 @@
|
|
|
408
408
|
"properties": {
|
|
409
409
|
"question": {
|
|
410
410
|
"type": "string",
|
|
411
|
+
"format": "markdown",
|
|
411
412
|
"title": "Question",
|
|
412
413
|
"description": "The question",
|
|
413
414
|
"examples": [
|
|
@@ -416,6 +417,7 @@
|
|
|
416
417
|
},
|
|
417
418
|
"answer": {
|
|
418
419
|
"type": "string",
|
|
420
|
+
"format": "markdown",
|
|
419
421
|
"title": "Answer",
|
|
420
422
|
"description": "The answer to the question",
|
|
421
423
|
"examples": [
|
|
@@ -490,11 +492,15 @@
|
|
|
490
492
|
},
|
|
491
493
|
"additionalProperties": false
|
|
492
494
|
},
|
|
493
|
-
"
|
|
495
|
+
"feature": {
|
|
494
496
|
"type": "array",
|
|
495
|
-
"title": "
|
|
497
|
+
"title": "Features",
|
|
496
498
|
"description": "The features to display",
|
|
497
499
|
"items": {
|
|
500
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
501
|
+
"$id": "http://schema.mydesignsystem.com/feature.schema.json",
|
|
502
|
+
"title": "Feature",
|
|
503
|
+
"description": "Partial Component used to display a feature",
|
|
498
504
|
"type": "object",
|
|
499
505
|
"properties": {
|
|
500
506
|
"icon": {
|
|
@@ -521,6 +527,17 @@
|
|
|
521
527
|
"This is a feature"
|
|
522
528
|
]
|
|
523
529
|
},
|
|
530
|
+
"style": {
|
|
531
|
+
"type": "string",
|
|
532
|
+
"enum": [
|
|
533
|
+
"intext",
|
|
534
|
+
"stack",
|
|
535
|
+
"centered",
|
|
536
|
+
"besideLarge",
|
|
537
|
+
"besideSmall"
|
|
538
|
+
],
|
|
539
|
+
"default": "stack"
|
|
540
|
+
},
|
|
524
541
|
"cta": {
|
|
525
542
|
"type": "object",
|
|
526
543
|
"title": "Call to Action",
|
|
@@ -541,9 +558,28 @@
|
|
|
541
558
|
"examples": [
|
|
542
559
|
"See all our partners"
|
|
543
560
|
]
|
|
561
|
+
},
|
|
562
|
+
"toggle": {
|
|
563
|
+
"type": "boolean",
|
|
564
|
+
"title": "Call to Action Toggle",
|
|
565
|
+
"description": "Activate/disable the CTAs",
|
|
566
|
+
"default": true
|
|
567
|
+
},
|
|
568
|
+
"style": {
|
|
569
|
+
"type": "string",
|
|
570
|
+
"description": "Choose the style of the CTA",
|
|
571
|
+
"enum": [
|
|
572
|
+
"button",
|
|
573
|
+
"link",
|
|
574
|
+
"intext"
|
|
575
|
+
],
|
|
576
|
+
"default": "link"
|
|
544
577
|
}
|
|
545
578
|
},
|
|
546
579
|
"additionalProperties": false
|
|
580
|
+
},
|
|
581
|
+
"type": {
|
|
582
|
+
"const": "feature"
|
|
547
583
|
}
|
|
548
584
|
},
|
|
549
585
|
"additionalProperties": false,
|
|
@@ -577,6 +613,7 @@
|
|
|
577
613
|
"src": {
|
|
578
614
|
"type": "string",
|
|
579
615
|
"title": "src",
|
|
616
|
+
"format": "image",
|
|
580
617
|
"description": "The source of the image",
|
|
581
618
|
"examples": [
|
|
582
619
|
"https://example.com/image1.jpg"
|
|
@@ -592,6 +629,7 @@
|
|
|
592
629
|
},
|
|
593
630
|
"caption": {
|
|
594
631
|
"type": "string",
|
|
632
|
+
"format": "markdown",
|
|
595
633
|
"title": "Caption",
|
|
596
634
|
"description": "The caption of the image",
|
|
597
635
|
"examples": [
|
|
@@ -984,6 +1022,7 @@
|
|
|
984
1022
|
"properties": {
|
|
985
1023
|
"text": {
|
|
986
1024
|
"type": "string",
|
|
1025
|
+
"format": "markdown",
|
|
987
1026
|
"title": "Text",
|
|
988
1027
|
"description": "Text content to display beside the image",
|
|
989
1028
|
"examples": [
|
|
@@ -1001,6 +1040,7 @@
|
|
|
1001
1040
|
"properties": {
|
|
1002
1041
|
"src": {
|
|
1003
1042
|
"type": "string",
|
|
1043
|
+
"format": "image",
|
|
1004
1044
|
"title": "Image Source",
|
|
1005
1045
|
"description": "URL of the image to display",
|
|
1006
1046
|
"examples": [
|
|
@@ -1474,7 +1514,7 @@
|
|
|
1474
1514
|
},
|
|
1475
1515
|
"chevron": {
|
|
1476
1516
|
"title": "Icon",
|
|
1477
|
-
"description": "Toggle
|
|
1517
|
+
"description": "Toggle arrow icon",
|
|
1478
1518
|
"type": "boolean",
|
|
1479
1519
|
"default": false
|
|
1480
1520
|
},
|
|
@@ -1494,7 +1534,7 @@
|
|
|
1494
1534
|
"type": "string",
|
|
1495
1535
|
"title": "Image",
|
|
1496
1536
|
"description": "Image to display as cover",
|
|
1497
|
-
"format": "
|
|
1537
|
+
"format": "image"
|
|
1498
1538
|
},
|
|
1499
1539
|
"imageRatio": {
|
|
1500
1540
|
"type": "string",
|
|
@@ -1619,6 +1659,7 @@
|
|
|
1619
1659
|
"properties": {
|
|
1620
1660
|
"text": {
|
|
1621
1661
|
"type": "string",
|
|
1662
|
+
"format": "markdown",
|
|
1622
1663
|
"title": "Text",
|
|
1623
1664
|
"description": "Text",
|
|
1624
1665
|
"examples": [
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export { PageWrapper };
|
|
1
|
+
import { RawPageWrapper as PageWrapper } from "../raw-page-wrapper/index.js";
|
|
2
|
+
export { PageWrapper as default, PageWrapper };
|