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

joshtynjala 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 dbd80b3382 update most Jewel blog examples to use new js/css/assets 
and not load resources from external websites
dbd80b3382 is described below

commit dbd80b3382ff7bc4e7c99a792a9fe9c7f70968e8
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon May 5 10:27:47 2025 -0700

    update most Jewel blog examples to use new js/css/assets and not load 
resources from external websites
    
    there are a couple that I will update separately because they're more 
complicated
---
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 .../BE0009_Using_an_Item_ Renderer_with_a_List.as3proj              | 0
 .../README.txt                                                      | 0
 .../asconfig.json                                                   | 0
 .../build.xml                                                       | 0
 .../pom.xml                                                         | 0
 .../src/main/resources/jewel-example-index-template.html            | 4 ++--
 .../src/main/royale/BE0009_Using_an_Item_Renderer_with_a_List.mxml  | 0
 .../src/main/royale/itemRenderers/IconListItemRenderer.mxml         | 0
 .../src/main/royale/models/ListsModel.as                            | 0
 .../src/main/royale/vos/IconListVO.as                               | 0
 .../src/main/resources/jewel-example-index-template.html            | 4 ++--
 .../src/main/resources/jewel-example-index-template.html            | 4 ++--
 .../src/main/resources/jewel-example-index-template.html            | 4 ++--
 .../MainJewelApp/src/main/royale/MainJewelApp.mxml                  | 6 +++++-
 .../src/main/resources/jewel-example-index-template.html            | 4 ++--
 .../src/main/resources/jewel-example-index-template.html            | 4 ++--
 .../src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml    | 6 +++---
 .../main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml   | 2 +-
 .../src/main/royale/itemRenderers/VerticalIconListItemRenderer.mxml | 2 +-
 .../src/main/resources/jewel-example-index-template.html            | 4 ++--
 .../src/main/resources/jewel-example-index-template.html            | 5 ++---
 examples/blog/pom.xml                                               | 2 +-
 29 files changed, 41 insertions(+), 45 deletions(-)

diff --git 
a/examples/blog/BE0002_Using_Jewel_Alert_Control/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0002_Using_Jewel_Alert_Control/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0002_Using_Jewel_Alert_Control/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0002_Using_Jewel_Alert_Control/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0003_Using_Jewel_Slider_Control/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/BE0009_Using_an_Item_ Renderer_with_a_List.as3proj 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/BE0009_Using_an_Item_ 
Renderer_with_a_List.as3proj
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/BE0009_Using_an_Item_ Renderer_with_a_List.as3proj
rename to 
examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/BE0009_Using_an_Item_ 
Renderer_with_a_List.as3proj
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/README.txt 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/README.txt
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/README.txt
rename to examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/README.txt
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/asconfig.json 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/asconfig.json
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/asconfig.json
rename to examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/asconfig.json
diff --git a/examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/build.xml 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/build.xml
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/build.xml
rename to examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/build.xml
diff --git a/examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/pom.xml 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/pom.xml
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/pom.xml
rename to examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/pom.xml
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/resources/jewel-example-index-template.html 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/resources/jewel-example-index-template.html
similarity index 87%
rename from examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/resources/jewel-example-index-template.html
rename to 
examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/resources/jewel-example-index-template.html
index 140ba985a1..c4b9aa3ba5 100644
--- a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/resources/jewel-example-index-template.html     
+++ 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/resources/jewel-example-index-template.html
@@ -17,11 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/BE0009_Using_an_Item_Renderer_with_a_List.mxml
 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/BE0009_Using_an_Item_Renderer_with_a_List.mxml
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/BE0009_Using_an_Item_Renderer_with_a_List.mxml
rename to 
examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/BE0009_Using_an_Item_Renderer_with_a_List.mxml
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/itemRenderers/IconListItemRenderer.mxml 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/itemRenderers/IconListItemRenderer.mxml
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/itemRenderers/IconListItemRenderer.mxml
rename to 
examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/itemRenderers/IconListItemRenderer.mxml
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/models/ListsModel.as 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/models/ListsModel.as
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/models/ListsModel.as
rename to 
examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/models/ListsModel.as
diff --git a/examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/vos/IconListVO.as 
b/examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/vos/IconListVO.as
similarity index 100%
rename from examples/blog/BE0009_Using_an_Item_ 
Renderer_with_a_List/src/main/royale/vos/IconListVO.as
rename to 
examples/blog/BE0009_Using_an_Item_Renderer_with_a_List/src/main/royale/vos/IconListVO.as
diff --git 
a/examples/blog/BE0010_Customization_through_the_Royale_API/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0010_Customization_through_the_Royale_API/src/main/resources/jewel-example-index-template.html
index 140ba985a1..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0010_Customization_through_the_Royale_API/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0010_Customization_through_the_Royale_API/src/main/resources/jewel-example-index-template.html
@@ -17,11 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0011_Loading_external_data_through_HTTPService/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0011_Loading_external_data_through_HTTPService/src/main/resources/jewel-example-index-template.html
index 140ba985a1..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0011_Loading_external_data_through_HTTPService/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0011_Loading_external_data_through_HTTPService/src/main/resources/jewel-example-index-template.html
@@ -17,11 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/resources/jewel-example-index-template.html
index 140ba985a1..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/resources/jewel-example-index-template.html
@@ -17,11 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/royale/MainJewelApp.mxml
 
b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/royale/MainJewelApp.mxml
index 3f48f965f9..8153d680e7 100644
--- 
a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/royale/MainJewelApp.mxml
+++ 
b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/src/main/royale/MainJewelApp.mxml
@@ -54,7 +54,11 @@
 
                 </j:CardPrimaryContent>
                 <j:CardActions itemsHorizontalAlign="itemsRight">
-                    <j:Button text="Load a Module" emphasis="primary" 
click="loadModule()"/>
+                    <j:IconButton text="Load a Module" emphasis="primary" 
click="loadModule()">
+                        <j:icon>
+                            <js:MaterialIcon 
text="{MaterialIconType.DOWNLOAD}"/>
+                        </j:icon>
+                    </j:IconButton>
                 </j:CardActions>
              </j:Card>
         </j:View>
diff --git 
a/examples/blog/BE0014_Working_with_vector_graphics/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0014_Working_with_vector_graphics/src/main/resources/jewel-example-index-template.html
index 140ba985a1..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0014_Working_with_vector_graphics/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0014_Working_with_vector_graphics/src/main/resources/jewel-example-index-template.html
@@ -17,11 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/resources/jewel-example-index-template.html
index 140ba985a1..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/resources/jewel-example-index-template.html
@@ -17,11 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
index acd3661c0a..be793c2728 100644
--- 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
+++ 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
@@ -96,15 +96,15 @@
 
                                 <js:ArrayList>
                                     <fx:Array>
-                                        <vos:IconListVO label="Ank" 
icon="{FontAwesome5IconType.ANKH}"/>
+                                        <vos:IconListVO label="Ankh" 
icon="{FontAwesome5IconType.ANKH}"/>
                                         <vos:IconListVO label="Atom" 
icon="{FontAwesome5IconType.ATOM}"/>
                                         <vos:IconListVO label="Burn" 
icon="{FontAwesome5IconType.BURN}"/>
                                         <vos:IconListVO label="Candy Cane" 
icon="{FontAwesome5IconType.CANDY_CANE}"/>
                                         <vos:IconListVO label="Fire" 
icon="{FontAwesome5IconType.FIRE_ALT}"/>
-                                        <vos:IconListVO label="Duck" 
icon="{FontAwesome5IconType.DUCK}"/>
+                                        <vos:IconListVO label="Dog" 
icon="{FontAwesome5IconType.DOG}"/>
                                         <vos:IconListVO label="Cloud And Moon" 
icon="{FontAwesome5IconType.CLOUD_MOON}"/>
                                         <vos:IconListVO label="Europe" 
icon="{FontAwesome5IconType.GLOBE_EUROPE}"/>
-                                        <vos:IconListVO label="Electric 
Guitar" icon="{FontAwesome5IconType.GUITAR_ELECTRIC}"/>
+                                        <vos:IconListVO label="Guitar" 
icon="{FontAwesome5IconType.GUITAR}"/>
                                         <vos:IconListVO label="Mask" 
icon="{FontAwesome5IconType.MASK}"/>
                                         <vos:IconListVO label="Skull" 
icon="{FontAwesome5IconType.SKULL}"/>
                                         <vos:IconListVO label="Spider" 
icon="{FontAwesome5IconType.SPIDER}"/>
diff --git 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
index 37a8754b24..8169000af0 100644
--- 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
+++ 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
@@ -42,7 +42,7 @@ limitations under the License.
 
     <j:VGroup gap="3" itemsHorizontalAlign="itemsCenter">
         <js:FontAwesomeIcon text="{tabButton.icon}" 
-                            faStyle="{FontAwesomeIcon.LIGHT}" 
+                            faStyle="{FontAwesomeIcon.SOLID}" 
                             relativeSize="{FontAwesomeIcon.SIZE_LG}"/>
         <html:Span text="{tabButton.label}"/>
     </j:VGroup>
diff --git 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/VerticalIconListItemRenderer.mxml
 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/VerticalIconListItemRenderer.mxml
index c2e7ca464e..63e0b8f49d 100644
--- 
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/VerticalIconListItemRenderer.mxml
+++ 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/itemRenderers/VerticalIconListItemRenderer.mxml
@@ -39,7 +39,7 @@ limitations under the License.
     </j:beads>
 
     <js:FontAwesomeIcon text="{iconList.icon}"
-                    faStyle="{FontAwesomeIcon.DUOTONE}" 
+                    faStyle="{FontAwesomeIcon.SOLID}" 
                     relativeSize="{FontAwesomeIcon.SIZE_X2}"/>
 
     <j:Label html="{text}"/>
diff --git 
a/examples/blog/BE0016_Live_Editing_DataGrid/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0016_Live_Editing_DataGrid/src/main/resources/jewel-example-index-template.html
index 140ba985a1..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0016_Live_Editing_DataGrid/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0016_Live_Editing_DataGrid/src/main/resources/jewel-example-index-template.html
@@ -17,11 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git 
a/examples/blog/BE0016_Using_ComboBox/src/main/resources/jewel-example-index-template.html
 
b/examples/blog/BE0016_Using_ComboBox/src/main/resources/jewel-example-index-template.html
index d98e4cf9ea..c4b9aa3ba5 100644
--- 
a/examples/blog/BE0016_Using_ComboBox/src/main/resources/jewel-example-index-template.html
+++ 
b/examples/blog/BE0016_Using_ComboBox/src/main/resources/jewel-example-index-template.html
@@ -17,12 +17,11 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta name="Custom Template for injecting custom style CSS">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0">
     <link rel="stylesheet" type="text/css" href="${application}.css">
-    <link href="https://fonts.googleapis.com/css?family=Lato:400,700"; 
rel="stylesheet">
 ${head}
 </head>
 <body>
diff --git a/examples/blog/pom.xml b/examples/blog/pom.xml
index 56d451b16b..7b105ac7e9 100644
--- a/examples/blog/pom.xml
+++ b/examples/blog/pom.xml
@@ -40,7 +40,7 @@
     
<module>BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label</module>
     
<module>BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls</module>
     <module>BE0008_Using_View_States_to_show_or_hide_content</module>
-    <module>BE0009_Using_an_Item_ Renderer_with_a_List</module>
+    <module>BE0009_Using_an_Item_Renderer_with_a_List</module>
     <module>BE0010_Customization_through_the_Royale_API</module>
     <module>BE0011_Loading_external_data_through_HTTPService</module>
     
<module>BE0012_Using_external_javascript_libraries_in_Apache_Royale</module>

Reply via email to