diff --git a/assets/v1/JSON/dark-indigo.json b/assets/v1/JSON/dark-indigo.json new file mode 100644 index 0000000..20f158a --- /dev/null +++ b/assets/v1/JSON/dark-indigo.json @@ -0,0 +1,240 @@ +{ + "version": 1, + "properties": { + "layout": { + "type": "list" + }, + "background": { + "type": "color", + "color": "#172239", + "gradient": { + "type": "linear", + "colors": [ + "#BFE3FF", + "#FFD9D5" + ], + "angle": "180deg" + } + }, + "header": { + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "-20deg" + } + } + }, + "pagination": { + "styleType": "1", + "color": "#0057ae" + }, + "panel": { + "alignment": "center", + "background": { + "type": "color", + "color": "#FFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + } + }, + "fields": { + "color": { + "title": "#000", + "desc": "#000", + "hint": "#000", + "required": "red" + } + }, + "components": { + "section": { + "color": "#0057ae" + }, + "input": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "valueColor": "#172239", + "placeholderColor": "#cccccc", + "focusColor": "#0057ae", + "borderColor": "#cccccc" + }, + "file": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "textStyle": { + "color": "#172239" + }, + "border": { + "color": "#cccccc" + } + }, + "choice": { + "optionTextColor": "#172239", + "selectedColor": "#0057ae", + "borderColor": "#cccccc", + "backgroundColor": "transparent" + }, + "location": { + "textColor": "red" + }, + "information": { + "textColor": "#172239" + }, + "rating": { + "borderColor": "#0057ae" + } + }, + "buttons": { + "language": { + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "border": { + "color": "#CCCCCC" + } + }, + "previous": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "next": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "save": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + }, + "submit": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + } + }, + "loader": { + "styleType": "1", + "color": "#29b6f6" + } + } +} \ No newline at end of file diff --git a/assets/v1/JSON/sky-blue.json b/assets/v1/JSON/sky-blue.json new file mode 100644 index 0000000..5d40c22 --- /dev/null +++ b/assets/v1/JSON/sky-blue.json @@ -0,0 +1,240 @@ +{ + "version": 1, + "properties": { + "layout": { + "type": "card" + }, + "background": { + "type": "color", + "color": "#BFE3FF", + "gradient": { + "type": "linear", + "colors": [ + "#BFE3FF", + "#FFD9D5" + ], + "angle": "180deg" + } + }, + "header": { + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "background": { + "type": "color", + "color": "#566DE5", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "-20deg" + } + } + }, + "pagination": { + "styleType": "1", + "color": "#0057ae" + }, + "panel": { + "alignment": "center", + "background": { + "type": "color", + "color": "#FFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + } + }, + "fields": { + "color": { + "title": "#000", + "desc": "#000", + "hint": "#000", + "required": "red" + } + }, + "components": { + "section": { + "color": "#0057ae" + }, + "input": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "valueColor": "#172239", + "placeholderColor": "#cccccc", + "focusColor": "#0057ae", + "borderColor": "#cccccc" + }, + "file": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "textStyle": { + "color": "#172239" + }, + "border": { + "color": "#cccccc" + } + }, + "choice": { + "optionTextColor": "#172239", + "selectedColor": "#0057ae", + "borderColor": "#cccccc", + "backgroundColor": "transparent" + }, + "location": { + "textColor": "red" + }, + "information": { + "textColor": "#172239" + }, + "rating": { + "borderColor": "#0057ae" + } + }, + "buttons": { + "language": { + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "border": { + "color": "#CCCCCC" + } + }, + "previous": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "next": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "save": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + }, + "submit": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + } + }, + "loader": { + "styleType": "1", + "color": "#29b6f6" + } + } +} \ No newline at end of file diff --git a/assets/v1/JSON/sunset-breeze.json b/assets/v1/JSON/sunset-breeze.json new file mode 100644 index 0000000..21d0046 --- /dev/null +++ b/assets/v1/JSON/sunset-breeze.json @@ -0,0 +1,240 @@ +{ + "version": 1, + "properties": { + "layout": { + "type": "card" + }, + "background": { + "type": "gradient", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#BFE3FF", + "#FFD9D5" + ], + "angle": "180deg" + } + }, + "header": { + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "background": { + "type": "transparent", + "color": "#172239", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "-20deg" + } + } + }, + "pagination": { + "styleType": "1", + "color": "#0057ae" + }, + "panel": { + "alignment": "center", + "background": { + "type": "color", + "color": "#FFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + } + }, + "fields": { + "color": { + "title": "#000", + "desc": "#000", + "hint": "#000", + "required": "red" + } + }, + "components": { + "section": { + "color": "#0057ae" + }, + "input": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "valueColor": "#172239", + "placeholderColor": "#cccccc", + "focusColor": "#0057ae", + "borderColor": "#cccccc" + }, + "file": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "textStyle": { + "color": "#172239" + }, + "border": { + "color": "#cccccc" + } + }, + "choice": { + "optionTextColor": "#172239", + "selectedColor": "#0057ae", + "borderColor": "#cccccc", + "backgroundColor": "transparent" + }, + "location": { + "textColor": "red" + }, + "information": { + "textColor": "#172239" + }, + "rating": { + "borderColor": "#0057ae" + } + }, + "buttons": { + "language": { + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "border": { + "color": "#CCCCCC" + } + }, + "previous": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "next": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "save": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + }, + "submit": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + } + }, + "loader": { + "styleType": "1", + "color": "#29b6f6" + } + } +} \ No newline at end of file diff --git a/assets/v1/template-list.json b/assets/v1/template-list.json new file mode 100644 index 0000000..75c6cfb --- /dev/null +++ b/assets/v1/template-list.json @@ -0,0 +1,22 @@ +{ + "list": [ + { + "name": "Sunset Breeze", + "short_code": "sunset-breeze", + "JSONPath": "assets/v1/JSON/sunset-breeze.json", + "thumbnail": "assets/v1/thumbnail/sunset-breeze.png" + }, + { + "name": "Sky Blue", + "short_code": "sky-blue", + "JSONPath": "assets/v1/JSON/sky-blue.json", + "thumbnail": "assets/v1/thumbnail/sky-blue.png" + }, + { + "name": "Dark Indigo", + "short_code": "dark-indigo", + "JSONPath": "assets/v1/JSON/dark-indigo.json", + "thumbnail": "assets/v1/thumbnail/dark-indigo.png" + } + ] +} \ No newline at end of file diff --git a/assets/v1/thumbnail/dark-indigo.png b/assets/v1/thumbnail/dark-indigo.png new file mode 100644 index 0000000..71bd82a Binary files /dev/null and b/assets/v1/thumbnail/dark-indigo.png differ diff --git a/assets/v1/thumbnail/sky-blue.png b/assets/v1/thumbnail/sky-blue.png new file mode 100644 index 0000000..1532ea6 Binary files /dev/null and b/assets/v1/thumbnail/sky-blue.png differ diff --git a/assets/v1/thumbnail/sunset-breeze.png b/assets/v1/thumbnail/sunset-breeze.png new file mode 100644 index 0000000..14e3368 Binary files /dev/null and b/assets/v1/thumbnail/sunset-breeze.png differ diff --git a/assets/v2/JSON/dark-indigo.json b/assets/v2/JSON/dark-indigo.json new file mode 100644 index 0000000..20f158a --- /dev/null +++ b/assets/v2/JSON/dark-indigo.json @@ -0,0 +1,240 @@ +{ + "version": 1, + "properties": { + "layout": { + "type": "list" + }, + "background": { + "type": "color", + "color": "#172239", + "gradient": { + "type": "linear", + "colors": [ + "#BFE3FF", + "#FFD9D5" + ], + "angle": "180deg" + } + }, + "header": { + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "-20deg" + } + } + }, + "pagination": { + "styleType": "1", + "color": "#0057ae" + }, + "panel": { + "alignment": "center", + "background": { + "type": "color", + "color": "#FFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + } + }, + "fields": { + "color": { + "title": "#000", + "desc": "#000", + "hint": "#000", + "required": "red" + } + }, + "components": { + "section": { + "color": "#0057ae" + }, + "input": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "valueColor": "#172239", + "placeholderColor": "#cccccc", + "focusColor": "#0057ae", + "borderColor": "#cccccc" + }, + "file": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "textStyle": { + "color": "#172239" + }, + "border": { + "color": "#cccccc" + } + }, + "choice": { + "optionTextColor": "#172239", + "selectedColor": "#0057ae", + "borderColor": "#cccccc", + "backgroundColor": "transparent" + }, + "location": { + "textColor": "red" + }, + "information": { + "textColor": "#172239" + }, + "rating": { + "borderColor": "#0057ae" + } + }, + "buttons": { + "language": { + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "border": { + "color": "#CCCCCC" + } + }, + "previous": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "next": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "save": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + }, + "submit": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + } + }, + "loader": { + "styleType": "1", + "color": "#29b6f6" + } + } +} \ No newline at end of file diff --git a/assets/v2/JSON/sky-blue.json b/assets/v2/JSON/sky-blue.json new file mode 100644 index 0000000..5d40c22 --- /dev/null +++ b/assets/v2/JSON/sky-blue.json @@ -0,0 +1,240 @@ +{ + "version": 1, + "properties": { + "layout": { + "type": "card" + }, + "background": { + "type": "color", + "color": "#BFE3FF", + "gradient": { + "type": "linear", + "colors": [ + "#BFE3FF", + "#FFD9D5" + ], + "angle": "180deg" + } + }, + "header": { + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "background": { + "type": "color", + "color": "#566DE5", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "-20deg" + } + } + }, + "pagination": { + "styleType": "1", + "color": "#0057ae" + }, + "panel": { + "alignment": "center", + "background": { + "type": "color", + "color": "#FFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + } + }, + "fields": { + "color": { + "title": "#000", + "desc": "#000", + "hint": "#000", + "required": "red" + } + }, + "components": { + "section": { + "color": "#0057ae" + }, + "input": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "valueColor": "#172239", + "placeholderColor": "#cccccc", + "focusColor": "#0057ae", + "borderColor": "#cccccc" + }, + "file": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "textStyle": { + "color": "#172239" + }, + "border": { + "color": "#cccccc" + } + }, + "choice": { + "optionTextColor": "#172239", + "selectedColor": "#0057ae", + "borderColor": "#cccccc", + "backgroundColor": "transparent" + }, + "location": { + "textColor": "red" + }, + "information": { + "textColor": "#172239" + }, + "rating": { + "borderColor": "#0057ae" + } + }, + "buttons": { + "language": { + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "border": { + "color": "#CCCCCC" + } + }, + "previous": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "next": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "save": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + }, + "submit": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + } + }, + "loader": { + "styleType": "1", + "color": "#29b6f6" + } + } +} \ No newline at end of file diff --git a/assets/v2/JSON/sunset-breeze.json b/assets/v2/JSON/sunset-breeze.json new file mode 100644 index 0000000..21d0046 --- /dev/null +++ b/assets/v2/JSON/sunset-breeze.json @@ -0,0 +1,240 @@ +{ + "version": 1, + "properties": { + "layout": { + "type": "card" + }, + "background": { + "type": "gradient", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#BFE3FF", + "#FFD9D5" + ], + "angle": "180deg" + } + }, + "header": { + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "background": { + "type": "transparent", + "color": "#172239", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "-20deg" + } + } + }, + "pagination": { + "styleType": "1", + "color": "#0057ae" + }, + "panel": { + "alignment": "center", + "background": { + "type": "color", + "color": "#FFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + } + }, + "fields": { + "color": { + "title": "#000", + "desc": "#000", + "hint": "#000", + "required": "red" + } + }, + "components": { + "section": { + "color": "#0057ae" + }, + "input": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "valueColor": "#172239", + "placeholderColor": "#cccccc", + "focusColor": "#0057ae", + "borderColor": "#cccccc" + }, + "file": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#fdfbfb", + "#ebedee" + ], + "angle": "180deg" + } + }, + "textStyle": { + "color": "#172239" + }, + "border": { + "color": "#cccccc" + } + }, + "choice": { + "optionTextColor": "#172239", + "selectedColor": "#0057ae", + "borderColor": "#cccccc", + "backgroundColor": "transparent" + }, + "location": { + "textColor": "red" + }, + "information": { + "textColor": "#172239" + }, + "rating": { + "borderColor": "#0057ae" + } + }, + "buttons": { + "language": { + "background": { + "type": "color", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#172239" + }, + "border": { + "color": "#CCCCCC" + } + }, + "previous": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "next": { + "background": { + "type": "transparent", + "color": "#FFFFFF", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#0057ae" + }, + "border": { + "color": "transparent" + } + }, + "save": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + }, + "submit": { + "background": { + "type": "color", + "color": "#0057ae", + "gradient": { + "type": "linear", + "colors": [ + "#1e3c72", + "#2a5298" + ], + "angle": "45deg" + } + }, + "textStyle": { + "fontSize": "24px", + "style": "bold", + "color": "#FFFFFF" + }, + "border": { + "color": "#0057ae" + } + } + }, + "loader": { + "styleType": "1", + "color": "#29b6f6" + } + } +} \ No newline at end of file diff --git a/assets/v2/template-list.json b/assets/v2/template-list.json new file mode 100644 index 0000000..8ac8d67 --- /dev/null +++ b/assets/v2/template-list.json @@ -0,0 +1,22 @@ +{ + "list": [ + { + "name": "Sunset Breeze", + "short_code": "sunset-breeze", + "JSONPath": "assets/v2/JSON/sunset-breeze.json", + "thumbnail": "assets/v2/thumbnail/sunset-breeze.png" + }, + { + "name": "Sky Blue", + "short_code": "sky-blue", + "JSONPath": "assets/v2/JSON/sky-blue.json", + "thumbnail": "assets/v2/thumbnail/sky-blue.png" + }, + { + "name": "Dark Indigo", + "short_code": "dark-indigo", + "JSONPath": "assets/v2/JSON/dark-indigo.json", + "thumbnail": "assets/v2/thumbnail/dark-indigo.png" + } + ] +} \ No newline at end of file diff --git a/assets/v2/thumbnail/dark-indigo.png b/assets/v2/thumbnail/dark-indigo.png new file mode 100644 index 0000000..71bd82a Binary files /dev/null and b/assets/v2/thumbnail/dark-indigo.png differ diff --git a/assets/v2/thumbnail/sky-blue.png b/assets/v2/thumbnail/sky-blue.png new file mode 100644 index 0000000..1532ea6 Binary files /dev/null and b/assets/v2/thumbnail/sky-blue.png differ diff --git a/assets/v2/thumbnail/sunset-breeze.png b/assets/v2/thumbnail/sunset-breeze.png new file mode 100644 index 0000000..14e3368 Binary files /dev/null and b/assets/v2/thumbnail/sunset-breeze.png differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..8d31c30 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "@rapltech/form-themes", + "version": "1.1.1", + "description": "Form theme JSON assets package", + "publishConfig": { + "access": "public" + }, + "files": [ + "assets" + ], + "keywords": [ + "json", + "data", + "npm" + ], + "author": "RapL", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/rapltech/form-themes" + }, + "bugs": { + "url": "https://github.com/rapltech/form-themes/issues" + }, + "homepage": "https://github.com/rapltech/form-themes#readme" +} \ No newline at end of file