@marioschmidt/design-system-components 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bds/bds.css +1 -1
- package/dist/bds/bds.esm.js +1 -1
- package/dist/bds/p-5fc1f965.entry.js +2 -0
- package/dist/bds/p-5fc1f965.entry.js.map +1 -0
- package/dist/bds/p-DjQpvXJW.js +3 -0
- package/dist/bds/p-DjQpvXJW.js.map +1 -0
- package/dist/cjs/bds.cjs.js +1 -1
- package/dist/cjs/ds-button_2.cjs.entry.js +11 -7
- package/dist/cjs/{index-B0IsCEmC.js → index-Bg-5nAHg.js} +3 -3
- package/dist/cjs/index-Bg-5nAHg.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/ds-button/ds-button.css +175 -29
- package/dist/collection/ds-button/ds-button.js +27 -13
- package/dist/collection/ds-button/ds-button.js.map +1 -1
- package/dist/components/ds-button.js +10 -6
- package/dist/components/ds-button.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/docs/ds-button/readme.md +4 -4
- package/dist/esm/bds.js +2 -2
- package/dist/esm/ds-button_2.entry.js +11 -7
- package/dist/esm/{index-Wtf1fKUK.js → index-DjQpvXJW.js} +3 -3
- package/dist/esm/index-DjQpvXJW.js.map +1 -0
- package/dist/esm/loader.js +2 -2
- package/dist/types/components.d.ts +10 -8
- package/dist/types/ds-button/ds-button.d.ts +13 -3
- package/dist/www/build/bds.css +1 -1
- package/dist/www/build/bds.esm.js +1 -1
- package/dist/www/build/p-5fc1f965.entry.js +2 -0
- package/dist/www/build/p-5fc1f965.entry.js.map +1 -0
- package/dist/www/build/p-71b331cc.css +1 -0
- package/dist/www/build/p-DjQpvXJW.js +3 -0
- package/dist/www/build/p-DjQpvXJW.js.map +1 -0
- package/dist/www/css/advertorial/components/_dsysdocs.css +1 -1
- package/dist/www/css/advertorial/components/article.css +32 -1
- package/dist/www/css/advertorial/components/audioplayer.css +1 -1
- package/dist/www/css/advertorial/components/avatar.css +35 -1
- package/dist/www/css/advertorial/components/badge.css +9 -1
- package/dist/www/css/advertorial/components/breadcrumb.css +19 -1
- package/dist/www/css/advertorial/components/breakingnews.css +17 -1
- package/dist/www/css/advertorial/components/button.css +9 -1
- package/dist/www/css/advertorial/components/card.css +1 -1
- package/dist/www/css/advertorial/components/carousel.css +1 -1
- package/dist/www/css/advertorial/components/chip.css +1 -1
- package/dist/www/css/advertorial/components/datepicker.css +1 -1
- package/dist/www/css/advertorial/components/drawers.css +1 -1
- package/dist/www/css/advertorial/components/dropdown.css +1 -1
- package/dist/www/css/advertorial/components/footer.css +1 -1
- package/dist/www/css/advertorial/components/icon.css +1 -1
- package/dist/www/css/advertorial/components/iconbutton.css +1 -1
- package/dist/www/css/advertorial/components/infoelement.css +1 -1
- package/dist/www/css/advertorial/components/inputfield.css +1 -1
- package/dist/www/css/advertorial/components/liveticker.css +9 -1
- package/dist/www/css/advertorial/components/mediaplayer.css +17 -1
- package/dist/www/css/advertorial/components/menu.css +28 -1
- package/dist/www/css/advertorial/components/newsticker.css +17 -1
- package/dist/www/css/advertorial/components/pagination.css +1 -1
- package/dist/www/css/advertorial/components/paywall.css +10 -1
- package/dist/www/css/advertorial/components/quote.css +1 -1
- package/dist/www/css/advertorial/components/radiobutton.css +1 -1
- package/dist/www/css/advertorial/components/search.css +1 -1
- package/dist/www/css/advertorial/components/sectiontitle.css +1 -1
- package/dist/www/css/advertorial/components/separator.css +1 -1
- package/dist/www/css/advertorial/components/skeletons.css +1 -1
- package/dist/www/css/advertorial/components/slider.css +1 -1
- package/dist/www/css/advertorial/components/specialnavi.css +1 -1
- package/dist/www/css/advertorial/components/spinner.css +1 -1
- package/dist/www/css/advertorial/components/tab.css +17 -1
- package/dist/www/css/advertorial/components/table.css +1 -1
- package/dist/www/css/advertorial/components/teaser.css +41 -1
- package/dist/www/css/advertorial/components/toggleswitch.css +1 -1
- package/dist/www/css/advertorial/components/video.css +1 -1
- package/dist/www/css/advertorial/theme.css +1 -1
- package/dist/www/css/advertorial/tokens.css +275 -1
- package/dist/www/css/bild/components/_dsysdoc.css +1 -1
- package/dist/www/css/bild/components/_dsysdocs.css +1 -1
- package/dist/www/css/bild/components/alert.css +1 -1
- package/dist/www/css/bild/components/article.css +32 -1
- package/dist/www/css/bild/components/audioplayer.css +1 -1
- package/dist/www/css/bild/components/avatar.css +35 -1
- package/dist/www/css/bild/components/badge.css +9 -1
- package/dist/www/css/bild/components/breadcrumb.css +19 -1
- package/dist/www/css/bild/components/breakingnews.css +17 -1
- package/dist/www/css/bild/components/button.css +9 -1
- package/dist/www/css/bild/components/card.css +1 -1
- package/dist/www/css/bild/components/carousel.css +1 -1
- package/dist/www/css/bild/components/chip.css +1 -1
- package/dist/www/css/bild/components/datepicker.css +1 -1
- package/dist/www/css/bild/components/drawers.css +1 -1
- package/dist/www/css/bild/components/dropdown.css +1 -1
- package/dist/www/css/bild/components/empties.css +1 -1
- package/dist/www/css/bild/components/footer.css +1 -1
- package/dist/www/css/bild/components/gallery.css +1 -1
- package/dist/www/css/bild/components/icon.css +1 -1
- package/dist/www/css/bild/components/iconbutton.css +1 -1
- package/dist/www/css/bild/components/infoelement.css +1 -1
- package/dist/www/css/bild/components/inputfield.css +1 -1
- package/dist/www/css/bild/components/kicker.css +1 -1
- package/dist/www/css/bild/components/liveticker.css +9 -1
- package/dist/www/css/bild/components/mediaplayer.css +17 -1
- package/dist/www/css/bild/components/menu.css +28 -1
- package/dist/www/css/bild/components/menuitem.css +1 -1
- package/dist/www/css/bild/components/newsticker.css +17 -1
- package/dist/www/css/bild/components/pagination.css +1 -1
- package/dist/www/css/bild/components/partnerlinks.css +1 -1
- package/dist/www/css/bild/components/paywall.css +10 -1
- package/dist/www/css/bild/components/quote.css +1 -1
- package/dist/www/css/bild/components/radiobutton.css +1 -1
- package/dist/www/css/bild/components/search.css +1 -1
- package/dist/www/css/bild/components/sectiontitle.css +1 -1
- package/dist/www/css/bild/components/selection.css +1 -1
- package/dist/www/css/bild/components/separator.css +1 -1
- package/dist/www/css/bild/components/skeletons.css +1 -1
- package/dist/www/css/bild/components/slider.css +1 -1
- package/dist/www/css/bild/components/specialnavi.css +1 -1
- package/dist/www/css/bild/components/spinner.css +1 -1
- package/dist/www/css/bild/components/subheader.css +1 -1
- package/dist/www/css/bild/components/tab.css +17 -1
- package/dist/www/css/bild/components/table.css +1 -1
- package/dist/www/css/bild/components/teaser.css +41 -1
- package/dist/www/css/bild/components/toggleswitch.css +1 -1
- package/dist/www/css/bild/components/video.css +1 -1
- package/dist/www/css/bild/theme.css +1 -1
- package/dist/www/css/bild/tokens.css +275 -1
- package/dist/www/css/bundles/advertorial.css +522 -1
- package/dist/www/css/bundles/bild.css +522 -1
- package/dist/www/css/bundles/sportbild.css +544 -1
- package/dist/www/css/shared/colorprimitive.css +1 -1
- package/dist/www/css/shared/fontprimitive.css +1 -1
- package/dist/www/css/shared/primitives.css +1 -1
- package/dist/www/css/shared/sizeprimitive.css +1 -1
- package/dist/www/css/shared/spaceprimitive.css +1 -1
- package/dist/www/css/sportbild/components/_dsysdoc.css +1 -1
- package/dist/www/css/sportbild/components/_dsysdocs.css +1 -1
- package/dist/www/css/sportbild/components/alert.css +1 -1
- package/dist/www/css/sportbild/components/article.css +33 -1
- package/dist/www/css/sportbild/components/audioplayer.css +1 -1
- package/dist/www/css/sportbild/components/avatar.css +35 -1
- package/dist/www/css/sportbild/components/badge.css +9 -1
- package/dist/www/css/sportbild/components/breadcrumb.css +19 -1
- package/dist/www/css/sportbild/components/breakingnews.css +17 -1
- package/dist/www/css/sportbild/components/button.css +9 -1
- package/dist/www/css/sportbild/components/card.css +1 -1
- package/dist/www/css/sportbild/components/carousel.css +1 -1
- package/dist/www/css/sportbild/components/chip.css +1 -1
- package/dist/www/css/sportbild/components/datepicker.css +1 -1
- package/dist/www/css/sportbild/components/drawers.css +1 -1
- package/dist/www/css/sportbild/components/dropdown.css +1 -1
- package/dist/www/css/sportbild/components/empties.css +1 -1
- package/dist/www/css/sportbild/components/footer.css +1 -1
- package/dist/www/css/sportbild/components/gallery.css +1 -1
- package/dist/www/css/sportbild/components/icon.css +1 -1
- package/dist/www/css/sportbild/components/iconbutton.css +1 -1
- package/dist/www/css/sportbild/components/infoelement.css +1 -1
- package/dist/www/css/sportbild/components/inputfield.css +1 -1
- package/dist/www/css/sportbild/components/kicker.css +1 -1
- package/dist/www/css/sportbild/components/liveticker.css +9 -1
- package/dist/www/css/sportbild/components/mediaplayer.css +17 -1
- package/dist/www/css/sportbild/components/menu.css +30 -1
- package/dist/www/css/sportbild/components/menuitem.css +1 -1
- package/dist/www/css/sportbild/components/newsticker.css +18 -1
- package/dist/www/css/sportbild/components/pagination.css +1 -1
- package/dist/www/css/sportbild/components/partnerlinks.css +1 -1
- package/dist/www/css/sportbild/components/paywall.css +10 -1
- package/dist/www/css/sportbild/components/quote.css +1 -1
- package/dist/www/css/sportbild/components/radiobutton.css +1 -1
- package/dist/www/css/sportbild/components/search.css +1 -1
- package/dist/www/css/sportbild/components/sectiontitle.css +1 -1
- package/dist/www/css/sportbild/components/selection.css +1 -1
- package/dist/www/css/sportbild/components/separator.css +1 -1
- package/dist/www/css/sportbild/components/skeletons.css +1 -1
- package/dist/www/css/sportbild/components/slider.css +1 -1
- package/dist/www/css/sportbild/components/specialnavi.css +1 -1
- package/dist/www/css/sportbild/components/spinner.css +1 -1
- package/dist/www/css/sportbild/components/subheader.css +1 -1
- package/dist/www/css/sportbild/components/tab.css +17 -1
- package/dist/www/css/sportbild/components/table.css +1 -1
- package/dist/www/css/sportbild/components/teaser.css +46 -1
- package/dist/www/css/sportbild/components/toggleswitch.css +1 -1
- package/dist/www/css/sportbild/components/video.css +1 -1
- package/dist/www/css/sportbild/theme.css +1 -1
- package/dist/www/css/sportbild/tokens.css +288 -1
- package/dist/www/index.html +1 -1
- package/package.json +1 -1
- package/dist/bds/p-67bc59c5.entry.js +0 -2
- package/dist/bds/p-67bc59c5.entry.js.map +0 -1
- package/dist/bds/p-Wtf1fKUK.js +0 -3
- package/dist/bds/p-Wtf1fKUK.js.map +0 -1
- package/dist/cjs/index-B0IsCEmC.js.map +0 -1
- package/dist/esm/index-Wtf1fKUK.js.map +0 -1
- package/dist/www/build/p-444f99b6.css +0 -1
- package/dist/www/build/p-67bc59c5.entry.js +0 -2
- package/dist/www/build/p-67bc59c5.entry.js.map +0 -1
- package/dist/www/build/p-Wtf1fKUK.js +0 -3
- package/dist/www/build/p-Wtf1fKUK.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Article Component Tokens
|
|
@@ -22,6 +22,37 @@
|
|
|
22
22
|
line-height: var(--kicker-1-line-height);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .article-image-caption,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .article-image-caption {
|
|
27
|
+
font-family: var(--body-font-family);
|
|
28
|
+
font-weight: var(--font-weight-bold, 700);
|
|
29
|
+
font-size: 13px;
|
|
30
|
+
line-height: 19.5px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
[data-content-brand="advertorial"] .article-headline,
|
|
34
|
+
:host([data-content-brand="advertorial"]) .article-headline {
|
|
35
|
+
font-family: var(--headline-font-family);
|
|
36
|
+
font-weight: 900;
|
|
37
|
+
font-size: var(--headline-2-font-size);
|
|
38
|
+
line-height: var(--headline-2-font-size);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
[data-content-brand="advertorial"] .article-meta-source,
|
|
42
|
+
:host([data-content-brand="advertorial"]) .article-meta-source {
|
|
43
|
+
font-family: var(--footnote-font-family);
|
|
44
|
+
font-weight: var(--footnote-font-weight-book);
|
|
45
|
+
font-size: 13px;
|
|
46
|
+
line-height: 19px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
[data-content-brand="advertorial"] .article-time-stamp,
|
|
50
|
+
:host([data-content-brand="advertorial"]) .article-time-stamp {
|
|
51
|
+
font-family: var(--font-family-lucida-grande, Lucida Grande);
|
|
52
|
+
font-weight: var(--font-weight-black, 800);
|
|
53
|
+
font-size: 12px;
|
|
54
|
+
}
|
|
55
|
+
|
|
25
56
|
/* === BREAKPOINT TOKENS === */
|
|
26
57
|
|
|
27
58
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Avatar Component Tokens
|
|
@@ -22,6 +22,40 @@
|
|
|
22
22
|
text-transform: uppercase;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .avatar-default,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .avatar-default {
|
|
27
|
+
font-family: var(--body-font-family);
|
|
28
|
+
font-weight: var(--font-weight-bold, 700);
|
|
29
|
+
font-size: 13px;
|
|
30
|
+
line-height: 21px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
[data-content-brand="advertorial"] .avatar-hover,
|
|
34
|
+
:host([data-content-brand="advertorial"]) .avatar-hover {
|
|
35
|
+
font-family: var(--body-font-family);
|
|
36
|
+
font-weight: var(--label-font-weight-bold);
|
|
37
|
+
font-size: 13px;
|
|
38
|
+
line-height: 21px;
|
|
39
|
+
text-decoration: underline;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
[data-content-brand="advertorial"] .avatar-secondary-info,
|
|
43
|
+
:host([data-content-brand="advertorial"]) .avatar-secondary-info {
|
|
44
|
+
font-family: var(--body-font-family);
|
|
45
|
+
font-weight: var(--label-font-weight-book);
|
|
46
|
+
font-size: 13px;
|
|
47
|
+
line-height: 21px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
[data-content-brand="advertorial"] .avatar-secondary-info-hover,
|
|
51
|
+
:host([data-content-brand="advertorial"]) .avatar-secondary-info-hover {
|
|
52
|
+
font-family: var(--body-font-family);
|
|
53
|
+
font-weight: var(--label-font-weight-book);
|
|
54
|
+
font-size: 13px;
|
|
55
|
+
line-height: 21px;
|
|
56
|
+
text-decoration: underline;
|
|
57
|
+
}
|
|
58
|
+
|
|
25
59
|
/* === BREAKPOINT TOKENS === */
|
|
26
60
|
|
|
27
61
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Badge Component Tokens
|
|
@@ -22,6 +22,14 @@
|
|
|
22
22
|
text-transform: uppercase;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .video-time-badge,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .video-time-badge {
|
|
27
|
+
font-family: var(--body-font-family);
|
|
28
|
+
font-weight: var(--label-font-weight-book);
|
|
29
|
+
font-size: 16px;
|
|
30
|
+
line-height: 21px;
|
|
31
|
+
}
|
|
32
|
+
|
|
25
33
|
/* === BREAKPOINT TOKENS === */
|
|
26
34
|
|
|
27
35
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Breadcrumb Component Tokens
|
|
@@ -22,6 +22,24 @@
|
|
|
22
22
|
line-height: var(--breadcrumb-line-height);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .breadcrumb-link,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .breadcrumb-link {
|
|
27
|
+
font-family: var(--body-font-family);
|
|
28
|
+
font-weight: var(--body-font-weight-bold);
|
|
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(--body-font-family);
|
|
37
|
+
font-weight: var(--body-font-weight-bold);
|
|
38
|
+
font-size: 15px;
|
|
39
|
+
line-height: 15px;
|
|
40
|
+
text-decoration: underline;
|
|
41
|
+
}
|
|
42
|
+
|
|
25
43
|
/* === BREAKPOINT TOKENS === */
|
|
26
44
|
|
|
27
45
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: BreakingNews Component Tokens
|
|
@@ -23,6 +23,22 @@
|
|
|
23
23
|
text-transform: uppercase;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
[data-content-brand="advertorial"] .breaking-news-upper-title,
|
|
27
|
+
:host([data-content-brand="advertorial"]) .breaking-news-upper-title {
|
|
28
|
+
font-family: var(--title-font-family);
|
|
29
|
+
font-weight: var(--title-font-weight);
|
|
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(--title-font-family);
|
|
37
|
+
font-weight: var(--title-font-weight);
|
|
38
|
+
font-size: 23px;
|
|
39
|
+
line-height: 21px;
|
|
40
|
+
}
|
|
41
|
+
|
|
26
42
|
/* === BREAKPOINT TOKENS === */
|
|
27
43
|
|
|
28
44
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Button Component Tokens
|
|
@@ -68,6 +68,14 @@
|
|
|
68
68
|
text-transform: uppercase;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
[data-content-brand="advertorial"] .partner-link-button-label,
|
|
72
|
+
:host([data-content-brand="advertorial"]) .partner-link-button-label {
|
|
73
|
+
font-family: var(--label-font-family);
|
|
74
|
+
font-weight: var(--label-font-weight-book);
|
|
75
|
+
font-size: var(--partner-link-button-label-font-size);
|
|
76
|
+
line-height: 16px;
|
|
77
|
+
}
|
|
78
|
+
|
|
71
79
|
/* === BREAKPOINT TOKENS === */
|
|
72
80
|
|
|
73
81
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: LiveTicker Component Tokens
|
|
@@ -22,6 +22,14 @@
|
|
|
22
22
|
line-height: 22px;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .live-ticker-time-stamp,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .live-ticker-time-stamp {
|
|
27
|
+
font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
|
|
28
|
+
font-weight: var(--label-font-weight-bold);
|
|
29
|
+
font-size: var(--live-ticker-time-stamp-font-size);
|
|
30
|
+
line-height: 14px;
|
|
31
|
+
}
|
|
32
|
+
|
|
25
33
|
/* === BREAKPOINT TOKENS === */
|
|
26
34
|
|
|
27
35
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: MediaPlayer Component Tokens
|
|
@@ -22,6 +22,22 @@
|
|
|
22
22
|
line-height: 16px;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .video-ad-time,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .video-ad-time {
|
|
27
|
+
font-family: var(--title-font-family);
|
|
28
|
+
font-weight: var(--title-font-weight);
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
text-transform: uppercase;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
[data-content-brand="advertorial"] .video-player-time,
|
|
34
|
+
:host([data-content-brand="advertorial"]) .video-player-time {
|
|
35
|
+
font-family: var(--title-font-family);
|
|
36
|
+
font-weight: var(--title-font-weight);
|
|
37
|
+
font-size: 14px;
|
|
38
|
+
text-transform: uppercase;
|
|
39
|
+
}
|
|
40
|
+
|
|
25
41
|
/* === BREAKPOINT TOKENS === */
|
|
26
42
|
|
|
27
43
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Menu Component Tokens
|
|
@@ -22,6 +22,33 @@
|
|
|
22
22
|
line-height: 14px;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .app-topbar-tabs-title,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .app-topbar-tabs-title {
|
|
27
|
+
font-family: var(--title-font-family);
|
|
28
|
+
font-weight: var(--title-font-weight);
|
|
29
|
+
font-size: 12px;
|
|
30
|
+
line-height: 14px;
|
|
31
|
+
text-transform: uppercase;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
[data-content-brand="advertorial"] .menu-item-label,
|
|
35
|
+
:host([data-content-brand="advertorial"]) .menu-item-label {
|
|
36
|
+
font-family: var(--label-font-family);
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
font-size: 15px;
|
|
39
|
+
line-height: 15px;
|
|
40
|
+
text-transform: uppercase;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[data-content-brand="advertorial"] .menu-item-util-label,
|
|
44
|
+
:host([data-content-brand="advertorial"]) .menu-item-util-label {
|
|
45
|
+
font-family: var(--label-font-family);
|
|
46
|
+
font-weight: 700;
|
|
47
|
+
font-size: var(--size-1-p-5-x, 12px);
|
|
48
|
+
line-height: var(--size-1-p-5-x, 12px);
|
|
49
|
+
text-transform: uppercase;
|
|
50
|
+
}
|
|
51
|
+
|
|
25
52
|
/* === BREAKPOINT TOKENS === */
|
|
26
53
|
|
|
27
54
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: NewsTicker Component Tokens
|
|
@@ -22,6 +22,22 @@
|
|
|
22
22
|
line-height: 20.8px;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .news-ticker-kicker,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .news-ticker-kicker {
|
|
27
|
+
font-family: var(--kicker-font-family);
|
|
28
|
+
font-weight: var(--kicker-font-weight);
|
|
29
|
+
font-size: var(--kicker-3-font-size);
|
|
30
|
+
line-height: var(--kicker-3-line-height);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
[data-content-brand="advertorial"] .news-ticker-headline,
|
|
34
|
+
:host([data-content-brand="advertorial"]) .news-ticker-headline {
|
|
35
|
+
font-family: var(--headline-font-family);
|
|
36
|
+
font-weight: 900;
|
|
37
|
+
font-size: var(--headline-3-font-size);
|
|
38
|
+
line-height: var(--headline-3-line-height);
|
|
39
|
+
}
|
|
40
|
+
|
|
25
41
|
/* === BREAKPOINT TOKENS === */
|
|
26
42
|
|
|
27
43
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Paywall Component Tokens
|
|
@@ -23,6 +23,15 @@
|
|
|
23
23
|
letter-spacing: var(--display-2-letter-space);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
[data-content-brand="advertorial"] .paywall-card-note,
|
|
27
|
+
:host([data-content-brand="advertorial"]) .paywall-card-note {
|
|
28
|
+
font-family: var(--title-font-family);
|
|
29
|
+
font-weight: var(--title-font-weight);
|
|
30
|
+
font-size: var(--size-5-x, 40px);
|
|
31
|
+
line-height: var(--size-5-x, 40px);
|
|
32
|
+
letter-spacing: var(--display-3-letter-space);
|
|
33
|
+
}
|
|
34
|
+
|
|
26
35
|
/* === BREAKPOINT TOKENS === */
|
|
27
36
|
|
|
28
37
|
[data-content-brand="advertorial"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*
|
|
4
|
-
* BILD Design System Tokens v1.2.
|
|
4
|
+
* BILD Design System Tokens v1.2.2
|
|
5
5
|
* Generated by Style Dictionary v4.2.0
|
|
6
6
|
*
|
|
7
7
|
* Brand: Advertorial | Bundle: Tab Component Tokens
|
|
@@ -22,6 +22,22 @@
|
|
|
22
22
|
text-transform: uppercase;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
[data-content-brand="advertorial"] .app-bottom-bar-label-default,
|
|
26
|
+
:host([data-content-brand="advertorial"]) .app-bottom-bar-label-default {
|
|
27
|
+
font-family: var(--body-font-family);
|
|
28
|
+
font-weight: var(--font-weight-book, 400);
|
|
29
|
+
font-size: 11px;
|
|
30
|
+
line-height: 14.4px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
[data-content-brand="advertorial"] .app-bottom-bar-label-active,
|
|
34
|
+
:host([data-content-brand="advertorial"]) .app-bottom-bar-label-active {
|
|
35
|
+
font-family: var(--body-font-family);
|
|
36
|
+
font-weight: var(--font-weight-bold, 700);
|
|
37
|
+
font-size: 11px;
|
|
38
|
+
line-height: 14.4px;
|
|
39
|
+
}
|
|
40
|
+
|
|
25
41
|
/* === BREAKPOINT TOKENS === */
|
|
26
42
|
|
|
27
43
|
[data-content-brand="advertorial"],
|