@kickstartds/ds-agency-premium 1.6.71--canary.45.2280.0 → 1.6.71--canary.52.2326.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/README.md +1 -1
- package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
- package/dist/BlogPostProps-6b3cff22.d.ts +1 -1
- package/dist/{LogosProps-f9474fe2.d.ts → LogosProps-d4677d2c.d.ts} +1 -23
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-6a826e52.d.ts → SectionProps-662e0a28.d.ts} +2 -2
- package/dist/SliderProps-789f8508.d.ts +1 -1
- package/dist/SplitEvenProps-789f8508.d.ts +1 -1
- package/dist/SplitWeightedProps-789f8508.d.ts +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +12 -21
- package/dist/components/blog-post/blog-post.schema.dereffed.json +12 -21
- package/dist/components/button/button.css +1 -1
- package/dist/components/event-latest-teaser/event-latest-teaser.css +2 -0
- package/dist/components/faq/faq.css +1 -1
- package/dist/components/footer/footer.schema.dereffed.json +16 -28
- package/dist/components/footer/footer.schema.json +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/header/header.css +2 -2
- package/dist/components/header/header.schema.dereffed.json +15 -27
- package/dist/components/headline/headline.css +4 -4
- package/dist/components/hero/hero.css +1 -1
- package/dist/components/logos/index.d.ts +1 -1
- package/dist/components/logos/logos.css +6 -3
- package/dist/components/logos/logos.schema.dereffed.json +1 -2
- package/dist/components/logos/logos.schema.json +1 -2
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +15 -27
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -27
- package/dist/components/nav-main/nav-main.schema.json +16 -27
- package/dist/components/nav-topbar/nav-topbar.css +2 -2
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +15 -27
- package/dist/components/page/page.schema.dereffed.json +12 -21
- package/dist/components/page-wrapper/tokens.css +394 -388
- package/dist/components/presets.json +31 -55
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/section.css +3 -0
- package/dist/components/section/section.schema.dereffed.json +12 -21
- package/dist/components/section/section.schema.json +1 -1
- package/dist/components/settings/settings.schema.dereffed.json +31 -55
- package/dist/components/slider/slider.css +2 -2
- package/dist/components/slider/slider.schema.dereffed.json +1 -2
- package/dist/components/split-even/split-even.schema.dereffed.json +4 -8
- package/dist/components/split-weighted/split-weighted.schema.dereffed.json +4 -8
- package/dist/components/teaser-card/teaser-card.css +3 -3
- package/dist/components/testimonials/testimonials.css +8 -3
- package/dist/global.css +6 -55
- package/dist/static/fonts/dsa/dosis-v19-latin-600.woff2 +0 -0
- package/dist/static/fonts/dsa/dosis-v19-latin-regular.woff2 +0 -0
- package/dist/static/fonts/dsa/fa-solid-900.woff2 +0 -0
- package/dist/static/img/paxconnect/contact.png +0 -0
- package/dist/static/img/paxconnect/hero-2.jpeg +0 -0
- package/dist/static/img/paxconnect/hero-2.png +0 -0
- package/dist/static/img/paxconnect/testimonial-1.png +0 -0
- package/dist/static/img/paxconnect/testimonial-2.png +0 -0
- package/dist/static/img/paxconnect/testimonial-3.png +0 -0
- package/dist/static/img/paxconnect/woman-in-van.png +0 -0
- package/dist/static/logo.png +0 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +394 -388
- package/dist/tokens/tokens.js +601 -598
- package/package.json +1 -1
- package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
|
@@ -48,43 +48,31 @@
|
|
|
48
48
|
"examples": [
|
|
49
49
|
[
|
|
50
50
|
{
|
|
51
|
-
"label": "
|
|
52
|
-
"url": "#"
|
|
53
|
-
"active": true
|
|
51
|
+
"label": "Produkte",
|
|
52
|
+
"url": "#"
|
|
54
53
|
},
|
|
55
54
|
{
|
|
56
|
-
"label": "
|
|
55
|
+
"label": "Schulung",
|
|
57
56
|
"url": "#"
|
|
58
57
|
},
|
|
59
58
|
{
|
|
60
|
-
"label": "
|
|
61
|
-
"url": "#"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"url": "#"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"label": "An Item with a longer Label",
|
|
74
|
-
"url": "#"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"label": "And One last one",
|
|
78
|
-
"url": "#"
|
|
79
|
-
}
|
|
80
|
-
]
|
|
59
|
+
"label": "News",
|
|
60
|
+
"url": "#"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"label": "Termine",
|
|
64
|
+
"url": "#"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"label": "Kontakt",
|
|
68
|
+
"url": "#"
|
|
81
69
|
},
|
|
82
70
|
{
|
|
83
|
-
"label": "
|
|
71
|
+
"label": "Service",
|
|
84
72
|
"url": "#"
|
|
85
73
|
},
|
|
86
74
|
{
|
|
87
|
-
"label": "
|
|
75
|
+
"label": "Jobs",
|
|
88
76
|
"url": "#"
|
|
89
77
|
}
|
|
90
78
|
]
|
|
@@ -119,43 +119,31 @@
|
|
|
119
119
|
"examples": [
|
|
120
120
|
[
|
|
121
121
|
{
|
|
122
|
-
"label": "
|
|
123
|
-
"url": "#"
|
|
124
|
-
"active": true
|
|
122
|
+
"label": "Produkte",
|
|
123
|
+
"url": "#"
|
|
125
124
|
},
|
|
126
125
|
{
|
|
127
|
-
"label": "
|
|
126
|
+
"label": "Schulung",
|
|
128
127
|
"url": "#"
|
|
129
128
|
},
|
|
130
129
|
{
|
|
131
|
-
"label": "
|
|
132
|
-
"url": "#"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"url": "#"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"label": "An Item with a longer Label",
|
|
145
|
-
"url": "#"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"label": "And One last one",
|
|
149
|
-
"url": "#"
|
|
150
|
-
}
|
|
151
|
-
]
|
|
130
|
+
"label": "News",
|
|
131
|
+
"url": "#"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"label": "Termine",
|
|
135
|
+
"url": "#"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"label": "Kontakt",
|
|
139
|
+
"url": "#"
|
|
152
140
|
},
|
|
153
141
|
{
|
|
154
|
-
"label": "
|
|
142
|
+
"label": "Service",
|
|
155
143
|
"url": "#"
|
|
156
144
|
},
|
|
157
145
|
{
|
|
158
|
-
"label": "
|
|
146
|
+
"label": "Jobs",
|
|
159
147
|
"url": "#"
|
|
160
148
|
}
|
|
161
149
|
]
|
|
@@ -45,43 +45,32 @@
|
|
|
45
45
|
"examples": [
|
|
46
46
|
[
|
|
47
47
|
{
|
|
48
|
-
"label": "
|
|
49
|
-
"url": "#"
|
|
50
|
-
"active": true
|
|
48
|
+
"label": "Produkte",
|
|
49
|
+
"url": "#"
|
|
51
50
|
},
|
|
52
51
|
{
|
|
53
|
-
"label": "
|
|
52
|
+
"label": "Schulung",
|
|
54
53
|
"url": "#"
|
|
55
54
|
},
|
|
55
|
+
|
|
56
56
|
{
|
|
57
|
-
"label": "
|
|
58
|
-
"url": "#"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"url": "#"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"label": "An Item with a longer Label",
|
|
71
|
-
"url": "#"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"label": "And One last one",
|
|
75
|
-
"url": "#"
|
|
76
|
-
}
|
|
77
|
-
]
|
|
57
|
+
"label": "News",
|
|
58
|
+
"url": "#"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"label": "Termine",
|
|
62
|
+
"url": "#"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"label": "Kontakt",
|
|
66
|
+
"url": "#"
|
|
78
67
|
},
|
|
79
68
|
{
|
|
80
|
-
"label": "
|
|
69
|
+
"label": "Service",
|
|
81
70
|
"url": "#"
|
|
82
71
|
},
|
|
83
72
|
{
|
|
84
|
-
"label": "
|
|
73
|
+
"label": "Jobs",
|
|
85
74
|
"url": "#"
|
|
86
75
|
}
|
|
87
76
|
]
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
--dsa-nav-topbar__label--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
4
4
|
--dsa-nav-topbar__label--color_active: var(--ks-text-color-interface-interactive-active);
|
|
5
5
|
--dsa-nav-topbar__label--background-color: transparent;
|
|
6
|
-
--dsa-nav-topbar__label--background-color_hover:
|
|
6
|
+
--dsa-nav-topbar__label--background-color_hover: transparent;
|
|
7
7
|
--dsa-nav-topbar__label--background-color_active: transparent;
|
|
8
|
-
--dsa-nav-topbar__label--font-size: var(--ks-font-size-interface-
|
|
8
|
+
--dsa-nav-topbar__label--font-size: var(--ks-font-size-interface-m);
|
|
9
9
|
--dsa-nav-topbar__label--font-family: var(--ks-font-family-display);
|
|
10
10
|
--dsa-nav-topbar__label--font-weight: var(--ks-font-weight-semi-bold);
|
|
11
11
|
--dsa-nav-topbar__label--font-weight_active: var(--ks-font-weight-bold);
|
|
@@ -48,43 +48,31 @@
|
|
|
48
48
|
"examples": [
|
|
49
49
|
[
|
|
50
50
|
{
|
|
51
|
-
"label": "
|
|
52
|
-
"url": "#"
|
|
53
|
-
"active": true
|
|
51
|
+
"label": "Produkte",
|
|
52
|
+
"url": "#"
|
|
54
53
|
},
|
|
55
54
|
{
|
|
56
|
-
"label": "
|
|
55
|
+
"label": "Schulung",
|
|
57
56
|
"url": "#"
|
|
58
57
|
},
|
|
59
58
|
{
|
|
60
|
-
"label": "
|
|
61
|
-
"url": "#"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"url": "#"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"label": "An Item with a longer Label",
|
|
74
|
-
"url": "#"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"label": "And One last one",
|
|
78
|
-
"url": "#"
|
|
79
|
-
}
|
|
80
|
-
]
|
|
59
|
+
"label": "News",
|
|
60
|
+
"url": "#"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"label": "Termine",
|
|
64
|
+
"url": "#"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"label": "Kontakt",
|
|
68
|
+
"url": "#"
|
|
81
69
|
},
|
|
82
70
|
{
|
|
83
|
-
"label": "
|
|
71
|
+
"label": "Service",
|
|
84
72
|
"url": "#"
|
|
85
73
|
},
|
|
86
74
|
{
|
|
87
|
-
"label": "
|
|
75
|
+
"label": "Jobs",
|
|
88
76
|
"url": "#"
|
|
89
77
|
}
|
|
90
78
|
]
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"enum": [
|
|
40
40
|
"default",
|
|
41
41
|
"framed",
|
|
42
|
-
"deko"
|
|
42
|
+
"deko",
|
|
43
|
+
"gradient"
|
|
43
44
|
],
|
|
44
45
|
"default": "default"
|
|
45
46
|
},
|
|
@@ -2028,8 +2029,7 @@
|
|
|
2028
2029
|
"src"
|
|
2029
2030
|
]
|
|
2030
2031
|
},
|
|
2031
|
-
"minItems": 1
|
|
2032
|
-
"maxItems": 20
|
|
2032
|
+
"minItems": 1
|
|
2033
2033
|
},
|
|
2034
2034
|
"align": {
|
|
2035
2035
|
"type": "string",
|
|
@@ -2986,8 +2986,7 @@
|
|
|
2986
2986
|
"src"
|
|
2987
2987
|
]
|
|
2988
2988
|
},
|
|
2989
|
-
"minItems": 1
|
|
2990
|
-
"maxItems": 20
|
|
2989
|
+
"minItems": 1
|
|
2991
2990
|
},
|
|
2992
2991
|
"align": {
|
|
2993
2992
|
"type": "string",
|
|
@@ -5261,8 +5260,7 @@
|
|
|
5261
5260
|
"src"
|
|
5262
5261
|
]
|
|
5263
5262
|
},
|
|
5264
|
-
"minItems": 1
|
|
5265
|
-
"maxItems": 20
|
|
5263
|
+
"minItems": 1
|
|
5266
5264
|
},
|
|
5267
5265
|
"align": {
|
|
5268
5266
|
"type": "string",
|
|
@@ -6219,8 +6217,7 @@
|
|
|
6219
6217
|
"src"
|
|
6220
6218
|
]
|
|
6221
6219
|
},
|
|
6222
|
-
"minItems": 1
|
|
6223
|
-
"maxItems": 20
|
|
6220
|
+
"minItems": 1
|
|
6224
6221
|
},
|
|
6225
6222
|
"align": {
|
|
6226
6223
|
"type": "string",
|
|
@@ -8887,8 +8884,7 @@
|
|
|
8887
8884
|
"src"
|
|
8888
8885
|
]
|
|
8889
8886
|
},
|
|
8890
|
-
"minItems": 1
|
|
8891
|
-
"maxItems": 20
|
|
8887
|
+
"minItems": 1
|
|
8892
8888
|
},
|
|
8893
8889
|
"align": {
|
|
8894
8890
|
"type": "string",
|
|
@@ -9845,8 +9841,7 @@
|
|
|
9845
9841
|
"src"
|
|
9846
9842
|
]
|
|
9847
9843
|
},
|
|
9848
|
-
"minItems": 1
|
|
9849
|
-
"maxItems": 20
|
|
9844
|
+
"minItems": 1
|
|
9850
9845
|
},
|
|
9851
9846
|
"align": {
|
|
9852
9847
|
"type": "string",
|
|
@@ -12647,8 +12642,7 @@
|
|
|
12647
12642
|
"src"
|
|
12648
12643
|
]
|
|
12649
12644
|
},
|
|
12650
|
-
"minItems": 1
|
|
12651
|
-
"maxItems": 20
|
|
12645
|
+
"minItems": 1
|
|
12652
12646
|
},
|
|
12653
12647
|
"align": {
|
|
12654
12648
|
"type": "string",
|
|
@@ -13605,8 +13599,7 @@
|
|
|
13605
13599
|
"src"
|
|
13606
13600
|
]
|
|
13607
13601
|
},
|
|
13608
|
-
"minItems": 1
|
|
13609
|
-
"maxItems": 20
|
|
13602
|
+
"minItems": 1
|
|
13610
13603
|
},
|
|
13611
13604
|
"align": {
|
|
13612
13605
|
"type": "string",
|
|
@@ -16273,8 +16266,7 @@
|
|
|
16273
16266
|
"src"
|
|
16274
16267
|
]
|
|
16275
16268
|
},
|
|
16276
|
-
"minItems": 1
|
|
16277
|
-
"maxItems": 20
|
|
16269
|
+
"minItems": 1
|
|
16278
16270
|
},
|
|
16279
16271
|
"align": {
|
|
16280
16272
|
"type": "string",
|
|
@@ -17231,8 +17223,7 @@
|
|
|
17231
17223
|
"src"
|
|
17232
17224
|
]
|
|
17233
17225
|
},
|
|
17234
|
-
"minItems": 1
|
|
17235
|
-
"maxItems": 20
|
|
17226
|
+
"minItems": 1
|
|
17236
17227
|
},
|
|
17237
17228
|
"align": {
|
|
17238
17229
|
"type": "string",
|