Skip to content

Commit 2baa1ca

Browse files
authored
refactor: prettier (#4655)
1 parent e593841 commit 2baa1ca

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ body:
9191
label: ”DB Systel” please enter your customer / ”other” please enter your area or business unit.
9292
validations:
9393
required: false
94-
94+
9595
- type: input
9696
id: project
9797
attributes:

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@db-ux/docs",
3-
"private": true,
43
"version": "0.0.0",
54
"type": "module",
65
"description": "Docs folder for DB UX Design System (Version 3).",
@@ -9,6 +8,7 @@
98
"url": "git+https://github.com/db-ux-design-system/core-web.git"
109
},
1110
"license": "Apache-2.0",
11+
"private": true,
1212
"scripts": {
1313
"generate:component-research": "node scripts/component-research/generate-component-research.js"
1414
},

packages/components/src/components/tabs/tabs.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ const comp: any = (
1515
<DBTabs
1616
onIndexChange={(index: number) =>
1717
writeFileSync(filePath, index.toString())
18-
}
19-
>
18+
}>
2019
<DBTabList>
2120
<DBTabItem data-testid="test">Test 1</DBTabItem>
2221
<DBTabItem data-testid="test2">Test 2</DBTabItem>

packages/foundations/docs/BrowserSupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This may leave some older browser versions behind. If you need to take care of t
1111
| [CSS `field-sizing: content` property](https://caniuse.com/mdn-css_properties_field-sizing_content) | 123 (19.03.2024) | tbd | Technology Preview (220) |
1212
| [Customizable select elements](https://caniuse.com/selectlist) (planned) | 134 (19.03.2024) | tbd | tbd |
1313
| [Anchor Positioning](https://caniuse.com/css-anchor-positioning) (planned) | 125 (14.05.2024) | tbd | ["this fall"](https://webkit.org/blog/16993/news-from-wwdc25-web-technology-coming-this-fall-in-safari-26-beta/#css) |
14-
| [CSS Custom Functions](https://www.bram.us/2025/02/09/css-custom-functions-teaser/) (planned) | 139 (30.07.2025) | tbd | tbd |
14+
| [CSS Custom Functions](https://www.bram.us/2025/02/09/css-custom-functions-teaser/) (planned) | 139 (30.07.2025) | tbd | tbd |
1515

1616
## Without graceful degradation
1717

1818
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
1919
| ------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | ----------------- |
2020
| [`@property` / typed CSS Custom Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) | 85 (25.08.2022) | 128 (09.07.2024) | 16.4 (27.03.2023) |
2121
| [`light-dark()`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark) | 123 (19.03.2024) | 120 (21.11.2023) | 17.5 (13.05.2024) |
22-
| [`attr()` CSS Values 5 extensions](https://developer.mozilla.org/en-US/docs/Web/CSS/attr) | 133 (04.02.2025) | tbd | tbd |
22+
| [`attr()` CSS Values 5 extensions](https://developer.mozilla.org/en-US/docs/Web/CSS/attr) | 133 (04.02.2025) | tbd | tbd |

0 commit comments

Comments
 (0)