Skip to content

Commit

Permalink
Merge pull request #1213 from scheduleonce/staging-app2
Browse files Browse the repository at this point in the history
Merging staging-app2 in to master.
  • Loading branch information
OhTanishJain authored Jun 21, 2024
2 parents 1c5c93d + bce5ddc commit da3d3e9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.17] - 2024-06-04

- [ONCEHUB-25174] Fixed: Text links have rounded corner focus states in Safari browser

## [8.0.13] - 2024-03-04

- [orion/ONCEHUB-78785-qa] es5-ext vulnerability has been fixed
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": "oncehub-ui",
"version": "8.0.16",
"version": "8.0.17",
"scripts": {
"ng": "ng",
"build": "ng build ui",
Expand Down
4 changes: 2 additions & 2 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oncehub/ui",
"version": "8.0.16",
"version": "8.0.17",
"description": "Oncehub UI",
"peerDependencies": {},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $green-tick-icon: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0
outline: 0 none;
}
&.cdk-keyboard-focused {
outline: solid 1px #006bb1 !important;
box-shadow: 0 0 0 1px #006bb1 !important;
text-decoration: underline;
border-radius: 5px;
}
Expand Down
1 change: 1 addition & 0 deletions ui/src/components/button/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const OuiButtonMixinBase: CanDisableCtor &
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
host: {
'[disabled]': 'disabled || null',
'[tabindex]': 'tabIndex || 0',
},
templateUrl: 'button.html',
styleUrls: ['button.scss'],
Expand Down

0 comments on commit da3d3e9

Please sign in to comment.