This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from f4524fb changed version number
new 8e9dca5 jewel-grid: simplify code
new eaaddbb core-itextbutton interface
new 2023bcd jewel-inputbuttonzise: move toitsown button package
new 072c7e0 jewel-responsivesize: simplify code and make it extendable
new cb8dde4 jewel-button: add ITextButton interface to buttons with text
label (included checkbox and radiobutton) and make text label use a span to
make it more usable
new 509b447 jewel-responsive-label-visibiility: add resoposive visibility
for text labelsin buttons
new 3114904 jewel-button: padding between text and icon is now applied to
text instead to icon
new e52c07a Merge branch 'feature/responsive-button-labels' into develop
The 8 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:
.../projects/Core/src/main/royale/CoreClasses.as | 1 +
.../royale/core/{IIcon.as => ITextButton.as} | 21 +++-
.../Jewel/src/main/resources/jewel-manifest.xml | 3 +-
.../main/royale/org/apache/royale/jewel/Button.as | 46 ++++++-
.../royale/org/apache/royale/jewel/CheckBox.as | 29 +++--
.../royale/org/apache/royale/jewel/IconButton.as | 23 +---
.../royale/org/apache/royale/jewel/RadioButton.as | 29 +++--
.../royale/org/apache/royale/jewel/ToggleButton.as | 2 +-
.../beads/controls/{ => button}/InputButtonSize.as | 2 +-
.../controls/button/ResponsiveLabelVisibility.as | 102 ++++++++++++++++
.../royale/jewel/beads/layouts/GridCellLayout.as | 132 +++++++--------------
.../jewel/beads/layouts/ResponsiveVisibility.as | 77 ++++--------
.../JewelTheme/src/main/resources/defaults.css | 12 +-
.../src/main/sass/components-primary/_button.sass | 12 +-
14 files changed, 291 insertions(+), 200 deletions(-)
copy frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IIcon.as
=> ITextButton.as} (69%)
rename
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/{
=> button}/InputButtonSize.as (99%)
create mode 100644
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/button/ResponsiveLabelVisibility.as