@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,103 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: NewsTicker 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="bild"] .news-ticker-time-stamp,
|
|
18
|
+
:host([data-content-brand="bild"]) .news-ticker-time-stamp {
|
|
19
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
20
|
+
font-weight: var(--font-weight-bold, 700);
|
|
21
|
+
font-size: 16px;
|
|
22
|
+
line-height: 20.8px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[data-content-brand="bild"] .news-ticker-kicker,
|
|
26
|
+
:host([data-content-brand="bild"]) .news-ticker-kicker {
|
|
27
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
28
|
+
font-weight: var(--font-weight-bold, 700);
|
|
29
|
+
font-size: var(--kicker-3-font-size, 16px);
|
|
30
|
+
line-height: var(--kicker-3-line-height, 17.6px);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
[data-content-brand="bild"] .news-ticker-headline,
|
|
34
|
+
:host([data-content-brand="bild"]) .news-ticker-headline {
|
|
35
|
+
font-family: var(--font-family-gotham-cond, Gotham Condensed);
|
|
36
|
+
font-weight: 900;
|
|
37
|
+
font-size: var(--headline-3-font-size, 28px);
|
|
38
|
+
line-height: var(--headline-3-line-height, 28px);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* === BREAKPOINT TOKENS === */
|
|
42
|
+
|
|
43
|
+
[data-content-brand="bild"],
|
|
44
|
+
:host([data-content-brand="bild"]) {
|
|
45
|
+
--news-ticker-time-font-size: 16px;
|
|
46
|
+
--news-ticker-time-font-weight: var(--font-weight-bold, 700);
|
|
47
|
+
--news-ticker-time-font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
48
|
+
--news-ticker-time-line-height: 20.8px;
|
|
49
|
+
--news-ticker-content-stack-space: var(--gap-space-const-xs);
|
|
50
|
+
--news-ticker-kicker-inner-stack-space: var(--space-0-p-25-x, 2px);
|
|
51
|
+
--news-ticker-titles-inline-space: 18px;
|
|
52
|
+
--news-ticker-badges-inline-space: var(--space-1-x, 8px);
|
|
53
|
+
--news-ticker-time-kicker-stack-space: var(--space-0-p-5-x, 4px);
|
|
54
|
+
--news-ticker-entries-stack-space: var(--space-2-p-75-x, 22px);
|
|
55
|
+
--news-ticker-kicker-inner-inline-space: var(--space-0-p-5-x, 4px);
|
|
56
|
+
--news-ticker-skeleton-bottom-space: var(--space-8-x, 64px);
|
|
57
|
+
--news-ticker-red-dot-size: var(--size-1-p-5-x, 12px);
|
|
58
|
+
--news-ticker-entries-left-inline-space: var(--space-2-p-75-x, 22px);
|
|
59
|
+
--news-ticker-line-inline-space: var(--space-0-p-75-x, 6px);
|
|
60
|
+
--news-ticker-app-card-height-size: 116px;
|
|
61
|
+
--news-ticker-app-card-width-size: 250px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@media (min-width: 390px) {
|
|
65
|
+
[data-content-brand="bild"],
|
|
66
|
+
:host([data-content-brand="bild"]) {
|
|
67
|
+
--news-ticker-time-font-family: var(--label-font-family);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media (min-width: 600px) {
|
|
72
|
+
[data-content-brand="bild"],
|
|
73
|
+
:host([data-content-brand="bild"]) {
|
|
74
|
+
--news-ticker-titles-inline-space: var(--space-3-x, 24px);
|
|
75
|
+
--news-ticker-badges-inline-space: var(--space-1-p-5-x, 12px);
|
|
76
|
+
--news-ticker-time-kicker-stack-space: var(--space-0-p-75-x, 6px);
|
|
77
|
+
--news-ticker-skeleton-bottom-space: 0px;
|
|
78
|
+
--news-ticker-red-dot-size: var(--size-1-p-75-x, 14px);
|
|
79
|
+
--news-ticker-line-inline-space: 7px;
|
|
80
|
+
--news-ticker-app-card-height-size: 150px;
|
|
81
|
+
--news-ticker-app-card-width-size: 300px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@media (min-width: 1024px) {
|
|
86
|
+
[data-content-brand="bild"],
|
|
87
|
+
:host([data-content-brand="bild"]) {
|
|
88
|
+
--news-ticker-time-font-size: 18px;
|
|
89
|
+
--news-ticker-time-line-height: 23.4px;
|
|
90
|
+
--news-ticker-titles-inline-space: 30px;
|
|
91
|
+
--news-ticker-badges-inline-space: var(--space-2-x, 16px);
|
|
92
|
+
--news-ticker-red-dot-size: var(--size-2-x, 16px);
|
|
93
|
+
--news-ticker-line-inline-space: var(--space-1-x, 8px);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/* === OTHER TOKENS === */
|
|
98
|
+
|
|
99
|
+
[data-color-brand="bild"],
|
|
100
|
+
:host([data-color-brand="bild"]) {
|
|
101
|
+
--news-ticker-timestamp-color: var(--label-color-tertiary);
|
|
102
|
+
--news-ticker-badge-icons-color: var(--label-color-tertiary);
|
|
103
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Pagination 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
|
+
/* === COLOR TOKENS (LIGHT MODE) === */
|
|
16
|
+
|
|
17
|
+
[data-color-brand="bild"][data-theme="light"],
|
|
18
|
+
:host([data-color-brand="bild"][data-theme="light"]) {
|
|
19
|
+
--pagination-element-color-default: var(--color-neutral-85, #CED4DA);
|
|
20
|
+
--scroll-bar-track-bg-color: var(--alpha-black-10, rgba(0, 0, 0, 0.1));
|
|
21
|
+
--scroll-bar-thumb-bg-color: var(--color-neutral-60, #8C9196);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* === COLOR TOKENS (DARK MODE) === */
|
|
25
|
+
|
|
26
|
+
[data-color-brand="bild"][data-theme="dark"],
|
|
27
|
+
:host([data-color-brand="bild"][data-theme="dark"]) {
|
|
28
|
+
--pagination-element-color-default: var(--color-neutral-60, #8C9196);
|
|
29
|
+
--scroll-bar-track-bg-color: var(--alpha-white-10, rgba(255, 255, 255, 0.1));
|
|
30
|
+
--scroll-bar-thumb-bg-color: var(--color-neutral-60, #8C9196);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* === TYPOGRAPHY TOKENS === */
|
|
34
|
+
|
|
35
|
+
[data-content-brand="bild"] .numbered-pagination-active,
|
|
36
|
+
:host([data-content-brand="bild"]) .numbered-pagination-active {
|
|
37
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
38
|
+
font-weight: var(--font-weight-bold, 700);
|
|
39
|
+
font-size: var(--label-1-font-size, 17px);
|
|
40
|
+
line-height: var(--label-1-line-height, 17px);
|
|
41
|
+
letter-spacing: var(--letter-space-0-p-25, 0.25px);
|
|
42
|
+
text-decoration: underline;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* === BREAKPOINT TOKENS === */
|
|
46
|
+
|
|
47
|
+
[data-content-brand="bild"],
|
|
48
|
+
:host([data-content-brand="bild"]) {
|
|
49
|
+
--gallery-pagination-item-height-size: var(--size-0-p-5-x, 4px);
|
|
50
|
+
--gallery-pagination-container-web-inline-space: var(--inline-space-const-sm);
|
|
51
|
+
--gallery-pagination-container-stack-space: var(--stack-space-const-md);
|
|
52
|
+
--gallery-pagination-container-app-inline-space: var(--inline-space-const-md);
|
|
53
|
+
--scroll-bar-thickness-size: var(--size-1-x, 8px);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@media (min-width: 600px) {
|
|
57
|
+
[data-content-brand="bild"],
|
|
58
|
+
:host([data-content-brand="bild"]) {
|
|
59
|
+
--gallery-pagination-container-web-inline-space: var(--inline-space-const-md);
|
|
60
|
+
--gallery-pagination-container-stack-space: var(--stack-space-const-lg);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* === OTHER TOKENS === */
|
|
65
|
+
|
|
66
|
+
[data-color-brand="bild"],
|
|
67
|
+
:host([data-color-brand="bild"]) {
|
|
68
|
+
--pagination-element-color-active: var(--accent-color-primary);
|
|
69
|
+
--gallery-pagination-element-active-opacity: var(--layer-opacity-100);
|
|
70
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: PartnerLinks 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
|
+
/* === COLOR TOKENS (LIGHT MODE) === */
|
|
16
|
+
|
|
17
|
+
[data-color-brand="bild"][data-theme="light"],
|
|
18
|
+
:host([data-color-brand="bild"][data-theme="light"]) {
|
|
19
|
+
/* ============================================
|
|
20
|
+
OTHER
|
|
21
|
+
============================================ */
|
|
22
|
+
|
|
23
|
+
--partner-links-border-color-idle: var(--color-neutral-85, #CED4DA);
|
|
24
|
+
--partner-links-border-color-active: var(--color-neutral-15, #232629);
|
|
25
|
+
--partner-links-bg-color-idle: var(--color-neutral-100, #FFFFFF);
|
|
26
|
+
--partner-links-bg-color-active: var(--color-neutral-93, #E9ECEF);
|
|
27
|
+
--partner-links-container-border-color: var(--color-neutral-85, #CED4DA);
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* === COLOR TOKENS (DARK MODE) === */
|
|
32
|
+
|
|
33
|
+
[data-color-brand="bild"][data-theme="dark"],
|
|
34
|
+
:host([data-color-brand="bild"][data-theme="dark"]) {
|
|
35
|
+
/* ============================================
|
|
36
|
+
OTHER
|
|
37
|
+
============================================ */
|
|
38
|
+
|
|
39
|
+
--partner-links-border-color-idle: var(--color-neutral-85, #CED4DA);
|
|
40
|
+
--partner-links-border-color-active: var(--color-neutral-93, #E9ECEF);
|
|
41
|
+
--partner-links-bg-color-idle: var(--color-neutral-25, #343C41);
|
|
42
|
+
--partner-links-bg-color-active: var(--color-neutral-60, #8C9196);
|
|
43
|
+
--partner-links-container-border-color: var(--color-neutral-35, #4B525A);
|
|
44
|
+
|
|
45
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Paywall 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="bild"] .paywall-card-price-tag,
|
|
18
|
+
:host([data-content-brand="bild"]) .paywall-card-price-tag {
|
|
19
|
+
font-family: var(--font-family-gotham, Gotham);
|
|
20
|
+
font-weight: var(--font-weight-black, 800);
|
|
21
|
+
font-size: var(--size-8-x, 64px);
|
|
22
|
+
line-height: var(--size-8-x, 64px);
|
|
23
|
+
letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
[data-content-brand="bild"] .paywall-card-note,
|
|
27
|
+
:host([data-content-brand="bild"]) .paywall-card-note {
|
|
28
|
+
font-family: var(--font-family-gotham, Gotham);
|
|
29
|
+
font-weight: var(--font-weight-black, 800);
|
|
30
|
+
font-size: var(--size-5-x, 40px);
|
|
31
|
+
line-height: var(--size-5-x, 40px);
|
|
32
|
+
letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/* === BREAKPOINT TOKENS === */
|
|
36
|
+
|
|
37
|
+
[data-content-brand="bild"],
|
|
38
|
+
:host([data-content-brand="bild"]) {
|
|
39
|
+
--paywall-container-gap-space: -48px;
|
|
40
|
+
--paywall-header-bottom-stack-space: var(--space-10-x, 80px);
|
|
41
|
+
--paywall-card-max-width-size: 346px;
|
|
42
|
+
--paywall-card-price-tag-font-size: var(--size-8-x, 64px);
|
|
43
|
+
--paywall-card-price-tag-line-height: var(--size-8-x, 64px);
|
|
44
|
+
--paywall-card-price-note-line-height: var(--size-5-x, 40px);
|
|
45
|
+
--paywall-card-price-note-font-size: var(--size-5-x, 40px);
|
|
46
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Quote 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="bild"],
|
|
18
|
+
:host([data-content-brand="bild"]) {
|
|
19
|
+
--quote-container-inline-space: var(--inline-space-const-lg);
|
|
20
|
+
--quote-container-stack-space: var(--stack-space-resp-lg);
|
|
21
|
+
--quote-quotation-marks-font-size: var(--size-3-p-5-x, 28px);
|
|
22
|
+
--quote-content-gap-space: var(--gap-space-const-lg);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@media (min-width: 600px) {
|
|
26
|
+
[data-content-brand="bild"],
|
|
27
|
+
:host([data-content-brand="bild"]) {
|
|
28
|
+
--quote-quotation-marks-font-size: var(--size-4-x, 32px);
|
|
29
|
+
--quote-content-gap-space: var(--gap-space-const-3-xl);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media (min-width: 1024px) {
|
|
34
|
+
[data-content-brand="bild"],
|
|
35
|
+
:host([data-content-brand="bild"]) {
|
|
36
|
+
--quote-container-inline-space: var(--space-3-p-5-x, 28px);
|
|
37
|
+
--quote-quotation-marks-font-size: var(--size-4-p-5-x, 36px);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: RadioButton 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="bild"],
|
|
18
|
+
:host([data-content-brand="bild"]) {
|
|
19
|
+
--radio-selector-size: var(--size-2-p-5-x, 20px);
|
|
20
|
+
--radio-selector-dot-active-size: var(--size-1-p-5-x, 12px);
|
|
21
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Search 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="bild"],
|
|
18
|
+
:host([data-content-brand="bild"]) {
|
|
19
|
+
--search-result-badge-height-size: var(--size-2-p-25-x, 18px);
|
|
20
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: SectionTitle 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="bild"],
|
|
18
|
+
:host([data-content-brand="bild"]) {
|
|
19
|
+
--section-title-inner-stack-bottom-space: var(--space-1-p-5-x, 12px);
|
|
20
|
+
--section-title-height-size: var(--size-4-x, 32px);
|
|
21
|
+
--section-title-arrow-inline-space: 5px;
|
|
22
|
+
--section-title-arrow-inline-space-active: 5px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@media (min-width: 1024px) {
|
|
26
|
+
[data-content-brand="bild"],
|
|
27
|
+
:host([data-content-brand="bild"]) {
|
|
28
|
+
--section-title-height-size: var(--size-5-x, 40px);
|
|
29
|
+
--section-title-arrow-inline-space-active: 8px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Selection 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
|
+
/* === COLOR TOKENS (LIGHT MODE) === */
|
|
16
|
+
|
|
17
|
+
[data-color-brand="bild"][data-theme="light"],
|
|
18
|
+
:host([data-color-brand="bild"][data-theme="light"]) {
|
|
19
|
+
/* ============================================
|
|
20
|
+
OTHER
|
|
21
|
+
============================================ */
|
|
22
|
+
|
|
23
|
+
--selection-border-color: var(--color-neutral-35, #4B525A);
|
|
24
|
+
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* === COLOR TOKENS (DARK MODE) === */
|
|
28
|
+
|
|
29
|
+
[data-color-brand="bild"][data-theme="dark"],
|
|
30
|
+
:host([data-color-brand="bild"][data-theme="dark"]) {
|
|
31
|
+
/* ============================================
|
|
32
|
+
OTHER
|
|
33
|
+
============================================ */
|
|
34
|
+
|
|
35
|
+
--selection-border-color: var(--color-neutral-60, #8C9196);
|
|
36
|
+
|
|
37
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Separator 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="bild"],
|
|
18
|
+
:host([data-content-brand="bild"]) {
|
|
19
|
+
--separator-thickness-size: var(--border-width-thick);
|
|
20
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Skeletons 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="bild"],
|
|
18
|
+
:host([data-content-brand="bild"]) {
|
|
19
|
+
--headlines-skeleton-image-placeholder-max-width: 282px;
|
|
20
|
+
--article-skeleton-image-inline-space: var(--grid-space-resp-base);
|
|
21
|
+
--article-skeleton-text-inline-space: 0px;
|
|
22
|
+
--article-text-skeleton-height-size: 270px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@media (min-width: 600px) {
|
|
26
|
+
[data-content-brand="bild"],
|
|
27
|
+
:host([data-content-brand="bild"]) {
|
|
28
|
+
--headlines-skeleton-image-placeholder-max-width: var(--size-20-x, 160px);
|
|
29
|
+
--article-skeleton-image-inline-space: var(--space-6-x, 48px);
|
|
30
|
+
--article-skeleton-text-inline-space: var(--space-6-x, 48px);
|
|
31
|
+
--article-text-skeleton-height-size: 720px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Slider 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
|
+
/* === COLOR TOKENS (LIGHT MODE) === */
|
|
16
|
+
|
|
17
|
+
[data-color-brand="bild"][data-theme="light"],
|
|
18
|
+
:host([data-color-brand="bild"][data-theme="light"]) {
|
|
19
|
+
--slider-track-bg-color: var(--alpha-white-35, rgba(255, 255, 255, 0.35));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* === COLOR TOKENS (DARK MODE) === */
|
|
23
|
+
|
|
24
|
+
[data-color-brand="bild"][data-theme="dark"],
|
|
25
|
+
:host([data-color-brand="bild"][data-theme="dark"]) {
|
|
26
|
+
--slider-track-bg-color: var(--alpha-white-35, rgba(255, 255, 255, 0.35));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* === BREAKPOINT TOKENS === */
|
|
30
|
+
|
|
31
|
+
[data-content-brand="bild"],
|
|
32
|
+
:host([data-content-brand="bild"]) {
|
|
33
|
+
--slider-progress-bar-idle-height-size: var(--size-0-p-5-x, 4px);
|
|
34
|
+
--slider-progress-bar-hover-height-size: var(--size-1-x, 8px);
|
|
35
|
+
--slider-progress-inactive-height-size: var(--size-0-p-25-x, 2px);
|
|
36
|
+
--vid-player-progress-bar-height-size: var(--size-1-p-5-x, 12px);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/* === OTHER TOKENS === */
|
|
40
|
+
|
|
41
|
+
[data-color-brand="bild"],
|
|
42
|
+
:host([data-color-brand="bild"]) {
|
|
43
|
+
--slider-button-opacity: var(--layer-opacity-90);
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: SocialShareButton 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
|
+
/* === COLOR TOKENS (LIGHT MODE) === */
|
|
16
|
+
|
|
17
|
+
[data-color-brand="bild"][data-theme="light"],
|
|
18
|
+
:host([data-color-brand="bild"][data-theme="light"]) {
|
|
19
|
+
/* ============================================
|
|
20
|
+
OTHER
|
|
21
|
+
============================================ */
|
|
22
|
+
|
|
23
|
+
--social-share-button-label-color-default: var(--color-neutral-100, #FFFFFF);
|
|
24
|
+
--social-share-button-label-color-active: var(--color-neutral-100, #FFFFFF);
|
|
25
|
+
--social-share-button-bg-color-active: var(--color-neutral-25, #343C41);
|
|
26
|
+
--social-share-button-bg-color-default: var(--color-neutral-35, #4B525A);
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* === COLOR TOKENS (DARK MODE) === */
|
|
31
|
+
|
|
32
|
+
[data-color-brand="bild"][data-theme="dark"],
|
|
33
|
+
:host([data-color-brand="bild"][data-theme="dark"]) {
|
|
34
|
+
/* ============================================
|
|
35
|
+
OTHER
|
|
36
|
+
============================================ */
|
|
37
|
+
|
|
38
|
+
--social-share-button-label-color-default: var(--color-neutral-100, #FFFFFF);
|
|
39
|
+
--social-share-button-label-color-active: var(--color-neutral-100, #FFFFFF);
|
|
40
|
+
--social-share-button-bg-color-active: var(--color-neutral-25, #343C41);
|
|
41
|
+
--social-share-button-bg-color-default: var(--color-neutral-35, #4B525A);
|
|
42
|
+
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: SpecialNavi 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="bild"] .special-navi-item-label,
|
|
18
|
+
:host([data-content-brand="bild"]) .special-navi-item-label {
|
|
19
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
font-size: 15px;
|
|
22
|
+
line-height: 15px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* === BREAKPOINT TOKENS === */
|
|
26
|
+
|
|
27
|
+
[data-content-brand="bild"],
|
|
28
|
+
:host([data-content-brand="bild"]) {
|
|
29
|
+
--special-navi-inline-space: var(--space-3-x, 24px);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@media (min-width: 1024px) {
|
|
33
|
+
[data-content-brand="bild"],
|
|
34
|
+
:host([data-content-brand="bild"]) {
|
|
35
|
+
--special-navi-inline-space: var(--space-4-x, 32px);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Spinner 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="bild"],
|
|
18
|
+
:host([data-content-brand="bild"]) {
|
|
19
|
+
--video-spinner-size: var(--size-const-sm);
|
|
20
|
+
--video-spinner-stroke-size: 2px;
|
|
21
|
+
--video-spinner-size-0-5-x: 20px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media (min-width: 600px) {
|
|
25
|
+
[data-content-brand="bild"],
|
|
26
|
+
:host([data-content-brand="bild"]) {
|
|
27
|
+
--video-spinner-size: var(--size-10-x, 80px);
|
|
28
|
+
--video-spinner-stroke-size: 4px;
|
|
29
|
+
--video-spinner-size-0-5-x: 40px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* BILD Design System Tokens v1.0.70
|
|
5
|
+
* Generated by Style Dictionary v4.0.0
|
|
6
|
+
*
|
|
7
|
+
* Brand: Bild | Bundle: Subheader 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
|
+
/* === OTHER TOKENS === */
|
|
16
|
+
|
|
17
|
+
[data-color-brand="bild"],
|
|
18
|
+
:host([data-color-brand="bild"]) {
|
|
19
|
+
--subheaders-color: var(--text-color-primary);
|
|
20
|
+
}
|