diy-template-components 0.0.71 → 0.0.72

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/build/index.js CHANGED
@@ -1012,7 +1012,7 @@ function OptionList({
1012
1012
  link: dt.slug,
1013
1013
  active: dt.active,
1014
1014
  isLink: true,
1015
- isExternal: 0
1015
+ isExisting: false
1016
1016
  };
1017
1017
  });
1018
1018
  };
@@ -1063,7 +1063,7 @@ function OptionList({
1063
1063
  link: headerData?.appLink,
1064
1064
  isLink: 1,
1065
1065
  value: 'Download App',
1066
- isExternal: 1
1066
+ isExisting: false
1067
1067
  },
1068
1068
  type: 'primary',
1069
1069
  size: 'small',
@@ -1077,7 +1077,7 @@ function OptionList({
1077
1077
  link: headerData?.loginCtaLink,
1078
1078
  isLink: 1,
1079
1079
  value: 'Login',
1080
- isExternal: 1
1080
+ isExisting: false
1081
1081
  },
1082
1082
  type: 'primary',
1083
1083
  size: isMobile ? 'small' : 'medium',
@@ -1201,7 +1201,7 @@ function MobileHeader({
1201
1201
  src: phoneIos,
1202
1202
  alt: "iosUrl"
1203
1203
  }),
1204
- isExternal: 1
1204
+ isExisting: false
1205
1205
  },
1206
1206
  type: '',
1207
1207
  size: 'small',
@@ -1223,7 +1223,7 @@ function MobileHeader({
1223
1223
  src: phoneAndroid,
1224
1224
  alt: "iosUrl"
1225
1225
  }),
1226
- isExternal: 1
1226
+ isExisting: false
1227
1227
  },
1228
1228
  type: '',
1229
1229
  size: 'small',
@@ -1243,7 +1243,7 @@ function MobileHeader({
1243
1243
  link: header?.iosUrl,
1244
1244
  isLink: 1,
1245
1245
  value: 'Download App',
1246
- isExternal: 1
1246
+ isExisting: false
1247
1247
  },
1248
1248
  type: 'primary',
1249
1249
  size: 'small',
@@ -1256,7 +1256,7 @@ function MobileHeader({
1256
1256
  link: header?.androidURL,
1257
1257
  isLink: 1,
1258
1258
  value: 'Download App',
1259
- isExternal: 1
1259
+ isExisting: false
1260
1260
  },
1261
1261
  type: 'primary',
1262
1262
  size: 'small',
@@ -1273,7 +1273,7 @@ function MobileHeader({
1273
1273
  link: header?.appLink,
1274
1274
  isLink: 1,
1275
1275
  value: 'Download App',
1276
- isExternal: 1
1276
+ isExisting: false
1277
1277
  },
1278
1278
  type: 'primary',
1279
1279
  size: 'small',