Revert domain proto (#257)

This commit is contained in:
Rinat Arsaev 2023-09-20 12:45:20 +04:00 committed by GitHub
parent eba2e51541
commit 7dd4aa9ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -25,7 +25,7 @@
"@ngneat/until-destroy": "9.2.2",
"@s-libs/ng-core": "16.0.0",
"@vality/deanonimus-proto": "2.0.1-2a3d5ad.0",
"@vality/domain-proto": "2.0.1-c65fc2e.0",
"@vality/domain-proto": "2.0.1-bfedcb9.0",
"@vality/dominant-cache-proto": "2.0.1-99f38c9.0",
"@vality/fistful-proto": "2.0.0",
"@vality/magista-proto": "2.0.2-e46bba2.0",
@ -5774,9 +5774,9 @@
"integrity": "sha512-p/kR6o1mTWatvzpltDbSzJjRiA75ph8N5CZm5FTa+5ZgGer9pSN4sZhRGJj/iIfZkXZuVNZp9kisS+4+QKx13A=="
},
"node_modules/@vality/domain-proto": {
"version": "2.0.1-c65fc2e.0",
"resolved": "https://registry.npmjs.org/@vality/domain-proto/-/domain-proto-2.0.1-c65fc2e.0.tgz",
"integrity": "sha512-ZJiIvl4F1Np821XHxzACw0KNk8wF9u7QOjW4XaJZ88b4N99Sp5DdQKWZPHRRGmj27nORqam9DxZdwdV0KoEabw=="
"version": "2.0.1-bfedcb9.0",
"resolved": "https://registry.npmjs.org/@vality/domain-proto/-/domain-proto-2.0.1-bfedcb9.0.tgz",
"integrity": "sha512-GqIky/sjsnZ0mfPpfVmsprnGd17Trkznehm9n4P0y0pFOzFjp3Lov9UzW1Xq5k36/Zzr5JLNZCgAd8ldZIN27Q=="
},
"node_modules/@vality/dominant-cache-proto": {
"version": "2.0.1-99f38c9.0",

View File

@ -33,7 +33,7 @@
"@ngneat/until-destroy": "9.2.2",
"@s-libs/ng-core": "16.0.0",
"@vality/deanonimus-proto": "2.0.1-2a3d5ad.0",
"@vality/domain-proto": "2.0.1-c65fc2e.0",
"@vality/domain-proto": "2.0.1-bfedcb9.0",
"@vality/dominant-cache-proto": "2.0.1-99f38c9.0",
"@vality/fistful-proto": "2.0.0",
"@vality/magista-proto": "2.0.2-e46bba2.0",

View File

@ -63,7 +63,7 @@
<span
[ngClass]="{
link: !!extension?.link?.[0],
tooltip: !!extension?.tooltip,
'tooltip-link': !!extension?.tooltip,
'mat-body-1': true
}"
[queryParams]="extensionQueryParams$ | async"

View File

@ -9,7 +9,7 @@
}
.link,
.tooltip {
.tooltip-link {
text-decoration: underline;
text-decoration-style: dotted;
cursor: default;