@blotoutio/providers-evo-search-sdk 1.42.0 → 1.44.0
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/index.cjs.js +170 -7
- package/index.js +170 -7
- package/index.mjs +170 -7
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -760,14 +760,8 @@ const init = (params) => {
|
|
|
760
760
|
}
|
|
761
761
|
};
|
|
762
762
|
|
|
763
|
-
const tag = ({
|
|
763
|
+
const tag = ({ data }) => {
|
|
764
764
|
try {
|
|
765
|
-
console.log('EvoSearch SDK: Tag', {
|
|
766
|
-
eventName,
|
|
767
|
-
destination,
|
|
768
|
-
data,
|
|
769
|
-
sessionId,
|
|
770
|
-
});
|
|
771
765
|
return {
|
|
772
766
|
searchQuery: data['searchQuery'],
|
|
773
767
|
searchResults: data['searchResults'],
|
|
@@ -1046,6 +1040,15 @@ const ArrowLeft = [
|
|
|
1046
1040
|
["path", { d: "M19 12H5" }]
|
|
1047
1041
|
];
|
|
1048
1042
|
|
|
1043
|
+
/**
|
|
1044
|
+
* @license lucide v0.511.0 - ISC
|
|
1045
|
+
*
|
|
1046
|
+
* This source code is licensed under the ISC license.
|
|
1047
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1048
|
+
*/
|
|
1049
|
+
|
|
1050
|
+
const Check = [["path", { d: "M20 6 9 17l-5-5" }]];
|
|
1051
|
+
|
|
1049
1052
|
/**
|
|
1050
1053
|
* @license lucide v0.511.0 - ISC
|
|
1051
1054
|
*
|
|
@@ -1064,6 +1067,19 @@ const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
|
|
|
1064
1067
|
|
|
1065
1068
|
const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
|
|
1066
1069
|
|
|
1070
|
+
/**
|
|
1071
|
+
* @license lucide v0.511.0 - ISC
|
|
1072
|
+
*
|
|
1073
|
+
* This source code is licensed under the ISC license.
|
|
1074
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1075
|
+
*/
|
|
1076
|
+
|
|
1077
|
+
const CircleX = [
|
|
1078
|
+
["circle", { cx: "12", cy: "12", r: "10" }],
|
|
1079
|
+
["path", { d: "m15 9-6 6" }],
|
|
1080
|
+
["path", { d: "m9 9 6 6" }]
|
|
1081
|
+
];
|
|
1082
|
+
|
|
1067
1083
|
/**
|
|
1068
1084
|
* @license lucide v0.511.0 - ISC
|
|
1069
1085
|
*
|
|
@@ -1073,6 +1089,35 @@ const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
|
|
|
1073
1089
|
|
|
1074
1090
|
const Circle = [["circle", { cx: "12", cy: "12", r: "10" }]];
|
|
1075
1091
|
|
|
1092
|
+
/**
|
|
1093
|
+
* @license lucide v0.511.0 - ISC
|
|
1094
|
+
*
|
|
1095
|
+
* This source code is licensed under the ISC license.
|
|
1096
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1097
|
+
*/
|
|
1098
|
+
|
|
1099
|
+
const FileImage = [
|
|
1100
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }],
|
|
1101
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }],
|
|
1102
|
+
["circle", { cx: "10", cy: "12", r: "2" }],
|
|
1103
|
+
["path", { d: "m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" }]
|
|
1104
|
+
];
|
|
1105
|
+
|
|
1106
|
+
/**
|
|
1107
|
+
* @license lucide v0.511.0 - ISC
|
|
1108
|
+
*
|
|
1109
|
+
* This source code is licensed under the ISC license.
|
|
1110
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1111
|
+
*/
|
|
1112
|
+
|
|
1113
|
+
const FileText = [
|
|
1114
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }],
|
|
1115
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }],
|
|
1116
|
+
["path", { d: "M10 9H8" }],
|
|
1117
|
+
["path", { d: "M16 13H8" }],
|
|
1118
|
+
["path", { d: "M16 17H8" }]
|
|
1119
|
+
];
|
|
1120
|
+
|
|
1076
1121
|
/**
|
|
1077
1122
|
* @license lucide v0.511.0 - ISC
|
|
1078
1123
|
*
|
|
@@ -1127,6 +1172,28 @@ const History = [
|
|
|
1127
1172
|
["path", { d: "M12 7v5l4 2" }]
|
|
1128
1173
|
];
|
|
1129
1174
|
|
|
1175
|
+
/**
|
|
1176
|
+
* @license lucide v0.511.0 - ISC
|
|
1177
|
+
*
|
|
1178
|
+
* This source code is licensed under the ISC license.
|
|
1179
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1180
|
+
*/
|
|
1181
|
+
|
|
1182
|
+
const Info = [
|
|
1183
|
+
["circle", { cx: "12", cy: "12", r: "10" }],
|
|
1184
|
+
["path", { d: "M12 16v-4" }],
|
|
1185
|
+
["path", { d: "M12 8h.01" }]
|
|
1186
|
+
];
|
|
1187
|
+
|
|
1188
|
+
/**
|
|
1189
|
+
* @license lucide v0.511.0 - ISC
|
|
1190
|
+
*
|
|
1191
|
+
* This source code is licensed under the ISC license.
|
|
1192
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1193
|
+
*/
|
|
1194
|
+
|
|
1195
|
+
const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]];
|
|
1196
|
+
|
|
1130
1197
|
/**
|
|
1131
1198
|
* @license lucide v0.511.0 - ISC
|
|
1132
1199
|
*
|
|
@@ -1167,6 +1234,41 @@ const MessageCircleQuestion = [
|
|
|
1167
1234
|
|
|
1168
1235
|
const MessageCircle = [["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" }]];
|
|
1169
1236
|
|
|
1237
|
+
/**
|
|
1238
|
+
* @license lucide v0.511.0 - ISC
|
|
1239
|
+
*
|
|
1240
|
+
* This source code is licensed under the ISC license.
|
|
1241
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1242
|
+
*/
|
|
1243
|
+
|
|
1244
|
+
const Minus = [["path", { d: "M5 12h14" }]];
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* @license lucide v0.511.0 - ISC
|
|
1248
|
+
*
|
|
1249
|
+
* This source code is licensed under the ISC license.
|
|
1250
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1251
|
+
*/
|
|
1252
|
+
|
|
1253
|
+
const PanelLeftClose = [
|
|
1254
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
|
|
1255
|
+
["path", { d: "M9 3v18" }],
|
|
1256
|
+
["path", { d: "m16 15-3-3 3-3" }]
|
|
1257
|
+
];
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* @license lucide v0.511.0 - ISC
|
|
1261
|
+
*
|
|
1262
|
+
* This source code is licensed under the ISC license.
|
|
1263
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1264
|
+
*/
|
|
1265
|
+
|
|
1266
|
+
const PanelLeftOpen = [
|
|
1267
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
|
|
1268
|
+
["path", { d: "M9 3v18" }],
|
|
1269
|
+
["path", { d: "m14 9 3 3-3 3" }]
|
|
1270
|
+
];
|
|
1271
|
+
|
|
1170
1272
|
/**
|
|
1171
1273
|
* @license lucide v0.511.0 - ISC
|
|
1172
1274
|
*
|
|
@@ -1197,6 +1299,18 @@ const Percent = [
|
|
|
1197
1299
|
["circle", { cx: "17.5", cy: "17.5", r: "2.5" }]
|
|
1198
1300
|
];
|
|
1199
1301
|
|
|
1302
|
+
/**
|
|
1303
|
+
* @license lucide v0.511.0 - ISC
|
|
1304
|
+
*
|
|
1305
|
+
* This source code is licensed under the ISC license.
|
|
1306
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1307
|
+
*/
|
|
1308
|
+
|
|
1309
|
+
const Plus = [
|
|
1310
|
+
["path", { d: "M5 12h14" }],
|
|
1311
|
+
["path", { d: "M12 5v14" }]
|
|
1312
|
+
];
|
|
1313
|
+
|
|
1200
1314
|
/**
|
|
1201
1315
|
* @license lucide v0.511.0 - ISC
|
|
1202
1316
|
*
|
|
@@ -1226,6 +1340,22 @@ const SendHorizontal = [
|
|
|
1226
1340
|
["path", { d: "M6 12h16" }]
|
|
1227
1341
|
];
|
|
1228
1342
|
|
|
1343
|
+
/**
|
|
1344
|
+
* @license lucide v0.511.0 - ISC
|
|
1345
|
+
*
|
|
1346
|
+
* This source code is licensed under the ISC license.
|
|
1347
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1348
|
+
*/
|
|
1349
|
+
|
|
1350
|
+
const ShoppingCart = [
|
|
1351
|
+
["circle", { cx: "8", cy: "21", r: "1" }],
|
|
1352
|
+
["circle", { cx: "19", cy: "21", r: "1" }],
|
|
1353
|
+
[
|
|
1354
|
+
"path",
|
|
1355
|
+
{ d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" }
|
|
1356
|
+
]
|
|
1357
|
+
];
|
|
1358
|
+
|
|
1229
1359
|
/**
|
|
1230
1360
|
* @license lucide v0.511.0 - ISC
|
|
1231
1361
|
*
|
|
@@ -1238,6 +1368,18 @@ const TrendingUp = [
|
|
|
1238
1368
|
["path", { d: "m22 7-8.5 8.5-5-5L2 17" }]
|
|
1239
1369
|
];
|
|
1240
1370
|
|
|
1371
|
+
/**
|
|
1372
|
+
* @license lucide v0.511.0 - ISC
|
|
1373
|
+
*
|
|
1374
|
+
* This source code is licensed under the ISC license.
|
|
1375
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1376
|
+
*/
|
|
1377
|
+
|
|
1378
|
+
const Video = [
|
|
1379
|
+
["path", { d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" }],
|
|
1380
|
+
["rect", { x: "2", y: "6", width: "14", height: "12", rx: "2" }]
|
|
1381
|
+
];
|
|
1382
|
+
|
|
1241
1383
|
/**
|
|
1242
1384
|
* @license lucide v0.511.0 - ISC
|
|
1243
1385
|
*
|
|
@@ -1250,6 +1392,15 @@ const X = [
|
|
|
1250
1392
|
["path", { d: "m6 6 12 12" }]
|
|
1251
1393
|
];
|
|
1252
1394
|
|
|
1395
|
+
/**
|
|
1396
|
+
* Mapping of icon name keys to their component implementations.
|
|
1397
|
+
* Keys correspond to {@link IconNames}; values are Lucide icon components.
|
|
1398
|
+
* @readonly
|
|
1399
|
+
* @example
|
|
1400
|
+
* import { icons, IconNames } from '@libs/lit-ui-kit';
|
|
1401
|
+
* const SearchIcon = icons['search'];
|
|
1402
|
+
* const name: IconNames = 'search';
|
|
1403
|
+
*/
|
|
1253
1404
|
const icons = {
|
|
1254
1405
|
search: Search,
|
|
1255
1406
|
headset: Headset,
|
|
@@ -1267,6 +1418,18 @@ const icons = {
|
|
|
1267
1418
|
sendHorizontal: SendHorizontal,
|
|
1268
1419
|
trendingUp: TrendingUp,
|
|
1269
1420
|
paperClip: Paperclip,
|
|
1421
|
+
shoppingCart: ShoppingCart,
|
|
1422
|
+
loaderCircle: LoaderCircle,
|
|
1423
|
+
check: Check,
|
|
1424
|
+
circleX: CircleX,
|
|
1425
|
+
minus: Minus,
|
|
1426
|
+
plus: Plus,
|
|
1427
|
+
fileText: FileText,
|
|
1428
|
+
video: Video,
|
|
1429
|
+
fileImage: FileImage,
|
|
1430
|
+
info: Info,
|
|
1431
|
+
panelLeftOpen: PanelLeftOpen,
|
|
1432
|
+
panelLeftClose: PanelLeftClose,
|
|
1270
1433
|
};
|
|
1271
1434
|
|
|
1272
1435
|
class BTLucideIcon extends i {
|
package/index.js
CHANGED
|
@@ -761,14 +761,8 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
761
761
|
}
|
|
762
762
|
};
|
|
763
763
|
|
|
764
|
-
const tag = ({
|
|
764
|
+
const tag = ({ data }) => {
|
|
765
765
|
try {
|
|
766
|
-
console.log('EvoSearch SDK: Tag', {
|
|
767
|
-
eventName,
|
|
768
|
-
destination,
|
|
769
|
-
data,
|
|
770
|
-
sessionId,
|
|
771
|
-
});
|
|
772
766
|
return {
|
|
773
767
|
searchQuery: data['searchQuery'],
|
|
774
768
|
searchResults: data['searchResults'],
|
|
@@ -1047,6 +1041,15 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1047
1041
|
["path", { d: "M19 12H5" }]
|
|
1048
1042
|
];
|
|
1049
1043
|
|
|
1044
|
+
/**
|
|
1045
|
+
* @license lucide v0.511.0 - ISC
|
|
1046
|
+
*
|
|
1047
|
+
* This source code is licensed under the ISC license.
|
|
1048
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1049
|
+
*/
|
|
1050
|
+
|
|
1051
|
+
const Check = [["path", { d: "M20 6 9 17l-5-5" }]];
|
|
1052
|
+
|
|
1050
1053
|
/**
|
|
1051
1054
|
* @license lucide v0.511.0 - ISC
|
|
1052
1055
|
*
|
|
@@ -1065,6 +1068,19 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1065
1068
|
|
|
1066
1069
|
const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
|
|
1067
1070
|
|
|
1071
|
+
/**
|
|
1072
|
+
* @license lucide v0.511.0 - ISC
|
|
1073
|
+
*
|
|
1074
|
+
* This source code is licensed under the ISC license.
|
|
1075
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1076
|
+
*/
|
|
1077
|
+
|
|
1078
|
+
const CircleX = [
|
|
1079
|
+
["circle", { cx: "12", cy: "12", r: "10" }],
|
|
1080
|
+
["path", { d: "m15 9-6 6" }],
|
|
1081
|
+
["path", { d: "m9 9 6 6" }]
|
|
1082
|
+
];
|
|
1083
|
+
|
|
1068
1084
|
/**
|
|
1069
1085
|
* @license lucide v0.511.0 - ISC
|
|
1070
1086
|
*
|
|
@@ -1074,6 +1090,35 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1074
1090
|
|
|
1075
1091
|
const Circle = [["circle", { cx: "12", cy: "12", r: "10" }]];
|
|
1076
1092
|
|
|
1093
|
+
/**
|
|
1094
|
+
* @license lucide v0.511.0 - ISC
|
|
1095
|
+
*
|
|
1096
|
+
* This source code is licensed under the ISC license.
|
|
1097
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1098
|
+
*/
|
|
1099
|
+
|
|
1100
|
+
const FileImage = [
|
|
1101
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }],
|
|
1102
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }],
|
|
1103
|
+
["circle", { cx: "10", cy: "12", r: "2" }],
|
|
1104
|
+
["path", { d: "m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" }]
|
|
1105
|
+
];
|
|
1106
|
+
|
|
1107
|
+
/**
|
|
1108
|
+
* @license lucide v0.511.0 - ISC
|
|
1109
|
+
*
|
|
1110
|
+
* This source code is licensed under the ISC license.
|
|
1111
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1112
|
+
*/
|
|
1113
|
+
|
|
1114
|
+
const FileText = [
|
|
1115
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }],
|
|
1116
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }],
|
|
1117
|
+
["path", { d: "M10 9H8" }],
|
|
1118
|
+
["path", { d: "M16 13H8" }],
|
|
1119
|
+
["path", { d: "M16 17H8" }]
|
|
1120
|
+
];
|
|
1121
|
+
|
|
1077
1122
|
/**
|
|
1078
1123
|
* @license lucide v0.511.0 - ISC
|
|
1079
1124
|
*
|
|
@@ -1128,6 +1173,28 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1128
1173
|
["path", { d: "M12 7v5l4 2" }]
|
|
1129
1174
|
];
|
|
1130
1175
|
|
|
1176
|
+
/**
|
|
1177
|
+
* @license lucide v0.511.0 - ISC
|
|
1178
|
+
*
|
|
1179
|
+
* This source code is licensed under the ISC license.
|
|
1180
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1181
|
+
*/
|
|
1182
|
+
|
|
1183
|
+
const Info = [
|
|
1184
|
+
["circle", { cx: "12", cy: "12", r: "10" }],
|
|
1185
|
+
["path", { d: "M12 16v-4" }],
|
|
1186
|
+
["path", { d: "M12 8h.01" }]
|
|
1187
|
+
];
|
|
1188
|
+
|
|
1189
|
+
/**
|
|
1190
|
+
* @license lucide v0.511.0 - ISC
|
|
1191
|
+
*
|
|
1192
|
+
* This source code is licensed under the ISC license.
|
|
1193
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1194
|
+
*/
|
|
1195
|
+
|
|
1196
|
+
const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]];
|
|
1197
|
+
|
|
1131
1198
|
/**
|
|
1132
1199
|
* @license lucide v0.511.0 - ISC
|
|
1133
1200
|
*
|
|
@@ -1168,6 +1235,41 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1168
1235
|
|
|
1169
1236
|
const MessageCircle = [["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" }]];
|
|
1170
1237
|
|
|
1238
|
+
/**
|
|
1239
|
+
* @license lucide v0.511.0 - ISC
|
|
1240
|
+
*
|
|
1241
|
+
* This source code is licensed under the ISC license.
|
|
1242
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1243
|
+
*/
|
|
1244
|
+
|
|
1245
|
+
const Minus = [["path", { d: "M5 12h14" }]];
|
|
1246
|
+
|
|
1247
|
+
/**
|
|
1248
|
+
* @license lucide v0.511.0 - ISC
|
|
1249
|
+
*
|
|
1250
|
+
* This source code is licensed under the ISC license.
|
|
1251
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1252
|
+
*/
|
|
1253
|
+
|
|
1254
|
+
const PanelLeftClose = [
|
|
1255
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
|
|
1256
|
+
["path", { d: "M9 3v18" }],
|
|
1257
|
+
["path", { d: "m16 15-3-3 3-3" }]
|
|
1258
|
+
];
|
|
1259
|
+
|
|
1260
|
+
/**
|
|
1261
|
+
* @license lucide v0.511.0 - ISC
|
|
1262
|
+
*
|
|
1263
|
+
* This source code is licensed under the ISC license.
|
|
1264
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1265
|
+
*/
|
|
1266
|
+
|
|
1267
|
+
const PanelLeftOpen = [
|
|
1268
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
|
|
1269
|
+
["path", { d: "M9 3v18" }],
|
|
1270
|
+
["path", { d: "m14 9 3 3-3 3" }]
|
|
1271
|
+
];
|
|
1272
|
+
|
|
1171
1273
|
/**
|
|
1172
1274
|
* @license lucide v0.511.0 - ISC
|
|
1173
1275
|
*
|
|
@@ -1198,6 +1300,18 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1198
1300
|
["circle", { cx: "17.5", cy: "17.5", r: "2.5" }]
|
|
1199
1301
|
];
|
|
1200
1302
|
|
|
1303
|
+
/**
|
|
1304
|
+
* @license lucide v0.511.0 - ISC
|
|
1305
|
+
*
|
|
1306
|
+
* This source code is licensed under the ISC license.
|
|
1307
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1308
|
+
*/
|
|
1309
|
+
|
|
1310
|
+
const Plus = [
|
|
1311
|
+
["path", { d: "M5 12h14" }],
|
|
1312
|
+
["path", { d: "M12 5v14" }]
|
|
1313
|
+
];
|
|
1314
|
+
|
|
1201
1315
|
/**
|
|
1202
1316
|
* @license lucide v0.511.0 - ISC
|
|
1203
1317
|
*
|
|
@@ -1227,6 +1341,22 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1227
1341
|
["path", { d: "M6 12h16" }]
|
|
1228
1342
|
];
|
|
1229
1343
|
|
|
1344
|
+
/**
|
|
1345
|
+
* @license lucide v0.511.0 - ISC
|
|
1346
|
+
*
|
|
1347
|
+
* This source code is licensed under the ISC license.
|
|
1348
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1349
|
+
*/
|
|
1350
|
+
|
|
1351
|
+
const ShoppingCart = [
|
|
1352
|
+
["circle", { cx: "8", cy: "21", r: "1" }],
|
|
1353
|
+
["circle", { cx: "19", cy: "21", r: "1" }],
|
|
1354
|
+
[
|
|
1355
|
+
"path",
|
|
1356
|
+
{ d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" }
|
|
1357
|
+
]
|
|
1358
|
+
];
|
|
1359
|
+
|
|
1230
1360
|
/**
|
|
1231
1361
|
* @license lucide v0.511.0 - ISC
|
|
1232
1362
|
*
|
|
@@ -1239,6 +1369,18 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1239
1369
|
["path", { d: "m22 7-8.5 8.5-5-5L2 17" }]
|
|
1240
1370
|
];
|
|
1241
1371
|
|
|
1372
|
+
/**
|
|
1373
|
+
* @license lucide v0.511.0 - ISC
|
|
1374
|
+
*
|
|
1375
|
+
* This source code is licensed under the ISC license.
|
|
1376
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1377
|
+
*/
|
|
1378
|
+
|
|
1379
|
+
const Video = [
|
|
1380
|
+
["path", { d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" }],
|
|
1381
|
+
["rect", { x: "2", y: "6", width: "14", height: "12", rx: "2" }]
|
|
1382
|
+
];
|
|
1383
|
+
|
|
1242
1384
|
/**
|
|
1243
1385
|
* @license lucide v0.511.0 - ISC
|
|
1244
1386
|
*
|
|
@@ -1251,6 +1393,15 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1251
1393
|
["path", { d: "m6 6 12 12" }]
|
|
1252
1394
|
];
|
|
1253
1395
|
|
|
1396
|
+
/**
|
|
1397
|
+
* Mapping of icon name keys to their component implementations.
|
|
1398
|
+
* Keys correspond to {@link IconNames}; values are Lucide icon components.
|
|
1399
|
+
* @readonly
|
|
1400
|
+
* @example
|
|
1401
|
+
* import { icons, IconNames } from '@libs/lit-ui-kit';
|
|
1402
|
+
* const SearchIcon = icons['search'];
|
|
1403
|
+
* const name: IconNames = 'search';
|
|
1404
|
+
*/
|
|
1254
1405
|
const icons = {
|
|
1255
1406
|
search: Search,
|
|
1256
1407
|
headset: Headset,
|
|
@@ -1268,6 +1419,18 @@ var ProvidersEvoSearchSdk = (function () {
|
|
|
1268
1419
|
sendHorizontal: SendHorizontal,
|
|
1269
1420
|
trendingUp: TrendingUp,
|
|
1270
1421
|
paperClip: Paperclip,
|
|
1422
|
+
shoppingCart: ShoppingCart,
|
|
1423
|
+
loaderCircle: LoaderCircle,
|
|
1424
|
+
check: Check,
|
|
1425
|
+
circleX: CircleX,
|
|
1426
|
+
minus: Minus,
|
|
1427
|
+
plus: Plus,
|
|
1428
|
+
fileText: FileText,
|
|
1429
|
+
video: Video,
|
|
1430
|
+
fileImage: FileImage,
|
|
1431
|
+
info: Info,
|
|
1432
|
+
panelLeftOpen: PanelLeftOpen,
|
|
1433
|
+
panelLeftClose: PanelLeftClose,
|
|
1271
1434
|
};
|
|
1272
1435
|
|
|
1273
1436
|
class BTLucideIcon extends i {
|
package/index.mjs
CHANGED
|
@@ -758,14 +758,8 @@ const init = (params) => {
|
|
|
758
758
|
}
|
|
759
759
|
};
|
|
760
760
|
|
|
761
|
-
const tag = ({
|
|
761
|
+
const tag = ({ data }) => {
|
|
762
762
|
try {
|
|
763
|
-
console.log('EvoSearch SDK: Tag', {
|
|
764
|
-
eventName,
|
|
765
|
-
destination,
|
|
766
|
-
data,
|
|
767
|
-
sessionId,
|
|
768
|
-
});
|
|
769
763
|
return {
|
|
770
764
|
searchQuery: data['searchQuery'],
|
|
771
765
|
searchResults: data['searchResults'],
|
|
@@ -1044,6 +1038,15 @@ const ArrowLeft = [
|
|
|
1044
1038
|
["path", { d: "M19 12H5" }]
|
|
1045
1039
|
];
|
|
1046
1040
|
|
|
1041
|
+
/**
|
|
1042
|
+
* @license lucide v0.511.0 - ISC
|
|
1043
|
+
*
|
|
1044
|
+
* This source code is licensed under the ISC license.
|
|
1045
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1046
|
+
*/
|
|
1047
|
+
|
|
1048
|
+
const Check = [["path", { d: "M20 6 9 17l-5-5" }]];
|
|
1049
|
+
|
|
1047
1050
|
/**
|
|
1048
1051
|
* @license lucide v0.511.0 - ISC
|
|
1049
1052
|
*
|
|
@@ -1062,6 +1065,19 @@ const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
|
|
|
1062
1065
|
|
|
1063
1066
|
const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
|
|
1064
1067
|
|
|
1068
|
+
/**
|
|
1069
|
+
* @license lucide v0.511.0 - ISC
|
|
1070
|
+
*
|
|
1071
|
+
* This source code is licensed under the ISC license.
|
|
1072
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1073
|
+
*/
|
|
1074
|
+
|
|
1075
|
+
const CircleX = [
|
|
1076
|
+
["circle", { cx: "12", cy: "12", r: "10" }],
|
|
1077
|
+
["path", { d: "m15 9-6 6" }],
|
|
1078
|
+
["path", { d: "m9 9 6 6" }]
|
|
1079
|
+
];
|
|
1080
|
+
|
|
1065
1081
|
/**
|
|
1066
1082
|
* @license lucide v0.511.0 - ISC
|
|
1067
1083
|
*
|
|
@@ -1071,6 +1087,35 @@ const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
|
|
|
1071
1087
|
|
|
1072
1088
|
const Circle = [["circle", { cx: "12", cy: "12", r: "10" }]];
|
|
1073
1089
|
|
|
1090
|
+
/**
|
|
1091
|
+
* @license lucide v0.511.0 - ISC
|
|
1092
|
+
*
|
|
1093
|
+
* This source code is licensed under the ISC license.
|
|
1094
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1095
|
+
*/
|
|
1096
|
+
|
|
1097
|
+
const FileImage = [
|
|
1098
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }],
|
|
1099
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }],
|
|
1100
|
+
["circle", { cx: "10", cy: "12", r: "2" }],
|
|
1101
|
+
["path", { d: "m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" }]
|
|
1102
|
+
];
|
|
1103
|
+
|
|
1104
|
+
/**
|
|
1105
|
+
* @license lucide v0.511.0 - ISC
|
|
1106
|
+
*
|
|
1107
|
+
* This source code is licensed under the ISC license.
|
|
1108
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1109
|
+
*/
|
|
1110
|
+
|
|
1111
|
+
const FileText = [
|
|
1112
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }],
|
|
1113
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }],
|
|
1114
|
+
["path", { d: "M10 9H8" }],
|
|
1115
|
+
["path", { d: "M16 13H8" }],
|
|
1116
|
+
["path", { d: "M16 17H8" }]
|
|
1117
|
+
];
|
|
1118
|
+
|
|
1074
1119
|
/**
|
|
1075
1120
|
* @license lucide v0.511.0 - ISC
|
|
1076
1121
|
*
|
|
@@ -1125,6 +1170,28 @@ const History = [
|
|
|
1125
1170
|
["path", { d: "M12 7v5l4 2" }]
|
|
1126
1171
|
];
|
|
1127
1172
|
|
|
1173
|
+
/**
|
|
1174
|
+
* @license lucide v0.511.0 - ISC
|
|
1175
|
+
*
|
|
1176
|
+
* This source code is licensed under the ISC license.
|
|
1177
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1178
|
+
*/
|
|
1179
|
+
|
|
1180
|
+
const Info = [
|
|
1181
|
+
["circle", { cx: "12", cy: "12", r: "10" }],
|
|
1182
|
+
["path", { d: "M12 16v-4" }],
|
|
1183
|
+
["path", { d: "M12 8h.01" }]
|
|
1184
|
+
];
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* @license lucide v0.511.0 - ISC
|
|
1188
|
+
*
|
|
1189
|
+
* This source code is licensed under the ISC license.
|
|
1190
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1191
|
+
*/
|
|
1192
|
+
|
|
1193
|
+
const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]];
|
|
1194
|
+
|
|
1128
1195
|
/**
|
|
1129
1196
|
* @license lucide v0.511.0 - ISC
|
|
1130
1197
|
*
|
|
@@ -1165,6 +1232,41 @@ const MessageCircleQuestion = [
|
|
|
1165
1232
|
|
|
1166
1233
|
const MessageCircle = [["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" }]];
|
|
1167
1234
|
|
|
1235
|
+
/**
|
|
1236
|
+
* @license lucide v0.511.0 - ISC
|
|
1237
|
+
*
|
|
1238
|
+
* This source code is licensed under the ISC license.
|
|
1239
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1240
|
+
*/
|
|
1241
|
+
|
|
1242
|
+
const Minus = [["path", { d: "M5 12h14" }]];
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* @license lucide v0.511.0 - ISC
|
|
1246
|
+
*
|
|
1247
|
+
* This source code is licensed under the ISC license.
|
|
1248
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1249
|
+
*/
|
|
1250
|
+
|
|
1251
|
+
const PanelLeftClose = [
|
|
1252
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
|
|
1253
|
+
["path", { d: "M9 3v18" }],
|
|
1254
|
+
["path", { d: "m16 15-3-3 3-3" }]
|
|
1255
|
+
];
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* @license lucide v0.511.0 - ISC
|
|
1259
|
+
*
|
|
1260
|
+
* This source code is licensed under the ISC license.
|
|
1261
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1262
|
+
*/
|
|
1263
|
+
|
|
1264
|
+
const PanelLeftOpen = [
|
|
1265
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
|
|
1266
|
+
["path", { d: "M9 3v18" }],
|
|
1267
|
+
["path", { d: "m14 9 3 3-3 3" }]
|
|
1268
|
+
];
|
|
1269
|
+
|
|
1168
1270
|
/**
|
|
1169
1271
|
* @license lucide v0.511.0 - ISC
|
|
1170
1272
|
*
|
|
@@ -1195,6 +1297,18 @@ const Percent = [
|
|
|
1195
1297
|
["circle", { cx: "17.5", cy: "17.5", r: "2.5" }]
|
|
1196
1298
|
];
|
|
1197
1299
|
|
|
1300
|
+
/**
|
|
1301
|
+
* @license lucide v0.511.0 - ISC
|
|
1302
|
+
*
|
|
1303
|
+
* This source code is licensed under the ISC license.
|
|
1304
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1305
|
+
*/
|
|
1306
|
+
|
|
1307
|
+
const Plus = [
|
|
1308
|
+
["path", { d: "M5 12h14" }],
|
|
1309
|
+
["path", { d: "M12 5v14" }]
|
|
1310
|
+
];
|
|
1311
|
+
|
|
1198
1312
|
/**
|
|
1199
1313
|
* @license lucide v0.511.0 - ISC
|
|
1200
1314
|
*
|
|
@@ -1224,6 +1338,22 @@ const SendHorizontal = [
|
|
|
1224
1338
|
["path", { d: "M6 12h16" }]
|
|
1225
1339
|
];
|
|
1226
1340
|
|
|
1341
|
+
/**
|
|
1342
|
+
* @license lucide v0.511.0 - ISC
|
|
1343
|
+
*
|
|
1344
|
+
* This source code is licensed under the ISC license.
|
|
1345
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1346
|
+
*/
|
|
1347
|
+
|
|
1348
|
+
const ShoppingCart = [
|
|
1349
|
+
["circle", { cx: "8", cy: "21", r: "1" }],
|
|
1350
|
+
["circle", { cx: "19", cy: "21", r: "1" }],
|
|
1351
|
+
[
|
|
1352
|
+
"path",
|
|
1353
|
+
{ d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" }
|
|
1354
|
+
]
|
|
1355
|
+
];
|
|
1356
|
+
|
|
1227
1357
|
/**
|
|
1228
1358
|
* @license lucide v0.511.0 - ISC
|
|
1229
1359
|
*
|
|
@@ -1236,6 +1366,18 @@ const TrendingUp = [
|
|
|
1236
1366
|
["path", { d: "m22 7-8.5 8.5-5-5L2 17" }]
|
|
1237
1367
|
];
|
|
1238
1368
|
|
|
1369
|
+
/**
|
|
1370
|
+
* @license lucide v0.511.0 - ISC
|
|
1371
|
+
*
|
|
1372
|
+
* This source code is licensed under the ISC license.
|
|
1373
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1374
|
+
*/
|
|
1375
|
+
|
|
1376
|
+
const Video = [
|
|
1377
|
+
["path", { d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" }],
|
|
1378
|
+
["rect", { x: "2", y: "6", width: "14", height: "12", rx: "2" }]
|
|
1379
|
+
];
|
|
1380
|
+
|
|
1239
1381
|
/**
|
|
1240
1382
|
* @license lucide v0.511.0 - ISC
|
|
1241
1383
|
*
|
|
@@ -1248,6 +1390,15 @@ const X = [
|
|
|
1248
1390
|
["path", { d: "m6 6 12 12" }]
|
|
1249
1391
|
];
|
|
1250
1392
|
|
|
1393
|
+
/**
|
|
1394
|
+
* Mapping of icon name keys to their component implementations.
|
|
1395
|
+
* Keys correspond to {@link IconNames}; values are Lucide icon components.
|
|
1396
|
+
* @readonly
|
|
1397
|
+
* @example
|
|
1398
|
+
* import { icons, IconNames } from '@libs/lit-ui-kit';
|
|
1399
|
+
* const SearchIcon = icons['search'];
|
|
1400
|
+
* const name: IconNames = 'search';
|
|
1401
|
+
*/
|
|
1251
1402
|
const icons = {
|
|
1252
1403
|
search: Search,
|
|
1253
1404
|
headset: Headset,
|
|
@@ -1265,6 +1416,18 @@ const icons = {
|
|
|
1265
1416
|
sendHorizontal: SendHorizontal,
|
|
1266
1417
|
trendingUp: TrendingUp,
|
|
1267
1418
|
paperClip: Paperclip,
|
|
1419
|
+
shoppingCart: ShoppingCart,
|
|
1420
|
+
loaderCircle: LoaderCircle,
|
|
1421
|
+
check: Check,
|
|
1422
|
+
circleX: CircleX,
|
|
1423
|
+
minus: Minus,
|
|
1424
|
+
plus: Plus,
|
|
1425
|
+
fileText: FileText,
|
|
1426
|
+
video: Video,
|
|
1427
|
+
fileImage: FileImage,
|
|
1428
|
+
info: Info,
|
|
1429
|
+
panelLeftOpen: PanelLeftOpen,
|
|
1430
|
+
panelLeftClose: PanelLeftClose,
|
|
1268
1431
|
};
|
|
1269
1432
|
|
|
1270
1433
|
class BTLucideIcon extends i {
|