Skip to content

Commit

Permalink
Merge branch 'main' into refactor-icon-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 13, 2024
2 parents adec141 + 051dbe3 commit 8d511b0
Show file tree
Hide file tree
Showing 13 changed files with 1,593 additions and 1,235 deletions.
1 change: 1 addition & 0 deletions .github/workflows/00-scan-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: 🐷 TruffleHog OSS
uses: trufflesecurity/trufflehog@main
if: ${{ github.event.pull_request != null }} # only scan on pull-requests
with:
path: ./
base: ${{ steps.extract_branch.outputs.branch-name }}
Expand Down
2,779 changes: 1,561 additions & 1,218 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@
"cssnano": "^7.0.6",
"details-element-polyfill": "^2.4.0",
"dialog-polyfill": "^0.5.6",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"find-versions-cli": "^5.0.0",
"html-validate": "^8.25.0",
"html-validate": "^8.27.0",
"html5-boilerplate": "^9.0.1",
"husky": "^9.1.7",
"iframe-resizer": "^5.3.2",
"invokers-polyfill": "^0.4.6",
"lint-staged": "^15.2.10",
"markdownlint-cli": "^0.42.0",
"lint-staged": "^15.2.11",
"markdownlint-cli": "^0.43.0",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^3.1.0",
Expand All @@ -94,15 +94,15 @@
"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.2",
"rimraf": "^6.0.1",
"sass": "^1.81.0",
"start-server-and-test": "^2.0.8",
"sass": "^1.83.0",
"start-server-and-test": "^2.0.9",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^9.0.1",
"validate-branch-name": "^1.3.1",
"xo": "^0.59.3"
"xo": "^0.60.0"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $icon-font-families: (
// "db_transportation-solid": (
// 40
// )
// )
// )
) !default;
$icon-glyphs-enterprise: (
// "attachment": "\e1245",
Expand Down Expand Up @@ -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);
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
{
"icon-glyph": "childrens-compartment"
},
{
"icon-glyph": "couchette"
},
{
"icon-glyph": "elderly"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
{
"icon-glyph": "childrens-compartment"
},
{
"icon-glyph": "couchette"
},
{
"icon-glyph": "elderly"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
{
"icon-glyph": "childrens-compartment"
},
{
"icon-glyph": "couchette"
},
{
"icon-glyph": "elderly"
},
Expand Down
4 changes: 2 additions & 2 deletions source/_patterns/00-base/type/_fonts.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion source/_patterns/02-components/accordion/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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}
);

& {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion source/_patterns/03-areas/00-header/_header.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion source/_patterns/03-areas/02-grid/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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}
);
}
}
Expand Down
3 changes: 2 additions & 1 deletion source/_patterns/03-areas/03-footer/_footer.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8d511b0

Please sign in to comment.