-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcaeac0
commit 8317321
Showing
33 changed files
with
2,667 additions
and
219 deletions.
There are no files selected for viewing
374 changes: 370 additions & 4 deletions
374
packages/genesys-spark-components/src/components/beta/gux-avatar-group/example.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
...src/components/beta/gux-avatar-group/gux-avatar-group-item/gux-avatar-group-item.types.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
packages/genesys-spark-components/src/components/beta/gux-avatar-group/gux-avatar-group.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
@use '~genesys-spark/dist/scss/focus.scss'; | ||
|
||
:host { | ||
display: flex; | ||
align-items: center; | ||
inline-size: fit-content; | ||
padding-block: var(--gse-semantic-interactive-sm-padding); | ||
padding-inline: var(--gse-semantic-interactive-sm-padding) | ||
var(--gse-semantic-interactive-md-padding); | ||
} | ||
|
||
&:focus-visible { | ||
outline: none; | ||
} | ||
:host(:focus-visible) { | ||
@include focus.gux-focus-ring; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.