@marioschmidt/design-system-components 1.0.70
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 +148 -0
- package/dist/bds/bds.css +1 -0
- package/dist/bds/bds.esm.js +2 -0
- package/dist/bds/bds.esm.js.map +1 -0
- package/dist/bds/ds-button.ds-card.entry.esm.js.map +1 -0
- package/dist/bds/index.esm.js +2 -0
- package/dist/bds/index.esm.js.map +1 -0
- package/dist/bds/loader.esm.js.map +1 -0
- package/dist/bds/p-B7bu6LKB.js +3 -0
- package/dist/bds/p-B7bu6LKB.js.map +1 -0
- package/dist/bds/p-d7e8ddec.entry.js +2 -0
- package/dist/bds/p-d7e8ddec.entry.js.map +1 -0
- package/dist/cjs/bds.cjs.js +25 -0
- package/dist/cjs/bds.cjs.js.map +1 -0
- package/dist/cjs/ds-button.ds-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ds-button_2.cjs.entry.js +50 -0
- package/dist/cjs/index-BPxehkGV.js +1392 -0
- package/dist/cjs/index-BPxehkGV.js.map +1 -0
- package/dist/cjs/index.cjs.js +3 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +13 -0
- package/dist/collection/ds-button/ds-button.css +62 -0
- package/dist/collection/ds-button/ds-button.js +77 -0
- package/dist/collection/ds-button/ds-button.js.map +1 -0
- package/dist/collection/ds-card/ds-card.css +43 -0
- package/dist/collection/ds-card/ds-card.js +71 -0
- package/dist/collection/ds-card/ds-card.js.map +1 -0
- package/dist/components/ds-button.d.ts +11 -0
- package/dist/components/ds-button.js +54 -0
- package/dist/components/ds-button.js.map +1 -0
- package/dist/components/ds-card.d.ts +11 -0
- package/dist/components/ds-card.js +49 -0
- package/dist/components/ds-card.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.js.map +1 -0
- package/dist/docs/ds-button/readme.md +15 -0
- package/dist/docs/ds-card/readme.md +15 -0
- package/dist/esm/bds.js +21 -0
- package/dist/esm/bds.js.map +1 -0
- package/dist/esm/ds-button.ds-card.entry.js.map +1 -0
- package/dist/esm/ds-button_2.entry.js +47 -0
- package/dist/esm/index-B7bu6LKB.js +1385 -0
- package/dist/esm/index-B7bu6LKB.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components.d.ts +88 -0
- package/dist/types/ds-button/ds-button.d.ts +11 -0
- package/dist/types/ds-card/ds-card.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1756 -0
- package/dist/www/build/bds.css +1 -0
- package/dist/www/build/bds.esm.js +2 -0
- package/dist/www/build/bds.esm.js.map +1 -0
- package/dist/www/build/bds.js +33 -0
- package/dist/www/build/ds-button.ds-card.entry.esm.js.map +1 -0
- package/dist/www/build/index.esm.js +2 -0
- package/dist/www/build/index.esm.js.map +1 -0
- package/dist/www/build/loader.esm.js.map +1 -0
- package/dist/www/build/p-B7bu6LKB.js +3 -0
- package/dist/www/build/p-B7bu6LKB.js.map +1 -0
- package/dist/www/build/p-ab3e85ed.css +1 -0
- package/dist/www/build/p-d7e8ddec.entry.js +2 -0
- package/dist/www/build/p-d7e8ddec.entry.js.map +1 -0
- package/dist/www/css/advertorial/components/_dsysdocs.css +66 -0
- package/dist/www/css/advertorial/components/accordion.css +29 -0
- package/dist/www/css/advertorial/components/article.css +111 -0
- package/dist/www/css/advertorial/components/audioplayer.css +37 -0
- package/dist/www/css/advertorial/components/avatar.css +86 -0
- package/dist/www/css/advertorial/components/badge.css +40 -0
- package/dist/www/css/advertorial/components/breadcrumb.css +65 -0
- package/dist/www/css/advertorial/components/breakingnews.css +73 -0
- package/dist/www/css/advertorial/components/button.css +98 -0
- package/dist/www/css/advertorial/components/card.css +29 -0
- package/dist/www/css/advertorial/components/carousel.css +46 -0
- package/dist/www/css/advertorial/components/chip.css +38 -0
- package/dist/www/css/advertorial/components/datepicker.css +22 -0
- package/dist/www/css/advertorial/components/drawers.css +23 -0
- package/dist/www/css/advertorial/components/dropdown.css +22 -0
- package/dist/www/css/advertorial/components/footer.css +56 -0
- package/dist/www/css/advertorial/components/icon.css +21 -0
- package/dist/www/css/advertorial/components/infoelement.css +41 -0
- package/dist/www/css/advertorial/components/inputfield.css +86 -0
- package/dist/www/css/advertorial/components/liveticker.css +62 -0
- package/dist/www/css/advertorial/components/mediaplayer.css +72 -0
- package/dist/www/css/advertorial/components/menu.css +109 -0
- package/dist/www/css/advertorial/components/newsticker.css +95 -0
- package/dist/www/css/advertorial/components/pagination.css +44 -0
- package/dist/www/css/advertorial/components/paywall.css +46 -0
- package/dist/www/css/advertorial/components/quote.css +39 -0
- package/dist/www/css/advertorial/components/radiobutton.css +21 -0
- package/dist/www/css/advertorial/components/search.css +20 -0
- package/dist/www/css/advertorial/components/sectiontitle.css +31 -0
- package/dist/www/css/advertorial/components/separator.css +20 -0
- package/dist/www/css/advertorial/components/skeletons.css +33 -0
- package/dist/www/css/advertorial/components/slider.css +23 -0
- package/dist/www/css/advertorial/components/specialnavi.css +37 -0
- package/dist/www/css/advertorial/components/spinner.css +31 -0
- package/dist/www/css/advertorial/components/tab.css +69 -0
- package/dist/www/css/advertorial/components/table.css +51 -0
- package/dist/www/css/advertorial/components/teaser.css +129 -0
- package/dist/www/css/advertorial/components/toggleswitch.css +48 -0
- package/dist/www/css/advertorial/components/video.css +53 -0
- package/dist/www/css/advertorial/theme.css +13 -0
- package/dist/www/css/advertorial/tokens.css +768 -0
- package/dist/www/css/bild/components/_dsysdoc.css +43 -0
- package/dist/www/css/bild/components/_dsysdocs.css +66 -0
- package/dist/www/css/bild/components/accordion.css +29 -0
- package/dist/www/css/bild/components/alert.css +21 -0
- package/dist/www/css/bild/components/article.css +111 -0
- package/dist/www/css/bild/components/audioplayer.css +37 -0
- package/dist/www/css/bild/components/avatar.css +112 -0
- package/dist/www/css/bild/components/badge.css +40 -0
- package/dist/www/css/bild/components/breadcrumb.css +91 -0
- package/dist/www/css/bild/components/breakingnews.css +105 -0
- package/dist/www/css/bild/components/button.css +151 -0
- package/dist/www/css/bild/components/card.css +53 -0
- package/dist/www/css/bild/components/carousel.css +46 -0
- package/dist/www/css/bild/components/chip.css +70 -0
- package/dist/www/css/bild/components/datepicker.css +22 -0
- package/dist/www/css/bild/components/drawers.css +23 -0
- package/dist/www/css/bild/components/dropdown.css +48 -0
- package/dist/www/css/bild/components/empties.css +39 -0
- package/dist/www/css/bild/components/foldout.css +34 -0
- package/dist/www/css/bild/components/footer.css +56 -0
- package/dist/www/css/bild/components/gallery.css +37 -0
- package/dist/www/css/bild/components/hey.css +45 -0
- package/dist/www/css/bild/components/icon.css +21 -0
- package/dist/www/css/bild/components/infoelement.css +41 -0
- package/dist/www/css/bild/components/inputfield.css +117 -0
- package/dist/www/css/bild/components/kicker.css +69 -0
- package/dist/www/css/bild/components/liveticker.css +62 -0
- package/dist/www/css/bild/components/mediaplayer.css +114 -0
- package/dist/www/css/bild/components/menu.css +146 -0
- package/dist/www/css/bild/components/menuitem.css +43 -0
- package/dist/www/css/bild/components/newsticker.css +103 -0
- package/dist/www/css/bild/components/pagination.css +70 -0
- package/dist/www/css/bild/components/partnerlinks.css +45 -0
- package/dist/www/css/bild/components/paywall.css +46 -0
- package/dist/www/css/bild/components/quote.css +39 -0
- package/dist/www/css/bild/components/radiobutton.css +21 -0
- package/dist/www/css/bild/components/search.css +20 -0
- package/dist/www/css/bild/components/sectiontitle.css +31 -0
- package/dist/www/css/bild/components/selection.css +37 -0
- package/dist/www/css/bild/components/separator.css +20 -0
- package/dist/www/css/bild/components/skeletons.css +33 -0
- package/dist/www/css/bild/components/slider.css +44 -0
- package/dist/www/css/bild/components/socialsharebutton.css +43 -0
- package/dist/www/css/bild/components/specialnavi.css +37 -0
- package/dist/www/css/bild/components/spinner.css +31 -0
- package/dist/www/css/bild/components/subheader.css +20 -0
- package/dist/www/css/bild/components/tab.css +99 -0
- package/dist/www/css/bild/components/table.css +51 -0
- package/dist/www/css/bild/components/teaser.css +152 -0
- package/dist/www/css/bild/components/textlink.css +36 -0
- package/dist/www/css/bild/components/toggleswitch.css +48 -0
- package/dist/www/css/bild/components/video.css +53 -0
- package/dist/www/css/bild/theme.css +369 -0
- package/dist/www/css/bild/tokens.css +776 -0
- package/dist/www/css/bundles/advertorial.css +2606 -0
- package/dist/www/css/bundles/bild.css +3750 -0
- package/dist/www/css/bundles/sportbild.css +3771 -0
- package/dist/www/css/shared/colorprimitive.css +139 -0
- package/dist/www/css/shared/fontprimitive.css +84 -0
- package/dist/www/css/shared/primitives.css +314 -0
- package/dist/www/css/shared/sizeprimitive.css +69 -0
- package/dist/www/css/shared/spaceprimitive.css +45 -0
- package/dist/www/css/sportbild/components/_dsysdoc.css +43 -0
- package/dist/www/css/sportbild/components/_dsysdocs.css +66 -0
- package/dist/www/css/sportbild/components/accordion.css +29 -0
- package/dist/www/css/sportbild/components/alert.css +21 -0
- package/dist/www/css/sportbild/components/article.css +113 -0
- package/dist/www/css/sportbild/components/audioplayer.css +37 -0
- package/dist/www/css/sportbild/components/avatar.css +112 -0
- package/dist/www/css/sportbild/components/badge.css +40 -0
- package/dist/www/css/sportbild/components/breadcrumb.css +91 -0
- package/dist/www/css/sportbild/components/breakingnews.css +105 -0
- package/dist/www/css/sportbild/components/button.css +152 -0
- package/dist/www/css/sportbild/components/card.css +53 -0
- package/dist/www/css/sportbild/components/carousel.css +46 -0
- package/dist/www/css/sportbild/components/chip.css +70 -0
- package/dist/www/css/sportbild/components/datepicker.css +22 -0
- package/dist/www/css/sportbild/components/drawers.css +23 -0
- package/dist/www/css/sportbild/components/dropdown.css +48 -0
- package/dist/www/css/sportbild/components/empties.css +39 -0
- package/dist/www/css/sportbild/components/foldout.css +34 -0
- package/dist/www/css/sportbild/components/footer.css +56 -0
- package/dist/www/css/sportbild/components/gallery.css +37 -0
- package/dist/www/css/sportbild/components/hey.css +45 -0
- package/dist/www/css/sportbild/components/icon.css +21 -0
- package/dist/www/css/sportbild/components/infoelement.css +41 -0
- package/dist/www/css/sportbild/components/inputfield.css +117 -0
- package/dist/www/css/sportbild/components/kicker.css +69 -0
- package/dist/www/css/sportbild/components/liveticker.css +62 -0
- package/dist/www/css/sportbild/components/mediaplayer.css +114 -0
- package/dist/www/css/sportbild/components/menu.css +148 -0
- package/dist/www/css/sportbild/components/menuitem.css +43 -0
- package/dist/www/css/sportbild/components/newsticker.css +104 -0
- package/dist/www/css/sportbild/components/pagination.css +70 -0
- package/dist/www/css/sportbild/components/partnerlinks.css +45 -0
- package/dist/www/css/sportbild/components/paywall.css +46 -0
- package/dist/www/css/sportbild/components/quote.css +39 -0
- package/dist/www/css/sportbild/components/radiobutton.css +21 -0
- package/dist/www/css/sportbild/components/search.css +20 -0
- package/dist/www/css/sportbild/components/sectiontitle.css +31 -0
- package/dist/www/css/sportbild/components/selection.css +37 -0
- package/dist/www/css/sportbild/components/separator.css +20 -0
- package/dist/www/css/sportbild/components/skeletons.css +33 -0
- package/dist/www/css/sportbild/components/slider.css +44 -0
- package/dist/www/css/sportbild/components/socialsharebutton.css +43 -0
- package/dist/www/css/sportbild/components/specialnavi.css +38 -0
- package/dist/www/css/sportbild/components/spinner.css +31 -0
- package/dist/www/css/sportbild/components/subheader.css +20 -0
- package/dist/www/css/sportbild/components/tab.css +99 -0
- package/dist/www/css/sportbild/components/table.css +51 -0
- package/dist/www/css/sportbild/components/teaser.css +157 -0
- package/dist/www/css/sportbild/components/textlink.css +36 -0
- package/dist/www/css/sportbild/components/toggleswitch.css +48 -0
- package/dist/www/css/sportbild/components/video.css +53 -0
- package/dist/www/css/sportbild/theme.css +369 -0
- package/dist/www/css/sportbild/tokens.css +785 -0
- package/dist/www/host.config.json +15 -0
- package/dist/www/index.html +65 -0
- package/package.json +60 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Badge Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"] .video-ad-badge,
|
|
18
|
+
:host([data-content-brand="advertorial"]) .video-ad-badge {
|
|
19
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
20
|
+
font-weight: var(--font-weight-book, 400);
|
|
21
|
+
font-size: 14px;
|
|
22
|
+
text-transform: uppercase;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[data-content-brand="advertorial"] .video-time-badge,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .video-time-badge {
|
|
27
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
28
|
+
font-weight: var(--font-weight-book, 400);
|
|
29
|
+
font-size: 16px;
|
|
30
|
+
line-height: 21px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* === BREAKPOINT TOKENS === */
|
|
34
|
+
|
|
35
|
+
[data-content-brand="advertorial"],
|
|
36
|
+
:host([data-content-brand="advertorial"]) {
|
|
37
|
+
--badges-inner-stack-space: var(--stack-space-const-3-xs);
|
|
38
|
+
--badges-inner-inline-space: var(--inline-space-const-2-xs);
|
|
39
|
+
--ad-label-badge-height-size: 30px;
|
|
40
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Breadcrumb Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"] .breadcrumb,
|
|
18
|
+
:host([data-content-brand="advertorial"]) .breadcrumb {
|
|
19
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
20
|
+
font-weight: var(--font-weight-bold, 700);
|
|
21
|
+
font-size: var(--breadcrumb-font-size, 15px);
|
|
22
|
+
line-height: var(--breadcrumb-line-height, 15px);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[data-content-brand="advertorial"] .breadcrumb-link,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .breadcrumb-link {
|
|
27
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
28
|
+
font-weight: var(--font-weight-bold, 700);
|
|
29
|
+
font-size: 15px;
|
|
30
|
+
line-height: 15px;
|
|
31
|
+
text-decoration: underline;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
[data-content-brand="advertorial"] .breadcrumb-link-hover,
|
|
35
|
+
:host([data-content-brand="advertorial"]) .breadcrumb-link-hover {
|
|
36
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
37
|
+
font-weight: var(--font-weight-bold, 700);
|
|
38
|
+
font-size: 15px;
|
|
39
|
+
line-height: 15px;
|
|
40
|
+
text-decoration: underline;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/* === BREAKPOINT TOKENS === */
|
|
44
|
+
|
|
45
|
+
[data-content-brand="advertorial"],
|
|
46
|
+
:host([data-content-brand="advertorial"]) {
|
|
47
|
+
--breadcrumb-font-size: 15px;
|
|
48
|
+
--breadcrumb-font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
49
|
+
--breadcrumb-arrow-left-inline-space-1: 3px;
|
|
50
|
+
--breadcrumb-arrow-right-inline-space-2: 5px;
|
|
51
|
+
--breadcrumb-inline-space: var(--grid-space-resp-base);
|
|
52
|
+
--breadcrumb-line-height: 15px;
|
|
53
|
+
--breadcrumb-font-weight: var(--font-weight-bold, 700);
|
|
54
|
+
--breadcrumb-stack-space: 14px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@media (min-width: 1024px) {
|
|
58
|
+
[data-content-brand="advertorial"],
|
|
59
|
+
:host([data-content-brand="advertorial"]) {
|
|
60
|
+
--breadcrumb-font-size: 12px;
|
|
61
|
+
--breadcrumb-inline-space: 0px;
|
|
62
|
+
--breadcrumb-line-height: 12px;
|
|
63
|
+
--breadcrumb-stack-space: 16px;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: BreakingNews Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"] .breaking-news-text,
|
|
18
|
+
:host([data-content-brand="advertorial"]) .breaking-news-text {
|
|
19
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
20
|
+
font-weight: var(--font-weight-bold, 700);
|
|
21
|
+
font-size: 21px;
|
|
22
|
+
line-height: 24px;
|
|
23
|
+
text-transform: uppercase;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
[data-content-brand="advertorial"] .breaking-news-upper-title,
|
|
27
|
+
:host([data-content-brand="advertorial"]) .breaking-news-upper-title {
|
|
28
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
29
|
+
font-weight: var(--font-weight-black, 800);
|
|
30
|
+
font-size: 13px;
|
|
31
|
+
line-height: 13px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
[data-content-brand="advertorial"] .breaking-news-lower-title,
|
|
35
|
+
:host([data-content-brand="advertorial"]) .breaking-news-lower-title {
|
|
36
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
37
|
+
font-weight: var(--font-weight-black, 800);
|
|
38
|
+
font-size: 23px;
|
|
39
|
+
line-height: 21px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/* === BREAKPOINT TOKENS === */
|
|
43
|
+
|
|
44
|
+
[data-content-brand="advertorial"],
|
|
45
|
+
:host([data-content-brand="advertorial"]) {
|
|
46
|
+
--breaking-news-container-height-size: var(--size-const-lg);
|
|
47
|
+
--breaking-news-badge-upper-title-font-size: 13px;
|
|
48
|
+
--breaking-news-badge-lower-title-font-size: 23px;
|
|
49
|
+
--breaking-news-badge-upper-title-line-height: 13px;
|
|
50
|
+
--breaking-news-badge-lower-title-line-height: 21px;
|
|
51
|
+
--breaking-news-badge-titels-stack-space: var(--space-0-x, 0px);
|
|
52
|
+
--breaking-news-scrolling-text-font-size: 21px;
|
|
53
|
+
--breaking-news-scrolling-text-line-height: 24px;
|
|
54
|
+
--breaking-news-badge-inline-space: var(--size-0-p-75-x, 6px);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@media (min-width: 600px) {
|
|
58
|
+
[data-content-brand="advertorial"],
|
|
59
|
+
:host([data-content-brand="advertorial"]) {
|
|
60
|
+
--breaking-news-badge-upper-title-font-size: 17px;
|
|
61
|
+
--breaking-news-badge-lower-title-font-size: 30px;
|
|
62
|
+
--breaking-news-badge-upper-title-line-height: 12px;
|
|
63
|
+
--breaking-news-badge-titels-stack-space: var(--space-0-p-5-x, 4px);
|
|
64
|
+
--breaking-news-badge-inline-space: var(--size-1-p-5-x, 12px);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@media (min-width: 1024px) {
|
|
69
|
+
[data-content-brand="advertorial"],
|
|
70
|
+
:host([data-content-brand="advertorial"]) {
|
|
71
|
+
--breaking-news-badge-inline-space: var(--size-3-p-25-x, 26px);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Button Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === DENSITY TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"][data-density="default"],
|
|
18
|
+
:host([data-content-brand="advertorial"][data-density="default"]) {
|
|
19
|
+
/* ============================================
|
|
20
|
+
OTHER
|
|
21
|
+
============================================ */
|
|
22
|
+
|
|
23
|
+
--density-button-content-gap-space: var(--space-1-x, 8px);
|
|
24
|
+
--density-button-stack-space: var(--space-1-x, 8px);
|
|
25
|
+
--density-button-label-font-size: 17px;
|
|
26
|
+
--density-button-inline-space: var(--space-2-p-5-x, 20px);
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
[data-content-brand="advertorial"][data-density="dense"],
|
|
31
|
+
:host([data-content-brand="advertorial"][data-density="dense"]) {
|
|
32
|
+
/* ============================================
|
|
33
|
+
OTHER
|
|
34
|
+
============================================ */
|
|
35
|
+
|
|
36
|
+
--density-button-content-gap-space: var(--space-0-p-75-x, 6px);
|
|
37
|
+
--density-button-stack-space: var(--space-0-p-75-x, 6px);
|
|
38
|
+
--density-button-label-font-size: 15px;
|
|
39
|
+
--density-button-inline-space: var(--space-2-x, 16px);
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[data-content-brand="advertorial"][data-density="spacious"],
|
|
44
|
+
:host([data-content-brand="advertorial"][data-density="spacious"]) {
|
|
45
|
+
/* ============================================
|
|
46
|
+
OTHER
|
|
47
|
+
============================================ */
|
|
48
|
+
|
|
49
|
+
--density-button-content-gap-space: var(--space-1-x, 8px);
|
|
50
|
+
--density-button-stack-space: var(--space-1-p-5-x, 12px);
|
|
51
|
+
--density-button-label-font-size: 19px;
|
|
52
|
+
--density-button-inline-space: var(--space-3-x, 24px);
|
|
53
|
+
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
57
|
+
|
|
58
|
+
[data-content-brand="advertorial"] .button-label,
|
|
59
|
+
:host([data-content-brand="advertorial"]) .button-label {
|
|
60
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
61
|
+
font-weight: 700;
|
|
62
|
+
font-size: var(--button-label-font-size, 15px);
|
|
63
|
+
line-height: var(--button-label-line-height, 15px);
|
|
64
|
+
letter-spacing: var(--letter-space-0-p-5, 0.5px);
|
|
65
|
+
text-transform: uppercase;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
[data-content-brand="advertorial"] .partner-link-button-label,
|
|
69
|
+
:host([data-content-brand="advertorial"]) .partner-link-button-label {
|
|
70
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
71
|
+
font-weight: var(--font-weight-book, 400);
|
|
72
|
+
font-size: var(--partner-link-button-label-font-size, 16px);
|
|
73
|
+
line-height: 16px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/* === BREAKPOINT TOKENS === */
|
|
77
|
+
|
|
78
|
+
[data-content-brand="advertorial"],
|
|
79
|
+
:host([data-content-brand="advertorial"]) {
|
|
80
|
+
--button-label-font-size: var(--density-button-label-font-size, 15px);
|
|
81
|
+
--button-inline-space: var(--density-button-inline-space, 16px);
|
|
82
|
+
--partner-link-button-label-font-size: 16px;
|
|
83
|
+
--partner-link-button-label-height-size: var(--size-6-x, 48px);
|
|
84
|
+
--button-border-width-size: var(--border-width-thick);
|
|
85
|
+
--button-content-min-height-size: var(--size-const-2-xs);
|
|
86
|
+
--partner-link-button-inline-space: var(--inline-space-const-sm);
|
|
87
|
+
--button-label-line-height: var(--density-button-label-font-size, 15px);
|
|
88
|
+
--button-content-gap-space: var(--density-button-content-gap-space, 6px);
|
|
89
|
+
--button-stack-space: var(--density-button-stack-space, 6px);
|
|
90
|
+
--button-border-radius: var(--border-radius-md);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@media (min-width: 1024px) {
|
|
94
|
+
[data-content-brand="advertorial"],
|
|
95
|
+
:host([data-content-brand="advertorial"]) {
|
|
96
|
+
--partner-link-button-label-font-size: 18px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Card Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === BREAKPOINT TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"],
|
|
18
|
+
:host([data-content-brand="advertorial"]) {
|
|
19
|
+
--search-result-card-image-width-size: 216px;
|
|
20
|
+
--search-result-card-image-height-size-stacked: 189px;
|
|
21
|
+
--newsticker-image-card-width-size: 206px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media (min-width: 1024px) {
|
|
25
|
+
[data-content-brand="advertorial"],
|
|
26
|
+
:host([data-content-brand="advertorial"]) {
|
|
27
|
+
--search-result-card-image-width-size: 260px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Carousel Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === BREAKPOINT TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"],
|
|
18
|
+
:host([data-content-brand="advertorial"]) {
|
|
19
|
+
--gallery-teaser-title-bottom-space: var(--space-3-p-5-x, 28px);
|
|
20
|
+
--gallery-teaser-app-gap-space: var(--space-0-x, 0px);
|
|
21
|
+
--app-epaper-carousel-item-focus-width: 182px;
|
|
22
|
+
--app-epaper-carousel-item-default-width: 144px;
|
|
23
|
+
--app-epaper-carouse-beilage-item-width: 110px;
|
|
24
|
+
--standard-teaser-gallery-teaser-width-web: 145px;
|
|
25
|
+
--standard-teaser-gallery-teaser-width-app: 280px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@media (min-width: 600px) {
|
|
29
|
+
[data-content-brand="advertorial"],
|
|
30
|
+
:host([data-content-brand="advertorial"]) {
|
|
31
|
+
--gallery-teaser-title-bottom-space: var(--space-4-p-5-x, 36px);
|
|
32
|
+
--gallery-teaser-app-gap-space: var(--gap-space-const-sm);
|
|
33
|
+
--app-epaper-carousel-item-focus-width: 240px;
|
|
34
|
+
--app-epaper-carousel-item-default-width: 172px;
|
|
35
|
+
--app-epaper-carouse-beilage-item-width: 172px;
|
|
36
|
+
--standard-teaser-gallery-teaser-width-web: 260px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (min-width: 1024px) {
|
|
41
|
+
[data-content-brand="advertorial"],
|
|
42
|
+
:host([data-content-brand="advertorial"]) {
|
|
43
|
+
--standard-teaser-gallery-teaser-width-web: 300px;
|
|
44
|
+
--standard-teaser-gallery-teaser-width-app: 464px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Chip Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"] .chip-label,
|
|
18
|
+
:host([data-content-brand="advertorial"]) .chip-label {
|
|
19
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
20
|
+
font-weight: var(--font-weight-bold, 700);
|
|
21
|
+
font-size: var(--size-2-x, 16px);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* === BREAKPOINT TOKENS === */
|
|
25
|
+
|
|
26
|
+
[data-content-brand="advertorial"],
|
|
27
|
+
:host([data-content-brand="advertorial"]) {
|
|
28
|
+
--chip-font-size: var(--size-2-x, 16px);
|
|
29
|
+
--chip-inline-space: var(--inline-space-const-md);
|
|
30
|
+
--chip-stack-space: var(--stack-space-const-sm);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media (min-width: 1024px) {
|
|
34
|
+
[data-content-brand="advertorial"],
|
|
35
|
+
:host([data-content-brand="advertorial"]) {
|
|
36
|
+
--chip-font-size: var(--size-2-p-25-x, 18px);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Datepicker Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === BREAKPOINT TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"],
|
|
18
|
+
:host([data-content-brand="advertorial"]) {
|
|
19
|
+
--datepicker-item-day-width-size: 44px;
|
|
20
|
+
--datepicker-item-height-size: 44px;
|
|
21
|
+
--datepicker-item-year-width-size: 77px;
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Drawers Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === BREAKPOINT TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"],
|
|
18
|
+
:host([data-content-brand="advertorial"]) {
|
|
19
|
+
--mobile-menu-drawer-stack-space: 20px;
|
|
20
|
+
--mobile-menu-drawer-left-inline-space: 20px;
|
|
21
|
+
--mobile-menu-drawer-right-inline-space: 16px;
|
|
22
|
+
--mobile-menu-drawer-max-width-size: 400px;
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Dropdown Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === BREAKPOINT TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"],
|
|
18
|
+
:host([data-content-brand="advertorial"]) {
|
|
19
|
+
--drop-down-border-radius: var(--border-radius-sm);
|
|
20
|
+
--drop-down-item-stack-space: var(--space-1-x, 8px);
|
|
21
|
+
--drop-down-item-inline-space: var(--grid-space-resp-base);
|
|
22
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Footer Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"] .footer-card-link,
|
|
18
|
+
:host([data-content-brand="advertorial"]) .footer-card-link {
|
|
19
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
20
|
+
font-weight: var(--font-weight-book, 400);
|
|
21
|
+
font-size: var(--label-2-font-size, 15px);
|
|
22
|
+
text-decoration: underline;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[data-content-brand="advertorial"] .footer-link-separator,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .footer-link-separator {
|
|
27
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
28
|
+
font-weight: var(--font-weight-book, 400);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
[data-content-brand="advertorial"] .footer-links,
|
|
32
|
+
:host([data-content-brand="advertorial"]) .footer-links {
|
|
33
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
34
|
+
font-weight: var(--font-weight-bold, 700);
|
|
35
|
+
font-size: 11px;
|
|
36
|
+
line-height: 14px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
[data-content-brand="advertorial"] .footer-link-user-offer-pages,
|
|
40
|
+
:host([data-content-brand="advertorial"]) .footer-link-user-offer-pages {
|
|
41
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
42
|
+
font-weight: var(--font-weight-book, 400);
|
|
43
|
+
font-size: 18px;
|
|
44
|
+
line-height: 26px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* === BREAKPOINT TOKENS === */
|
|
48
|
+
|
|
49
|
+
[data-content-brand="advertorial"],
|
|
50
|
+
:host([data-content-brand="advertorial"]) {
|
|
51
|
+
--footer-font-size: 11px;
|
|
52
|
+
--footer-line-height: 14px;
|
|
53
|
+
--footer-font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
54
|
+
--footer-font-size-user-offer-pages: 18px;
|
|
55
|
+
--footer-line-height-user-offer-pages: 26px;
|
|
56
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: Icon Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === BREAKPOINT TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"],
|
|
18
|
+
:host([data-content-brand="advertorial"]) {
|
|
19
|
+
--icon-size: var(--size-const-2-xs);
|
|
20
|
+
--icon-size-embedd-media: 40px;
|
|
21
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: InfoElement Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === BREAKPOINT TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"],
|
|
18
|
+
:host([data-content-brand="advertorial"]) {
|
|
19
|
+
--info-element-teaser-badge-height-size: var(--size-2-x, 16px);
|
|
20
|
+
--info-element-teaser-image-height-size: var(--size-10-x, 80px);
|
|
21
|
+
--info-element-teaser-image-width-size: var(--size-10-x, 80px);
|
|
22
|
+
--info-element-teaser-badge-margin-space: var(--space-0-p-5-x, 4px);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@media (min-width: 600px) {
|
|
26
|
+
[data-content-brand="advertorial"],
|
|
27
|
+
:host([data-content-brand="advertorial"]) {
|
|
28
|
+
--info-element-teaser-image-height-size: 83px;
|
|
29
|
+
--info-element-teaser-image-width-size: var(--size-18-p-5-x, 148px);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media (min-width: 1024px) {
|
|
34
|
+
[data-content-brand="advertorial"],
|
|
35
|
+
:host([data-content-brand="advertorial"]) {
|
|
36
|
+
--info-element-teaser-badge-height-size: var(--size-3-x, 24px);
|
|
37
|
+
--info-element-teaser-image-height-size: 133px;
|
|
38
|
+
--info-element-teaser-image-width-size: 236px;
|
|
39
|
+
--info-element-teaser-badge-margin-space: var(--space-1-x, 8px);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* ADVERTORIAL Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Advertorial | Bundle: InputField Component Tokens
|
|
8
|
+
*
|
|
9
|
+
* Copyright (c) 2024 Axel Springer Deutschland GmbH
|
|
10
|
+
* Proprietary and confidential. All rights reserved.
|
|
11
|
+
*
|
|
12
|
+
* Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* === DENSITY TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-content-brand="advertorial"][data-density="default"],
|
|
18
|
+
:host([data-content-brand="advertorial"][data-density="default"]) {
|
|
19
|
+
/* ============================================
|
|
20
|
+
OTHER
|
|
21
|
+
============================================ */
|
|
22
|
+
|
|
23
|
+
--density-input-field-inline-space: var(--space-2-x, 16px);
|
|
24
|
+
--density-input-field-stack-space: var(--space-1-x, 8px);
|
|
25
|
+
--density-input-field-height-size: var(--size-5-x, 40px);
|
|
26
|
+
--density-input-field-label-font-size: 17px;
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
[data-content-brand="advertorial"][data-density="dense"],
|
|
31
|
+
:host([data-content-brand="advertorial"][data-density="dense"]) {
|
|
32
|
+
/* ============================================
|
|
33
|
+
OTHER
|
|
34
|
+
============================================ */
|
|
35
|
+
|
|
36
|
+
--density-input-field-inline-space: var(--space-2-x, 16px);
|
|
37
|
+
--density-input-field-stack-space: var(--space-0-p-75-x, 6px);
|
|
38
|
+
--density-input-field-height-size: var(--size-4-p-5-x, 36px);
|
|
39
|
+
--density-input-field-label-font-size: 16px;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[data-content-brand="advertorial"][data-density="spacious"],
|
|
44
|
+
:host([data-content-brand="advertorial"][data-density="spacious"]) {
|
|
45
|
+
/* ============================================
|
|
46
|
+
OTHER
|
|
47
|
+
============================================ */
|
|
48
|
+
|
|
49
|
+
--density-input-field-inline-space: var(--space-2-x, 16px);
|
|
50
|
+
--density-input-field-stack-space: var(--space-1-p-5-x, 12px);
|
|
51
|
+
--density-input-field-height-size: var(--size-6-x, 48px);
|
|
52
|
+
--density-input-field-label-font-size: 19px;
|
|
53
|
+
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
57
|
+
|
|
58
|
+
[data-content-brand="advertorial"] .text-input-field-label,
|
|
59
|
+
:host([data-content-brand="advertorial"]) .text-input-field-label {
|
|
60
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
61
|
+
font-weight: var(--font-weight-book, 400);
|
|
62
|
+
font-size: 16px;
|
|
63
|
+
line-height: 16px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* === BREAKPOINT TOKENS === */
|
|
67
|
+
|
|
68
|
+
[data-content-brand="advertorial"],
|
|
69
|
+
:host([data-content-brand="advertorial"]) {
|
|
70
|
+
--input-field-stack-space: var(--density-input-field-stack-space, 6px);
|
|
71
|
+
--input-field-inline-space: var(--density-input-field-inline-space, 16px);
|
|
72
|
+
--input-field-mini-label-inline-space: var(--space-0-p-5-x, 4px);
|
|
73
|
+
--input-field-font-size: var(--density-input-field-label-font-size, 16px);
|
|
74
|
+
--input-field-imessage-inline-space: var(--inline-space-const-lg);
|
|
75
|
+
--input-field-height-size: var(--density-input-field-height-size, 36px);
|
|
76
|
+
--hey-input-container-inline-space: var(--inline-space-const-sm);
|
|
77
|
+
--input-field-message-gap-space: var(--gap-space-const-xs);
|
|
78
|
+
--input-field-font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media (min-width: 1024px) {
|
|
82
|
+
[data-content-brand="advertorial"],
|
|
83
|
+
:host([data-content-brand="advertorial"]) {
|
|
84
|
+
--hey-input-container-inline-space: var(--inline-space-const-lg);
|
|
85
|
+
}
|
|
86
|
+
}
|