@bigbinary/neeto-site-blocks 0.34.0 → 0.34.1
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/dist/index.cjs.js +887 -265
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +885 -264
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4,9 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var _extends$3 = require('@babel/runtime/helpers/extends');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
|
|
8
7
|
var _defineProperty$1 = require('@babel/runtime/helpers/defineProperty');
|
|
9
8
|
var styled = require('styled-components');
|
|
9
|
+
var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
|
|
10
|
+
var _taggedTemplateLiteral = require('@babel/runtime/helpers/taggedTemplateLiteral');
|
|
10
11
|
var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
|
|
11
12
|
var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
|
|
12
13
|
var _asyncToGenerator = require('@babel/runtime/helpers/asyncToGenerator');
|
|
@@ -47,9 +48,10 @@ function _interopNamespace(e) {
|
|
|
47
48
|
var _extends__default = /*#__PURE__*/_interopDefaultLegacy(_extends$3);
|
|
48
49
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
49
50
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
50
|
-
var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_objectWithoutProperties);
|
|
51
51
|
var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty$1);
|
|
52
52
|
var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
|
|
53
|
+
var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_objectWithoutProperties);
|
|
54
|
+
var _taggedTemplateLiteral__default = /*#__PURE__*/_interopDefaultLegacy(_taggedTemplateLiteral);
|
|
53
55
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
54
56
|
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
55
57
|
var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator);
|
|
@@ -968,7 +970,7 @@ var classnames = classnames$1.exports;
|
|
|
968
970
|
|
|
969
971
|
function cov_1whalmovaz() {
|
|
970
972
|
var path = "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/components/commons/ArrowButton.jsx";
|
|
971
|
-
var hash = "
|
|
973
|
+
var hash = "e437fc65ecdc05a8f89b5ce60644f3d60d4f513a";
|
|
972
974
|
var global = new Function("return this")();
|
|
973
975
|
var gcv = "__coverage__";
|
|
974
976
|
var coverageData = {
|
|
@@ -976,31 +978,61 @@ function cov_1whalmovaz() {
|
|
|
976
978
|
statementMap: {
|
|
977
979
|
"0": {
|
|
978
980
|
start: {
|
|
979
|
-
line:
|
|
981
|
+
line: 7,
|
|
980
982
|
column: 20
|
|
981
983
|
},
|
|
982
984
|
end: {
|
|
983
|
-
line:
|
|
985
|
+
line: 35,
|
|
984
986
|
column: 1
|
|
985
987
|
}
|
|
986
988
|
},
|
|
987
989
|
"1": {
|
|
988
990
|
start: {
|
|
989
|
-
line:
|
|
990
|
-
column:
|
|
991
|
+
line: 8,
|
|
992
|
+
column: 22
|
|
991
993
|
},
|
|
992
994
|
end: {
|
|
993
|
-
line:
|
|
994
|
-
column:
|
|
995
|
+
line: 10,
|
|
996
|
+
column: 47
|
|
995
997
|
}
|
|
996
998
|
},
|
|
997
999
|
"2": {
|
|
998
1000
|
start: {
|
|
999
|
-
line:
|
|
1000
|
-
column:
|
|
1001
|
+
line: 12,
|
|
1002
|
+
column: 21
|
|
1003
|
+
},
|
|
1004
|
+
end: {
|
|
1005
|
+
line: 14,
|
|
1006
|
+
column: 5
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"3": {
|
|
1010
|
+
start: {
|
|
1011
|
+
line: 12,
|
|
1012
|
+
column: 41
|
|
1013
|
+
},
|
|
1014
|
+
end: {
|
|
1015
|
+
line: 14,
|
|
1016
|
+
column: 3
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"4": {
|
|
1020
|
+
start: {
|
|
1021
|
+
line: 16,
|
|
1022
|
+
column: 2
|
|
1001
1023
|
},
|
|
1002
1024
|
end: {
|
|
1003
1025
|
line: 34,
|
|
1026
|
+
column: 4
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"5": {
|
|
1030
|
+
start: {
|
|
1031
|
+
line: 37,
|
|
1032
|
+
column: 0
|
|
1033
|
+
},
|
|
1034
|
+
end: {
|
|
1035
|
+
line: 42,
|
|
1004
1036
|
column: 2
|
|
1005
1037
|
}
|
|
1006
1038
|
}
|
|
@@ -1010,39 +1042,239 @@ function cov_1whalmovaz() {
|
|
|
1010
1042
|
name: "(anonymous_0)",
|
|
1011
1043
|
decl: {
|
|
1012
1044
|
start: {
|
|
1013
|
-
line:
|
|
1045
|
+
line: 7,
|
|
1014
1046
|
column: 20
|
|
1015
1047
|
},
|
|
1016
1048
|
end: {
|
|
1017
|
-
line:
|
|
1049
|
+
line: 7,
|
|
1018
1050
|
column: 21
|
|
1019
1051
|
}
|
|
1020
1052
|
},
|
|
1021
1053
|
loc: {
|
|
1022
1054
|
start: {
|
|
1023
1055
|
line: 7,
|
|
1024
|
-
column:
|
|
1056
|
+
column: 70
|
|
1025
1057
|
},
|
|
1026
1058
|
end: {
|
|
1027
|
-
line:
|
|
1028
|
-
column:
|
|
1059
|
+
line: 35,
|
|
1060
|
+
column: 1
|
|
1029
1061
|
}
|
|
1030
1062
|
},
|
|
1031
1063
|
line: 7
|
|
1064
|
+
},
|
|
1065
|
+
"1": {
|
|
1066
|
+
name: "(anonymous_1)",
|
|
1067
|
+
decl: {
|
|
1068
|
+
start: {
|
|
1069
|
+
line: 12,
|
|
1070
|
+
column: 34
|
|
1071
|
+
},
|
|
1072
|
+
end: {
|
|
1073
|
+
line: 12,
|
|
1074
|
+
column: 35
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
loc: {
|
|
1078
|
+
start: {
|
|
1079
|
+
line: 12,
|
|
1080
|
+
column: 41
|
|
1081
|
+
},
|
|
1082
|
+
end: {
|
|
1083
|
+
line: 14,
|
|
1084
|
+
column: 3
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
line: 12
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
branchMap: {
|
|
1091
|
+
"0": {
|
|
1092
|
+
loc: {
|
|
1093
|
+
start: {
|
|
1094
|
+
line: 8,
|
|
1095
|
+
column: 22
|
|
1096
|
+
},
|
|
1097
|
+
end: {
|
|
1098
|
+
line: 10,
|
|
1099
|
+
column: 47
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
type: "cond-expr",
|
|
1103
|
+
locations: [{
|
|
1104
|
+
start: {
|
|
1105
|
+
line: 9,
|
|
1106
|
+
column: 6
|
|
1107
|
+
},
|
|
1108
|
+
end: {
|
|
1109
|
+
line: 9,
|
|
1110
|
+
column: 48
|
|
1111
|
+
}
|
|
1112
|
+
}, {
|
|
1113
|
+
start: {
|
|
1114
|
+
line: 10,
|
|
1115
|
+
column: 6
|
|
1116
|
+
},
|
|
1117
|
+
end: {
|
|
1118
|
+
line: 10,
|
|
1119
|
+
column: 47
|
|
1120
|
+
}
|
|
1121
|
+
}],
|
|
1122
|
+
line: 8
|
|
1123
|
+
},
|
|
1124
|
+
"1": {
|
|
1125
|
+
loc: {
|
|
1126
|
+
start: {
|
|
1127
|
+
line: 9,
|
|
1128
|
+
column: 6
|
|
1129
|
+
},
|
|
1130
|
+
end: {
|
|
1131
|
+
line: 9,
|
|
1132
|
+
column: 48
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
type: "binary-expr",
|
|
1136
|
+
locations: [{
|
|
1137
|
+
start: {
|
|
1138
|
+
line: 9,
|
|
1139
|
+
column: 6
|
|
1140
|
+
},
|
|
1141
|
+
end: {
|
|
1142
|
+
line: 9,
|
|
1143
|
+
column: 35
|
|
1144
|
+
}
|
|
1145
|
+
}, {
|
|
1146
|
+
start: {
|
|
1147
|
+
line: 9,
|
|
1148
|
+
column: 39
|
|
1149
|
+
},
|
|
1150
|
+
end: {
|
|
1151
|
+
line: 9,
|
|
1152
|
+
column: 48
|
|
1153
|
+
}
|
|
1154
|
+
}],
|
|
1155
|
+
line: 9
|
|
1156
|
+
},
|
|
1157
|
+
"2": {
|
|
1158
|
+
loc: {
|
|
1159
|
+
start: {
|
|
1160
|
+
line: 10,
|
|
1161
|
+
column: 6
|
|
1162
|
+
},
|
|
1163
|
+
end: {
|
|
1164
|
+
line: 10,
|
|
1165
|
+
column: 47
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
type: "binary-expr",
|
|
1169
|
+
locations: [{
|
|
1170
|
+
start: {
|
|
1171
|
+
line: 10,
|
|
1172
|
+
column: 6
|
|
1173
|
+
},
|
|
1174
|
+
end: {
|
|
1175
|
+
line: 10,
|
|
1176
|
+
column: 37
|
|
1177
|
+
}
|
|
1178
|
+
}, {
|
|
1179
|
+
start: {
|
|
1180
|
+
line: 10,
|
|
1181
|
+
column: 41
|
|
1182
|
+
},
|
|
1183
|
+
end: {
|
|
1184
|
+
line: 10,
|
|
1185
|
+
column: 47
|
|
1186
|
+
}
|
|
1187
|
+
}],
|
|
1188
|
+
line: 10
|
|
1189
|
+
},
|
|
1190
|
+
"3": {
|
|
1191
|
+
loc: {
|
|
1192
|
+
start: {
|
|
1193
|
+
line: 29,
|
|
1194
|
+
column: 11
|
|
1195
|
+
},
|
|
1196
|
+
end: {
|
|
1197
|
+
line: 29,
|
|
1198
|
+
column: 53
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
type: "binary-expr",
|
|
1202
|
+
locations: [{
|
|
1203
|
+
start: {
|
|
1204
|
+
line: 29,
|
|
1205
|
+
column: 11
|
|
1206
|
+
},
|
|
1207
|
+
end: {
|
|
1208
|
+
line: 29,
|
|
1209
|
+
column: 40
|
|
1210
|
+
}
|
|
1211
|
+
}, {
|
|
1212
|
+
start: {
|
|
1213
|
+
line: 29,
|
|
1214
|
+
column: 44
|
|
1215
|
+
},
|
|
1216
|
+
end: {
|
|
1217
|
+
line: 29,
|
|
1218
|
+
column: 53
|
|
1219
|
+
}
|
|
1220
|
+
}],
|
|
1221
|
+
line: 29
|
|
1222
|
+
},
|
|
1223
|
+
"4": {
|
|
1224
|
+
loc: {
|
|
1225
|
+
start: {
|
|
1226
|
+
line: 30,
|
|
1227
|
+
column: 11
|
|
1228
|
+
},
|
|
1229
|
+
end: {
|
|
1230
|
+
line: 30,
|
|
1231
|
+
column: 52
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
type: "binary-expr",
|
|
1235
|
+
locations: [{
|
|
1236
|
+
start: {
|
|
1237
|
+
line: 30,
|
|
1238
|
+
column: 11
|
|
1239
|
+
},
|
|
1240
|
+
end: {
|
|
1241
|
+
line: 30,
|
|
1242
|
+
column: 42
|
|
1243
|
+
}
|
|
1244
|
+
}, {
|
|
1245
|
+
start: {
|
|
1246
|
+
line: 30,
|
|
1247
|
+
column: 46
|
|
1248
|
+
},
|
|
1249
|
+
end: {
|
|
1250
|
+
line: 30,
|
|
1251
|
+
column: 52
|
|
1252
|
+
}
|
|
1253
|
+
}],
|
|
1254
|
+
line: 30
|
|
1032
1255
|
}
|
|
1033
1256
|
},
|
|
1034
|
-
branchMap: {},
|
|
1035
1257
|
s: {
|
|
1036
1258
|
"0": 0,
|
|
1037
1259
|
"1": 0,
|
|
1038
|
-
"2": 0
|
|
1260
|
+
"2": 0,
|
|
1261
|
+
"3": 0,
|
|
1262
|
+
"4": 0,
|
|
1263
|
+
"5": 0
|
|
1039
1264
|
},
|
|
1040
1265
|
f: {
|
|
1041
|
-
"0": 0
|
|
1266
|
+
"0": 0,
|
|
1267
|
+
"1": 0
|
|
1268
|
+
},
|
|
1269
|
+
b: {
|
|
1270
|
+
"0": [0, 0],
|
|
1271
|
+
"1": [0, 0],
|
|
1272
|
+
"2": [0, 0],
|
|
1273
|
+
"3": [0, 0],
|
|
1274
|
+
"4": [0, 0]
|
|
1042
1275
|
},
|
|
1043
|
-
b: {},
|
|
1044
1276
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
1045
|
-
hash: "
|
|
1277
|
+
hash: "e437fc65ecdc05a8f89b5ce60644f3d60d4f513a"
|
|
1046
1278
|
};
|
|
1047
1279
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
1048
1280
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -1060,12 +1292,22 @@ function cov_1whalmovaz() {
|
|
|
1060
1292
|
cov_1whalmovaz();
|
|
1061
1293
|
cov_1whalmovaz().s[0]++;
|
|
1062
1294
|
var ArrowButton = function ArrowButton(_ref) {
|
|
1295
|
+
var _classnames;
|
|
1063
1296
|
var Icon = _ref.Icon,
|
|
1064
1297
|
isStart = _ref.isStart,
|
|
1065
1298
|
onClick = _ref.onClick,
|
|
1066
|
-
isActive = _ref.isActive
|
|
1299
|
+
isActive = _ref.isActive,
|
|
1300
|
+
design = _ref.design;
|
|
1067
1301
|
cov_1whalmovaz().f[0]++;
|
|
1068
|
-
cov_1whalmovaz().s[1]
|
|
1302
|
+
var borderColor = (cov_1whalmovaz().s[1]++, isActive ? (cov_1whalmovaz().b[0][0]++, (cov_1whalmovaz().b[1][0]++, design === null || design === void 0 ? void 0 : design.navigationActiveColor) || (cov_1whalmovaz().b[1][1]++, "#1F2433")) : (cov_1whalmovaz().b[0][1]++, (cov_1whalmovaz().b[2][0]++, design === null || design === void 0 ? void 0 : design.navigationInactiveColor) || (cov_1whalmovaz().b[2][1]++, "#ccc")));
|
|
1303
|
+
var StyledIcon = (cov_1whalmovaz().s[2]++, styled__default["default"](Icon)(function () {
|
|
1304
|
+
cov_1whalmovaz().f[1]++;
|
|
1305
|
+
cov_1whalmovaz().s[3]++;
|
|
1306
|
+
return {
|
|
1307
|
+
borderColor: borderColor
|
|
1308
|
+
};
|
|
1309
|
+
}));
|
|
1310
|
+
cov_1whalmovaz().s[4]++;
|
|
1069
1311
|
return /*#__PURE__*/React__default["default"].createElement("button", {
|
|
1070
1312
|
className: classnames("col-span-1", {
|
|
1071
1313
|
"col-start-1": isStart,
|
|
@@ -1073,19 +1315,13 @@ var ArrowButton = function ArrowButton(_ref) {
|
|
|
1073
1315
|
"cursor-default": !isActive
|
|
1074
1316
|
}),
|
|
1075
1317
|
onClick: onClick
|
|
1076
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
1318
|
+
}, /*#__PURE__*/React__default["default"].createElement(StyledIcon, {
|
|
1319
|
+
className: "rounded-full border p-1",
|
|
1077
1320
|
size: 32,
|
|
1078
|
-
|
|
1079
|
-
"border-gray-100": !isActive,
|
|
1080
|
-
"border-gray-500": isActive
|
|
1081
|
-
}),
|
|
1082
|
-
fill: classnames({
|
|
1083
|
-
"#ccc": !isActive,
|
|
1084
|
-
"#1F2433": isActive
|
|
1085
|
-
})
|
|
1321
|
+
fill: classnames((_classnames = {}, _defineProperty__default["default"](_classnames, (cov_1whalmovaz().b[3][0]++, design === null || design === void 0 ? void 0 : design.navigationActiveColor) || (cov_1whalmovaz().b[3][1]++, "#1F2433"), isActive), _defineProperty__default["default"](_classnames, (cov_1whalmovaz().b[4][0]++, design === null || design === void 0 ? void 0 : design.navigationInactiveColor) || (cov_1whalmovaz().b[4][1]++, "#ccc"), !isActive), _classnames))
|
|
1086
1322
|
}));
|
|
1087
1323
|
};
|
|
1088
|
-
cov_1whalmovaz().s[
|
|
1324
|
+
cov_1whalmovaz().s[5]++;
|
|
1089
1325
|
|
|
1090
1326
|
var _excluded$2F = ["size"];
|
|
1091
1327
|
function cov_simh9sdyj() {
|
|
@@ -35114,6 +35350,251 @@ var StyledImage = (cov_298bftdu0j().s[0]++, styled__default["default"].img(funct
|
|
|
35114
35350
|
return mergeRight(design, customizedStyles);
|
|
35115
35351
|
}));
|
|
35116
35352
|
|
|
35353
|
+
var _templateObject;
|
|
35354
|
+
function cov_2cc59nnvlm() {
|
|
35355
|
+
var path = "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/utils/paginationWrapper.js";
|
|
35356
|
+
var hash = "3ed055e625ed4deaba3ffe6caf820daa41f3d394";
|
|
35357
|
+
var global = new Function("return this")();
|
|
35358
|
+
var gcv = "__coverage__";
|
|
35359
|
+
var coverageData = {
|
|
35360
|
+
path: "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/utils/paginationWrapper.js",
|
|
35361
|
+
statementMap: {
|
|
35362
|
+
"0": {
|
|
35363
|
+
start: {
|
|
35364
|
+
line: 4,
|
|
35365
|
+
column: 26
|
|
35366
|
+
},
|
|
35367
|
+
end: {
|
|
35368
|
+
line: 18,
|
|
35369
|
+
column: 1
|
|
35370
|
+
}
|
|
35371
|
+
},
|
|
35372
|
+
"1": {
|
|
35373
|
+
start: {
|
|
35374
|
+
line: 4,
|
|
35375
|
+
column: 62
|
|
35376
|
+
},
|
|
35377
|
+
end: {
|
|
35378
|
+
line: 8,
|
|
35379
|
+
column: 1
|
|
35380
|
+
}
|
|
35381
|
+
},
|
|
35382
|
+
"2": {
|
|
35383
|
+
start: {
|
|
35384
|
+
line: 11,
|
|
35385
|
+
column: 6
|
|
35386
|
+
},
|
|
35387
|
+
end: {
|
|
35388
|
+
line: 11,
|
|
35389
|
+
column: 56
|
|
35390
|
+
}
|
|
35391
|
+
},
|
|
35392
|
+
"3": {
|
|
35393
|
+
start: {
|
|
35394
|
+
line: 16,
|
|
35395
|
+
column: 6
|
|
35396
|
+
},
|
|
35397
|
+
end: {
|
|
35398
|
+
line: 16,
|
|
35399
|
+
column: 54
|
|
35400
|
+
}
|
|
35401
|
+
}
|
|
35402
|
+
},
|
|
35403
|
+
fnMap: {
|
|
35404
|
+
"0": {
|
|
35405
|
+
name: "(anonymous_0)",
|
|
35406
|
+
decl: {
|
|
35407
|
+
start: {
|
|
35408
|
+
line: 4,
|
|
35409
|
+
column: 43
|
|
35410
|
+
},
|
|
35411
|
+
end: {
|
|
35412
|
+
line: 4,
|
|
35413
|
+
column: 44
|
|
35414
|
+
}
|
|
35415
|
+
},
|
|
35416
|
+
loc: {
|
|
35417
|
+
start: {
|
|
35418
|
+
line: 4,
|
|
35419
|
+
column: 62
|
|
35420
|
+
},
|
|
35421
|
+
end: {
|
|
35422
|
+
line: 8,
|
|
35423
|
+
column: 1
|
|
35424
|
+
}
|
|
35425
|
+
},
|
|
35426
|
+
line: 4
|
|
35427
|
+
},
|
|
35428
|
+
"1": {
|
|
35429
|
+
name: "(anonymous_1)",
|
|
35430
|
+
decl: {
|
|
35431
|
+
start: {
|
|
35432
|
+
line: 10,
|
|
35433
|
+
column: 24
|
|
35434
|
+
},
|
|
35435
|
+
end: {
|
|
35436
|
+
line: 10,
|
|
35437
|
+
column: 25
|
|
35438
|
+
}
|
|
35439
|
+
},
|
|
35440
|
+
loc: {
|
|
35441
|
+
start: {
|
|
35442
|
+
line: 11,
|
|
35443
|
+
column: 6
|
|
35444
|
+
},
|
|
35445
|
+
end: {
|
|
35446
|
+
line: 11,
|
|
35447
|
+
column: 56
|
|
35448
|
+
}
|
|
35449
|
+
},
|
|
35450
|
+
line: 11
|
|
35451
|
+
},
|
|
35452
|
+
"2": {
|
|
35453
|
+
name: "(anonymous_2)",
|
|
35454
|
+
decl: {
|
|
35455
|
+
start: {
|
|
35456
|
+
line: 15,
|
|
35457
|
+
column: 24
|
|
35458
|
+
},
|
|
35459
|
+
end: {
|
|
35460
|
+
line: 15,
|
|
35461
|
+
column: 25
|
|
35462
|
+
}
|
|
35463
|
+
},
|
|
35464
|
+
loc: {
|
|
35465
|
+
start: {
|
|
35466
|
+
line: 16,
|
|
35467
|
+
column: 6
|
|
35468
|
+
},
|
|
35469
|
+
end: {
|
|
35470
|
+
line: 16,
|
|
35471
|
+
column: 54
|
|
35472
|
+
}
|
|
35473
|
+
},
|
|
35474
|
+
line: 16
|
|
35475
|
+
}
|
|
35476
|
+
},
|
|
35477
|
+
branchMap: {
|
|
35478
|
+
"0": {
|
|
35479
|
+
loc: {
|
|
35480
|
+
start: {
|
|
35481
|
+
line: 11,
|
|
35482
|
+
column: 6
|
|
35483
|
+
},
|
|
35484
|
+
end: {
|
|
35485
|
+
line: 11,
|
|
35486
|
+
column: 56
|
|
35487
|
+
}
|
|
35488
|
+
},
|
|
35489
|
+
type: "binary-expr",
|
|
35490
|
+
locations: [{
|
|
35491
|
+
start: {
|
|
35492
|
+
line: 11,
|
|
35493
|
+
column: 6
|
|
35494
|
+
},
|
|
35495
|
+
end: {
|
|
35496
|
+
line: 11,
|
|
35497
|
+
column: 43
|
|
35498
|
+
}
|
|
35499
|
+
}, {
|
|
35500
|
+
start: {
|
|
35501
|
+
line: 11,
|
|
35502
|
+
column: 47
|
|
35503
|
+
},
|
|
35504
|
+
end: {
|
|
35505
|
+
line: 11,
|
|
35506
|
+
column: 56
|
|
35507
|
+
}
|
|
35508
|
+
}],
|
|
35509
|
+
line: 11
|
|
35510
|
+
},
|
|
35511
|
+
"1": {
|
|
35512
|
+
loc: {
|
|
35513
|
+
start: {
|
|
35514
|
+
line: 16,
|
|
35515
|
+
column: 6
|
|
35516
|
+
},
|
|
35517
|
+
end: {
|
|
35518
|
+
line: 16,
|
|
35519
|
+
column: 54
|
|
35520
|
+
}
|
|
35521
|
+
},
|
|
35522
|
+
type: "binary-expr",
|
|
35523
|
+
locations: [{
|
|
35524
|
+
start: {
|
|
35525
|
+
line: 16,
|
|
35526
|
+
column: 6
|
|
35527
|
+
},
|
|
35528
|
+
end: {
|
|
35529
|
+
line: 16,
|
|
35530
|
+
column: 41
|
|
35531
|
+
}
|
|
35532
|
+
}, {
|
|
35533
|
+
start: {
|
|
35534
|
+
line: 16,
|
|
35535
|
+
column: 45
|
|
35536
|
+
},
|
|
35537
|
+
end: {
|
|
35538
|
+
line: 16,
|
|
35539
|
+
column: 54
|
|
35540
|
+
}
|
|
35541
|
+
}],
|
|
35542
|
+
line: 16
|
|
35543
|
+
}
|
|
35544
|
+
},
|
|
35545
|
+
s: {
|
|
35546
|
+
"0": 0,
|
|
35547
|
+
"1": 0,
|
|
35548
|
+
"2": 0,
|
|
35549
|
+
"3": 0
|
|
35550
|
+
},
|
|
35551
|
+
f: {
|
|
35552
|
+
"0": 0,
|
|
35553
|
+
"1": 0,
|
|
35554
|
+
"2": 0
|
|
35555
|
+
},
|
|
35556
|
+
b: {
|
|
35557
|
+
"0": [0, 0],
|
|
35558
|
+
"1": [0, 0]
|
|
35559
|
+
},
|
|
35560
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
35561
|
+
hash: "3ed055e625ed4deaba3ffe6caf820daa41f3d394"
|
|
35562
|
+
};
|
|
35563
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
35564
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
35565
|
+
coverage[path] = coverageData;
|
|
35566
|
+
}
|
|
35567
|
+
var actualCoverage = coverage[path];
|
|
35568
|
+
{
|
|
35569
|
+
// @ts-ignore
|
|
35570
|
+
cov_2cc59nnvlm = function () {
|
|
35571
|
+
return actualCoverage;
|
|
35572
|
+
};
|
|
35573
|
+
}
|
|
35574
|
+
return actualCoverage;
|
|
35575
|
+
}
|
|
35576
|
+
cov_2cc59nnvlm();
|
|
35577
|
+
var PaginationWrapper = (cov_2cc59nnvlm().s[0]++, styled__default["default"].div.attrs(function (_ref) {
|
|
35578
|
+
var isActive = _ref.isActive;
|
|
35579
|
+
cov_2cc59nnvlm().f[0]++;
|
|
35580
|
+
cov_2cc59nnvlm().s[1]++;
|
|
35581
|
+
return {
|
|
35582
|
+
className: classnames("swiper-pagination-bullet cursor-pointer", {
|
|
35583
|
+
"swiper-pagination-bullet-active": isActive
|
|
35584
|
+
})
|
|
35585
|
+
};
|
|
35586
|
+
})(_templateObject || (_templateObject = _taggedTemplateLiteral__default["default"](["\n &.swiper-pagination-bullet {\n background-color: ", " !important;\n }\n\n &.swiper-pagination-bullet-active {\n background-color: ", " !important;\n }\n"])), function (_ref2) {
|
|
35587
|
+
var design = _ref2.design;
|
|
35588
|
+
cov_2cc59nnvlm().f[1]++;
|
|
35589
|
+
cov_2cc59nnvlm().s[2]++;
|
|
35590
|
+
return (cov_2cc59nnvlm().b[0][0]++, design === null || design === void 0 ? void 0 : design.paginationButtonInactiveColor) || (cov_2cc59nnvlm().b[0][1]++, "#A2A2A2");
|
|
35591
|
+
}, function (_ref3) {
|
|
35592
|
+
var design = _ref3.design;
|
|
35593
|
+
cov_2cc59nnvlm().f[2]++;
|
|
35594
|
+
cov_2cc59nnvlm().s[3]++;
|
|
35595
|
+
return (cov_2cc59nnvlm().b[1][0]++, design === null || design === void 0 ? void 0 : design.paginationButtonActiveColor) || (cov_2cc59nnvlm().b[1][1]++, "#1F2433");
|
|
35596
|
+
}));
|
|
35597
|
+
|
|
35117
35598
|
function cov_134v3a85u9() {
|
|
35118
35599
|
var path = "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/utils/index.js";
|
|
35119
35600
|
var hash = "f483a22df500c10c2361a51b31733c7daef5dfe5";
|
|
@@ -36343,7 +36824,7 @@ cov_9an93draw().s[4]++;
|
|
|
36343
36824
|
|
|
36344
36825
|
function cov_1p0ejxzker() {
|
|
36345
36826
|
var path = "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/components/commons/Pagination.jsx";
|
|
36346
|
-
var hash = "
|
|
36827
|
+
var hash = "b8fcf5ccbc4923a3190f53deef758a52becdc6c1";
|
|
36347
36828
|
var global = new Function("return this")();
|
|
36348
36829
|
var gcv = "__coverage__";
|
|
36349
36830
|
var coverageData = {
|
|
@@ -36351,7 +36832,7 @@ function cov_1p0ejxzker() {
|
|
|
36351
36832
|
statementMap: {
|
|
36352
36833
|
"0": {
|
|
36353
36834
|
start: {
|
|
36354
|
-
line:
|
|
36835
|
+
line: 9,
|
|
36355
36836
|
column: 19
|
|
36356
36837
|
},
|
|
36357
36838
|
end: {
|
|
@@ -36361,127 +36842,127 @@ function cov_1p0ejxzker() {
|
|
|
36361
36842
|
},
|
|
36362
36843
|
"1": {
|
|
36363
36844
|
start: {
|
|
36364
|
-
line:
|
|
36845
|
+
line: 10,
|
|
36365
36846
|
column: 40
|
|
36366
36847
|
},
|
|
36367
36848
|
end: {
|
|
36368
|
-
line:
|
|
36849
|
+
line: 10,
|
|
36369
36850
|
column: 51
|
|
36370
36851
|
}
|
|
36371
36852
|
},
|
|
36372
36853
|
"2": {
|
|
36373
36854
|
start: {
|
|
36374
|
-
line:
|
|
36855
|
+
line: 12,
|
|
36375
36856
|
column: 2
|
|
36376
36857
|
},
|
|
36377
36858
|
end: {
|
|
36378
|
-
line:
|
|
36859
|
+
line: 20,
|
|
36379
36860
|
column: 15
|
|
36380
36861
|
}
|
|
36381
36862
|
},
|
|
36382
36863
|
"3": {
|
|
36383
36864
|
start: {
|
|
36384
|
-
line:
|
|
36865
|
+
line: 13,
|
|
36385
36866
|
column: 4
|
|
36386
36867
|
},
|
|
36387
36868
|
end: {
|
|
36388
|
-
line:
|
|
36869
|
+
line: 13,
|
|
36389
36870
|
column: 34
|
|
36390
36871
|
}
|
|
36391
36872
|
},
|
|
36392
36873
|
"4": {
|
|
36393
36874
|
start: {
|
|
36394
|
-
line:
|
|
36875
|
+
line: 13,
|
|
36395
36876
|
column: 17
|
|
36396
36877
|
},
|
|
36397
36878
|
end: {
|
|
36398
|
-
line:
|
|
36879
|
+
line: 13,
|
|
36399
36880
|
column: 34
|
|
36400
36881
|
}
|
|
36401
36882
|
},
|
|
36402
36883
|
"5": {
|
|
36403
36884
|
start: {
|
|
36404
|
-
line:
|
|
36885
|
+
line: 15,
|
|
36405
36886
|
column: 26
|
|
36406
36887
|
},
|
|
36407
36888
|
end: {
|
|
36408
|
-
line:
|
|
36889
|
+
line: 15,
|
|
36409
36890
|
column: 64
|
|
36410
36891
|
}
|
|
36411
36892
|
},
|
|
36412
36893
|
"6": {
|
|
36413
36894
|
start: {
|
|
36414
|
-
line:
|
|
36895
|
+
line: 15,
|
|
36415
36896
|
column: 32
|
|
36416
36897
|
},
|
|
36417
36898
|
end: {
|
|
36418
|
-
line:
|
|
36899
|
+
line: 15,
|
|
36419
36900
|
column: 64
|
|
36420
36901
|
}
|
|
36421
36902
|
},
|
|
36422
36903
|
"7": {
|
|
36423
36904
|
start: {
|
|
36424
|
-
line:
|
|
36905
|
+
line: 17,
|
|
36425
36906
|
column: 4
|
|
36426
36907
|
},
|
|
36427
36908
|
end: {
|
|
36428
|
-
line:
|
|
36909
|
+
line: 17,
|
|
36429
36910
|
column: 44
|
|
36430
36911
|
}
|
|
36431
36912
|
},
|
|
36432
36913
|
"8": {
|
|
36433
36914
|
start: {
|
|
36434
|
-
line:
|
|
36915
|
+
line: 19,
|
|
36435
36916
|
column: 4
|
|
36436
36917
|
},
|
|
36437
36918
|
end: {
|
|
36438
|
-
line:
|
|
36919
|
+
line: 19,
|
|
36439
36920
|
column: 58
|
|
36440
36921
|
}
|
|
36441
36922
|
},
|
|
36442
36923
|
"9": {
|
|
36443
36924
|
start: {
|
|
36444
|
-
line:
|
|
36925
|
+
line: 19,
|
|
36445
36926
|
column: 17
|
|
36446
36927
|
},
|
|
36447
36928
|
end: {
|
|
36448
|
-
line:
|
|
36929
|
+
line: 19,
|
|
36449
36930
|
column: 57
|
|
36450
36931
|
}
|
|
36451
36932
|
},
|
|
36452
36933
|
"10": {
|
|
36453
36934
|
start: {
|
|
36454
|
-
line:
|
|
36935
|
+
line: 22,
|
|
36455
36936
|
column: 2
|
|
36456
36937
|
},
|
|
36457
36938
|
end: {
|
|
36458
|
-
line:
|
|
36939
|
+
line: 22,
|
|
36459
36940
|
column: 27
|
|
36460
36941
|
}
|
|
36461
36942
|
},
|
|
36462
36943
|
"11": {
|
|
36463
36944
|
start: {
|
|
36464
|
-
line:
|
|
36945
|
+
line: 22,
|
|
36465
36946
|
column: 15
|
|
36466
36947
|
},
|
|
36467
36948
|
end: {
|
|
36468
|
-
line:
|
|
36949
|
+
line: 22,
|
|
36469
36950
|
column: 27
|
|
36470
36951
|
}
|
|
36471
36952
|
},
|
|
36472
36953
|
"12": {
|
|
36473
36954
|
start: {
|
|
36474
|
-
line:
|
|
36955
|
+
line: 24,
|
|
36475
36956
|
column: 22
|
|
36476
36957
|
},
|
|
36477
36958
|
end: {
|
|
36478
|
-
line:
|
|
36959
|
+
line: 24,
|
|
36479
36960
|
column: 42
|
|
36480
36961
|
}
|
|
36481
36962
|
},
|
|
36482
36963
|
"13": {
|
|
36483
36964
|
start: {
|
|
36484
|
-
line:
|
|
36965
|
+
line: 26,
|
|
36485
36966
|
column: 2
|
|
36486
36967
|
},
|
|
36487
36968
|
end: {
|
|
@@ -36491,17 +36972,17 @@ function cov_1p0ejxzker() {
|
|
|
36491
36972
|
},
|
|
36492
36973
|
"14": {
|
|
36493
36974
|
start: {
|
|
36494
|
-
line:
|
|
36975
|
+
line: 32,
|
|
36495
36976
|
column: 23
|
|
36496
36977
|
},
|
|
36497
36978
|
end: {
|
|
36498
|
-
line:
|
|
36979
|
+
line: 32,
|
|
36499
36980
|
column: 64
|
|
36500
36981
|
}
|
|
36501
36982
|
},
|
|
36502
36983
|
"15": {
|
|
36503
36984
|
start: {
|
|
36504
|
-
line:
|
|
36985
|
+
line: 44,
|
|
36505
36986
|
column: 10
|
|
36506
36987
|
},
|
|
36507
36988
|
end: {
|
|
@@ -36545,137 +37026,137 @@ function cov_1p0ejxzker() {
|
|
|
36545
37026
|
name: "(anonymous_0)",
|
|
36546
37027
|
decl: {
|
|
36547
37028
|
start: {
|
|
36548
|
-
line:
|
|
37029
|
+
line: 9,
|
|
36549
37030
|
column: 19
|
|
36550
37031
|
},
|
|
36551
37032
|
end: {
|
|
36552
|
-
line:
|
|
37033
|
+
line: 9,
|
|
36553
37034
|
column: 20
|
|
36554
37035
|
}
|
|
36555
37036
|
},
|
|
36556
37037
|
loc: {
|
|
36557
37038
|
start: {
|
|
36558
|
-
line:
|
|
36559
|
-
column:
|
|
37039
|
+
line: 9,
|
|
37040
|
+
column: 43
|
|
36560
37041
|
},
|
|
36561
37042
|
end: {
|
|
36562
37043
|
line: 68,
|
|
36563
37044
|
column: 1
|
|
36564
37045
|
}
|
|
36565
37046
|
},
|
|
36566
|
-
line:
|
|
37047
|
+
line: 9
|
|
36567
37048
|
},
|
|
36568
37049
|
"1": {
|
|
36569
37050
|
name: "(anonymous_1)",
|
|
36570
37051
|
decl: {
|
|
36571
37052
|
start: {
|
|
36572
|
-
line:
|
|
37053
|
+
line: 12,
|
|
36573
37054
|
column: 12
|
|
36574
37055
|
},
|
|
36575
37056
|
end: {
|
|
36576
|
-
line:
|
|
37057
|
+
line: 12,
|
|
36577
37058
|
column: 13
|
|
36578
37059
|
}
|
|
36579
37060
|
},
|
|
36580
37061
|
loc: {
|
|
36581
37062
|
start: {
|
|
36582
|
-
line:
|
|
37063
|
+
line: 12,
|
|
36583
37064
|
column: 18
|
|
36584
37065
|
},
|
|
36585
37066
|
end: {
|
|
36586
|
-
line:
|
|
37067
|
+
line: 20,
|
|
36587
37068
|
column: 3
|
|
36588
37069
|
}
|
|
36589
37070
|
},
|
|
36590
|
-
line:
|
|
37071
|
+
line: 12
|
|
36591
37072
|
},
|
|
36592
37073
|
"2": {
|
|
36593
37074
|
name: "(anonymous_2)",
|
|
36594
37075
|
decl: {
|
|
36595
37076
|
start: {
|
|
36596
|
-
line:
|
|
37077
|
+
line: 15,
|
|
36597
37078
|
column: 26
|
|
36598
37079
|
},
|
|
36599
37080
|
end: {
|
|
36600
|
-
line:
|
|
37081
|
+
line: 15,
|
|
36601
37082
|
column: 27
|
|
36602
37083
|
}
|
|
36603
37084
|
},
|
|
36604
37085
|
loc: {
|
|
36605
37086
|
start: {
|
|
36606
|
-
line:
|
|
37087
|
+
line: 15,
|
|
36607
37088
|
column: 32
|
|
36608
37089
|
},
|
|
36609
37090
|
end: {
|
|
36610
|
-
line:
|
|
37091
|
+
line: 15,
|
|
36611
37092
|
column: 64
|
|
36612
37093
|
}
|
|
36613
37094
|
},
|
|
36614
|
-
line:
|
|
37095
|
+
line: 15
|
|
36615
37096
|
},
|
|
36616
37097
|
"3": {
|
|
36617
37098
|
name: "(anonymous_3)",
|
|
36618
37099
|
decl: {
|
|
36619
37100
|
start: {
|
|
36620
|
-
line:
|
|
37101
|
+
line: 19,
|
|
36621
37102
|
column: 11
|
|
36622
37103
|
},
|
|
36623
37104
|
end: {
|
|
36624
|
-
line:
|
|
37105
|
+
line: 19,
|
|
36625
37106
|
column: 12
|
|
36626
37107
|
}
|
|
36627
37108
|
},
|
|
36628
37109
|
loc: {
|
|
36629
37110
|
start: {
|
|
36630
|
-
line:
|
|
37111
|
+
line: 19,
|
|
36631
37112
|
column: 17
|
|
36632
37113
|
},
|
|
36633
37114
|
end: {
|
|
36634
|
-
line:
|
|
37115
|
+
line: 19,
|
|
36635
37116
|
column: 57
|
|
36636
37117
|
}
|
|
36637
37118
|
},
|
|
36638
|
-
line:
|
|
37119
|
+
line: 19
|
|
36639
37120
|
},
|
|
36640
37121
|
"4": {
|
|
36641
37122
|
name: "(anonymous_4)",
|
|
36642
37123
|
decl: {
|
|
36643
37124
|
start: {
|
|
36644
|
-
line:
|
|
37125
|
+
line: 32,
|
|
36645
37126
|
column: 17
|
|
36646
37127
|
},
|
|
36647
37128
|
end: {
|
|
36648
|
-
line:
|
|
37129
|
+
line: 32,
|
|
36649
37130
|
column: 18
|
|
36650
37131
|
}
|
|
36651
37132
|
},
|
|
36652
37133
|
loc: {
|
|
36653
37134
|
start: {
|
|
36654
|
-
line:
|
|
37135
|
+
line: 32,
|
|
36655
37136
|
column: 23
|
|
36656
37137
|
},
|
|
36657
37138
|
end: {
|
|
36658
|
-
line:
|
|
37139
|
+
line: 32,
|
|
36659
37140
|
column: 64
|
|
36660
37141
|
}
|
|
36661
37142
|
},
|
|
36662
|
-
line:
|
|
37143
|
+
line: 32
|
|
36663
37144
|
},
|
|
36664
37145
|
"5": {
|
|
36665
37146
|
name: "(anonymous_5)",
|
|
36666
37147
|
decl: {
|
|
36667
37148
|
start: {
|
|
36668
|
-
line:
|
|
37149
|
+
line: 43,
|
|
36669
37150
|
column: 37
|
|
36670
37151
|
},
|
|
36671
37152
|
end: {
|
|
36672
|
-
line:
|
|
37153
|
+
line: 43,
|
|
36673
37154
|
column: 38
|
|
36674
37155
|
}
|
|
36675
37156
|
},
|
|
36676
37157
|
loc: {
|
|
36677
37158
|
start: {
|
|
36678
|
-
line:
|
|
37159
|
+
line: 44,
|
|
36679
37160
|
column: 10
|
|
36680
37161
|
},
|
|
36681
37162
|
end: {
|
|
@@ -36683,7 +37164,7 @@ function cov_1p0ejxzker() {
|
|
|
36683
37164
|
column: 12
|
|
36684
37165
|
}
|
|
36685
37166
|
},
|
|
36686
|
-
line:
|
|
37167
|
+
line: 44
|
|
36687
37168
|
},
|
|
36688
37169
|
"6": {
|
|
36689
37170
|
name: "(anonymous_6)",
|
|
@@ -36738,22 +37219,22 @@ function cov_1p0ejxzker() {
|
|
|
36738
37219
|
"0": {
|
|
36739
37220
|
loc: {
|
|
36740
37221
|
start: {
|
|
36741
|
-
line:
|
|
37222
|
+
line: 13,
|
|
36742
37223
|
column: 4
|
|
36743
37224
|
},
|
|
36744
37225
|
end: {
|
|
36745
|
-
line:
|
|
37226
|
+
line: 13,
|
|
36746
37227
|
column: 34
|
|
36747
37228
|
}
|
|
36748
37229
|
},
|
|
36749
37230
|
type: "if",
|
|
36750
37231
|
locations: [{
|
|
36751
37232
|
start: {
|
|
36752
|
-
line:
|
|
37233
|
+
line: 13,
|
|
36753
37234
|
column: 4
|
|
36754
37235
|
},
|
|
36755
37236
|
end: {
|
|
36756
|
-
line:
|
|
37237
|
+
line: 13,
|
|
36757
37238
|
column: 34
|
|
36758
37239
|
}
|
|
36759
37240
|
}, {
|
|
@@ -36766,27 +37247,27 @@ function cov_1p0ejxzker() {
|
|
|
36766
37247
|
column: undefined
|
|
36767
37248
|
}
|
|
36768
37249
|
}],
|
|
36769
|
-
line:
|
|
37250
|
+
line: 13
|
|
36770
37251
|
},
|
|
36771
37252
|
"1": {
|
|
36772
37253
|
loc: {
|
|
36773
37254
|
start: {
|
|
36774
|
-
line:
|
|
37255
|
+
line: 22,
|
|
36775
37256
|
column: 2
|
|
36776
37257
|
},
|
|
36777
37258
|
end: {
|
|
36778
|
-
line:
|
|
37259
|
+
line: 22,
|
|
36779
37260
|
column: 27
|
|
36780
37261
|
}
|
|
36781
37262
|
},
|
|
36782
37263
|
type: "if",
|
|
36783
37264
|
locations: [{
|
|
36784
37265
|
start: {
|
|
36785
|
-
line:
|
|
37266
|
+
line: 22,
|
|
36786
37267
|
column: 2
|
|
36787
37268
|
},
|
|
36788
37269
|
end: {
|
|
36789
|
-
line:
|
|
37270
|
+
line: 22,
|
|
36790
37271
|
column: 27
|
|
36791
37272
|
}
|
|
36792
37273
|
}, {
|
|
@@ -36799,40 +37280,172 @@ function cov_1p0ejxzker() {
|
|
|
36799
37280
|
column: undefined
|
|
36800
37281
|
}
|
|
36801
37282
|
}],
|
|
36802
|
-
line:
|
|
37283
|
+
line: 22
|
|
36803
37284
|
},
|
|
36804
37285
|
"2": {
|
|
36805
37286
|
loc: {
|
|
36806
37287
|
start: {
|
|
36807
|
-
line:
|
|
37288
|
+
line: 32,
|
|
36808
37289
|
column: 23
|
|
36809
37290
|
},
|
|
36810
37291
|
end: {
|
|
36811
|
-
line:
|
|
37292
|
+
line: 32,
|
|
36812
37293
|
column: 64
|
|
36813
37294
|
}
|
|
36814
37295
|
},
|
|
36815
37296
|
type: "binary-expr",
|
|
36816
37297
|
locations: [{
|
|
36817
37298
|
start: {
|
|
36818
|
-
line:
|
|
37299
|
+
line: 32,
|
|
36819
37300
|
column: 23
|
|
36820
37301
|
},
|
|
36821
37302
|
end: {
|
|
36822
|
-
line:
|
|
37303
|
+
line: 32,
|
|
36823
37304
|
column: 42
|
|
36824
37305
|
}
|
|
36825
37306
|
}, {
|
|
36826
37307
|
start: {
|
|
36827
|
-
line:
|
|
37308
|
+
line: 32,
|
|
36828
37309
|
column: 46
|
|
36829
37310
|
},
|
|
36830
37311
|
end: {
|
|
36831
|
-
line:
|
|
37312
|
+
line: 32,
|
|
36832
37313
|
column: 64
|
|
36833
37314
|
}
|
|
36834
37315
|
}],
|
|
36835
|
-
line:
|
|
37316
|
+
line: 32
|
|
37317
|
+
},
|
|
37318
|
+
"3": {
|
|
37319
|
+
loc: {
|
|
37320
|
+
start: {
|
|
37321
|
+
line: 37,
|
|
37322
|
+
column: 13
|
|
37323
|
+
},
|
|
37324
|
+
end: {
|
|
37325
|
+
line: 37,
|
|
37326
|
+
column: 54
|
|
37327
|
+
}
|
|
37328
|
+
},
|
|
37329
|
+
type: "binary-expr",
|
|
37330
|
+
locations: [{
|
|
37331
|
+
start: {
|
|
37332
|
+
line: 37,
|
|
37333
|
+
column: 13
|
|
37334
|
+
},
|
|
37335
|
+
end: {
|
|
37336
|
+
line: 37,
|
|
37337
|
+
column: 44
|
|
37338
|
+
}
|
|
37339
|
+
}, {
|
|
37340
|
+
start: {
|
|
37341
|
+
line: 37,
|
|
37342
|
+
column: 48
|
|
37343
|
+
},
|
|
37344
|
+
end: {
|
|
37345
|
+
line: 37,
|
|
37346
|
+
column: 54
|
|
37347
|
+
}
|
|
37348
|
+
}],
|
|
37349
|
+
line: 37
|
|
37350
|
+
},
|
|
37351
|
+
"4": {
|
|
37352
|
+
loc: {
|
|
37353
|
+
start: {
|
|
37354
|
+
line: 38,
|
|
37355
|
+
column: 13
|
|
37356
|
+
},
|
|
37357
|
+
end: {
|
|
37358
|
+
line: 38,
|
|
37359
|
+
column: 55
|
|
37360
|
+
}
|
|
37361
|
+
},
|
|
37362
|
+
type: "binary-expr",
|
|
37363
|
+
locations: [{
|
|
37364
|
+
start: {
|
|
37365
|
+
line: 38,
|
|
37366
|
+
column: 13
|
|
37367
|
+
},
|
|
37368
|
+
end: {
|
|
37369
|
+
line: 38,
|
|
37370
|
+
column: 42
|
|
37371
|
+
}
|
|
37372
|
+
}, {
|
|
37373
|
+
start: {
|
|
37374
|
+
line: 38,
|
|
37375
|
+
column: 46
|
|
37376
|
+
},
|
|
37377
|
+
end: {
|
|
37378
|
+
line: 38,
|
|
37379
|
+
column: 55
|
|
37380
|
+
}
|
|
37381
|
+
}],
|
|
37382
|
+
line: 38
|
|
37383
|
+
},
|
|
37384
|
+
"5": {
|
|
37385
|
+
loc: {
|
|
37386
|
+
start: {
|
|
37387
|
+
line: 61,
|
|
37388
|
+
column: 13
|
|
37389
|
+
},
|
|
37390
|
+
end: {
|
|
37391
|
+
line: 61,
|
|
37392
|
+
column: 54
|
|
37393
|
+
}
|
|
37394
|
+
},
|
|
37395
|
+
type: "binary-expr",
|
|
37396
|
+
locations: [{
|
|
37397
|
+
start: {
|
|
37398
|
+
line: 61,
|
|
37399
|
+
column: 13
|
|
37400
|
+
},
|
|
37401
|
+
end: {
|
|
37402
|
+
line: 61,
|
|
37403
|
+
column: 44
|
|
37404
|
+
}
|
|
37405
|
+
}, {
|
|
37406
|
+
start: {
|
|
37407
|
+
line: 61,
|
|
37408
|
+
column: 48
|
|
37409
|
+
},
|
|
37410
|
+
end: {
|
|
37411
|
+
line: 61,
|
|
37412
|
+
column: 54
|
|
37413
|
+
}
|
|
37414
|
+
}],
|
|
37415
|
+
line: 61
|
|
37416
|
+
},
|
|
37417
|
+
"6": {
|
|
37418
|
+
loc: {
|
|
37419
|
+
start: {
|
|
37420
|
+
line: 62,
|
|
37421
|
+
column: 13
|
|
37422
|
+
},
|
|
37423
|
+
end: {
|
|
37424
|
+
line: 62,
|
|
37425
|
+
column: 55
|
|
37426
|
+
}
|
|
37427
|
+
},
|
|
37428
|
+
type: "binary-expr",
|
|
37429
|
+
locations: [{
|
|
37430
|
+
start: {
|
|
37431
|
+
line: 62,
|
|
37432
|
+
column: 13
|
|
37433
|
+
},
|
|
37434
|
+
end: {
|
|
37435
|
+
line: 62,
|
|
37436
|
+
column: 42
|
|
37437
|
+
}
|
|
37438
|
+
}, {
|
|
37439
|
+
start: {
|
|
37440
|
+
line: 62,
|
|
37441
|
+
column: 46
|
|
37442
|
+
},
|
|
37443
|
+
end: {
|
|
37444
|
+
line: 62,
|
|
37445
|
+
column: 55
|
|
37446
|
+
}
|
|
37447
|
+
}],
|
|
37448
|
+
line: 62
|
|
36836
37449
|
}
|
|
36837
37450
|
},
|
|
36838
37451
|
s: {
|
|
@@ -36869,10 +37482,14 @@ function cov_1p0ejxzker() {
|
|
|
36869
37482
|
b: {
|
|
36870
37483
|
"0": [0, 0],
|
|
36871
37484
|
"1": [0, 0],
|
|
36872
|
-
"2": [0, 0]
|
|
37485
|
+
"2": [0, 0],
|
|
37486
|
+
"3": [0, 0],
|
|
37487
|
+
"4": [0, 0],
|
|
37488
|
+
"5": [0, 0],
|
|
37489
|
+
"6": [0, 0]
|
|
36873
37490
|
},
|
|
36874
37491
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
36875
|
-
hash: "
|
|
37492
|
+
hash: "b8fcf5ccbc4923a3190f53deef758a52becdc6c1"
|
|
36876
37493
|
};
|
|
36877
37494
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
36878
37495
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -36890,7 +37507,9 @@ function cov_1p0ejxzker() {
|
|
|
36890
37507
|
cov_1p0ejxzker();
|
|
36891
37508
|
cov_1p0ejxzker().s[0]++;
|
|
36892
37509
|
var Pagination$1 = function Pagination(_ref) {
|
|
36893
|
-
var
|
|
37510
|
+
var _classnames, _classnames2;
|
|
37511
|
+
var swiper = _ref.swiper,
|
|
37512
|
+
design = _ref.design;
|
|
36894
37513
|
cov_1p0ejxzker().f[0]++;
|
|
36895
37514
|
var _ref2 = (cov_1p0ejxzker().s[1]++, React.useState(0)),
|
|
36896
37515
|
_ref3 = _slicedToArray__default["default"](_ref2, 2),
|
|
@@ -36945,20 +37564,16 @@ var Pagination$1 = function Pagination(_ref) {
|
|
|
36945
37564
|
}
|
|
36946
37565
|
}, /*#__PURE__*/React__default["default"].createElement(ArrowLeftS$1, {
|
|
36947
37566
|
size: 26,
|
|
36948
|
-
fill: classnames({
|
|
36949
|
-
"#ccc": swiper.isBeginning,
|
|
36950
|
-
"#1F2433": !swiper.isBeginning
|
|
36951
|
-
})
|
|
37567
|
+
fill: classnames((_classnames = {}, _defineProperty__default["default"](_classnames, (cov_1p0ejxzker().b[3][0]++, design === null || design === void 0 ? void 0 : design.navigationInactiveColor) || (cov_1p0ejxzker().b[3][1]++, "#ccc"), swiper.isBeginning), _defineProperty__default["default"](_classnames, (cov_1p0ejxzker().b[4][0]++, design === null || design === void 0 ? void 0 : design.navigationActiveColor) || (cov_1p0ejxzker().b[4][1]++, "#1F2433"), !swiper.isBeginning), _classnames))
|
|
36952
37568
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36953
37569
|
className: "space-x-2"
|
|
36954
37570
|
}, _toConsumableArray__default["default"](Array(totalSlides)).map(function (_, index) {
|
|
36955
37571
|
cov_1p0ejxzker().f[5]++;
|
|
36956
37572
|
cov_1p0ejxzker().s[15]++;
|
|
36957
|
-
return /*#__PURE__*/React__default["default"].createElement(
|
|
37573
|
+
return /*#__PURE__*/React__default["default"].createElement(PaginationWrapper, {
|
|
37574
|
+
design: design,
|
|
37575
|
+
isActive: activeSlide === index,
|
|
36958
37576
|
key: index,
|
|
36959
|
-
className: classnames("swiper-pagination-bullet cursor-pointer", {
|
|
36960
|
-
"swiper-pagination-bullet-active": activeSlide === index
|
|
36961
|
-
}),
|
|
36962
37577
|
onClick: function onClick() {
|
|
36963
37578
|
cov_1p0ejxzker().f[6]++;
|
|
36964
37579
|
cov_1p0ejxzker().s[16]++;
|
|
@@ -36976,10 +37591,7 @@ var Pagination$1 = function Pagination(_ref) {
|
|
|
36976
37591
|
}
|
|
36977
37592
|
}, /*#__PURE__*/React__default["default"].createElement(ArrowRightS$1, {
|
|
36978
37593
|
size: 26,
|
|
36979
|
-
fill: classnames({
|
|
36980
|
-
"#ccc": swiper.isEnd,
|
|
36981
|
-
"#1F2433": !swiper.isEnd
|
|
36982
|
-
})
|
|
37594
|
+
fill: classnames((_classnames2 = {}, _defineProperty__default["default"](_classnames2, (cov_1p0ejxzker().b[5][0]++, design === null || design === void 0 ? void 0 : design.navigationInactiveColor) || (cov_1p0ejxzker().b[5][1]++, "#ccc"), swiper.isEnd), _defineProperty__default["default"](_classnames2, (cov_1p0ejxzker().b[6][0]++, design === null || design === void 0 ? void 0 : design.navigationActiveColor) || (cov_1p0ejxzker().b[6][1]++, "#1F2433"), !swiper.isEnd), _classnames2))
|
|
36983
37595
|
})));
|
|
36984
37596
|
};
|
|
36985
37597
|
cov_1p0ejxzker().s[18]++;
|
|
@@ -68831,7 +69443,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
68831
69443
|
|
|
68832
69444
|
function cov_65dwd4u8l() {
|
|
68833
69445
|
var path = "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/components/Blocks/FooterWithLinks.jsx";
|
|
68834
|
-
var hash = "
|
|
69446
|
+
var hash = "b3c58554c09b148f8af49a9794a3b62f4eb9490e";
|
|
68835
69447
|
var global = new Function("return this")();
|
|
68836
69448
|
var gcv = "__coverage__";
|
|
68837
69449
|
var coverageData = {
|
|
@@ -68843,7 +69455,7 @@ function cov_65dwd4u8l() {
|
|
|
68843
69455
|
column: 24
|
|
68844
69456
|
},
|
|
68845
69457
|
end: {
|
|
68846
|
-
line:
|
|
69458
|
+
line: 102,
|
|
68847
69459
|
column: 1
|
|
68848
69460
|
}
|
|
68849
69461
|
},
|
|
@@ -68883,57 +69495,57 @@ function cov_65dwd4u8l() {
|
|
|
68883
69495
|
column: 2
|
|
68884
69496
|
},
|
|
68885
69497
|
end: {
|
|
68886
|
-
line:
|
|
69498
|
+
line: 101,
|
|
68887
69499
|
column: 4
|
|
68888
69500
|
}
|
|
68889
69501
|
},
|
|
68890
69502
|
"5": {
|
|
68891
69503
|
start: {
|
|
68892
|
-
line:
|
|
69504
|
+
line: 43,
|
|
68893
69505
|
column: 10
|
|
68894
69506
|
},
|
|
68895
69507
|
end: {
|
|
68896
|
-
line:
|
|
69508
|
+
line: 59,
|
|
68897
69509
|
column: 16
|
|
68898
69510
|
}
|
|
68899
69511
|
},
|
|
68900
69512
|
"6": {
|
|
68901
69513
|
start: {
|
|
68902
|
-
line:
|
|
69514
|
+
line: 49,
|
|
68903
69515
|
column: 16
|
|
68904
69516
|
},
|
|
68905
69517
|
end: {
|
|
68906
|
-
line:
|
|
69518
|
+
line: 56,
|
|
68907
69519
|
column: 21
|
|
68908
69520
|
}
|
|
68909
69521
|
},
|
|
68910
69522
|
"7": {
|
|
68911
69523
|
start: {
|
|
68912
|
-
line:
|
|
69524
|
+
line: 68,
|
|
68913
69525
|
column: 12
|
|
68914
69526
|
},
|
|
68915
69527
|
end: {
|
|
68916
|
-
line:
|
|
69528
|
+
line: 78,
|
|
68917
69529
|
column: 14
|
|
68918
69530
|
}
|
|
68919
69531
|
},
|
|
68920
69532
|
"8": {
|
|
68921
69533
|
start: {
|
|
68922
|
-
line:
|
|
69534
|
+
line: 71,
|
|
68923
69535
|
column: 16
|
|
68924
69536
|
},
|
|
68925
69537
|
end: {
|
|
68926
|
-
line:
|
|
69538
|
+
line: 75,
|
|
68927
69539
|
column: 18
|
|
68928
69540
|
}
|
|
68929
69541
|
},
|
|
68930
69542
|
"9": {
|
|
68931
69543
|
start: {
|
|
68932
|
-
line:
|
|
69544
|
+
line: 83,
|
|
68933
69545
|
column: 12
|
|
68934
69546
|
},
|
|
68935
69547
|
end: {
|
|
68936
|
-
line:
|
|
69548
|
+
line: 90,
|
|
68937
69549
|
column: 17
|
|
68938
69550
|
}
|
|
68939
69551
|
}
|
|
@@ -68957,7 +69569,7 @@ function cov_65dwd4u8l() {
|
|
|
68957
69569
|
column: 68
|
|
68958
69570
|
},
|
|
68959
69571
|
end: {
|
|
68960
|
-
line:
|
|
69572
|
+
line: 102,
|
|
68961
69573
|
column: 1
|
|
68962
69574
|
}
|
|
68963
69575
|
},
|
|
@@ -68967,121 +69579,121 @@ function cov_65dwd4u8l() {
|
|
|
68967
69579
|
name: "(anonymous_1)",
|
|
68968
69580
|
decl: {
|
|
68969
69581
|
start: {
|
|
68970
|
-
line:
|
|
69582
|
+
line: 42,
|
|
68971
69583
|
column: 21
|
|
68972
69584
|
},
|
|
68973
69585
|
end: {
|
|
68974
|
-
line:
|
|
69586
|
+
line: 42,
|
|
68975
69587
|
column: 22
|
|
68976
69588
|
}
|
|
68977
69589
|
},
|
|
68978
69590
|
loc: {
|
|
68979
69591
|
start: {
|
|
68980
|
-
line:
|
|
69592
|
+
line: 43,
|
|
68981
69593
|
column: 10
|
|
68982
69594
|
},
|
|
68983
69595
|
end: {
|
|
68984
|
-
line:
|
|
69596
|
+
line: 59,
|
|
68985
69597
|
column: 16
|
|
68986
69598
|
}
|
|
68987
69599
|
},
|
|
68988
|
-
line:
|
|
69600
|
+
line: 43
|
|
68989
69601
|
},
|
|
68990
69602
|
"2": {
|
|
68991
69603
|
name: "(anonymous_2)",
|
|
68992
69604
|
decl: {
|
|
68993
69605
|
start: {
|
|
68994
|
-
line:
|
|
69606
|
+
line: 48,
|
|
68995
69607
|
column: 25
|
|
68996
69608
|
},
|
|
68997
69609
|
end: {
|
|
68998
|
-
line:
|
|
69610
|
+
line: 48,
|
|
68999
69611
|
column: 26
|
|
69000
69612
|
}
|
|
69001
69613
|
},
|
|
69002
69614
|
loc: {
|
|
69003
69615
|
start: {
|
|
69004
|
-
line:
|
|
69616
|
+
line: 49,
|
|
69005
69617
|
column: 16
|
|
69006
69618
|
},
|
|
69007
69619
|
end: {
|
|
69008
|
-
line:
|
|
69620
|
+
line: 56,
|
|
69009
69621
|
column: 21
|
|
69010
69622
|
}
|
|
69011
69623
|
},
|
|
69012
|
-
line:
|
|
69624
|
+
line: 49
|
|
69013
69625
|
},
|
|
69014
69626
|
"3": {
|
|
69015
69627
|
name: "(anonymous_3)",
|
|
69016
69628
|
decl: {
|
|
69017
69629
|
start: {
|
|
69018
|
-
line:
|
|
69630
|
+
line: 67,
|
|
69019
69631
|
column: 35
|
|
69020
69632
|
},
|
|
69021
69633
|
end: {
|
|
69022
|
-
line:
|
|
69634
|
+
line: 67,
|
|
69023
69635
|
column: 36
|
|
69024
69636
|
}
|
|
69025
69637
|
},
|
|
69026
69638
|
loc: {
|
|
69027
69639
|
start: {
|
|
69028
|
-
line:
|
|
69640
|
+
line: 68,
|
|
69029
69641
|
column: 12
|
|
69030
69642
|
},
|
|
69031
69643
|
end: {
|
|
69032
|
-
line:
|
|
69644
|
+
line: 78,
|
|
69033
69645
|
column: 14
|
|
69034
69646
|
}
|
|
69035
69647
|
},
|
|
69036
|
-
line:
|
|
69648
|
+
line: 68
|
|
69037
69649
|
},
|
|
69038
69650
|
"4": {
|
|
69039
69651
|
name: "(anonymous_4)",
|
|
69040
69652
|
decl: {
|
|
69041
69653
|
start: {
|
|
69042
|
-
line:
|
|
69654
|
+
line: 70,
|
|
69043
69655
|
column: 20
|
|
69044
69656
|
},
|
|
69045
69657
|
end: {
|
|
69046
|
-
line:
|
|
69658
|
+
line: 70,
|
|
69047
69659
|
column: 21
|
|
69048
69660
|
}
|
|
69049
69661
|
},
|
|
69050
69662
|
loc: {
|
|
69051
69663
|
start: {
|
|
69052
|
-
line:
|
|
69664
|
+
line: 71,
|
|
69053
69665
|
column: 16
|
|
69054
69666
|
},
|
|
69055
69667
|
end: {
|
|
69056
|
-
line:
|
|
69668
|
+
line: 75,
|
|
69057
69669
|
column: 18
|
|
69058
69670
|
}
|
|
69059
69671
|
},
|
|
69060
|
-
line:
|
|
69672
|
+
line: 71
|
|
69061
69673
|
},
|
|
69062
69674
|
"5": {
|
|
69063
69675
|
name: "(anonymous_5)",
|
|
69064
69676
|
decl: {
|
|
69065
69677
|
start: {
|
|
69066
|
-
line:
|
|
69678
|
+
line: 82,
|
|
69067
69679
|
column: 29
|
|
69068
69680
|
},
|
|
69069
69681
|
end: {
|
|
69070
|
-
line:
|
|
69682
|
+
line: 82,
|
|
69071
69683
|
column: 30
|
|
69072
69684
|
}
|
|
69073
69685
|
},
|
|
69074
69686
|
loc: {
|
|
69075
69687
|
start: {
|
|
69076
|
-
line:
|
|
69688
|
+
line: 83,
|
|
69077
69689
|
column: 12
|
|
69078
69690
|
},
|
|
69079
69691
|
end: {
|
|
69080
|
-
line:
|
|
69692
|
+
line: 90,
|
|
69081
69693
|
column: 17
|
|
69082
69694
|
}
|
|
69083
69695
|
},
|
|
69084
|
-
line:
|
|
69696
|
+
line: 83
|
|
69085
69697
|
}
|
|
69086
69698
|
},
|
|
69087
69699
|
branchMap: {
|
|
@@ -69112,35 +69724,35 @@ function cov_65dwd4u8l() {
|
|
|
69112
69724
|
"1": {
|
|
69113
69725
|
loc: {
|
|
69114
69726
|
start: {
|
|
69115
|
-
line:
|
|
69727
|
+
line: 88,
|
|
69116
69728
|
column: 20
|
|
69117
69729
|
},
|
|
69118
69730
|
end: {
|
|
69119
|
-
line:
|
|
69731
|
+
line: 88,
|
|
69120
69732
|
column: 73
|
|
69121
69733
|
}
|
|
69122
69734
|
},
|
|
69123
69735
|
type: "cond-expr",
|
|
69124
69736
|
locations: [{
|
|
69125
69737
|
start: {
|
|
69126
|
-
line:
|
|
69738
|
+
line: 88,
|
|
69127
69739
|
column: 39
|
|
69128
69740
|
},
|
|
69129
69741
|
end: {
|
|
69130
|
-
line:
|
|
69742
|
+
line: 88,
|
|
69131
69743
|
column: 56
|
|
69132
69744
|
}
|
|
69133
69745
|
}, {
|
|
69134
69746
|
start: {
|
|
69135
|
-
line:
|
|
69747
|
+
line: 88,
|
|
69136
69748
|
column: 59
|
|
69137
69749
|
},
|
|
69138
69750
|
end: {
|
|
69139
|
-
line:
|
|
69751
|
+
line: 88,
|
|
69140
69752
|
column: 73
|
|
69141
69753
|
}
|
|
69142
69754
|
}],
|
|
69143
|
-
line:
|
|
69755
|
+
line: 88
|
|
69144
69756
|
}
|
|
69145
69757
|
},
|
|
69146
69758
|
s: {
|
|
@@ -69168,7 +69780,7 @@ function cov_65dwd4u8l() {
|
|
|
69168
69780
|
"1": [0, 0]
|
|
69169
69781
|
},
|
|
69170
69782
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
69171
|
-
hash: "
|
|
69783
|
+
hash: "b3c58554c09b148f8af49a9794a3b62f4eb9490e"
|
|
69172
69784
|
};
|
|
69173
69785
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
69174
69786
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -69219,10 +69831,15 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
69219
69831
|
nestedClassName: baseClasses
|
|
69220
69832
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69221
69833
|
className: "col-span-12 sm:col-span-5"
|
|
69834
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69835
|
+
className: "flex items-center gap-x-2"
|
|
69222
69836
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage, {
|
|
69223
69837
|
design: design.logo,
|
|
69224
69838
|
src: logo.src
|
|
69225
69839
|
}), /*#__PURE__*/React__default["default"].createElement(Typography, {
|
|
69840
|
+
component: "p",
|
|
69841
|
+
design: design.logoTitle
|
|
69842
|
+
}, logo.title)), /*#__PURE__*/React__default["default"].createElement(Typography, {
|
|
69226
69843
|
component: "p",
|
|
69227
69844
|
style: design.description
|
|
69228
69845
|
}, description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -69304,7 +69921,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
69304
69921
|
|
|
69305
69922
|
function cov_lnu2i52i9() {
|
|
69306
69923
|
var path = "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/components/Blocks/GalleryClassic.jsx";
|
|
69307
|
-
var hash = "
|
|
69924
|
+
var hash = "2ce68dcdc10c0be9429710e68e3fde2dbad882f9";
|
|
69308
69925
|
var global = new Function("return this")();
|
|
69309
69926
|
var gcv = "__coverage__";
|
|
69310
69927
|
var coverageData = {
|
|
@@ -69316,7 +69933,7 @@ function cov_lnu2i52i9() {
|
|
|
69316
69933
|
column: 23
|
|
69317
69934
|
},
|
|
69318
69935
|
end: {
|
|
69319
|
-
line:
|
|
69936
|
+
line: 86,
|
|
69320
69937
|
column: 1
|
|
69321
69938
|
}
|
|
69322
69939
|
},
|
|
@@ -69376,57 +69993,57 @@ function cov_lnu2i52i9() {
|
|
|
69376
69993
|
column: 2
|
|
69377
69994
|
},
|
|
69378
69995
|
end: {
|
|
69379
|
-
line:
|
|
69996
|
+
line: 85,
|
|
69380
69997
|
column: 4
|
|
69381
69998
|
}
|
|
69382
69999
|
},
|
|
69383
70000
|
"7": {
|
|
69384
70001
|
start: {
|
|
69385
|
-
line:
|
|
70002
|
+
line: 48,
|
|
69386
70003
|
column: 23
|
|
69387
70004
|
},
|
|
69388
70005
|
end: {
|
|
69389
|
-
line:
|
|
70006
|
+
line: 48,
|
|
69390
70007
|
column: 53
|
|
69391
70008
|
}
|
|
69392
70009
|
},
|
|
69393
70010
|
"8": {
|
|
69394
70011
|
start: {
|
|
69395
|
-
line:
|
|
70012
|
+
line: 61,
|
|
69396
70013
|
column: 35
|
|
69397
70014
|
},
|
|
69398
70015
|
end: {
|
|
69399
|
-
line:
|
|
70016
|
+
line: 61,
|
|
69400
70017
|
column: 69
|
|
69401
70018
|
}
|
|
69402
70019
|
},
|
|
69403
70020
|
"9": {
|
|
69404
70021
|
start: {
|
|
69405
|
-
line:
|
|
70022
|
+
line: 63,
|
|
69406
70023
|
column: 12
|
|
69407
70024
|
},
|
|
69408
70025
|
end: {
|
|
69409
|
-
line:
|
|
70026
|
+
line: 63,
|
|
69410
70027
|
column: 39
|
|
69411
70028
|
}
|
|
69412
70029
|
},
|
|
69413
70030
|
"10": {
|
|
69414
70031
|
start: {
|
|
69415
|
-
line:
|
|
70032
|
+
line: 67,
|
|
69416
70033
|
column: 12
|
|
69417
70034
|
},
|
|
69418
70035
|
end: {
|
|
69419
|
-
line:
|
|
70036
|
+
line: 74,
|
|
69420
70037
|
column: 26
|
|
69421
70038
|
}
|
|
69422
70039
|
},
|
|
69423
70040
|
"11": {
|
|
69424
70041
|
start: {
|
|
69425
|
-
line:
|
|
70042
|
+
line: 82,
|
|
69426
70043
|
column: 23
|
|
69427
70044
|
},
|
|
69428
70045
|
end: {
|
|
69429
|
-
line:
|
|
70046
|
+
line: 82,
|
|
69430
70047
|
column: 53
|
|
69431
70048
|
}
|
|
69432
70049
|
}
|
|
@@ -69450,7 +70067,7 @@ function cov_lnu2i52i9() {
|
|
|
69450
70067
|
column: 67
|
|
69451
70068
|
},
|
|
69452
70069
|
end: {
|
|
69453
|
-
line:
|
|
70070
|
+
line: 86,
|
|
69454
70071
|
column: 1
|
|
69455
70072
|
}
|
|
69456
70073
|
},
|
|
@@ -69460,121 +70077,121 @@ function cov_lnu2i52i9() {
|
|
|
69460
70077
|
name: "(anonymous_1)",
|
|
69461
70078
|
decl: {
|
|
69462
70079
|
start: {
|
|
69463
|
-
line:
|
|
70080
|
+
line: 48,
|
|
69464
70081
|
column: 17
|
|
69465
70082
|
},
|
|
69466
70083
|
end: {
|
|
69467
|
-
line:
|
|
70084
|
+
line: 48,
|
|
69468
70085
|
column: 18
|
|
69469
70086
|
}
|
|
69470
70087
|
},
|
|
69471
70088
|
loc: {
|
|
69472
70089
|
start: {
|
|
69473
|
-
line:
|
|
70090
|
+
line: 48,
|
|
69474
70091
|
column: 23
|
|
69475
70092
|
},
|
|
69476
70093
|
end: {
|
|
69477
|
-
line:
|
|
70094
|
+
line: 48,
|
|
69478
70095
|
column: 53
|
|
69479
70096
|
}
|
|
69480
70097
|
},
|
|
69481
|
-
line:
|
|
70098
|
+
line: 48
|
|
69482
70099
|
},
|
|
69483
70100
|
"2": {
|
|
69484
70101
|
name: "(anonymous_2)",
|
|
69485
70102
|
decl: {
|
|
69486
70103
|
start: {
|
|
69487
|
-
line:
|
|
70104
|
+
line: 61,
|
|
69488
70105
|
column: 25
|
|
69489
70106
|
},
|
|
69490
70107
|
end: {
|
|
69491
|
-
line:
|
|
70108
|
+
line: 61,
|
|
69492
70109
|
column: 26
|
|
69493
70110
|
}
|
|
69494
70111
|
},
|
|
69495
70112
|
loc: {
|
|
69496
70113
|
start: {
|
|
69497
|
-
line:
|
|
70114
|
+
line: 61,
|
|
69498
70115
|
column: 35
|
|
69499
70116
|
},
|
|
69500
70117
|
end: {
|
|
69501
|
-
line:
|
|
70118
|
+
line: 61,
|
|
69502
70119
|
column: 69
|
|
69503
70120
|
}
|
|
69504
70121
|
},
|
|
69505
|
-
line:
|
|
70122
|
+
line: 61
|
|
69506
70123
|
},
|
|
69507
70124
|
"3": {
|
|
69508
70125
|
name: "(anonymous_3)",
|
|
69509
70126
|
decl: {
|
|
69510
70127
|
start: {
|
|
69511
|
-
line:
|
|
70128
|
+
line: 62,
|
|
69512
70129
|
column: 20
|
|
69513
70130
|
},
|
|
69514
70131
|
end: {
|
|
69515
|
-
line:
|
|
70132
|
+
line: 62,
|
|
69516
70133
|
column: 21
|
|
69517
70134
|
}
|
|
69518
70135
|
},
|
|
69519
70136
|
loc: {
|
|
69520
70137
|
start: {
|
|
69521
|
-
line:
|
|
70138
|
+
line: 62,
|
|
69522
70139
|
column: 30
|
|
69523
70140
|
},
|
|
69524
70141
|
end: {
|
|
69525
|
-
line:
|
|
70142
|
+
line: 64,
|
|
69526
70143
|
column: 11
|
|
69527
70144
|
}
|
|
69528
70145
|
},
|
|
69529
|
-
line:
|
|
70146
|
+
line: 62
|
|
69530
70147
|
},
|
|
69531
70148
|
"4": {
|
|
69532
70149
|
name: "(anonymous_4)",
|
|
69533
70150
|
decl: {
|
|
69534
70151
|
start: {
|
|
69535
|
-
line:
|
|
70152
|
+
line: 66,
|
|
69536
70153
|
column: 22
|
|
69537
70154
|
},
|
|
69538
70155
|
end: {
|
|
69539
|
-
line:
|
|
70156
|
+
line: 66,
|
|
69540
70157
|
column: 23
|
|
69541
70158
|
}
|
|
69542
70159
|
},
|
|
69543
70160
|
loc: {
|
|
69544
70161
|
start: {
|
|
69545
|
-
line:
|
|
70162
|
+
line: 67,
|
|
69546
70163
|
column: 12
|
|
69547
70164
|
},
|
|
69548
70165
|
end: {
|
|
69549
|
-
line:
|
|
70166
|
+
line: 74,
|
|
69550
70167
|
column: 26
|
|
69551
70168
|
}
|
|
69552
70169
|
},
|
|
69553
|
-
line:
|
|
70170
|
+
line: 67
|
|
69554
70171
|
},
|
|
69555
70172
|
"5": {
|
|
69556
70173
|
name: "(anonymous_5)",
|
|
69557
70174
|
decl: {
|
|
69558
70175
|
start: {
|
|
69559
|
-
line:
|
|
70176
|
+
line: 82,
|
|
69560
70177
|
column: 17
|
|
69561
70178
|
},
|
|
69562
70179
|
end: {
|
|
69563
|
-
line:
|
|
70180
|
+
line: 82,
|
|
69564
70181
|
column: 18
|
|
69565
70182
|
}
|
|
69566
70183
|
},
|
|
69567
70184
|
loc: {
|
|
69568
70185
|
start: {
|
|
69569
|
-
line:
|
|
70186
|
+
line: 82,
|
|
69570
70187
|
column: 23
|
|
69571
70188
|
},
|
|
69572
70189
|
end: {
|
|
69573
|
-
line:
|
|
70190
|
+
line: 82,
|
|
69574
70191
|
column: 53
|
|
69575
70192
|
}
|
|
69576
70193
|
},
|
|
69577
|
-
line:
|
|
70194
|
+
line: 82
|
|
69578
70195
|
}
|
|
69579
70196
|
},
|
|
69580
70197
|
branchMap: {
|
|
@@ -69654,7 +70271,7 @@ function cov_lnu2i52i9() {
|
|
|
69654
70271
|
"1": [0]
|
|
69655
70272
|
},
|
|
69656
70273
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
69657
|
-
hash: "
|
|
70274
|
+
hash: "2ce68dcdc10c0be9429710e68e3fde2dbad882f9"
|
|
69658
70275
|
};
|
|
69659
70276
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
69660
70277
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -69716,6 +70333,7 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
69716
70333
|
}, description)), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
69717
70334
|
isStart: true,
|
|
69718
70335
|
Icon: ArrowLeft$1,
|
|
70336
|
+
design: design.navigationButtons,
|
|
69719
70337
|
isActive: activeIndex > 0,
|
|
69720
70338
|
onClick: function onClick() {
|
|
69721
70339
|
var _swiperRef$current;
|
|
@@ -69763,6 +70381,7 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
69763
70381
|
}));
|
|
69764
70382
|
}))), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
69765
70383
|
Icon: ArrowRight$1,
|
|
70384
|
+
design: design.navigationButtons,
|
|
69766
70385
|
isActive: activeIndex < images.length - 2,
|
|
69767
70386
|
onClick: function onClick() {
|
|
69768
70387
|
var _swiperRef$current2;
|
|
@@ -72371,7 +72990,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
|
72371
72990
|
|
|
72372
72991
|
function cov_i5yta5aq6() {
|
|
72373
72992
|
var path = "/home/runner/work/neeto-site-blocks/neeto-site-blocks/src/components/Blocks/HeroWithMultipleLayouts.jsx";
|
|
72374
|
-
var hash = "
|
|
72993
|
+
var hash = "22fe2e9cd68e4437d2eecc1580410cdf2510e70b";
|
|
72375
72994
|
var global = new Function("return this")();
|
|
72376
72995
|
var gcv = "__coverage__";
|
|
72377
72996
|
var coverageData = {
|
|
@@ -72383,7 +73002,7 @@ function cov_i5yta5aq6() {
|
|
|
72383
73002
|
column: 32
|
|
72384
73003
|
},
|
|
72385
73004
|
end: {
|
|
72386
|
-
line:
|
|
73005
|
+
line: 150,
|
|
72387
73006
|
column: 1
|
|
72388
73007
|
}
|
|
72389
73008
|
},
|
|
@@ -72523,67 +73142,67 @@ function cov_i5yta5aq6() {
|
|
|
72523
73142
|
column: 2
|
|
72524
73143
|
},
|
|
72525
73144
|
end: {
|
|
72526
|
-
line:
|
|
73145
|
+
line: 149,
|
|
72527
73146
|
column: 4
|
|
72528
73147
|
}
|
|
72529
73148
|
},
|
|
72530
73149
|
"15": {
|
|
72531
73150
|
start: {
|
|
72532
|
-
line:
|
|
73151
|
+
line: 70,
|
|
72533
73152
|
column: 23
|
|
72534
73153
|
},
|
|
72535
73154
|
end: {
|
|
72536
|
-
line:
|
|
73155
|
+
line: 70,
|
|
72537
73156
|
column: 53
|
|
72538
73157
|
}
|
|
72539
73158
|
},
|
|
72540
73159
|
"16": {
|
|
72541
73160
|
start: {
|
|
72542
|
-
line:
|
|
73161
|
+
line: 76,
|
|
72543
73162
|
column: 33
|
|
72544
73163
|
},
|
|
72545
73164
|
end: {
|
|
72546
|
-
line:
|
|
73165
|
+
line: 76,
|
|
72547
73166
|
column: 67
|
|
72548
73167
|
}
|
|
72549
73168
|
},
|
|
72550
73169
|
"17": {
|
|
72551
73170
|
start: {
|
|
72552
|
-
line:
|
|
73171
|
+
line: 78,
|
|
72553
73172
|
column: 10
|
|
72554
73173
|
},
|
|
72555
73174
|
end: {
|
|
72556
|
-
line:
|
|
73175
|
+
line: 78,
|
|
72557
73176
|
column: 37
|
|
72558
73177
|
}
|
|
72559
73178
|
},
|
|
72560
73179
|
"18": {
|
|
72561
73180
|
start: {
|
|
72562
|
-
line:
|
|
73181
|
+
line: 82,
|
|
72563
73182
|
column: 10
|
|
72564
73183
|
},
|
|
72565
73184
|
end: {
|
|
72566
|
-
line:
|
|
73185
|
+
line: 139,
|
|
72567
73186
|
column: 24
|
|
72568
73187
|
}
|
|
72569
73188
|
},
|
|
72570
73189
|
"19": {
|
|
72571
73190
|
start: {
|
|
72572
|
-
line:
|
|
73191
|
+
line: 114,
|
|
72573
73192
|
column: 20
|
|
72574
73193
|
},
|
|
72575
73194
|
end: {
|
|
72576
|
-
line:
|
|
73195
|
+
line: 123,
|
|
72577
73196
|
column: 22
|
|
72578
73197
|
}
|
|
72579
73198
|
},
|
|
72580
73199
|
"20": {
|
|
72581
73200
|
start: {
|
|
72582
|
-
line:
|
|
73201
|
+
line: 146,
|
|
72583
73202
|
column: 23
|
|
72584
73203
|
},
|
|
72585
73204
|
end: {
|
|
72586
|
-
line:
|
|
73205
|
+
line: 146,
|
|
72587
73206
|
column: 53
|
|
72588
73207
|
}
|
|
72589
73208
|
}
|
|
@@ -72607,7 +73226,7 @@ function cov_i5yta5aq6() {
|
|
|
72607
73226
|
column: 76
|
|
72608
73227
|
},
|
|
72609
73228
|
end: {
|
|
72610
|
-
line:
|
|
73229
|
+
line: 150,
|
|
72611
73230
|
column: 1
|
|
72612
73231
|
}
|
|
72613
73232
|
},
|
|
@@ -72713,145 +73332,145 @@ function cov_i5yta5aq6() {
|
|
|
72713
73332
|
name: "(anonymous_5)",
|
|
72714
73333
|
decl: {
|
|
72715
73334
|
start: {
|
|
72716
|
-
line:
|
|
73335
|
+
line: 70,
|
|
72717
73336
|
column: 17
|
|
72718
73337
|
},
|
|
72719
73338
|
end: {
|
|
72720
|
-
line:
|
|
73339
|
+
line: 70,
|
|
72721
73340
|
column: 18
|
|
72722
73341
|
}
|
|
72723
73342
|
},
|
|
72724
73343
|
loc: {
|
|
72725
73344
|
start: {
|
|
72726
|
-
line:
|
|
73345
|
+
line: 70,
|
|
72727
73346
|
column: 23
|
|
72728
73347
|
},
|
|
72729
73348
|
end: {
|
|
72730
|
-
line:
|
|
73349
|
+
line: 70,
|
|
72731
73350
|
column: 53
|
|
72732
73351
|
}
|
|
72733
73352
|
},
|
|
72734
|
-
line:
|
|
73353
|
+
line: 70
|
|
72735
73354
|
},
|
|
72736
73355
|
"6": {
|
|
72737
73356
|
name: "(anonymous_6)",
|
|
72738
73357
|
decl: {
|
|
72739
73358
|
start: {
|
|
72740
|
-
line:
|
|
73359
|
+
line: 76,
|
|
72741
73360
|
column: 23
|
|
72742
73361
|
},
|
|
72743
73362
|
end: {
|
|
72744
|
-
line:
|
|
73363
|
+
line: 76,
|
|
72745
73364
|
column: 24
|
|
72746
73365
|
}
|
|
72747
73366
|
},
|
|
72748
73367
|
loc: {
|
|
72749
73368
|
start: {
|
|
72750
|
-
line:
|
|
73369
|
+
line: 76,
|
|
72751
73370
|
column: 33
|
|
72752
73371
|
},
|
|
72753
73372
|
end: {
|
|
72754
|
-
line:
|
|
73373
|
+
line: 76,
|
|
72755
73374
|
column: 67
|
|
72756
73375
|
}
|
|
72757
73376
|
},
|
|
72758
|
-
line:
|
|
73377
|
+
line: 76
|
|
72759
73378
|
},
|
|
72760
73379
|
"7": {
|
|
72761
73380
|
name: "(anonymous_7)",
|
|
72762
73381
|
decl: {
|
|
72763
73382
|
start: {
|
|
72764
|
-
line:
|
|
73383
|
+
line: 77,
|
|
72765
73384
|
column: 18
|
|
72766
73385
|
},
|
|
72767
73386
|
end: {
|
|
72768
|
-
line:
|
|
73387
|
+
line: 77,
|
|
72769
73388
|
column: 19
|
|
72770
73389
|
}
|
|
72771
73390
|
},
|
|
72772
73391
|
loc: {
|
|
72773
73392
|
start: {
|
|
72774
|
-
line:
|
|
73393
|
+
line: 77,
|
|
72775
73394
|
column: 28
|
|
72776
73395
|
},
|
|
72777
73396
|
end: {
|
|
72778
|
-
line:
|
|
73397
|
+
line: 79,
|
|
72779
73398
|
column: 9
|
|
72780
73399
|
}
|
|
72781
73400
|
},
|
|
72782
|
-
line:
|
|
73401
|
+
line: 77
|
|
72783
73402
|
},
|
|
72784
73403
|
"8": {
|
|
72785
73404
|
name: "(anonymous_8)",
|
|
72786
73405
|
decl: {
|
|
72787
73406
|
start: {
|
|
72788
|
-
line:
|
|
73407
|
+
line: 81,
|
|
72789
73408
|
column: 20
|
|
72790
73409
|
},
|
|
72791
73410
|
end: {
|
|
72792
|
-
line:
|
|
73411
|
+
line: 81,
|
|
72793
73412
|
column: 21
|
|
72794
73413
|
}
|
|
72795
73414
|
},
|
|
72796
73415
|
loc: {
|
|
72797
73416
|
start: {
|
|
72798
|
-
line:
|
|
73417
|
+
line: 82,
|
|
72799
73418
|
column: 10
|
|
72800
73419
|
},
|
|
72801
73420
|
end: {
|
|
72802
|
-
line:
|
|
73421
|
+
line: 139,
|
|
72803
73422
|
column: 24
|
|
72804
73423
|
}
|
|
72805
73424
|
},
|
|
72806
|
-
line:
|
|
73425
|
+
line: 82
|
|
72807
73426
|
},
|
|
72808
73427
|
"9": {
|
|
72809
73428
|
name: "(anonymous_9)",
|
|
72810
73429
|
decl: {
|
|
72811
73430
|
start: {
|
|
72812
|
-
line:
|
|
73431
|
+
line: 113,
|
|
72813
73432
|
column: 31
|
|
72814
73433
|
},
|
|
72815
73434
|
end: {
|
|
72816
|
-
line:
|
|
73435
|
+
line: 113,
|
|
72817
73436
|
column: 32
|
|
72818
73437
|
}
|
|
72819
73438
|
},
|
|
72820
73439
|
loc: {
|
|
72821
73440
|
start: {
|
|
72822
|
-
line:
|
|
73441
|
+
line: 114,
|
|
72823
73442
|
column: 20
|
|
72824
73443
|
},
|
|
72825
73444
|
end: {
|
|
72826
|
-
line:
|
|
73445
|
+
line: 123,
|
|
72827
73446
|
column: 22
|
|
72828
73447
|
}
|
|
72829
73448
|
},
|
|
72830
|
-
line:
|
|
73449
|
+
line: 114
|
|
72831
73450
|
},
|
|
72832
73451
|
"10": {
|
|
72833
73452
|
name: "(anonymous_10)",
|
|
72834
73453
|
decl: {
|
|
72835
73454
|
start: {
|
|
72836
|
-
line:
|
|
73455
|
+
line: 146,
|
|
72837
73456
|
column: 17
|
|
72838
73457
|
},
|
|
72839
73458
|
end: {
|
|
72840
|
-
line:
|
|
73459
|
+
line: 146,
|
|
72841
73460
|
column: 18
|
|
72842
73461
|
}
|
|
72843
73462
|
},
|
|
72844
73463
|
loc: {
|
|
72845
73464
|
start: {
|
|
72846
|
-
line:
|
|
73465
|
+
line: 146,
|
|
72847
73466
|
column: 23
|
|
72848
73467
|
},
|
|
72849
73468
|
end: {
|
|
72850
|
-
line:
|
|
73469
|
+
line: 146,
|
|
72851
73470
|
column: 53
|
|
72852
73471
|
}
|
|
72853
73472
|
},
|
|
72854
|
-
line:
|
|
73473
|
+
line: 146
|
|
72855
73474
|
}
|
|
72856
73475
|
},
|
|
72857
73476
|
branchMap: {
|
|
@@ -73173,35 +73792,35 @@ function cov_i5yta5aq6() {
|
|
|
73173
73792
|
"9": {
|
|
73174
73793
|
loc: {
|
|
73175
73794
|
start: {
|
|
73176
|
-
line:
|
|
73795
|
+
line: 118,
|
|
73177
73796
|
column: 24
|
|
73178
73797
|
},
|
|
73179
73798
|
end: {
|
|
73180
|
-
line:
|
|
73799
|
+
line: 120,
|
|
73181
73800
|
column: 51
|
|
73182
73801
|
}
|
|
73183
73802
|
},
|
|
73184
73803
|
type: "cond-expr",
|
|
73185
73804
|
locations: [{
|
|
73186
73805
|
start: {
|
|
73187
|
-
line:
|
|
73806
|
+
line: 119,
|
|
73188
73807
|
column: 28
|
|
73189
73808
|
},
|
|
73190
73809
|
end: {
|
|
73191
|
-
line:
|
|
73810
|
+
line: 119,
|
|
73192
73811
|
column: 49
|
|
73193
73812
|
}
|
|
73194
73813
|
}, {
|
|
73195
73814
|
start: {
|
|
73196
|
-
line:
|
|
73815
|
+
line: 120,
|
|
73197
73816
|
column: 28
|
|
73198
73817
|
},
|
|
73199
73818
|
end: {
|
|
73200
|
-
line:
|
|
73819
|
+
line: 120,
|
|
73201
73820
|
column: 51
|
|
73202
73821
|
}
|
|
73203
73822
|
}],
|
|
73204
|
-
line:
|
|
73823
|
+
line: 118
|
|
73205
73824
|
}
|
|
73206
73825
|
},
|
|
73207
73826
|
s: {
|
|
@@ -73253,7 +73872,7 @@ function cov_i5yta5aq6() {
|
|
|
73253
73872
|
"9": [0, 0]
|
|
73254
73873
|
},
|
|
73255
73874
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
73256
|
-
hash: "
|
|
73875
|
+
hash: "22fe2e9cd68e4437d2eecc1580410cdf2510e70b"
|
|
73257
73876
|
};
|
|
73258
73877
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
73259
73878
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -73349,6 +73968,7 @@ var HeroWithMultipleLayouts = function HeroWithMultipleLayouts(_ref) {
|
|
|
73349
73968
|
}, /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
73350
73969
|
isStart: true,
|
|
73351
73970
|
Icon: ArrowLeftS$1,
|
|
73971
|
+
design: design.navigationButtons,
|
|
73352
73972
|
isActive: activeIndex > 0,
|
|
73353
73973
|
onClick: function onClick() {
|
|
73354
73974
|
var _swiperRef$current;
|
|
@@ -73425,6 +74045,7 @@ var HeroWithMultipleLayouts = function HeroWithMultipleLayouts(_ref) {
|
|
|
73425
74045
|
}))));
|
|
73426
74046
|
})), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
73427
74047
|
Icon: ArrowRightS$1,
|
|
74048
|
+
design: design.navigationButtons,
|
|
73428
74049
|
isActive: activeIndex < slides.length - 1,
|
|
73429
74050
|
onClick: function onClick() {
|
|
73430
74051
|
var _swiperRef$current2;
|
|
@@ -75130,6 +75751,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
75130
75751
|
style: design.testimonialDescription
|
|
75131
75752
|
}, testimonialDescription))));
|
|
75132
75753
|
}), /*#__PURE__*/React__default["default"].createElement(Pagination$1, {
|
|
75754
|
+
design: design.buttons,
|
|
75133
75755
|
swiper: swiper
|
|
75134
75756
|
}))), (cov_vsv05qgwy().b[2][0]++, isButtonRequired) && (cov_vsv05qgwy().b[2][1]++, /*#__PURE__*/React__default["default"].createElement(Button, _extends__default["default"]({
|
|
75135
75757
|
className: "col-span-12 flex justify-center sm:col-span-6 sm:col-start-4 lg:col-span-4 lg:col-start-5",
|