-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OHRM5X-1786: Bump version to 1.0.7 (#628)
* OHRM5X-1786: Remove unused assets * OHRM5X-1786: OXD glass button fix icon not displaying issue
- Loading branch information
Chamara Abesinghe
authored
Oct 14, 2022
1 parent
afb7e1d
commit eaf0a5a
Showing
30 changed files
with
24 additions
and
82 deletions.
There are no files selected for viewing
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
4 changes: 2 additions & 2 deletions
4
components/src/core/components/Button/__tests__/__snapshots__/glass-button.spec.ts.snap
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,5 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Button > GlassButton.vue should disable OXD glass button 1`] = `<button type="button" class="oxd-glass-button oxd-glass-button--disabled" disabled="" name="Post Photo"> </button>`; | ||
exports[`Button > GlassButton.vue should disable OXD glass button 1`] = `<button type="button" class="oxd-glass-button oxd-glass-button--disabled" disabled="" name="Post Photo"><span class="oxd-glass-button-icon oxd-glass-button-icon--disabled oxd-glass-button-icon--cameraglass"></span> </button>`; | ||
|
||
exports[`Button > GlassButton.vue should renders OXD glass button 1`] = `<button type="button" class="oxd-glass-button" disabled="" name="Post Video"> </button>`; | ||
exports[`Button > GlassButton.vue should renders OXD glass button 1`] = `<button type="button" class="oxd-glass-button" disabled="" name="Post Video"><span class="oxd-glass-button-icon oxd-glass-button-icon--videoglass"></span> </button>`; |
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
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
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
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