@marioschmidt/design-system-tokens 1.0.62 → 1.0.64
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.android.md +749 -0
- package/README.ios.md +755 -0
- package/README.md +32 -7
- package/README.tokens.md +290 -38
- package/dist/android/compose/README.md +749 -0
- package/dist/android/compose/brands/advertorial/components/.DSDocsStyles/.DSDocsStylesTokens.kt +1 -1
- package/dist/android/compose/brands/advertorial/components/Accordion/AccordionTokens.kt +68 -20
- package/dist/android/compose/brands/advertorial/components/Alert/AlertTokens.kt +62 -0
- package/dist/android/compose/brands/advertorial/components/Article/ArticleTokens.kt +159 -97
- package/dist/android/compose/brands/advertorial/components/AudioPlayer/AudioPlayerTokens.kt +68 -20
- package/dist/android/compose/brands/advertorial/components/Avatar/AvatarTokens.kt +107 -79
- package/dist/android/compose/brands/advertorial/components/Badge/BadgeTokens.kt +79 -31
- package/dist/android/compose/brands/advertorial/components/Breadcrumb/BreadcrumbTokens.kt +103 -59
- package/dist/android/compose/brands/advertorial/components/BreakingNews/BreakingNewsTokens.kt +107 -61
- package/dist/android/compose/brands/advertorial/components/Button/ButtonTokens.kt +127 -70
- package/dist/android/compose/brands/advertorial/components/Card/CardTokens.kt +41 -10
- package/dist/android/compose/brands/advertorial/components/Carousel/CarouselTokens.kt +57 -18
- package/dist/android/compose/brands/advertorial/components/Chip/ChipTokens.kt +76 -22
- package/dist/android/compose/brands/advertorial/components/Datepicker/DatepickerTokens.kt +41 -10
- package/dist/android/compose/brands/advertorial/components/Drawers/DrawersTokens.kt +45 -12
- package/dist/android/compose/brands/advertorial/components/Dropdown/DropdownTokens.kt +41 -10
- package/dist/android/compose/brands/advertorial/components/Footer/FooterTokens.kt +95 -53
- package/dist/android/compose/brands/advertorial/components/Icon/IconTokens.kt +37 -8
- package/dist/android/compose/brands/advertorial/components/InfoElement/InfoElementTokens.kt +45 -12
- package/dist/android/compose/brands/advertorial/components/InputField/InputFieldTokens.kt +148 -35
- package/dist/android/compose/brands/advertorial/components/LiveTicker/LiveTickerTokens.kt +99 -45
- package/dist/android/compose/brands/advertorial/components/MediaPlayer/MediaPlayerTokens.kt +111 -53
- package/dist/android/compose/brands/advertorial/components/Menu/MenuTokens.kt +209 -105
- package/dist/android/compose/brands/advertorial/components/NewsTicker/NewsTickerTokens.kt +139 -77
- package/dist/android/compose/brands/advertorial/components/Pagination/PaginationTokens.kt +83 -29
- package/dist/android/compose/brands/advertorial/components/Paywall/PaywallTokens.kt +95 -45
- package/dist/android/compose/brands/advertorial/components/Quote/QuoteTokens.kt +46 -12
- package/dist/android/compose/brands/advertorial/components/RadioButton/RadioButtonTokens.kt +37 -8
- package/dist/android/compose/brands/advertorial/components/Search/SearchTokens.kt +33 -6
- package/dist/android/compose/brands/advertorial/components/SectionTitle/SectionTitleTokens.kt +45 -12
- package/dist/android/compose/brands/advertorial/components/Separator/SeparatorTokens.kt +33 -6
- package/dist/android/compose/brands/advertorial/components/Skeletons/SkeletonsTokens.kt +45 -12
- package/dist/android/compose/brands/advertorial/components/Slider/SliderTokens.kt +45 -12
- package/dist/android/compose/brands/advertorial/components/SpecialNavi/SpecialNaviTokens.kt +68 -22
- package/dist/android/compose/brands/advertorial/components/Spinner/SpinnerTokens.kt +41 -10
- package/dist/android/compose/brands/advertorial/components/Tab/TabTokens.kt +99 -53
- package/dist/android/compose/brands/advertorial/components/Table/TableTokens.kt +61 -20
- package/dist/android/compose/brands/advertorial/components/Teaser/TeaserTokens.kt +177 -62
- package/dist/android/compose/brands/advertorial/components/ToggleSwitch/ToggleSwitchTokens.kt +71 -23
- package/dist/android/compose/brands/advertorial/components/Video/VideoTokens.kt +70 -24
- package/dist/android/compose/brands/advertorial/components/_DSysDocs/_DSysDocsTokens.kt +73 -26
- package/dist/android/compose/brands/advertorial/semantic/AdvertorialSemanticTokens.kt +548 -1
- package/dist/android/compose/brands/advertorial/semantic/sizeclass/SizingCompact.kt +16 -28
- package/dist/android/compose/brands/advertorial/semantic/sizeclass/{SizingRegular.kt → SizingExpanded.kt} +17 -23
- package/dist/android/compose/brands/advertorial/semantic/sizeclass/SizingMedium.kt +204 -0
- package/dist/android/compose/brands/advertorial/semantic/typography/TypographyCompact.kt +519 -0
- package/dist/android/compose/brands/advertorial/semantic/typography/TypographyExpanded.kt +423 -0
- package/dist/android/compose/brands/advertorial/semantic/typography/TypographyMedium.kt +423 -0
- package/dist/android/compose/brands/bild/components/.DSDocsStyles/.DSDocsStylesTokens.kt +1 -1
- package/dist/android/compose/brands/bild/components/Accordion/AccordionTokens.kt +68 -20
- package/dist/android/compose/brands/bild/components/Alert/AlertTokens.kt +61 -7
- package/dist/android/compose/brands/bild/components/Article/ArticleTokens.kt +159 -97
- package/dist/android/compose/brands/bild/components/AudioPlayer/AudioPlayerTokens.kt +68 -20
- package/dist/android/compose/brands/bild/components/Avatar/AvatarTokens.kt +131 -85
- package/dist/android/compose/brands/bild/components/Badge/BadgeTokens.kt +79 -31
- package/dist/android/compose/brands/bild/components/Breadcrumb/BreadcrumbTokens.kt +127 -65
- package/dist/android/compose/brands/bild/components/BreakingNews/BreakingNewsTokens.kt +140 -73
- package/dist/android/compose/brands/bild/components/Button/ButtonTokens.kt +202 -111
- package/dist/android/compose/brands/bild/components/Card/CardTokens.kt +63 -15
- package/dist/android/compose/brands/bild/components/Carousel/CarouselTokens.kt +57 -18
- package/dist/android/compose/brands/bild/components/Chip/ChipTokens.kt +118 -22
- package/dist/android/compose/brands/bild/components/Datepicker/DatepickerTokens.kt +41 -10
- package/dist/android/compose/brands/bild/components/Drawers/DrawersTokens.kt +45 -12
- package/dist/android/compose/brands/bild/components/Dropdown/DropdownTokens.kt +66 -17
- package/dist/android/compose/brands/bild/components/Empties/EmptiesTokens.kt +27 -7
- package/dist/android/compose/brands/bild/components/Foldout/FoldoutTokens.kt +27 -7
- package/dist/android/compose/brands/bild/components/Footer/FooterTokens.kt +95 -53
- package/dist/android/compose/brands/bild/components/Gallery/GalleryTokens.kt +24 -5
- package/dist/android/compose/brands/bild/components/Hey/HeyTokens.kt +36 -13
- package/dist/android/compose/brands/bild/components/Icon/IconTokens.kt +37 -8
- package/dist/android/compose/brands/bild/components/InfoElement/InfoElementTokens.kt +45 -12
- package/dist/android/compose/brands/bild/components/InputField/InputFieldTokens.kt +190 -54
- package/dist/android/compose/brands/bild/components/Kicker/KickerTokens.kt +54 -25
- package/dist/android/compose/brands/bild/components/LiveTicker/LiveTickerTokens.kt +99 -45
- package/dist/android/compose/brands/bild/components/MediaPlayer/MediaPlayerTokens.kt +168 -53
- package/dist/android/compose/brands/bild/components/Menu/MenuTokens.kt +260 -130
- package/dist/android/compose/brands/bild/components/MenuItem/MenuItemTokens.kt +33 -11
- package/dist/android/compose/brands/bild/components/NewsTicker/NewsTickerTokens.kt +163 -83
- package/dist/android/compose/brands/bild/components/Pagination/PaginationTokens.kt +116 -41
- package/dist/android/compose/brands/bild/components/PartnerLinks/PartnerLinksTokens.kt +36 -13
- package/dist/android/compose/brands/bild/components/Paywall/PaywallTokens.kt +95 -45
- package/dist/android/compose/brands/bild/components/Quote/QuoteTokens.kt +46 -12
- package/dist/android/compose/brands/bild/components/RadioButton/RadioButtonTokens.kt +37 -8
- package/dist/android/compose/brands/bild/components/Search/SearchTokens.kt +33 -6
- package/dist/android/compose/brands/bild/components/SectionTitle/SectionTitleTokens.kt +45 -12
- package/dist/android/compose/brands/bild/components/Selection/SelectionTokens.kt +24 -5
- package/dist/android/compose/brands/bild/components/Separator/SeparatorTokens.kt +33 -6
- package/dist/android/compose/brands/bild/components/Skeletons/SkeletonsTokens.kt +45 -12
- package/dist/android/compose/brands/bild/components/Slider/SliderTokens.kt +70 -19
- package/dist/android/compose/brands/bild/components/SocialShareButton/SocialShareButtonTokens.kt +33 -11
- package/dist/android/compose/brands/bild/components/SpecialNavi/SpecialNaviTokens.kt +68 -22
- package/dist/android/compose/brands/bild/components/Spinner/SpinnerTokens.kt +41 -10
- package/dist/android/compose/brands/bild/components/Subheader/SubheaderTokens.kt +24 -5
- package/dist/android/compose/brands/bild/components/Tab/TabTokens.kt +129 -63
- package/dist/android/compose/brands/bild/components/Table/TableTokens.kt +61 -20
- package/dist/android/compose/brands/bild/components/Teaser/TeaserTokens.kt +204 -70
- package/dist/android/compose/brands/bild/components/TextLink/TextLinkTokens.kt +30 -9
- package/dist/android/compose/brands/bild/components/ToggleSwitch/ToggleSwitchTokens.kt +71 -23
- package/dist/android/compose/brands/bild/components/Video/VideoTokens.kt +70 -24
- package/dist/android/compose/brands/bild/components/_DSysDoc/_DSysDocTokens.kt +33 -11
- package/dist/android/compose/brands/bild/components/_DSysDocs/_DSysDocsTokens.kt +73 -26
- package/dist/android/compose/brands/bild/semantic/BildSemanticTokens.kt +706 -1
- package/dist/android/compose/brands/bild/semantic/color/ColorsDark.kt +2 -6
- package/dist/android/compose/brands/bild/semantic/color/ColorsLight.kt +4 -12
- package/dist/android/compose/brands/bild/semantic/sizeclass/SizingCompact.kt +16 -28
- package/dist/android/compose/brands/bild/semantic/sizeclass/{SizingRegular.kt → SizingExpanded.kt} +17 -23
- package/dist/android/compose/brands/bild/semantic/sizeclass/SizingMedium.kt +204 -0
- package/dist/android/compose/brands/bild/semantic/typography/TypographyCompact.kt +519 -0
- package/dist/android/compose/brands/bild/semantic/typography/TypographyExpanded.kt +423 -0
- package/dist/android/compose/brands/bild/semantic/typography/TypographyMedium.kt +423 -0
- package/dist/android/compose/brands/sportbild/components/.DSDocsStyles/.DSDocsStylesTokens.kt +1 -1
- package/dist/android/compose/brands/sportbild/components/Accordion/AccordionTokens.kt +68 -20
- package/dist/android/compose/brands/sportbild/components/Alert/AlertTokens.kt +61 -7
- package/dist/android/compose/brands/sportbild/components/Article/ArticleTokens.kt +159 -97
- package/dist/android/compose/brands/sportbild/components/AudioPlayer/AudioPlayerTokens.kt +68 -20
- package/dist/android/compose/brands/sportbild/components/Avatar/AvatarTokens.kt +131 -85
- package/dist/android/compose/brands/sportbild/components/Badge/BadgeTokens.kt +79 -31
- package/dist/android/compose/brands/sportbild/components/Breadcrumb/BreadcrumbTokens.kt +127 -65
- package/dist/android/compose/brands/sportbild/components/BreakingNews/BreakingNewsTokens.kt +140 -73
- package/dist/android/compose/brands/sportbild/components/Button/ButtonTokens.kt +202 -111
- package/dist/android/compose/brands/sportbild/components/Card/CardTokens.kt +63 -15
- package/dist/android/compose/brands/sportbild/components/Carousel/CarouselTokens.kt +57 -18
- package/dist/android/compose/brands/sportbild/components/Chip/ChipTokens.kt +118 -22
- package/dist/android/compose/brands/sportbild/components/Datepicker/DatepickerTokens.kt +41 -10
- package/dist/android/compose/brands/sportbild/components/Drawers/DrawersTokens.kt +45 -12
- package/dist/android/compose/brands/sportbild/components/Dropdown/DropdownTokens.kt +66 -17
- package/dist/android/compose/brands/sportbild/components/Empties/EmptiesTokens.kt +27 -7
- package/dist/android/compose/brands/sportbild/components/Foldout/FoldoutTokens.kt +27 -7
- package/dist/android/compose/brands/sportbild/components/Footer/FooterTokens.kt +95 -53
- package/dist/android/compose/brands/sportbild/components/Gallery/GalleryTokens.kt +24 -5
- package/dist/android/compose/brands/sportbild/components/Hey/HeyTokens.kt +36 -13
- package/dist/android/compose/brands/sportbild/components/Icon/IconTokens.kt +37 -8
- package/dist/android/compose/brands/sportbild/components/InfoElement/InfoElementTokens.kt +45 -12
- package/dist/android/compose/brands/sportbild/components/InputField/InputFieldTokens.kt +190 -54
- package/dist/android/compose/brands/sportbild/components/Kicker/KickerTokens.kt +54 -25
- package/dist/android/compose/brands/sportbild/components/LiveTicker/LiveTickerTokens.kt +99 -45
- package/dist/android/compose/brands/sportbild/components/MediaPlayer/MediaPlayerTokens.kt +168 -53
- package/dist/android/compose/brands/sportbild/components/Menu/MenuTokens.kt +260 -130
- package/dist/android/compose/brands/sportbild/components/MenuItem/MenuItemTokens.kt +33 -11
- package/dist/android/compose/brands/sportbild/components/NewsTicker/NewsTickerTokens.kt +163 -83
- package/dist/android/compose/brands/sportbild/components/Pagination/PaginationTokens.kt +116 -41
- package/dist/android/compose/brands/sportbild/components/PartnerLinks/PartnerLinksTokens.kt +36 -13
- package/dist/android/compose/brands/sportbild/components/Paywall/PaywallTokens.kt +95 -45
- package/dist/android/compose/brands/sportbild/components/Quote/QuoteTokens.kt +46 -12
- package/dist/android/compose/brands/sportbild/components/RadioButton/RadioButtonTokens.kt +37 -8
- package/dist/android/compose/brands/sportbild/components/Search/SearchTokens.kt +33 -6
- package/dist/android/compose/brands/sportbild/components/SectionTitle/SectionTitleTokens.kt +45 -12
- package/dist/android/compose/brands/sportbild/components/Selection/SelectionTokens.kt +24 -5
- package/dist/android/compose/brands/sportbild/components/Separator/SeparatorTokens.kt +33 -6
- package/dist/android/compose/brands/sportbild/components/Skeletons/SkeletonsTokens.kt +45 -12
- package/dist/android/compose/brands/sportbild/components/Slider/SliderTokens.kt +70 -19
- package/dist/android/compose/brands/sportbild/components/SocialShareButton/SocialShareButtonTokens.kt +33 -11
- package/dist/android/compose/brands/sportbild/components/SpecialNavi/SpecialNaviTokens.kt +68 -22
- package/dist/android/compose/brands/sportbild/components/Spinner/SpinnerTokens.kt +41 -10
- package/dist/android/compose/brands/sportbild/components/Subheader/SubheaderTokens.kt +24 -5
- package/dist/android/compose/brands/sportbild/components/Tab/TabTokens.kt +129 -63
- package/dist/android/compose/brands/sportbild/components/Table/TableTokens.kt +61 -20
- package/dist/android/compose/brands/sportbild/components/Teaser/TeaserTokens.kt +204 -70
- package/dist/android/compose/brands/sportbild/components/TextLink/TextLinkTokens.kt +30 -9
- package/dist/android/compose/brands/sportbild/components/ToggleSwitch/ToggleSwitchTokens.kt +71 -23
- package/dist/android/compose/brands/sportbild/components/Video/VideoTokens.kt +70 -24
- package/dist/android/compose/brands/sportbild/components/_DSysDoc/_DSysDocTokens.kt +33 -11
- package/dist/android/compose/brands/sportbild/components/_DSysDocs/_DSysDocsTokens.kt +73 -26
- package/dist/android/compose/brands/sportbild/semantic/SportbildSemanticTokens.kt +706 -1
- package/dist/android/compose/brands/sportbild/semantic/color/ColorsDark.kt +2 -6
- package/dist/android/compose/brands/sportbild/semantic/color/ColorsLight.kt +4 -12
- package/dist/android/compose/brands/sportbild/semantic/sizeclass/SizingCompact.kt +16 -28
- package/dist/android/compose/brands/sportbild/semantic/sizeclass/{SizingRegular.kt → SizingExpanded.kt} +17 -23
- package/dist/android/compose/brands/sportbild/semantic/sizeclass/SizingMedium.kt +204 -0
- package/dist/android/compose/brands/sportbild/semantic/typography/TypographyCompact.kt +519 -0
- package/dist/android/compose/brands/sportbild/semantic/typography/TypographyExpanded.kt +423 -0
- package/dist/android/compose/brands/sportbild/semantic/typography/TypographyMedium.kt +423 -0
- package/dist/android/compose/shared/ColorBrand.kt +37 -0
- package/dist/android/compose/shared/ContentBrand.kt +41 -0
- package/dist/android/compose/shared/Density.kt +1 -1
- package/dist/android/compose/shared/DesignColorScheme.kt +116 -0
- package/dist/android/compose/shared/DesignEffectsScheme.kt +54 -0
- package/dist/android/compose/shared/DesignSizingScheme.kt +207 -0
- package/dist/android/compose/shared/DesignSystemTheme.kt +310 -0
- package/dist/android/compose/shared/DesignTextStyle.kt +81 -0
- package/dist/android/compose/shared/DesignTokenPrimitives.kt +82 -82
- package/dist/android/compose/shared/DesignTypographyScheme.kt +81 -0
- package/dist/android/compose/shared/DropShadow.kt +36 -0
- package/dist/android/compose/shared/EffectsDark.kt +64 -0
- package/dist/android/compose/shared/EffectsLight.kt +64 -0
- package/dist/android/compose/shared/ShadowStyle.kt +74 -0
- package/dist/android/compose/shared/WindowSizeClass.kt +52 -0
- package/dist/css/advertorial/components/_dsysdocs.css +8 -8
- package/dist/css/advertorial/components/accordion.css +1 -1
- package/dist/css/advertorial/components/alert.css +5 -5
- package/dist/css/advertorial/components/article.css +7 -7
- package/dist/css/advertorial/components/audioplayer.css +1 -1
- package/dist/css/advertorial/components/avatar.css +5 -5
- package/dist/css/advertorial/components/badge.css +1 -1
- package/dist/css/advertorial/components/breadcrumb.css +3 -3
- package/dist/css/advertorial/components/breakingnews.css +11 -11
- package/dist/css/advertorial/components/button.css +19 -19
- package/dist/css/advertorial/components/card.css +1 -1
- package/dist/css/advertorial/components/carousel.css +4 -4
- package/dist/css/advertorial/components/chip.css +2 -2
- package/dist/css/advertorial/components/datepicker.css +1 -1
- package/dist/css/advertorial/components/drawers.css +1 -1
- package/dist/css/advertorial/components/dropdown.css +1 -1
- package/dist/css/advertorial/components/footer.css +3 -3
- package/dist/css/advertorial/components/icon.css +1 -1
- package/dist/css/advertorial/components/infoelement.css +3 -3
- package/dist/css/advertorial/components/inputfield.css +46 -14
- package/dist/css/advertorial/components/liveticker.css +2 -2
- package/dist/css/advertorial/components/mediaplayer.css +3 -3
- package/dist/css/advertorial/components/menu.css +20 -20
- package/dist/css/advertorial/components/newsticker.css +14 -14
- package/dist/css/advertorial/components/pagination.css +2 -2
- package/dist/css/advertorial/components/paywall.css +5 -5
- package/dist/css/advertorial/components/quote.css +4 -4
- package/dist/css/advertorial/components/radiobutton.css +3 -3
- package/dist/css/advertorial/components/search.css +2 -2
- package/dist/css/advertorial/components/sectiontitle.css +2 -2
- package/dist/css/advertorial/components/separator.css +1 -1
- package/dist/css/advertorial/components/skeletons.css +1 -1
- package/dist/css/advertorial/components/slider.css +3 -3
- package/dist/css/advertorial/components/specialnavi.css +1 -1
- package/dist/css/advertorial/components/spinner.css +1 -1
- package/dist/css/advertorial/components/tab.css +4 -4
- package/dist/css/advertorial/components/table.css +17 -17
- package/dist/css/advertorial/components/teaser.css +22 -22
- package/dist/css/advertorial/components/toggleswitch.css +4 -4
- package/dist/css/advertorial/components/video.css +9 -9
- package/dist/css/advertorial/theme.css +9 -9
- package/dist/css/advertorial/tokens.css +158 -158
- package/dist/css/bild/components/_dsysdoc.css +1 -1
- package/dist/css/bild/components/_dsysdocs.css +8 -8
- package/dist/css/bild/components/accordion.css +1 -1
- package/dist/css/bild/components/alert.css +5 -5
- package/dist/css/bild/components/article.css +8 -8
- package/dist/css/bild/components/audioplayer.css +1 -1
- package/dist/css/bild/components/avatar.css +6 -6
- package/dist/css/bild/components/badge.css +1 -1
- package/dist/css/bild/components/breadcrumb.css +4 -4
- package/dist/css/bild/components/breakingnews.css +12 -12
- package/dist/css/bild/components/button.css +23 -23
- package/dist/css/bild/components/card.css +1 -1
- package/dist/css/bild/components/carousel.css +4 -4
- package/dist/css/bild/components/chip.css +32 -2
- package/dist/css/bild/components/datepicker.css +1 -1
- package/dist/css/bild/components/drawers.css +1 -1
- package/dist/css/bild/components/dropdown.css +1 -1
- package/dist/css/bild/components/empties.css +1 -1
- package/dist/css/bild/components/foldout.css +1 -1
- package/dist/css/bild/components/footer.css +3 -3
- package/dist/css/bild/components/gallery.css +3 -3
- package/dist/css/bild/components/hey.css +2 -2
- package/dist/css/bild/components/icon.css +1 -1
- package/dist/css/bild/components/infoelement.css +3 -3
- package/dist/css/bild/components/inputfield.css +80 -14
- package/dist/css/bild/components/kicker.css +1 -1
- package/dist/css/bild/components/liveticker.css +2 -2
- package/dist/css/bild/components/mediaplayer.css +79 -22
- package/dist/css/bild/components/menu.css +24 -24
- package/dist/css/bild/components/menuitem.css +4 -4
- package/dist/css/bild/components/newsticker.css +14 -14
- package/dist/css/bild/components/pagination.css +4 -4
- package/dist/css/bild/components/partnerlinks.css +2 -2
- package/dist/css/bild/components/paywall.css +5 -5
- package/dist/css/bild/components/quote.css +4 -4
- package/dist/css/bild/components/radiobutton.css +3 -3
- package/dist/css/bild/components/search.css +2 -2
- package/dist/css/bild/components/sectiontitle.css +2 -2
- package/dist/css/bild/components/selection.css +1 -1
- package/dist/css/bild/components/separator.css +1 -1
- package/dist/css/bild/components/skeletons.css +1 -1
- package/dist/css/bild/components/slider.css +5 -5
- package/dist/css/bild/components/socialsharebutton.css +5 -5
- package/dist/css/bild/components/specialnavi.css +1 -1
- package/dist/css/bild/components/spinner.css +1 -1
- package/dist/css/bild/components/subheader.css +1 -1
- package/dist/css/bild/components/tab.css +6 -6
- package/dist/css/bild/components/table.css +17 -17
- package/dist/css/bild/components/teaser.css +26 -26
- package/dist/css/bild/components/textlink.css +1 -1
- package/dist/css/bild/components/toggleswitch.css +4 -4
- package/dist/css/bild/components/video.css +9 -9
- package/dist/css/bild/theme.css +36 -46
- package/dist/css/bild/tokens.css +162 -162
- package/dist/css/bundles/advertorial.css +443 -443
- package/dist/css/bundles/bild.css +577 -587
- package/dist/css/bundles/sportbild.css +578 -588
- package/dist/css/shared/colorprimitive.css +27 -27
- package/dist/css/shared/fontprimitive.css +14 -14
- package/dist/css/shared/primitives.css +76 -76
- package/dist/css/shared/sizeprimitive.css +24 -24
- package/dist/css/shared/spaceprimitive.css +14 -14
- package/dist/css/sportbild/components/_dsysdoc.css +1 -1
- package/dist/css/sportbild/components/_dsysdocs.css +8 -8
- package/dist/css/sportbild/components/accordion.css +1 -1
- package/dist/css/sportbild/components/alert.css +5 -5
- package/dist/css/sportbild/components/article.css +7 -7
- package/dist/css/sportbild/components/audioplayer.css +1 -1
- package/dist/css/sportbild/components/avatar.css +5 -5
- package/dist/css/sportbild/components/badge.css +1 -1
- package/dist/css/sportbild/components/breadcrumb.css +4 -4
- package/dist/css/sportbild/components/breakingnews.css +13 -13
- package/dist/css/sportbild/components/button.css +23 -23
- package/dist/css/sportbild/components/card.css +1 -1
- package/dist/css/sportbild/components/carousel.css +4 -4
- package/dist/css/sportbild/components/chip.css +32 -2
- package/dist/css/sportbild/components/datepicker.css +1 -1
- package/dist/css/sportbild/components/drawers.css +1 -1
- package/dist/css/sportbild/components/dropdown.css +1 -1
- package/dist/css/sportbild/components/empties.css +1 -1
- package/dist/css/sportbild/components/foldout.css +1 -1
- package/dist/css/sportbild/components/footer.css +3 -3
- package/dist/css/sportbild/components/gallery.css +3 -3
- package/dist/css/sportbild/components/hey.css +2 -2
- package/dist/css/sportbild/components/icon.css +1 -1
- package/dist/css/sportbild/components/infoelement.css +3 -3
- package/dist/css/sportbild/components/inputfield.css +80 -14
- package/dist/css/sportbild/components/kicker.css +1 -1
- package/dist/css/sportbild/components/liveticker.css +2 -2
- package/dist/css/sportbild/components/mediaplayer.css +79 -22
- package/dist/css/sportbild/components/menu.css +25 -25
- package/dist/css/sportbild/components/menuitem.css +3 -3
- package/dist/css/sportbild/components/newsticker.css +14 -14
- package/dist/css/sportbild/components/pagination.css +4 -4
- package/dist/css/sportbild/components/partnerlinks.css +2 -2
- package/dist/css/sportbild/components/paywall.css +5 -5
- package/dist/css/sportbild/components/quote.css +4 -4
- package/dist/css/sportbild/components/radiobutton.css +3 -3
- package/dist/css/sportbild/components/search.css +2 -2
- package/dist/css/sportbild/components/sectiontitle.css +2 -2
- package/dist/css/sportbild/components/selection.css +1 -1
- package/dist/css/sportbild/components/separator.css +1 -1
- package/dist/css/sportbild/components/skeletons.css +1 -1
- package/dist/css/sportbild/components/slider.css +5 -5
- package/dist/css/sportbild/components/socialsharebutton.css +5 -5
- package/dist/css/sportbild/components/specialnavi.css +3 -3
- package/dist/css/sportbild/components/spinner.css +1 -1
- package/dist/css/sportbild/components/subheader.css +1 -1
- package/dist/css/sportbild/components/tab.css +6 -6
- package/dist/css/sportbild/components/table.css +17 -17
- package/dist/css/sportbild/components/teaser.css +26 -26
- package/dist/css/sportbild/components/textlink.css +1 -1
- package/dist/css/sportbild/components/toggleswitch.css +4 -4
- package/dist/css/sportbild/components/video.css +9 -9
- package/dist/css/sportbild/theme.css +34 -44
- package/dist/css/sportbild/tokens.css +164 -164
- package/dist/ios/README.md +755 -0
- package/dist/ios/brands/advertorial/components/.DSDocsStyles/.DSDocsStylesTokens.swift +94 -0
- package/dist/ios/brands/advertorial/components/Accordion/AccordionTokens.swift +82 -0
- package/dist/ios/brands/advertorial/components/Alert/AlertTokens.swift +55 -0
- package/dist/ios/brands/advertorial/components/Article/ArticleTokens.swift +151 -0
- package/dist/ios/brands/advertorial/components/AudioPlayer/AudioPlayerTokens.swift +82 -0
- package/dist/ios/brands/advertorial/components/Avatar/AvatarTokens.swift +112 -0
- package/dist/ios/brands/advertorial/components/Badge/BadgeTokens.swift +91 -0
- package/dist/ios/brands/advertorial/components/Breadcrumb/BreadcrumbTokens.swift +106 -0
- package/dist/ios/brands/advertorial/components/BreakingNews/BreakingNewsTokens.swift +112 -0
- package/dist/ios/brands/advertorial/components/Button/ButtonTokens.swift +168 -0
- package/dist/ios/brands/advertorial/components/Card/CardTokens.swift +58 -0
- package/dist/ios/brands/advertorial/components/Carousel/CarouselTokens.swift +70 -0
- package/dist/ios/brands/advertorial/components/Chip/ChipTokens.swift +88 -0
- package/dist/ios/brands/advertorial/components/Datepicker/DatepickerTokens.swift +58 -0
- package/dist/ios/brands/advertorial/components/Drawers/DrawersTokens.swift +61 -0
- package/dist/ios/brands/advertorial/components/Dropdown/DropdownTokens.swift +58 -0
- package/dist/ios/brands/advertorial/components/Footer/FooterTokens.swift +103 -0
- package/dist/ios/brands/advertorial/components/Icon/IconTokens.swift +55 -0
- package/dist/ios/brands/advertorial/components/InfoElement/InfoElementTokens.swift +61 -0
- package/dist/ios/brands/advertorial/components/InputField/InputFieldTokens.swift +159 -0
- package/dist/ios/brands/advertorial/components/LiveTicker/LiveTickerTokens.swift +103 -0
- package/dist/ios/brands/advertorial/components/MediaPlayer/MediaPlayerTokens.swift +115 -0
- package/dist/ios/brands/advertorial/components/Menu/MenuTokens.swift +196 -0
- package/dist/ios/brands/advertorial/components/NewsTicker/NewsTickerTokens.swift +133 -0
- package/dist/ios/brands/advertorial/components/Pagination/PaginationTokens.swift +94 -0
- package/dist/ios/brands/advertorial/components/Paywall/PaywallTokens.swift +103 -0
- package/dist/ios/brands/advertorial/components/Quote/QuoteTokens.swift +61 -0
- package/dist/ios/brands/advertorial/components/RadioButton/RadioButtonTokens.swift +55 -0
- package/dist/ios/brands/advertorial/components/Search/SearchTokens.swift +52 -0
- package/dist/ios/brands/advertorial/components/SectionTitle/SectionTitleTokens.swift +61 -0
- package/dist/ios/brands/advertorial/components/Separator/SeparatorTokens.swift +52 -0
- package/dist/ios/brands/advertorial/components/Skeletons/SkeletonsTokens.swift +61 -0
- package/dist/ios/brands/advertorial/components/Slider/SliderTokens.swift +61 -0
- package/dist/ios/brands/advertorial/components/SpecialNavi/SpecialNaviTokens.swift +82 -0
- package/dist/ios/brands/advertorial/components/Spinner/SpinnerTokens.swift +58 -0
- package/dist/ios/brands/advertorial/components/Tab/TabTokens.swift +106 -0
- package/dist/ios/brands/advertorial/components/Table/TableTokens.swift +73 -0
- package/dist/ios/brands/advertorial/components/Teaser/TeaserTokens.swift +208 -0
- package/dist/ios/brands/advertorial/components/ToggleSwitch/ToggleSwitchTokens.swift +85 -0
- package/dist/ios/brands/advertorial/components/Video/VideoTokens.swift +79 -0
- package/dist/ios/brands/advertorial/components/_DSysDocs/_DSysDocsTokens.swift +82 -0
- package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +60 -35
- package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +60 -35
- package/dist/ios/brands/advertorial/semantic/sizeclass/SizingCompact.swift +532 -0
- package/dist/ios/brands/advertorial/semantic/sizeclass/SizingRegular.swift +204 -0
- package/dist/ios/brands/advertorial/semantic/typography/TypographySizeclassCompact.swift +499 -155
- package/dist/ios/brands/advertorial/semantic/typography/TypographySizeclassRegular.swift +405 -158
- package/dist/ios/brands/bild/components/.DSDocsStyles/.DSDocsStylesTokens.swift +94 -0
- package/dist/ios/brands/bild/components/Accordion/AccordionTokens.swift +82 -0
- package/dist/ios/brands/bild/components/Alert/AlertTokens.swift +88 -0
- package/dist/ios/brands/bild/components/Article/ArticleTokens.swift +151 -0
- package/dist/ios/brands/bild/components/AudioPlayer/AudioPlayerTokens.swift +82 -0
- package/dist/ios/brands/bild/components/Avatar/AvatarTokens.swift +145 -0
- package/dist/ios/brands/bild/components/Badge/BadgeTokens.swift +91 -0
- package/dist/ios/brands/bild/components/Breadcrumb/BreadcrumbTokens.swift +139 -0
- package/dist/ios/brands/bild/components/BreakingNews/BreakingNewsTokens.swift +154 -0
- package/dist/ios/brands/bild/components/Button/ButtonTokens.swift +249 -0
- package/dist/ios/brands/bild/components/Card/CardTokens.swift +88 -0
- package/dist/ios/brands/bild/components/Carousel/CarouselTokens.swift +70 -0
- package/dist/ios/brands/bild/components/Chip/ChipTokens.swift +130 -0
- package/dist/ios/brands/bild/components/Datepicker/DatepickerTokens.swift +58 -0
- package/dist/ios/brands/bild/components/Drawers/DrawersTokens.swift +61 -0
- package/dist/ios/brands/bild/components/Dropdown/DropdownTokens.swift +91 -0
- package/dist/ios/brands/bild/components/Empties/EmptiesTokens.swift +55 -0
- package/dist/ios/brands/bild/components/Foldout/FoldoutTokens.swift +55 -0
- package/dist/ios/brands/bild/components/Footer/FooterTokens.swift +103 -0
- package/dist/ios/brands/bild/components/Gallery/GalleryTokens.swift +52 -0
- package/dist/ios/brands/bild/components/Hey/HeyTokens.swift +64 -0
- package/dist/ios/brands/bild/components/Icon/IconTokens.swift +55 -0
- package/dist/ios/brands/bild/components/InfoElement/InfoElementTokens.swift +61 -0
- package/dist/ios/brands/bild/components/InputField/InputFieldTokens.swift +207 -0
- package/dist/ios/brands/bild/components/Kicker/KickerTokens.swift +82 -0
- package/dist/ios/brands/bild/components/LiveTicker/LiveTickerTokens.swift +103 -0
- package/dist/ios/brands/bild/components/MediaPlayer/MediaPlayerTokens.swift +172 -0
- package/dist/ios/brands/bild/components/Menu/MenuTokens.swift +253 -0
- package/dist/ios/brands/bild/components/MenuItem/MenuItemTokens.swift +61 -0
- package/dist/ios/brands/bild/components/NewsTicker/NewsTickerTokens.swift +166 -0
- package/dist/ios/brands/bild/components/Pagination/PaginationTokens.swift +136 -0
- package/dist/ios/brands/bild/components/PartnerLinks/PartnerLinksTokens.swift +64 -0
- package/dist/ios/brands/bild/components/Paywall/PaywallTokens.swift +103 -0
- package/dist/ios/brands/bild/components/Quote/QuoteTokens.swift +61 -0
- package/dist/ios/brands/bild/components/RadioButton/RadioButtonTokens.swift +55 -0
- package/dist/ios/brands/bild/components/Search/SearchTokens.swift +52 -0
- package/dist/ios/brands/bild/components/SectionTitle/SectionTitleTokens.swift +61 -0
- package/dist/ios/brands/bild/components/Selection/SelectionTokens.swift +52 -0
- package/dist/ios/brands/bild/components/Separator/SeparatorTokens.swift +52 -0
- package/dist/ios/brands/bild/components/Skeletons/SkeletonsTokens.swift +61 -0
- package/dist/ios/brands/bild/components/Slider/SliderTokens.swift +94 -0
- package/dist/ios/brands/bild/components/SocialShareButton/SocialShareButtonTokens.swift +61 -0
- package/dist/ios/brands/bild/components/SpecialNavi/SpecialNaviTokens.swift +82 -0
- package/dist/ios/brands/bild/components/Spinner/SpinnerTokens.swift +58 -0
- package/dist/ios/brands/bild/components/Subheader/SubheaderTokens.swift +52 -0
- package/dist/ios/brands/bild/components/Tab/TabTokens.swift +145 -0
- package/dist/ios/brands/bild/components/Table/TableTokens.swift +73 -0
- package/dist/ios/brands/bild/components/Teaser/TeaserTokens.swift +244 -0
- package/dist/ios/brands/bild/components/TextLink/TextLinkTokens.swift +58 -0
- package/dist/ios/brands/bild/components/ToggleSwitch/ToggleSwitchTokens.swift +85 -0
- package/dist/ios/brands/bild/components/Video/VideoTokens.swift +79 -0
- package/dist/ios/brands/bild/components/_DSysDoc/_DSysDocTokens.swift +61 -0
- package/dist/ios/brands/bild/components/_DSysDocs/_DSysDocsTokens.swift +82 -0
- package/dist/ios/brands/bild/semantic/color/ColorsDark.swift +103 -0
- package/dist/ios/brands/bild/semantic/color/ColorsLight.swift +267 -0
- package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +60 -35
- package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +60 -35
- package/dist/ios/brands/bild/semantic/sizeclass/SizingCompact.swift +532 -0
- package/dist/ios/brands/bild/semantic/sizeclass/SizingRegular.swift +204 -0
- package/dist/ios/brands/bild/semantic/typography/TypographySizeclassCompact.swift +499 -155
- package/dist/ios/brands/bild/semantic/typography/TypographySizeclassRegular.swift +405 -158
- package/dist/ios/brands/bild/theme/BildTheme.swift +73 -0
- package/dist/ios/brands/sportbild/components/.DSDocsStyles/.DSDocsStylesTokens.swift +94 -0
- package/dist/ios/brands/sportbild/components/Accordion/AccordionTokens.swift +82 -0
- package/dist/ios/brands/sportbild/components/Alert/AlertTokens.swift +88 -0
- package/dist/ios/brands/sportbild/components/Article/ArticleTokens.swift +151 -0
- package/dist/ios/brands/sportbild/components/AudioPlayer/AudioPlayerTokens.swift +82 -0
- package/dist/ios/brands/sportbild/components/Avatar/AvatarTokens.swift +145 -0
- package/dist/ios/brands/sportbild/components/Badge/BadgeTokens.swift +91 -0
- package/dist/ios/brands/sportbild/components/Breadcrumb/BreadcrumbTokens.swift +139 -0
- package/dist/ios/brands/sportbild/components/BreakingNews/BreakingNewsTokens.swift +154 -0
- package/dist/ios/brands/sportbild/components/Button/ButtonTokens.swift +249 -0
- package/dist/ios/brands/sportbild/components/Card/CardTokens.swift +88 -0
- package/dist/ios/brands/sportbild/components/Carousel/CarouselTokens.swift +70 -0
- package/dist/ios/brands/sportbild/components/Chip/ChipTokens.swift +130 -0
- package/dist/ios/brands/sportbild/components/Datepicker/DatepickerTokens.swift +58 -0
- package/dist/ios/brands/sportbild/components/Drawers/DrawersTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/Dropdown/DropdownTokens.swift +91 -0
- package/dist/ios/brands/sportbild/components/Empties/EmptiesTokens.swift +55 -0
- package/dist/ios/brands/sportbild/components/Foldout/FoldoutTokens.swift +55 -0
- package/dist/ios/brands/sportbild/components/Footer/FooterTokens.swift +103 -0
- package/dist/ios/brands/sportbild/components/Gallery/GalleryTokens.swift +52 -0
- package/dist/ios/brands/sportbild/components/Hey/HeyTokens.swift +64 -0
- package/dist/ios/brands/sportbild/components/Icon/IconTokens.swift +55 -0
- package/dist/ios/brands/sportbild/components/InfoElement/InfoElementTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/InputField/InputFieldTokens.swift +207 -0
- package/dist/ios/brands/sportbild/components/Kicker/KickerTokens.swift +82 -0
- package/dist/ios/brands/sportbild/components/LiveTicker/LiveTickerTokens.swift +103 -0
- package/dist/ios/brands/sportbild/components/MediaPlayer/MediaPlayerTokens.swift +172 -0
- package/dist/ios/brands/sportbild/components/Menu/MenuTokens.swift +253 -0
- package/dist/ios/brands/sportbild/components/MenuItem/MenuItemTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/NewsTicker/NewsTickerTokens.swift +166 -0
- package/dist/ios/brands/sportbild/components/Pagination/PaginationTokens.swift +136 -0
- package/dist/ios/brands/sportbild/components/PartnerLinks/PartnerLinksTokens.swift +64 -0
- package/dist/ios/brands/sportbild/components/Paywall/PaywallTokens.swift +103 -0
- package/dist/ios/brands/sportbild/components/Quote/QuoteTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/RadioButton/RadioButtonTokens.swift +55 -0
- package/dist/ios/brands/sportbild/components/Search/SearchTokens.swift +52 -0
- package/dist/ios/brands/sportbild/components/SectionTitle/SectionTitleTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/Selection/SelectionTokens.swift +52 -0
- package/dist/ios/brands/sportbild/components/Separator/SeparatorTokens.swift +52 -0
- package/dist/ios/brands/sportbild/components/Skeletons/SkeletonsTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/Slider/SliderTokens.swift +94 -0
- package/dist/ios/brands/sportbild/components/SocialShareButton/SocialShareButtonTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/SpecialNavi/SpecialNaviTokens.swift +82 -0
- package/dist/ios/brands/sportbild/components/Spinner/SpinnerTokens.swift +58 -0
- package/dist/ios/brands/sportbild/components/Subheader/SubheaderTokens.swift +52 -0
- package/dist/ios/brands/sportbild/components/Tab/TabTokens.swift +145 -0
- package/dist/ios/brands/sportbild/components/Table/TableTokens.swift +73 -0
- package/dist/ios/brands/sportbild/components/Teaser/TeaserTokens.swift +244 -0
- package/dist/ios/brands/sportbild/components/TextLink/TextLinkTokens.swift +58 -0
- package/dist/ios/brands/sportbild/components/ToggleSwitch/ToggleSwitchTokens.swift +85 -0
- package/dist/ios/brands/sportbild/components/Video/VideoTokens.swift +79 -0
- package/dist/ios/brands/sportbild/components/_DSysDoc/_DSysDocTokens.swift +61 -0
- package/dist/ios/brands/sportbild/components/_DSysDocs/_DSysDocsTokens.swift +82 -0
- package/dist/ios/brands/sportbild/semantic/color/ColorsDark.swift +103 -0
- package/dist/ios/brands/sportbild/semantic/color/ColorsLight.swift +267 -0
- package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +60 -35
- package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +60 -35
- package/dist/ios/brands/sportbild/semantic/sizeclass/SizingCompact.swift +532 -0
- package/dist/ios/brands/sportbild/semantic/sizeclass/SizingRegular.swift +204 -0
- package/dist/ios/brands/sportbild/semantic/typography/TypographySizeclassCompact.swift +499 -155
- package/dist/ios/brands/sportbild/semantic/typography/TypographySizeclassRegular.swift +405 -158
- package/dist/ios/brands/sportbild/theme/SportbildTheme.swift +73 -0
- package/dist/ios/shared/Color+Hex.swift +26 -0
- package/dist/ios/shared/DesignSystemTheme.swift +489 -0
- package/dist/ios/shared/DesignTokenPrimitives.swift +255 -0
- package/dist/ios/shared/Enums.swift +48 -0
- package/dist/ios/shared/ShadowStyle.swift +72 -0
- package/dist/ios/shared/TextStyle.swift +97 -0
- package/dist/js/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Accordion/accordion-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Alert/alert-effects-dark.js +1 -1
- package/dist/js/brands/advertorial/components/Alert/alert-effects-light.js +1 -1
- package/dist/js/brands/advertorial/components/Article/article-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/advertorial/components/Article/article-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/advertorial/components/Article/article-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/advertorial/components/Article/article-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/advertorial/components/Article/article-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Article/article-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Article/article-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Article/article-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/AudioPlayer/audioplayer-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Avatar/avatar-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/Avatar/avatar-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/Avatar/avatar-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/Avatar/avatar-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/Avatar/avatar-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Avatar/avatar-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Avatar/avatar-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Avatar/avatar-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Badge/badge-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Breadcrumb/breadcrumb-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.js +4 -4
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-md-600px.js +4 -4
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.js +4 -4
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-xs-320px.js +4 -4
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/BreakingNews/breakingnews-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Button/button-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/Button/button-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/Button/button-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/Button/button-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/Button/button-density-default.js +5 -5
- package/dist/js/brands/advertorial/components/Button/button-density-dense.js +5 -5
- package/dist/js/brands/advertorial/components/Button/button-density-spacious.js +5 -5
- package/dist/js/brands/advertorial/components/Button/button-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Button/button-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Button/button-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Button/button-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Card/card-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Card/card-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Card/card-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Card/card-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Carousel/carousel-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Carousel/carousel-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Carousel/carousel-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Carousel/carousel-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Chip/chip-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Datepicker/datepicker-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Datepicker/datepicker-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Datepicker/datepicker-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Datepicker/datepicker-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Drawers/drawers-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Drawers/drawers-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Drawers/drawers-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Drawers/drawers-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Dropdown/dropdown-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Dropdown/dropdown-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Dropdown/dropdown-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Dropdown/dropdown-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Footer/footer-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/advertorial/components/Footer/footer-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/advertorial/components/Footer/footer-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/advertorial/components/Footer/footer-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/advertorial/components/Footer/footer-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Footer/footer-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Footer/footer-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Footer/footer-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Icon/icon-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Icon/icon-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Icon/icon-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Icon/icon-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/InfoElement/infoelement-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/InfoElement/infoelement-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/InfoElement/infoelement-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/InfoElement/infoelement-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/InputField/inputfield-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/InputField/inputfield-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/InputField/inputfield-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/InputField/inputfield-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/{Inputfield → InputField}/inputfield-density-default.js +5 -5
- package/dist/js/brands/{bild/components/Inputfield → advertorial/components/InputField}/inputfield-density-dense.js +5 -5
- package/dist/js/brands/{bild/components/Inputfield → advertorial/components/InputField}/inputfield-density-spacious.js +5 -5
- package/dist/js/brands/advertorial/components/InputField/inputfield-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/InputField/inputfield-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/InputField/inputfield-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/InputField/inputfield-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/LiveTicker/liveticker-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/MediaPlayer/mediaplayer-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Menu/menu-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/Menu/menu-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/Menu/menu-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/Menu/menu-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/Menu/menu-effects-dark.js +1 -1
- package/dist/js/brands/advertorial/components/Menu/menu-effects-light.js +1 -1
- package/dist/js/brands/advertorial/components/Menu/menu-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Menu/menu-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Menu/menu-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Menu/menu-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/NewsTicker/newsticker-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Pagination/pagination-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Paywall/paywall-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/advertorial/components/Paywall/paywall-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/advertorial/components/Paywall/paywall-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/advertorial/components/Paywall/paywall-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/advertorial/components/Paywall/paywall-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Paywall/paywall-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Paywall/paywall-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Paywall/paywall-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Quote/quote-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Quote/quote-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Quote/quote-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Quote/quote-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/RadioButton/radiobutton-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/RadioButton/radiobutton-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Search/search-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Search/search-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Search/search-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Search/search-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Separator/separator-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Separator/separator-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Separator/separator-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Separator/separator-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Skeletons/skeletons-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Skeletons/skeletons-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Skeletons/skeletons-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Skeletons/skeletons-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Slider/slider-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Slider/slider-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Slider/slider-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Slider/slider-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/SpecialNavi/specialnavi-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Spinner/spinner-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/components/Spinner/spinner-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/components/Spinner/spinner-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/components/Spinner/spinner-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/components/Tab/tab-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/Tab/tab-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/Tab/tab-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/Tab/tab-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/Tab/tab-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Tab/tab-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Tab/tab-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Tab/tab-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Table/table-breakpoint-lg-1024px-regular.js +5 -5
- package/dist/js/brands/advertorial/components/Table/table-breakpoint-md-600px.js +5 -5
- package/dist/js/brands/advertorial/components/Table/table-breakpoint-sm-390px-compact.js +5 -5
- package/dist/js/brands/advertorial/components/Table/table-breakpoint-xs-320px.js +5 -5
- package/dist/js/brands/advertorial/components/Teaser/teaser-breakpoint-lg-1024px-regular.js +5 -5
- package/dist/js/brands/advertorial/components/Teaser/teaser-breakpoint-md-600px.js +5 -5
- package/dist/js/brands/advertorial/components/Teaser/teaser-breakpoint-sm-390px-compact.js +5 -5
- package/dist/js/brands/advertorial/components/Teaser/teaser-breakpoint-xs-320px.js +5 -5
- package/dist/js/brands/advertorial/components/Teaser/teaser-effects-dark.js +1 -1
- package/dist/js/brands/advertorial/components/Teaser/teaser-effects-light.js +1 -1
- package/dist/js/brands/advertorial/components/Teaser/teaser-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/Teaser/teaser-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/Teaser/teaser-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/Teaser/teaser-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-lg.js +1 -1
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-md.js +1 -1
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-sm.js +1 -1
- package/dist/js/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-xs.js +1 -1
- package/dist/js/brands/advertorial/components/Video/video-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/Video/video-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/Video/video-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/Video/video-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +37 -37
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +37 -37
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +37 -37
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +37 -37
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1 -1
- package/dist/js/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-md.js +1 -1
- package/dist/js/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Accordion/accordion-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Alert/alert-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Alert/alert-color-light.js +1 -1
- package/dist/js/brands/bild/components/Alert/alert-effects-dark.js +1 -1
- package/dist/js/brands/bild/components/Alert/alert-effects-light.js +1 -1
- package/dist/js/brands/bild/components/Article/article-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/bild/components/Article/article-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/bild/components/Article/article-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/bild/components/Article/article-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/bild/components/Article/article-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Article/article-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Article/article-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Article/article-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-typography-md.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/AudioPlayer/audioplayer-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Avatar/avatar-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/Avatar/avatar-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/Avatar/avatar-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/Avatar/avatar-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/Avatar/avatar-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Avatar/avatar-color-light.js +1 -1
- package/dist/js/brands/bild/components/Avatar/avatar-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Avatar/avatar-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Avatar/avatar-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Avatar/avatar-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Badge/badge-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-color-light.js +1 -1
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Breadcrumb/breadcrumb-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.js +4 -4
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-breakpoint-md-600px.js +4 -4
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.js +4 -4
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-breakpoint-xs-320px.js +4 -4
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-color-dark.js +1 -1
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-color-light.js +1 -1
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-typography-md.js +1 -1
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/BreakingNews/breakingnews-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Button/button-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/Button/button-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/Button/button-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/Button/button-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/Button/button-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Button/button-color-light.js +1 -1
- package/dist/js/brands/bild/components/Button/button-density-default.js +5 -5
- package/dist/js/brands/bild/components/Button/button-density-dense.js +5 -5
- package/dist/js/brands/bild/components/Button/button-density-spacious.js +5 -5
- package/dist/js/brands/bild/components/Button/button-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Button/button-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Button/button-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Button/button-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Card/card-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Card/card-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Card/card-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Card/card-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Card/card-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Card/card-color-light.js +1 -1
- package/dist/js/brands/bild/components/Carousel/carousel-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Carousel/carousel-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Carousel/carousel-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Carousel/carousel-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Chip/chip-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Chip/chip-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Chip/chip-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Chip/chip-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/{sportbild/components/Chips/chips-color-dark.js → bild/components/Chip/chip-color-dark.js} +6 -6
- package/dist/js/brands/{sportbild/components/Chips/chips-color-light.js → bild/components/Chip/chip-color-light.js} +6 -6
- package/dist/js/brands/bild/components/Chip/chip-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Chip/chip-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Chip/chip-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Chip/chip-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Datepicker/datepicker-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Datepicker/datepicker-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Datepicker/datepicker-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Datepicker/datepicker-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Drawers/drawers-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Drawers/drawers-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Drawers/drawers-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Drawers/drawers-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Dropdown/dropdown-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Dropdown/dropdown-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Dropdown/dropdown-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Dropdown/dropdown-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Dropdown/dropdown-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Dropdown/dropdown-color-light.js +1 -1
- package/dist/js/brands/bild/components/Empties/empties-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Empties/empties-color-light.js +1 -1
- package/dist/js/brands/bild/components/Foldout/foldout-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Foldout/foldout-color-light.js +1 -1
- package/dist/js/brands/bild/components/Footer/footer-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/bild/components/Footer/footer-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/bild/components/Footer/footer-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/bild/components/Footer/footer-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/bild/components/Footer/footer-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Footer/footer-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Footer/footer-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Footer/footer-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Gallery/gallery-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Gallery/gallery-color-light.js +1 -1
- package/dist/js/brands/bild/components/Hey/hey-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Hey/hey-color-light.js +1 -1
- package/dist/js/brands/bild/components/Icon/icon-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Icon/icon-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Icon/icon-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Icon/icon-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/InfoElement/infoelement-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/InfoElement/infoelement-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/InfoElement/infoelement-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/InfoElement/infoelement-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-color-dark.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-color-light.js +1 -1
- package/dist/js/brands/bild/components/{Inputfield → InputField}/inputfield-density-default.js +5 -5
- package/dist/js/brands/{sportbild/components/Inputfield → bild/components/InputField}/inputfield-density-dense.js +5 -5
- package/dist/js/brands/{sportbild/components/Inputfield → bild/components/InputField}/inputfield-density-spacious.js +5 -5
- package/dist/js/brands/bild/components/InputField/inputfield-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-typography-md.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/InputField/inputfield-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Kicker/kicker-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Kicker/kicker-color-light.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-typography-md.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/LiveTicker/liveticker-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-dark.js +1 -1
- package/dist/js/brands/bild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-light.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-typography-md.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/MediaPlayer/mediaplayer-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/Menu/menu-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/Menu/menu-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/Menu/menu-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/Menu/menu-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-color-light.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-effects-dark.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-effects-light.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Menu/menu-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/MenuItem/menuitem-color-dark.js +1 -1
- package/dist/js/brands/bild/components/MenuItem/menuitem-color-light.js +1 -1
- package/dist/js/brands/bild/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/NewsTicker/newsticker-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/NewsTicker/newsticker-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/NewsTicker/newsticker-color-dark.js +1 -1
- package/dist/js/brands/bild/components/NewsTicker/newsticker-color-light.js +1 -1
- package/dist/js/brands/bild/components/NewsTicker/newsticker-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/NewsTicker/newsticker-typography-md.js +1 -1
- package/dist/js/brands/bild/components/NewsTicker/newsticker-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/NewsTicker/newsticker-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-color-light.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Pagination/pagination-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/PartnerLinks/partnerlinks-color-dark.js +1 -1
- package/dist/js/brands/bild/components/PartnerLinks/partnerlinks-color-light.js +1 -1
- package/dist/js/brands/bild/components/Paywall/paywall-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/bild/components/Paywall/paywall-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/bild/components/Paywall/paywall-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/bild/components/Paywall/paywall-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/bild/components/Paywall/paywall-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Paywall/paywall-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Paywall/paywall-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Paywall/paywall-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Quote/quote-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Quote/quote-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Quote/quote-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Quote/quote-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/RadioButton/radiobutton-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/RadioButton/radiobutton-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Search/search-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Search/search-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Search/search-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Search/search-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/SectionTitle/sectiontitle-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/SectionTitle/sectiontitle-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Selection/selection-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Selection/selection-color-light.js +1 -1
- package/dist/js/brands/bild/components/Separator/separator-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Separator/separator-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Separator/separator-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Separator/separator-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Skeletons/skeletons-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Skeletons/skeletons-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Skeletons/skeletons-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Skeletons/skeletons-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Slider/slider-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Slider/slider-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Slider/slider-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Slider/slider-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Slider/slider-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Slider/slider-color-light.js +1 -1
- package/dist/js/brands/bild/components/SocialShareButton/socialsharebutton-color-dark.js +1 -1
- package/dist/js/brands/bild/components/SocialShareButton/socialsharebutton-color-light.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-typography-md.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/SpecialNavi/specialnavi-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Spinner/spinner-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/components/Spinner/spinner-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/components/Spinner/spinner-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/components/Spinner/spinner-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/components/Subheader/subheader-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Subheader/subheader-color-light.js +1 -1
- package/dist/js/brands/bild/components/Tab/tab-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/Tab/tab-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/Tab/tab-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/Tab/tab-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/Tab/tab-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Tab/tab-color-light.js +1 -1
- package/dist/js/brands/bild/components/Tab/tab-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Tab/tab-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Tab/tab-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Tab/tab-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Table/table-breakpoint-lg-1024px-regular.js +5 -5
- package/dist/js/brands/bild/components/Table/table-breakpoint-md-600px.js +5 -5
- package/dist/js/brands/bild/components/Table/table-breakpoint-sm-390px-compact.js +5 -5
- package/dist/js/brands/bild/components/Table/table-breakpoint-xs-320px.js +5 -5
- package/dist/js/brands/bild/components/Teaser/teaser-breakpoint-lg-1024px-regular.js +5 -5
- package/dist/js/brands/bild/components/Teaser/teaser-breakpoint-md-600px.js +5 -5
- package/dist/js/brands/bild/components/Teaser/teaser-breakpoint-sm-390px-compact.js +5 -5
- package/dist/js/brands/bild/components/Teaser/teaser-breakpoint-xs-320px.js +5 -5
- package/dist/js/brands/bild/components/Teaser/teaser-color-dark.js +1 -1
- package/dist/js/brands/bild/components/Teaser/teaser-color-light.js +1 -1
- package/dist/js/brands/bild/components/Teaser/teaser-effects-dark.js +1 -1
- package/dist/js/brands/bild/components/Teaser/teaser-effects-light.js +1 -1
- package/dist/js/brands/bild/components/Teaser/teaser-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/Teaser/teaser-typography-md.js +1 -1
- package/dist/js/brands/bild/components/Teaser/teaser-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/Teaser/teaser-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/TextLink/textlink-color-dark.js +1 -1
- package/dist/js/brands/bild/components/TextLink/textlink-color-light.js +1 -1
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-typography-lg.js +1 -1
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-typography-md.js +1 -1
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-typography-sm.js +1 -1
- package/dist/js/brands/bild/components/ToggleSwitch/toggleswitch-typography-xs.js +1 -1
- package/dist/js/brands/bild/components/Video/video-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/Video/video-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/Video/video-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/Video/video-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/components/_DSysDoc/_dsysdoc-color-dark.js +1 -1
- package/dist/js/brands/bild/components/_DSysDoc/_dsysdoc-color-light.js +1 -1
- package/dist/js/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +37 -37
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +37 -37
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +37 -37
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +37 -37
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +1 -8
- package/dist/js/brands/bild/semantic/color/colormode-light.js +1 -8
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/bild/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Accordion/accordion-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Alert/alert-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Alert/alert-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Alert/alert-effects-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Alert/alert-effects-light.js +1 -1
- package/dist/js/brands/sportbild/components/Article/article-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/sportbild/components/Article/article-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/sportbild/components/Article/article-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/sportbild/components/Article/article-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/sportbild/components/Article/article-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Article/article-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Article/article-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Article/article-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/AudioPlayer/audioplayer-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Avatar/avatar-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/Avatar/avatar-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/Avatar/avatar-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/Avatar/avatar-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/Avatar/avatar-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Avatar/avatar-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Avatar/avatar-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Avatar/avatar-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Avatar/avatar-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Avatar/avatar-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Badge/badge-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Breadcrumb/breadcrumb-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.js +4 -4
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-md-600px.js +4 -4
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.js +4 -4
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-xs-320px.js +4 -4
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/BreakingNews/breakingnews-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Button/button-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/Button/button-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/Button/button-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/Button/button-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/Button/button-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Button/button-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Button/button-density-default.js +5 -5
- package/dist/js/brands/sportbild/components/Button/button-density-dense.js +5 -5
- package/dist/js/brands/sportbild/components/Button/button-density-spacious.js +5 -5
- package/dist/js/brands/sportbild/components/Button/button-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Button/button-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Button/button-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Button/button-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Card/card-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Card/card-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Card/card-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Card/card-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Card/card-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Card/card-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Carousel/carousel-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Carousel/carousel-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Carousel/carousel-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Carousel/carousel-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Chip/chip-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Chip/chip-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Chip/chip-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Chip/chip-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/{bild/components/Chips/chips-color-light.js → sportbild/components/Chip/chip-color-dark.js} +6 -6
- package/dist/js/brands/{bild/components/Chips/chips-color-dark.js → sportbild/components/Chip/chip-color-light.js} +6 -6
- package/dist/js/brands/sportbild/components/Chip/chip-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Chip/chip-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Chip/chip-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Chip/chip-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Datepicker/datepicker-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Datepicker/datepicker-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Datepicker/datepicker-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Datepicker/datepicker-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Drawers/drawers-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Drawers/drawers-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Drawers/drawers-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Drawers/drawers-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Dropdown/dropdown-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Dropdown/dropdown-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Dropdown/dropdown-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Dropdown/dropdown-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Dropdown/dropdown-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Dropdown/dropdown-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Empties/empties-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Empties/empties-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Foldout/foldout-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Foldout/foldout-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Footer/footer-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/sportbild/components/Footer/footer-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/sportbild/components/Footer/footer-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/sportbild/components/Footer/footer-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/sportbild/components/Footer/footer-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Footer/footer-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Footer/footer-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Footer/footer-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Gallery/gallery-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Gallery/gallery-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Hey/hey-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Hey/hey-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Icon/icon-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Icon/icon-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Icon/icon-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Icon/icon-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/InfoElement/infoelement-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/InfoElement/infoelement-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/InfoElement/infoelement-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/InfoElement/infoelement-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/{Inputfield → InputField}/inputfield-density-default.js +5 -5
- package/dist/js/brands/{advertorial/components/Inputfield → sportbild/components/InputField}/inputfield-density-dense.js +5 -5
- package/dist/js/brands/{advertorial/components/Inputfield → sportbild/components/InputField}/inputfield-density-spacious.js +5 -5
- package/dist/js/brands/sportbild/components/InputField/inputfield-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/InputField/inputfield-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Kicker/kicker-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Kicker/kicker-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/LiveTicker/liveticker-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/MediaPlayer/mediaplayer-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/Menu/menu-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/Menu/menu-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/Menu/menu-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/Menu/menu-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-effects-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-effects-light.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Menu/menu-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/MenuItem/menuitem-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/MenuItem/menuitem-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/NewsTicker/newsticker-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Pagination/pagination-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/PartnerLinks/partnerlinks-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/PartnerLinks/partnerlinks-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Paywall/paywall-breakpoint-lg-1024px-regular.js +3 -3
- package/dist/js/brands/sportbild/components/Paywall/paywall-breakpoint-md-600px.js +3 -3
- package/dist/js/brands/sportbild/components/Paywall/paywall-breakpoint-sm-390px-compact.js +3 -3
- package/dist/js/brands/sportbild/components/Paywall/paywall-breakpoint-xs-320px.js +3 -3
- package/dist/js/brands/sportbild/components/Paywall/paywall-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Paywall/paywall-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Paywall/paywall-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Paywall/paywall-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Quote/quote-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Quote/quote-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Quote/quote-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Quote/quote-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/RadioButton/radiobutton-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/RadioButton/radiobutton-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Search/search-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Search/search-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Search/search-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Search/search-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Selection/selection-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Selection/selection-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Separator/separator-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Separator/separator-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Separator/separator-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Separator/separator-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Skeletons/skeletons-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Skeletons/skeletons-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Skeletons/skeletons-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Skeletons/skeletons-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Slider/slider-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Slider/slider-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Slider/slider-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Slider/slider-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Slider/slider-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Slider/slider-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/SocialShareButton/socialsharebutton-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/SocialShareButton/socialsharebutton-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/SpecialNavi/specialnavi-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Spinner/spinner-breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/components/Spinner/spinner-breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/components/Spinner/spinner-breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/components/Spinner/spinner-breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/components/Subheader/subheader-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Subheader/subheader-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Tab/tab-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/Tab/tab-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/Tab/tab-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/Tab/tab-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/Tab/tab-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Tab/tab-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Tab/tab-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Tab/tab-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Tab/tab-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Tab/tab-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Table/table-breakpoint-lg-1024px-regular.js +5 -5
- package/dist/js/brands/sportbild/components/Table/table-breakpoint-md-600px.js +5 -5
- package/dist/js/brands/sportbild/components/Table/table-breakpoint-sm-390px-compact.js +5 -5
- package/dist/js/brands/sportbild/components/Table/table-breakpoint-xs-320px.js +5 -5
- package/dist/js/brands/sportbild/components/Teaser/teaser-breakpoint-lg-1024px-regular.js +5 -5
- package/dist/js/brands/sportbild/components/Teaser/teaser-breakpoint-md-600px.js +5 -5
- package/dist/js/brands/sportbild/components/Teaser/teaser-breakpoint-sm-390px-compact.js +5 -5
- package/dist/js/brands/sportbild/components/Teaser/teaser-breakpoint-xs-320px.js +5 -5
- package/dist/js/brands/sportbild/components/Teaser/teaser-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Teaser/teaser-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/Teaser/teaser-effects-dark.js +1 -1
- package/dist/js/brands/sportbild/components/Teaser/teaser-effects-light.js +1 -1
- package/dist/js/brands/sportbild/components/Teaser/teaser-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/Teaser/teaser-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/Teaser/teaser-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/Teaser/teaser-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/TextLink/textlink-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/TextLink/textlink-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-lg.js +1 -1
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-md.js +1 -1
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-sm.js +1 -1
- package/dist/js/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-xs.js +1 -1
- package/dist/js/brands/sportbild/components/Video/video-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/Video/video-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/Video/video-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/Video/video-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/components/_DSysDoc/_dsysdoc-color-dark.js +1 -1
- package/dist/js/brands/sportbild/components/_DSysDoc/_dsysdoc-color-light.js +1 -1
- package/dist/js/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.js +2 -2
- package/dist/js/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.js +2 -2
- package/dist/js/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.js +2 -2
- package/dist/js/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.js +2 -2
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +37 -37
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +37 -37
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +37 -37
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +37 -37
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +1 -8
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +1 -8
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1 -1
- package/dist/js/shared/colorprimitive.js +31 -31
- package/dist/js/shared/fontprimitive.js +14 -14
- package/dist/js/shared/sizeprimitive.js +24 -24
- package/dist/js/shared/spaceprimitive.js +14 -14
- package/dist/json/brands/advertorial/components/Accordion/accordion-breakpoint-lg-1024px-regular.json +2 -0
- package/dist/json/brands/advertorial/components/Accordion/accordion-breakpoint-md-600px.json +2 -0
- package/dist/json/brands/advertorial/components/Accordion/accordion-breakpoint-sm-390px-compact.json +2 -0
- package/dist/json/brands/advertorial/components/Accordion/accordion-breakpoint-xs-320px.json +2 -0
- package/dist/json/brands/advertorial/components/Alert/alert-effects-dark.json +4 -4
- package/dist/json/brands/advertorial/components/Alert/alert-effects-light.json +4 -4
- package/dist/json/brands/advertorial/components/Article/article-breakpoint-lg-1024px-regular.json +18 -16
- package/dist/json/brands/advertorial/components/Article/article-breakpoint-md-600px.json +22 -20
- package/dist/json/brands/advertorial/components/Article/article-breakpoint-sm-390px-compact.json +20 -18
- package/dist/json/brands/advertorial/components/Article/article-breakpoint-xs-320px.json +20 -18
- package/dist/json/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/advertorial/components/Avatar/avatar-breakpoint-lg-1024px-regular.json +11 -7
- package/dist/json/brands/advertorial/components/Avatar/avatar-breakpoint-md-600px.json +11 -7
- package/dist/json/brands/advertorial/components/Avatar/avatar-breakpoint-sm-390px-compact.json +9 -5
- package/dist/json/brands/advertorial/components/Avatar/avatar-breakpoint-xs-320px.json +9 -5
- package/dist/json/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.json +6 -4
- package/dist/json/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-md-600px.json +6 -4
- package/dist/json/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.json +6 -4
- package/dist/json/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.json +6 -4
- package/dist/json/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.json +13 -13
- package/dist/json/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-md-600px.json +13 -13
- package/dist/json/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.json +11 -11
- package/dist/json/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-xs-320px.json +11 -11
- package/dist/json/brands/advertorial/components/Button/button-breakpoint-lg-1024px-regular.json +15 -15
- package/dist/json/brands/advertorial/components/Button/button-breakpoint-md-600px.json +15 -15
- package/dist/json/brands/advertorial/components/Button/button-breakpoint-sm-390px-compact.json +15 -15
- package/dist/json/brands/advertorial/components/Button/button-breakpoint-xs-320px.json +15 -15
- package/dist/json/brands/advertorial/components/Button/button-density-default.json +14 -14
- package/dist/json/brands/advertorial/components/Button/button-density-dense.json +16 -16
- package/dist/json/brands/advertorial/components/Button/button-density-spacious.json +14 -14
- package/dist/json/brands/advertorial/components/Button/button-typography-lg.json +2 -2
- package/dist/json/brands/advertorial/components/Button/button-typography-md.json +2 -2
- package/dist/json/brands/advertorial/components/Button/button-typography-sm.json +2 -2
- package/dist/json/brands/advertorial/components/Button/button-typography-xs.json +2 -2
- package/dist/json/brands/advertorial/components/Carousel/carousel-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/advertorial/components/Carousel/carousel-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/advertorial/components/Carousel/carousel-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/advertorial/components/Carousel/carousel-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/advertorial/components/Chip/chip-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/advertorial/components/Chip/chip-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/advertorial/components/Chip/chip-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/advertorial/components/Chip/chip-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/advertorial/components/Footer/footer-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/advertorial/components/Footer/footer-breakpoint-md-600px.json +9 -7
- package/dist/json/brands/advertorial/components/Footer/footer-breakpoint-sm-390px-compact.json +9 -7
- package/dist/json/brands/advertorial/components/Footer/footer-breakpoint-xs-320px.json +9 -7
- package/dist/json/brands/advertorial/components/InfoElement/infoelement-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/advertorial/components/InfoElement/infoelement-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/advertorial/components/InfoElement/infoelement-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/advertorial/components/InputField/inputfield-breakpoint-lg-1024px-regular.json +15 -13
- package/dist/json/brands/advertorial/components/InputField/inputfield-breakpoint-md-600px.json +15 -13
- package/dist/json/brands/advertorial/components/InputField/inputfield-breakpoint-sm-390px-compact.json +15 -13
- package/dist/json/brands/advertorial/components/InputField/inputfield-breakpoint-xs-320px.json +15 -13
- package/dist/json/brands/advertorial/components/{Inputfield → InputField}/inputfield-density-default.json +16 -16
- package/dist/json/brands/advertorial/components/{Inputfield → InputField}/inputfield-density-dense.json +20 -20
- package/dist/json/brands/advertorial/components/{Inputfield → InputField}/inputfield-density-spacious.json +18 -18
- package/dist/json/brands/advertorial/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/advertorial/components/LiveTicker/liveticker-breakpoint-md-600px.json +9 -7
- package/dist/json/brands/advertorial/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.json +9 -7
- package/dist/json/brands/advertorial/components/LiveTicker/liveticker-breakpoint-xs-320px.json +9 -7
- package/dist/json/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.json +7 -5
- package/dist/json/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-md-600px.json +7 -5
- package/dist/json/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.json +7 -5
- package/dist/json/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.json +7 -5
- package/dist/json/brands/advertorial/components/Menu/menu-breakpoint-lg-1024px-regular.json +23 -23
- package/dist/json/brands/advertorial/components/Menu/menu-breakpoint-md-600px.json +19 -19
- package/dist/json/brands/advertorial/components/Menu/menu-breakpoint-sm-390px-compact.json +19 -19
- package/dist/json/brands/advertorial/components/Menu/menu-breakpoint-xs-320px.json +19 -19
- package/dist/json/brands/advertorial/components/Menu/menu-effects-dark.json +4 -4
- package/dist/json/brands/advertorial/components/Menu/menu-effects-light.json +4 -4
- package/dist/json/brands/advertorial/components/Menu/menu-typography-lg.json +4 -4
- package/dist/json/brands/advertorial/components/Menu/menu-typography-md.json +4 -4
- package/dist/json/brands/advertorial/components/Menu/menu-typography-sm.json +4 -4
- package/dist/json/brands/advertorial/components/Menu/menu-typography-xs.json +4 -4
- package/dist/json/brands/advertorial/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.json +18 -16
- package/dist/json/brands/advertorial/components/NewsTicker/newsticker-breakpoint-md-600px.json +22 -20
- package/dist/json/brands/advertorial/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.json +22 -20
- package/dist/json/brands/advertorial/components/NewsTicker/newsticker-breakpoint-xs-320px.json +22 -20
- package/dist/json/brands/advertorial/components/Pagination/pagination-typography-lg.json +2 -2
- package/dist/json/brands/advertorial/components/Pagination/pagination-typography-md.json +2 -2
- package/dist/json/brands/advertorial/components/Pagination/pagination-typography-sm.json +2 -2
- package/dist/json/brands/advertorial/components/Pagination/pagination-typography-xs.json +2 -2
- package/dist/json/brands/advertorial/components/Paywall/paywall-breakpoint-lg-1024px-regular.json +6 -6
- package/dist/json/brands/advertorial/components/Paywall/paywall-breakpoint-md-600px.json +6 -6
- package/dist/json/brands/advertorial/components/Paywall/paywall-breakpoint-sm-390px-compact.json +6 -6
- package/dist/json/brands/advertorial/components/Paywall/paywall-breakpoint-xs-320px.json +6 -6
- package/dist/json/brands/advertorial/components/Paywall/paywall-typography-lg.json +4 -4
- package/dist/json/brands/advertorial/components/Paywall/paywall-typography-md.json +4 -4
- package/dist/json/brands/advertorial/components/Paywall/paywall-typography-sm.json +4 -4
- package/dist/json/brands/advertorial/components/Paywall/paywall-typography-xs.json +4 -4
- package/dist/json/brands/advertorial/components/Quote/quote-breakpoint-lg-1024px-regular.json +6 -6
- package/dist/json/brands/advertorial/components/Quote/quote-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/advertorial/components/Quote/quote-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/advertorial/components/Quote/quote-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/advertorial/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/advertorial/components/RadioButton/radiobutton-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/advertorial/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/advertorial/components/RadioButton/radiobutton-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/advertorial/components/Search/search-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/advertorial/components/Search/search-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/advertorial/components/Search/search-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/advertorial/components/Search/search-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/advertorial/components/Slider/slider-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/advertorial/components/Slider/slider-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/advertorial/components/Slider/slider-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/advertorial/components/Slider/slider-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/advertorial/components/Tab/tab-breakpoint-lg-1024px-regular.json +3 -3
- package/dist/json/brands/advertorial/components/Tab/tab-breakpoint-md-600px.json +3 -3
- package/dist/json/brands/advertorial/components/Tab/tab-breakpoint-sm-390px-compact.json +3 -3
- package/dist/json/brands/advertorial/components/Tab/tab-breakpoint-xs-320px.json +3 -3
- package/dist/json/brands/advertorial/components/Table/table-breakpoint-lg-1024px-regular.json +20 -20
- package/dist/json/brands/advertorial/components/Table/table-breakpoint-md-600px.json +14 -14
- package/dist/json/brands/advertorial/components/Table/table-breakpoint-sm-390px-compact.json +16 -16
- package/dist/json/brands/advertorial/components/Table/table-breakpoint-xs-320px.json +16 -16
- package/dist/json/brands/advertorial/components/Teaser/teaser-breakpoint-lg-1024px-regular.json +28 -28
- package/dist/json/brands/advertorial/components/Teaser/teaser-breakpoint-md-600px.json +26 -26
- package/dist/json/brands/advertorial/components/Teaser/teaser-breakpoint-sm-390px-compact.json +26 -26
- package/dist/json/brands/advertorial/components/Teaser/teaser-breakpoint-xs-320px.json +26 -26
- package/dist/json/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.json +3 -3
- package/dist/json/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.json +3 -3
- package/dist/json/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.json +3 -3
- package/dist/json/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.json +3 -3
- package/dist/json/brands/advertorial/components/Video/video-breakpoint-lg-1024px-regular.json +11 -11
- package/dist/json/brands/advertorial/components/Video/video-breakpoint-md-600px.json +11 -11
- package/dist/json/brands/advertorial/components/Video/video-breakpoint-sm-390px-compact.json +9 -9
- package/dist/json/brands/advertorial/components/Video/video-breakpoint-xs-320px.json +9 -9
- package/dist/json/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.json +11 -9
- package/dist/json/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.json +7 -5
- package/dist/json/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.json +7 -5
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.json +232 -198
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.json +240 -206
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.json +246 -212
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.json +246 -212
- package/dist/json/brands/advertorial/semantic/effects/effects-dark.json +14 -14
- package/dist/json/brands/advertorial/semantic/effects/effects-light.json +14 -14
- package/dist/json/brands/advertorial/semantic/typography/typography-lg.json +30 -30
- package/dist/json/brands/advertorial/semantic/typography/typography-md.json +30 -30
- package/dist/json/brands/advertorial/semantic/typography/typography-sm.json +30 -30
- package/dist/json/brands/advertorial/semantic/typography/typography-xs.json +30 -30
- package/dist/json/brands/bild/components/Accordion/accordion-breakpoint-lg-1024px-regular.json +2 -0
- package/dist/json/brands/bild/components/Accordion/accordion-breakpoint-md-600px.json +2 -0
- package/dist/json/brands/bild/components/Accordion/accordion-breakpoint-sm-390px-compact.json +2 -0
- package/dist/json/brands/bild/components/Accordion/accordion-breakpoint-xs-320px.json +2 -0
- package/dist/json/brands/bild/components/Alert/alert-effects-dark.json +4 -4
- package/dist/json/brands/bild/components/Alert/alert-effects-light.json +4 -4
- package/dist/json/brands/bild/components/Article/article-breakpoint-lg-1024px-regular.json +18 -16
- package/dist/json/brands/bild/components/Article/article-breakpoint-md-600px.json +22 -20
- package/dist/json/brands/bild/components/Article/article-breakpoint-sm-390px-compact.json +20 -18
- package/dist/json/brands/bild/components/Article/article-breakpoint-xs-320px.json +20 -18
- package/dist/json/brands/bild/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/bild/components/AudioPlayer/audioplayer-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/bild/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/bild/components/AudioPlayer/audioplayer-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/bild/components/Avatar/avatar-breakpoint-lg-1024px-regular.json +11 -7
- package/dist/json/brands/bild/components/Avatar/avatar-breakpoint-md-600px.json +11 -7
- package/dist/json/brands/bild/components/Avatar/avatar-breakpoint-sm-390px-compact.json +9 -5
- package/dist/json/brands/bild/components/Avatar/avatar-breakpoint-xs-320px.json +9 -5
- package/dist/json/brands/bild/components/Avatar/avatar-color-dark.json +2 -2
- package/dist/json/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.json +6 -4
- package/dist/json/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-md-600px.json +6 -4
- package/dist/json/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.json +6 -4
- package/dist/json/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.json +6 -4
- package/dist/json/brands/bild/components/Breadcrumb/breadcrumb-color-dark.json +2 -2
- package/dist/json/brands/bild/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.json +13 -13
- package/dist/json/brands/bild/components/BreakingNews/breakingnews-breakpoint-md-600px.json +13 -13
- package/dist/json/brands/bild/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.json +11 -11
- package/dist/json/brands/bild/components/BreakingNews/breakingnews-breakpoint-xs-320px.json +11 -11
- package/dist/json/brands/bild/components/BreakingNews/breakingnews-color-light.json +2 -2
- package/dist/json/brands/bild/components/Button/button-breakpoint-lg-1024px-regular.json +15 -15
- package/dist/json/brands/bild/components/Button/button-breakpoint-md-600px.json +15 -15
- package/dist/json/brands/bild/components/Button/button-breakpoint-sm-390px-compact.json +15 -15
- package/dist/json/brands/bild/components/Button/button-breakpoint-xs-320px.json +15 -15
- package/dist/json/brands/bild/components/Button/button-color-dark.json +12 -12
- package/dist/json/brands/bild/components/Button/button-color-light.json +2 -2
- package/dist/json/brands/bild/components/Button/button-density-default.json +14 -14
- package/dist/json/brands/bild/components/Button/button-density-dense.json +16 -16
- package/dist/json/brands/bild/components/Button/button-density-spacious.json +14 -14
- package/dist/json/brands/bild/components/Button/button-typography-lg.json +2 -2
- package/dist/json/brands/bild/components/Button/button-typography-md.json +2 -2
- package/dist/json/brands/bild/components/Button/button-typography-sm.json +2 -2
- package/dist/json/brands/bild/components/Button/button-typography-xs.json +2 -2
- package/dist/json/brands/bild/components/Carousel/carousel-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/bild/components/Carousel/carousel-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/bild/components/Carousel/carousel-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/bild/components/Carousel/carousel-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/bild/components/Chip/chip-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/bild/components/Chip/chip-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/bild/components/Chip/chip-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/bild/components/Chip/chip-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/bild/components/{Chips/chips-color-dark.json → Chip/chip-color-dark.json} +24 -24
- package/dist/json/brands/bild/components/{Chips/chips-color-light.json → Chip/chip-color-light.json} +20 -20
- package/dist/json/brands/bild/components/Footer/footer-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/bild/components/Footer/footer-breakpoint-md-600px.json +9 -7
- package/dist/json/brands/bild/components/Footer/footer-breakpoint-sm-390px-compact.json +9 -7
- package/dist/json/brands/bild/components/Footer/footer-breakpoint-xs-320px.json +9 -7
- package/dist/json/brands/bild/components/Gallery/gallery-color-dark.json +2 -2
- package/dist/json/brands/bild/components/Gallery/gallery-color-light.json +2 -2
- package/dist/json/brands/bild/components/Hey/hey-color-dark.json +2 -2
- package/dist/json/brands/bild/components/InfoElement/infoelement-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/bild/components/InfoElement/infoelement-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/bild/components/InfoElement/infoelement-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/bild/components/InputField/inputfield-breakpoint-lg-1024px-regular.json +15 -13
- package/dist/json/brands/bild/components/InputField/inputfield-breakpoint-md-600px.json +15 -13
- package/dist/json/brands/bild/components/InputField/inputfield-breakpoint-sm-390px-compact.json +15 -13
- package/dist/json/brands/bild/components/InputField/inputfield-breakpoint-xs-320px.json +15 -13
- package/dist/json/brands/bild/components/{Inputfield → InputField}/inputfield-density-default.json +16 -16
- package/dist/json/brands/bild/components/{Inputfield → InputField}/inputfield-density-dense.json +20 -20
- package/dist/json/brands/bild/components/{Inputfield → InputField}/inputfield-density-spacious.json +18 -18
- package/dist/json/brands/bild/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/bild/components/LiveTicker/liveticker-breakpoint-md-600px.json +9 -7
- package/dist/json/brands/bild/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.json +9 -7
- package/dist/json/brands/bild/components/LiveTicker/liveticker-breakpoint-xs-320px.json +9 -7
- package/dist/json/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.json +7 -5
- package/dist/json/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-md-600px.json +7 -5
- package/dist/json/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.json +7 -5
- package/dist/json/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.json +7 -5
- package/dist/json/brands/bild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-dark.json +30 -30
- package/dist/json/brands/bild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-light.json +30 -30
- package/dist/json/brands/bild/components/Menu/menu-breakpoint-lg-1024px-regular.json +23 -23
- package/dist/json/brands/bild/components/Menu/menu-breakpoint-md-600px.json +19 -19
- package/dist/json/brands/bild/components/Menu/menu-breakpoint-sm-390px-compact.json +19 -19
- package/dist/json/brands/bild/components/Menu/menu-breakpoint-xs-320px.json +19 -19
- package/dist/json/brands/bild/components/Menu/menu-color-dark.json +4 -4
- package/dist/json/brands/bild/components/Menu/menu-color-light.json +4 -4
- package/dist/json/brands/bild/components/Menu/menu-effects-dark.json +4 -4
- package/dist/json/brands/bild/components/Menu/menu-effects-light.json +4 -4
- package/dist/json/brands/bild/components/Menu/menu-typography-lg.json +4 -4
- package/dist/json/brands/bild/components/Menu/menu-typography-md.json +4 -4
- package/dist/json/brands/bild/components/Menu/menu-typography-sm.json +4 -4
- package/dist/json/brands/bild/components/Menu/menu-typography-xs.json +4 -4
- package/dist/json/brands/bild/components/MenuItem/menuitem-color-dark.json +4 -4
- package/dist/json/brands/bild/components/MenuItem/menuitem-color-light.json +2 -2
- package/dist/json/brands/bild/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.json +18 -16
- package/dist/json/brands/bild/components/NewsTicker/newsticker-breakpoint-md-600px.json +22 -20
- package/dist/json/brands/bild/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.json +22 -20
- package/dist/json/brands/bild/components/NewsTicker/newsticker-breakpoint-xs-320px.json +22 -20
- package/dist/json/brands/bild/components/Pagination/pagination-color-dark.json +2 -2
- package/dist/json/brands/bild/components/Pagination/pagination-color-light.json +2 -2
- package/dist/json/brands/bild/components/Pagination/pagination-typography-lg.json +2 -2
- package/dist/json/brands/bild/components/Pagination/pagination-typography-md.json +2 -2
- package/dist/json/brands/bild/components/Pagination/pagination-typography-sm.json +2 -2
- package/dist/json/brands/bild/components/Pagination/pagination-typography-xs.json +2 -2
- package/dist/json/brands/bild/components/PartnerLinks/partnerlinks-color-light.json +2 -2
- package/dist/json/brands/bild/components/Paywall/paywall-breakpoint-lg-1024px-regular.json +6 -6
- package/dist/json/brands/bild/components/Paywall/paywall-breakpoint-md-600px.json +6 -6
- package/dist/json/brands/bild/components/Paywall/paywall-breakpoint-sm-390px-compact.json +6 -6
- package/dist/json/brands/bild/components/Paywall/paywall-breakpoint-xs-320px.json +6 -6
- package/dist/json/brands/bild/components/Paywall/paywall-typography-lg.json +4 -4
- package/dist/json/brands/bild/components/Paywall/paywall-typography-md.json +4 -4
- package/dist/json/brands/bild/components/Paywall/paywall-typography-sm.json +4 -4
- package/dist/json/brands/bild/components/Paywall/paywall-typography-xs.json +4 -4
- package/dist/json/brands/bild/components/Quote/quote-breakpoint-lg-1024px-regular.json +6 -6
- package/dist/json/brands/bild/components/Quote/quote-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/bild/components/Quote/quote-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/bild/components/Quote/quote-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/bild/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/bild/components/RadioButton/radiobutton-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/bild/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/bild/components/RadioButton/radiobutton-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/bild/components/Search/search-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/bild/components/Search/search-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/bild/components/Search/search-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/bild/components/Search/search-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/bild/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/bild/components/SectionTitle/sectiontitle-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/bild/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/bild/components/SectionTitle/sectiontitle-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/bild/components/Slider/slider-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/bild/components/Slider/slider-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/bild/components/Slider/slider-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/bild/components/Slider/slider-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/bild/components/Slider/slider-color-dark.json +2 -2
- package/dist/json/brands/bild/components/Slider/slider-color-light.json +2 -2
- package/dist/json/brands/bild/components/SocialShareButton/socialsharebutton-color-dark.json +4 -4
- package/dist/json/brands/bild/components/SocialShareButton/socialsharebutton-color-light.json +4 -4
- package/dist/json/brands/bild/components/Tab/tab-breakpoint-lg-1024px-regular.json +3 -3
- package/dist/json/brands/bild/components/Tab/tab-breakpoint-md-600px.json +3 -3
- package/dist/json/brands/bild/components/Tab/tab-breakpoint-sm-390px-compact.json +3 -3
- package/dist/json/brands/bild/components/Tab/tab-breakpoint-xs-320px.json +3 -3
- package/dist/json/brands/bild/components/Tab/tab-color-dark.json +2 -2
- package/dist/json/brands/bild/components/Tab/tab-color-light.json +2 -2
- package/dist/json/brands/bild/components/Table/table-breakpoint-lg-1024px-regular.json +20 -20
- package/dist/json/brands/bild/components/Table/table-breakpoint-md-600px.json +14 -14
- package/dist/json/brands/bild/components/Table/table-breakpoint-sm-390px-compact.json +16 -16
- package/dist/json/brands/bild/components/Table/table-breakpoint-xs-320px.json +16 -16
- package/dist/json/brands/bild/components/Teaser/teaser-breakpoint-lg-1024px-regular.json +28 -28
- package/dist/json/brands/bild/components/Teaser/teaser-breakpoint-md-600px.json +26 -26
- package/dist/json/brands/bild/components/Teaser/teaser-breakpoint-sm-390px-compact.json +26 -26
- package/dist/json/brands/bild/components/Teaser/teaser-breakpoint-xs-320px.json +26 -26
- package/dist/json/brands/bild/components/Teaser/teaser-color-dark.json +4 -4
- package/dist/json/brands/bild/components/Teaser/teaser-color-light.json +4 -4
- package/dist/json/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.json +3 -3
- package/dist/json/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.json +3 -3
- package/dist/json/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.json +3 -3
- package/dist/json/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.json +3 -3
- package/dist/json/brands/bild/components/Video/video-breakpoint-lg-1024px-regular.json +11 -11
- package/dist/json/brands/bild/components/Video/video-breakpoint-md-600px.json +11 -11
- package/dist/json/brands/bild/components/Video/video-breakpoint-sm-390px-compact.json +9 -9
- package/dist/json/brands/bild/components/Video/video-breakpoint-xs-320px.json +9 -9
- package/dist/json/brands/bild/components/_DSysDoc/_dsysdoc-color-dark.json +4 -0
- package/dist/json/brands/bild/components/_DSysDoc/_dsysdoc-color-light.json +4 -0
- package/dist/json/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.json +11 -9
- package/dist/json/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.json +7 -5
- package/dist/json/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.json +7 -5
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +232 -198
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-md-600px.json +240 -206
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.json +246 -212
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-xs-320px.json +246 -212
- package/dist/json/brands/bild/semantic/color/colormode-dark.json +30 -209
- package/dist/json/brands/bild/semantic/color/colormode-light.json +24 -203
- package/dist/json/brands/bild/semantic/effects/effects-dark.json +14 -14
- package/dist/json/brands/bild/semantic/effects/effects-light.json +14 -14
- package/dist/json/brands/bild/semantic/typography/typography-lg.json +30 -30
- package/dist/json/brands/bild/semantic/typography/typography-md.json +30 -30
- package/dist/json/brands/bild/semantic/typography/typography-sm.json +30 -30
- package/dist/json/brands/bild/semantic/typography/typography-xs.json +30 -30
- package/dist/json/brands/sportbild/components/Accordion/accordion-breakpoint-lg-1024px-regular.json +2 -0
- package/dist/json/brands/sportbild/components/Accordion/accordion-breakpoint-md-600px.json +2 -0
- package/dist/json/brands/sportbild/components/Accordion/accordion-breakpoint-sm-390px-compact.json +2 -0
- package/dist/json/brands/sportbild/components/Accordion/accordion-breakpoint-xs-320px.json +2 -0
- package/dist/json/brands/sportbild/components/Alert/alert-effects-dark.json +4 -4
- package/dist/json/brands/sportbild/components/Alert/alert-effects-light.json +4 -4
- package/dist/json/brands/sportbild/components/Article/article-breakpoint-lg-1024px-regular.json +18 -16
- package/dist/json/brands/sportbild/components/Article/article-breakpoint-md-600px.json +22 -20
- package/dist/json/brands/sportbild/components/Article/article-breakpoint-sm-390px-compact.json +20 -18
- package/dist/json/brands/sportbild/components/Article/article-breakpoint-xs-320px.json +20 -18
- package/dist/json/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/sportbild/components/Avatar/avatar-breakpoint-lg-1024px-regular.json +11 -7
- package/dist/json/brands/sportbild/components/Avatar/avatar-breakpoint-md-600px.json +11 -7
- package/dist/json/brands/sportbild/components/Avatar/avatar-breakpoint-sm-390px-compact.json +9 -5
- package/dist/json/brands/sportbild/components/Avatar/avatar-breakpoint-xs-320px.json +9 -5
- package/dist/json/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.json +6 -4
- package/dist/json/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-md-600px.json +6 -4
- package/dist/json/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.json +6 -4
- package/dist/json/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.json +6 -4
- package/dist/json/brands/sportbild/components/Breadcrumb/breadcrumb-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.json +13 -13
- package/dist/json/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-md-600px.json +13 -13
- package/dist/json/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.json +11 -11
- package/dist/json/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-xs-320px.json +11 -11
- package/dist/json/brands/sportbild/components/BreakingNews/breakingnews-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/BreakingNews/breakingnews-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/Button/button-breakpoint-lg-1024px-regular.json +15 -15
- package/dist/json/brands/sportbild/components/Button/button-breakpoint-md-600px.json +15 -15
- package/dist/json/brands/sportbild/components/Button/button-breakpoint-sm-390px-compact.json +15 -15
- package/dist/json/brands/sportbild/components/Button/button-breakpoint-xs-320px.json +15 -15
- package/dist/json/brands/sportbild/components/Button/button-color-dark.json +12 -12
- package/dist/json/brands/sportbild/components/Button/button-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/Button/button-density-default.json +14 -14
- package/dist/json/brands/sportbild/components/Button/button-density-dense.json +16 -16
- package/dist/json/brands/sportbild/components/Button/button-density-spacious.json +14 -14
- package/dist/json/brands/sportbild/components/Button/button-typography-lg.json +2 -2
- package/dist/json/brands/sportbild/components/Button/button-typography-md.json +2 -2
- package/dist/json/brands/sportbild/components/Button/button-typography-sm.json +2 -2
- package/dist/json/brands/sportbild/components/Button/button-typography-xs.json +2 -2
- package/dist/json/brands/sportbild/components/Carousel/carousel-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/sportbild/components/Carousel/carousel-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/sportbild/components/Carousel/carousel-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/sportbild/components/Carousel/carousel-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/sportbild/components/Chip/chip-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/sportbild/components/Chip/chip-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/sportbild/components/Chip/chip-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/sportbild/components/Chip/chip-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/sportbild/components/{Chips/chips-color-dark.json → Chip/chip-color-dark.json} +30 -30
- package/dist/json/brands/sportbild/components/{Chips/chips-color-light.json → Chip/chip-color-light.json} +20 -20
- package/dist/json/brands/sportbild/components/Footer/footer-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/sportbild/components/Footer/footer-breakpoint-md-600px.json +9 -7
- package/dist/json/brands/sportbild/components/Footer/footer-breakpoint-sm-390px-compact.json +9 -7
- package/dist/json/brands/sportbild/components/Footer/footer-breakpoint-xs-320px.json +9 -7
- package/dist/json/brands/sportbild/components/Gallery/gallery-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/Gallery/gallery-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/Hey/hey-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/InfoElement/infoelement-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/sportbild/components/InfoElement/infoelement-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/sportbild/components/InfoElement/infoelement-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/sportbild/components/InputField/inputfield-breakpoint-lg-1024px-regular.json +15 -13
- package/dist/json/brands/sportbild/components/InputField/inputfield-breakpoint-md-600px.json +15 -13
- package/dist/json/brands/sportbild/components/InputField/inputfield-breakpoint-sm-390px-compact.json +15 -13
- package/dist/json/brands/sportbild/components/InputField/inputfield-breakpoint-xs-320px.json +15 -13
- package/dist/json/brands/sportbild/components/{Inputfield → InputField}/inputfield-density-default.json +16 -16
- package/dist/json/brands/sportbild/components/{Inputfield → InputField}/inputfield-density-dense.json +20 -20
- package/dist/json/brands/sportbild/components/{Inputfield → InputField}/inputfield-density-spacious.json +18 -18
- package/dist/json/brands/sportbild/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/sportbild/components/LiveTicker/liveticker-breakpoint-md-600px.json +9 -7
- package/dist/json/brands/sportbild/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.json +9 -7
- package/dist/json/brands/sportbild/components/LiveTicker/liveticker-breakpoint-xs-320px.json +9 -7
- package/dist/json/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.json +7 -5
- package/dist/json/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-md-600px.json +7 -5
- package/dist/json/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.json +7 -5
- package/dist/json/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.json +7 -5
- package/dist/json/brands/sportbild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-dark.json +30 -30
- package/dist/json/brands/sportbild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-light.json +30 -30
- package/dist/json/brands/sportbild/components/Menu/menu-breakpoint-lg-1024px-regular.json +25 -25
- package/dist/json/brands/sportbild/components/Menu/menu-breakpoint-md-600px.json +21 -21
- package/dist/json/brands/sportbild/components/Menu/menu-breakpoint-sm-390px-compact.json +21 -21
- package/dist/json/brands/sportbild/components/Menu/menu-breakpoint-xs-320px.json +21 -21
- package/dist/json/brands/sportbild/components/Menu/menu-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/Menu/menu-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/Menu/menu-effects-dark.json +4 -4
- package/dist/json/brands/sportbild/components/Menu/menu-effects-light.json +4 -4
- package/dist/json/brands/sportbild/components/Menu/menu-typography-lg.json +8 -8
- package/dist/json/brands/sportbild/components/Menu/menu-typography-md.json +8 -8
- package/dist/json/brands/sportbild/components/Menu/menu-typography-sm.json +8 -8
- package/dist/json/brands/sportbild/components/Menu/menu-typography-xs.json +8 -8
- package/dist/json/brands/sportbild/components/MenuItem/menuitem-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/MenuItem/menuitem-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.json +18 -16
- package/dist/json/brands/sportbild/components/NewsTicker/newsticker-breakpoint-md-600px.json +22 -20
- package/dist/json/brands/sportbild/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.json +22 -20
- package/dist/json/brands/sportbild/components/NewsTicker/newsticker-breakpoint-xs-320px.json +22 -20
- package/dist/json/brands/sportbild/components/Pagination/pagination-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/Pagination/pagination-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/Pagination/pagination-typography-lg.json +2 -2
- package/dist/json/brands/sportbild/components/Pagination/pagination-typography-md.json +2 -2
- package/dist/json/brands/sportbild/components/Pagination/pagination-typography-sm.json +2 -2
- package/dist/json/brands/sportbild/components/Pagination/pagination-typography-xs.json +2 -2
- package/dist/json/brands/sportbild/components/PartnerLinks/partnerlinks-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/Paywall/paywall-breakpoint-lg-1024px-regular.json +6 -6
- package/dist/json/brands/sportbild/components/Paywall/paywall-breakpoint-md-600px.json +6 -6
- package/dist/json/brands/sportbild/components/Paywall/paywall-breakpoint-sm-390px-compact.json +6 -6
- package/dist/json/brands/sportbild/components/Paywall/paywall-breakpoint-xs-320px.json +6 -6
- package/dist/json/brands/sportbild/components/Paywall/paywall-typography-lg.json +4 -4
- package/dist/json/brands/sportbild/components/Paywall/paywall-typography-md.json +4 -4
- package/dist/json/brands/sportbild/components/Paywall/paywall-typography-sm.json +4 -4
- package/dist/json/brands/sportbild/components/Paywall/paywall-typography-xs.json +4 -4
- package/dist/json/brands/sportbild/components/Quote/quote-breakpoint-lg-1024px-regular.json +6 -6
- package/dist/json/brands/sportbild/components/Quote/quote-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/sportbild/components/Quote/quote-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/sportbild/components/Quote/quote-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/sportbild/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/sportbild/components/RadioButton/radiobutton-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/sportbild/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/sportbild/components/RadioButton/radiobutton-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/sportbild/components/Search/search-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/sportbild/components/Search/search-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/sportbild/components/Search/search-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/sportbild/components/Search/search-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.json +2 -2
- package/dist/json/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-md-600px.json +2 -2
- package/dist/json/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.json +2 -2
- package/dist/json/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-xs-320px.json +2 -2
- package/dist/json/brands/sportbild/components/Slider/slider-breakpoint-lg-1024px-regular.json +4 -4
- package/dist/json/brands/sportbild/components/Slider/slider-breakpoint-md-600px.json +4 -4
- package/dist/json/brands/sportbild/components/Slider/slider-breakpoint-sm-390px-compact.json +4 -4
- package/dist/json/brands/sportbild/components/Slider/slider-breakpoint-xs-320px.json +4 -4
- package/dist/json/brands/sportbild/components/Slider/slider-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/Slider/slider-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/SocialShareButton/socialsharebutton-color-dark.json +4 -4
- package/dist/json/brands/sportbild/components/SocialShareButton/socialsharebutton-color-light.json +4 -4
- package/dist/json/brands/sportbild/components/SpecialNavi/specialnavi-typography-lg.json +4 -4
- package/dist/json/brands/sportbild/components/SpecialNavi/specialnavi-typography-md.json +4 -4
- package/dist/json/brands/sportbild/components/SpecialNavi/specialnavi-typography-sm.json +4 -4
- package/dist/json/brands/sportbild/components/SpecialNavi/specialnavi-typography-xs.json +4 -4
- package/dist/json/brands/sportbild/components/Tab/tab-breakpoint-lg-1024px-regular.json +3 -3
- package/dist/json/brands/sportbild/components/Tab/tab-breakpoint-md-600px.json +3 -3
- package/dist/json/brands/sportbild/components/Tab/tab-breakpoint-sm-390px-compact.json +3 -3
- package/dist/json/brands/sportbild/components/Tab/tab-breakpoint-xs-320px.json +3 -3
- package/dist/json/brands/sportbild/components/Tab/tab-color-dark.json +2 -2
- package/dist/json/brands/sportbild/components/Tab/tab-color-light.json +2 -2
- package/dist/json/brands/sportbild/components/Table/table-breakpoint-lg-1024px-regular.json +20 -20
- package/dist/json/brands/sportbild/components/Table/table-breakpoint-md-600px.json +14 -14
- package/dist/json/brands/sportbild/components/Table/table-breakpoint-sm-390px-compact.json +16 -16
- package/dist/json/brands/sportbild/components/Table/table-breakpoint-xs-320px.json +16 -16
- package/dist/json/brands/sportbild/components/Teaser/teaser-breakpoint-lg-1024px-regular.json +26 -26
- package/dist/json/brands/sportbild/components/Teaser/teaser-breakpoint-md-600px.json +26 -26
- package/dist/json/brands/sportbild/components/Teaser/teaser-breakpoint-sm-390px-compact.json +32 -32
- package/dist/json/brands/sportbild/components/Teaser/teaser-breakpoint-xs-320px.json +32 -32
- package/dist/json/brands/sportbild/components/Teaser/teaser-color-dark.json +4 -4
- package/dist/json/brands/sportbild/components/Teaser/teaser-color-light.json +4 -4
- package/dist/json/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.json +3 -3
- package/dist/json/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.json +3 -3
- package/dist/json/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.json +3 -3
- package/dist/json/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.json +3 -3
- package/dist/json/brands/sportbild/components/Video/video-breakpoint-lg-1024px-regular.json +11 -11
- package/dist/json/brands/sportbild/components/Video/video-breakpoint-md-600px.json +11 -11
- package/dist/json/brands/sportbild/components/Video/video-breakpoint-sm-390px-compact.json +9 -9
- package/dist/json/brands/sportbild/components/Video/video-breakpoint-xs-320px.json +9 -9
- package/dist/json/brands/sportbild/components/_DSysDoc/_dsysdoc-color-dark.json +4 -0
- package/dist/json/brands/sportbild/components/_DSysDoc/_dsysdoc-color-light.json +4 -0
- package/dist/json/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.json +9 -7
- package/dist/json/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.json +11 -9
- package/dist/json/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.json +7 -5
- package/dist/json/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.json +7 -5
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +232 -198
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.json +240 -206
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.json +246 -212
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.json +246 -212
- package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +26 -205
- package/dist/json/brands/sportbild/semantic/color/colormode-light.json +24 -203
- package/dist/json/brands/sportbild/semantic/effects/effects-dark.json +14 -14
- package/dist/json/brands/sportbild/semantic/effects/effects-light.json +14 -14
- package/dist/json/brands/sportbild/semantic/typography/typography-lg.json +30 -30
- package/dist/json/brands/sportbild/semantic/typography/typography-md.json +30 -30
- package/dist/json/brands/sportbild/semantic/typography/typography-sm.json +30 -30
- package/dist/json/brands/sportbild/semantic/typography/typography-xs.json +30 -30
- package/dist/json/shared/colorprimitive.json +335 -335
- package/dist/json/shared/fontprimitive.json +150 -112
- package/dist/json/shared/sizeprimitive.json +69 -69
- package/dist/json/shared/spaceprimitive.json +39 -39
- package/dist/manifest.json +12 -5
- package/dist/scss/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/.DSDocsStyles/.dsdocsstyles-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Accordion/accordion-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Alert/alert-effects-dark.scss +1 -1
- package/dist/scss/brands/advertorial/components/Alert/alert-effects-light.scss +1 -1
- package/dist/scss/brands/advertorial/components/Article/article-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/advertorial/components/Article/article-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/advertorial/components/Article/article-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/advertorial/components/Article/article-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/advertorial/components/Article/article-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Article/article-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Article/article-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Article/article-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/AudioPlayer/audioplayer-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Avatar/avatar-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/Avatar/avatar-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Avatar/avatar-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/Avatar/avatar-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Avatar/avatar-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Avatar/avatar-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Avatar/avatar-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Avatar/avatar-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Badge/badge-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Breadcrumb/breadcrumb-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.scss +4 -4
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-md-600px.scss +4 -4
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.scss +4 -4
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-breakpoint-xs-320px.scss +4 -4
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/BreakingNews/breakingnews-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Button/button-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/Button/button-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Button/button-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/Button/button-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Button/button-density-default.scss +5 -5
- package/dist/scss/brands/advertorial/components/Button/button-density-dense.scss +5 -5
- package/dist/scss/brands/advertorial/components/Button/button-density-spacious.scss +5 -5
- package/dist/scss/brands/advertorial/components/Button/button-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Button/button-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Button/button-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Button/button-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Card/card-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Card/card-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Card/card-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Card/card-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Carousel/carousel-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Carousel/carousel-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Carousel/carousel-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Carousel/carousel-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Chip/chip-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Datepicker/datepicker-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Datepicker/datepicker-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Datepicker/datepicker-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Datepicker/datepicker-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Drawers/drawers-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Drawers/drawers-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Drawers/drawers-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Drawers/drawers-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Dropdown/dropdown-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Dropdown/dropdown-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Dropdown/dropdown-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Dropdown/dropdown-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Footer/footer-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/advertorial/components/Footer/footer-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/advertorial/components/Footer/footer-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/advertorial/components/Footer/footer-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/advertorial/components/Footer/footer-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Footer/footer-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Footer/footer-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Footer/footer-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Icon/icon-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Icon/icon-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Icon/icon-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Icon/icon-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/InfoElement/infoelement-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/InfoElement/infoelement-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/InfoElement/infoelement-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/InfoElement/infoelement-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/InputField/inputfield-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/InputField/inputfield-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/InputField/inputfield-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/InputField/inputfield-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/{Inputfield → InputField}/inputfield-density-default.scss +5 -5
- package/dist/scss/brands/{bild/components/Inputfield → advertorial/components/InputField}/inputfield-density-dense.scss +5 -5
- package/dist/scss/brands/{bild/components/Inputfield → advertorial/components/InputField}/inputfield-density-spacious.scss +5 -5
- package/dist/scss/brands/advertorial/components/InputField/inputfield-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/InputField/inputfield-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/InputField/inputfield-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/InputField/inputfield-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/LiveTicker/liveticker-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/MediaPlayer/mediaplayer-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Menu/menu-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/Menu/menu-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Menu/menu-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/Menu/menu-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Menu/menu-effects-dark.scss +1 -1
- package/dist/scss/brands/advertorial/components/Menu/menu-effects-light.scss +1 -1
- package/dist/scss/brands/advertorial/components/Menu/menu-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Menu/menu-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Menu/menu-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Menu/menu-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/NewsTicker/newsticker-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Pagination/pagination-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Paywall/paywall-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/advertorial/components/Paywall/paywall-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/advertorial/components/Paywall/paywall-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/advertorial/components/Paywall/paywall-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/advertorial/components/Paywall/paywall-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Paywall/paywall-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Paywall/paywall-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Paywall/paywall-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Quote/quote-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Quote/quote-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Quote/quote-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Quote/quote-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/RadioButton/radiobutton-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/RadioButton/radiobutton-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Search/search-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Search/search-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Search/search-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Search/search-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/SectionTitle/sectiontitle-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Separator/separator-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Separator/separator-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Separator/separator-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Separator/separator-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Skeletons/skeletons-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Skeletons/skeletons-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Skeletons/skeletons-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Skeletons/skeletons-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Slider/slider-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Slider/slider-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Slider/slider-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Slider/slider-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/SpecialNavi/specialnavi-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Spinner/spinner-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/components/Spinner/spinner-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Spinner/spinner-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/components/Spinner/spinner-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/components/Tab/tab-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/Tab/tab-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Tab/tab-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/Tab/tab-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Tab/tab-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Tab/tab-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Tab/tab-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Tab/tab-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Table/table-breakpoint-lg-1024px-regular.scss +5 -5
- package/dist/scss/brands/advertorial/components/Table/table-breakpoint-md-600px.scss +5 -5
- package/dist/scss/brands/advertorial/components/Table/table-breakpoint-sm-390px-compact.scss +5 -5
- package/dist/scss/brands/advertorial/components/Table/table-breakpoint-xs-320px.scss +5 -5
- package/dist/scss/brands/advertorial/components/Teaser/teaser-breakpoint-lg-1024px-regular.scss +5 -5
- package/dist/scss/brands/advertorial/components/Teaser/teaser-breakpoint-md-600px.scss +5 -5
- package/dist/scss/brands/advertorial/components/Teaser/teaser-breakpoint-sm-390px-compact.scss +5 -5
- package/dist/scss/brands/advertorial/components/Teaser/teaser-breakpoint-xs-320px.scss +5 -5
- package/dist/scss/brands/advertorial/components/Teaser/teaser-effects-dark.scss +1 -1
- package/dist/scss/brands/advertorial/components/Teaser/teaser-effects-light.scss +1 -1
- package/dist/scss/brands/advertorial/components/Teaser/teaser-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/Teaser/teaser-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/Teaser/teaser-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/Teaser/teaser-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/components/ToggleSwitch/toggleswitch-typography-xs.scss +1 -1
- package/dist/scss/brands/advertorial/components/Video/video-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/Video/video-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/Video/video-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/Video/video-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/advertorial/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +37 -37
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +37 -37
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +37 -37
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +37 -37
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/.DSDocsStyles/.dsdocsstyles-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Accordion/accordion-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Alert/alert-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Alert/alert-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Alert/alert-effects-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Alert/alert-effects-light.scss +1 -1
- package/dist/scss/brands/bild/components/Article/article-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/bild/components/Article/article-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/bild/components/Article/article-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/bild/components/Article/article-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/bild/components/Article/article-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Article/article-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Article/article-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Article/article-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/AudioPlayer/audioplayer-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Avatar/avatar-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/Avatar/avatar-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/Avatar/avatar-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/Avatar/avatar-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/Avatar/avatar-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Avatar/avatar-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Avatar/avatar-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Avatar/avatar-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Avatar/avatar-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Avatar/avatar-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Badge/badge-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Breadcrumb/breadcrumb-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.scss +4 -4
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-breakpoint-md-600px.scss +4 -4
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.scss +4 -4
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-breakpoint-xs-320px.scss +4 -4
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/BreakingNews/breakingnews-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Button/button-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/Button/button-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/Button/button-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/Button/button-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/Button/button-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Button/button-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Button/button-density-default.scss +5 -5
- package/dist/scss/brands/bild/components/Button/button-density-dense.scss +5 -5
- package/dist/scss/brands/bild/components/Button/button-density-spacious.scss +5 -5
- package/dist/scss/brands/bild/components/Button/button-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Button/button-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Button/button-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Button/button-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Card/card-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Card/card-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Card/card-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Card/card-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Card/card-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Card/card-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Carousel/carousel-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Carousel/carousel-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Carousel/carousel-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Carousel/carousel-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Chip/chip-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Chip/chip-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Chip/chip-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Chip/chip-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/{Chips/chips-color-dark.scss → Chip/chip-color-dark.scss} +6 -6
- package/dist/scss/brands/bild/components/{Chips/chips-color-light.scss → Chip/chip-color-light.scss} +6 -6
- package/dist/scss/brands/bild/components/Chip/chip-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Chip/chip-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Chip/chip-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Chip/chip-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Datepicker/datepicker-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Datepicker/datepicker-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Datepicker/datepicker-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Datepicker/datepicker-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Drawers/drawers-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Drawers/drawers-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Drawers/drawers-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Drawers/drawers-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Dropdown/dropdown-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Dropdown/dropdown-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Dropdown/dropdown-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Dropdown/dropdown-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Dropdown/dropdown-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Dropdown/dropdown-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Empties/empties-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Empties/empties-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Foldout/foldout-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Foldout/foldout-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Footer/footer-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/bild/components/Footer/footer-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/bild/components/Footer/footer-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/bild/components/Footer/footer-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/bild/components/Footer/footer-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Footer/footer-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Footer/footer-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Footer/footer-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Gallery/gallery-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Gallery/gallery-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Hey/hey-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Hey/hey-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Icon/icon-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Icon/icon-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Icon/icon-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Icon/icon-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/InfoElement/infoelement-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/InfoElement/infoelement-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/InfoElement/infoelement-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/InfoElement/infoelement-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-color-light.scss +1 -1
- package/dist/scss/brands/{sportbild/components/Inputfield → bild/components/InputField}/inputfield-density-default.scss +5 -5
- package/dist/scss/brands/{advertorial/components/Inputfield → bild/components/InputField}/inputfield-density-dense.scss +5 -5
- package/dist/scss/brands/{sportbild/components/Inputfield → bild/components/InputField}/inputfield-density-spacious.scss +5 -5
- package/dist/scss/brands/bild/components/InputField/inputfield-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/InputField/inputfield-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Kicker/kicker-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Kicker/kicker-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/LiveTicker/liveticker-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/MediaPlayer/mediaplayer-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/Menu/menu-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/Menu/menu-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/Menu/menu-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/Menu/menu-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-effects-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-effects-light.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Menu/menu-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/MenuItem/menuitem-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/MenuItem/menuitem-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/NewsTicker/newsticker-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Pagination/pagination-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/PartnerLinks/partnerlinks-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/PartnerLinks/partnerlinks-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Paywall/paywall-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/bild/components/Paywall/paywall-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/bild/components/Paywall/paywall-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/bild/components/Paywall/paywall-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/bild/components/Paywall/paywall-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Paywall/paywall-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Paywall/paywall-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Paywall/paywall-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Quote/quote-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Quote/quote-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Quote/quote-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Quote/quote-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/RadioButton/radiobutton-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/RadioButton/radiobutton-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Search/search-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Search/search-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Search/search-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Search/search-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/SectionTitle/sectiontitle-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/SectionTitle/sectiontitle-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Selection/selection-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Selection/selection-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Separator/separator-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Separator/separator-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Separator/separator-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Separator/separator-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Skeletons/skeletons-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Skeletons/skeletons-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Skeletons/skeletons-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Skeletons/skeletons-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Slider/slider-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Slider/slider-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Slider/slider-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Slider/slider-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Slider/slider-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Slider/slider-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/SocialShareButton/socialsharebutton-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/SocialShareButton/socialsharebutton-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/SpecialNavi/specialnavi-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Spinner/spinner-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/components/Spinner/spinner-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/components/Spinner/spinner-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/components/Spinner/spinner-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/components/Subheader/subheader-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Subheader/subheader-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Tab/tab-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/Tab/tab-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/Tab/tab-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/Tab/tab-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/Tab/tab-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Tab/tab-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Tab/tab-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Tab/tab-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Tab/tab-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Tab/tab-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Table/table-breakpoint-lg-1024px-regular.scss +5 -5
- package/dist/scss/brands/bild/components/Table/table-breakpoint-md-600px.scss +5 -5
- package/dist/scss/brands/bild/components/Table/table-breakpoint-sm-390px-compact.scss +5 -5
- package/dist/scss/brands/bild/components/Table/table-breakpoint-xs-320px.scss +5 -5
- package/dist/scss/brands/bild/components/Teaser/teaser-breakpoint-lg-1024px-regular.scss +5 -5
- package/dist/scss/brands/bild/components/Teaser/teaser-breakpoint-md-600px.scss +5 -5
- package/dist/scss/brands/bild/components/Teaser/teaser-breakpoint-sm-390px-compact.scss +5 -5
- package/dist/scss/brands/bild/components/Teaser/teaser-breakpoint-xs-320px.scss +5 -5
- package/dist/scss/brands/bild/components/Teaser/teaser-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Teaser/teaser-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/Teaser/teaser-effects-dark.scss +1 -1
- package/dist/scss/brands/bild/components/Teaser/teaser-effects-light.scss +1 -1
- package/dist/scss/brands/bild/components/Teaser/teaser-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/Teaser/teaser-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/Teaser/teaser-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/Teaser/teaser-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/TextLink/textlink-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/TextLink/textlink-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-typography-lg.scss +1 -1
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-typography-md.scss +1 -1
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-typography-sm.scss +1 -1
- package/dist/scss/brands/bild/components/ToggleSwitch/toggleswitch-typography-xs.scss +1 -1
- package/dist/scss/brands/bild/components/Video/video-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/Video/video-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/Video/video-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/Video/video-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/components/_DSysDoc/_dsysdoc-color-dark.scss +1 -1
- package/dist/scss/brands/bild/components/_DSysDoc/_dsysdoc-color-light.scss +1 -1
- package/dist/scss/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/bild/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +37 -37
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +37 -37
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +37 -37
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +37 -37
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +1 -8
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +1 -8
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/.DSDocsStyles/.dsdocsstyles-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Accordion/accordion-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Alert/alert-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Alert/alert-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Alert/alert-effects-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Alert/alert-effects-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Article/article-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/sportbild/components/Article/article-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/sportbild/components/Article/article-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/sportbild/components/Article/article-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/sportbild/components/Article/article-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Article/article-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Article/article-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Article/article-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/AudioPlayer/audioplayer-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Avatar/avatar-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/Avatar/avatar-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Avatar/avatar-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/Avatar/avatar-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Avatar/avatar-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Avatar/avatar-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Avatar/avatar-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Avatar/avatar-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Avatar/avatar-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Avatar/avatar-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Badge/badge-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Breadcrumb/breadcrumb-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-lg-1024px-regular.scss +4 -4
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-md-600px.scss +4 -4
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-sm-390px-compact.scss +4 -4
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-breakpoint-xs-320px.scss +4 -4
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/BreakingNews/breakingnews-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Button/button-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/Button/button-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Button/button-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/Button/button-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Button/button-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Button/button-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Button/button-density-default.scss +5 -5
- package/dist/scss/brands/sportbild/components/Button/button-density-dense.scss +5 -5
- package/dist/scss/brands/sportbild/components/Button/button-density-spacious.scss +5 -5
- package/dist/scss/brands/sportbild/components/Button/button-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Button/button-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Button/button-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Button/button-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Card/card-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Card/card-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Card/card-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Card/card-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Card/card-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Card/card-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Carousel/carousel-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Carousel/carousel-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Carousel/carousel-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Carousel/carousel-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Chip/chip-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Chip/chip-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Chip/chip-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Chip/chip-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/{Chips/chips-color-dark.scss → Chip/chip-color-dark.scss} +6 -6
- package/dist/scss/brands/sportbild/components/{Chips/chips-color-light.scss → Chip/chip-color-light.scss} +6 -6
- package/dist/scss/brands/sportbild/components/Chip/chip-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Chip/chip-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Chip/chip-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Chip/chip-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Datepicker/datepicker-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Datepicker/datepicker-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Datepicker/datepicker-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Datepicker/datepicker-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Drawers/drawers-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Drawers/drawers-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Drawers/drawers-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Drawers/drawers-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Dropdown/dropdown-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Dropdown/dropdown-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Dropdown/dropdown-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Dropdown/dropdown-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Dropdown/dropdown-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Dropdown/dropdown-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Empties/empties-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Empties/empties-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Foldout/foldout-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Foldout/foldout-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Footer/footer-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/sportbild/components/Footer/footer-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/sportbild/components/Footer/footer-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/sportbild/components/Footer/footer-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/sportbild/components/Footer/footer-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Footer/footer-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Footer/footer-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Footer/footer-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Gallery/gallery-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Gallery/gallery-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Hey/hey-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Hey/hey-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Icon/icon-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Icon/icon-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Icon/icon-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Icon/icon-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/InfoElement/infoelement-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/InfoElement/infoelement-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/InfoElement/infoelement-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/InfoElement/infoelement-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-color-light.scss +1 -1
- package/dist/scss/brands/{bild/components/Inputfield → sportbild/components/InputField}/inputfield-density-default.scss +5 -5
- package/dist/scss/brands/sportbild/components/{Inputfield → InputField}/inputfield-density-dense.scss +5 -5
- package/dist/scss/brands/{advertorial/components/Inputfield → sportbild/components/InputField}/inputfield-density-spacious.scss +5 -5
- package/dist/scss/brands/sportbild/components/InputField/inputfield-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/InputField/inputfield-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Kicker/kicker-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Kicker/kicker-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/LiveTicker/liveticker-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/{Mediaplayer → MediaPlayer}/mediaplayer-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/MediaPlayer/mediaplayer-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/Menu/menu-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Menu/menu-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/Menu/menu-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Menu/menu-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-effects-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-effects-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Menu/menu-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/MenuItem/menuitem-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/MenuItem/menuitem-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/NewsTicker/newsticker-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Pagination/pagination-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/PartnerLinks/partnerlinks-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/PartnerLinks/partnerlinks-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Paywall/paywall-breakpoint-lg-1024px-regular.scss +3 -3
- package/dist/scss/brands/sportbild/components/Paywall/paywall-breakpoint-md-600px.scss +3 -3
- package/dist/scss/brands/sportbild/components/Paywall/paywall-breakpoint-sm-390px-compact.scss +3 -3
- package/dist/scss/brands/sportbild/components/Paywall/paywall-breakpoint-xs-320px.scss +3 -3
- package/dist/scss/brands/sportbild/components/Paywall/paywall-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Paywall/paywall-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Paywall/paywall-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Paywall/paywall-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Quote/quote-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Quote/quote-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Quote/quote-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Quote/quote-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/RadioButton/radiobutton-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/RadioButton/radiobutton-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/RadioButton/radiobutton-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/RadioButton/radiobutton-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Search/search-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Search/search-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Search/search-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Search/search-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/SectionTitle/sectiontitle-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Selection/selection-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Selection/selection-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Separator/separator-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Separator/separator-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Separator/separator-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Separator/separator-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Skeletons/skeletons-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Skeletons/skeletons-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Skeletons/skeletons-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Skeletons/skeletons-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Slider/slider-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Slider/slider-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Slider/slider-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Slider/slider-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Slider/slider-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Slider/slider-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/SocialShareButton/socialsharebutton-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/SocialShareButton/socialsharebutton-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/SpecialNavi/specialnavi-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Spinner/spinner-breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/components/Spinner/spinner-breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Spinner/spinner-breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/components/Spinner/spinner-breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/components/Subheader/subheader-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Subheader/subheader-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Tab/tab-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/Tab/tab-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Tab/tab-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/Tab/tab-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Tab/tab-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Tab/tab-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Tab/tab-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Tab/tab-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Tab/tab-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Tab/tab-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Table/table-breakpoint-lg-1024px-regular.scss +5 -5
- package/dist/scss/brands/sportbild/components/Table/table-breakpoint-md-600px.scss +5 -5
- package/dist/scss/brands/sportbild/components/Table/table-breakpoint-sm-390px-compact.scss +5 -5
- package/dist/scss/brands/sportbild/components/Table/table-breakpoint-xs-320px.scss +5 -5
- package/dist/scss/brands/sportbild/components/Teaser/teaser-breakpoint-lg-1024px-regular.scss +5 -5
- package/dist/scss/brands/sportbild/components/Teaser/teaser-breakpoint-md-600px.scss +5 -5
- package/dist/scss/brands/sportbild/components/Teaser/teaser-breakpoint-sm-390px-compact.scss +5 -5
- package/dist/scss/brands/sportbild/components/Teaser/teaser-breakpoint-xs-320px.scss +5 -5
- package/dist/scss/brands/sportbild/components/Teaser/teaser-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Teaser/teaser-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Teaser/teaser-effects-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/Teaser/teaser-effects-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/Teaser/teaser-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/Teaser/teaser-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/Teaser/teaser-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/Teaser/teaser-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/TextLink/textlink-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/TextLink/textlink-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/components/ToggleSwitch/toggleswitch-typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/components/Video/video-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/Video/video-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/Video/video-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/Video/video-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/components/_DSysDoc/_dsysdoc-color-dark.scss +1 -1
- package/dist/scss/brands/sportbild/components/_DSysDoc/_dsysdoc-color-light.scss +1 -1
- package/dist/scss/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-lg-1024px-regular.scss +2 -2
- package/dist/scss/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-md-600px.scss +2 -2
- package/dist/scss/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-sm-390px-compact.scss +2 -2
- package/dist/scss/brands/sportbild/components/_DSysDocs/_dsysdocs-breakpoint-xs-320px.scss +2 -2
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +37 -37
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +37 -37
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +37 -37
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +37 -37
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +1 -8
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +1 -8
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/shared/colorprimitive.scss +31 -31
- package/dist/scss/shared/fontprimitive.scss +14 -14
- package/dist/scss/shared/sizeprimitive.scss +24 -24
- package/dist/scss/shared/spaceprimitive.scss +14 -14
- package/package.json +2 -1
- package/dist/android/compose/brands/advertorial/components/Inputfield/InputfieldTokens.kt +0 -81
- package/dist/android/compose/brands/advertorial/theme/AdvertorialTheme.kt +0 -194
- package/dist/android/compose/brands/bild/components/Chips/ChipsTokens.kt +0 -47
- package/dist/android/compose/brands/bild/components/Inputfield/InputfieldTokens.kt +0 -81
- package/dist/android/compose/brands/bild/components/Mediaplayer/MediaplayerTokens.kt +0 -57
- package/dist/android/compose/brands/bild/theme/BildTheme.kt +0 -188
- package/dist/android/compose/brands/sportbild/components/Chips/ChipsTokens.kt +0 -47
- package/dist/android/compose/brands/sportbild/components/Inputfield/InputfieldTokens.kt +0 -81
- package/dist/android/compose/brands/sportbild/components/Mediaplayer/MediaplayerTokens.kt +0 -57
- package/dist/android/compose/brands/sportbild/theme/SportbildTheme.kt +0 -188
- package/dist/css/bild/components/chips.css +0 -43
- package/dist/css/sportbild/components/chips.css +0 -43
- package/dist/ios/brands/advertorial/components/.DSDocsStyles/.DSDocsStylesSizeclassCompact.swift +0 -53
- package/dist/ios/brands/advertorial/components/.DSDocsStyles/.DSDocsStylesSizeclassRegular.swift +0 -53
- package/dist/ios/brands/advertorial/components/Accordion/AccordionSizeclassCompact.swift +0 -26
- package/dist/ios/brands/advertorial/components/Accordion/AccordionSizeclassRegular.swift +0 -26
- package/dist/ios/brands/advertorial/components/Alert/AlertEffectsDark.swift +0 -25
- package/dist/ios/brands/advertorial/components/Alert/AlertEffectsLight.swift +0 -25
- package/dist/ios/brands/advertorial/components/Article/ArticleSizeclassCompact.swift +0 -34
- package/dist/ios/brands/advertorial/components/Article/ArticleSizeclassRegular.swift +0 -34
- package/dist/ios/brands/advertorial/components/AudioPlayer/AudioPlayerSizeclassCompact.swift +0 -26
- package/dist/ios/brands/advertorial/components/AudioPlayer/AudioPlayerSizeclassRegular.swift +0 -26
- package/dist/ios/brands/advertorial/components/Avatar/AvatarSizeclassCompact.swift +0 -36
- package/dist/ios/brands/advertorial/components/Avatar/AvatarSizeclassRegular.swift +0 -36
- package/dist/ios/brands/advertorial/components/Badge/BadgeSizeclassCompact.swift +0 -28
- package/dist/ios/brands/advertorial/components/Badge/BadgeSizeclassRegular.swift +0 -28
- package/dist/ios/brands/advertorial/components/Breadcrumb/BreadcrumbSizeclassCompact.swift +0 -30
- package/dist/ios/brands/advertorial/components/Breadcrumb/BreadcrumbSizeclassRegular.swift +0 -30
- package/dist/ios/brands/advertorial/components/BreakingNews/BreakingNewsSizeclassCompact.swift +0 -30
- package/dist/ios/brands/advertorial/components/BreakingNews/BreakingNewsSizeclassRegular.swift +0 -30
- package/dist/ios/brands/advertorial/components/Button/ButtonDensityDefault.swift +0 -29
- package/dist/ios/brands/advertorial/components/Button/ButtonDensityDense.swift +0 -29
- package/dist/ios/brands/advertorial/components/Button/ButtonDensitySpacious.swift +0 -29
- package/dist/ios/brands/advertorial/components/Button/ButtonSizeclassCompact.swift +0 -28
- package/dist/ios/brands/advertorial/components/Button/ButtonSizeclassRegular.swift +0 -28
- package/dist/ios/brands/advertorial/components/Card/CardSizeclassCompact.swift +0 -24
- package/dist/ios/brands/advertorial/components/Card/CardSizeclassRegular.swift +0 -24
- package/dist/ios/brands/advertorial/components/Carousel/CarouselSizeclassCompact.swift +0 -30
- package/dist/ios/brands/advertorial/components/Carousel/CarouselSizeclassRegular.swift +0 -30
- package/dist/ios/brands/advertorial/components/Chip/ChipSizeclassCompact.swift +0 -26
- package/dist/ios/brands/advertorial/components/Chip/ChipSizeclassRegular.swift +0 -26
- package/dist/ios/brands/advertorial/components/Datepicker/DatepickerSizeclassCompact.swift +0 -24
- package/dist/ios/brands/advertorial/components/Datepicker/DatepickerSizeclassRegular.swift +0 -24
- package/dist/ios/brands/advertorial/components/Drawers/DrawersSizeclassCompact.swift +0 -25
- package/dist/ios/brands/advertorial/components/Drawers/DrawersSizeclassRegular.swift +0 -25
- package/dist/ios/brands/advertorial/components/Dropdown/DropdownSizeclassCompact.swift +0 -24
- package/dist/ios/brands/advertorial/components/Dropdown/DropdownSizeclassRegular.swift +0 -24
- package/dist/ios/brands/advertorial/components/Footer/FooterSizeclassCompact.swift +0 -32
- package/dist/ios/brands/advertorial/components/Footer/FooterSizeclassRegular.swift +0 -32
- package/dist/ios/brands/advertorial/components/Icon/IconSizeclassCompact.swift +0 -23
- package/dist/ios/brands/advertorial/components/Icon/IconSizeclassRegular.swift +0 -23
- package/dist/ios/brands/advertorial/components/InfoElement/InfoElementSizeclassCompact.swift +0 -25
- package/dist/ios/brands/advertorial/components/InfoElement/InfoElementSizeclassRegular.swift +0 -25
- package/dist/ios/brands/advertorial/components/InputField/InputFieldSizeclassCompact.swift +0 -26
- package/dist/ios/brands/advertorial/components/InputField/InputFieldSizeclassRegular.swift +0 -26
- package/dist/ios/brands/advertorial/components/Inputfield/InputfieldDensityDefault.swift +0 -26
- package/dist/ios/brands/advertorial/components/Inputfield/InputfieldDensityDense.swift +0 -26
- package/dist/ios/brands/advertorial/components/Inputfield/InputfieldDensitySpacious.swift +0 -26
- package/dist/ios/brands/advertorial/components/LiveTicker/LiveTickerSizeclassCompact.swift +0 -28
- package/dist/ios/brands/advertorial/components/LiveTicker/LiveTickerSizeclassRegular.swift +0 -28
- package/dist/ios/brands/advertorial/components/MediaPlayer/MediaPlayerSizeclassCompact.swift +0 -30
- package/dist/ios/brands/advertorial/components/MediaPlayer/MediaPlayerSizeclassRegular.swift +0 -30
- package/dist/ios/brands/advertorial/components/Menu/MenuEffectsDark.swift +0 -25
- package/dist/ios/brands/advertorial/components/Menu/MenuEffectsLight.swift +0 -25
- package/dist/ios/brands/advertorial/components/Menu/MenuSizeclassCompact.swift +0 -32
- package/dist/ios/brands/advertorial/components/Menu/MenuSizeclassRegular.swift +0 -32
- package/dist/ios/brands/advertorial/components/NewsTicker/NewsTickerSizeclassCompact.swift +0 -30
- package/dist/ios/brands/advertorial/components/NewsTicker/NewsTickerSizeclassRegular.swift +0 -30
- package/dist/ios/brands/advertorial/components/Pagination/PaginationSizeclassCompact.swift +0 -26
- package/dist/ios/brands/advertorial/components/Pagination/PaginationSizeclassRegular.swift +0 -26
- package/dist/ios/brands/advertorial/components/Paywall/PaywallSizeclassCompact.swift +0 -28
- package/dist/ios/brands/advertorial/components/Paywall/PaywallSizeclassRegular.swift +0 -28
- package/dist/ios/brands/advertorial/components/Quote/QuoteSizeclassCompact.swift +0 -25
- package/dist/ios/brands/advertorial/components/Quote/QuoteSizeclassRegular.swift +0 -25
- package/dist/ios/brands/advertorial/components/RadioButton/RadioButtonSizeclassCompact.swift +0 -23
- package/dist/ios/brands/advertorial/components/RadioButton/RadioButtonSizeclassRegular.swift +0 -23
- package/dist/ios/brands/advertorial/components/Search/SearchSizeclassCompact.swift +0 -22
- package/dist/ios/brands/advertorial/components/Search/SearchSizeclassRegular.swift +0 -22
- package/dist/ios/brands/advertorial/components/SectionTitle/SectionTitleSizeclassCompact.swift +0 -27
- package/dist/ios/brands/advertorial/components/SectionTitle/SectionTitleSizeclassRegular.swift +0 -27
- package/dist/ios/brands/advertorial/components/Separator/SeparatorSizeclassCompact.swift +0 -22
- package/dist/ios/brands/advertorial/components/Separator/SeparatorSizeclassRegular.swift +0 -22
- package/dist/ios/brands/advertorial/components/Skeletons/SkeletonsSizeclassCompact.swift +0 -25
- package/dist/ios/brands/advertorial/components/Skeletons/SkeletonsSizeclassRegular.swift +0 -25
- package/dist/ios/brands/advertorial/components/Slider/SliderSizeclassCompact.swift +0 -25
- package/dist/ios/brands/advertorial/components/Slider/SliderSizeclassRegular.swift +0 -25
- package/dist/ios/brands/advertorial/components/SpecialNavi/SpecialNaviSizeclassCompact.swift +0 -26
- package/dist/ios/brands/advertorial/components/SpecialNavi/SpecialNaviSizeclassRegular.swift +0 -26
- package/dist/ios/brands/advertorial/components/Spinner/SpinnerSizeclassCompact.swift +0 -24
- package/dist/ios/brands/advertorial/components/Spinner/SpinnerSizeclassRegular.swift +0 -24
- package/dist/ios/brands/advertorial/components/Tab/TabSizeclassCompact.swift +0 -30
- package/dist/ios/brands/advertorial/components/Tab/TabSizeclassRegular.swift +0 -30
- package/dist/ios/brands/advertorial/components/Table/TableSizeclassCompact.swift +0 -29
- package/dist/ios/brands/advertorial/components/Table/TableSizeclassRegular.swift +0 -29
- package/dist/ios/brands/advertorial/components/Teaser/TeaserEffectsDark.swift +0 -24
- package/dist/ios/brands/advertorial/components/Teaser/TeaserEffectsLight.swift +0 -24
- package/dist/ios/brands/advertorial/components/Teaser/TeaserSizeclassCompact.swift +0 -37
- package/dist/ios/brands/advertorial/components/Teaser/TeaserSizeclassRegular.swift +0 -37
- package/dist/ios/brands/advertorial/components/ToggleSwitch/ToggleSwitchSizeclassCompact.swift +0 -26
- package/dist/ios/brands/advertorial/components/ToggleSwitch/ToggleSwitchSizeclassRegular.swift +0 -26
- package/dist/ios/brands/advertorial/components/Video/VideoSizeclassCompact.swift +0 -36
- package/dist/ios/brands/advertorial/components/Video/VideoSizeclassRegular.swift +0 -36
- package/dist/ios/brands/advertorial/components/_DSysDocs/_DSysDocsSizeclassCompact.swift +0 -41
- package/dist/ios/brands/advertorial/components/_DSysDocs/_DSysDocsSizeclassRegular.swift +0 -41
- package/dist/ios/brands/advertorial/semantic/sizeclass/SizeclassCompact.swift +0 -452
- package/dist/ios/brands/advertorial/semantic/sizeclass/SizeclassRegular.swift +0 -452
- package/dist/ios/brands/bild/components/.DSDocsStyles/.DSDocsStylesSizeclassCompact.swift +0 -53
- package/dist/ios/brands/bild/components/.DSDocsStyles/.DSDocsStylesSizeclassRegular.swift +0 -53
- package/dist/ios/brands/bild/components/Accordion/AccordionSizeclassCompact.swift +0 -26
- package/dist/ios/brands/bild/components/Accordion/AccordionSizeclassRegular.swift +0 -26
- package/dist/ios/brands/bild/components/Alert/AlertColorDark.swift +0 -25
- package/dist/ios/brands/bild/components/Alert/AlertColorLight.swift +0 -25
- package/dist/ios/brands/bild/components/Alert/AlertEffectsDark.swift +0 -25
- package/dist/ios/brands/bild/components/Alert/AlertEffectsLight.swift +0 -25
- package/dist/ios/brands/bild/components/Article/ArticleSizeclassCompact.swift +0 -34
- package/dist/ios/brands/bild/components/Article/ArticleSizeclassRegular.swift +0 -34
- package/dist/ios/brands/bild/components/AudioPlayer/AudioPlayerSizeclassCompact.swift +0 -26
- package/dist/ios/brands/bild/components/AudioPlayer/AudioPlayerSizeclassRegular.swift +0 -26
- package/dist/ios/brands/bild/components/Avatar/AvatarColorDark.swift +0 -25
- package/dist/ios/brands/bild/components/Avatar/AvatarColorLight.swift +0 -25
- package/dist/ios/brands/bild/components/Avatar/AvatarSizeclassCompact.swift +0 -36
- package/dist/ios/brands/bild/components/Avatar/AvatarSizeclassRegular.swift +0 -36
- package/dist/ios/brands/bild/components/Badge/BadgeSizeclassCompact.swift +0 -28
- package/dist/ios/brands/bild/components/Badge/BadgeSizeclassRegular.swift +0 -28
- package/dist/ios/brands/bild/components/Breadcrumb/BreadcrumbColorDark.swift +0 -25
- package/dist/ios/brands/bild/components/Breadcrumb/BreadcrumbColorLight.swift +0 -25
- package/dist/ios/brands/bild/components/Breadcrumb/BreadcrumbSizeclassCompact.swift +0 -30
- package/dist/ios/brands/bild/components/Breadcrumb/BreadcrumbSizeclassRegular.swift +0 -30
- package/dist/ios/brands/bild/components/BreakingNews/BreakingNewsSizeclassCompact.swift +0 -30
- package/dist/ios/brands/bild/components/BreakingNews/BreakingNewsSizeclassRegular.swift +0 -30
- package/dist/ios/brands/bild/components/BreakingNews/BreakingnewsColorDark.swift +0 -26
- package/dist/ios/brands/bild/components/BreakingNews/BreakingnewsColorLight.swift +0 -26
- package/dist/ios/brands/bild/components/Button/ButtonColorDark.swift +0 -64
- package/dist/ios/brands/bild/components/Button/ButtonColorLight.swift +0 -64
- package/dist/ios/brands/bild/components/Button/ButtonDensityDefault.swift +0 -29
- package/dist/ios/brands/bild/components/Button/ButtonDensityDense.swift +0 -29
- package/dist/ios/brands/bild/components/Button/ButtonDensitySpacious.swift +0 -29
- package/dist/ios/brands/bild/components/Button/ButtonSizeclassCompact.swift +0 -28
- package/dist/ios/brands/bild/components/Button/ButtonSizeclassRegular.swift +0 -28
- package/dist/ios/brands/bild/components/Card/CardColorDark.swift +0 -22
- package/dist/ios/brands/bild/components/Card/CardColorLight.swift +0 -22
- package/dist/ios/brands/bild/components/Card/CardSizeclassCompact.swift +0 -24
- package/dist/ios/brands/bild/components/Card/CardSizeclassRegular.swift +0 -24
- package/dist/ios/brands/bild/components/Carousel/CarouselSizeclassCompact.swift +0 -30
- package/dist/ios/brands/bild/components/Carousel/CarouselSizeclassRegular.swift +0 -30
- package/dist/ios/brands/bild/components/Chip/ChipSizeclassCompact.swift +0 -26
- package/dist/ios/brands/bild/components/Chip/ChipSizeclassRegular.swift +0 -26
- package/dist/ios/brands/bild/components/Chips/ChipsColorDark.swift +0 -26
- package/dist/ios/brands/bild/components/Chips/ChipsColorLight.swift +0 -26
- package/dist/ios/brands/bild/components/Datepicker/DatepickerSizeclassCompact.swift +0 -24
- package/dist/ios/brands/bild/components/Datepicker/DatepickerSizeclassRegular.swift +0 -24
- package/dist/ios/brands/bild/components/Drawers/DrawersSizeclassCompact.swift +0 -25
- package/dist/ios/brands/bild/components/Drawers/DrawersSizeclassRegular.swift +0 -25
- package/dist/ios/brands/bild/components/Dropdown/DropdownColorDark.swift +0 -23
- package/dist/ios/brands/bild/components/Dropdown/DropdownColorLight.swift +0 -23
- package/dist/ios/brands/bild/components/Dropdown/DropdownSizeclassCompact.swift +0 -24
- package/dist/ios/brands/bild/components/Dropdown/DropdownSizeclassRegular.swift +0 -24
- package/dist/ios/brands/bild/components/Empties/EmptiesColorDark.swift +0 -23
- package/dist/ios/brands/bild/components/Empties/EmptiesColorLight.swift +0 -23
- package/dist/ios/brands/bild/components/Foldout/FoldoutColorDark.swift +0 -23
- package/dist/ios/brands/bild/components/Foldout/FoldoutColorLight.swift +0 -23
- package/dist/ios/brands/bild/components/Footer/FooterSizeclassCompact.swift +0 -32
- package/dist/ios/brands/bild/components/Footer/FooterSizeclassRegular.swift +0 -32
- package/dist/ios/brands/bild/components/Gallery/GalleryColorDark.swift +0 -22
- package/dist/ios/brands/bild/components/Gallery/GalleryColorLight.swift +0 -22
- package/dist/ios/brands/bild/components/Hey/HeyColorDark.swift +0 -27
- package/dist/ios/brands/bild/components/Hey/HeyColorLight.swift +0 -27
- package/dist/ios/brands/bild/components/Icon/IconSizeclassCompact.swift +0 -23
- package/dist/ios/brands/bild/components/Icon/IconSizeclassRegular.swift +0 -23
- package/dist/ios/brands/bild/components/InfoElement/InfoElementSizeclassCompact.swift +0 -25
- package/dist/ios/brands/bild/components/InfoElement/InfoElementSizeclassRegular.swift +0 -25
- package/dist/ios/brands/bild/components/InputField/InputFieldSizeclassCompact.swift +0 -26
- package/dist/ios/brands/bild/components/InputField/InputFieldSizeclassRegular.swift +0 -26
- package/dist/ios/brands/bild/components/InputField/InputfieldColorDark.swift +0 -28
- package/dist/ios/brands/bild/components/InputField/InputfieldColorLight.swift +0 -28
- package/dist/ios/brands/bild/components/Inputfield/InputfieldDensityDefault.swift +0 -26
- package/dist/ios/brands/bild/components/Inputfield/InputfieldDensityDense.swift +0 -26
- package/dist/ios/brands/bild/components/Inputfield/InputfieldDensitySpacious.swift +0 -26
- package/dist/ios/brands/bild/components/Kicker/KickerColorDark.swift +0 -38
- package/dist/ios/brands/bild/components/Kicker/KickerColorLight.swift +0 -38
- package/dist/ios/brands/bild/components/LiveTicker/LiveTickerSizeclassCompact.swift +0 -28
- package/dist/ios/brands/bild/components/LiveTicker/LiveTickerSizeclassRegular.swift +0 -28
- package/dist/ios/brands/bild/components/MediaPlayer/MediaPlayerSizeclassCompact.swift +0 -30
- package/dist/ios/brands/bild/components/MediaPlayer/MediaPlayerSizeclassRegular.swift +0 -30
- package/dist/ios/brands/bild/components/Mediaplayer/MediaplayerColorDark.swift +0 -32
- package/dist/ios/brands/bild/components/Mediaplayer/MediaplayerColorLight.swift +0 -32
- package/dist/ios/brands/bild/components/Menu/MenuColorDark.swift +0 -32
- package/dist/ios/brands/bild/components/Menu/MenuColorLight.swift +0 -32
- package/dist/ios/brands/bild/components/Menu/MenuEffectsDark.swift +0 -25
- package/dist/ios/brands/bild/components/Menu/MenuEffectsLight.swift +0 -25
- package/dist/ios/brands/bild/components/Menu/MenuSizeclassCompact.swift +0 -32
- package/dist/ios/brands/bild/components/Menu/MenuSizeclassRegular.swift +0 -32
- package/dist/ios/brands/bild/components/MenuItem/MenuitemColorDark.swift +0 -26
- package/dist/ios/brands/bild/components/MenuItem/MenuitemColorLight.swift +0 -26
- package/dist/ios/brands/bild/components/NewsTicker/NewsTickerSizeclassCompact.swift +0 -30
- package/dist/ios/brands/bild/components/NewsTicker/NewsTickerSizeclassRegular.swift +0 -30
- package/dist/ios/brands/bild/components/NewsTicker/NewstickerColorDark.swift +0 -23
- package/dist/ios/brands/bild/components/NewsTicker/NewstickerColorLight.swift +0 -23
- package/dist/ios/brands/bild/components/Pagination/PaginationColorDark.swift +0 -29
- package/dist/ios/brands/bild/components/Pagination/PaginationColorLight.swift +0 -29
- package/dist/ios/brands/bild/components/Pagination/PaginationSizeclassCompact.swift +0 -26
- package/dist/ios/brands/bild/components/Pagination/PaginationSizeclassRegular.swift +0 -26
- package/dist/ios/brands/bild/components/PartnerLinks/PartnerlinksColorDark.swift +0 -31
- package/dist/ios/brands/bild/components/PartnerLinks/PartnerlinksColorLight.swift +0 -31
- package/dist/ios/brands/bild/components/Paywall/PaywallSizeclassCompact.swift +0 -28
- package/dist/ios/brands/bild/components/Paywall/PaywallSizeclassRegular.swift +0 -28
- package/dist/ios/brands/bild/components/Quote/QuoteSizeclassCompact.swift +0 -25
- package/dist/ios/brands/bild/components/Quote/QuoteSizeclassRegular.swift +0 -25
- package/dist/ios/brands/bild/components/RadioButton/RadioButtonSizeclassCompact.swift +0 -23
- package/dist/ios/brands/bild/components/RadioButton/RadioButtonSizeclassRegular.swift +0 -23
- package/dist/ios/brands/bild/components/Search/SearchSizeclassCompact.swift +0 -22
- package/dist/ios/brands/bild/components/Search/SearchSizeclassRegular.swift +0 -22
- package/dist/ios/brands/bild/components/SectionTitle/SectionTitleSizeclassCompact.swift +0 -27
- package/dist/ios/brands/bild/components/SectionTitle/SectionTitleSizeclassRegular.swift +0 -27
- package/dist/ios/brands/bild/components/Selection/SelectionColorDark.swift +0 -23
- package/dist/ios/brands/bild/components/Selection/SelectionColorLight.swift +0 -23
- package/dist/ios/brands/bild/components/Separator/SeparatorSizeclassCompact.swift +0 -22
- package/dist/ios/brands/bild/components/Separator/SeparatorSizeclassRegular.swift +0 -22
- package/dist/ios/brands/bild/components/Skeletons/SkeletonsSizeclassCompact.swift +0 -25
- package/dist/ios/brands/bild/components/Skeletons/SkeletonsSizeclassRegular.swift +0 -25
- package/dist/ios/brands/bild/components/Slider/SliderColorDark.swift +0 -25
- package/dist/ios/brands/bild/components/Slider/SliderColorLight.swift +0 -25
- package/dist/ios/brands/bild/components/Slider/SliderSizeclassCompact.swift +0 -25
- package/dist/ios/brands/bild/components/Slider/SliderSizeclassRegular.swift +0 -25
- package/dist/ios/brands/bild/components/SocialShareButton/SocialsharebuttonColorDark.swift +0 -25
- package/dist/ios/brands/bild/components/SocialShareButton/SocialsharebuttonColorLight.swift +0 -25
- package/dist/ios/brands/bild/components/SpecialNavi/SpecialNaviSizeclassCompact.swift +0 -26
- package/dist/ios/brands/bild/components/SpecialNavi/SpecialNaviSizeclassRegular.swift +0 -26
- package/dist/ios/brands/bild/components/Spinner/SpinnerSizeclassCompact.swift +0 -24
- package/dist/ios/brands/bild/components/Spinner/SpinnerSizeclassRegular.swift +0 -24
- package/dist/ios/brands/bild/components/Subheader/SubheaderColorDark.swift +0 -22
- package/dist/ios/brands/bild/components/Subheader/SubheaderColorLight.swift +0 -22
- package/dist/ios/brands/bild/components/Tab/TabColorDark.swift +0 -25
- package/dist/ios/brands/bild/components/Tab/TabColorLight.swift +0 -25
- package/dist/ios/brands/bild/components/Tab/TabSizeclassCompact.swift +0 -30
- package/dist/ios/brands/bild/components/Tab/TabSizeclassRegular.swift +0 -30
- package/dist/ios/brands/bild/components/Table/TableSizeclassCompact.swift +0 -29
- package/dist/ios/brands/bild/components/Table/TableSizeclassRegular.swift +0 -29
- package/dist/ios/brands/bild/components/Teaser/TeaserColorDark.swift +0 -25
- package/dist/ios/brands/bild/components/Teaser/TeaserColorLight.swift +0 -25
- package/dist/ios/brands/bild/components/Teaser/TeaserEffectsDark.swift +0 -24
- package/dist/ios/brands/bild/components/Teaser/TeaserEffectsLight.swift +0 -24
- package/dist/ios/brands/bild/components/Teaser/TeaserSizeclassCompact.swift +0 -37
- package/dist/ios/brands/bild/components/Teaser/TeaserSizeclassRegular.swift +0 -37
- package/dist/ios/brands/bild/components/TextLink/TextlinkColorDark.swift +0 -24
- package/dist/ios/brands/bild/components/TextLink/TextlinkColorLight.swift +0 -24
- package/dist/ios/brands/bild/components/ToggleSwitch/ToggleSwitchSizeclassCompact.swift +0 -26
- package/dist/ios/brands/bild/components/ToggleSwitch/ToggleSwitchSizeclassRegular.swift +0 -26
- package/dist/ios/brands/bild/components/Video/VideoSizeclassCompact.swift +0 -36
- package/dist/ios/brands/bild/components/Video/VideoSizeclassRegular.swift +0 -36
- package/dist/ios/brands/bild/components/_DSysDoc/_dsysdocColorDark.swift +0 -27
- package/dist/ios/brands/bild/components/_DSysDoc/_dsysdocColorLight.swift +0 -27
- package/dist/ios/brands/bild/components/_DSysDocs/_DSysDocsSizeclassCompact.swift +0 -41
- package/dist/ios/brands/bild/components/_DSysDocs/_DSysDocsSizeclassRegular.swift +0 -41
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +0 -209
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +0 -209
- package/dist/ios/brands/bild/semantic/sizeclass/SizeclassCompact.swift +0 -452
- package/dist/ios/brands/bild/semantic/sizeclass/SizeclassRegular.swift +0 -452
- package/dist/ios/brands/sportbild/components/.DSDocsStyles/.DSDocsStylesSizeclassCompact.swift +0 -53
- package/dist/ios/brands/sportbild/components/.DSDocsStyles/.DSDocsStylesSizeclassRegular.swift +0 -53
- package/dist/ios/brands/sportbild/components/Accordion/AccordionSizeclassCompact.swift +0 -26
- package/dist/ios/brands/sportbild/components/Accordion/AccordionSizeclassRegular.swift +0 -26
- package/dist/ios/brands/sportbild/components/Alert/AlertColorDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Alert/AlertColorLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Alert/AlertEffectsDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Alert/AlertEffectsLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Article/ArticleSizeclassCompact.swift +0 -34
- package/dist/ios/brands/sportbild/components/Article/ArticleSizeclassRegular.swift +0 -34
- package/dist/ios/brands/sportbild/components/AudioPlayer/AudioPlayerSizeclassCompact.swift +0 -26
- package/dist/ios/brands/sportbild/components/AudioPlayer/AudioPlayerSizeclassRegular.swift +0 -26
- package/dist/ios/brands/sportbild/components/Avatar/AvatarColorDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Avatar/AvatarColorLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Avatar/AvatarSizeclassCompact.swift +0 -36
- package/dist/ios/brands/sportbild/components/Avatar/AvatarSizeclassRegular.swift +0 -36
- package/dist/ios/brands/sportbild/components/Badge/BadgeSizeclassCompact.swift +0 -28
- package/dist/ios/brands/sportbild/components/Badge/BadgeSizeclassRegular.swift +0 -28
- package/dist/ios/brands/sportbild/components/Breadcrumb/BreadcrumbColorDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Breadcrumb/BreadcrumbColorLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Breadcrumb/BreadcrumbSizeclassCompact.swift +0 -30
- package/dist/ios/brands/sportbild/components/Breadcrumb/BreadcrumbSizeclassRegular.swift +0 -30
- package/dist/ios/brands/sportbild/components/BreakingNews/BreakingNewsSizeclassCompact.swift +0 -30
- package/dist/ios/brands/sportbild/components/BreakingNews/BreakingNewsSizeclassRegular.swift +0 -30
- package/dist/ios/brands/sportbild/components/BreakingNews/BreakingnewsColorDark.swift +0 -26
- package/dist/ios/brands/sportbild/components/BreakingNews/BreakingnewsColorLight.swift +0 -26
- package/dist/ios/brands/sportbild/components/Button/ButtonColorDark.swift +0 -64
- package/dist/ios/brands/sportbild/components/Button/ButtonColorLight.swift +0 -64
- package/dist/ios/brands/sportbild/components/Button/ButtonDensityDefault.swift +0 -29
- package/dist/ios/brands/sportbild/components/Button/ButtonDensityDense.swift +0 -29
- package/dist/ios/brands/sportbild/components/Button/ButtonDensitySpacious.swift +0 -29
- package/dist/ios/brands/sportbild/components/Button/ButtonSizeclassCompact.swift +0 -28
- package/dist/ios/brands/sportbild/components/Button/ButtonSizeclassRegular.swift +0 -28
- package/dist/ios/brands/sportbild/components/Card/CardColorDark.swift +0 -22
- package/dist/ios/brands/sportbild/components/Card/CardColorLight.swift +0 -22
- package/dist/ios/brands/sportbild/components/Card/CardSizeclassCompact.swift +0 -24
- package/dist/ios/brands/sportbild/components/Card/CardSizeclassRegular.swift +0 -24
- package/dist/ios/brands/sportbild/components/Carousel/CarouselSizeclassCompact.swift +0 -30
- package/dist/ios/brands/sportbild/components/Carousel/CarouselSizeclassRegular.swift +0 -30
- package/dist/ios/brands/sportbild/components/Chip/ChipSizeclassCompact.swift +0 -26
- package/dist/ios/brands/sportbild/components/Chip/ChipSizeclassRegular.swift +0 -26
- package/dist/ios/brands/sportbild/components/Chips/ChipsColorDark.swift +0 -26
- package/dist/ios/brands/sportbild/components/Chips/ChipsColorLight.swift +0 -26
- package/dist/ios/brands/sportbild/components/Datepicker/DatepickerSizeclassCompact.swift +0 -24
- package/dist/ios/brands/sportbild/components/Datepicker/DatepickerSizeclassRegular.swift +0 -24
- package/dist/ios/brands/sportbild/components/Drawers/DrawersSizeclassCompact.swift +0 -25
- package/dist/ios/brands/sportbild/components/Drawers/DrawersSizeclassRegular.swift +0 -25
- package/dist/ios/brands/sportbild/components/Dropdown/DropdownColorDark.swift +0 -23
- package/dist/ios/brands/sportbild/components/Dropdown/DropdownColorLight.swift +0 -23
- package/dist/ios/brands/sportbild/components/Dropdown/DropdownSizeclassCompact.swift +0 -24
- package/dist/ios/brands/sportbild/components/Dropdown/DropdownSizeclassRegular.swift +0 -24
- package/dist/ios/brands/sportbild/components/Empties/EmptiesColorDark.swift +0 -23
- package/dist/ios/brands/sportbild/components/Empties/EmptiesColorLight.swift +0 -23
- package/dist/ios/brands/sportbild/components/Foldout/FoldoutColorDark.swift +0 -23
- package/dist/ios/brands/sportbild/components/Foldout/FoldoutColorLight.swift +0 -23
- package/dist/ios/brands/sportbild/components/Footer/FooterSizeclassCompact.swift +0 -32
- package/dist/ios/brands/sportbild/components/Footer/FooterSizeclassRegular.swift +0 -32
- package/dist/ios/brands/sportbild/components/Gallery/GalleryColorDark.swift +0 -22
- package/dist/ios/brands/sportbild/components/Gallery/GalleryColorLight.swift +0 -22
- package/dist/ios/brands/sportbild/components/Hey/HeyColorDark.swift +0 -27
- package/dist/ios/brands/sportbild/components/Hey/HeyColorLight.swift +0 -27
- package/dist/ios/brands/sportbild/components/Icon/IconSizeclassCompact.swift +0 -23
- package/dist/ios/brands/sportbild/components/Icon/IconSizeclassRegular.swift +0 -23
- package/dist/ios/brands/sportbild/components/InfoElement/InfoElementSizeclassCompact.swift +0 -25
- package/dist/ios/brands/sportbild/components/InfoElement/InfoElementSizeclassRegular.swift +0 -25
- package/dist/ios/brands/sportbild/components/InputField/InputFieldSizeclassCompact.swift +0 -26
- package/dist/ios/brands/sportbild/components/InputField/InputFieldSizeclassRegular.swift +0 -26
- package/dist/ios/brands/sportbild/components/InputField/InputfieldColorDark.swift +0 -28
- package/dist/ios/brands/sportbild/components/InputField/InputfieldColorLight.swift +0 -28
- package/dist/ios/brands/sportbild/components/Inputfield/InputfieldDensityDefault.swift +0 -26
- package/dist/ios/brands/sportbild/components/Inputfield/InputfieldDensityDense.swift +0 -26
- package/dist/ios/brands/sportbild/components/Inputfield/InputfieldDensitySpacious.swift +0 -26
- package/dist/ios/brands/sportbild/components/Kicker/KickerColorDark.swift +0 -38
- package/dist/ios/brands/sportbild/components/Kicker/KickerColorLight.swift +0 -38
- package/dist/ios/brands/sportbild/components/LiveTicker/LiveTickerSizeclassCompact.swift +0 -28
- package/dist/ios/brands/sportbild/components/LiveTicker/LiveTickerSizeclassRegular.swift +0 -28
- package/dist/ios/brands/sportbild/components/MediaPlayer/MediaPlayerSizeclassCompact.swift +0 -30
- package/dist/ios/brands/sportbild/components/MediaPlayer/MediaPlayerSizeclassRegular.swift +0 -30
- package/dist/ios/brands/sportbild/components/Mediaplayer/MediaplayerColorDark.swift +0 -32
- package/dist/ios/brands/sportbild/components/Mediaplayer/MediaplayerColorLight.swift +0 -32
- package/dist/ios/brands/sportbild/components/Menu/MenuColorDark.swift +0 -32
- package/dist/ios/brands/sportbild/components/Menu/MenuColorLight.swift +0 -32
- package/dist/ios/brands/sportbild/components/Menu/MenuEffectsDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Menu/MenuEffectsLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Menu/MenuSizeclassCompact.swift +0 -32
- package/dist/ios/brands/sportbild/components/Menu/MenuSizeclassRegular.swift +0 -32
- package/dist/ios/brands/sportbild/components/MenuItem/MenuitemColorDark.swift +0 -26
- package/dist/ios/brands/sportbild/components/MenuItem/MenuitemColorLight.swift +0 -26
- package/dist/ios/brands/sportbild/components/NewsTicker/NewsTickerSizeclassCompact.swift +0 -30
- package/dist/ios/brands/sportbild/components/NewsTicker/NewsTickerSizeclassRegular.swift +0 -30
- package/dist/ios/brands/sportbild/components/NewsTicker/NewstickerColorDark.swift +0 -23
- package/dist/ios/brands/sportbild/components/NewsTicker/NewstickerColorLight.swift +0 -23
- package/dist/ios/brands/sportbild/components/Pagination/PaginationColorDark.swift +0 -29
- package/dist/ios/brands/sportbild/components/Pagination/PaginationColorLight.swift +0 -29
- package/dist/ios/brands/sportbild/components/Pagination/PaginationSizeclassCompact.swift +0 -26
- package/dist/ios/brands/sportbild/components/Pagination/PaginationSizeclassRegular.swift +0 -26
- package/dist/ios/brands/sportbild/components/PartnerLinks/PartnerlinksColorDark.swift +0 -31
- package/dist/ios/brands/sportbild/components/PartnerLinks/PartnerlinksColorLight.swift +0 -31
- package/dist/ios/brands/sportbild/components/Paywall/PaywallSizeclassCompact.swift +0 -28
- package/dist/ios/brands/sportbild/components/Paywall/PaywallSizeclassRegular.swift +0 -28
- package/dist/ios/brands/sportbild/components/Quote/QuoteSizeclassCompact.swift +0 -25
- package/dist/ios/brands/sportbild/components/Quote/QuoteSizeclassRegular.swift +0 -25
- package/dist/ios/brands/sportbild/components/RadioButton/RadioButtonSizeclassCompact.swift +0 -23
- package/dist/ios/brands/sportbild/components/RadioButton/RadioButtonSizeclassRegular.swift +0 -23
- package/dist/ios/brands/sportbild/components/Search/SearchSizeclassCompact.swift +0 -22
- package/dist/ios/brands/sportbild/components/Search/SearchSizeclassRegular.swift +0 -22
- package/dist/ios/brands/sportbild/components/SectionTitle/SectionTitleSizeclassCompact.swift +0 -27
- package/dist/ios/brands/sportbild/components/SectionTitle/SectionTitleSizeclassRegular.swift +0 -27
- package/dist/ios/brands/sportbild/components/Selection/SelectionColorDark.swift +0 -23
- package/dist/ios/brands/sportbild/components/Selection/SelectionColorLight.swift +0 -23
- package/dist/ios/brands/sportbild/components/Separator/SeparatorSizeclassCompact.swift +0 -22
- package/dist/ios/brands/sportbild/components/Separator/SeparatorSizeclassRegular.swift +0 -22
- package/dist/ios/brands/sportbild/components/Skeletons/SkeletonsSizeclassCompact.swift +0 -25
- package/dist/ios/brands/sportbild/components/Skeletons/SkeletonsSizeclassRegular.swift +0 -25
- package/dist/ios/brands/sportbild/components/Slider/SliderColorDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Slider/SliderColorLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Slider/SliderSizeclassCompact.swift +0 -25
- package/dist/ios/brands/sportbild/components/Slider/SliderSizeclassRegular.swift +0 -25
- package/dist/ios/brands/sportbild/components/SocialShareButton/SocialsharebuttonColorDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/SocialShareButton/SocialsharebuttonColorLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/SpecialNavi/SpecialNaviSizeclassCompact.swift +0 -26
- package/dist/ios/brands/sportbild/components/SpecialNavi/SpecialNaviSizeclassRegular.swift +0 -26
- package/dist/ios/brands/sportbild/components/Spinner/SpinnerSizeclassCompact.swift +0 -24
- package/dist/ios/brands/sportbild/components/Spinner/SpinnerSizeclassRegular.swift +0 -24
- package/dist/ios/brands/sportbild/components/Subheader/SubheaderColorDark.swift +0 -22
- package/dist/ios/brands/sportbild/components/Subheader/SubheaderColorLight.swift +0 -22
- package/dist/ios/brands/sportbild/components/Tab/TabColorDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Tab/TabColorLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Tab/TabSizeclassCompact.swift +0 -30
- package/dist/ios/brands/sportbild/components/Tab/TabSizeclassRegular.swift +0 -30
- package/dist/ios/brands/sportbild/components/Table/TableSizeclassCompact.swift +0 -29
- package/dist/ios/brands/sportbild/components/Table/TableSizeclassRegular.swift +0 -29
- package/dist/ios/brands/sportbild/components/Teaser/TeaserColorDark.swift +0 -25
- package/dist/ios/brands/sportbild/components/Teaser/TeaserColorLight.swift +0 -25
- package/dist/ios/brands/sportbild/components/Teaser/TeaserEffectsDark.swift +0 -24
- package/dist/ios/brands/sportbild/components/Teaser/TeaserEffectsLight.swift +0 -24
- package/dist/ios/brands/sportbild/components/Teaser/TeaserSizeclassCompact.swift +0 -37
- package/dist/ios/brands/sportbild/components/Teaser/TeaserSizeclassRegular.swift +0 -37
- package/dist/ios/brands/sportbild/components/TextLink/TextlinkColorDark.swift +0 -24
- package/dist/ios/brands/sportbild/components/TextLink/TextlinkColorLight.swift +0 -24
- package/dist/ios/brands/sportbild/components/ToggleSwitch/ToggleSwitchSizeclassCompact.swift +0 -26
- package/dist/ios/brands/sportbild/components/ToggleSwitch/ToggleSwitchSizeclassRegular.swift +0 -26
- package/dist/ios/brands/sportbild/components/Video/VideoSizeclassCompact.swift +0 -36
- package/dist/ios/brands/sportbild/components/Video/VideoSizeclassRegular.swift +0 -36
- package/dist/ios/brands/sportbild/components/_DSysDoc/_dsysdocColorDark.swift +0 -27
- package/dist/ios/brands/sportbild/components/_DSysDoc/_dsysdocColorLight.swift +0 -27
- package/dist/ios/brands/sportbild/components/_DSysDocs/_DSysDocsSizeclassCompact.swift +0 -41
- package/dist/ios/brands/sportbild/components/_DSysDocs/_DSysDocsSizeclassRegular.swift +0 -41
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +0 -209
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +0 -209
- package/dist/ios/brands/sportbild/semantic/sizeclass/SizeclassCompact.swift +0 -452
- package/dist/ios/brands/sportbild/semantic/sizeclass/SizeclassRegular.swift +0 -452
- package/dist/ios/shared/Colorprimitive.swift +0 -170
- package/dist/ios/shared/Fontprimitive.swift +0 -97
- package/dist/ios/shared/Sizeprimitive.swift +0 -70
- package/dist/ios/shared/Spaceprimitive.swift +0 -46
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"$alias": {
|
|
120
|
-
"token": "
|
|
120
|
+
"token": "space1p5x",
|
|
121
121
|
"collection": "_spaceprimitive",
|
|
122
122
|
"collectionType": "primitive",
|
|
123
123
|
"variableId": "VariableID:2726:12082"
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"$alias": {
|
|
141
|
-
"token": "
|
|
141
|
+
"token": "space1p5x",
|
|
142
142
|
"collection": "_spaceprimitive",
|
|
143
143
|
"collectionType": "primitive",
|
|
144
144
|
"variableId": "VariableID:2726:12082"
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"$alias": {
|
|
171
|
-
"token": "
|
|
171
|
+
"token": "space0p75x",
|
|
172
172
|
"collection": "_spaceprimitive",
|
|
173
173
|
"collectionType": "primitive",
|
|
174
174
|
"variableId": "VariableID:3344:1618"
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"$alias": {
|
|
192
|
-
"token": "
|
|
192
|
+
"token": "space0p75x",
|
|
193
193
|
"collection": "_spaceprimitive",
|
|
194
194
|
"collectionType": "primitive",
|
|
195
195
|
"variableId": "VariableID:3344:1618"
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
325
|
"$alias": {
|
|
326
|
-
"token": "
|
|
326
|
+
"token": "space1p5x",
|
|
327
327
|
"collection": "_spaceprimitive",
|
|
328
328
|
"collectionType": "primitive",
|
|
329
329
|
"variableId": "VariableID:2726:12082"
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
346
|
"$alias": {
|
|
347
|
-
"token": "
|
|
347
|
+
"token": "space1p5x",
|
|
348
348
|
"collection": "_spaceprimitive",
|
|
349
349
|
"collectionType": "primitive",
|
|
350
350
|
"variableId": "VariableID:2726:12082"
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
}
|
|
419
419
|
},
|
|
420
420
|
"$alias": {
|
|
421
|
-
"token": "
|
|
421
|
+
"token": "space4p5x",
|
|
422
422
|
"collection": "_spaceprimitive",
|
|
423
423
|
"collectionType": "primitive",
|
|
424
424
|
"variableId": "VariableID:4805:2298"
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
}
|
|
440
440
|
},
|
|
441
441
|
"$alias": {
|
|
442
|
-
"token": "
|
|
442
|
+
"token": "space4p5x",
|
|
443
443
|
"collection": "_spaceprimitive",
|
|
444
444
|
"collectionType": "primitive",
|
|
445
445
|
"variableId": "VariableID:4805:2298"
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
"variableId": "VariableID:7139:2986"
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
-
"$type": "
|
|
1128
|
+
"$type": "fontSize",
|
|
1129
1129
|
"comment": "This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100",
|
|
1130
1130
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1131
1131
|
"isSource": true,
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
"variableId": "VariableID:7139:2986"
|
|
1141
1141
|
}
|
|
1142
1142
|
},
|
|
1143
|
-
"$type": "
|
|
1143
|
+
"$type": "fontSize",
|
|
1144
1144
|
"comment": "This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100"
|
|
1145
1145
|
},
|
|
1146
1146
|
"name": "headline1FontSize",
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
"variableId": "VariableID:7139:2987"
|
|
1165
1165
|
}
|
|
1166
1166
|
},
|
|
1167
|
-
"$type": "
|
|
1167
|
+
"$type": "fontSize",
|
|
1168
1168
|
"comment": "This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64",
|
|
1169
1169
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1170
1170
|
"isSource": true,
|
|
@@ -1179,7 +1179,7 @@
|
|
|
1179
1179
|
"variableId": "VariableID:7139:2987"
|
|
1180
1180
|
}
|
|
1181
1181
|
},
|
|
1182
|
-
"$type": "
|
|
1182
|
+
"$type": "fontSize",
|
|
1183
1183
|
"comment": "This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64"
|
|
1184
1184
|
},
|
|
1185
1185
|
"name": "headline2FontSize",
|
|
@@ -1203,7 +1203,7 @@
|
|
|
1203
1203
|
"variableId": "VariableID:7139:2989"
|
|
1204
1204
|
}
|
|
1205
1205
|
},
|
|
1206
|
-
"$type": "
|
|
1206
|
+
"$type": "fontSize",
|
|
1207
1207
|
"comment": "This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40",
|
|
1208
1208
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1209
1209
|
"isSource": true,
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
"variableId": "VariableID:7139:2989"
|
|
1219
1219
|
}
|
|
1220
1220
|
},
|
|
1221
|
-
"$type": "
|
|
1221
|
+
"$type": "fontSize",
|
|
1222
1222
|
"comment": "This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40"
|
|
1223
1223
|
},
|
|
1224
1224
|
"name": "headline3FontSize",
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
"variableId": "VariableID:7139:2990"
|
|
1243
1243
|
}
|
|
1244
1244
|
},
|
|
1245
|
-
"$type": "
|
|
1245
|
+
"$type": "fontSize",
|
|
1246
1246
|
"comment": "This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32",
|
|
1247
1247
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1248
1248
|
"isSource": true,
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
"variableId": "VariableID:7139:2990"
|
|
1258
1258
|
}
|
|
1259
1259
|
},
|
|
1260
|
-
"$type": "
|
|
1260
|
+
"$type": "fontSize",
|
|
1261
1261
|
"comment": "This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32"
|
|
1262
1262
|
},
|
|
1263
1263
|
"name": "headline4FontSize",
|
|
@@ -1283,7 +1283,7 @@
|
|
|
1283
1283
|
"variableId": "VariableID:7426:415991"
|
|
1284
1284
|
}
|
|
1285
1285
|
},
|
|
1286
|
-
"$type": "
|
|
1286
|
+
"$type": "fontSize",
|
|
1287
1287
|
"comment": "This variable is used on the body text style's font size parameter. It remains constant at 21.",
|
|
1288
1288
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1289
1289
|
"isSource": true,
|
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
"variableId": "VariableID:7426:415991"
|
|
1299
1299
|
}
|
|
1300
1300
|
},
|
|
1301
|
-
"$type": "
|
|
1301
|
+
"$type": "fontSize",
|
|
1302
1302
|
"comment": "This variable is used on the body text style's font size parameter. It remains constant at 21."
|
|
1303
1303
|
},
|
|
1304
1304
|
"name": "bodyFontSize",
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
"variableId": "VariableID:7497:153190"
|
|
1563
1563
|
}
|
|
1564
1564
|
},
|
|
1565
|
-
"$type": "
|
|
1565
|
+
"$type": "fontSize",
|
|
1566
1566
|
"comment": "This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18",
|
|
1567
1567
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1568
1568
|
"isSource": true,
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
"variableId": "VariableID:7497:153190"
|
|
1578
1578
|
}
|
|
1579
1579
|
},
|
|
1580
|
-
"$type": "
|
|
1580
|
+
"$type": "fontSize",
|
|
1581
1581
|
"comment": "This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18"
|
|
1582
1582
|
},
|
|
1583
1583
|
"name": "footnote1FontSize",
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
"variableId": "VariableID:12682:164961"
|
|
1602
1602
|
}
|
|
1603
1603
|
},
|
|
1604
|
-
"$type": "
|
|
1604
|
+
"$type": "fontSize",
|
|
1605
1605
|
"comment": "This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16",
|
|
1606
1606
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1607
1607
|
"isSource": true,
|
|
@@ -1616,7 +1616,7 @@
|
|
|
1616
1616
|
"variableId": "VariableID:12682:164961"
|
|
1617
1617
|
}
|
|
1618
1618
|
},
|
|
1619
|
-
"$type": "
|
|
1619
|
+
"$type": "fontSize",
|
|
1620
1620
|
"comment": "This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16"
|
|
1621
1621
|
},
|
|
1622
1622
|
"name": "footnote2FontSize",
|
|
@@ -1642,7 +1642,7 @@
|
|
|
1642
1642
|
"variableId": "VariableID:7554:42911"
|
|
1643
1643
|
}
|
|
1644
1644
|
},
|
|
1645
|
-
"$type": "
|
|
1645
|
+
"$type": "fontSize",
|
|
1646
1646
|
"comment": "Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size.",
|
|
1647
1647
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1648
1648
|
"isSource": true,
|
|
@@ -1657,7 +1657,7 @@
|
|
|
1657
1657
|
"variableId": "VariableID:7554:42911"
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
|
-
"$type": "
|
|
1660
|
+
"$type": "fontSize",
|
|
1661
1661
|
"comment": "Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size."
|
|
1662
1662
|
},
|
|
1663
1663
|
"name": "kicker1FontSize",
|
|
@@ -1681,7 +1681,7 @@
|
|
|
1681
1681
|
"variableId": "VariableID:7577:44289"
|
|
1682
1682
|
}
|
|
1683
1683
|
},
|
|
1684
|
-
"$type": "
|
|
1684
|
+
"$type": "fontSize",
|
|
1685
1685
|
"comment": "Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. This DS uses 1 to 4 following html convention of h1, h2, h3, etc. 18 - 18 - 22 - 24",
|
|
1686
1686
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1687
1687
|
"isSource": true,
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
"variableId": "VariableID:7577:44289"
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
|
-
"$type": "
|
|
1699
|
+
"$type": "fontSize",
|
|
1700
1700
|
"comment": "Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. This DS uses 1 to 4 following html convention of h1, h2, h3, etc. 18 - 18 - 22 - 24"
|
|
1701
1701
|
},
|
|
1702
1702
|
"name": "kicker2FontSize",
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
"variableId": "VariableID:7577:44290"
|
|
1721
1721
|
}
|
|
1722
1722
|
},
|
|
1723
|
-
"$type": "
|
|
1723
|
+
"$type": "fontSize",
|
|
1724
1724
|
"comment": "Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20",
|
|
1725
1725
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1726
1726
|
"isSource": true,
|
|
@@ -1735,7 +1735,7 @@
|
|
|
1735
1735
|
"variableId": "VariableID:7577:44290"
|
|
1736
1736
|
}
|
|
1737
1737
|
},
|
|
1738
|
-
"$type": "
|
|
1738
|
+
"$type": "fontSize",
|
|
1739
1739
|
"comment": "Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20"
|
|
1740
1740
|
},
|
|
1741
1741
|
"name": "kicker3FontSize",
|
|
@@ -1759,7 +1759,7 @@
|
|
|
1759
1759
|
"variableId": "VariableID:7577:44291"
|
|
1760
1760
|
}
|
|
1761
1761
|
},
|
|
1762
|
-
"$type": "
|
|
1762
|
+
"$type": "fontSize",
|
|
1763
1763
|
"comment": "Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16",
|
|
1764
1764
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1765
1765
|
"isSource": true,
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
"variableId": "VariableID:7577:44291"
|
|
1775
1775
|
}
|
|
1776
1776
|
},
|
|
1777
|
-
"$type": "
|
|
1777
|
+
"$type": "fontSize",
|
|
1778
1778
|
"comment": "Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16"
|
|
1779
1779
|
},
|
|
1780
1780
|
"name": "kicker4FontSize",
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
"variableId": "VariableID:11138:5"
|
|
1842
1842
|
}
|
|
1843
1843
|
},
|
|
1844
|
-
"$type": "
|
|
1844
|
+
"$type": "fontSize",
|
|
1845
1845
|
"comment": "16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style.",
|
|
1846
1846
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1847
1847
|
"isSource": true,
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
"variableId": "VariableID:11138:5"
|
|
1857
1857
|
}
|
|
1858
1858
|
},
|
|
1859
|
-
"$type": "
|
|
1859
|
+
"$type": "fontSize",
|
|
1860
1860
|
"comment": "16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style."
|
|
1861
1861
|
},
|
|
1862
1862
|
"name": "quoteFontSize",
|
|
@@ -1889,6 +1889,7 @@
|
|
|
1889
1889
|
"collectionType": "primitive",
|
|
1890
1890
|
"variableId": "VariableID:585:1969"
|
|
1891
1891
|
},
|
|
1892
|
+
"$type": "fontFamily",
|
|
1892
1893
|
"comment": "This variable references the bodyFontFamily variable from the branding collection.",
|
|
1893
1894
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1894
1895
|
"isSource": true,
|
|
@@ -1909,6 +1910,7 @@
|
|
|
1909
1910
|
"collectionType": "primitive",
|
|
1910
1911
|
"variableId": "VariableID:585:1969"
|
|
1911
1912
|
},
|
|
1913
|
+
"$type": "fontFamily",
|
|
1912
1914
|
"comment": "This variable references the bodyFontFamily variable from the branding collection."
|
|
1913
1915
|
},
|
|
1914
1916
|
"name": "bodyFontFamily",
|
|
@@ -1937,6 +1939,7 @@
|
|
|
1937
1939
|
"collectionType": "primitive",
|
|
1938
1940
|
"variableId": "VariableID:588:1986"
|
|
1939
1941
|
},
|
|
1942
|
+
"$type": "fontFamily",
|
|
1940
1943
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1941
1944
|
"isSource": true,
|
|
1942
1945
|
"original": {
|
|
@@ -1955,7 +1958,8 @@
|
|
|
1955
1958
|
"collection": "_fontprimitive",
|
|
1956
1959
|
"collectionType": "primitive",
|
|
1957
1960
|
"variableId": "VariableID:588:1986"
|
|
1958
|
-
}
|
|
1961
|
+
},
|
|
1962
|
+
"$type": "fontFamily"
|
|
1959
1963
|
},
|
|
1960
1964
|
"name": "calloutFontFamily",
|
|
1961
1965
|
"attributes": {},
|
|
@@ -1983,6 +1987,7 @@
|
|
|
1983
1987
|
"collectionType": "primitive",
|
|
1984
1988
|
"variableId": "VariableID:588:1985"
|
|
1985
1989
|
},
|
|
1990
|
+
"$type": "fontFamily",
|
|
1986
1991
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
1987
1992
|
"isSource": true,
|
|
1988
1993
|
"original": {
|
|
@@ -2001,7 +2006,8 @@
|
|
|
2001
2006
|
"collection": "_fontprimitive",
|
|
2002
2007
|
"collectionType": "primitive",
|
|
2003
2008
|
"variableId": "VariableID:588:1985"
|
|
2004
|
-
}
|
|
2009
|
+
},
|
|
2010
|
+
"$type": "fontFamily"
|
|
2005
2011
|
},
|
|
2006
2012
|
"name": "headlineFontFamily",
|
|
2007
2013
|
"attributes": {},
|
|
@@ -2029,6 +2035,7 @@
|
|
|
2029
2035
|
"collectionType": "primitive",
|
|
2030
2036
|
"variableId": "VariableID:585:1969"
|
|
2031
2037
|
},
|
|
2038
|
+
"$type": "fontFamily",
|
|
2032
2039
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2033
2040
|
"isSource": true,
|
|
2034
2041
|
"original": {
|
|
@@ -2047,7 +2054,8 @@
|
|
|
2047
2054
|
"collection": "_fontprimitive",
|
|
2048
2055
|
"collectionType": "primitive",
|
|
2049
2056
|
"variableId": "VariableID:585:1969"
|
|
2050
|
-
}
|
|
2057
|
+
},
|
|
2058
|
+
"$type": "fontFamily"
|
|
2051
2059
|
},
|
|
2052
2060
|
"name": "footnoteFontFamily",
|
|
2053
2061
|
"attributes": {},
|
|
@@ -2075,6 +2083,7 @@
|
|
|
2075
2083
|
"collectionType": "primitive",
|
|
2076
2084
|
"variableId": "VariableID:585:1969"
|
|
2077
2085
|
},
|
|
2086
|
+
"$type": "fontFamily",
|
|
2078
2087
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2079
2088
|
"isSource": true,
|
|
2080
2089
|
"original": {
|
|
@@ -2093,7 +2102,8 @@
|
|
|
2093
2102
|
"collection": "_fontprimitive",
|
|
2094
2103
|
"collectionType": "primitive",
|
|
2095
2104
|
"variableId": "VariableID:585:1969"
|
|
2096
|
-
}
|
|
2105
|
+
},
|
|
2106
|
+
"$type": "fontFamily"
|
|
2097
2107
|
},
|
|
2098
2108
|
"name": "labelFontFamily",
|
|
2099
2109
|
"attributes": {},
|
|
@@ -2121,6 +2131,7 @@
|
|
|
2121
2131
|
"collectionType": "primitive",
|
|
2122
2132
|
"variableId": "VariableID:585:1969"
|
|
2123
2133
|
},
|
|
2134
|
+
"$type": "fontFamily",
|
|
2124
2135
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2125
2136
|
"isSource": true,
|
|
2126
2137
|
"original": {
|
|
@@ -2139,7 +2150,8 @@
|
|
|
2139
2150
|
"collection": "_fontprimitive",
|
|
2140
2151
|
"collectionType": "primitive",
|
|
2141
2152
|
"variableId": "VariableID:585:1969"
|
|
2142
|
-
}
|
|
2153
|
+
},
|
|
2154
|
+
"$type": "fontFamily"
|
|
2143
2155
|
},
|
|
2144
2156
|
"name": "kickerFontFamily",
|
|
2145
2157
|
"attributes": {},
|
|
@@ -2167,6 +2179,7 @@
|
|
|
2167
2179
|
"collectionType": "primitive",
|
|
2168
2180
|
"variableId": "VariableID:588:1985"
|
|
2169
2181
|
},
|
|
2182
|
+
"$type": "fontFamily",
|
|
2170
2183
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2171
2184
|
"isSource": true,
|
|
2172
2185
|
"original": {
|
|
@@ -2185,7 +2198,8 @@
|
|
|
2185
2198
|
"collection": "_fontprimitive",
|
|
2186
2199
|
"collectionType": "primitive",
|
|
2187
2200
|
"variableId": "VariableID:588:1985"
|
|
2188
|
-
}
|
|
2201
|
+
},
|
|
2202
|
+
"$type": "fontFamily"
|
|
2189
2203
|
},
|
|
2190
2204
|
"name": "subheadlineFontFamily",
|
|
2191
2205
|
"attributes": {},
|
|
@@ -2213,6 +2227,7 @@
|
|
|
2213
2227
|
"collectionType": "primitive",
|
|
2214
2228
|
"variableId": "VariableID:588:1986"
|
|
2215
2229
|
},
|
|
2230
|
+
"$type": "fontFamily",
|
|
2216
2231
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2217
2232
|
"isSource": true,
|
|
2218
2233
|
"original": {
|
|
@@ -2231,7 +2246,8 @@
|
|
|
2231
2246
|
"collection": "_fontprimitive",
|
|
2232
2247
|
"collectionType": "primitive",
|
|
2233
2248
|
"variableId": "VariableID:588:1986"
|
|
2234
|
-
}
|
|
2249
|
+
},
|
|
2250
|
+
"$type": "fontFamily"
|
|
2235
2251
|
},
|
|
2236
2252
|
"name": "titleFontFamily",
|
|
2237
2253
|
"attributes": {},
|
|
@@ -2259,6 +2275,7 @@
|
|
|
2259
2275
|
"collectionType": "primitive",
|
|
2260
2276
|
"variableId": "VariableID:588:1986"
|
|
2261
2277
|
},
|
|
2278
|
+
"$type": "fontFamily",
|
|
2262
2279
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2263
2280
|
"isSource": true,
|
|
2264
2281
|
"original": {
|
|
@@ -2277,7 +2294,8 @@
|
|
|
2277
2294
|
"collection": "_fontprimitive",
|
|
2278
2295
|
"collectionType": "primitive",
|
|
2279
2296
|
"variableId": "VariableID:588:1986"
|
|
2280
|
-
}
|
|
2297
|
+
},
|
|
2298
|
+
"$type": "fontFamily"
|
|
2281
2299
|
},
|
|
2282
2300
|
"name": "quoteFontFamily",
|
|
2283
2301
|
"attributes": {},
|
|
@@ -2305,6 +2323,7 @@
|
|
|
2305
2323
|
"collectionType": "primitive",
|
|
2306
2324
|
"variableId": "VariableID:588:1986"
|
|
2307
2325
|
},
|
|
2326
|
+
"$type": "fontFamily",
|
|
2308
2327
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2309
2328
|
"isSource": true,
|
|
2310
2329
|
"original": {
|
|
@@ -2323,7 +2342,8 @@
|
|
|
2323
2342
|
"collection": "_fontprimitive",
|
|
2324
2343
|
"collectionType": "primitive",
|
|
2325
2344
|
"variableId": "VariableID:588:1986"
|
|
2326
|
-
}
|
|
2345
|
+
},
|
|
2346
|
+
"$type": "fontFamily"
|
|
2327
2347
|
},
|
|
2328
2348
|
"name": "displayFontFamily",
|
|
2329
2349
|
"attributes": {},
|
|
@@ -2654,6 +2674,7 @@
|
|
|
2654
2674
|
"collectionType": "primitive",
|
|
2655
2675
|
"variableId": "VariableID:18275:5782"
|
|
2656
2676
|
},
|
|
2677
|
+
"$type": "string",
|
|
2657
2678
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2658
2679
|
"isSource": true,
|
|
2659
2680
|
"original": {
|
|
@@ -2672,7 +2693,8 @@
|
|
|
2672
2693
|
"collection": "_fontprimitive",
|
|
2673
2694
|
"collectionType": "primitive",
|
|
2674
2695
|
"variableId": "VariableID:18275:5782"
|
|
2675
|
-
}
|
|
2696
|
+
},
|
|
2697
|
+
"$type": "string"
|
|
2676
2698
|
},
|
|
2677
2699
|
"name": "kickerFontWeightSt",
|
|
2678
2700
|
"attributes": {},
|
|
@@ -2950,6 +2972,7 @@
|
|
|
2950
2972
|
"collectionType": "primitive",
|
|
2951
2973
|
"variableId": "VariableID:18275:5782"
|
|
2952
2974
|
},
|
|
2975
|
+
"$type": "string",
|
|
2953
2976
|
"comment": "This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines.",
|
|
2954
2977
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
2955
2978
|
"isSource": true,
|
|
@@ -2970,6 +2993,7 @@
|
|
|
2970
2993
|
"collectionType": "primitive",
|
|
2971
2994
|
"variableId": "VariableID:18275:5782"
|
|
2972
2995
|
},
|
|
2996
|
+
"$type": "string",
|
|
2973
2997
|
"comment": "This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines."
|
|
2974
2998
|
},
|
|
2975
2999
|
"name": "headline1FontWeightSt",
|
|
@@ -3240,7 +3264,7 @@
|
|
|
3240
3264
|
"LineHeight": {
|
|
3241
3265
|
"Body": {
|
|
3242
3266
|
"bodyLineHeight": {
|
|
3243
|
-
"$value":
|
|
3267
|
+
"$value": 28,
|
|
3244
3268
|
"value": 28,
|
|
3245
3269
|
"type": "float",
|
|
3246
3270
|
"$extensions": {
|
|
@@ -3250,7 +3274,7 @@
|
|
|
3250
3274
|
"variableId": "VariableID:7739:64489"
|
|
3251
3275
|
}
|
|
3252
3276
|
},
|
|
3253
|
-
"$type": "
|
|
3277
|
+
"$type": "lineHeight",
|
|
3254
3278
|
"comment": "Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height)",
|
|
3255
3279
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3256
3280
|
"isSource": true,
|
|
@@ -3265,7 +3289,7 @@
|
|
|
3265
3289
|
"variableId": "VariableID:7739:64489"
|
|
3266
3290
|
}
|
|
3267
3291
|
},
|
|
3268
|
-
"$type": "
|
|
3292
|
+
"$type": "lineHeight",
|
|
3269
3293
|
"comment": "Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height)"
|
|
3270
3294
|
},
|
|
3271
3295
|
"name": "bodyLineHeight",
|
|
@@ -3281,7 +3305,7 @@
|
|
|
3281
3305
|
},
|
|
3282
3306
|
"Kicker": {
|
|
3283
3307
|
"Kicker4LineHeight": {
|
|
3284
|
-
"$value":
|
|
3308
|
+
"$value": 15.4,
|
|
3285
3309
|
"value": 15.4,
|
|
3286
3310
|
"type": "float",
|
|
3287
3311
|
"$extensions": {
|
|
@@ -3291,7 +3315,7 @@
|
|
|
3291
3315
|
"variableId": "VariableID:7937:10070"
|
|
3292
3316
|
}
|
|
3293
3317
|
},
|
|
3294
|
-
"$type": "
|
|
3318
|
+
"$type": "lineHeight",
|
|
3295
3319
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3296
3320
|
"isSource": true,
|
|
3297
3321
|
"original": {
|
|
@@ -3305,7 +3329,7 @@
|
|
|
3305
3329
|
"variableId": "VariableID:7937:10070"
|
|
3306
3330
|
}
|
|
3307
3331
|
},
|
|
3308
|
-
"$type": "
|
|
3332
|
+
"$type": "lineHeight"
|
|
3309
3333
|
},
|
|
3310
3334
|
"name": "kicker4LineHeight",
|
|
3311
3335
|
"attributes": {},
|
|
@@ -3318,7 +3342,7 @@
|
|
|
3318
3342
|
]
|
|
3319
3343
|
},
|
|
3320
3344
|
"Kicker3LineHeight": {
|
|
3321
|
-
"$value":
|
|
3345
|
+
"$value": 17.6,
|
|
3322
3346
|
"value": 17.6,
|
|
3323
3347
|
"type": "float",
|
|
3324
3348
|
"$extensions": {
|
|
@@ -3328,7 +3352,7 @@
|
|
|
3328
3352
|
"variableId": "VariableID:7937:10242"
|
|
3329
3353
|
}
|
|
3330
3354
|
},
|
|
3331
|
-
"$type": "
|
|
3355
|
+
"$type": "lineHeight",
|
|
3332
3356
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3333
3357
|
"isSource": true,
|
|
3334
3358
|
"original": {
|
|
@@ -3342,7 +3366,7 @@
|
|
|
3342
3366
|
"variableId": "VariableID:7937:10242"
|
|
3343
3367
|
}
|
|
3344
3368
|
},
|
|
3345
|
-
"$type": "
|
|
3369
|
+
"$type": "lineHeight"
|
|
3346
3370
|
},
|
|
3347
3371
|
"name": "kicker3LineHeight",
|
|
3348
3372
|
"attributes": {},
|
|
@@ -3355,7 +3379,7 @@
|
|
|
3355
3379
|
]
|
|
3356
3380
|
},
|
|
3357
3381
|
"Kicker2LineHeight": {
|
|
3358
|
-
"$value":
|
|
3382
|
+
"$value": 19.8,
|
|
3359
3383
|
"value": 19.8,
|
|
3360
3384
|
"type": "float",
|
|
3361
3385
|
"$extensions": {
|
|
@@ -3365,7 +3389,7 @@
|
|
|
3365
3389
|
"variableId": "VariableID:7938:114"
|
|
3366
3390
|
}
|
|
3367
3391
|
},
|
|
3368
|
-
"$type": "
|
|
3392
|
+
"$type": "lineHeight",
|
|
3369
3393
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3370
3394
|
"isSource": true,
|
|
3371
3395
|
"original": {
|
|
@@ -3379,7 +3403,7 @@
|
|
|
3379
3403
|
"variableId": "VariableID:7938:114"
|
|
3380
3404
|
}
|
|
3381
3405
|
},
|
|
3382
|
-
"$type": "
|
|
3406
|
+
"$type": "lineHeight"
|
|
3383
3407
|
},
|
|
3384
3408
|
"name": "kicker2LineHeight",
|
|
3385
3409
|
"attributes": {},
|
|
@@ -3392,7 +3416,7 @@
|
|
|
3392
3416
|
]
|
|
3393
3417
|
},
|
|
3394
3418
|
"Kicker1LineHeight": {
|
|
3395
|
-
"$value":
|
|
3419
|
+
"$value": 19.8,
|
|
3396
3420
|
"value": 19.8,
|
|
3397
3421
|
"type": "float",
|
|
3398
3422
|
"$extensions": {
|
|
@@ -3402,7 +3426,7 @@
|
|
|
3402
3426
|
"variableId": "VariableID:8578:62187"
|
|
3403
3427
|
}
|
|
3404
3428
|
},
|
|
3405
|
-
"$type": "
|
|
3429
|
+
"$type": "lineHeight",
|
|
3406
3430
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3407
3431
|
"isSource": true,
|
|
3408
3432
|
"original": {
|
|
@@ -3416,7 +3440,7 @@
|
|
|
3416
3440
|
"variableId": "VariableID:8578:62187"
|
|
3417
3441
|
}
|
|
3418
3442
|
},
|
|
3419
|
-
"$type": "
|
|
3443
|
+
"$type": "lineHeight"
|
|
3420
3444
|
},
|
|
3421
3445
|
"name": "kicker1LineHeight",
|
|
3422
3446
|
"attributes": {},
|
|
@@ -3431,7 +3455,7 @@
|
|
|
3431
3455
|
},
|
|
3432
3456
|
"Label": {
|
|
3433
3457
|
"label3LineHeight": {
|
|
3434
|
-
"$value":
|
|
3458
|
+
"$value": 14.4,
|
|
3435
3459
|
"value": 14.4,
|
|
3436
3460
|
"type": "float",
|
|
3437
3461
|
"$extensions": {
|
|
@@ -3441,7 +3465,7 @@
|
|
|
3441
3465
|
"variableId": "VariableID:8075:10026"
|
|
3442
3466
|
}
|
|
3443
3467
|
},
|
|
3444
|
-
"$type": "
|
|
3468
|
+
"$type": "lineHeight",
|
|
3445
3469
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3446
3470
|
"isSource": true,
|
|
3447
3471
|
"original": {
|
|
@@ -3455,7 +3479,7 @@
|
|
|
3455
3479
|
"variableId": "VariableID:8075:10026"
|
|
3456
3480
|
}
|
|
3457
3481
|
},
|
|
3458
|
-
"$type": "
|
|
3482
|
+
"$type": "lineHeight"
|
|
3459
3483
|
},
|
|
3460
3484
|
"name": "label3LineHeight",
|
|
3461
3485
|
"attributes": {},
|
|
@@ -3468,7 +3492,7 @@
|
|
|
3468
3492
|
]
|
|
3469
3493
|
},
|
|
3470
3494
|
"label1LineHeight": {
|
|
3471
|
-
"$value":
|
|
3495
|
+
"$value": 17,
|
|
3472
3496
|
"value": 17,
|
|
3473
3497
|
"type": "float",
|
|
3474
3498
|
"$extensions": {
|
|
@@ -3478,7 +3502,7 @@
|
|
|
3478
3502
|
"variableId": "VariableID:8384:9930"
|
|
3479
3503
|
}
|
|
3480
3504
|
},
|
|
3481
|
-
"$type": "
|
|
3505
|
+
"$type": "lineHeight",
|
|
3482
3506
|
"comment": "This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights.",
|
|
3483
3507
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3484
3508
|
"isSource": true,
|
|
@@ -3493,7 +3517,7 @@
|
|
|
3493
3517
|
"variableId": "VariableID:8384:9930"
|
|
3494
3518
|
}
|
|
3495
3519
|
},
|
|
3496
|
-
"$type": "
|
|
3520
|
+
"$type": "lineHeight",
|
|
3497
3521
|
"comment": "This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights."
|
|
3498
3522
|
},
|
|
3499
3523
|
"name": "label1LineHeight",
|
|
@@ -3507,7 +3531,7 @@
|
|
|
3507
3531
|
]
|
|
3508
3532
|
},
|
|
3509
3533
|
"label1ResponsiveLineHeight": {
|
|
3510
|
-
"$value":
|
|
3534
|
+
"$value": 10,
|
|
3511
3535
|
"value": 10,
|
|
3512
3536
|
"type": "float",
|
|
3513
3537
|
"$extensions": {
|
|
@@ -3517,7 +3541,7 @@
|
|
|
3517
3541
|
"variableId": "VariableID:8443:60653"
|
|
3518
3542
|
}
|
|
3519
3543
|
},
|
|
3520
|
-
"$type": "
|
|
3544
|
+
"$type": "lineHeight",
|
|
3521
3545
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3522
3546
|
"isSource": true,
|
|
3523
3547
|
"original": {
|
|
@@ -3531,7 +3555,7 @@
|
|
|
3531
3555
|
"variableId": "VariableID:8443:60653"
|
|
3532
3556
|
}
|
|
3533
3557
|
},
|
|
3534
|
-
"$type": "
|
|
3558
|
+
"$type": "lineHeight"
|
|
3535
3559
|
},
|
|
3536
3560
|
"name": "label1ResponsiveLineHeight",
|
|
3537
3561
|
"attributes": {},
|
|
@@ -3544,7 +3568,7 @@
|
|
|
3544
3568
|
]
|
|
3545
3569
|
},
|
|
3546
3570
|
"label2LineHeight": {
|
|
3547
|
-
"$value":
|
|
3571
|
+
"$value": 16,
|
|
3548
3572
|
"value": 16,
|
|
3549
3573
|
"type": "float",
|
|
3550
3574
|
"$extensions": {
|
|
@@ -3554,7 +3578,7 @@
|
|
|
3554
3578
|
"variableId": "VariableID:8504:3541"
|
|
3555
3579
|
}
|
|
3556
3580
|
},
|
|
3557
|
-
"$type": "
|
|
3581
|
+
"$type": "lineHeight",
|
|
3558
3582
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3559
3583
|
"isSource": true,
|
|
3560
3584
|
"original": {
|
|
@@ -3568,7 +3592,7 @@
|
|
|
3568
3592
|
"variableId": "VariableID:8504:3541"
|
|
3569
3593
|
}
|
|
3570
3594
|
},
|
|
3571
|
-
"$type": "
|
|
3595
|
+
"$type": "lineHeight"
|
|
3572
3596
|
},
|
|
3573
3597
|
"name": "label2LineHeight",
|
|
3574
3598
|
"attributes": {},
|
|
@@ -3581,7 +3605,7 @@
|
|
|
3581
3605
|
]
|
|
3582
3606
|
},
|
|
3583
3607
|
"label4LineHeight": {
|
|
3584
|
-
"$value":
|
|
3608
|
+
"$value": 10,
|
|
3585
3609
|
"value": 10,
|
|
3586
3610
|
"type": "float",
|
|
3587
3611
|
"$extensions": {
|
|
@@ -3591,7 +3615,7 @@
|
|
|
3591
3615
|
"variableId": "VariableID:18131:41274"
|
|
3592
3616
|
}
|
|
3593
3617
|
},
|
|
3594
|
-
"$type": "
|
|
3618
|
+
"$type": "lineHeight",
|
|
3595
3619
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3596
3620
|
"isSource": true,
|
|
3597
3621
|
"original": {
|
|
@@ -3605,7 +3629,7 @@
|
|
|
3605
3629
|
"variableId": "VariableID:18131:41274"
|
|
3606
3630
|
}
|
|
3607
3631
|
},
|
|
3608
|
-
"$type": "
|
|
3632
|
+
"$type": "lineHeight"
|
|
3609
3633
|
},
|
|
3610
3634
|
"name": "label4LineHeight",
|
|
3611
3635
|
"attributes": {},
|
|
@@ -3620,7 +3644,7 @@
|
|
|
3620
3644
|
},
|
|
3621
3645
|
"Display": {
|
|
3622
3646
|
"display1LineHeight": {
|
|
3623
|
-
"$value":
|
|
3647
|
+
"$value": 40,
|
|
3624
3648
|
"value": 40,
|
|
3625
3649
|
"type": "float",
|
|
3626
3650
|
"$extensions": {
|
|
@@ -3630,7 +3654,7 @@
|
|
|
3630
3654
|
"variableId": "VariableID:8356:55572"
|
|
3631
3655
|
}
|
|
3632
3656
|
},
|
|
3633
|
-
"$type": "
|
|
3657
|
+
"$type": "lineHeight",
|
|
3634
3658
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3635
3659
|
"isSource": true,
|
|
3636
3660
|
"original": {
|
|
@@ -3644,7 +3668,7 @@
|
|
|
3644
3668
|
"variableId": "VariableID:8356:55572"
|
|
3645
3669
|
}
|
|
3646
3670
|
},
|
|
3647
|
-
"$type": "
|
|
3671
|
+
"$type": "lineHeight"
|
|
3648
3672
|
},
|
|
3649
3673
|
"name": "display1LineHeight",
|
|
3650
3674
|
"attributes": {},
|
|
@@ -3657,7 +3681,7 @@
|
|
|
3657
3681
|
]
|
|
3658
3682
|
},
|
|
3659
3683
|
"display2LineHeight": {
|
|
3660
|
-
"$value":
|
|
3684
|
+
"$value": 36,
|
|
3661
3685
|
"value": 36,
|
|
3662
3686
|
"type": "float",
|
|
3663
3687
|
"$extensions": {
|
|
@@ -3667,7 +3691,7 @@
|
|
|
3667
3691
|
"variableId": "VariableID:17088:14551"
|
|
3668
3692
|
}
|
|
3669
3693
|
},
|
|
3670
|
-
"$type": "
|
|
3694
|
+
"$type": "lineHeight",
|
|
3671
3695
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3672
3696
|
"isSource": true,
|
|
3673
3697
|
"original": {
|
|
@@ -3681,7 +3705,7 @@
|
|
|
3681
3705
|
"variableId": "VariableID:17088:14551"
|
|
3682
3706
|
}
|
|
3683
3707
|
},
|
|
3684
|
-
"$type": "
|
|
3708
|
+
"$type": "lineHeight"
|
|
3685
3709
|
},
|
|
3686
3710
|
"name": "display2LineHeight",
|
|
3687
3711
|
"attributes": {},
|
|
@@ -3694,7 +3718,7 @@
|
|
|
3694
3718
|
]
|
|
3695
3719
|
},
|
|
3696
3720
|
"display3LineHeight": {
|
|
3697
|
-
"$value":
|
|
3721
|
+
"$value": 28,
|
|
3698
3722
|
"value": 28,
|
|
3699
3723
|
"type": "float",
|
|
3700
3724
|
"$extensions": {
|
|
@@ -3704,7 +3728,7 @@
|
|
|
3704
3728
|
"variableId": "VariableID:17088:14552"
|
|
3705
3729
|
}
|
|
3706
3730
|
},
|
|
3707
|
-
"$type": "
|
|
3731
|
+
"$type": "lineHeight",
|
|
3708
3732
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3709
3733
|
"isSource": true,
|
|
3710
3734
|
"original": {
|
|
@@ -3718,7 +3742,7 @@
|
|
|
3718
3742
|
"variableId": "VariableID:17088:14552"
|
|
3719
3743
|
}
|
|
3720
3744
|
},
|
|
3721
|
-
"$type": "
|
|
3745
|
+
"$type": "lineHeight"
|
|
3722
3746
|
},
|
|
3723
3747
|
"name": "display3LineHeight",
|
|
3724
3748
|
"attributes": {},
|
|
@@ -3733,7 +3757,7 @@
|
|
|
3733
3757
|
},
|
|
3734
3758
|
"Title": {
|
|
3735
3759
|
"title1LineHeight": {
|
|
3736
|
-
"$value":
|
|
3760
|
+
"$value": 22,
|
|
3737
3761
|
"value": 22,
|
|
3738
3762
|
"type": "float",
|
|
3739
3763
|
"$extensions": {
|
|
@@ -3743,7 +3767,7 @@
|
|
|
3743
3767
|
"variableId": "VariableID:8354:56631"
|
|
3744
3768
|
}
|
|
3745
3769
|
},
|
|
3746
|
-
"$type": "
|
|
3770
|
+
"$type": "lineHeight",
|
|
3747
3771
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3748
3772
|
"isSource": true,
|
|
3749
3773
|
"original": {
|
|
@@ -3757,7 +3781,7 @@
|
|
|
3757
3781
|
"variableId": "VariableID:8354:56631"
|
|
3758
3782
|
}
|
|
3759
3783
|
},
|
|
3760
|
-
"$type": "
|
|
3784
|
+
"$type": "lineHeight"
|
|
3761
3785
|
},
|
|
3762
3786
|
"name": "title1LineHeight",
|
|
3763
3787
|
"attributes": {},
|
|
@@ -3770,7 +3794,7 @@
|
|
|
3770
3794
|
]
|
|
3771
3795
|
},
|
|
3772
3796
|
"title2LineHeight": {
|
|
3773
|
-
"$value":
|
|
3797
|
+
"$value": 17.6,
|
|
3774
3798
|
"value": 17.6,
|
|
3775
3799
|
"type": "float",
|
|
3776
3800
|
"$extensions": {
|
|
@@ -3780,7 +3804,7 @@
|
|
|
3780
3804
|
"variableId": "VariableID:17055:30810"
|
|
3781
3805
|
}
|
|
3782
3806
|
},
|
|
3783
|
-
"$type": "
|
|
3807
|
+
"$type": "lineHeight",
|
|
3784
3808
|
"comment": "html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)",
|
|
3785
3809
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3786
3810
|
"isSource": true,
|
|
@@ -3795,7 +3819,7 @@
|
|
|
3795
3819
|
"variableId": "VariableID:17055:30810"
|
|
3796
3820
|
}
|
|
3797
3821
|
},
|
|
3798
|
-
"$type": "
|
|
3822
|
+
"$type": "lineHeight",
|
|
3799
3823
|
"comment": "html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)"
|
|
3800
3824
|
},
|
|
3801
3825
|
"name": "title2LineHeight",
|
|
@@ -3811,7 +3835,7 @@
|
|
|
3811
3835
|
},
|
|
3812
3836
|
"Quote": {
|
|
3813
3837
|
"quoteLineHeight": {
|
|
3814
|
-
"$value":
|
|
3838
|
+
"$value": 16,
|
|
3815
3839
|
"value": 16,
|
|
3816
3840
|
"type": "float",
|
|
3817
3841
|
"$extensions": {
|
|
@@ -3821,7 +3845,7 @@
|
|
|
3821
3845
|
"variableId": "VariableID:11138:95"
|
|
3822
3846
|
}
|
|
3823
3847
|
},
|
|
3824
|
-
"$type": "
|
|
3848
|
+
"$type": "lineHeight",
|
|
3825
3849
|
"comment": "This variable is used in the quote text style line height parameter.",
|
|
3826
3850
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3827
3851
|
"isSource": true,
|
|
@@ -3836,7 +3860,7 @@
|
|
|
3836
3860
|
"variableId": "VariableID:11138:95"
|
|
3837
3861
|
}
|
|
3838
3862
|
},
|
|
3839
|
-
"$type": "
|
|
3863
|
+
"$type": "lineHeight",
|
|
3840
3864
|
"comment": "This variable is used in the quote text style line height parameter."
|
|
3841
3865
|
},
|
|
3842
3866
|
"name": "quoteLineHeight",
|
|
@@ -3852,7 +3876,7 @@
|
|
|
3852
3876
|
},
|
|
3853
3877
|
"Footnote": {
|
|
3854
3878
|
"footnote1LineHeight": {
|
|
3855
|
-
"$value":
|
|
3879
|
+
"$value": 21,
|
|
3856
3880
|
"value": 21,
|
|
3857
3881
|
"type": "float",
|
|
3858
3882
|
"$extensions": {
|
|
@@ -3862,7 +3886,7 @@
|
|
|
3862
3886
|
"variableId": "VariableID:12682:164960"
|
|
3863
3887
|
}
|
|
3864
3888
|
},
|
|
3865
|
-
"$type": "
|
|
3889
|
+
"$type": "lineHeight",
|
|
3866
3890
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3867
3891
|
"isSource": true,
|
|
3868
3892
|
"original": {
|
|
@@ -3876,7 +3900,7 @@
|
|
|
3876
3900
|
"variableId": "VariableID:12682:164960"
|
|
3877
3901
|
}
|
|
3878
3902
|
},
|
|
3879
|
-
"$type": "
|
|
3903
|
+
"$type": "lineHeight"
|
|
3880
3904
|
},
|
|
3881
3905
|
"name": "footnote1LineHeight",
|
|
3882
3906
|
"attributes": {},
|
|
@@ -3889,7 +3913,7 @@
|
|
|
3889
3913
|
]
|
|
3890
3914
|
},
|
|
3891
3915
|
"footnote2LineHeight": {
|
|
3892
|
-
"$value":
|
|
3916
|
+
"$value": 15.6,
|
|
3893
3917
|
"value": 15.6,
|
|
3894
3918
|
"type": "float",
|
|
3895
3919
|
"$extensions": {
|
|
@@ -3899,7 +3923,7 @@
|
|
|
3899
3923
|
"variableId": "VariableID:17046:10572"
|
|
3900
3924
|
}
|
|
3901
3925
|
},
|
|
3902
|
-
"$type": "
|
|
3926
|
+
"$type": "lineHeight",
|
|
3903
3927
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3904
3928
|
"isSource": true,
|
|
3905
3929
|
"original": {
|
|
@@ -3913,7 +3937,7 @@
|
|
|
3913
3937
|
"variableId": "VariableID:17046:10572"
|
|
3914
3938
|
}
|
|
3915
3939
|
},
|
|
3916
|
-
"$type": "
|
|
3940
|
+
"$type": "lineHeight"
|
|
3917
3941
|
},
|
|
3918
3942
|
"name": "footnote2LineHeight",
|
|
3919
3943
|
"attributes": {},
|
|
@@ -3928,7 +3952,7 @@
|
|
|
3928
3952
|
},
|
|
3929
3953
|
"Headline": {
|
|
3930
3954
|
"Headline1LineHeight": {
|
|
3931
|
-
"$value":
|
|
3955
|
+
"$value": 48,
|
|
3932
3956
|
"value": 48,
|
|
3933
3957
|
"type": "float",
|
|
3934
3958
|
"$extensions": {
|
|
@@ -3938,7 +3962,7 @@
|
|
|
3938
3962
|
"variableId": "VariableID:16151:168328"
|
|
3939
3963
|
}
|
|
3940
3964
|
},
|
|
3941
|
-
"$type": "
|
|
3965
|
+
"$type": "lineHeight",
|
|
3942
3966
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3943
3967
|
"isSource": true,
|
|
3944
3968
|
"original": {
|
|
@@ -3952,7 +3976,7 @@
|
|
|
3952
3976
|
"variableId": "VariableID:16151:168328"
|
|
3953
3977
|
}
|
|
3954
3978
|
},
|
|
3955
|
-
"$type": "
|
|
3979
|
+
"$type": "lineHeight"
|
|
3956
3980
|
},
|
|
3957
3981
|
"name": "headline1LineHeight",
|
|
3958
3982
|
"attributes": {},
|
|
@@ -3965,7 +3989,7 @@
|
|
|
3965
3989
|
]
|
|
3966
3990
|
},
|
|
3967
3991
|
"Headline2LineHeight": {
|
|
3968
|
-
"$value":
|
|
3992
|
+
"$value": 40,
|
|
3969
3993
|
"value": 40,
|
|
3970
3994
|
"type": "float",
|
|
3971
3995
|
"$extensions": {
|
|
@@ -3975,7 +3999,7 @@
|
|
|
3975
3999
|
"variableId": "VariableID:16181:168055"
|
|
3976
4000
|
}
|
|
3977
4001
|
},
|
|
3978
|
-
"$type": "
|
|
4002
|
+
"$type": "lineHeight",
|
|
3979
4003
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
3980
4004
|
"isSource": true,
|
|
3981
4005
|
"original": {
|
|
@@ -3989,7 +4013,7 @@
|
|
|
3989
4013
|
"variableId": "VariableID:16181:168055"
|
|
3990
4014
|
}
|
|
3991
4015
|
},
|
|
3992
|
-
"$type": "
|
|
4016
|
+
"$type": "lineHeight"
|
|
3993
4017
|
},
|
|
3994
4018
|
"name": "headline2LineHeight",
|
|
3995
4019
|
"attributes": {},
|
|
@@ -4002,7 +4026,7 @@
|
|
|
4002
4026
|
]
|
|
4003
4027
|
},
|
|
4004
4028
|
"Headline3LineHeight": {
|
|
4005
|
-
"$value":
|
|
4029
|
+
"$value": 28,
|
|
4006
4030
|
"value": 28,
|
|
4007
4031
|
"type": "float",
|
|
4008
4032
|
"$extensions": {
|
|
@@ -4012,7 +4036,7 @@
|
|
|
4012
4036
|
"variableId": "VariableID:16181:168056"
|
|
4013
4037
|
}
|
|
4014
4038
|
},
|
|
4015
|
-
"$type": "
|
|
4039
|
+
"$type": "lineHeight",
|
|
4016
4040
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4017
4041
|
"isSource": true,
|
|
4018
4042
|
"original": {
|
|
@@ -4026,7 +4050,7 @@
|
|
|
4026
4050
|
"variableId": "VariableID:16181:168056"
|
|
4027
4051
|
}
|
|
4028
4052
|
},
|
|
4029
|
-
"$type": "
|
|
4053
|
+
"$type": "lineHeight"
|
|
4030
4054
|
},
|
|
4031
4055
|
"name": "headline3LineHeight",
|
|
4032
4056
|
"attributes": {},
|
|
@@ -4039,7 +4063,7 @@
|
|
|
4039
4063
|
]
|
|
4040
4064
|
},
|
|
4041
4065
|
"headline4LineHeight": {
|
|
4042
|
-
"$value":
|
|
4066
|
+
"$value": 22,
|
|
4043
4067
|
"value": 22,
|
|
4044
4068
|
"type": "float",
|
|
4045
4069
|
"$extensions": {
|
|
@@ -4049,7 +4073,7 @@
|
|
|
4049
4073
|
"variableId": "VariableID:16181:168057"
|
|
4050
4074
|
}
|
|
4051
4075
|
},
|
|
4052
|
-
"$type": "
|
|
4076
|
+
"$type": "lineHeight",
|
|
4053
4077
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4054
4078
|
"isSource": true,
|
|
4055
4079
|
"original": {
|
|
@@ -4063,7 +4087,7 @@
|
|
|
4063
4087
|
"variableId": "VariableID:16181:168057"
|
|
4064
4088
|
}
|
|
4065
4089
|
},
|
|
4066
|
-
"$type": "
|
|
4090
|
+
"$type": "lineHeight"
|
|
4067
4091
|
},
|
|
4068
4092
|
"name": "headline4LineHeight",
|
|
4069
4093
|
"attributes": {},
|
|
@@ -4078,7 +4102,7 @@
|
|
|
4078
4102
|
},
|
|
4079
4103
|
"Callout": {
|
|
4080
4104
|
"calloutLineHeight": {
|
|
4081
|
-
"$value":
|
|
4105
|
+
"$value": 18,
|
|
4082
4106
|
"value": 18,
|
|
4083
4107
|
"type": "float",
|
|
4084
4108
|
"$extensions": {
|
|
@@ -4088,7 +4112,7 @@
|
|
|
4088
4112
|
"variableId": "VariableID:17046:7383"
|
|
4089
4113
|
}
|
|
4090
4114
|
},
|
|
4091
|
-
"$type": "
|
|
4115
|
+
"$type": "lineHeight",
|
|
4092
4116
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4093
4117
|
"isSource": true,
|
|
4094
4118
|
"original": {
|
|
@@ -4102,7 +4126,7 @@
|
|
|
4102
4126
|
"variableId": "VariableID:17046:7383"
|
|
4103
4127
|
}
|
|
4104
4128
|
},
|
|
4105
|
-
"$type": "
|
|
4129
|
+
"$type": "lineHeight"
|
|
4106
4130
|
},
|
|
4107
4131
|
"name": "calloutLineHeight",
|
|
4108
4132
|
"attributes": {},
|
|
@@ -4117,7 +4141,7 @@
|
|
|
4117
4141
|
},
|
|
4118
4142
|
"Subheadline": {
|
|
4119
4143
|
"subheadline1LineHeight": {
|
|
4120
|
-
"$value":
|
|
4144
|
+
"$value": 24,
|
|
4121
4145
|
"value": 24,
|
|
4122
4146
|
"type": "float",
|
|
4123
4147
|
"$extensions": {
|
|
@@ -4127,7 +4151,7 @@
|
|
|
4127
4151
|
"variableId": "VariableID:17046:9019"
|
|
4128
4152
|
}
|
|
4129
4153
|
},
|
|
4130
|
-
"$type": "
|
|
4154
|
+
"$type": "lineHeight",
|
|
4131
4155
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4132
4156
|
"isSource": true,
|
|
4133
4157
|
"original": {
|
|
@@ -4141,7 +4165,7 @@
|
|
|
4141
4165
|
"variableId": "VariableID:17046:9019"
|
|
4142
4166
|
}
|
|
4143
4167
|
},
|
|
4144
|
-
"$type": "
|
|
4168
|
+
"$type": "lineHeight"
|
|
4145
4169
|
},
|
|
4146
4170
|
"name": "subheadline1LineHeight",
|
|
4147
4171
|
"attributes": {},
|
|
@@ -4157,7 +4181,7 @@
|
|
|
4157
4181
|
},
|
|
4158
4182
|
"LetterSpacing": {
|
|
4159
4183
|
"letterSpacingPositiveSM": {
|
|
4160
|
-
"$value":
|
|
4184
|
+
"$value": 0.5,
|
|
4161
4185
|
"value": 0.5,
|
|
4162
4186
|
"type": "float",
|
|
4163
4187
|
"$extensions": {
|
|
@@ -4168,12 +4192,12 @@
|
|
|
4168
4192
|
}
|
|
4169
4193
|
},
|
|
4170
4194
|
"$alias": {
|
|
4171
|
-
"token": "
|
|
4195
|
+
"token": "letterSpace0p5",
|
|
4172
4196
|
"collection": "_fontprimitive",
|
|
4173
4197
|
"collectionType": "primitive",
|
|
4174
4198
|
"variableId": "VariableID:16630:32560"
|
|
4175
4199
|
},
|
|
4176
|
-
"$type": "
|
|
4200
|
+
"$type": "letterSpacing",
|
|
4177
4201
|
"comment": "0.5 | 0.5 | 0.5 | 0.5 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4178
4202
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4179
4203
|
"isSource": true,
|
|
@@ -4189,12 +4213,12 @@
|
|
|
4189
4213
|
}
|
|
4190
4214
|
},
|
|
4191
4215
|
"$alias": {
|
|
4192
|
-
"token": "
|
|
4216
|
+
"token": "letterSpace0p5",
|
|
4193
4217
|
"collection": "_fontprimitive",
|
|
4194
4218
|
"collectionType": "primitive",
|
|
4195
4219
|
"variableId": "VariableID:16630:32560"
|
|
4196
4220
|
},
|
|
4197
|
-
"$type": "
|
|
4221
|
+
"$type": "letterSpacing",
|
|
4198
4222
|
"comment": "0.5 | 0.5 | 0.5 | 0.5 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4199
4223
|
},
|
|
4200
4224
|
"name": "letterSpacingPositiveSm",
|
|
@@ -4207,7 +4231,7 @@
|
|
|
4207
4231
|
]
|
|
4208
4232
|
},
|
|
4209
4233
|
"letterSpacingPositiveLG": {
|
|
4210
|
-
"$value":
|
|
4234
|
+
"$value": 2,
|
|
4211
4235
|
"value": 2,
|
|
4212
4236
|
"type": "float",
|
|
4213
4237
|
"$extensions": {
|
|
@@ -4223,7 +4247,7 @@
|
|
|
4223
4247
|
"collectionType": "primitive",
|
|
4224
4248
|
"variableId": "VariableID:16630:32563"
|
|
4225
4249
|
},
|
|
4226
|
-
"$type": "
|
|
4250
|
+
"$type": "letterSpacing",
|
|
4227
4251
|
"comment": "2 | 2 | 2 | 3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4228
4252
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4229
4253
|
"isSource": true,
|
|
@@ -4244,7 +4268,7 @@
|
|
|
4244
4268
|
"collectionType": "primitive",
|
|
4245
4269
|
"variableId": "VariableID:16630:32563"
|
|
4246
4270
|
},
|
|
4247
|
-
"$type": "
|
|
4271
|
+
"$type": "letterSpacing",
|
|
4248
4272
|
"comment": "2 | 2 | 2 | 3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4249
4273
|
},
|
|
4250
4274
|
"name": "letterSpacingPositiveLg",
|
|
@@ -4257,7 +4281,7 @@
|
|
|
4257
4281
|
]
|
|
4258
4282
|
},
|
|
4259
4283
|
"letterSpacingPositiveMD": {
|
|
4260
|
-
"$value":
|
|
4284
|
+
"$value": 1,
|
|
4261
4285
|
"value": 1,
|
|
4262
4286
|
"type": "float",
|
|
4263
4287
|
"$extensions": {
|
|
@@ -4273,7 +4297,7 @@
|
|
|
4273
4297
|
"collectionType": "primitive",
|
|
4274
4298
|
"variableId": "VariableID:16630:32559"
|
|
4275
4299
|
},
|
|
4276
|
-
"$type": "
|
|
4300
|
+
"$type": "letterSpacing",
|
|
4277
4301
|
"comment": "1 | 1 | 1 | 1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4278
4302
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4279
4303
|
"isSource": true,
|
|
@@ -4294,7 +4318,7 @@
|
|
|
4294
4318
|
"collectionType": "primitive",
|
|
4295
4319
|
"variableId": "VariableID:16630:32559"
|
|
4296
4320
|
},
|
|
4297
|
-
"$type": "
|
|
4321
|
+
"$type": "letterSpacing",
|
|
4298
4322
|
"comment": "1 | 1 | 1 | 1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4299
4323
|
},
|
|
4300
4324
|
"name": "letterSpacingPositiveMd",
|
|
@@ -4307,7 +4331,7 @@
|
|
|
4307
4331
|
]
|
|
4308
4332
|
},
|
|
4309
4333
|
"letterSpacingNone": {
|
|
4310
|
-
"$value":
|
|
4334
|
+
"$value": 0,
|
|
4311
4335
|
"value": 0,
|
|
4312
4336
|
"type": "float",
|
|
4313
4337
|
"$extensions": {
|
|
@@ -4323,7 +4347,7 @@
|
|
|
4323
4347
|
"collectionType": "primitive",
|
|
4324
4348
|
"variableId": "VariableID:16630:32558"
|
|
4325
4349
|
},
|
|
4326
|
-
"$type": "
|
|
4350
|
+
"$type": "letterSpacing",
|
|
4327
4351
|
"comment": "0 | 0 | 0 | 0 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4328
4352
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4329
4353
|
"isSource": true,
|
|
@@ -4344,7 +4368,7 @@
|
|
|
4344
4368
|
"collectionType": "primitive",
|
|
4345
4369
|
"variableId": "VariableID:16630:32558"
|
|
4346
4370
|
},
|
|
4347
|
-
"$type": "
|
|
4371
|
+
"$type": "letterSpacing",
|
|
4348
4372
|
"comment": "0 | 0 | 0 | 0 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4349
4373
|
},
|
|
4350
4374
|
"name": "letterSpacingNone",
|
|
@@ -4357,7 +4381,7 @@
|
|
|
4357
4381
|
]
|
|
4358
4382
|
},
|
|
4359
4383
|
"letterSpacingNegativeSM": {
|
|
4360
|
-
"$value":
|
|
4384
|
+
"$value": -0.5,
|
|
4361
4385
|
"value": -0.5,
|
|
4362
4386
|
"type": "float",
|
|
4363
4387
|
"$extensions": {
|
|
@@ -4368,12 +4392,12 @@
|
|
|
4368
4392
|
}
|
|
4369
4393
|
},
|
|
4370
4394
|
"$alias": {
|
|
4371
|
-
"token": "
|
|
4395
|
+
"token": "letterSpaceNeg0p5",
|
|
4372
4396
|
"collection": "_fontprimitive",
|
|
4373
4397
|
"collectionType": "primitive",
|
|
4374
4398
|
"variableId": "VariableID:16630:32562"
|
|
4375
4399
|
},
|
|
4376
|
-
"$type": "
|
|
4400
|
+
"$type": "letterSpacing",
|
|
4377
4401
|
"comment": "-0.5 | -0.5 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4378
4402
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4379
4403
|
"isSource": true,
|
|
@@ -4389,12 +4413,12 @@
|
|
|
4389
4413
|
}
|
|
4390
4414
|
},
|
|
4391
4415
|
"$alias": {
|
|
4392
|
-
"token": "
|
|
4416
|
+
"token": "letterSpaceNeg0p5",
|
|
4393
4417
|
"collection": "_fontprimitive",
|
|
4394
4418
|
"collectionType": "primitive",
|
|
4395
4419
|
"variableId": "VariableID:16630:32562"
|
|
4396
4420
|
},
|
|
4397
|
-
"$type": "
|
|
4421
|
+
"$type": "letterSpacing",
|
|
4398
4422
|
"comment": "-0.5 | -0.5 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4399
4423
|
},
|
|
4400
4424
|
"name": "letterSpacingNegativeSm",
|
|
@@ -4407,7 +4431,7 @@
|
|
|
4407
4431
|
]
|
|
4408
4432
|
},
|
|
4409
4433
|
"letterSpacingNegativeMD": {
|
|
4410
|
-
"$value":
|
|
4434
|
+
"$value": -1,
|
|
4411
4435
|
"value": -1,
|
|
4412
4436
|
"type": "float",
|
|
4413
4437
|
"$extensions": {
|
|
@@ -4423,7 +4447,7 @@
|
|
|
4423
4447
|
"collectionType": "primitive",
|
|
4424
4448
|
"variableId": "VariableID:16630:32564"
|
|
4425
4449
|
},
|
|
4426
|
-
"$type": "
|
|
4450
|
+
"$type": "letterSpacing",
|
|
4427
4451
|
"comment": "-1 | -1 | -1 | -1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4428
4452
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4429
4453
|
"isSource": true,
|
|
@@ -4444,7 +4468,7 @@
|
|
|
4444
4468
|
"collectionType": "primitive",
|
|
4445
4469
|
"variableId": "VariableID:16630:32564"
|
|
4446
4470
|
},
|
|
4447
|
-
"$type": "
|
|
4471
|
+
"$type": "letterSpacing",
|
|
4448
4472
|
"comment": "-1 | -1 | -1 | -1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4449
4473
|
},
|
|
4450
4474
|
"name": "letterSpacingNegativeMd",
|
|
@@ -4457,7 +4481,7 @@
|
|
|
4457
4481
|
]
|
|
4458
4482
|
},
|
|
4459
4483
|
"letterSpacingNegativeLG": {
|
|
4460
|
-
"$value":
|
|
4484
|
+
"$value": -2,
|
|
4461
4485
|
"value": -2,
|
|
4462
4486
|
"type": "float",
|
|
4463
4487
|
"$extensions": {
|
|
@@ -4473,7 +4497,7 @@
|
|
|
4473
4497
|
"collectionType": "primitive",
|
|
4474
4498
|
"variableId": "VariableID:16630:32565"
|
|
4475
4499
|
},
|
|
4476
|
-
"$type": "
|
|
4500
|
+
"$type": "letterSpacing",
|
|
4477
4501
|
"comment": "-2 | -2 | -2 | -3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4478
4502
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4479
4503
|
"isSource": true,
|
|
@@ -4494,7 +4518,7 @@
|
|
|
4494
4518
|
"collectionType": "primitive",
|
|
4495
4519
|
"variableId": "VariableID:16630:32565"
|
|
4496
4520
|
},
|
|
4497
|
-
"$type": "
|
|
4521
|
+
"$type": "letterSpacing",
|
|
4498
4522
|
"comment": "-2 | -2 | -2 | -3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4499
4523
|
},
|
|
4500
4524
|
"name": "letterSpacingNegativeLg",
|
|
@@ -4507,7 +4531,7 @@
|
|
|
4507
4531
|
]
|
|
4508
4532
|
},
|
|
4509
4533
|
"letterSpacingNegativeXS": {
|
|
4510
|
-
"$value":
|
|
4534
|
+
"$value": -0.25,
|
|
4511
4535
|
"value": -0.25,
|
|
4512
4536
|
"type": "float",
|
|
4513
4537
|
"$extensions": {
|
|
@@ -4518,12 +4542,12 @@
|
|
|
4518
4542
|
}
|
|
4519
4543
|
},
|
|
4520
4544
|
"$alias": {
|
|
4521
|
-
"token": "
|
|
4545
|
+
"token": "letterSpaceNeg0p25",
|
|
4522
4546
|
"collection": "_fontprimitive",
|
|
4523
4547
|
"collectionType": "primitive",
|
|
4524
4548
|
"variableId": "VariableID:16630:32557"
|
|
4525
4549
|
},
|
|
4526
|
-
"$type": "
|
|
4550
|
+
"$type": "letterSpacing",
|
|
4527
4551
|
"comment": "-0.25 | -0.25 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. This letter spacing was only found in large titles on iOS mobile app large title component.",
|
|
4528
4552
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4529
4553
|
"isSource": true,
|
|
@@ -4539,12 +4563,12 @@
|
|
|
4539
4563
|
}
|
|
4540
4564
|
},
|
|
4541
4565
|
"$alias": {
|
|
4542
|
-
"token": "
|
|
4566
|
+
"token": "letterSpaceNeg0p25",
|
|
4543
4567
|
"collection": "_fontprimitive",
|
|
4544
4568
|
"collectionType": "primitive",
|
|
4545
4569
|
"variableId": "VariableID:16630:32557"
|
|
4546
4570
|
},
|
|
4547
|
-
"$type": "
|
|
4571
|
+
"$type": "letterSpacing",
|
|
4548
4572
|
"comment": "-0.25 | -0.25 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. This letter spacing was only found in large titles on iOS mobile app large title component."
|
|
4549
4573
|
},
|
|
4550
4574
|
"name": "letterSpacingNegativeXs",
|
|
@@ -4557,7 +4581,7 @@
|
|
|
4557
4581
|
]
|
|
4558
4582
|
},
|
|
4559
4583
|
"letterSpacingPositiveXS": {
|
|
4560
|
-
"$value":
|
|
4584
|
+
"$value": 0.25,
|
|
4561
4585
|
"value": 0.25,
|
|
4562
4586
|
"type": "float",
|
|
4563
4587
|
"$extensions": {
|
|
@@ -4568,12 +4592,12 @@
|
|
|
4568
4592
|
}
|
|
4569
4593
|
},
|
|
4570
4594
|
"$alias": {
|
|
4571
|
-
"token": "
|
|
4595
|
+
"token": "letterSpace0p25",
|
|
4572
4596
|
"collection": "_fontprimitive",
|
|
4573
4597
|
"collectionType": "primitive",
|
|
4574
4598
|
"variableId": "VariableID:16630:32561"
|
|
4575
4599
|
},
|
|
4576
|
-
"$type": "
|
|
4600
|
+
"$type": "letterSpacing",
|
|
4577
4601
|
"comment": "0.25 | 0.25 | 0.25 | 0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.",
|
|
4578
4602
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4579
4603
|
"isSource": true,
|
|
@@ -4589,12 +4613,12 @@
|
|
|
4589
4613
|
}
|
|
4590
4614
|
},
|
|
4591
4615
|
"$alias": {
|
|
4592
|
-
"token": "
|
|
4616
|
+
"token": "letterSpace0p25",
|
|
4593
4617
|
"collection": "_fontprimitive",
|
|
4594
4618
|
"collectionType": "primitive",
|
|
4595
4619
|
"variableId": "VariableID:16630:32561"
|
|
4596
4620
|
},
|
|
4597
|
-
"$type": "
|
|
4621
|
+
"$type": "letterSpacing",
|
|
4598
4622
|
"comment": "0.25 | 0.25 | 0.25 | 0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes."
|
|
4599
4623
|
},
|
|
4600
4624
|
"name": "letterSpacingPositiveXs",
|
|
@@ -4608,7 +4632,7 @@
|
|
|
4608
4632
|
},
|
|
4609
4633
|
"display": {
|
|
4610
4634
|
"display1LetterSpacing": {
|
|
4611
|
-
"$value":
|
|
4635
|
+
"$value": -0.5,
|
|
4612
4636
|
"value": -0.5,
|
|
4613
4637
|
"type": "float",
|
|
4614
4638
|
"$extensions": {
|
|
@@ -4619,12 +4643,12 @@
|
|
|
4619
4643
|
}
|
|
4620
4644
|
},
|
|
4621
4645
|
"$alias": {
|
|
4622
|
-
"token": "
|
|
4646
|
+
"token": "letterSpaceNeg0p5",
|
|
4623
4647
|
"collection": "_fontprimitive",
|
|
4624
4648
|
"collectionType": "primitive",
|
|
4625
4649
|
"variableId": "VariableID:16630:32562"
|
|
4626
4650
|
},
|
|
4627
|
-
"$type": "
|
|
4651
|
+
"$type": "letterSpacing",
|
|
4628
4652
|
"comment": "-0.5 | -0.5 | -1 | -2 | This variable is used for the letter spacing parameter of the display1 text style. On smaller devices the value is smaller than on larger devices. On desktop devices the letter spacing is further reduced for making the text style more compact.",
|
|
4629
4653
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4630
4654
|
"isSource": true,
|
|
@@ -4640,12 +4664,12 @@
|
|
|
4640
4664
|
}
|
|
4641
4665
|
},
|
|
4642
4666
|
"$alias": {
|
|
4643
|
-
"token": "
|
|
4667
|
+
"token": "letterSpaceNeg0p5",
|
|
4644
4668
|
"collection": "_fontprimitive",
|
|
4645
4669
|
"collectionType": "primitive",
|
|
4646
4670
|
"variableId": "VariableID:16630:32562"
|
|
4647
4671
|
},
|
|
4648
|
-
"$type": "
|
|
4672
|
+
"$type": "letterSpacing",
|
|
4649
4673
|
"comment": "-0.5 | -0.5 | -1 | -2 | This variable is used for the letter spacing parameter of the display1 text style. On smaller devices the value is smaller than on larger devices. On desktop devices the letter spacing is further reduced for making the text style more compact."
|
|
4650
4674
|
},
|
|
4651
4675
|
"name": "display1LetterSpacing",
|
|
@@ -4659,7 +4683,7 @@
|
|
|
4659
4683
|
]
|
|
4660
4684
|
},
|
|
4661
4685
|
"display2LetterSpacing": {
|
|
4662
|
-
"$value":
|
|
4686
|
+
"$value": -0.5,
|
|
4663
4687
|
"value": -0.5,
|
|
4664
4688
|
"type": "float",
|
|
4665
4689
|
"$extensions": {
|
|
@@ -4670,12 +4694,12 @@
|
|
|
4670
4694
|
}
|
|
4671
4695
|
},
|
|
4672
4696
|
"$alias": {
|
|
4673
|
-
"token": "
|
|
4697
|
+
"token": "letterSpaceNeg0p5",
|
|
4674
4698
|
"collection": "_fontprimitive",
|
|
4675
4699
|
"collectionType": "primitive",
|
|
4676
4700
|
"variableId": "VariableID:16630:32562"
|
|
4677
4701
|
},
|
|
4678
|
-
"$type": "
|
|
4702
|
+
"$type": "letterSpacing",
|
|
4679
4703
|
"comment": "-0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display2 text style. On smaller devices the value is smaller than on larger devices.",
|
|
4680
4704
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4681
4705
|
"isSource": true,
|
|
@@ -4691,12 +4715,12 @@
|
|
|
4691
4715
|
}
|
|
4692
4716
|
},
|
|
4693
4717
|
"$alias": {
|
|
4694
|
-
"token": "
|
|
4718
|
+
"token": "letterSpaceNeg0p5",
|
|
4695
4719
|
"collection": "_fontprimitive",
|
|
4696
4720
|
"collectionType": "primitive",
|
|
4697
4721
|
"variableId": "VariableID:16630:32562"
|
|
4698
4722
|
},
|
|
4699
|
-
"$type": "
|
|
4723
|
+
"$type": "letterSpacing",
|
|
4700
4724
|
"comment": "-0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display2 text style. On smaller devices the value is smaller than on larger devices."
|
|
4701
4725
|
},
|
|
4702
4726
|
"name": "display2LetterSpacing",
|
|
@@ -4710,7 +4734,7 @@
|
|
|
4710
4734
|
]
|
|
4711
4735
|
},
|
|
4712
4736
|
"display3LetterSpacing": {
|
|
4713
|
-
"$value":
|
|
4737
|
+
"$value": -0.5,
|
|
4714
4738
|
"value": -0.5,
|
|
4715
4739
|
"type": "float",
|
|
4716
4740
|
"$extensions": {
|
|
@@ -4721,12 +4745,12 @@
|
|
|
4721
4745
|
}
|
|
4722
4746
|
},
|
|
4723
4747
|
"$alias": {
|
|
4724
|
-
"token": "
|
|
4748
|
+
"token": "letterSpaceNeg0p5",
|
|
4725
4749
|
"collection": "_fontprimitive",
|
|
4726
4750
|
"collectionType": "primitive",
|
|
4727
4751
|
"variableId": "VariableID:16630:32562"
|
|
4728
4752
|
},
|
|
4729
|
-
"$type": "
|
|
4753
|
+
"$type": "letterSpacing",
|
|
4730
4754
|
"comment": "-0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display3 text style. On smaller devices the value is smaller than on larger devices.",
|
|
4731
4755
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
4732
4756
|
"isSource": true,
|
|
@@ -4742,12 +4766,12 @@
|
|
|
4742
4766
|
}
|
|
4743
4767
|
},
|
|
4744
4768
|
"$alias": {
|
|
4745
|
-
"token": "
|
|
4769
|
+
"token": "letterSpaceNeg0p5",
|
|
4746
4770
|
"collection": "_fontprimitive",
|
|
4747
4771
|
"collectionType": "primitive",
|
|
4748
4772
|
"variableId": "VariableID:16630:32562"
|
|
4749
4773
|
},
|
|
4750
|
-
"$type": "
|
|
4774
|
+
"$type": "letterSpacing",
|
|
4751
4775
|
"comment": "-0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display3 text style. On smaller devices the value is smaller than on larger devices."
|
|
4752
4776
|
},
|
|
4753
4777
|
"name": "display3LetterSpacing",
|
|
@@ -4777,7 +4801,7 @@
|
|
|
4777
4801
|
}
|
|
4778
4802
|
},
|
|
4779
4803
|
"$alias": {
|
|
4780
|
-
"token": "
|
|
4804
|
+
"token": "size0p25x",
|
|
4781
4805
|
"collection": "_sizeprimitive",
|
|
4782
4806
|
"collectionType": "primitive",
|
|
4783
4807
|
"variableId": "VariableID:4075:54"
|
|
@@ -4798,7 +4822,7 @@
|
|
|
4798
4822
|
}
|
|
4799
4823
|
},
|
|
4800
4824
|
"$alias": {
|
|
4801
|
-
"token": "
|
|
4825
|
+
"token": "size0p25x",
|
|
4802
4826
|
"collection": "_sizeprimitive",
|
|
4803
4827
|
"collectionType": "primitive",
|
|
4804
4828
|
"variableId": "VariableID:4075:54"
|
|
@@ -5117,7 +5141,7 @@
|
|
|
5117
5141
|
}
|
|
5118
5142
|
},
|
|
5119
5143
|
"$alias": {
|
|
5120
|
-
"token": "
|
|
5144
|
+
"token": "size0p125x",
|
|
5121
5145
|
"collection": "_sizeprimitive",
|
|
5122
5146
|
"collectionType": "primitive",
|
|
5123
5147
|
"variableId": "VariableID:18269:27"
|
|
@@ -5138,7 +5162,7 @@
|
|
|
5138
5162
|
}
|
|
5139
5163
|
},
|
|
5140
5164
|
"$alias": {
|
|
5141
|
-
"token": "
|
|
5165
|
+
"token": "size0p125x",
|
|
5142
5166
|
"collection": "_sizeprimitive",
|
|
5143
5167
|
"collectionType": "primitive",
|
|
5144
5168
|
"variableId": "VariableID:18269:27"
|
|
@@ -5167,7 +5191,7 @@
|
|
|
5167
5191
|
}
|
|
5168
5192
|
},
|
|
5169
5193
|
"$alias": {
|
|
5170
|
-
"token": "
|
|
5194
|
+
"token": "size0p25x",
|
|
5171
5195
|
"collection": "_sizeprimitive",
|
|
5172
5196
|
"collectionType": "primitive",
|
|
5173
5197
|
"variableId": "VariableID:4075:54"
|
|
@@ -5188,7 +5212,7 @@
|
|
|
5188
5212
|
}
|
|
5189
5213
|
},
|
|
5190
5214
|
"$alias": {
|
|
5191
|
-
"token": "
|
|
5215
|
+
"token": "size0p25x",
|
|
5192
5216
|
"collection": "_sizeprimitive",
|
|
5193
5217
|
"collectionType": "primitive",
|
|
5194
5218
|
"variableId": "VariableID:4075:54"
|
|
@@ -5258,6 +5282,7 @@
|
|
|
5258
5282
|
"variableId": "VariableID:19306:22973"
|
|
5259
5283
|
}
|
|
5260
5284
|
},
|
|
5285
|
+
"$type": "string",
|
|
5261
5286
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
5262
5287
|
"isSource": true,
|
|
5263
5288
|
"original": {
|
|
@@ -5270,7 +5295,8 @@
|
|
|
5270
5295
|
"collectionName": "BreakpointMode",
|
|
5271
5296
|
"variableId": "VariableID:19306:22973"
|
|
5272
5297
|
}
|
|
5273
|
-
}
|
|
5298
|
+
},
|
|
5299
|
+
"$type": "string"
|
|
5274
5300
|
},
|
|
5275
5301
|
"name": "changeOnLg",
|
|
5276
5302
|
"attributes": {},
|
|
@@ -5292,6 +5318,7 @@
|
|
|
5292
5318
|
"variableId": "VariableID:19306:22974"
|
|
5293
5319
|
}
|
|
5294
5320
|
},
|
|
5321
|
+
"$type": "string",
|
|
5295
5322
|
"comment": "This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints.",
|
|
5296
5323
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
5297
5324
|
"isSource": true,
|
|
@@ -5306,6 +5333,7 @@
|
|
|
5306
5333
|
"variableId": "VariableID:19306:22974"
|
|
5307
5334
|
}
|
|
5308
5335
|
},
|
|
5336
|
+
"$type": "string",
|
|
5309
5337
|
"comment": "This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints."
|
|
5310
5338
|
},
|
|
5311
5339
|
"name": "changeOnMd",
|
|
@@ -5328,6 +5356,7 @@
|
|
|
5328
5356
|
"variableId": "VariableID:19306:22975"
|
|
5329
5357
|
}
|
|
5330
5358
|
},
|
|
5359
|
+
"$type": "string",
|
|
5331
5360
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
5332
5361
|
"isSource": true,
|
|
5333
5362
|
"original": {
|
|
@@ -5340,7 +5369,8 @@
|
|
|
5340
5369
|
"collectionName": "BreakpointMode",
|
|
5341
5370
|
"variableId": "VariableID:19306:22975"
|
|
5342
5371
|
}
|
|
5343
|
-
}
|
|
5372
|
+
},
|
|
5373
|
+
"$type": "string"
|
|
5344
5374
|
},
|
|
5345
5375
|
"name": "bpSpecificWeb",
|
|
5346
5376
|
"attributes": {},
|
|
@@ -5362,6 +5392,7 @@
|
|
|
5362
5392
|
"variableId": "VariableID:19330:111676"
|
|
5363
5393
|
}
|
|
5364
5394
|
},
|
|
5395
|
+
"$type": "string",
|
|
5365
5396
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
5366
5397
|
"isSource": true,
|
|
5367
5398
|
"original": {
|
|
@@ -5374,7 +5405,8 @@
|
|
|
5374
5405
|
"collectionName": "BreakpointMode",
|
|
5375
5406
|
"variableId": "VariableID:19330:111676"
|
|
5376
5407
|
}
|
|
5377
|
-
}
|
|
5408
|
+
},
|
|
5409
|
+
"$type": "string"
|
|
5378
5410
|
},
|
|
5379
5411
|
"name": "bpSpecificApp",
|
|
5380
5412
|
"attributes": {},
|
|
@@ -5453,7 +5485,7 @@
|
|
|
5453
5485
|
}
|
|
5454
5486
|
},
|
|
5455
5487
|
"$alias": {
|
|
5456
|
-
"token": "
|
|
5488
|
+
"token": "space1p5x",
|
|
5457
5489
|
"collection": "_spaceprimitive",
|
|
5458
5490
|
"collectionType": "primitive",
|
|
5459
5491
|
"variableId": "VariableID:2726:12082"
|
|
@@ -5474,7 +5506,7 @@
|
|
|
5474
5506
|
}
|
|
5475
5507
|
},
|
|
5476
5508
|
"$alias": {
|
|
5477
|
-
"token": "
|
|
5509
|
+
"token": "space1p5x",
|
|
5478
5510
|
"collection": "_spaceprimitive",
|
|
5479
5511
|
"collectionType": "primitive",
|
|
5480
5512
|
"variableId": "VariableID:2726:12082"
|
|
@@ -5710,7 +5742,7 @@
|
|
|
5710
5742
|
}
|
|
5711
5743
|
},
|
|
5712
5744
|
"$alias": {
|
|
5713
|
-
"token": "
|
|
5745
|
+
"token": "space1p5x",
|
|
5714
5746
|
"collection": "_spaceprimitive",
|
|
5715
5747
|
"collectionType": "primitive",
|
|
5716
5748
|
"variableId": "VariableID:2726:12082"
|
|
@@ -5731,7 +5763,7 @@
|
|
|
5731
5763
|
}
|
|
5732
5764
|
},
|
|
5733
5765
|
"$alias": {
|
|
5734
|
-
"token": "
|
|
5766
|
+
"token": "space1p5x",
|
|
5735
5767
|
"collection": "_spaceprimitive",
|
|
5736
5768
|
"collectionType": "primitive",
|
|
5737
5769
|
"variableId": "VariableID:2726:12082"
|
|
@@ -5914,7 +5946,7 @@
|
|
|
5914
5946
|
}
|
|
5915
5947
|
},
|
|
5916
5948
|
"$alias": {
|
|
5917
|
-
"token": "
|
|
5949
|
+
"token": "space0p75x",
|
|
5918
5950
|
"collection": "_spaceprimitive",
|
|
5919
5951
|
"collectionType": "primitive",
|
|
5920
5952
|
"variableId": "VariableID:3344:1618"
|
|
@@ -5935,7 +5967,7 @@
|
|
|
5935
5967
|
}
|
|
5936
5968
|
},
|
|
5937
5969
|
"$alias": {
|
|
5938
|
-
"token": "
|
|
5970
|
+
"token": "space0p75x",
|
|
5939
5971
|
"collection": "_spaceprimitive",
|
|
5940
5972
|
"collectionType": "primitive",
|
|
5941
5973
|
"variableId": "VariableID:3344:1618"
|
|
@@ -5965,7 +5997,7 @@
|
|
|
5965
5997
|
}
|
|
5966
5998
|
},
|
|
5967
5999
|
"$alias": {
|
|
5968
|
-
"token": "
|
|
6000
|
+
"token": "space0p25x",
|
|
5969
6001
|
"collection": "_spaceprimitive",
|
|
5970
6002
|
"collectionType": "primitive",
|
|
5971
6003
|
"variableId": "VariableID:2726:12080"
|
|
@@ -5986,7 +6018,7 @@
|
|
|
5986
6018
|
}
|
|
5987
6019
|
},
|
|
5988
6020
|
"$alias": {
|
|
5989
|
-
"token": "
|
|
6021
|
+
"token": "space0p25x",
|
|
5990
6022
|
"collection": "_spaceprimitive",
|
|
5991
6023
|
"collectionType": "primitive",
|
|
5992
6024
|
"variableId": "VariableID:2726:12080"
|
|
@@ -6016,7 +6048,7 @@
|
|
|
6016
6048
|
}
|
|
6017
6049
|
},
|
|
6018
6050
|
"$alias": {
|
|
6019
|
-
"token": "
|
|
6051
|
+
"token": "space0p5x",
|
|
6020
6052
|
"collection": "_spaceprimitive",
|
|
6021
6053
|
"collectionType": "primitive",
|
|
6022
6054
|
"variableId": "VariableID:2726:12079"
|
|
@@ -6037,7 +6069,7 @@
|
|
|
6037
6069
|
}
|
|
6038
6070
|
},
|
|
6039
6071
|
"$alias": {
|
|
6040
|
-
"token": "
|
|
6072
|
+
"token": "space0p5x",
|
|
6041
6073
|
"collection": "_spaceprimitive",
|
|
6042
6074
|
"collectionType": "primitive",
|
|
6043
6075
|
"variableId": "VariableID:2726:12079"
|
|
@@ -6071,7 +6103,7 @@
|
|
|
6071
6103
|
}
|
|
6072
6104
|
},
|
|
6073
6105
|
"$alias": {
|
|
6074
|
-
"token": "
|
|
6106
|
+
"token": "space1p5x",
|
|
6075
6107
|
"collection": "_spaceprimitive",
|
|
6076
6108
|
"collectionType": "primitive",
|
|
6077
6109
|
"variableId": "VariableID:2726:12082"
|
|
@@ -6092,7 +6124,7 @@
|
|
|
6092
6124
|
}
|
|
6093
6125
|
},
|
|
6094
6126
|
"$alias": {
|
|
6095
|
-
"token": "
|
|
6127
|
+
"token": "space1p5x",
|
|
6096
6128
|
"collection": "_spaceprimitive",
|
|
6097
6129
|
"collectionType": "primitive",
|
|
6098
6130
|
"variableId": "VariableID:2726:12082"
|
|
@@ -6379,7 +6411,7 @@
|
|
|
6379
6411
|
}
|
|
6380
6412
|
},
|
|
6381
6413
|
"$alias": {
|
|
6382
|
-
"token": "
|
|
6414
|
+
"token": "space1p5x",
|
|
6383
6415
|
"collection": "_spaceprimitive",
|
|
6384
6416
|
"collectionType": "primitive",
|
|
6385
6417
|
"variableId": "VariableID:2726:12082"
|
|
@@ -6400,7 +6432,7 @@
|
|
|
6400
6432
|
}
|
|
6401
6433
|
},
|
|
6402
6434
|
"$alias": {
|
|
6403
|
-
"token": "
|
|
6435
|
+
"token": "space1p5x",
|
|
6404
6436
|
"collection": "_spaceprimitive",
|
|
6405
6437
|
"collectionType": "primitive",
|
|
6406
6438
|
"variableId": "VariableID:2726:12082"
|
|
@@ -6583,7 +6615,7 @@
|
|
|
6583
6615
|
}
|
|
6584
6616
|
},
|
|
6585
6617
|
"$alias": {
|
|
6586
|
-
"token": "
|
|
6618
|
+
"token": "space0p75x",
|
|
6587
6619
|
"collection": "_spaceprimitive",
|
|
6588
6620
|
"collectionType": "primitive",
|
|
6589
6621
|
"variableId": "VariableID:3344:1618"
|
|
@@ -6604,7 +6636,7 @@
|
|
|
6604
6636
|
}
|
|
6605
6637
|
},
|
|
6606
6638
|
"$alias": {
|
|
6607
|
-
"token": "
|
|
6639
|
+
"token": "space0p75x",
|
|
6608
6640
|
"collection": "_spaceprimitive",
|
|
6609
6641
|
"collectionType": "primitive",
|
|
6610
6642
|
"variableId": "VariableID:3344:1618"
|
|
@@ -6634,7 +6666,7 @@
|
|
|
6634
6666
|
}
|
|
6635
6667
|
},
|
|
6636
6668
|
"$alias": {
|
|
6637
|
-
"token": "
|
|
6669
|
+
"token": "space0p25x",
|
|
6638
6670
|
"collection": "_spaceprimitive",
|
|
6639
6671
|
"collectionType": "primitive",
|
|
6640
6672
|
"variableId": "VariableID:2726:12080"
|
|
@@ -6655,7 +6687,7 @@
|
|
|
6655
6687
|
}
|
|
6656
6688
|
},
|
|
6657
6689
|
"$alias": {
|
|
6658
|
-
"token": "
|
|
6690
|
+
"token": "space0p25x",
|
|
6659
6691
|
"collection": "_spaceprimitive",
|
|
6660
6692
|
"collectionType": "primitive",
|
|
6661
6693
|
"variableId": "VariableID:2726:12080"
|
|
@@ -6685,7 +6717,7 @@
|
|
|
6685
6717
|
}
|
|
6686
6718
|
},
|
|
6687
6719
|
"$alias": {
|
|
6688
|
-
"token": "
|
|
6720
|
+
"token": "space0p5x",
|
|
6689
6721
|
"collection": "_spaceprimitive",
|
|
6690
6722
|
"collectionType": "primitive",
|
|
6691
6723
|
"variableId": "VariableID:2726:12079"
|
|
@@ -6706,7 +6738,7 @@
|
|
|
6706
6738
|
}
|
|
6707
6739
|
},
|
|
6708
6740
|
"$alias": {
|
|
6709
|
-
"token": "
|
|
6741
|
+
"token": "space0p5x",
|
|
6710
6742
|
"collection": "_spaceprimitive",
|
|
6711
6743
|
"collectionType": "primitive",
|
|
6712
6744
|
"variableId": "VariableID:2726:12079"
|
|
@@ -6740,7 +6772,7 @@
|
|
|
6740
6772
|
}
|
|
6741
6773
|
},
|
|
6742
6774
|
"$alias": {
|
|
6743
|
-
"token": "
|
|
6775
|
+
"token": "space0p5x",
|
|
6744
6776
|
"collection": "_spaceprimitive",
|
|
6745
6777
|
"collectionType": "primitive",
|
|
6746
6778
|
"variableId": "VariableID:2726:12079"
|
|
@@ -6761,7 +6793,7 @@
|
|
|
6761
6793
|
}
|
|
6762
6794
|
},
|
|
6763
6795
|
"$alias": {
|
|
6764
|
-
"token": "
|
|
6796
|
+
"token": "space0p5x",
|
|
6765
6797
|
"collection": "_spaceprimitive",
|
|
6766
6798
|
"collectionType": "primitive",
|
|
6767
6799
|
"variableId": "VariableID:2726:12079"
|
|
@@ -6944,7 +6976,7 @@
|
|
|
6944
6976
|
}
|
|
6945
6977
|
},
|
|
6946
6978
|
"$alias": {
|
|
6947
|
-
"token": "
|
|
6979
|
+
"token": "space1p5x",
|
|
6948
6980
|
"collection": "_spaceprimitive",
|
|
6949
6981
|
"collectionType": "primitive",
|
|
6950
6982
|
"variableId": "VariableID:2726:12082"
|
|
@@ -6965,7 +6997,7 @@
|
|
|
6965
6997
|
}
|
|
6966
6998
|
},
|
|
6967
6999
|
"$alias": {
|
|
6968
|
-
"token": "
|
|
7000
|
+
"token": "space1p5x",
|
|
6969
7001
|
"collection": "_spaceprimitive",
|
|
6970
7002
|
"collectionType": "primitive",
|
|
6971
7003
|
"variableId": "VariableID:2726:12082"
|
|
@@ -7046,7 +7078,7 @@
|
|
|
7046
7078
|
}
|
|
7047
7079
|
},
|
|
7048
7080
|
"$alias": {
|
|
7049
|
-
"token": "
|
|
7081
|
+
"token": "space0p25x",
|
|
7050
7082
|
"collection": "_spaceprimitive",
|
|
7051
7083
|
"collectionType": "primitive",
|
|
7052
7084
|
"variableId": "VariableID:2726:12080"
|
|
@@ -7067,7 +7099,7 @@
|
|
|
7067
7099
|
}
|
|
7068
7100
|
},
|
|
7069
7101
|
"$alias": {
|
|
7070
|
-
"token": "
|
|
7102
|
+
"token": "space0p25x",
|
|
7071
7103
|
"collection": "_spaceprimitive",
|
|
7072
7104
|
"collectionType": "primitive",
|
|
7073
7105
|
"variableId": "VariableID:2726:12080"
|
|
@@ -7150,7 +7182,7 @@
|
|
|
7150
7182
|
}
|
|
7151
7183
|
},
|
|
7152
7184
|
"$alias": {
|
|
7153
|
-
"token": "
|
|
7185
|
+
"token": "space0p25x",
|
|
7154
7186
|
"collection": "_spaceprimitive",
|
|
7155
7187
|
"collectionType": "primitive",
|
|
7156
7188
|
"variableId": "VariableID:2726:12080"
|
|
@@ -7171,7 +7203,7 @@
|
|
|
7171
7203
|
}
|
|
7172
7204
|
},
|
|
7173
7205
|
"$alias": {
|
|
7174
|
-
"token": "
|
|
7206
|
+
"token": "space0p25x",
|
|
7175
7207
|
"collection": "_spaceprimitive",
|
|
7176
7208
|
"collectionType": "primitive",
|
|
7177
7209
|
"variableId": "VariableID:2726:12080"
|
|
@@ -7201,7 +7233,7 @@
|
|
|
7201
7233
|
}
|
|
7202
7234
|
},
|
|
7203
7235
|
"$alias": {
|
|
7204
|
-
"token": "
|
|
7236
|
+
"token": "space0p5x",
|
|
7205
7237
|
"collection": "_spaceprimitive",
|
|
7206
7238
|
"collectionType": "primitive",
|
|
7207
7239
|
"variableId": "VariableID:2726:12079"
|
|
@@ -7222,7 +7254,7 @@
|
|
|
7222
7254
|
}
|
|
7223
7255
|
},
|
|
7224
7256
|
"$alias": {
|
|
7225
|
-
"token": "
|
|
7257
|
+
"token": "space0p5x",
|
|
7226
7258
|
"collection": "_spaceprimitive",
|
|
7227
7259
|
"collectionType": "primitive",
|
|
7228
7260
|
"variableId": "VariableID:2726:12079"
|
|
@@ -7303,7 +7335,7 @@
|
|
|
7303
7335
|
}
|
|
7304
7336
|
},
|
|
7305
7337
|
"$alias": {
|
|
7306
|
-
"token": "
|
|
7338
|
+
"token": "space1p5x",
|
|
7307
7339
|
"collection": "_spaceprimitive",
|
|
7308
7340
|
"collectionType": "primitive",
|
|
7309
7341
|
"variableId": "VariableID:2726:12082"
|
|
@@ -7324,7 +7356,7 @@
|
|
|
7324
7356
|
}
|
|
7325
7357
|
},
|
|
7326
7358
|
"$alias": {
|
|
7327
|
-
"token": "
|
|
7359
|
+
"token": "space1p5x",
|
|
7328
7360
|
"collection": "_spaceprimitive",
|
|
7329
7361
|
"collectionType": "primitive",
|
|
7330
7362
|
"variableId": "VariableID:2726:12082"
|
|
@@ -7963,7 +7995,7 @@
|
|
|
7963
7995
|
}
|
|
7964
7996
|
},
|
|
7965
7997
|
"$alias": {
|
|
7966
|
-
"token": "
|
|
7998
|
+
"token": "size18p5x",
|
|
7967
7999
|
"collection": "_sizeprimitive",
|
|
7968
8000
|
"collectionType": "primitive",
|
|
7969
8001
|
"variableId": "VariableID:10776:1520"
|
|
@@ -7984,7 +8016,7 @@
|
|
|
7984
8016
|
}
|
|
7985
8017
|
},
|
|
7986
8018
|
"$alias": {
|
|
7987
|
-
"token": "
|
|
8019
|
+
"token": "size18p5x",
|
|
7988
8020
|
"collection": "_sizeprimitive",
|
|
7989
8021
|
"collectionType": "primitive",
|
|
7990
8022
|
"variableId": "VariableID:10776:1520"
|
|
@@ -8565,7 +8597,7 @@
|
|
|
8565
8597
|
}
|
|
8566
8598
|
},
|
|
8567
8599
|
"$alias": {
|
|
8568
|
-
"token": "
|
|
8600
|
+
"token": "size18p5x",
|
|
8569
8601
|
"collection": "_sizeprimitive",
|
|
8570
8602
|
"collectionType": "primitive",
|
|
8571
8603
|
"variableId": "VariableID:10776:1520"
|
|
@@ -8586,7 +8618,7 @@
|
|
|
8586
8618
|
}
|
|
8587
8619
|
},
|
|
8588
8620
|
"$alias": {
|
|
8589
|
-
"token": "
|
|
8621
|
+
"token": "size18p5x",
|
|
8590
8622
|
"collection": "_sizeprimitive",
|
|
8591
8623
|
"collectionType": "primitive",
|
|
8592
8624
|
"variableId": "VariableID:10776:1520"
|
|
@@ -8615,7 +8647,7 @@
|
|
|
8615
8647
|
}
|
|
8616
8648
|
},
|
|
8617
8649
|
"$alias": {
|
|
8618
|
-
"token": "
|
|
8650
|
+
"token": "size1p5x",
|
|
8619
8651
|
"collection": "_sizeprimitive",
|
|
8620
8652
|
"collectionType": "primitive",
|
|
8621
8653
|
"variableId": "VariableID:4478:6965"
|
|
@@ -8636,7 +8668,7 @@
|
|
|
8636
8668
|
}
|
|
8637
8669
|
},
|
|
8638
8670
|
"$alias": {
|
|
8639
|
-
"token": "
|
|
8671
|
+
"token": "size1p5x",
|
|
8640
8672
|
"collection": "_sizeprimitive",
|
|
8641
8673
|
"collectionType": "primitive",
|
|
8642
8674
|
"variableId": "VariableID:4478:6965"
|
|
@@ -8667,6 +8699,7 @@
|
|
|
8667
8699
|
"variableId": "VariableID:18310:27"
|
|
8668
8700
|
}
|
|
8669
8701
|
},
|
|
8702
|
+
"$type": "string",
|
|
8670
8703
|
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/breakpoints/breakpoint-xs-320px.json",
|
|
8671
8704
|
"isSource": true,
|
|
8672
8705
|
"original": {
|
|
@@ -8679,7 +8712,8 @@
|
|
|
8679
8712
|
"collectionName": "BreakpointMode",
|
|
8680
8713
|
"variableId": "VariableID:18310:27"
|
|
8681
8714
|
}
|
|
8682
|
-
}
|
|
8715
|
+
},
|
|
8716
|
+
"$type": "string"
|
|
8683
8717
|
},
|
|
8684
8718
|
"name": "breakpointName",
|
|
8685
8719
|
"attributes": {},
|