Skip to content

Commit 9ab6fd0

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/remix-eslint
2 parents f182041 + b3a6abb commit 9ab6fd0

File tree

63 files changed

+1021
-1403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1021
-1403
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
spec: packages/${{ matrix.spec }}
5252
install: false
5353

54-
- uses: coverallsapp/[email protected].0
54+
- uses: coverallsapp/[email protected].1
5555
if: ${{ inputs.reportCoverage && (matrix.react == '19' && matrix.spec != 'charts' || matrix.react == '18' && matrix.spec == 'charts') }}
5656
with:
5757
file: temp/cypress-coverage/lcov.info
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Coveralls
69-
uses: coverallsapp/[email protected].0
69+
uses: coverallsapp/[email protected].1
7070
with:
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
7272
parallel-finished: true

docs/knowledge-base/CommonCSS.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ We recommend using the [@sap-ui/common-css](https://www.npmjs.com/package/@sap-u
2828

2929
[Full Documentation](https://sap.github.io/fundamental-styles/?path=/docs/common-css-content-paddings--docs)
3030

31-
You can import the content paddings by adding the following import to your project:
31+
You can import the content paddings by adding the following imports to your project:
3232

3333
```ts
3434
import '@sap-ui/common-css/dist/sap-content-paddings.css';
35+
import '@sap-ui/common-css/dist/sap-container-type.css';
3536
```
3637

3738
### Responsive Content Paddings

examples/nextjs-app/package-lock.json

Lines changed: 65 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@ui5/webcomponents": "2.3.0",
1313
"@ui5/webcomponents-fiori": "2.3.0",
1414
"@ui5/webcomponents-react": "2.2.0",
15-
"@types/node": "20.16.10",
15+
"@types/node": "20.16.11",
1616
"@types/react": "18.3.11",
17-
"@types/react-dom": "18.3.0",
17+
"@types/react-dom": "18.3.1",
1818
"eslint": "8.57.1",
19-
"eslint-config-next": "14.2.14",
20-
"next": "14.2.14",
19+
"eslint-config-next": "14.2.15",
20+
"next": "14.2.15",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1",
23-
"typescript": "5.6.2"
23+
"typescript": "5.6.3"
2424
}
2525
}

0 commit comments

Comments
 (0)