@biela.dev/devices 1.6.2 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkFOTZN6UL_cjs = require('./chunk-FOTZN6UL.cjs');
4
- var chunkHF6B72Z5_cjs = require('./chunk-HF6B72Z5.cjs');
3
+ var chunkLZQCJZIQ_cjs = require('./chunk-LZQCJZIQ.cjs');
4
+ var chunkDYKZBZRY_cjs = require('./chunk-DYKZBZRY.cjs');
5
5
 
6
6
  // src/custom/device-registry.ts
7
7
  var STORAGE_KEY = "bielaframe-custom-devices";
@@ -135,33 +135,33 @@ function resetDeviceRegistry() {
135
135
  // src/registry.ts
136
136
  var BUILTIN_DEVICES = {
137
137
  // iPhone (latest gen per screen class)
138
- "iphone-17-pro-max": chunkHF6B72Z5_cjs.IPHONE_17_PRO_MAX_META,
139
- "iphone-17-pro": chunkHF6B72Z5_cjs.IPHONE_17_PRO_META,
140
- "iphone-air": chunkHF6B72Z5_cjs.IPHONE_AIR_META,
141
- "iphone-16": chunkHF6B72Z5_cjs.IPHONE_16_META,
142
- "iphone-16e": chunkHF6B72Z5_cjs.IPHONE_16E_META,
143
- "iphone-se-3": chunkHF6B72Z5_cjs.IPHONE_SE_3_META,
138
+ "iphone-17-pro-max": chunkDYKZBZRY_cjs.IPHONE_17_PRO_MAX_META,
139
+ "iphone-17-pro": chunkDYKZBZRY_cjs.IPHONE_17_PRO_META,
140
+ "iphone-air": chunkDYKZBZRY_cjs.IPHONE_AIR_META,
141
+ "iphone-16": chunkDYKZBZRY_cjs.IPHONE_16_META,
142
+ "iphone-16e": chunkDYKZBZRY_cjs.IPHONE_16E_META,
143
+ "iphone-se-3": chunkDYKZBZRY_cjs.IPHONE_SE_3_META,
144
144
  // Android
145
- "galaxy-s25-ultra": chunkFOTZN6UL_cjs.GALAXY_S25_ULTRA_META,
146
- "galaxy-s25": chunkFOTZN6UL_cjs.GALAXY_S25_META,
147
- "galaxy-s25-edge": chunkFOTZN6UL_cjs.GALAXY_S25_EDGE_META,
148
- "pixel-9-pro-xl": chunkFOTZN6UL_cjs.PIXEL_9_PRO_XL_META,
149
- "pixel-9-pro": chunkFOTZN6UL_cjs.PIXEL_9_PRO_META
145
+ "galaxy-s25-ultra": chunkLZQCJZIQ_cjs.GALAXY_S25_ULTRA_META,
146
+ "galaxy-s25": chunkLZQCJZIQ_cjs.GALAXY_S25_META,
147
+ "galaxy-s25-edge": chunkLZQCJZIQ_cjs.GALAXY_S25_EDGE_META,
148
+ "pixel-9-pro-xl": chunkLZQCJZIQ_cjs.PIXEL_9_PRO_XL_META,
149
+ "pixel-9-pro": chunkLZQCJZIQ_cjs.PIXEL_9_PRO_META
150
150
  };
151
151
  var DEVICE_LAYOUTS = {
152
152
  // iPhone
153
- "iphone-17-pro-max": chunkHF6B72Z5_cjs.IPHONE_17_PRO_MAX_LAYOUT,
154
- "iphone-17-pro": chunkHF6B72Z5_cjs.IPHONE_17_PRO_LAYOUT,
155
- "iphone-air": chunkHF6B72Z5_cjs.IPHONE_AIR_LAYOUT,
156
- "iphone-16": chunkHF6B72Z5_cjs.IPHONE_16_LAYOUT,
157
- "iphone-16e": chunkHF6B72Z5_cjs.IPHONE_16E_LAYOUT,
158
- "iphone-se-3": chunkHF6B72Z5_cjs.IPHONE_SE_3_LAYOUT,
153
+ "iphone-17-pro-max": chunkDYKZBZRY_cjs.IPHONE_17_PRO_MAX_LAYOUT,
154
+ "iphone-17-pro": chunkDYKZBZRY_cjs.IPHONE_17_PRO_LAYOUT,
155
+ "iphone-air": chunkDYKZBZRY_cjs.IPHONE_AIR_LAYOUT,
156
+ "iphone-16": chunkDYKZBZRY_cjs.IPHONE_16_LAYOUT,
157
+ "iphone-16e": chunkDYKZBZRY_cjs.IPHONE_16E_LAYOUT,
158
+ "iphone-se-3": chunkDYKZBZRY_cjs.IPHONE_SE_3_LAYOUT,
159
159
  // Android
160
- "galaxy-s25-ultra": chunkFOTZN6UL_cjs.GALAXY_S25_ULTRA_LAYOUT,
161
- "galaxy-s25": chunkFOTZN6UL_cjs.GALAXY_S25_LAYOUT,
162
- "galaxy-s25-edge": chunkFOTZN6UL_cjs.GALAXY_S25_EDGE_LAYOUT,
163
- "pixel-9-pro-xl": chunkFOTZN6UL_cjs.PIXEL_9_PRO_XL_LAYOUT,
164
- "pixel-9-pro": chunkFOTZN6UL_cjs.PIXEL_9_PRO_LAYOUT
160
+ "galaxy-s25-ultra": chunkLZQCJZIQ_cjs.GALAXY_S25_ULTRA_LAYOUT,
161
+ "galaxy-s25": chunkLZQCJZIQ_cjs.GALAXY_S25_LAYOUT,
162
+ "galaxy-s25-edge": chunkLZQCJZIQ_cjs.GALAXY_S25_EDGE_LAYOUT,
163
+ "pixel-9-pro-xl": chunkLZQCJZIQ_cjs.PIXEL_9_PRO_XL_LAYOUT,
164
+ "pixel-9-pro": chunkLZQCJZIQ_cjs.PIXEL_9_PRO_LAYOUT
165
165
  };
166
166
  function getDeviceMetadata(deviceId) {
167
167
  const builtin = BUILTIN_DEVICES[deviceId];
@@ -713,6 +713,12 @@ function analyzeSVGGeometry(svgString) {
713
713
  id: null
714
714
  };
715
715
  }
716
+ if (screenRect) {
717
+ const maskScreen = findMaskBasedScreen(svgString, screenRect);
718
+ if (maskScreen) {
719
+ screenRect = maskScreen;
720
+ }
721
+ }
716
722
  const islandRect = findDynamicIsland(rects, screenRect);
717
723
  const sideButtons = findSideButtons(rects, phoneBody);
718
724
  const zones = [];
@@ -782,10 +788,10 @@ function findScreenArea(rects, phoneBody, svgW, svgH) {
782
788
  const area = r.width * r.height;
783
789
  if (area < bodyArea * 0.5) return false;
784
790
  if (area >= bodyArea * 0.98) return false;
785
- if (r.rx < 10) return false;
791
+ if (!phoneBody && r.rx < 10) return false;
786
792
  if (!r.fill || r.fill === "none") return false;
787
793
  if (r.fill.startsWith("url(")) return false;
788
- if (isDarkFill(r.fill)) return false;
794
+ if (isPureBlackFill(r.fill)) return false;
789
795
  return true;
790
796
  }).sort((a, b) => b.width * b.height - a.width * a.height);
791
797
  return fallbackCandidates[0] ?? null;
@@ -894,6 +900,55 @@ function classifySideButtons(sideButtons, phoneBody) {
894
900
  }
895
901
  return classified;
896
902
  }
903
+ function findMaskBasedScreen(svgString, detectedScreen, _svgW, _svgH) {
904
+ const maskRegex = /<mask\b[^>]*>([\s\S]*?)<\/mask>/gi;
905
+ let maskMatch;
906
+ const candidates = [];
907
+ while ((maskMatch = maskRegex.exec(svgString)) !== null) {
908
+ const maskBody = maskMatch[1];
909
+ const pathRegex = /<path\b([^>]*?)\/>/gi;
910
+ let pathMatch;
911
+ while ((pathMatch = pathRegex.exec(maskBody)) !== null) {
912
+ const attrs = pathMatch[1];
913
+ const d = getAttrValue(attrs, "d");
914
+ if (!d) continue;
915
+ const bb = subpathBBox(d);
916
+ if (!bb || bb.w < 10 || bb.h < 10) continue;
917
+ if (bb.h < bb.w * 1.3) continue;
918
+ const overlapX = Math.max(0, Math.min(bb.x + bb.w, detectedScreen.x + detectedScreen.width) - Math.max(bb.x, detectedScreen.x));
919
+ const overlapY = Math.max(0, Math.min(bb.y + bb.h, detectedScreen.y + detectedScreen.height) - Math.max(bb.y, detectedScreen.y));
920
+ const overlapArea = overlapX * overlapY;
921
+ const detectedArea = detectedScreen.width * detectedScreen.height;
922
+ if (overlapArea < detectedArea * 0.8) continue;
923
+ const mMatch = d.match(/M\s*(-?[\d.]+)[\s,]+(-?[\d.]+)/i);
924
+ let rx = 0;
925
+ if (mMatch) {
926
+ const mx = parseFloat(mMatch[1]);
927
+ const my = parseFloat(mMatch[2]);
928
+ const rxFromY = Math.abs(my - bb.y);
929
+ const rxFromX = Math.abs(mx - bb.x);
930
+ rx = Math.max(rxFromY, rxFromX);
931
+ if (rx < 5) rx = 0;
932
+ }
933
+ candidates.push({
934
+ x: bb.x,
935
+ y: bb.y,
936
+ width: bb.w,
937
+ height: bb.h,
938
+ rx,
939
+ fill: "mask-path",
940
+ id: null
941
+ });
942
+ }
943
+ }
944
+ if (candidates.length === 0) return null;
945
+ candidates.sort((a, b) => {
946
+ const aDiff = Math.abs(a.width * a.height - detectedScreen.width * detectedScreen.height);
947
+ const bDiff = Math.abs(b.width * b.height - detectedScreen.width * detectedScreen.height);
948
+ return aDiff - bDiff;
949
+ });
950
+ return candidates[0];
951
+ }
897
952
  function findPathCutoutScreen(svgString, svgW, svgH) {
898
953
  const svgArea = svgW * svgH;
899
954
  const pathRegex = /<path\b([^>]*?)\/>/gi;
@@ -1057,6 +1112,20 @@ function isLightFill(fill) {
1057
1112
  }
1058
1113
  return false;
1059
1114
  }
1115
+ function isPureBlackFill(fill) {
1116
+ if (!fill) return false;
1117
+ const f = fill.toLowerCase().trim();
1118
+ if (f === "black" || f === "#000" || f === "#000000") return true;
1119
+ if (f === "rgb(0,0,0)" || f === "rgb(0, 0, 0)") return true;
1120
+ const hex6 = f.match(/^#([0-9a-f]{6})$/);
1121
+ if (hex6) {
1122
+ const r = parseInt(hex6[1].slice(0, 2), 16);
1123
+ const g = parseInt(hex6[1].slice(2, 4), 16);
1124
+ const b = parseInt(hex6[1].slice(4, 6), 16);
1125
+ return r < 10 && g < 10 && b < 10;
1126
+ }
1127
+ return false;
1128
+ }
1060
1129
  function isDarkFill(fill) {
1061
1130
  if (!fill) return false;
1062
1131
  const f = fill.toLowerCase().trim();
@@ -1141,6 +1210,14 @@ function countOccurrences(str, substr) {
1141
1210
  function applyTransformToRect(attrs, x, y, width, height) {
1142
1211
  const transformAttr = getAttrValue(attrs, "transform");
1143
1212
  if (!transformAttr) return { x, y, width, height };
1213
+ const translateMatch = transformAttr.match(
1214
+ /translate\(\s*(-?[\d.]+)[\s,]+(-?[\d.]+)\s*\)/
1215
+ );
1216
+ if (translateMatch) {
1217
+ const tx = parseFloat(translateMatch[1]);
1218
+ const ty = parseFloat(translateMatch[2]);
1219
+ return { x: x + tx, y: y + ty, width, height };
1220
+ }
1144
1221
  const matrixMatch = transformAttr.match(
1145
1222
  /matrix\(\s*(-?[\d.]+)\s+(-?[\d.]+)\s+(-?[\d.]+)\s+(-?[\d.]+)\s+(-?[\d.]+)\s+(-?[\d.]+)\s*\)/
1146
1223
  );
@@ -1297,187 +1374,199 @@ function listSVGLayerNames(svgString) {
1297
1374
 
1298
1375
  Object.defineProperty(exports, "GALAXY_S25_EDGE_FRAME", {
1299
1376
  enumerable: true,
1300
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_EDGE_FRAME; }
1377
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_EDGE_FRAME; }
1301
1378
  });
1302
1379
  Object.defineProperty(exports, "GALAXY_S25_EDGE_LAYOUT", {
1303
1380
  enumerable: true,
1304
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_EDGE_LAYOUT; }
1381
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_EDGE_LAYOUT; }
1305
1382
  });
1306
1383
  Object.defineProperty(exports, "GALAXY_S25_EDGE_META", {
1307
1384
  enumerable: true,
1308
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_EDGE_META; }
1385
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_EDGE_META; }
1309
1386
  });
1310
1387
  Object.defineProperty(exports, "GALAXY_S25_FRAME", {
1311
1388
  enumerable: true,
1312
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_FRAME; }
1389
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_FRAME; }
1313
1390
  });
1314
1391
  Object.defineProperty(exports, "GALAXY_S25_LAYOUT", {
1315
1392
  enumerable: true,
1316
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_LAYOUT; }
1393
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_LAYOUT; }
1317
1394
  });
1318
1395
  Object.defineProperty(exports, "GALAXY_S25_META", {
1319
1396
  enumerable: true,
1320
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_META; }
1397
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_META; }
1398
+ });
1399
+ Object.defineProperty(exports, "GALAXY_S25_SCREEN_RECT", {
1400
+ enumerable: true,
1401
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_SCREEN_RECT; }
1321
1402
  });
1322
1403
  Object.defineProperty(exports, "GALAXY_S25_ULTRA_FRAME", {
1323
1404
  enumerable: true,
1324
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_ULTRA_FRAME; }
1405
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_ULTRA_FRAME; }
1325
1406
  });
1326
1407
  Object.defineProperty(exports, "GALAXY_S25_ULTRA_LAYOUT", {
1327
1408
  enumerable: true,
1328
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_ULTRA_LAYOUT; }
1409
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_ULTRA_LAYOUT; }
1329
1410
  });
1330
1411
  Object.defineProperty(exports, "GALAXY_S25_ULTRA_META", {
1331
1412
  enumerable: true,
1332
- get: function () { return chunkFOTZN6UL_cjs.GALAXY_S25_ULTRA_META; }
1413
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_ULTRA_META; }
1414
+ });
1415
+ Object.defineProperty(exports, "GALAXY_S25_ULTRA_SCREEN_RECT", {
1416
+ enumerable: true,
1417
+ get: function () { return chunkLZQCJZIQ_cjs.GALAXY_S25_ULTRA_SCREEN_RECT; }
1333
1418
  });
1334
1419
  Object.defineProperty(exports, "GalaxyS25EdgeSVG", {
1335
1420
  enumerable: true,
1336
- get: function () { return chunkFOTZN6UL_cjs.GalaxyS25EdgeSVG; }
1421
+ get: function () { return chunkLZQCJZIQ_cjs.GalaxyS25EdgeSVG; }
1337
1422
  });
1338
1423
  Object.defineProperty(exports, "GalaxyS25SVG", {
1339
1424
  enumerable: true,
1340
- get: function () { return chunkFOTZN6UL_cjs.GalaxyS25SVG; }
1425
+ get: function () { return chunkLZQCJZIQ_cjs.GalaxyS25SVG; }
1341
1426
  });
1342
1427
  Object.defineProperty(exports, "GalaxyS25UltraSVG", {
1343
1428
  enumerable: true,
1344
- get: function () { return chunkFOTZN6UL_cjs.GalaxyS25UltraSVG; }
1429
+ get: function () { return chunkLZQCJZIQ_cjs.GalaxyS25UltraSVG; }
1345
1430
  });
1346
1431
  Object.defineProperty(exports, "PIXEL_9_PRO_FRAME", {
1347
1432
  enumerable: true,
1348
- get: function () { return chunkFOTZN6UL_cjs.PIXEL_9_PRO_FRAME; }
1433
+ get: function () { return chunkLZQCJZIQ_cjs.PIXEL_9_PRO_FRAME; }
1349
1434
  });
1350
1435
  Object.defineProperty(exports, "PIXEL_9_PRO_LAYOUT", {
1351
1436
  enumerable: true,
1352
- get: function () { return chunkFOTZN6UL_cjs.PIXEL_9_PRO_LAYOUT; }
1437
+ get: function () { return chunkLZQCJZIQ_cjs.PIXEL_9_PRO_LAYOUT; }
1353
1438
  });
1354
1439
  Object.defineProperty(exports, "PIXEL_9_PRO_META", {
1355
1440
  enumerable: true,
1356
- get: function () { return chunkFOTZN6UL_cjs.PIXEL_9_PRO_META; }
1441
+ get: function () { return chunkLZQCJZIQ_cjs.PIXEL_9_PRO_META; }
1357
1442
  });
1358
1443
  Object.defineProperty(exports, "PIXEL_9_PRO_XL_FRAME", {
1359
1444
  enumerable: true,
1360
- get: function () { return chunkFOTZN6UL_cjs.PIXEL_9_PRO_XL_FRAME; }
1445
+ get: function () { return chunkLZQCJZIQ_cjs.PIXEL_9_PRO_XL_FRAME; }
1361
1446
  });
1362
1447
  Object.defineProperty(exports, "PIXEL_9_PRO_XL_LAYOUT", {
1363
1448
  enumerable: true,
1364
- get: function () { return chunkFOTZN6UL_cjs.PIXEL_9_PRO_XL_LAYOUT; }
1449
+ get: function () { return chunkLZQCJZIQ_cjs.PIXEL_9_PRO_XL_LAYOUT; }
1365
1450
  });
1366
1451
  Object.defineProperty(exports, "PIXEL_9_PRO_XL_META", {
1367
1452
  enumerable: true,
1368
- get: function () { return chunkFOTZN6UL_cjs.PIXEL_9_PRO_XL_META; }
1453
+ get: function () { return chunkLZQCJZIQ_cjs.PIXEL_9_PRO_XL_META; }
1369
1454
  });
1370
1455
  Object.defineProperty(exports, "Pixel9ProSVG", {
1371
1456
  enumerable: true,
1372
- get: function () { return chunkFOTZN6UL_cjs.Pixel9ProSVG; }
1457
+ get: function () { return chunkLZQCJZIQ_cjs.Pixel9ProSVG; }
1373
1458
  });
1374
1459
  Object.defineProperty(exports, "Pixel9ProXLSVG", {
1375
1460
  enumerable: true,
1376
- get: function () { return chunkFOTZN6UL_cjs.Pixel9ProXLSVG; }
1461
+ get: function () { return chunkLZQCJZIQ_cjs.Pixel9ProXLSVG; }
1377
1462
  });
1378
1463
  Object.defineProperty(exports, "IPHONE_16E_FRAME", {
1379
1464
  enumerable: true,
1380
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_16E_FRAME; }
1465
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_16E_FRAME; }
1381
1466
  });
1382
1467
  Object.defineProperty(exports, "IPHONE_16E_LAYOUT", {
1383
1468
  enumerable: true,
1384
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_16E_LAYOUT; }
1469
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_16E_LAYOUT; }
1385
1470
  });
1386
1471
  Object.defineProperty(exports, "IPHONE_16E_META", {
1387
1472
  enumerable: true,
1388
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_16E_META; }
1473
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_16E_META; }
1389
1474
  });
1390
1475
  Object.defineProperty(exports, "IPHONE_16_FRAME", {
1391
1476
  enumerable: true,
1392
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_16_FRAME; }
1477
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_16_FRAME; }
1393
1478
  });
1394
1479
  Object.defineProperty(exports, "IPHONE_16_LAYOUT", {
1395
1480
  enumerable: true,
1396
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_16_LAYOUT; }
1481
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_16_LAYOUT; }
1397
1482
  });
1398
1483
  Object.defineProperty(exports, "IPHONE_16_META", {
1399
1484
  enumerable: true,
1400
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_16_META; }
1485
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_16_META; }
1486
+ });
1487
+ Object.defineProperty(exports, "IPHONE_16_SCREEN_RECT", {
1488
+ enumerable: true,
1489
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_16_SCREEN_RECT; }
1401
1490
  });
1402
1491
  Object.defineProperty(exports, "IPHONE_17_PRO_FRAME", {
1403
1492
  enumerable: true,
1404
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_FRAME; }
1493
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_FRAME; }
1405
1494
  });
1406
1495
  Object.defineProperty(exports, "IPHONE_17_PRO_LAYOUT", {
1407
1496
  enumerable: true,
1408
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_LAYOUT; }
1497
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_LAYOUT; }
1409
1498
  });
1410
1499
  Object.defineProperty(exports, "IPHONE_17_PRO_MAX_FRAME", {
1411
1500
  enumerable: true,
1412
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_MAX_FRAME; }
1501
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_MAX_FRAME; }
1413
1502
  });
1414
1503
  Object.defineProperty(exports, "IPHONE_17_PRO_MAX_LAYOUT", {
1415
1504
  enumerable: true,
1416
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_MAX_LAYOUT; }
1505
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_MAX_LAYOUT; }
1417
1506
  });
1418
1507
  Object.defineProperty(exports, "IPHONE_17_PRO_MAX_META", {
1419
1508
  enumerable: true,
1420
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_MAX_META; }
1509
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_MAX_META; }
1421
1510
  });
1422
1511
  Object.defineProperty(exports, "IPHONE_17_PRO_MAX_SCREEN_RECT", {
1423
1512
  enumerable: true,
1424
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_MAX_SCREEN_RECT; }
1513
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_MAX_SCREEN_RECT; }
1425
1514
  });
1426
1515
  Object.defineProperty(exports, "IPHONE_17_PRO_META", {
1427
1516
  enumerable: true,
1428
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_META; }
1517
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_META; }
1429
1518
  });
1430
1519
  Object.defineProperty(exports, "IPHONE_17_PRO_SCREEN_RECT", {
1431
1520
  enumerable: true,
1432
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_17_PRO_SCREEN_RECT; }
1521
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_17_PRO_SCREEN_RECT; }
1433
1522
  });
1434
1523
  Object.defineProperty(exports, "IPHONE_AIR_FRAME", {
1435
1524
  enumerable: true,
1436
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_AIR_FRAME; }
1525
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_AIR_FRAME; }
1437
1526
  });
1438
1527
  Object.defineProperty(exports, "IPHONE_AIR_LAYOUT", {
1439
1528
  enumerable: true,
1440
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_AIR_LAYOUT; }
1529
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_AIR_LAYOUT; }
1441
1530
  });
1442
1531
  Object.defineProperty(exports, "IPHONE_AIR_META", {
1443
1532
  enumerable: true,
1444
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_AIR_META; }
1533
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_AIR_META; }
1445
1534
  });
1446
1535
  Object.defineProperty(exports, "IPHONE_SE_3_FRAME", {
1447
1536
  enumerable: true,
1448
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_SE_3_FRAME; }
1537
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_SE_3_FRAME; }
1449
1538
  });
1450
1539
  Object.defineProperty(exports, "IPHONE_SE_3_LAYOUT", {
1451
1540
  enumerable: true,
1452
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_SE_3_LAYOUT; }
1541
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_SE_3_LAYOUT; }
1453
1542
  });
1454
1543
  Object.defineProperty(exports, "IPHONE_SE_3_META", {
1455
1544
  enumerable: true,
1456
- get: function () { return chunkHF6B72Z5_cjs.IPHONE_SE_3_META; }
1545
+ get: function () { return chunkDYKZBZRY_cjs.IPHONE_SE_3_META; }
1457
1546
  });
1458
1547
  Object.defineProperty(exports, "IPhone16SVG", {
1459
1548
  enumerable: true,
1460
- get: function () { return chunkHF6B72Z5_cjs.IPhone16SVG; }
1549
+ get: function () { return chunkDYKZBZRY_cjs.IPhone16SVG; }
1461
1550
  });
1462
1551
  Object.defineProperty(exports, "IPhone16eSVG", {
1463
1552
  enumerable: true,
1464
- get: function () { return chunkHF6B72Z5_cjs.IPhone16eSVG; }
1553
+ get: function () { return chunkDYKZBZRY_cjs.IPhone16eSVG; }
1465
1554
  });
1466
1555
  Object.defineProperty(exports, "IPhone17ProMaxSVG", {
1467
1556
  enumerable: true,
1468
- get: function () { return chunkHF6B72Z5_cjs.IPhone17ProMaxSVG; }
1557
+ get: function () { return chunkDYKZBZRY_cjs.IPhone17ProMaxSVG; }
1469
1558
  });
1470
1559
  Object.defineProperty(exports, "IPhone17ProSVG", {
1471
1560
  enumerable: true,
1472
- get: function () { return chunkHF6B72Z5_cjs.IPhone17ProSVG; }
1561
+ get: function () { return chunkDYKZBZRY_cjs.IPhone17ProSVG; }
1473
1562
  });
1474
1563
  Object.defineProperty(exports, "IPhoneAirSVG", {
1475
1564
  enumerable: true,
1476
- get: function () { return chunkHF6B72Z5_cjs.IPhoneAirSVG; }
1565
+ get: function () { return chunkDYKZBZRY_cjs.IPhoneAirSVG; }
1477
1566
  });
1478
1567
  Object.defineProperty(exports, "IPhoneSE3SVG", {
1479
1568
  enumerable: true,
1480
- get: function () { return chunkHF6B72Z5_cjs.IPhoneSE3SVG; }
1569
+ get: function () { return chunkDYKZBZRY_cjs.IPhoneSE3SVG; }
1481
1570
  });
1482
1571
  exports.BUILTIN_DEVICES = BUILTIN_DEVICES;
1483
1572
  exports.DEVICE_LAYOUTS = DEVICE_LAYOUTS;