Skip to content

Commit

Permalink
Import ScopedElementsMixin from toolkit
Browse files Browse the repository at this point in the history
We are planing to vendor it there.
  • Loading branch information
lazka committed Jan 21, 2025
1 parent 30ce017 commit b750f66
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
},
"cloneSubmodules": true,
"packageRules": [
{
"matchPackageNames": ["@open-wc/scoped-elements"],
"allowedVersions": "<3"
}
]
}
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@dbp-toolkit/language-select": "^0.3.0",
"@dbp-toolkit/notification": "^0.3.0",
"@fontsource/nunito-sans": "^5.0.0",
"@open-wc/scoped-elements": "^2.0.0",
"@tugraz/font-source-sans-pro": "^0.2.4",
"@tugraz/web-components": "^0.3.6",
"i18next": "^23.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/dbp-mono-processpayment.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {css, html} from 'lit';
import {classMap} from 'lit/directives/class-map.js';
import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import {ScopedElementsMixin} from '@dbp-toolkit/common';
import {send} from '@dbp-toolkit/common/notification';
import * as commonUtils from '@dbp-toolkit/common/utils';
import {Icon, LoadingButton, Button, InlineNotification} from '@dbp-toolkit/common';
Expand Down

0 comments on commit b750f66

Please sign in to comment.