Skip to content

Commit 993816b

Browse files
build(deps-dev): bump @db-ui/core from 2.22.0 to 3.0.0 (#239)
* build(deps-dev): bump @db-ui/core from 2.22.0 to 3.0.0 Bumps [@db-ui/core](https://github.com/db-ui/core) from 2.22.0 to 3.0.0. - [Release notes](https://github.com/db-ui/core/releases) - [Changelog](https://github.com/db-ui/core/blob/main/CHANGELOG.md) - [Commits](db-ui/core@v2.22.0...v3.0.0) --- updated-dependencies: - dependency-name: "@db-ui/core" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * refactor: adapted necessary changes out of the migration guide https://github.com/db-ui/core/blob/main/docs/migrationGuide.adoc#db-ui-core-300-migration-guide --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 75bf78d commit 993816b

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Kai Zwier",
1717
"license": "Apache-2.0",
1818
"devDependencies": {
19-
"@db-ui/core": "^2.22.0",
19+
"@db-ui/core": "^3.0.0",
2020
"cpr": "^3.0.1",
2121
"http-server": "^14.1.1",
2222
"husky": "^9.1.4",

public/chips.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
/>
3131
<label
3232
for="chip-single-chip01-val"
33-
role="button"
3433
:data-variant="components[active].variant"
35-
tabindex="0"
36-
aria-hidden="true"
3734
:data-icon="iconBefore ? 'account' : null"
3835
:data-icon-after="iconAfter ? 'close' : null"
3936
>Lorem ipsum</label
@@ -48,10 +45,7 @@
4845
/>
4946
<label
5047
for="chip-single-chip02-val"
51-
role="button"
5248
:data-variant="components[active].variant"
53-
tabindex="0"
54-
aria-hidden="true"
5549
:data-icon="iconBefore ? 'alarm' : null"
5650
:data-icon-after="iconAfter ? 'close' : null"
5751
>Sit Amet</label
@@ -66,10 +60,7 @@
6660
/>
6761
<label
6862
for="chip-single-chip03-val"
69-
role="button"
7063
:data-variant="components[active].variant"
71-
tabindex="0"
72-
aria-hidden="true"
7364
:data-icon="iconBefore ? 'alert' : null"
7465
:data-icon-after="iconAfter ? 'close' : null"
7566
>Consetuter elit</label

0 commit comments

Comments
 (0)