This is an automated email from the ASF dual-hosted git repository.
hiedra pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from a5cf5fc8d4 Fix duplicate declarations FontAwesome6IconType
add b3099904cb FontAwesome5IconType update ver. 5.15.4
add f8dcbbf784 FontAwesome6IconType: Changing the name of the constant of
the icons that reference digits (0..9) "N" to "D" (digit) Add
FontAwesome5ProIconType && FontAwesome6ProIconType
add 7a7b2131e4 Fix errors
add 75626a008c MaterialIconType: Fix errors
add 24aaa2d9a8 MaterialIconType: Sort statements alphabetically for
comparison with the next update.
add 0096b300cf MaterialiconType: Add new icons FontAwesome6..: Unification
criteria for naming numerical icons with MaterialIconType; start with "_"
new a93a4a2dfd Merge branch 'fontIcon/toplineup_fontawesome5' into develop
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Icons/src/main/royale/FontAwesome5IconType.as | 2239 ++++++---
.../src/main/royale/FontAwesome5ProIconType.as | 901 ++++
.../Icons/src/main/royale/FontAwesome6IconType.as | 4954 ++++++++++----------
.../src/main/royale/FontAwesome6ProIconType.as | 2378 ++++++++++
.../projects/Icons/src/main/royale/IconsClasses.as | 2 +
.../Icons/src/main/royale/MaterialIconType.as | 4305 +++++++++++++----
6 files changed, 10690 insertions(+), 4089 deletions(-)
create mode 100644
frameworks/projects/Icons/src/main/royale/FontAwesome5ProIconType.as
create mode 100644
frameworks/projects/Icons/src/main/royale/FontAwesome6ProIconType.as