diff --git a/package-lock.json b/package-lock.json index 348a5c46d8..07efd428a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "postcss-cli": "^11.0.0", "postcss-focus": "^7.0.0", "postcss-list-style-safari-fix": "^1.0.0", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "rimraf": "^6.0.1", "sass": "^1.81.0", "start-server-and-test": "^2.0.8", @@ -15653,9 +15653,9 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", + "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -31132,9 +31132,9 @@ "dev": true }, "prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", + "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "dev": true }, "prettier-linter-helpers": { diff --git a/package.json b/package.json index 1d3f87ca38..6116fa3df3 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "postcss-cli": "^11.0.0", "postcss-focus": "^7.0.0", "postcss-list-style-safari-fix": "^1.0.0", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "rimraf": "^6.0.1", "sass": "^1.81.0", "start-server-and-test": "^2.0.8", diff --git a/source/_patterns/00-base/icons/enterprise/_icons.variables.scss b/source/_patterns/00-base/icons/enterprise/_icons.variables.scss index dc870e004e..cc0c4f3ded 100644 --- a/source/_patterns/00-base/icons/enterprise/_icons.variables.scss +++ b/source/_patterns/00-base/icons/enterprise/_icons.variables.scss @@ -19,7 +19,7 @@ $icon-font-families: ( // "db_transportation-solid": ( // 40 // ) - // ) + // ) ) !default; $icon-glyphs-enterprise: ( // "attachment": "\e1245", @@ -80,6 +80,6 @@ $icon-glyphs-enterprise: ( // "undo": "\e922", // // TODO: would need to get replaced by non-out-of-range unicodes // "upload-cloud": "\e923", - // "watch": "\1f552" + // "watch": "\1f552" ); $icon-glyphs: map.merge($icon-glyphs-enterprise, $icon-glyphs-personenverkehr); diff --git a/source/_patterns/00-base/type/_fonts.variables.scss b/source/_patterns/00-base/type/_fonts.variables.scss index 9c1436e2c8..45a62816e6 100644 --- a/source/_patterns/00-base/type/_fonts.variables.scss +++ b/source/_patterns/00-base/type/_fonts.variables.scss @@ -55,7 +55,7 @@ $font-families: ( "font-style": normal, // TODO: Identify the correct name on local environments; most likely this isn't installed and/or possible to get referenced at the moment // "font-local-name": "DB Screen Sans Medium", - // "font-local-name-short": "DB Sans Medium" + // "font-local-name-short": "DB Sans Medium" ), "DB Screen Sans Semibold": ( "font-family": "DB Screen Sans", @@ -64,7 +64,7 @@ $font-families: ( "font-style": normal, // TODO: Identify the correct name on local environments; most likely this isn't installed and/or possible to get referenced at the moment // "font-local-name": "DB Screen Sans Semibold", - // "font-local-name-short": "DB Sans Semibold" + // "font-local-name-short": "DB Sans Semibold" ), "DB Screen Sans Bold": ( "font-family": "DB Screen Sans", diff --git a/source/_patterns/02-components/accordion/accordion.scss b/source/_patterns/02-components/accordion/accordion.scss index 4b02b27f78..1246856301 100644 --- a/source/_patterns/02-components/accordion/accordion.scss +++ b/source/_patterns/02-components/accordion/accordion.scss @@ -16,7 +16,8 @@ // Negating the padding left for moving the element into that direction with the same measures transform: translateX(calc(var(--db-accordion---paddingLeft) * -1)); width: calc( - 100% + var(--db-accordion---paddingLeft) + #{$accordion---paddingRight} + 100% + var(--db-accordion---paddingLeft) + + #{$accordion---paddingRight} ); & { diff --git a/source/_patterns/02-components/tab-bar/_tab-bar.variables.scss b/source/_patterns/02-components/tab-bar/_tab-bar.variables.scss index 1eb7fb3604..d2fc4871a6 100644 --- a/source/_patterns/02-components/tab-bar/_tab-bar.variables.scss +++ b/source/_patterns/02-components/tab-bar/_tab-bar.variables.scss @@ -10,7 +10,8 @@ $tabBar-tab-hover-backgroundColor: #{$db-color-cool-gray-700} + "1F" !default; $tabBar-tab-pressed-backgroundColor: #{$db-color-cool-gray-700} + "3D" !default; $tabBar-tab-active-border: #{to-rem( $pxValue: 1 - )} solid $db-color-cool-gray-500 !default; + )} + solid $db-color-cool-gray-500 !default; $tabBar-tabpanel--borderTop: to-rem( $pxValue: 1 diff --git a/source/_patterns/03-areas/00-header/_header.variables.scss b/source/_patterns/03-areas/00-header/_header.variables.scss index 756924f933..495d445ab8 100644 --- a/source/_patterns/03-areas/00-header/_header.variables.scss +++ b/source/_patterns/03-areas/00-header/_header.variables.scss @@ -9,7 +9,8 @@ $header---backgroundColor: #fdfdfd !default; // TODO: This would need to get rep $header---borderBottom: #{to-rem( $pxValue: 1 - )} solid $db-color-warm-gray-400 !default; + )} + solid $db-color-warm-gray-400 !default; $header---marginBottom: to-rem( $pxValue: 16 diff --git a/source/_patterns/03-areas/02-grid/_grid.scss b/source/_patterns/03-areas/02-grid/_grid.scss index ae43ffc220..68829a6ea6 100644 --- a/source/_patterns/03-areas/02-grid/_grid.scss +++ b/source/_patterns/03-areas/02-grid/_grid.scss @@ -47,7 +47,8 @@ &:not(:last-child) { margin-bottom: calc( - #{to-rem($pxValue: 24)} - #{$column-gap-max-width-smaller-padding} + #{to-rem($pxValue: 24)} - + #{$column-gap-max-width-smaller-padding} ); } } diff --git a/source/_patterns/03-areas/03-footer/_footer.variables.scss b/source/_patterns/03-areas/03-footer/_footer.variables.scss index e0c6b5de8f..08aad4470f 100644 --- a/source/_patterns/03-areas/03-footer/_footer.variables.scss +++ b/source/_patterns/03-areas/03-footer/_footer.variables.scss @@ -2,7 +2,8 @@ $footer---borderTop: #{to-rem( $pxValue: 6 - )} solid $db-color-cool-gray-200 !default; + )} + solid $db-color-cool-gray-200 !default; $footer---boxShadow: $box-shadow-01, $box-shadow-02 !default;