Skip to content

Commit 07451b5

Browse files
committed
Merge remote-tracking branch 'origin/1834-table-settings' into 1834-table-settings
* origin/1834-table-settings: (25 commits) Update all snapshots$ $ Refs: #7627 fix: update layout classes for better responsiveness in various components fix: update layout classes for better responsiveness in ChangeTabindex component fix: wrap terms acceptance text in a span for better structure fix: update grid classes for responsive design in SampleDescription and HandoutBasic components Fix duplicate aria-labels for pagination Add combobox and single-single E2E tests fix: refactor SampleDescription component and update documentation links Make git revision parsing fail-safe Fix: Dropdown opens on input click ( Combobox und SingleSelect) Update all snapshots$ $ Refs: #7594 refactor: remove badge-text-hint mixin and styles from components feat: add padding and border-radius to badge-text-hint styles fix: improve environment variable handling in Playwright config fix: adjust spacing and color for button styles feat: add background to short and access key badge at buttons fix: underline only the text of a tree item Update all snapshots$ $ Refs: #7583 Fix toggle button styling Replace Toggle Button in nav with KolButtonWc ...
2 parents 0dca2f2 + 8af83e2 commit 07451b5

File tree

86 files changed

+3388
-3664
lines changed

Some content is hidden

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

86 files changed

+3388
-3664
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 'Create GitHub app token'
15-
uses: actions/create-github-app-token@v1
15+
uses: actions/create-github-app-token@v2
1616
id: app-token
1717
with:
1818
app-id: ${{ secrets.APP_ID }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write
4444
packages: write
4545
steps:
46-
- uses: actions/create-github-app-token@v1
46+
- uses: actions/create-github-app-token@v2
4747
id: app-token
4848
with:
4949
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
update-snapshots:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/create-github-app-token@v1
16+
- uses: actions/create-github-app-token@v2
1717
id: app-token
1818
with:
1919
app-id: ${{ secrets.APP_ID }}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"packages/tools/visual-tests"
2020
],
2121
"useNx": true,
22-
"version": "3.0.0-rc.6"
22+
"version": "3.0.0-rc.7"
2323
}

packages/adapters/angular/v15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v15",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/angular/v16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v16",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/angular/v17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v17",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/angular/v18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v18",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/hydrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/hydrate",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/preact/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/preact",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {
@@ -47,9 +47,6 @@
4747
"scripts": {
4848
"build": "unbuild"
4949
},
50-
"dependencies": {
51-
"@public-ui/react": "workspace:*"
52-
},
5350
"devDependencies": {
5451
"@public-ui/components": "workspace:*",
5552
"react": "18.3.1",
@@ -58,6 +55,7 @@
5855
"unbuild": "1.2.1"
5956
},
6057
"peerDependencies": {
58+
"@public-ui/react": "workspace:*",
6159
"preact": ">=10.26.4"
6260
},
6361
"sideEffects": false,

0 commit comments

Comments
 (0)