Skip to content

Commit 696dbc1

Browse files
committed
chore: we'd still like to have only two spaces in markdown files
1 parent 7a9806c commit 696dbc1

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ quote_type = single
2121
indent_size = 2
2222
indent_style = space
2323

24-
[{*.yaml,*.yml}]
24+
[{*.yaml,*.yml,*.md}]
2525
indent_style = space
2626
indent_size = 2

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,52 +86,52 @@ In general we've introduced the possibility to control variants and configuratio
8686

8787
#### Package consumption
8888

89-
- **BREAKING CHANGE** / Icons: Changed undocumented CSS Variables `--icon-margin-left` and `--icon-margin-right` to `--icon-margin-before` and `--icon-margin-after`
90-
- refactor: icon margins
89+
- **BREAKING CHANGE** / Icons: Changed undocumented CSS Variables `--icon-margin-left` and `--icon-margin-right` to `--icon-margin-before` and `--icon-margin-after`
90+
- refactor: icon margins
9191

9292
## [2.0.0-45] - 2022-07-07
9393

9494
### Fixed
9595

9696
#### Package consumption
9797

98-
- Button border styling
98+
- Button border styling
9999

100100
## [2.0.0-44] - 2022-06-30
101101

102102
### Added
103103

104104
#### Package consumption
105105

106-
- Further hints regarding SCSS consumption (especially on migrating from DB UI Core version 1 to 2)
106+
- Further hints regarding SCSS consumption (especially on migrating from DB UI Core version 1 to 2)
107107

108108
### Changed
109109

110110
#### Package consumption
111111

112-
- Hardening the font size calculation functions
112+
- Hardening the font size calculation functions
113113

114114
### Fixed
115115

116116
#### Package consumption
117117

118-
- Checkbox & Radio: Incorrect space in between these elements and their labels
119-
- Ensuring correct execution of SCSS functions, that would elsewhere get rendered to the CSS output directly
118+
- Checkbox & Radio: Incorrect space in between these elements and their labels
119+
- Ensuring correct execution of SCSS functions, that would elsewhere get rendered to the CSS output directly
120120

121121
## [2.0.0-43] - 2022-05-07
122122

123123
### Changed
124124

125125
#### Package consumption
126126

127-
- updated files & folders documentation
128-
- removed undocumented and obsolete component `Toasts`, that is included in the new DB UX Design System as `Notification` component anyhow
129-
- further optimized the general projects files definitions within `package.json`
127+
- updated files & folders documentation
128+
- removed undocumented and obsolete component `Toasts`, that is included in the new DB UX Design System as `Notification` component anyhow
129+
- further optimized the general projects files definitions within `package.json`
130130

131131
## [2.0.0-42] - 2022-05-06
132132

133133
### Fixed
134134

135135
#### Package consumption
136136

137-
- Integrating the `dialog-polyfill` CSS only for demo purposes [#288], but not including it in the CSS anymore
137+
- Integrating the `dialog-polyfill` CSS only for demo purposes [#288], but not including it in the CSS anymore

CODE-OF-CONDUCT.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
- Demonstrating empathy and kindness toward other people
21-
- Being respectful of differing opinions, viewpoints, and experiences
22-
- Giving and gracefully accepting constructive feedback
23-
- Accepting responsibility and apologizing to those affected by our mistakes,
24-
and learning from the experience
25-
- Focusing on what is best not just for us as individuals, but for the
26-
overall community
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
- Focusing on what is best not just for us as individuals, but for the
26+
overall community
2727

2828
Examples of unacceptable behavior include:
2929

30-
- The use of sexualized language or imagery, and sexual attention or
31-
advances of any kind
32-
- Trolling, insulting or derogatory comments, and personal or political attacks
33-
- Public or private harassment
34-
- Publishing others' private information, such as a physical or email
35-
address, without their explicit permission
36-
- Other conduct which could reasonably be considered inappropriate in a
37-
professional setting
30+
- The use of sexualized language or imagery, and sexual attention or
31+
advances of any kind
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email
35+
address, without their explicit permission
36+
- Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
3838

3939
## Enforcement Responsibilities
4040

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ DB UI Core provides robust HTML UI components, reusable visual styles, and power
3030

3131
## <abbr title="too long; didn't read">tl;dr</abbr>: "too long" Danny replied
3232

33-
- [Getting started](docs/getStarted.adoc)
34-
- [GitHub - DB UI Core](https://github.com/db-ui/core/)
35-
- [Hosted version of DB UI Core living styleguide](https://db.de/db-ui)
36-
- Recommended for JavaScript application development: [DB UI Elements](https://db-ui.github.io/elements/)
37-
- [Migrating guide from version 1 of DB UI Core to version 2](docs/migrationGuide.adoc#user-content-db-ui-core-2-0-0-migration-guide)
33+
- [Getting started](docs/getStarted.adoc)
34+
- [GitHub - DB UI Core](https://github.com/db-ui/core/)
35+
- [Hosted version of DB UI Core living styleguide](https://db.de/db-ui)
36+
- Recommended for JavaScript application development: [DB UI Elements](https://db-ui.github.io/elements/)
37+
- [Migrating guide from version 1 of DB UI Core to version 2](docs/migrationGuide.adoc#user-content-db-ui-core-2-0-0-migration-guide)
3838

3939
## Core principals
4040

@@ -62,12 +62,12 @@ As [DB UX Design System](https://marketingportal.extranet.deutschebahn.com/de/ui
6262

6363
Additionally we'll provide some more information over time regrading the whole ecosystem:
6464

65-
- [DB UX Design System documentation within the DB Marketingportal (german)](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten)
66-
- [Confluence / Base Wiki - "Technische Umsetzung des Enterprise UI Design Systems" (german, only available internally)](https://db.de/pu8moh)
67-
- [Confluence - Web UI Component Library (only available internally)](https://db.de/1tyr73)
68-
- [Changelog](https://github.com/db-ui/core/blob/main/CHANGELOG.md)
69-
- [Architectural Decision Records](https://github.com/db-ui/core/tree/main/docs/adr)
70-
- [DB UI Core 1.x Gitlab repository (only accessible internally)](https://db.de/4cwtyn/)
65+
- [DB UX Design System documentation within the DB Marketingportal (german)](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten)
66+
- [Confluence / Base Wiki - "Technische Umsetzung des Enterprise UI Design Systems" (german, only available internally)](https://db.de/pu8moh)
67+
- [Confluence - Web UI Component Library (only available internally)](https://db.de/1tyr73)
68+
- [Changelog](https://github.com/db-ui/core/blob/main/CHANGELOG.md)
69+
- [Architectural Decision Records](https://github.com/db-ui/core/tree/main/docs/adr)
70+
- [DB UI Core 1.x Gitlab repository (only accessible internally)](https://db.de/4cwtyn/)
7171

7272
## Things to keep in mind
7373

0 commit comments

Comments
 (0)