* Wrap legacy font icon so we can inherit font from parent element
* Remove icon name from class attributes
* Add back class as color is part of icon
* Replace icon classes
* Replace icon class
* Use umb-icon
* Remove icon classes
* Remove icon classes
* Update color for SVG icons
* Inherit animation
* Add icon add class to SVG as well
* Update umb-icon inner wrapper
* Fix issue with search icon styling in property editors dialog
* Formatting
* Adjust umb-icon with transclude
* Change back to original back icon from font awesome
* Adjust styling for font icon
* Replace with umb-icon
* Use umb-icon in packager
* Use umb-icon in help drawer
* Use umb-icon in treesource prevalue editor
* Update font size
* Replace with umb-icon
* Replace icons with umb-icon
* div isn't valid inside label element
* Replace more icons
* Use umb-search-filter component
* Update to use umb-icon
* Use end-closing tag for custom HTML element
* Use umb-icon component
* Use umb-icon component to replace icons
* Replace with umb-icon
* Replace icons with umb-icon
* Replace more icons
* Custom HTML element should have end-closing tag
* Replace icons with umb-icon
* Replace icons
* Remove unused variable
* Replace icon
* Replace icons
* Revert to `<i>` element as it was causing issues with isolated scopes
* Adjust umb-checkmark to work with umb-icon
* Adjust lightbox styling
* Remove unused helper class and it is already available as "self-center" in _flexbox.less
* remove unused class from icon, shift margin to parent element
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
This should at least fix#10793 because of a memory leak fix in Serilog.Sinks.Map 1.0.2. Also updated the rest for good measure.
Note that Serilog.Sinks.File is not upgraded to the latest version because it is a new major (4.1.0 -> 5.0.0). Also note that Serilog.Filters.Expressions is deprecated and should be replaced by Serilog.Expressions. I considered both out of scope for this fix.
* Fix JS error when using the hide search function in treepicker
* updates with same defensive change from original pr - only explores child.children after confirming the child indeed has children
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>