This is an automated email from the ASF dual-hosted git repository.

greg-dove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2d41c81405 Removing @royalesuppressexport from these classes for now 
to keep minified code working properly. [SEE NOTES IN BorderRadius.as for 
future restoration of this optimization]
2d41c81405 is described below

commit 2d41c81405dad8a06c2e3369e1319fe867dd8ad6
Author: greg-dove <[email protected]>
AuthorDate: Wed Jun 24 13:25:45 2026 +0200

    Removing @royalesuppressexport from these classes for now to keep minified 
code working properly.
    [SEE NOTES IN BorderRadius.as for future restoration of this optimization]
---
 .../main/royale/org/apache/royale/style/stylebeads/border/Border.as   | 3 +--
 .../royale/org/apache/royale/style/stylebeads/border/BorderRadius.as  | 4 +---
 .../royale/org/apache/royale/style/stylebeads/border/BorderWidth.as   | 4 +---
 .../main/royale/org/apache/royale/style/stylebeads/border/Outline.as  | 4 +---
 .../main/royale/org/apache/royale/style/stylebeads/spacing/Margin.as  | 4 +---
 .../main/royale/org/apache/royale/style/stylebeads/spacing/Padding.as | 4 +---
 6 files changed, 6 insertions(+), 17 deletions(-)

diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Border.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Border.as
index 92a5262ffa..116ac76570 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Border.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Border.as
@@ -28,8 +28,7 @@ package org.apache.royale.style.stylebeads.border
         * For more complex borders, use BorderRadius and BorderWidth,
         * which allow for more specific control over the radius and width
         * of each corner and side of the border.
-        * 
-        * @royalesuppressexport
+        *
         */
        public class Border extends CompositeStyle
        {
diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderRadius.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderRadius.as
index 3533cec1c4..ad5dd08b4a 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderRadius.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderRadius.as
@@ -23,9 +23,7 @@ package org.apache.royale.style.stylebeads.border
        import org.apache.royale.style.util.ThemeManager;
        import org.apache.royale.style.util.StyleTheme;
        import org.apache.royale.style.stylebeads.CompositeStyle;
-       /**
-        * @royalesuppressexport
-        */
+
        public class BorderRadius extends CompositeStyle
        {
                public function BorderRadius(value:* = null, unit:String = "px")
diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderWidth.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderWidth.as
index fa176d9c4f..a83c2a74c0 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderWidth.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/BorderWidth.as
@@ -23,9 +23,7 @@ package org.apache.royale.style.stylebeads.border
        import org.apache.royale.style.util.ThemeManager;
        import org.apache.royale.style.util.StyleTheme;
        import org.apache.royale.style.stylebeads.CompositeStyle;
-       /**
-        * @royalesuppressexport
-        */
+
        public class BorderWidth extends CompositeStyle
        {
                public function BorderWidth(value:* = null, unit:String = "px")
diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Outline.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Outline.as
index e71882dfc2..7f93f0cba6 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Outline.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/border/Outline.as
@@ -22,9 +22,7 @@ package org.apache.royale.style.stylebeads.border
        import org.apache.royale.debugging.assert;
        import org.apache.royale.style.util.StyleData;
        import org.apache.royale.style.stylebeads.CompositeStyle;
-       /**
-        * @royalesuppressexport
-        */
+
        public class Outline extends CompositeStyle
        {
                public function Outline(width:*=null, style:*=null, 
color:*=null, offset:*=null)
diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Margin.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Margin.as
index 8b697b91f5..e8de4e0029 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Margin.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Margin.as
@@ -21,9 +21,7 @@ package org.apache.royale.style.stylebeads.spacing
        import org.apache.royale.style.stylebeads.CompositeStyle;
        import org.apache.royale.style.util.parseShorthandCSS;
 
-       /**
-        * @royalesuppressexport
-        */
+
        public class Margin extends CompositeStyle
        {
                public function Margin(value:* = null, unit:String = "px")
diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Padding.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Padding.as
index 90b72e61f3..71f9bc57f2 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Padding.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/spacing/Padding.as
@@ -20,9 +20,7 @@ package org.apache.royale.style.stylebeads.spacing
 {
        import org.apache.royale.style.stylebeads.CompositeStyle;
        import org.apache.royale.style.util.parseShorthandCSS;
-       /**
-        * @royalesuppressexport
-        */
+
        public class Padding extends CompositeStyle
        {
                public function Padding(value:* = null, unit:String = "px")

Reply via email to