@app-studio/web 0.8.69 → 0.8.70
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/components/Button/Button/Button.props.d.ts +5 -0
- package/dist/components/Button/Button/Button.view.d.ts +0 -6
- package/dist/components/Icon/Icon.d.ts +8 -0
- package/dist/components/Tabs/Tabs/Tabs.props.d.ts +1 -0
- package/dist/web.cjs.development.js +400 -100
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +394 -102
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +403 -103
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/web.esm.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import 'core-js/modules/es.symbol.description.js';
|
|
2
2
|
import React, { useRef, useState, useEffect, useCallback, useMemo, createContext, useContext, Fragment } from 'react';
|
|
3
3
|
import 'core-js/modules/es.object.assign.js';
|
|
4
|
-
import { View as View$1, Element, Typography, Image, useTheme,
|
|
4
|
+
import { View as View$1, Element, Typography, Image, useTheme, Vertical as Vertical$1, Input, Form, Text as Text$1, Horizontal as Horizontal$1 } from 'app-studio';
|
|
5
5
|
import 'core-js/modules/es.array.iterator.js';
|
|
6
6
|
import 'core-js/modules/es.parse-float.js';
|
|
7
7
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
8
|
-
import { Link as Link$1 } from 'react-router-dom';
|
|
9
8
|
import 'core-js/modules/es.array.includes.js';
|
|
9
|
+
import { Link as Link$1 } from 'react-router-dom';
|
|
10
10
|
import 'core-js/modules/es.string.includes.js';
|
|
11
11
|
import 'core-js/modules/es.string.starts-with.js';
|
|
12
12
|
import format from 'date-fns/format';
|
|
@@ -262,7 +262,7 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
262
262
|
_excluded34 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
263
263
|
_excluded35 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
264
264
|
_excluded36 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
265
|
-
_excluded37 = ["widthHeight", "color", "
|
|
265
|
+
_excluded37 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
266
266
|
_excluded38 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
267
267
|
_excluded39 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
268
268
|
_excluded40 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -274,9 +274,9 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
274
274
|
_excluded46 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
275
275
|
_excluded47 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
276
276
|
_excluded48 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
277
|
-
_excluded49 = ["widthHeight", "color", "
|
|
277
|
+
_excluded49 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
278
278
|
_excluded50 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
279
|
-
_excluded51 = ["widthHeight", "color", "
|
|
279
|
+
_excluded51 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
280
280
|
_excluded52 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
281
281
|
_excluded53 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
282
282
|
_excluded54 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -289,7 +289,15 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
289
289
|
_excluded61 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
290
290
|
_excluded62 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
291
291
|
_excluded63 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
292
|
-
_excluded64 = ["widthHeight", "color", "
|
|
292
|
+
_excluded64 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
293
|
+
_excluded65 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
294
|
+
_excluded66 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
295
|
+
_excluded67 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
296
|
+
_excluded68 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
297
|
+
_excluded69 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
298
|
+
_excluded70 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
299
|
+
_excluded71 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
300
|
+
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"];
|
|
293
301
|
// Default wrapper component for consistent sizing and styling
|
|
294
302
|
var IconWrapper = _ref => {
|
|
295
303
|
var {
|
|
@@ -1177,7 +1185,7 @@ var PrintIcon = _ref35 => {
|
|
|
1177
1185
|
d: "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"
|
|
1178
1186
|
})));
|
|
1179
1187
|
};
|
|
1180
|
-
var
|
|
1188
|
+
var SliderVerticalIcon = _ref36 => {
|
|
1181
1189
|
var {
|
|
1182
1190
|
widthHeight = 24,
|
|
1183
1191
|
color = 'currentColor',
|
|
@@ -1248,12 +1256,12 @@ var PanelIcon = _ref36 => {
|
|
|
1248
1256
|
y2: "16"
|
|
1249
1257
|
})));
|
|
1250
1258
|
};
|
|
1251
|
-
var
|
|
1259
|
+
var PanelIcon = _ref37 => {
|
|
1252
1260
|
var {
|
|
1253
1261
|
widthHeight = 24,
|
|
1254
1262
|
color = 'currentColor',
|
|
1255
|
-
|
|
1256
|
-
|
|
1263
|
+
strokeWidth = 1,
|
|
1264
|
+
filled = false
|
|
1257
1265
|
} = _ref37,
|
|
1258
1266
|
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1259
1267
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
@@ -1263,15 +1271,39 @@ var FilterIcon = _ref37 => {
|
|
|
1263
1271
|
viewBox: "0 0 24 24",
|
|
1264
1272
|
"aria-hidden": "false",
|
|
1265
1273
|
focusable: "false"
|
|
1266
|
-
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("
|
|
1267
|
-
|
|
1274
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
|
|
1275
|
+
x: "3",
|
|
1276
|
+
y: "3",
|
|
1277
|
+
width: "18",
|
|
1278
|
+
height: "18",
|
|
1279
|
+
rx: "2"
|
|
1280
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1281
|
+
x1: "9",
|
|
1282
|
+
y1: "3",
|
|
1283
|
+
x2: "9",
|
|
1284
|
+
y2: "21"
|
|
1285
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1286
|
+
x1: "12",
|
|
1287
|
+
y1: "7",
|
|
1288
|
+
x2: "17",
|
|
1289
|
+
y2: "7"
|
|
1290
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1291
|
+
x1: "12",
|
|
1292
|
+
y1: "11",
|
|
1293
|
+
x2: "17",
|
|
1294
|
+
y2: "11"
|
|
1295
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1296
|
+
x1: "12",
|
|
1297
|
+
y1: "15",
|
|
1298
|
+
x2: "17",
|
|
1299
|
+
y2: "15"
|
|
1268
1300
|
})));
|
|
1269
1301
|
};
|
|
1270
|
-
var
|
|
1302
|
+
var FilterIcon = _ref38 => {
|
|
1271
1303
|
var {
|
|
1272
1304
|
widthHeight = 24,
|
|
1273
1305
|
color = 'currentColor',
|
|
1274
|
-
filled =
|
|
1306
|
+
filled = false,
|
|
1275
1307
|
strokeWidth = 1
|
|
1276
1308
|
} = _ref38,
|
|
1277
1309
|
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
@@ -1283,10 +1315,10 @@ var HomeIcon = _ref38 => {
|
|
|
1283
1315
|
"aria-hidden": "false",
|
|
1284
1316
|
focusable: "false"
|
|
1285
1317
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
|
|
1286
|
-
d: "
|
|
1318
|
+
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
1287
1319
|
})));
|
|
1288
1320
|
};
|
|
1289
|
-
var
|
|
1321
|
+
var HomeIcon = _ref39 => {
|
|
1290
1322
|
var {
|
|
1291
1323
|
widthHeight = 24,
|
|
1292
1324
|
color = 'currentColor',
|
|
@@ -1302,14 +1334,14 @@ var LocationIcon = _ref39 => {
|
|
|
1302
1334
|
"aria-hidden": "false",
|
|
1303
1335
|
focusable: "false"
|
|
1304
1336
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
|
|
1305
|
-
d: "
|
|
1337
|
+
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
1306
1338
|
})));
|
|
1307
1339
|
};
|
|
1308
|
-
var
|
|
1340
|
+
var LocationIcon = _ref40 => {
|
|
1309
1341
|
var {
|
|
1310
1342
|
widthHeight = 24,
|
|
1311
1343
|
color = 'currentColor',
|
|
1312
|
-
filled =
|
|
1344
|
+
filled = true,
|
|
1313
1345
|
strokeWidth = 1
|
|
1314
1346
|
} = _ref40,
|
|
1315
1347
|
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
@@ -1320,6 +1352,25 @@ var LockIcon = _ref40 => {
|
|
|
1320
1352
|
viewBox: "0 0 24 24",
|
|
1321
1353
|
"aria-hidden": "false",
|
|
1322
1354
|
focusable: "false"
|
|
1355
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
|
|
1356
|
+
d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
|
|
1357
|
+
})));
|
|
1358
|
+
};
|
|
1359
|
+
var LockIcon = _ref41 => {
|
|
1360
|
+
var {
|
|
1361
|
+
widthHeight = 24,
|
|
1362
|
+
color = 'currentColor',
|
|
1363
|
+
filled = false,
|
|
1364
|
+
strokeWidth = 1
|
|
1365
|
+
} = _ref41,
|
|
1366
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1367
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1368
|
+
widthHeight: widthHeight,
|
|
1369
|
+
color: color
|
|
1370
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
1371
|
+
viewBox: "0 0 24 24",
|
|
1372
|
+
"aria-hidden": "false",
|
|
1373
|
+
focusable: "false"
|
|
1323
1374
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
|
|
1324
1375
|
x: "3",
|
|
1325
1376
|
y: "11",
|
|
@@ -1331,14 +1382,14 @@ var LockIcon = _ref40 => {
|
|
|
1331
1382
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1332
1383
|
})));
|
|
1333
1384
|
};
|
|
1334
|
-
var MicrophoneIcon =
|
|
1385
|
+
var MicrophoneIcon = _ref42 => {
|
|
1335
1386
|
var {
|
|
1336
1387
|
widthHeight = 24,
|
|
1337
1388
|
color = 'currentColor',
|
|
1338
1389
|
filled = false,
|
|
1339
1390
|
strokeWidth = 1
|
|
1340
|
-
} =
|
|
1341
|
-
props = _objectWithoutPropertiesLoose(
|
|
1391
|
+
} = _ref42,
|
|
1392
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1342
1393
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1343
1394
|
widthHeight: widthHeight,
|
|
1344
1395
|
color: color
|
|
@@ -1364,14 +1415,14 @@ var MicrophoneIcon = _ref41 => {
|
|
|
1364
1415
|
y2: "23"
|
|
1365
1416
|
})));
|
|
1366
1417
|
};
|
|
1367
|
-
var MoonIcon =
|
|
1418
|
+
var MoonIcon = _ref43 => {
|
|
1368
1419
|
var {
|
|
1369
1420
|
widthHeight = 24,
|
|
1370
1421
|
color = 'currentColor',
|
|
1371
1422
|
filled = true,
|
|
1372
1423
|
strokeWidth = 1
|
|
1373
|
-
} =
|
|
1374
|
-
props = _objectWithoutPropertiesLoose(
|
|
1424
|
+
} = _ref43,
|
|
1425
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1375
1426
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1376
1427
|
widthHeight: widthHeight,
|
|
1377
1428
|
color: color
|
|
@@ -1383,14 +1434,14 @@ var MoonIcon = _ref42 => {
|
|
|
1383
1434
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1384
1435
|
})));
|
|
1385
1436
|
};
|
|
1386
|
-
var NotificationIcon =
|
|
1437
|
+
var NotificationIcon = _ref44 => {
|
|
1387
1438
|
var {
|
|
1388
1439
|
widthHeight = 24,
|
|
1389
1440
|
color = 'currentColor',
|
|
1390
1441
|
filled = false,
|
|
1391
1442
|
strokeWidth = 1
|
|
1392
|
-
} =
|
|
1393
|
-
props = _objectWithoutPropertiesLoose(
|
|
1443
|
+
} = _ref44,
|
|
1444
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1394
1445
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1395
1446
|
widthHeight: widthHeight,
|
|
1396
1447
|
color: color
|
|
@@ -1404,14 +1455,14 @@ var NotificationIcon = _ref43 => {
|
|
|
1404
1455
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1405
1456
|
})));
|
|
1406
1457
|
};
|
|
1407
|
-
var OpenEyeIcon =
|
|
1458
|
+
var OpenEyeIcon = _ref45 => {
|
|
1408
1459
|
var {
|
|
1409
1460
|
widthHeight = 24,
|
|
1410
1461
|
color = 'currentColor',
|
|
1411
1462
|
filled = true,
|
|
1412
1463
|
strokeWidth = 1
|
|
1413
|
-
} =
|
|
1414
|
-
props = _objectWithoutPropertiesLoose(
|
|
1464
|
+
} = _ref45,
|
|
1465
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1415
1466
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1416
1467
|
widthHeight: widthHeight,
|
|
1417
1468
|
color: color
|
|
@@ -1423,14 +1474,14 @@ var OpenEyeIcon = _ref44 => {
|
|
|
1423
1474
|
d: "M12 4C7 4 2.73 7.11 1 12c1.73 4.89 6 8 11 8s9.27-3.11 11-8c-1.73-4.89-6-8-11-8zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
|
|
1424
1475
|
})));
|
|
1425
1476
|
};
|
|
1426
|
-
var ProfileIcon =
|
|
1477
|
+
var ProfileIcon = _ref46 => {
|
|
1427
1478
|
var {
|
|
1428
1479
|
widthHeight = 24,
|
|
1429
1480
|
color = 'currentColor',
|
|
1430
1481
|
filled = true,
|
|
1431
1482
|
strokeWidth = 1
|
|
1432
|
-
} =
|
|
1433
|
-
props = _objectWithoutPropertiesLoose(
|
|
1483
|
+
} = _ref46,
|
|
1484
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1434
1485
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1435
1486
|
widthHeight: widthHeight,
|
|
1436
1487
|
color: color
|
|
@@ -1443,14 +1494,14 @@ var ProfileIcon = _ref45 => {
|
|
|
1443
1494
|
d: "M12 13c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm0-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z M12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
|
|
1444
1495
|
}), ' '));
|
|
1445
1496
|
};
|
|
1446
|
-
var SettingsIcon =
|
|
1497
|
+
var SettingsIcon = _ref47 => {
|
|
1447
1498
|
var {
|
|
1448
1499
|
widthHeight = 24,
|
|
1449
1500
|
color = 'currentColor',
|
|
1450
1501
|
filled = false,
|
|
1451
1502
|
strokeWidth = 1
|
|
1452
|
-
} =
|
|
1453
|
-
props = _objectWithoutPropertiesLoose(
|
|
1503
|
+
} = _ref47,
|
|
1504
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1454
1505
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1455
1506
|
widthHeight: widthHeight,
|
|
1456
1507
|
color: color
|
|
@@ -1462,14 +1513,14 @@ var SettingsIcon = _ref46 => {
|
|
|
1462
1513
|
d: "M19.4 13c0-.3.1-.6.1-1s0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.2-.4-.3-.6-.2l-2.5 1c-.5-.4-1.1-.7-1.7-.9l-.4-2.6c0-.2-.3-.4-.5-.4h-4c-.2 0-.5.2-.5.4l-.4 2.6c-.6.2-1.2.5-1.7.9l-2.5-1c-.2-.1-.5 0-.6.2l-2 3.5c-.1.2-.1.4.1.6L4.6 11c0 .3-.1.6-.1 1s0 .7.1 1l-2.1 1.6c-.2.2-.2.4-.1.6l2 3.5c.1.2.4.3.6.2l2.5-1c.5.4 1.1.7 1.7.9l.4 2.6c0 .2.3.4.5.4h4c.2 0 .5-.2.5-.4l.4-2.6c.6-.2 1.2-.5 1.7-.9l2.5 1c.2.1.5 0 .6-.2l2-3.5c.1-.2.1-.4-.1-.6L19.4 13zM12 15.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"
|
|
1463
1514
|
})));
|
|
1464
1515
|
};
|
|
1465
|
-
var SuccessIcon =
|
|
1516
|
+
var SuccessIcon = _ref48 => {
|
|
1466
1517
|
var {
|
|
1467
1518
|
widthHeight = 24,
|
|
1468
1519
|
color = 'currentColor',
|
|
1469
1520
|
filled = true,
|
|
1470
1521
|
strokeWidth = 1
|
|
1471
|
-
} =
|
|
1472
|
-
props = _objectWithoutPropertiesLoose(
|
|
1522
|
+
} = _ref48,
|
|
1523
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1473
1524
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1474
1525
|
widthHeight: widthHeight,
|
|
1475
1526
|
color: color
|
|
@@ -1481,14 +1532,14 @@ var SuccessIcon = _ref47 => {
|
|
|
1481
1532
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
1482
1533
|
})));
|
|
1483
1534
|
};
|
|
1484
|
-
var UnLikeIcon =
|
|
1535
|
+
var UnLikeIcon = _ref49 => {
|
|
1485
1536
|
var {
|
|
1486
1537
|
widthHeight = 24,
|
|
1487
1538
|
color = 'currentColor',
|
|
1488
1539
|
filled = true,
|
|
1489
1540
|
strokeWidth = 1
|
|
1490
|
-
} =
|
|
1491
|
-
props = _objectWithoutPropertiesLoose(
|
|
1541
|
+
} = _ref49,
|
|
1542
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1492
1543
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1493
1544
|
widthHeight: widthHeight,
|
|
1494
1545
|
color: color
|
|
@@ -1500,14 +1551,14 @@ var UnLikeIcon = _ref48 => {
|
|
|
1500
1551
|
d: "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"
|
|
1501
1552
|
})));
|
|
1502
1553
|
};
|
|
1503
|
-
var ClockIcon =
|
|
1554
|
+
var ClockIcon = _ref50 => {
|
|
1504
1555
|
var {
|
|
1505
1556
|
widthHeight = 24,
|
|
1506
1557
|
color = 'currentColor',
|
|
1507
1558
|
strokeWidth = 1,
|
|
1508
1559
|
filled = false
|
|
1509
|
-
} =
|
|
1510
|
-
props = _objectWithoutPropertiesLoose(
|
|
1560
|
+
} = _ref50,
|
|
1561
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1511
1562
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1512
1563
|
widthHeight: widthHeight,
|
|
1513
1564
|
color: color
|
|
@@ -1523,14 +1574,14 @@ var ClockIcon = _ref49 => {
|
|
|
1523
1574
|
points: "12 6 12 12 16 14"
|
|
1524
1575
|
})));
|
|
1525
1576
|
};
|
|
1526
|
-
var CameraIcon =
|
|
1577
|
+
var CameraIcon = _ref51 => {
|
|
1527
1578
|
var {
|
|
1528
1579
|
widthHeight = 24,
|
|
1529
1580
|
color = 'currentColor',
|
|
1530
1581
|
strokeWidth = 1,
|
|
1531
1582
|
filled = false
|
|
1532
|
-
} =
|
|
1533
|
-
props = _objectWithoutPropertiesLoose(
|
|
1583
|
+
} = _ref51,
|
|
1584
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1534
1585
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1535
1586
|
widthHeight: widthHeight,
|
|
1536
1587
|
color: color
|
|
@@ -1546,14 +1597,14 @@ var CameraIcon = _ref50 => {
|
|
|
1546
1597
|
r: "4"
|
|
1547
1598
|
})));
|
|
1548
1599
|
};
|
|
1549
|
-
var BluetoothIcon =
|
|
1600
|
+
var BluetoothIcon = _ref52 => {
|
|
1550
1601
|
var {
|
|
1551
1602
|
widthHeight = 24,
|
|
1552
1603
|
color = 'currentColor',
|
|
1553
1604
|
filled = true,
|
|
1554
1605
|
strokeWidth = 1
|
|
1555
|
-
} =
|
|
1556
|
-
props = _objectWithoutPropertiesLoose(
|
|
1606
|
+
} = _ref52,
|
|
1607
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1557
1608
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1558
1609
|
widthHeight: widthHeight,
|
|
1559
1610
|
color: color
|
|
@@ -1565,14 +1616,14 @@ var BluetoothIcon = _ref51 => {
|
|
|
1565
1616
|
d: "M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"
|
|
1566
1617
|
})));
|
|
1567
1618
|
};
|
|
1568
|
-
var LikeIcon =
|
|
1619
|
+
var LikeIcon = _ref53 => {
|
|
1569
1620
|
var {
|
|
1570
1621
|
widthHeight = 24,
|
|
1571
1622
|
color = 'currentColor',
|
|
1572
1623
|
filled = true,
|
|
1573
1624
|
strokeWidth = 1
|
|
1574
|
-
} =
|
|
1575
|
-
props = _objectWithoutPropertiesLoose(
|
|
1625
|
+
} = _ref53,
|
|
1626
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1576
1627
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1577
1628
|
widthHeight: widthHeight,
|
|
1578
1629
|
color: color
|
|
@@ -1584,14 +1635,14 @@ var LikeIcon = _ref52 => {
|
|
|
1584
1635
|
d: "M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"
|
|
1585
1636
|
})));
|
|
1586
1637
|
};
|
|
1587
|
-
var UnlockIcon =
|
|
1638
|
+
var UnlockIcon = _ref54 => {
|
|
1588
1639
|
var {
|
|
1589
1640
|
widthHeight = 24,
|
|
1590
1641
|
color = 'currentColor',
|
|
1591
1642
|
filled = false,
|
|
1592
1643
|
strokeWidth = 1
|
|
1593
|
-
} =
|
|
1594
|
-
props = _objectWithoutPropertiesLoose(
|
|
1644
|
+
} = _ref54,
|
|
1645
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1595
1646
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1596
1647
|
widthHeight: widthHeight,
|
|
1597
1648
|
color: color
|
|
@@ -1610,14 +1661,14 @@ var UnlockIcon = _ref53 => {
|
|
|
1610
1661
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1611
1662
|
})));
|
|
1612
1663
|
};
|
|
1613
|
-
var WifiIcon =
|
|
1664
|
+
var WifiIcon = _ref55 => {
|
|
1614
1665
|
var {
|
|
1615
1666
|
widthHeight = 24,
|
|
1616
1667
|
color = 'currentColor',
|
|
1617
1668
|
filled = false,
|
|
1618
1669
|
strokeWidth = 1
|
|
1619
|
-
} =
|
|
1620
|
-
props = _objectWithoutPropertiesLoose(
|
|
1670
|
+
} = _ref55,
|
|
1671
|
+
props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
|
|
1621
1672
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1622
1673
|
widthHeight: widthHeight,
|
|
1623
1674
|
color: color
|
|
@@ -1629,14 +1680,14 @@ var WifiIcon = _ref54 => {
|
|
|
1629
1680
|
d: "M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"
|
|
1630
1681
|
})));
|
|
1631
1682
|
};
|
|
1632
|
-
var UploadIcon =
|
|
1683
|
+
var UploadIcon = _ref56 => {
|
|
1633
1684
|
var {
|
|
1634
1685
|
widthHeight = 24,
|
|
1635
1686
|
color = 'currentColor',
|
|
1636
1687
|
filled = false,
|
|
1637
1688
|
strokeWidth = 1
|
|
1638
|
-
} =
|
|
1639
|
-
props = _objectWithoutPropertiesLoose(
|
|
1689
|
+
} = _ref56,
|
|
1690
|
+
props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
|
|
1640
1691
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1641
1692
|
widthHeight: widthHeight,
|
|
1642
1693
|
color: color
|
|
@@ -1652,14 +1703,14 @@ var UploadIcon = _ref55 => {
|
|
|
1652
1703
|
d: "M12 12l0 9"
|
|
1653
1704
|
})));
|
|
1654
1705
|
};
|
|
1655
|
-
var SearchIcon =
|
|
1706
|
+
var SearchIcon = _ref57 => {
|
|
1656
1707
|
var {
|
|
1657
1708
|
widthHeight = 24,
|
|
1658
1709
|
color = 'currentColor',
|
|
1659
1710
|
filled = true,
|
|
1660
1711
|
strokeWidth = 1
|
|
1661
|
-
} =
|
|
1662
|
-
props = _objectWithoutPropertiesLoose(
|
|
1712
|
+
} = _ref57,
|
|
1713
|
+
props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
|
|
1663
1714
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1664
1715
|
widthHeight: widthHeight,
|
|
1665
1716
|
color: color
|
|
@@ -1671,14 +1722,14 @@ var SearchIcon = _ref56 => {
|
|
|
1671
1722
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
1672
1723
|
})));
|
|
1673
1724
|
};
|
|
1674
|
-
var CloseEyeIcon =
|
|
1725
|
+
var CloseEyeIcon = _ref58 => {
|
|
1675
1726
|
var {
|
|
1676
1727
|
widthHeight = 24,
|
|
1677
1728
|
color = 'currentColor',
|
|
1678
1729
|
filled = true,
|
|
1679
1730
|
strokeWidth = 1
|
|
1680
|
-
} =
|
|
1681
|
-
props = _objectWithoutPropertiesLoose(
|
|
1731
|
+
} = _ref58,
|
|
1732
|
+
props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
|
|
1682
1733
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1683
1734
|
widthHeight: widthHeight,
|
|
1684
1735
|
color: color
|
|
@@ -1691,14 +1742,14 @@ var CloseEyeIcon = _ref57 => {
|
|
|
1691
1742
|
fill: "currentColor"
|
|
1692
1743
|
})));
|
|
1693
1744
|
};
|
|
1694
|
-
var ExternalLinkIcon =
|
|
1745
|
+
var ExternalLinkIcon = _ref59 => {
|
|
1695
1746
|
var {
|
|
1696
1747
|
widthHeight = 24,
|
|
1697
1748
|
color = 'currentColor',
|
|
1698
1749
|
filled = true,
|
|
1699
1750
|
strokeWidth = 1
|
|
1700
|
-
} =
|
|
1701
|
-
props = _objectWithoutPropertiesLoose(
|
|
1751
|
+
} = _ref59,
|
|
1752
|
+
props = _objectWithoutPropertiesLoose(_ref59, _excluded59);
|
|
1702
1753
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1703
1754
|
widthHeight: widthHeight,
|
|
1704
1755
|
color: color
|
|
@@ -1710,14 +1761,14 @@ var ExternalLinkIcon = _ref58 => {
|
|
|
1710
1761
|
d: "M14 3h7v7h-2V5.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h5v2H6v11h11v-4h2v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
|
|
1711
1762
|
})));
|
|
1712
1763
|
};
|
|
1713
|
-
var PlusIcon =
|
|
1764
|
+
var PlusIcon = _ref60 => {
|
|
1714
1765
|
var {
|
|
1715
1766
|
widthHeight = 24,
|
|
1716
1767
|
color = 'currentColor',
|
|
1717
1768
|
filled = false,
|
|
1718
1769
|
strokeWidth = 1
|
|
1719
|
-
} =
|
|
1720
|
-
props = _objectWithoutPropertiesLoose(
|
|
1770
|
+
} = _ref60,
|
|
1771
|
+
props = _objectWithoutPropertiesLoose(_ref60, _excluded60);
|
|
1721
1772
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1722
1773
|
widthHeight: widthHeight,
|
|
1723
1774
|
color: color
|
|
@@ -1739,14 +1790,14 @@ var PlusIcon = _ref59 => {
|
|
|
1739
1790
|
y2: "12"
|
|
1740
1791
|
})));
|
|
1741
1792
|
};
|
|
1742
|
-
var TickIcon =
|
|
1793
|
+
var TickIcon = _ref61 => {
|
|
1743
1794
|
var {
|
|
1744
1795
|
widthHeight = 24,
|
|
1745
1796
|
color = 'currentColor',
|
|
1746
1797
|
filled = false,
|
|
1747
1798
|
strokeWidth = 1
|
|
1748
|
-
} =
|
|
1749
|
-
props = _objectWithoutPropertiesLoose(
|
|
1799
|
+
} = _ref61,
|
|
1800
|
+
props = _objectWithoutPropertiesLoose(_ref61, _excluded61);
|
|
1750
1801
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1751
1802
|
widthHeight: widthHeight,
|
|
1752
1803
|
color: color
|
|
@@ -1760,14 +1811,14 @@ var TickIcon = _ref60 => {
|
|
|
1760
1811
|
strokeLinejoin: "round"
|
|
1761
1812
|
})));
|
|
1762
1813
|
};
|
|
1763
|
-
var BoldArrowIcon =
|
|
1814
|
+
var BoldArrowIcon = _ref62 => {
|
|
1764
1815
|
var {
|
|
1765
1816
|
widthHeight = 24,
|
|
1766
1817
|
color = 'currentColor',
|
|
1767
1818
|
filled = true,
|
|
1768
1819
|
strokeWidth = 1
|
|
1769
|
-
} =
|
|
1770
|
-
props = _objectWithoutPropertiesLoose(
|
|
1820
|
+
} = _ref62,
|
|
1821
|
+
props = _objectWithoutPropertiesLoose(_ref62, _excluded62);
|
|
1771
1822
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1772
1823
|
widthHeight: widthHeight,
|
|
1773
1824
|
color: color
|
|
@@ -1779,14 +1830,14 @@ var BoldArrowIcon = _ref61 => {
|
|
|
1779
1830
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1780
1831
|
})));
|
|
1781
1832
|
};
|
|
1782
|
-
var ArrowIcon =
|
|
1833
|
+
var ArrowIcon = _ref63 => {
|
|
1783
1834
|
var {
|
|
1784
1835
|
widthHeight = 24,
|
|
1785
1836
|
color = 'currentColor',
|
|
1786
1837
|
filled = false,
|
|
1787
1838
|
strokeWidth = 1
|
|
1788
|
-
} =
|
|
1789
|
-
props = _objectWithoutPropertiesLoose(
|
|
1839
|
+
} = _ref63,
|
|
1840
|
+
props = _objectWithoutPropertiesLoose(_ref63, _excluded63);
|
|
1790
1841
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1791
1842
|
widthHeight: widthHeight,
|
|
1792
1843
|
color: color
|
|
@@ -1804,14 +1855,14 @@ var ArrowIcon = _ref62 => {
|
|
|
1804
1855
|
points: "6 12 12 6 18 12"
|
|
1805
1856
|
})));
|
|
1806
1857
|
};
|
|
1807
|
-
var SpinnerIcon =
|
|
1858
|
+
var SpinnerIcon = _ref64 => {
|
|
1808
1859
|
var {
|
|
1809
1860
|
widthHeight = 24,
|
|
1810
1861
|
color = 'currentColor',
|
|
1811
1862
|
filled = false,
|
|
1812
1863
|
strokeWidth = 1
|
|
1813
|
-
} =
|
|
1814
|
-
props = _objectWithoutPropertiesLoose(
|
|
1864
|
+
} = _ref64,
|
|
1865
|
+
props = _objectWithoutPropertiesLoose(_ref64, _excluded64);
|
|
1815
1866
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1816
1867
|
widthHeight: widthHeight,
|
|
1817
1868
|
color: color
|
|
@@ -1829,14 +1880,14 @@ var SpinnerIcon = _ref63 => {
|
|
|
1829
1880
|
strokeOpacity: "1"
|
|
1830
1881
|
})));
|
|
1831
1882
|
};
|
|
1832
|
-
var CalendarIcon =
|
|
1883
|
+
var CalendarIcon = _ref65 => {
|
|
1833
1884
|
var {
|
|
1834
1885
|
widthHeight = 24,
|
|
1835
1886
|
color = 'currentColor',
|
|
1836
1887
|
strokeWidth = 1,
|
|
1837
1888
|
filled = false
|
|
1838
|
-
} =
|
|
1839
|
-
props = _objectWithoutPropertiesLoose(
|
|
1889
|
+
} = _ref65,
|
|
1890
|
+
props = _objectWithoutPropertiesLoose(_ref65, _excluded65);
|
|
1840
1891
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1841
1892
|
widthHeight: widthHeight,
|
|
1842
1893
|
color: color
|
|
@@ -1871,6 +1922,237 @@ var CalendarIcon = _ref64 => {
|
|
|
1871
1922
|
y2: "10"
|
|
1872
1923
|
})));
|
|
1873
1924
|
};
|
|
1925
|
+
var SliderIcon = _ref66 => {
|
|
1926
|
+
var {
|
|
1927
|
+
widthHeight = 24,
|
|
1928
|
+
color = 'currentColor',
|
|
1929
|
+
strokeWidth = 1,
|
|
1930
|
+
filled = false
|
|
1931
|
+
} = _ref66,
|
|
1932
|
+
props = _objectWithoutPropertiesLoose(_ref66, _excluded66);
|
|
1933
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1934
|
+
widthHeight: widthHeight,
|
|
1935
|
+
color: color
|
|
1936
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
1937
|
+
viewBox: "0 0 24 24",
|
|
1938
|
+
"aria-hidden": "false",
|
|
1939
|
+
focusable: "false"
|
|
1940
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
|
|
1941
|
+
x1: "3",
|
|
1942
|
+
y1: "4",
|
|
1943
|
+
x2: "10",
|
|
1944
|
+
y2: "4"
|
|
1945
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1946
|
+
x1: "14",
|
|
1947
|
+
y1: "4",
|
|
1948
|
+
x2: "21",
|
|
1949
|
+
y2: "4"
|
|
1950
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1951
|
+
x1: "3",
|
|
1952
|
+
y1: "12",
|
|
1953
|
+
x2: "12",
|
|
1954
|
+
y2: "12"
|
|
1955
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1956
|
+
x1: "16",
|
|
1957
|
+
y1: "12",
|
|
1958
|
+
x2: "21",
|
|
1959
|
+
y2: "12"
|
|
1960
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1961
|
+
x1: "3",
|
|
1962
|
+
y1: "20",
|
|
1963
|
+
x2: "8",
|
|
1964
|
+
y2: "20"
|
|
1965
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1966
|
+
x1: "12",
|
|
1967
|
+
y1: "20",
|
|
1968
|
+
x2: "21",
|
|
1969
|
+
y2: "20"
|
|
1970
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1971
|
+
x1: "10",
|
|
1972
|
+
y1: "1",
|
|
1973
|
+
x2: "10",
|
|
1974
|
+
y2: "7"
|
|
1975
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1976
|
+
x1: "16",
|
|
1977
|
+
y1: "9",
|
|
1978
|
+
x2: "16",
|
|
1979
|
+
y2: "15"
|
|
1980
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
1981
|
+
x1: "8",
|
|
1982
|
+
y1: "17",
|
|
1983
|
+
x2: "8",
|
|
1984
|
+
y2: "23"
|
|
1985
|
+
})));
|
|
1986
|
+
};
|
|
1987
|
+
var CropIcon = _ref67 => {
|
|
1988
|
+
var {
|
|
1989
|
+
widthHeight = 24,
|
|
1990
|
+
color = 'currentColor',
|
|
1991
|
+
strokeWidth = 1,
|
|
1992
|
+
filled = false
|
|
1993
|
+
} = _ref67,
|
|
1994
|
+
props = _objectWithoutPropertiesLoose(_ref67, _excluded67);
|
|
1995
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1996
|
+
widthHeight: widthHeight,
|
|
1997
|
+
color: color
|
|
1998
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
1999
|
+
viewBox: "0 0 24 24",
|
|
2000
|
+
"aria-hidden": "false",
|
|
2001
|
+
focusable: "false"
|
|
2002
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
|
|
2003
|
+
d: "M6 2v14a2 2 0 0 0 2 2h14"
|
|
2004
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2005
|
+
d: "M18 22V8a2 2 0 0 0-2-2H2"
|
|
2006
|
+
})));
|
|
2007
|
+
};
|
|
2008
|
+
var ZoomInIcon = _ref68 => {
|
|
2009
|
+
var {
|
|
2010
|
+
widthHeight = 24,
|
|
2011
|
+
color = 'currentColor',
|
|
2012
|
+
strokeWidth = 1,
|
|
2013
|
+
filled = false
|
|
2014
|
+
} = _ref68,
|
|
2015
|
+
props = _objectWithoutPropertiesLoose(_ref68, _excluded68);
|
|
2016
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2017
|
+
widthHeight: widthHeight,
|
|
2018
|
+
color: color
|
|
2019
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
2020
|
+
viewBox: "0 0 24 24",
|
|
2021
|
+
"aria-hidden": "false",
|
|
2022
|
+
focusable: "false"
|
|
2023
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
|
|
2024
|
+
cx: "11",
|
|
2025
|
+
cy: "11",
|
|
2026
|
+
r: "8"
|
|
2027
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
2028
|
+
x1: "21",
|
|
2029
|
+
y1: "21",
|
|
2030
|
+
x2: "16.65",
|
|
2031
|
+
y2: "16.65"
|
|
2032
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
2033
|
+
x1: "11",
|
|
2034
|
+
y1: "8",
|
|
2035
|
+
x2: "11",
|
|
2036
|
+
y2: "14"
|
|
2037
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
2038
|
+
x1: "8",
|
|
2039
|
+
y1: "11",
|
|
2040
|
+
x2: "14",
|
|
2041
|
+
y2: "11"
|
|
2042
|
+
})));
|
|
2043
|
+
};
|
|
2044
|
+
var ZoomOutIcon = _ref69 => {
|
|
2045
|
+
var {
|
|
2046
|
+
widthHeight = 24,
|
|
2047
|
+
color = 'currentColor',
|
|
2048
|
+
strokeWidth = 1,
|
|
2049
|
+
filled = false
|
|
2050
|
+
} = _ref69,
|
|
2051
|
+
props = _objectWithoutPropertiesLoose(_ref69, _excluded69);
|
|
2052
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2053
|
+
widthHeight: widthHeight,
|
|
2054
|
+
color: color
|
|
2055
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
2056
|
+
viewBox: "0 0 24 24",
|
|
2057
|
+
"aria-hidden": "false",
|
|
2058
|
+
focusable: "false"
|
|
2059
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
|
|
2060
|
+
cx: "11",
|
|
2061
|
+
cy: "11",
|
|
2062
|
+
r: "8"
|
|
2063
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
2064
|
+
x1: "21",
|
|
2065
|
+
y1: "21",
|
|
2066
|
+
x2: "16.65",
|
|
2067
|
+
y2: "16.65"
|
|
2068
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
2069
|
+
x1: "8",
|
|
2070
|
+
y1: "11",
|
|
2071
|
+
x2: "14",
|
|
2072
|
+
y2: "11"
|
|
2073
|
+
})));
|
|
2074
|
+
};
|
|
2075
|
+
var TextIcon = _ref70 => {
|
|
2076
|
+
var {
|
|
2077
|
+
widthHeight = 24,
|
|
2078
|
+
color = 'currentColor',
|
|
2079
|
+
strokeWidth = 1,
|
|
2080
|
+
filled = false
|
|
2081
|
+
} = _ref70,
|
|
2082
|
+
props = _objectWithoutPropertiesLoose(_ref70, _excluded70);
|
|
2083
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2084
|
+
widthHeight: widthHeight,
|
|
2085
|
+
color: color
|
|
2086
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
2087
|
+
viewBox: "0 0 24 24",
|
|
2088
|
+
"aria-hidden": "false",
|
|
2089
|
+
focusable: "false"
|
|
2090
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
|
|
2091
|
+
x1: "4",
|
|
2092
|
+
y1: "6",
|
|
2093
|
+
x2: "20",
|
|
2094
|
+
y2: "6"
|
|
2095
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
2096
|
+
x1: "12",
|
|
2097
|
+
y1: "6",
|
|
2098
|
+
x2: "12",
|
|
2099
|
+
y2: "18"
|
|
2100
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
2101
|
+
x1: "8",
|
|
2102
|
+
y1: "18",
|
|
2103
|
+
x2: "16",
|
|
2104
|
+
y2: "18"
|
|
2105
|
+
})));
|
|
2106
|
+
};
|
|
2107
|
+
var ShapeIcon = _ref71 => {
|
|
2108
|
+
var {
|
|
2109
|
+
widthHeight = 24,
|
|
2110
|
+
color = 'currentColor',
|
|
2111
|
+
strokeWidth = 1,
|
|
2112
|
+
filled = false
|
|
2113
|
+
} = _ref71,
|
|
2114
|
+
props = _objectWithoutPropertiesLoose(_ref71, _excluded71);
|
|
2115
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2116
|
+
widthHeight: widthHeight,
|
|
2117
|
+
color: color
|
|
2118
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
2119
|
+
viewBox: "0 0 24 24",
|
|
2120
|
+
"aria-hidden": "false",
|
|
2121
|
+
focusable: "false"
|
|
2122
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
|
|
2123
|
+
x: "4",
|
|
2124
|
+
y: "8",
|
|
2125
|
+
width: "8",
|
|
2126
|
+
height: "8"
|
|
2127
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
2128
|
+
cx: "16",
|
|
2129
|
+
cy: "16",
|
|
2130
|
+
r: "4"
|
|
2131
|
+
}), /*#__PURE__*/React.createElement("polygon", {
|
|
2132
|
+
points: "16,4 19,8 13,8"
|
|
2133
|
+
})));
|
|
2134
|
+
};
|
|
2135
|
+
var RotateIcon = _ref72 => {
|
|
2136
|
+
var {
|
|
2137
|
+
widthHeight = 24,
|
|
2138
|
+
color = 'currentColor',
|
|
2139
|
+
strokeWidth = 1,
|
|
2140
|
+
filled = false
|
|
2141
|
+
} = _ref72,
|
|
2142
|
+
props = _objectWithoutPropertiesLoose(_ref72, _excluded72);
|
|
2143
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2144
|
+
widthHeight: widthHeight,
|
|
2145
|
+
color: color
|
|
2146
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
2147
|
+
viewBox: "0 0 24 24",
|
|
2148
|
+
"aria-hidden": "false",
|
|
2149
|
+
focusable: "false"
|
|
2150
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("polyline", {
|
|
2151
|
+
points: "1 4 1 10 7 10"
|
|
2152
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2153
|
+
d: "M3.51 15a9 9 0 1 0 2.13-9.36L1 10"
|
|
2154
|
+
})));
|
|
2155
|
+
};
|
|
1874
2156
|
|
|
1875
2157
|
var Icon = {
|
|
1876
2158
|
__proto__: null,
|
|
@@ -1908,6 +2190,7 @@ var Icon = {
|
|
|
1908
2190
|
ShareIcon: ShareIcon,
|
|
1909
2191
|
RefreshIcon: RefreshIcon,
|
|
1910
2192
|
PrintIcon: PrintIcon,
|
|
2193
|
+
SliderVerticalIcon: SliderVerticalIcon,
|
|
1911
2194
|
PanelIcon: PanelIcon,
|
|
1912
2195
|
FilterIcon: FilterIcon,
|
|
1913
2196
|
HomeIcon: HomeIcon,
|
|
@@ -1936,7 +2219,14 @@ var Icon = {
|
|
|
1936
2219
|
BoldArrowIcon: BoldArrowIcon,
|
|
1937
2220
|
ArrowIcon: ArrowIcon,
|
|
1938
2221
|
SpinnerIcon: SpinnerIcon,
|
|
1939
|
-
CalendarIcon: CalendarIcon
|
|
2222
|
+
CalendarIcon: CalendarIcon,
|
|
2223
|
+
SliderIcon: SliderIcon,
|
|
2224
|
+
CropIcon: CropIcon,
|
|
2225
|
+
ZoomInIcon: ZoomInIcon,
|
|
2226
|
+
ZoomOutIcon: ZoomOutIcon,
|
|
2227
|
+
TextIcon: TextIcon,
|
|
2228
|
+
ShapeIcon: ShapeIcon,
|
|
2229
|
+
RotateIcon: RotateIcon
|
|
1940
2230
|
};
|
|
1941
2231
|
|
|
1942
2232
|
// Define a constant object 'Themes' exporting various theme views.
|
|
@@ -2793,13 +3083,11 @@ var ButtonView = _ref => {
|
|
|
2793
3083
|
width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
|
|
2794
3084
|
};
|
|
2795
3085
|
var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
|
|
2796
|
-
var
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
} : {}), icon)), children, icon &&
|
|
2801
|
-
animate: Animation.jackInTheBox({})
|
|
2802
|
-
} : {}), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React.createElement(Loader, Object.assign({}, loaderProps)));
|
|
3086
|
+
var Container = ['left', 'right'].includes(iconPosition) ? Horizontal : Vertical$1;
|
|
3087
|
+
var content = /*#__PURE__*/React.createElement(Container, Object.assign({
|
|
3088
|
+
gap: 10,
|
|
3089
|
+
alignItems: "center"
|
|
3090
|
+
}, views == null ? void 0 : views.container), isLoading && loaderPosition === 'left' && /*#__PURE__*/React.createElement(Loader, Object.assign({}, loaderProps)), icon && ['left', 'top'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React.createElement(View$1, Object.assign({}, views == null ? void 0 : views.icon), icon)), children, icon && ['right', 'bottom'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React.createElement(View$1, Object.assign({}, views == null ? void 0 : views.icon), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React.createElement(Loader, Object.assign({}, loaderProps)));
|
|
2803
3091
|
return /*#__PURE__*/React.createElement(Element, Object.assign({
|
|
2804
3092
|
gap: 8,
|
|
2805
3093
|
as: "button",
|
|
@@ -7732,7 +8020,8 @@ var TabsView = _ref => {
|
|
|
7732
8020
|
views = {},
|
|
7733
8021
|
// Default to empty object
|
|
7734
8022
|
renderTab,
|
|
7735
|
-
renderContent
|
|
8023
|
+
renderContent,
|
|
8024
|
+
iconPosition = 'left'
|
|
7736
8025
|
} = _ref;
|
|
7737
8026
|
// If there's no active tab (e.g., tabs array is empty), render nothing or a placeholder
|
|
7738
8027
|
if (!activeTab) {
|
|
@@ -7765,7 +8054,10 @@ var TabsView = _ref => {
|
|
|
7765
8054
|
// Example: Set variant based on active state (can be overridden by styles)
|
|
7766
8055
|
variant: isActive ? 'filled' : 'ghost',
|
|
7767
8056
|
cursor: "pointer" // Ensure pointer cursor
|
|
7768
|
-
|
|
8057
|
+
,
|
|
8058
|
+
iconPosition: iconPosition,
|
|
8059
|
+
icon: tab.icon
|
|
8060
|
+
}), /*#__PURE__*/React.createElement(Text
|
|
7769
8061
|
// Apply base title styles and merge activeText styles if this tab is active
|
|
7770
8062
|
, Object.assign({}, views.title, isActive ? views.activeText : {}), tab.title));
|
|
7771
8063
|
})), /*#__PURE__*/React.createElement(View, Object.assign({
|
|
@@ -8143,5 +8435,5 @@ var DragAndDropComponent = props => {
|
|
|
8143
8435
|
};
|
|
8144
8436
|
var DragAndDrop = DragAndDropComponent;
|
|
8145
8437
|
|
|
8146
|
-
export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CenterBase, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, DatePicker, DownloadIcon, DragAndDrop, DragAndDropComponent, DragHandleIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FacebookIcon, FileIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, HorizontalBase, Icon, ImageIcon, InfoIcon, Inline, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, PanelIcon, Password, PauseIcon, PlayIcon, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, SaveIcon, SearchIcon, Select, SettingsIcon, ShareIcon, SpinnerIcon, StarIcon, SuccessIcon, Switch, Table, Tabs, Text, TextArea, TextField, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitchIcon, TwitterIcon, UnLikeIcon, UnlockIcon, UploadIcon, Uploader, Vertical, VerticalBase, VideoIcon, View, WarningIcon, WifiIcon, XIcon, YoutubeIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
|
|
8438
|
+
export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CenterBase, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, CropIcon, DatePicker, DownloadIcon, DragAndDrop, DragAndDropComponent, DragHandleIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FacebookIcon, FileIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, HorizontalBase, Icon, ImageIcon, InfoIcon, Inline, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, PanelIcon, Password, PauseIcon, PlayIcon, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, RotateIcon, SaveIcon, SearchIcon, Select, SettingsIcon, ShapeIcon, ShareIcon, SliderIcon, SliderVerticalIcon, SpinnerIcon, StarIcon, SuccessIcon, Switch, Table, Tabs, Text, TextArea, TextField, TextIcon, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitchIcon, TwitterIcon, UnLikeIcon, UnlockIcon, UploadIcon, Uploader, Vertical, VerticalBase, VideoIcon, View, WarningIcon, WifiIcon, XIcon, YoutubeIcon, ZoomInIcon, ZoomOutIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
|
|
8147
8439
|
//# sourceMappingURL=web.esm.js.map
|