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.es.js +8 -8
- package/build/index.es.js.map +1 -1
- package/build/index.js +8 -8
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -1000,7 +1000,7 @@ function OptionList({
|
|
|
1000
1000
|
link: dt.slug,
|
|
1001
1001
|
active: dt.active,
|
|
1002
1002
|
isLink: true,
|
|
1003
|
-
|
|
1003
|
+
isExisting: false
|
|
1004
1004
|
};
|
|
1005
1005
|
});
|
|
1006
1006
|
};
|
|
@@ -1051,7 +1051,7 @@ function OptionList({
|
|
|
1051
1051
|
link: headerData?.appLink,
|
|
1052
1052
|
isLink: 1,
|
|
1053
1053
|
value: 'Download App',
|
|
1054
|
-
|
|
1054
|
+
isExisting: false
|
|
1055
1055
|
},
|
|
1056
1056
|
type: 'primary',
|
|
1057
1057
|
size: 'small',
|
|
@@ -1065,7 +1065,7 @@ function OptionList({
|
|
|
1065
1065
|
link: headerData?.loginCtaLink,
|
|
1066
1066
|
isLink: 1,
|
|
1067
1067
|
value: 'Login',
|
|
1068
|
-
|
|
1068
|
+
isExisting: false
|
|
1069
1069
|
},
|
|
1070
1070
|
type: 'primary',
|
|
1071
1071
|
size: isMobile ? 'small' : 'medium',
|
|
@@ -1189,7 +1189,7 @@ function MobileHeader({
|
|
|
1189
1189
|
src: phoneIos,
|
|
1190
1190
|
alt: "iosUrl"
|
|
1191
1191
|
}),
|
|
1192
|
-
|
|
1192
|
+
isExisting: false
|
|
1193
1193
|
},
|
|
1194
1194
|
type: '',
|
|
1195
1195
|
size: 'small',
|
|
@@ -1211,7 +1211,7 @@ function MobileHeader({
|
|
|
1211
1211
|
src: phoneAndroid,
|
|
1212
1212
|
alt: "iosUrl"
|
|
1213
1213
|
}),
|
|
1214
|
-
|
|
1214
|
+
isExisting: false
|
|
1215
1215
|
},
|
|
1216
1216
|
type: '',
|
|
1217
1217
|
size: 'small',
|
|
@@ -1231,7 +1231,7 @@ function MobileHeader({
|
|
|
1231
1231
|
link: header?.iosUrl,
|
|
1232
1232
|
isLink: 1,
|
|
1233
1233
|
value: 'Download App',
|
|
1234
|
-
|
|
1234
|
+
isExisting: false
|
|
1235
1235
|
},
|
|
1236
1236
|
type: 'primary',
|
|
1237
1237
|
size: 'small',
|
|
@@ -1244,7 +1244,7 @@ function MobileHeader({
|
|
|
1244
1244
|
link: header?.androidURL,
|
|
1245
1245
|
isLink: 1,
|
|
1246
1246
|
value: 'Download App',
|
|
1247
|
-
|
|
1247
|
+
isExisting: false
|
|
1248
1248
|
},
|
|
1249
1249
|
type: 'primary',
|
|
1250
1250
|
size: 'small',
|
|
@@ -1261,7 +1261,7 @@ function MobileHeader({
|
|
|
1261
1261
|
link: header?.appLink,
|
|
1262
1262
|
isLink: 1,
|
|
1263
1263
|
value: 'Download App',
|
|
1264
|
-
|
|
1264
|
+
isExisting: false
|
|
1265
1265
|
},
|
|
1266
1266
|
type: 'primary',
|
|
1267
1267
|
size: 'small',
|