summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-02-15 18:02:23 +0000
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-02-16 15:26:38 +0000
commit770049ea162573d5afa1aaefed6131fe5e0a77f7 (patch)
treef702a09afd7b18879a562674c760c682c78895c0 /gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls
parent29df248caa234bc0dff3c20875bdaecfeba127e0 (diff)
Refactor apex-editor frontend build
Moved frontend from src/main/resources/webapp to src/main/webapp Moved static resources such as jquery-ui to webapp/dist folder Configured jest to exclude webapp/dist from coverage report Removed unused ZIP file assembly Cleaned up POM Issue-ID: POLICY-3896 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ia006eb94a39586219029866eef94aef38912ad65
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls')
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/close_exit_icon.svg16
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/collapse_icon.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow_hit.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/expand_icon.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/info-black-16x16.svg18
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow.svg13
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_hit.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/magnify_black.svg14
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/next_arrows_hit.svg14
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/previous_arrows_hit.svg14
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow.svg13
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_hit.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/save_black.svg13
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow.svg12
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow_hit.svg12
18 files changed, 235 insertions, 0 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/close_exit_icon.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/close_exit_icon.svg
new file mode 100644
index 0000000..a950bea
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/close_exit_icon.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<defs>
+</defs>
+<path fill="#000000" d="M8,0C3.582,0,0,3.582,0,8c0,4.418,3.582,8,8,8c4.418,0,8-3.582,8-8C16,3.582,12.418,0,8,0z M11.609,10.743
+ l-0.867,0.866c-0.158,0.158-0.418,0.158-0.576,0L8,9.444l-2.166,2.165c-0.159,0.158-0.418,0.158-0.577-0.002l-0.867-0.864
+ c-0.158-0.159-0.158-0.417,0-0.578L6.556,8L4.392,5.836c-0.159-0.16-0.159-0.419,0-0.578l0.866-0.866c0.159-0.16,0.419-0.16,0.577,0
+ L8,6.557l2.166-2.165c0.158-0.16,0.418-0.16,0.576,0l0.867,0.865c0.158,0.159,0.158,0.419,0,0.579L9.443,8l2.166,2.165
+ C11.768,10.326,11.768,10.584,11.609,10.743z"/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/collapse_icon.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/collapse_icon.svg
new file mode 100644
index 0000000..c0d63d8
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/collapse_icon.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="8px" height="5px" viewBox="0 0 8 5" enable-background="new 0 0 8 5" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#2D2C2C" points="4,1.775 8,5 8,3.226 4,0 0,3.226 0,5 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow.svg
new file mode 100644
index 0000000..eef7515
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="8px" height="5px" viewBox="0 0 8 5" enable-background="new 0 0 8 5" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#2D2C2C" points="4,3.225 0,0 0,1.774 4,5 8,1.774 8,0 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow_hit.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow_hit.svg
new file mode 100644
index 0000000..d1d6efd
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/down_arrow_hit.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="8px" height="5px" viewBox="0 0 8 5" enable-background="new 0 0 8 5" xml:space="preserve">
+<defs>
+</defs>
+<polygon points="4,3.225 0,0 0,1.774 4,5 8,1.774 8,0 "/>
+</svg> \ No newline at end of file
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/expand_icon.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/expand_icon.svg
new file mode 100644
index 0000000..eef7515
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/expand_icon.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="8px" height="5px" viewBox="0 0 8 5" enable-background="new 0 0 8 5" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#2D2C2C" points="4,3.225 0,0 0,1.774 4,5 8,1.774 8,0 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/info-black-16x16.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/info-black-16x16.svg
new file mode 100644
index 0000000..1ff8696
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/info-black-16x16.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <g>
+ <circle fill="#3D3A39" cx="8" cy="8" r="6.243"/>
+ <path fill="#FFFFFF" d="M8.009,5.21c-0.219,0-0.406-0.067-0.561-0.201C7.293,4.875,7.215,4.685,7.215,4.44
+ c0-0.223,0.08-0.405,0.238-0.55c0.161-0.143,0.345-0.215,0.556-0.215c0.203,0,0.384,0.065,0.54,0.195
+ C8.707,4,8.785,4.19,8.785,4.44c0,0.241-0.076,0.43-0.23,0.566C8.401,5.143,8.22,5.21,8.009,5.21z M8.785,7.222v4.147
+ c0,0.314-0.075,0.553-0.225,0.715c-0.148,0.16-0.34,0.24-0.569,0.24c-0.23,0-0.417-0.082-0.561-0.246s-0.216-0.4-0.216-0.709
+ V7.269c0-0.311,0.072-0.544,0.216-0.702c0.144-0.158,0.33-0.236,0.561-0.236c0.229,0,0.421,0.078,0.569,0.236
+ C8.71,6.724,8.785,6.943,8.785,7.222z"/>
+ </g>
+ <rect x="1.129" y="1.129" fill="none" width="13.742" height="13.742"/>
+</g>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow.svg
new file mode 100644
index 0000000..6f63b93
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="9px" height="8px" viewBox="0 0 9 8" enable-background="new 0 0 9 8" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#0E68B2" points="5.557,4 9.018,0 7.113,0 3.65,4 7.113,8 9.018,8 "/>
+<rect fill="#0E68B2" width="1.6" height="8"/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_.svg
new file mode 100644
index 0000000..1132822
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="5px" height="8px" viewBox="0 0 5 8" enable-background="new 0 0 5 8" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#2D2C2C" points="1.775,4 5,0 3.226,0 0,4 3.226,8 5,8 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_hit.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_hit.svg
new file mode 100644
index 0000000..ffaa903
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/left_arrow_hit.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="5px" height="8px" viewBox="0 0 5 8" enable-background="new 0 0 5 8" xml:space="preserve">
+<defs>
+</defs>
+<polygon points="1.775,4 5,0 3.226,0 0,4 3.226,8 5,8 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/magnify_black.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/magnify_black.svg
new file mode 100644
index 0000000..024ffe9
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/magnify_black.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
+<defs>
+</defs>
+<path d="M15.7,13.5l-2.9-2.9c-0.4-0.4-0.9-0.4-1.3-0.2l-0.5-0.5c0.8-1,1.3-2.4,1.3-3.8C12.2,2.7,9.5,0,6.1,0C2.7,0,0,2.7,0,6.1
+ s2.7,6.1,6.1,6.1c1.4,0,2.7-0.5,3.8-1.3l0.5,0.5c-0.2,0.4-0.2,1,0.2,1.3l2.9,2.9c0.4,0.4,1.2,0.4,1.6,0l0.5-0.5
+ C16.1,14.7,16.1,14,15.7,13.5 M1.1,6.1c0-2.8,2.2-5,5-5c2.8,0,5,2.2,5,5c0,2.8-2.2,5-5,5C3.4,11.1,1.1,8.9,1.1,6.1"/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/next_arrows_hit.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/next_arrows_hit.svg
new file mode 100644
index 0000000..37dfa00
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/next_arrows_hit.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="16px" height="16px" viewBox="-3.07 -4 16 16" enable-background="new -3.07 -4 16 16"
+ xml:space="preserve">
+<defs>
+</defs>
+<polygon points="7.941,4 4.718,8 6.491,8 9.718,4 6.491,0 4.718,0 "/>
+<polygon points="3.224,4 0,8 1.773,8 5,4 1.773,0 0,0 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/previous_arrows_hit.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/previous_arrows_hit.svg
new file mode 100644
index 0000000..ca8ad0b
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/previous_arrows_hit.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="16px" height="16px" viewBox="-3.07 -4 16 16" enable-background="new -3.07 -4 16 16"
+ xml:space="preserve">
+<defs>
+</defs>
+<polygon points="1.776,4 5,0 3.227,0 0,4 3.227,8 5,8 "/>
+<polygon points="6.494,4 9.718,0 7.944,0 4.718,4 7.944,8 9.718,8 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow.svg
new file mode 100644
index 0000000..cdb0352
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="9px" height="8px" viewBox="0 0 9 8" enable-background="new 0 0 9 8" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#0E68B2" points="3.461,4 0,8 1.904,8 5.367,4 1.904,0 0,0 "/>
+<rect x="7.418" fill="#0E68B2" width="1.6" height="8"/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_.svg
new file mode 100644
index 0000000..d58c613
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="5px" height="8px" viewBox="0 0 5 8" enable-background="new 0 0 5 8" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#2D2C2C" points="3.225,4 0,8 1.774,8 5,4 1.774,0 0,0 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_hit.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_hit.svg
new file mode 100644
index 0000000..63bfd27
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/right_arrow_hit.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="8px" height="8px" viewBox="-1.5 0 8 8" style="enable-background:new -1.5 0 8 8;" xml:space="preserve">
+<defs>
+</defs>
+<polygon points="3.2,4 0,8 1.8,8 5,4 1.8,0 0,0 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/save_black.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/save_black.svg
new file mode 100644
index 0000000..4cbbfc1
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/save_black.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="12px" height="13px" viewBox="0 0 12 13" style="enable-background:new 0 0 12 13;" xml:space="preserve">
+<defs>
+</defs>
+<path d="M7,3H5V0h2V3z M9,7V6H3v1H9L9,7z M9,9V8H3v1H9L9,9z M12,2.6v10c0,0.2,0,0.4-0.2,0.4H0.4C0.2,13,0,12.8,0,12.6V0.4
+ C0,0.2,0.2,0,0.4,0H2v4h6.4V0h1.2L12,2.6z M10,5H2v6h8V5z"/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow.svg
new file mode 100644
index 0000000..c0d63d8
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="8px" height="5px" viewBox="0 0 8 5" enable-background="new 0 0 8 5" xml:space="preserve">
+<defs>
+</defs>
+<polygon fill="#2D2C2C" points="4,1.775 8,5 8,3.226 4,0 0,3.226 0,5 "/>
+</svg>
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow_hit.svg b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow_hit.svg
new file mode 100644
index 0000000..2e2ae5e
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/dist/resources/controls/up_arrow_hit.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ x="0px" y="0px" width="8px" height="8px" viewBox="0 -1.5 8 8" style="enable-background:new 0 -1.5 8 8;" xml:space="preserve">
+<defs>
+</defs>
+<polygon points="4,1.8 8,5 8,3.2 4,0 0,3.2 0,5 "/>
+</svg>