@app-studio/web 0.8.67 → 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.
@@ -12,8 +12,8 @@ var appStudio = require('app-studio');
12
12
  require('core-js/modules/es.array.iterator.js');
13
13
  require('core-js/modules/es.parse-float.js');
14
14
  require('core-js/modules/web.dom-collections.iterator.js');
15
- var reactRouterDom = require('react-router-dom');
16
15
  require('core-js/modules/es.array.includes.js');
16
+ var reactRouterDom = require('react-router-dom');
17
17
  require('core-js/modules/es.string.includes.js');
18
18
  require('core-js/modules/es.string.starts-with.js');
19
19
  var format = _interopDefault(require('date-fns/format'));
@@ -269,7 +269,7 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
269
269
  _excluded34 = ["widthHeight", "color", "strokeWidth", "filled"],
270
270
  _excluded35 = ["widthHeight", "color", "filled", "strokeWidth"],
271
271
  _excluded36 = ["widthHeight", "color", "strokeWidth", "filled"],
272
- _excluded37 = ["widthHeight", "color", "filled", "strokeWidth"],
272
+ _excluded37 = ["widthHeight", "color", "strokeWidth", "filled"],
273
273
  _excluded38 = ["widthHeight", "color", "filled", "strokeWidth"],
274
274
  _excluded39 = ["widthHeight", "color", "filled", "strokeWidth"],
275
275
  _excluded40 = ["widthHeight", "color", "filled", "strokeWidth"],
@@ -281,9 +281,9 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
281
281
  _excluded46 = ["widthHeight", "color", "filled", "strokeWidth"],
282
282
  _excluded47 = ["widthHeight", "color", "filled", "strokeWidth"],
283
283
  _excluded48 = ["widthHeight", "color", "filled", "strokeWidth"],
284
- _excluded49 = ["widthHeight", "color", "strokeWidth", "filled"],
284
+ _excluded49 = ["widthHeight", "color", "filled", "strokeWidth"],
285
285
  _excluded50 = ["widthHeight", "color", "strokeWidth", "filled"],
286
- _excluded51 = ["widthHeight", "color", "filled", "strokeWidth"],
286
+ _excluded51 = ["widthHeight", "color", "strokeWidth", "filled"],
287
287
  _excluded52 = ["widthHeight", "color", "filled", "strokeWidth"],
288
288
  _excluded53 = ["widthHeight", "color", "filled", "strokeWidth"],
289
289
  _excluded54 = ["widthHeight", "color", "filled", "strokeWidth"],
@@ -296,7 +296,15 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
296
296
  _excluded61 = ["widthHeight", "color", "filled", "strokeWidth"],
297
297
  _excluded62 = ["widthHeight", "color", "filled", "strokeWidth"],
298
298
  _excluded63 = ["widthHeight", "color", "filled", "strokeWidth"],
299
- _excluded64 = ["widthHeight", "color", "strokeWidth", "filled"];
299
+ _excluded64 = ["widthHeight", "color", "filled", "strokeWidth"],
300
+ _excluded65 = ["widthHeight", "color", "strokeWidth", "filled"],
301
+ _excluded66 = ["widthHeight", "color", "strokeWidth", "filled"],
302
+ _excluded67 = ["widthHeight", "color", "strokeWidth", "filled"],
303
+ _excluded68 = ["widthHeight", "color", "strokeWidth", "filled"],
304
+ _excluded69 = ["widthHeight", "color", "strokeWidth", "filled"],
305
+ _excluded70 = ["widthHeight", "color", "strokeWidth", "filled"],
306
+ _excluded71 = ["widthHeight", "color", "strokeWidth", "filled"],
307
+ _excluded72 = ["widthHeight", "color", "strokeWidth", "filled"];
300
308
  // Default wrapper component for consistent sizing and styling
301
309
  var IconWrapper = _ref => {
302
310
  var {
@@ -1184,7 +1192,7 @@ var PrintIcon = _ref35 => {
1184
1192
  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"
1185
1193
  })));
1186
1194
  };
1187
- var PanelIcon = _ref36 => {
1195
+ var SliderVerticalIcon = _ref36 => {
1188
1196
  var {
1189
1197
  widthHeight = 24,
1190
1198
  color = 'currentColor',
@@ -1255,12 +1263,12 @@ var PanelIcon = _ref36 => {
1255
1263
  y2: "16"
1256
1264
  })));
1257
1265
  };
1258
- var FilterIcon = _ref37 => {
1266
+ var PanelIcon = _ref37 => {
1259
1267
  var {
1260
1268
  widthHeight = 24,
1261
1269
  color = 'currentColor',
1262
- filled = false,
1263
- strokeWidth = 1
1270
+ strokeWidth = 1,
1271
+ filled = false
1264
1272
  } = _ref37,
1265
1273
  props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1266
1274
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -1270,15 +1278,39 @@ var FilterIcon = _ref37 => {
1270
1278
  viewBox: "0 0 24 24",
1271
1279
  "aria-hidden": "false",
1272
1280
  focusable: "false"
1273
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1274
- d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
1281
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
1282
+ x: "3",
1283
+ y: "3",
1284
+ width: "18",
1285
+ height: "18",
1286
+ rx: "2"
1287
+ }), /*#__PURE__*/React__default.createElement("line", {
1288
+ x1: "9",
1289
+ y1: "3",
1290
+ x2: "9",
1291
+ y2: "21"
1292
+ }), /*#__PURE__*/React__default.createElement("line", {
1293
+ x1: "12",
1294
+ y1: "7",
1295
+ x2: "17",
1296
+ y2: "7"
1297
+ }), /*#__PURE__*/React__default.createElement("line", {
1298
+ x1: "12",
1299
+ y1: "11",
1300
+ x2: "17",
1301
+ y2: "11"
1302
+ }), /*#__PURE__*/React__default.createElement("line", {
1303
+ x1: "12",
1304
+ y1: "15",
1305
+ x2: "17",
1306
+ y2: "15"
1275
1307
  })));
1276
1308
  };
1277
- var HomeIcon = _ref38 => {
1309
+ var FilterIcon = _ref38 => {
1278
1310
  var {
1279
1311
  widthHeight = 24,
1280
1312
  color = 'currentColor',
1281
- filled = true,
1313
+ filled = false,
1282
1314
  strokeWidth = 1
1283
1315
  } = _ref38,
1284
1316
  props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
@@ -1290,10 +1322,10 @@ var HomeIcon = _ref38 => {
1290
1322
  "aria-hidden": "false",
1291
1323
  focusable: "false"
1292
1324
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1293
- d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
1325
+ d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
1294
1326
  })));
1295
1327
  };
1296
- var LocationIcon = _ref39 => {
1328
+ var HomeIcon = _ref39 => {
1297
1329
  var {
1298
1330
  widthHeight = 24,
1299
1331
  color = 'currentColor',
@@ -1309,14 +1341,14 @@ var LocationIcon = _ref39 => {
1309
1341
  "aria-hidden": "false",
1310
1342
  focusable: "false"
1311
1343
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1312
- 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"
1344
+ d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
1313
1345
  })));
1314
1346
  };
1315
- var LockIcon = _ref40 => {
1347
+ var LocationIcon = _ref40 => {
1316
1348
  var {
1317
1349
  widthHeight = 24,
1318
1350
  color = 'currentColor',
1319
- filled = false,
1351
+ filled = true,
1320
1352
  strokeWidth = 1
1321
1353
  } = _ref40,
1322
1354
  props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
@@ -1327,6 +1359,25 @@ var LockIcon = _ref40 => {
1327
1359
  viewBox: "0 0 24 24",
1328
1360
  "aria-hidden": "false",
1329
1361
  focusable: "false"
1362
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1363
+ 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"
1364
+ })));
1365
+ };
1366
+ var LockIcon = _ref41 => {
1367
+ var {
1368
+ widthHeight = 24,
1369
+ color = 'currentColor',
1370
+ filled = false,
1371
+ strokeWidth = 1
1372
+ } = _ref41,
1373
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1374
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1375
+ widthHeight: widthHeight,
1376
+ color: color
1377
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1378
+ viewBox: "0 0 24 24",
1379
+ "aria-hidden": "false",
1380
+ focusable: "false"
1330
1381
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
1331
1382
  x: "3",
1332
1383
  y: "11",
@@ -1338,14 +1389,14 @@ var LockIcon = _ref40 => {
1338
1389
  d: "M7 11V7a5 5 0 0 1 10 0v4"
1339
1390
  })));
1340
1391
  };
1341
- var MicrophoneIcon = _ref41 => {
1392
+ var MicrophoneIcon = _ref42 => {
1342
1393
  var {
1343
1394
  widthHeight = 24,
1344
1395
  color = 'currentColor',
1345
1396
  filled = false,
1346
1397
  strokeWidth = 1
1347
- } = _ref41,
1348
- props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1398
+ } = _ref42,
1399
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1349
1400
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1350
1401
  widthHeight: widthHeight,
1351
1402
  color: color
@@ -1371,14 +1422,14 @@ var MicrophoneIcon = _ref41 => {
1371
1422
  y2: "23"
1372
1423
  })));
1373
1424
  };
1374
- var MoonIcon = _ref42 => {
1425
+ var MoonIcon = _ref43 => {
1375
1426
  var {
1376
1427
  widthHeight = 24,
1377
1428
  color = 'currentColor',
1378
1429
  filled = true,
1379
1430
  strokeWidth = 1
1380
- } = _ref42,
1381
- props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1431
+ } = _ref43,
1432
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1382
1433
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1383
1434
  widthHeight: widthHeight,
1384
1435
  color: color
@@ -1390,14 +1441,14 @@ var MoonIcon = _ref42 => {
1390
1441
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
1391
1442
  })));
1392
1443
  };
1393
- var NotificationIcon = _ref43 => {
1444
+ var NotificationIcon = _ref44 => {
1394
1445
  var {
1395
1446
  widthHeight = 24,
1396
1447
  color = 'currentColor',
1397
1448
  filled = false,
1398
1449
  strokeWidth = 1
1399
- } = _ref43,
1400
- props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1450
+ } = _ref44,
1451
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1401
1452
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1402
1453
  widthHeight: widthHeight,
1403
1454
  color: color
@@ -1411,14 +1462,14 @@ var NotificationIcon = _ref43 => {
1411
1462
  d: "M13.73 21a2 2 0 0 1-3.46 0"
1412
1463
  })));
1413
1464
  };
1414
- var OpenEyeIcon = _ref44 => {
1465
+ var OpenEyeIcon = _ref45 => {
1415
1466
  var {
1416
1467
  widthHeight = 24,
1417
1468
  color = 'currentColor',
1418
1469
  filled = true,
1419
1470
  strokeWidth = 1
1420
- } = _ref44,
1421
- props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1471
+ } = _ref45,
1472
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1422
1473
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1423
1474
  widthHeight: widthHeight,
1424
1475
  color: color
@@ -1430,14 +1481,14 @@ var OpenEyeIcon = _ref44 => {
1430
1481
  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"
1431
1482
  })));
1432
1483
  };
1433
- var ProfileIcon = _ref45 => {
1484
+ var ProfileIcon = _ref46 => {
1434
1485
  var {
1435
1486
  widthHeight = 24,
1436
1487
  color = 'currentColor',
1437
1488
  filled = true,
1438
1489
  strokeWidth = 1
1439
- } = _ref45,
1440
- props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1490
+ } = _ref46,
1491
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1441
1492
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1442
1493
  widthHeight: widthHeight,
1443
1494
  color: color
@@ -1450,14 +1501,14 @@ var ProfileIcon = _ref45 => {
1450
1501
  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"
1451
1502
  }), ' '));
1452
1503
  };
1453
- var SettingsIcon = _ref46 => {
1504
+ var SettingsIcon = _ref47 => {
1454
1505
  var {
1455
1506
  widthHeight = 24,
1456
1507
  color = 'currentColor',
1457
1508
  filled = false,
1458
1509
  strokeWidth = 1
1459
- } = _ref46,
1460
- props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1510
+ } = _ref47,
1511
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1461
1512
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1462
1513
  widthHeight: widthHeight,
1463
1514
  color: color
@@ -1469,14 +1520,14 @@ var SettingsIcon = _ref46 => {
1469
1520
  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"
1470
1521
  })));
1471
1522
  };
1472
- var SuccessIcon = _ref47 => {
1523
+ var SuccessIcon = _ref48 => {
1473
1524
  var {
1474
1525
  widthHeight = 24,
1475
1526
  color = 'currentColor',
1476
1527
  filled = true,
1477
1528
  strokeWidth = 1
1478
- } = _ref47,
1479
- props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1529
+ } = _ref48,
1530
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1480
1531
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1481
1532
  widthHeight: widthHeight,
1482
1533
  color: color
@@ -1488,14 +1539,14 @@ var SuccessIcon = _ref47 => {
1488
1539
  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"
1489
1540
  })));
1490
1541
  };
1491
- var UnLikeIcon = _ref48 => {
1542
+ var UnLikeIcon = _ref49 => {
1492
1543
  var {
1493
1544
  widthHeight = 24,
1494
1545
  color = 'currentColor',
1495
1546
  filled = true,
1496
1547
  strokeWidth = 1
1497
- } = _ref48,
1498
- props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1548
+ } = _ref49,
1549
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1499
1550
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1500
1551
  widthHeight: widthHeight,
1501
1552
  color: color
@@ -1507,14 +1558,14 @@ var UnLikeIcon = _ref48 => {
1507
1558
  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"
1508
1559
  })));
1509
1560
  };
1510
- var ClockIcon = _ref49 => {
1561
+ var ClockIcon = _ref50 => {
1511
1562
  var {
1512
1563
  widthHeight = 24,
1513
1564
  color = 'currentColor',
1514
1565
  strokeWidth = 1,
1515
1566
  filled = false
1516
- } = _ref49,
1517
- props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1567
+ } = _ref50,
1568
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1518
1569
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1519
1570
  widthHeight: widthHeight,
1520
1571
  color: color
@@ -1530,14 +1581,14 @@ var ClockIcon = _ref49 => {
1530
1581
  points: "12 6 12 12 16 14"
1531
1582
  })));
1532
1583
  };
1533
- var CameraIcon = _ref50 => {
1584
+ var CameraIcon = _ref51 => {
1534
1585
  var {
1535
1586
  widthHeight = 24,
1536
1587
  color = 'currentColor',
1537
1588
  strokeWidth = 1,
1538
1589
  filled = false
1539
- } = _ref50,
1540
- props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1590
+ } = _ref51,
1591
+ props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1541
1592
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1542
1593
  widthHeight: widthHeight,
1543
1594
  color: color
@@ -1553,14 +1604,14 @@ var CameraIcon = _ref50 => {
1553
1604
  r: "4"
1554
1605
  })));
1555
1606
  };
1556
- var BluetoothIcon = _ref51 => {
1607
+ var BluetoothIcon = _ref52 => {
1557
1608
  var {
1558
1609
  widthHeight = 24,
1559
1610
  color = 'currentColor',
1560
1611
  filled = true,
1561
1612
  strokeWidth = 1
1562
- } = _ref51,
1563
- props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1613
+ } = _ref52,
1614
+ props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1564
1615
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1565
1616
  widthHeight: widthHeight,
1566
1617
  color: color
@@ -1572,14 +1623,14 @@ var BluetoothIcon = _ref51 => {
1572
1623
  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"
1573
1624
  })));
1574
1625
  };
1575
- var LikeIcon = _ref52 => {
1626
+ var LikeIcon = _ref53 => {
1576
1627
  var {
1577
1628
  widthHeight = 24,
1578
1629
  color = 'currentColor',
1579
1630
  filled = true,
1580
1631
  strokeWidth = 1
1581
- } = _ref52,
1582
- props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1632
+ } = _ref53,
1633
+ props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1583
1634
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1584
1635
  widthHeight: widthHeight,
1585
1636
  color: color
@@ -1591,14 +1642,14 @@ var LikeIcon = _ref52 => {
1591
1642
  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"
1592
1643
  })));
1593
1644
  };
1594
- var UnlockIcon = _ref53 => {
1645
+ var UnlockIcon = _ref54 => {
1595
1646
  var {
1596
1647
  widthHeight = 24,
1597
1648
  color = 'currentColor',
1598
1649
  filled = false,
1599
1650
  strokeWidth = 1
1600
- } = _ref53,
1601
- props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1651
+ } = _ref54,
1652
+ props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1602
1653
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1603
1654
  widthHeight: widthHeight,
1604
1655
  color: color
@@ -1617,14 +1668,14 @@ var UnlockIcon = _ref53 => {
1617
1668
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1618
1669
  })));
1619
1670
  };
1620
- var WifiIcon = _ref54 => {
1671
+ var WifiIcon = _ref55 => {
1621
1672
  var {
1622
1673
  widthHeight = 24,
1623
1674
  color = 'currentColor',
1624
1675
  filled = false,
1625
1676
  strokeWidth = 1
1626
- } = _ref54,
1627
- props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1677
+ } = _ref55,
1678
+ props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1628
1679
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1629
1680
  widthHeight: widthHeight,
1630
1681
  color: color
@@ -1636,14 +1687,14 @@ var WifiIcon = _ref54 => {
1636
1687
  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"
1637
1688
  })));
1638
1689
  };
1639
- var UploadIcon = _ref55 => {
1690
+ var UploadIcon = _ref56 => {
1640
1691
  var {
1641
1692
  widthHeight = 24,
1642
1693
  color = 'currentColor',
1643
1694
  filled = false,
1644
1695
  strokeWidth = 1
1645
- } = _ref55,
1646
- props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1696
+ } = _ref56,
1697
+ props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
1647
1698
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1648
1699
  widthHeight: widthHeight,
1649
1700
  color: color
@@ -1659,14 +1710,14 @@ var UploadIcon = _ref55 => {
1659
1710
  d: "M12 12l0 9"
1660
1711
  })));
1661
1712
  };
1662
- var SearchIcon = _ref56 => {
1713
+ var SearchIcon = _ref57 => {
1663
1714
  var {
1664
1715
  widthHeight = 24,
1665
1716
  color = 'currentColor',
1666
1717
  filled = true,
1667
1718
  strokeWidth = 1
1668
- } = _ref56,
1669
- props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
1719
+ } = _ref57,
1720
+ props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
1670
1721
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1671
1722
  widthHeight: widthHeight,
1672
1723
  color: color
@@ -1678,14 +1729,14 @@ var SearchIcon = _ref56 => {
1678
1729
  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"
1679
1730
  })));
1680
1731
  };
1681
- var CloseEyeIcon = _ref57 => {
1732
+ var CloseEyeIcon = _ref58 => {
1682
1733
  var {
1683
1734
  widthHeight = 24,
1684
1735
  color = 'currentColor',
1685
1736
  filled = true,
1686
1737
  strokeWidth = 1
1687
- } = _ref57,
1688
- props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
1738
+ } = _ref58,
1739
+ props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
1689
1740
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1690
1741
  widthHeight: widthHeight,
1691
1742
  color: color
@@ -1698,14 +1749,14 @@ var CloseEyeIcon = _ref57 => {
1698
1749
  fill: "currentColor"
1699
1750
  })));
1700
1751
  };
1701
- var ExternalLinkIcon = _ref58 => {
1752
+ var ExternalLinkIcon = _ref59 => {
1702
1753
  var {
1703
1754
  widthHeight = 24,
1704
1755
  color = 'currentColor',
1705
1756
  filled = true,
1706
1757
  strokeWidth = 1
1707
- } = _ref58,
1708
- props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
1758
+ } = _ref59,
1759
+ props = _objectWithoutPropertiesLoose(_ref59, _excluded59);
1709
1760
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1710
1761
  widthHeight: widthHeight,
1711
1762
  color: color
@@ -1717,14 +1768,14 @@ var ExternalLinkIcon = _ref58 => {
1717
1768
  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"
1718
1769
  })));
1719
1770
  };
1720
- var PlusIcon = _ref59 => {
1771
+ var PlusIcon = _ref60 => {
1721
1772
  var {
1722
1773
  widthHeight = 24,
1723
1774
  color = 'currentColor',
1724
1775
  filled = false,
1725
1776
  strokeWidth = 1
1726
- } = _ref59,
1727
- props = _objectWithoutPropertiesLoose(_ref59, _excluded59);
1777
+ } = _ref60,
1778
+ props = _objectWithoutPropertiesLoose(_ref60, _excluded60);
1728
1779
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1729
1780
  widthHeight: widthHeight,
1730
1781
  color: color
@@ -1746,14 +1797,14 @@ var PlusIcon = _ref59 => {
1746
1797
  y2: "12"
1747
1798
  })));
1748
1799
  };
1749
- var TickIcon = _ref60 => {
1800
+ var TickIcon = _ref61 => {
1750
1801
  var {
1751
1802
  widthHeight = 24,
1752
1803
  color = 'currentColor',
1753
1804
  filled = false,
1754
1805
  strokeWidth = 1
1755
- } = _ref60,
1756
- props = _objectWithoutPropertiesLoose(_ref60, _excluded60);
1806
+ } = _ref61,
1807
+ props = _objectWithoutPropertiesLoose(_ref61, _excluded61);
1757
1808
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1758
1809
  widthHeight: widthHeight,
1759
1810
  color: color
@@ -1767,14 +1818,14 @@ var TickIcon = _ref60 => {
1767
1818
  strokeLinejoin: "round"
1768
1819
  })));
1769
1820
  };
1770
- var BoldArrowIcon = _ref61 => {
1821
+ var BoldArrowIcon = _ref62 => {
1771
1822
  var {
1772
1823
  widthHeight = 24,
1773
1824
  color = 'currentColor',
1774
1825
  filled = true,
1775
1826
  strokeWidth = 1
1776
- } = _ref61,
1777
- props = _objectWithoutPropertiesLoose(_ref61, _excluded61);
1827
+ } = _ref62,
1828
+ props = _objectWithoutPropertiesLoose(_ref62, _excluded62);
1778
1829
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1779
1830
  widthHeight: widthHeight,
1780
1831
  color: color
@@ -1786,14 +1837,14 @@ var BoldArrowIcon = _ref61 => {
1786
1837
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1787
1838
  })));
1788
1839
  };
1789
- var ArrowIcon = _ref62 => {
1840
+ var ArrowIcon = _ref63 => {
1790
1841
  var {
1791
1842
  widthHeight = 24,
1792
1843
  color = 'currentColor',
1793
1844
  filled = false,
1794
1845
  strokeWidth = 1
1795
- } = _ref62,
1796
- props = _objectWithoutPropertiesLoose(_ref62, _excluded62);
1846
+ } = _ref63,
1847
+ props = _objectWithoutPropertiesLoose(_ref63, _excluded63);
1797
1848
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1798
1849
  widthHeight: widthHeight,
1799
1850
  color: color
@@ -1811,14 +1862,14 @@ var ArrowIcon = _ref62 => {
1811
1862
  points: "6 12 12 6 18 12"
1812
1863
  })));
1813
1864
  };
1814
- var SpinnerIcon = _ref63 => {
1865
+ var SpinnerIcon = _ref64 => {
1815
1866
  var {
1816
1867
  widthHeight = 24,
1817
1868
  color = 'currentColor',
1818
1869
  filled = false,
1819
1870
  strokeWidth = 1
1820
- } = _ref63,
1821
- props = _objectWithoutPropertiesLoose(_ref63, _excluded63);
1871
+ } = _ref64,
1872
+ props = _objectWithoutPropertiesLoose(_ref64, _excluded64);
1822
1873
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1823
1874
  widthHeight: widthHeight,
1824
1875
  color: color
@@ -1836,14 +1887,14 @@ var SpinnerIcon = _ref63 => {
1836
1887
  strokeOpacity: "1"
1837
1888
  })));
1838
1889
  };
1839
- var CalendarIcon = _ref64 => {
1890
+ var CalendarIcon = _ref65 => {
1840
1891
  var {
1841
1892
  widthHeight = 24,
1842
1893
  color = 'currentColor',
1843
1894
  strokeWidth = 1,
1844
1895
  filled = false
1845
- } = _ref64,
1846
- props = _objectWithoutPropertiesLoose(_ref64, _excluded64);
1896
+ } = _ref65,
1897
+ props = _objectWithoutPropertiesLoose(_ref65, _excluded65);
1847
1898
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1848
1899
  widthHeight: widthHeight,
1849
1900
  color: color
@@ -1878,6 +1929,237 @@ var CalendarIcon = _ref64 => {
1878
1929
  y2: "10"
1879
1930
  })));
1880
1931
  };
1932
+ var SliderIcon = _ref66 => {
1933
+ var {
1934
+ widthHeight = 24,
1935
+ color = 'currentColor',
1936
+ strokeWidth = 1,
1937
+ filled = false
1938
+ } = _ref66,
1939
+ props = _objectWithoutPropertiesLoose(_ref66, _excluded66);
1940
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1941
+ widthHeight: widthHeight,
1942
+ color: color
1943
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1944
+ viewBox: "0 0 24 24",
1945
+ "aria-hidden": "false",
1946
+ focusable: "false"
1947
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1948
+ x1: "3",
1949
+ y1: "4",
1950
+ x2: "10",
1951
+ y2: "4"
1952
+ }), /*#__PURE__*/React__default.createElement("line", {
1953
+ x1: "14",
1954
+ y1: "4",
1955
+ x2: "21",
1956
+ y2: "4"
1957
+ }), /*#__PURE__*/React__default.createElement("line", {
1958
+ x1: "3",
1959
+ y1: "12",
1960
+ x2: "12",
1961
+ y2: "12"
1962
+ }), /*#__PURE__*/React__default.createElement("line", {
1963
+ x1: "16",
1964
+ y1: "12",
1965
+ x2: "21",
1966
+ y2: "12"
1967
+ }), /*#__PURE__*/React__default.createElement("line", {
1968
+ x1: "3",
1969
+ y1: "20",
1970
+ x2: "8",
1971
+ y2: "20"
1972
+ }), /*#__PURE__*/React__default.createElement("line", {
1973
+ x1: "12",
1974
+ y1: "20",
1975
+ x2: "21",
1976
+ y2: "20"
1977
+ }), /*#__PURE__*/React__default.createElement("line", {
1978
+ x1: "10",
1979
+ y1: "1",
1980
+ x2: "10",
1981
+ y2: "7"
1982
+ }), /*#__PURE__*/React__default.createElement("line", {
1983
+ x1: "16",
1984
+ y1: "9",
1985
+ x2: "16",
1986
+ y2: "15"
1987
+ }), /*#__PURE__*/React__default.createElement("line", {
1988
+ x1: "8",
1989
+ y1: "17",
1990
+ x2: "8",
1991
+ y2: "23"
1992
+ })));
1993
+ };
1994
+ var CropIcon = _ref67 => {
1995
+ var {
1996
+ widthHeight = 24,
1997
+ color = 'currentColor',
1998
+ strokeWidth = 1,
1999
+ filled = false
2000
+ } = _ref67,
2001
+ props = _objectWithoutPropertiesLoose(_ref67, _excluded67);
2002
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
2003
+ widthHeight: widthHeight,
2004
+ color: color
2005
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
2006
+ viewBox: "0 0 24 24",
2007
+ "aria-hidden": "false",
2008
+ focusable: "false"
2009
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
2010
+ d: "M6 2v14a2 2 0 0 0 2 2h14"
2011
+ }), /*#__PURE__*/React__default.createElement("path", {
2012
+ d: "M18 22V8a2 2 0 0 0-2-2H2"
2013
+ })));
2014
+ };
2015
+ var ZoomInIcon = _ref68 => {
2016
+ var {
2017
+ widthHeight = 24,
2018
+ color = 'currentColor',
2019
+ strokeWidth = 1,
2020
+ filled = false
2021
+ } = _ref68,
2022
+ props = _objectWithoutPropertiesLoose(_ref68, _excluded68);
2023
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
2024
+ widthHeight: widthHeight,
2025
+ color: color
2026
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
2027
+ viewBox: "0 0 24 24",
2028
+ "aria-hidden": "false",
2029
+ focusable: "false"
2030
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
2031
+ cx: "11",
2032
+ cy: "11",
2033
+ r: "8"
2034
+ }), /*#__PURE__*/React__default.createElement("line", {
2035
+ x1: "21",
2036
+ y1: "21",
2037
+ x2: "16.65",
2038
+ y2: "16.65"
2039
+ }), /*#__PURE__*/React__default.createElement("line", {
2040
+ x1: "11",
2041
+ y1: "8",
2042
+ x2: "11",
2043
+ y2: "14"
2044
+ }), /*#__PURE__*/React__default.createElement("line", {
2045
+ x1: "8",
2046
+ y1: "11",
2047
+ x2: "14",
2048
+ y2: "11"
2049
+ })));
2050
+ };
2051
+ var ZoomOutIcon = _ref69 => {
2052
+ var {
2053
+ widthHeight = 24,
2054
+ color = 'currentColor',
2055
+ strokeWidth = 1,
2056
+ filled = false
2057
+ } = _ref69,
2058
+ props = _objectWithoutPropertiesLoose(_ref69, _excluded69);
2059
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
2060
+ widthHeight: widthHeight,
2061
+ color: color
2062
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
2063
+ viewBox: "0 0 24 24",
2064
+ "aria-hidden": "false",
2065
+ focusable: "false"
2066
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
2067
+ cx: "11",
2068
+ cy: "11",
2069
+ r: "8"
2070
+ }), /*#__PURE__*/React__default.createElement("line", {
2071
+ x1: "21",
2072
+ y1: "21",
2073
+ x2: "16.65",
2074
+ y2: "16.65"
2075
+ }), /*#__PURE__*/React__default.createElement("line", {
2076
+ x1: "8",
2077
+ y1: "11",
2078
+ x2: "14",
2079
+ y2: "11"
2080
+ })));
2081
+ };
2082
+ var TextIcon = _ref70 => {
2083
+ var {
2084
+ widthHeight = 24,
2085
+ color = 'currentColor',
2086
+ strokeWidth = 1,
2087
+ filled = false
2088
+ } = _ref70,
2089
+ props = _objectWithoutPropertiesLoose(_ref70, _excluded70);
2090
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
2091
+ widthHeight: widthHeight,
2092
+ color: color
2093
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
2094
+ viewBox: "0 0 24 24",
2095
+ "aria-hidden": "false",
2096
+ focusable: "false"
2097
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
2098
+ x1: "4",
2099
+ y1: "6",
2100
+ x2: "20",
2101
+ y2: "6"
2102
+ }), /*#__PURE__*/React__default.createElement("line", {
2103
+ x1: "12",
2104
+ y1: "6",
2105
+ x2: "12",
2106
+ y2: "18"
2107
+ }), /*#__PURE__*/React__default.createElement("line", {
2108
+ x1: "8",
2109
+ y1: "18",
2110
+ x2: "16",
2111
+ y2: "18"
2112
+ })));
2113
+ };
2114
+ var ShapeIcon = _ref71 => {
2115
+ var {
2116
+ widthHeight = 24,
2117
+ color = 'currentColor',
2118
+ strokeWidth = 1,
2119
+ filled = false
2120
+ } = _ref71,
2121
+ props = _objectWithoutPropertiesLoose(_ref71, _excluded71);
2122
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
2123
+ widthHeight: widthHeight,
2124
+ color: color
2125
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
2126
+ viewBox: "0 0 24 24",
2127
+ "aria-hidden": "false",
2128
+ focusable: "false"
2129
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
2130
+ x: "4",
2131
+ y: "8",
2132
+ width: "8",
2133
+ height: "8"
2134
+ }), /*#__PURE__*/React__default.createElement("circle", {
2135
+ cx: "16",
2136
+ cy: "16",
2137
+ r: "4"
2138
+ }), /*#__PURE__*/React__default.createElement("polygon", {
2139
+ points: "16,4 19,8 13,8"
2140
+ })));
2141
+ };
2142
+ var RotateIcon = _ref72 => {
2143
+ var {
2144
+ widthHeight = 24,
2145
+ color = 'currentColor',
2146
+ strokeWidth = 1,
2147
+ filled = false
2148
+ } = _ref72,
2149
+ props = _objectWithoutPropertiesLoose(_ref72, _excluded72);
2150
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
2151
+ widthHeight: widthHeight,
2152
+ color: color
2153
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
2154
+ viewBox: "0 0 24 24",
2155
+ "aria-hidden": "false",
2156
+ focusable: "false"
2157
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polyline", {
2158
+ points: "1 4 1 10 7 10"
2159
+ }), /*#__PURE__*/React__default.createElement("path", {
2160
+ d: "M3.51 15a9 9 0 1 0 2.13-9.36L1 10"
2161
+ })));
2162
+ };
1881
2163
 
1882
2164
  var Icon = {
1883
2165
  __proto__: null,
@@ -1915,6 +2197,7 @@ var Icon = {
1915
2197
  ShareIcon: ShareIcon,
1916
2198
  RefreshIcon: RefreshIcon,
1917
2199
  PrintIcon: PrintIcon,
2200
+ SliderVerticalIcon: SliderVerticalIcon,
1918
2201
  PanelIcon: PanelIcon,
1919
2202
  FilterIcon: FilterIcon,
1920
2203
  HomeIcon: HomeIcon,
@@ -1943,7 +2226,14 @@ var Icon = {
1943
2226
  BoldArrowIcon: BoldArrowIcon,
1944
2227
  ArrowIcon: ArrowIcon,
1945
2228
  SpinnerIcon: SpinnerIcon,
1946
- CalendarIcon: CalendarIcon
2229
+ CalendarIcon: CalendarIcon,
2230
+ SliderIcon: SliderIcon,
2231
+ CropIcon: CropIcon,
2232
+ ZoomInIcon: ZoomInIcon,
2233
+ ZoomOutIcon: ZoomOutIcon,
2234
+ TextIcon: TextIcon,
2235
+ ShapeIcon: ShapeIcon,
2236
+ RotateIcon: RotateIcon
1947
2237
  };
1948
2238
 
1949
2239
  // Define a constant object 'Themes' exporting various theme views.
@@ -2800,13 +3090,11 @@ var ButtonView = _ref => {
2800
3090
  width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
2801
3091
  };
2802
3092
  var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
2803
- var content = /*#__PURE__*/React__default.createElement(Horizontal, Object.assign({
2804
- gap: 10
2805
- }, views == null ? void 0 : views.horizontal), isLoading && loaderPosition === 'left' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)), icon && iconPosition === 'left' && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, isHovered ? {
2806
- animate: appStudio.Animation.jackInTheBox({})
2807
- } : {}), icon)), children, icon && iconPosition === 'right' && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, isHovered ? {
2808
- animate: appStudio.Animation.jackInTheBox({})
2809
- } : {}), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)));
3093
+ var Container = ['left', 'right'].includes(iconPosition) ? Horizontal : appStudio.Vertical;
3094
+ var content = /*#__PURE__*/React__default.createElement(Container, Object.assign({
3095
+ gap: 10,
3096
+ alignItems: "center"
3097
+ }, views == null ? void 0 : views.container), isLoading && loaderPosition === 'left' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)), icon && ['left', 'top'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, views == null ? void 0 : views.icon), icon)), children, icon && ['right', 'bottom'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, views == null ? void 0 : views.icon), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)));
2810
3098
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
2811
3099
  gap: 8,
2812
3100
  as: "button",
@@ -7739,7 +8027,8 @@ var TabsView = _ref => {
7739
8027
  views = {},
7740
8028
  // Default to empty object
7741
8029
  renderTab,
7742
- renderContent
8030
+ renderContent,
8031
+ iconPosition = 'left'
7743
8032
  } = _ref;
7744
8033
  // If there's no active tab (e.g., tabs array is empty), render nothing or a placeholder
7745
8034
  if (!activeTab) {
@@ -7772,7 +8061,10 @@ var TabsView = _ref => {
7772
8061
  // Example: Set variant based on active state (can be overridden by styles)
7773
8062
  variant: isActive ? 'filled' : 'ghost',
7774
8063
  cursor: "pointer" // Ensure pointer cursor
7775
- }), tab.icon, /*#__PURE__*/React__default.createElement(Text
8064
+ ,
8065
+ iconPosition: iconPosition,
8066
+ icon: tab.icon
8067
+ }), /*#__PURE__*/React__default.createElement(Text
7776
8068
  // Apply base title styles and merge activeText styles if this tab is active
7777
8069
  , Object.assign({}, views.title, isActive ? views.activeText : {}), tab.title));
7778
8070
  })), /*#__PURE__*/React__default.createElement(View, Object.assign({
@@ -8174,6 +8466,7 @@ exports.CloudIcon = CloudIcon;
8174
8466
  exports.ComboBox = ComboBox;
8175
8467
  exports.CopyIcon = CopyIcon;
8176
8468
  exports.CountryPicker = CountryPicker;
8469
+ exports.CropIcon = CropIcon;
8177
8470
  exports.DatePicker = DatePicker;
8178
8471
  exports.DownloadIcon = DownloadIcon;
8179
8472
  exports.DragAndDrop = DragAndDrop;
@@ -8232,11 +8525,15 @@ exports.PrintIcon = PrintIcon;
8232
8525
  exports.ProfileIcon = ProfileIcon;
8233
8526
  exports.RefreshIcon = RefreshIcon;
8234
8527
  exports.Right = Right;
8528
+ exports.RotateIcon = RotateIcon;
8235
8529
  exports.SaveIcon = SaveIcon;
8236
8530
  exports.SearchIcon = SearchIcon;
8237
8531
  exports.Select = Select;
8238
8532
  exports.SettingsIcon = SettingsIcon;
8533
+ exports.ShapeIcon = ShapeIcon;
8239
8534
  exports.ShareIcon = ShareIcon;
8535
+ exports.SliderIcon = SliderIcon;
8536
+ exports.SliderVerticalIcon = SliderVerticalIcon;
8240
8537
  exports.SpinnerIcon = SpinnerIcon;
8241
8538
  exports.StarIcon = StarIcon;
8242
8539
  exports.SuccessIcon = SuccessIcon;
@@ -8246,6 +8543,7 @@ exports.Tabs = Tabs;
8246
8543
  exports.Text = Text;
8247
8544
  exports.TextArea = TextArea;
8248
8545
  exports.TextField = TextField;
8546
+ exports.TextIcon = TextIcon;
8249
8547
  exports.ThreadsIcon = ThreadsIcon;
8250
8548
  exports.TickIcon = TickIcon;
8251
8549
  exports.Toggle = Toggle;
@@ -8265,6 +8563,8 @@ exports.WarningIcon = WarningIcon;
8265
8563
  exports.WifiIcon = WifiIcon;
8266
8564
  exports.XIcon = XIcon;
8267
8565
  exports.YoutubeIcon = YoutubeIcon;
8566
+ exports.ZoomInIcon = ZoomInIcon;
8567
+ exports.ZoomOutIcon = ZoomOutIcon;
8268
8568
  exports.hideMessage = hideMessage;
8269
8569
  exports.hideModal = hideModal;
8270
8570
  exports.showMessage = showMessage;