This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 7c43a40616 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
new 93804a3dab Added Hero
new 430f27a8c8 Manifest and StyleClasses should not have redundancies
The 2 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:
.../src/main/royale/HeroPlayGround.mxml | 84 ++++++++++++++++++++++
.../TourDeStyle/src/main/royale/TourDeStyle.mxml | 54 ++++++++++++++
.../projects/Style/src/main/resources/defaults.css | 12 ++++
.../Style/src/main/resources/style-manifest.xml | 11 +++
.../projects/Style/src/main/royale/StyleClasses.as | 6 --
.../apache/royale/style/{CardBody.as => Hero.as} | 6 +-
.../style/{CardActions.as => HeroContent.as} | 6 +-
.../style/{CardActions.as => HeroOverlay.as} | 6 +-
.../skins/{NavbarEndSkin.as => HeroContentSkin.as} | 33 ++++++---
.../skins/{StepsSkin.as => HeroOverlaySkin.as} | 51 ++++++-------
.../style/skins/{FooterSkin.as => HeroSkin.as} | 28 ++++----
11 files changed, 230 insertions(+), 67 deletions(-)
create mode 100644
examples/royale/TourDeStyle/src/main/royale/HeroPlayGround.mxml
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/{CardBody.as
=> Hero.as} (92%)
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/{CardActions.as
=> HeroContent.as} (91%)
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/{CardActions.as
=> HeroOverlay.as} (91%)
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/{NavbarEndSkin.as
=> HeroContentSkin.as} (65%)
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/{StepsSkin.as
=> HeroOverlaySkin.as} (57%)
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/{FooterSkin.as
=> HeroSkin.as} (76%)