Skip to content

Commit c01a0f8

Browse files
haavamoarunner
andauthored
Resources was updated from DIPS.Mobile.DesignTokens (#901)
Co-authored-by: runner <runner@sjc20-av644-f1d4d354-1ab9-4d4d-972f-09248690dc9a-C2C4E9020ECE.local>
1 parent be0aa43 commit c01a0f8

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [60.5.0]
2+
- Resources was updated from DIPS.Mobile.DesignTokens
3+
14
## [60.4.0]
25
- [BarcodeScanner] Shows validation failure messages above the scan rectangle when rejected barcode results include an error message, adds success/error haptics, and adds automatic camera zoom tips with `BarcodeScannerStartOptions.Hint`.
36

src/library/DIPS.Mobile.UI/Resources/Icons/IconName.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,5 +363,7 @@ public enum IconName
363363
sort=215,
364364
///<summary><a href="https://raw.githubusercontent.com/DIPSAS/DIPS.Mobile.UI/main/src/library/DIPS.Mobile.UI/Resources/Icons/open_in_new.svg">View the icon in the browser</a></summary>
365365
open_in_new=216,
366+
///<summary><a href="https://raw.githubusercontent.com/DIPSAS/DIPS.Mobile.UI/main/src/library/DIPS.Mobile.UI/Resources/Icons/edit_off.svg">View the icon in the browser</a></summary>
367+
edit_off=217,
366368
}
367369
}

src/library/DIPS.Mobile.UI/Resources/Icons/IconResources.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ internal static class IconResources
186186
["lab_syringe"] = "lab_syringe.png",
187187
["sort"] = "sort.png",
188188
["open_in_new"] = "open_in_new.png",
189+
["edit_off"] = "edit_off.png",
189190

190191

191192
};
Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)