Skip to content

Commit

Permalink
chore: release 1.5.0 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <actions@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Feb 16, 2023
1 parent 374e3d4 commit 3b46570
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "UI5 Inspector",
"version": "1.4.1",
"version": "1.5.0",
"background": {
"service_worker": "/scripts/background/main.js"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5inspector",
"version": "1.4.1",
"version": "1.5.0",
"author": "SAP SE",
"license": "Apache-2.0",
"contributors": [
Expand Down
12 changes: 6 additions & 6 deletions tests/styles/themes/dark/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,16 +318,19 @@ data-view {
-webkit-transform: translateZ(0);
word-break: break-all;
}
data-view clickable-value {
data-view clickable-value,
data-view .controlId {
color: #ED9868;
}
data-view anchor,
data-view clickable-value {
data-view clickable-value,
data-view .controlId {
cursor: pointer;
text-decoration: underline;
}
data-view anchor:hover,
data-view clickable-value:hover {
data-view clickable-value:hover,
data-view .controlId:hover {
text-decoration: none;
}
data-view arrow {
Expand Down Expand Up @@ -387,9 +390,6 @@ data-view .disclaimer {
padding-left: 5px;
color: lightcoral;
}
data-view .controlId {
cursor: pointer;
}
/* ==========================================================================
FrameSelect
========================================================================== */
Expand Down
12 changes: 6 additions & 6 deletions tests/styles/themes/light/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,16 +318,19 @@ data-view {
-webkit-transform: translateZ(0);
word-break: break-all;
}
data-view clickable-value {
data-view clickable-value,
data-view .controlId {
color: #0000ee;
}
data-view anchor,
data-view clickable-value {
data-view clickable-value,
data-view .controlId {
cursor: pointer;
text-decoration: underline;
}
data-view anchor:hover,
data-view clickable-value:hover {
data-view clickable-value:hover,
data-view .controlId:hover {
text-decoration: none;
}
data-view arrow {
Expand Down Expand Up @@ -387,9 +390,6 @@ data-view .disclaimer {
padding-left: 5px;
color: lightcoral;
}
data-view .controlId {
cursor: pointer;
}
/* ==========================================================================
FrameSelect
========================================================================== */
Expand Down

0 comments on commit 3b46570

Please sign in to comment.