shopify-accelerate-app 1.4.5 → 1.4.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify-accelerate-app",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "Shopify App development with full Typescript Support",
5
5
  "author": "Felix Tellmann",
6
6
  "license": "MIT",
@@ -184,21 +184,21 @@ export const getSettingsType = (setting: ShopifySettingsInput) => {
184
184
  return "?: _Collection_liquid[]";
185
185
  }
186
186
  case "color":
187
- return "?: _Color_liquid | string";
187
+ return ": string";
188
188
  case "color_background":
189
- return "?: string";
189
+ return ": string";
190
190
  case "font_picker":
191
191
  return ": _Font_liquid | _Font_options";
192
192
  case "html":
193
193
  return "?: string";
194
194
  case "image_picker":
195
- return "?: _Image_liquid | string";
195
+ return ": string";
196
196
  case "link_list":
197
197
  return "?: _Linklist_liquid";
198
198
  case "liquid":
199
- return "?: string";
199
+ return ": string";
200
200
  case "page":
201
- return "?: _Page_liquid | string";
201
+ return ": string";
202
202
  case "product": {
203
203
  if (setting.id.includes("__handle_only")) {
204
204
  return "?: string";