easyorders 0.1.16 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/bin/cli.js +22 -8
- package/dist/server/index.js +12 -7
- package/dist/template/theme/config.json +24 -26
- package/dist/template/theme/home-sections/category-mosaic/config.json +125 -125
- package/dist/template/theme/home-sections/category-mosaic/template.liquid +170 -170
- package/dist/template/theme/home-sections/editorial-feature/config.json +93 -93
- package/dist/template/theme/home-sections/editorial-feature/template.liquid +154 -154
- package/dist/template/theme/home-sections/newsletter-luxe/config.json +86 -86
- package/dist/template/theme/home-sections/newsletter-luxe/template.liquid +150 -150
- package/dist/template/theme/home-sections/runway-hero/config.json +148 -148
- package/dist/template/theme/home-sections/runway-hero/template.liquid +189 -189
- package/dist/template/theme/home-sections/shop-the-look/config.json +167 -167
- package/dist/template/theme/home-sections/shop-the-look/template.liquid +326 -326
- package/dist/template/theme/home-sections/trust-promise/config.json +121 -121
- package/package.json +2 -2
|
@@ -1,121 +1,121 @@
|
|
|
1
|
-
{
|
|
2
|
-
"icon": "https://files.easy-orders.net/1778107519506754681.png",
|
|
3
|
-
"label": "Trust promises",
|
|
4
|
-
"section_schema": [
|
|
5
|
-
{
|
|
6
|
-
"name": "style",
|
|
7
|
-
"type": "select",
|
|
8
|
-
"default": "soft",
|
|
9
|
-
"description": "Background treatment",
|
|
10
|
-
"options": [
|
|
11
|
-
{ "label": "Soft neutral", "value": "soft" },
|
|
12
|
-
{ "label": "High contrast", "value": "contrast" }
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"name": "section_background",
|
|
17
|
-
"type": "color",
|
|
18
|
-
"default": "",
|
|
19
|
-
"description": "Section background override (leave empty to use preset)"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"name": "accent_color",
|
|
23
|
-
"type": "color",
|
|
24
|
-
"default": "#C9A962",
|
|
25
|
-
"description": "Icon tint and highlights"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "promise_title_color",
|
|
29
|
-
"type": "color",
|
|
30
|
-
"default": "",
|
|
31
|
-
"description": "Promise title color (leave empty for default)"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "promise_title_size",
|
|
35
|
-
"type": "number",
|
|
36
|
-
"default": 15,
|
|
37
|
-
"description": "Promise title size (px)"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "promise_title_weight",
|
|
41
|
-
"type": "select",
|
|
42
|
-
"default": "600",
|
|
43
|
-
"description": "Promise title font weight",
|
|
44
|
-
"options": [
|
|
45
|
-
{ "label": "Regular 400", "value": "400" },
|
|
46
|
-
{ "label": "Medium 500", "value": "500" },
|
|
47
|
-
{ "label": "SemiBold 600", "value": "600" },
|
|
48
|
-
{ "label": "Bold 700", "value": "700" }
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"name": "promise_text_color",
|
|
53
|
-
"type": "color",
|
|
54
|
-
"default": "",
|
|
55
|
-
"description": "Promise description color (leave empty for default)"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "promise_text_size",
|
|
59
|
-
"type": "number",
|
|
60
|
-
"default": 14,
|
|
61
|
-
"description": "Promise description size (px)"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "promise_text_weight",
|
|
65
|
-
"type": "select",
|
|
66
|
-
"default": "400",
|
|
67
|
-
"description": "Promise description font weight",
|
|
68
|
-
"options": [
|
|
69
|
-
{ "label": "Regular 400", "value": "400" },
|
|
70
|
-
{ "label": "Medium 500", "value": "500" },
|
|
71
|
-
{ "label": "SemiBold 600", "value": "600" },
|
|
72
|
-
{ "label": "Bold 700", "value": "700" }
|
|
73
|
-
]
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "promises",
|
|
77
|
-
"type": "object_array",
|
|
78
|
-
"description": "Service promises",
|
|
79
|
-
"fields": [
|
|
80
|
-
{
|
|
81
|
-
"name": "icon",
|
|
82
|
-
"type": "image",
|
|
83
|
-
"default": "",
|
|
84
|
-
"description": "Optional small icon or logo"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "title",
|
|
88
|
-
"type": "string",
|
|
89
|
-
"default": "Complimentary shipping",
|
|
90
|
-
"description": "Promise title"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "text",
|
|
94
|
-
"type": "string",
|
|
95
|
-
"default": "On all orders over a threshold—tracked and insured.",
|
|
96
|
-
"description": "Short supporting copy"
|
|
97
|
-
}
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "enable_animation",
|
|
102
|
-
"type": "boolean",
|
|
103
|
-
"default": true,
|
|
104
|
-
"description": "Enable section animation"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "animation_style",
|
|
108
|
-
"type": "select",
|
|
109
|
-
"default": "fade-up",
|
|
110
|
-
"description": "Animation style",
|
|
111
|
-
"options": [
|
|
112
|
-
{ "label": "Fade Up", "value": "fade-up" },
|
|
113
|
-
{ "label": "Zoom In", "value": "zoom-in" },
|
|
114
|
-
{ "label": "Blur Reveal", "value": "blur-reveal" },
|
|
115
|
-
{ "label": "Slide Cascade", "value": "slide-cascade" },
|
|
116
|
-
{ "label": "Fade Right", "value": "fade-right" },
|
|
117
|
-
{ "label": "Flip Up", "value": "flip-up" }
|
|
118
|
-
]
|
|
119
|
-
}
|
|
120
|
-
]
|
|
121
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"icon": "https://files.easy-orders.net/1778107519506754681.png",
|
|
3
|
+
"label": "Trust promises",
|
|
4
|
+
"section_schema": [
|
|
5
|
+
{
|
|
6
|
+
"name": "style",
|
|
7
|
+
"type": "select",
|
|
8
|
+
"default": "soft",
|
|
9
|
+
"description": "Background treatment",
|
|
10
|
+
"options": [
|
|
11
|
+
{ "label": "Soft neutral", "value": "soft" },
|
|
12
|
+
{ "label": "High contrast", "value": "contrast" }
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "section_background",
|
|
17
|
+
"type": "color",
|
|
18
|
+
"default": "",
|
|
19
|
+
"description": "Section background override (leave empty to use preset)"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "accent_color",
|
|
23
|
+
"type": "color",
|
|
24
|
+
"default": "#C9A962",
|
|
25
|
+
"description": "Icon tint and highlights"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "promise_title_color",
|
|
29
|
+
"type": "color",
|
|
30
|
+
"default": "",
|
|
31
|
+
"description": "Promise title color (leave empty for default)"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "promise_title_size",
|
|
35
|
+
"type": "number",
|
|
36
|
+
"default": 15,
|
|
37
|
+
"description": "Promise title size (px)"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "promise_title_weight",
|
|
41
|
+
"type": "select",
|
|
42
|
+
"default": "600",
|
|
43
|
+
"description": "Promise title font weight",
|
|
44
|
+
"options": [
|
|
45
|
+
{ "label": "Regular 400", "value": "400" },
|
|
46
|
+
{ "label": "Medium 500", "value": "500" },
|
|
47
|
+
{ "label": "SemiBold 600", "value": "600" },
|
|
48
|
+
{ "label": "Bold 700", "value": "700" }
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "promise_text_color",
|
|
53
|
+
"type": "color",
|
|
54
|
+
"default": "",
|
|
55
|
+
"description": "Promise description color (leave empty for default)"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "promise_text_size",
|
|
59
|
+
"type": "number",
|
|
60
|
+
"default": 14,
|
|
61
|
+
"description": "Promise description size (px)"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "promise_text_weight",
|
|
65
|
+
"type": "select",
|
|
66
|
+
"default": "400",
|
|
67
|
+
"description": "Promise description font weight",
|
|
68
|
+
"options": [
|
|
69
|
+
{ "label": "Regular 400", "value": "400" },
|
|
70
|
+
{ "label": "Medium 500", "value": "500" },
|
|
71
|
+
{ "label": "SemiBold 600", "value": "600" },
|
|
72
|
+
{ "label": "Bold 700", "value": "700" }
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "promises",
|
|
77
|
+
"type": "object_array",
|
|
78
|
+
"description": "Service promises",
|
|
79
|
+
"fields": [
|
|
80
|
+
{
|
|
81
|
+
"name": "icon",
|
|
82
|
+
"type": "image",
|
|
83
|
+
"default": "",
|
|
84
|
+
"description": "Optional small icon or logo"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "title",
|
|
88
|
+
"type": "string",
|
|
89
|
+
"default": "Complimentary shipping",
|
|
90
|
+
"description": "Promise title"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "text",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"default": "On all orders over a threshold—tracked and insured.",
|
|
96
|
+
"description": "Short supporting copy"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "enable_animation",
|
|
102
|
+
"type": "boolean",
|
|
103
|
+
"default": true,
|
|
104
|
+
"description": "Enable section animation"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "animation_style",
|
|
108
|
+
"type": "select",
|
|
109
|
+
"default": "fade-up",
|
|
110
|
+
"description": "Animation style",
|
|
111
|
+
"options": [
|
|
112
|
+
{ "label": "Fade Up", "value": "fade-up" },
|
|
113
|
+
{ "label": "Zoom In", "value": "zoom-in" },
|
|
114
|
+
{ "label": "Blur Reveal", "value": "blur-reveal" },
|
|
115
|
+
{ "label": "Slide Cascade", "value": "slide-cascade" },
|
|
116
|
+
{ "label": "Fade Right", "value": "fade-right" },
|
|
117
|
+
{ "label": "Flip Up", "value": "flip-up" }
|
|
118
|
+
]
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easyorders",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "CLI tool for creating and developing Easy Orders themes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsc && shx rm -rf dist/template && shx cp -r cli/template dist/template",
|
|
21
21
|
"dev": "npx tsx cli/bin/cli.ts start",
|
|
22
|
-
"create
|
|
22
|
+
"create": "npx tsx cli/bin/cli.ts create"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"axios": "^1.9.0",
|