@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/android/index.cjs +29 -21
- package/dist/android/index.d.cts +36 -54
- package/dist/android/index.d.ts +36 -54
- package/dist/android/index.js +1 -1
- package/dist/{chunk-E2ICKMKH.js → chunk-DLT4UL35.js} +306 -230
- package/dist/chunk-DLT4UL35.js.map +1 -0
- package/dist/{chunk-HF6B72Z5.cjs → chunk-DYKZBZRY.cjs} +306 -229
- package/dist/chunk-DYKZBZRY.cjs.map +1 -0
- package/dist/chunk-LZQCJZIQ.cjs +1731 -0
- package/dist/chunk-LZQCJZIQ.cjs.map +1 -0
- package/dist/chunk-OQKEZGAT.js +1708 -0
- package/dist/chunk-OQKEZGAT.js.map +1 -0
- package/dist/index.cjs +161 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +83 -6
- package/dist/index.js.map +1 -1
- package/dist/ios/index.cjs +31 -27
- package/dist/ios/index.d.cts +20 -28
- package/dist/ios/index.d.ts +20 -28
- package/dist/ios/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-76PRN3YN.js +0 -1281
- package/dist/chunk-76PRN3YN.js.map +0 -1
- package/dist/chunk-E2ICKMKH.js.map +0 -1
- package/dist/chunk-FOTZN6UL.cjs +0 -1302
- package/dist/chunk-FOTZN6UL.cjs.map +0 -1
- package/dist/chunk-HF6B72Z5.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
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":
|
|
139
|
-
"iphone-17-pro":
|
|
140
|
-
"iphone-air":
|
|
141
|
-
"iphone-16":
|
|
142
|
-
"iphone-16e":
|
|
143
|
-
"iphone-se-3":
|
|
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":
|
|
146
|
-
"galaxy-s25":
|
|
147
|
-
"galaxy-s25-edge":
|
|
148
|
-
"pixel-9-pro-xl":
|
|
149
|
-
"pixel-9-pro":
|
|
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":
|
|
154
|
-
"iphone-17-pro":
|
|
155
|
-
"iphone-air":
|
|
156
|
-
"iphone-16":
|
|
157
|
-
"iphone-16e":
|
|
158
|
-
"iphone-se-3":
|
|
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":
|
|
161
|
-
"galaxy-s25":
|
|
162
|
-
"galaxy-s25-edge":
|
|
163
|
-
"pixel-9-pro-xl":
|
|
164
|
-
"pixel-9-pro":
|
|
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 (
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1421
|
+
get: function () { return chunkLZQCJZIQ_cjs.GalaxyS25EdgeSVG; }
|
|
1337
1422
|
});
|
|
1338
1423
|
Object.defineProperty(exports, "GalaxyS25SVG", {
|
|
1339
1424
|
enumerable: true,
|
|
1340
|
-
get: function () { return
|
|
1425
|
+
get: function () { return chunkLZQCJZIQ_cjs.GalaxyS25SVG; }
|
|
1341
1426
|
});
|
|
1342
1427
|
Object.defineProperty(exports, "GalaxyS25UltraSVG", {
|
|
1343
1428
|
enumerable: true,
|
|
1344
|
-
get: function () { return
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1457
|
+
get: function () { return chunkLZQCJZIQ_cjs.Pixel9ProSVG; }
|
|
1373
1458
|
});
|
|
1374
1459
|
Object.defineProperty(exports, "Pixel9ProXLSVG", {
|
|
1375
1460
|
enumerable: true,
|
|
1376
|
-
get: function () { return
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1549
|
+
get: function () { return chunkDYKZBZRY_cjs.IPhone16SVG; }
|
|
1461
1550
|
});
|
|
1462
1551
|
Object.defineProperty(exports, "IPhone16eSVG", {
|
|
1463
1552
|
enumerable: true,
|
|
1464
|
-
get: function () { return
|
|
1553
|
+
get: function () { return chunkDYKZBZRY_cjs.IPhone16eSVG; }
|
|
1465
1554
|
});
|
|
1466
1555
|
Object.defineProperty(exports, "IPhone17ProMaxSVG", {
|
|
1467
1556
|
enumerable: true,
|
|
1468
|
-
get: function () { return
|
|
1557
|
+
get: function () { return chunkDYKZBZRY_cjs.IPhone17ProMaxSVG; }
|
|
1469
1558
|
});
|
|
1470
1559
|
Object.defineProperty(exports, "IPhone17ProSVG", {
|
|
1471
1560
|
enumerable: true,
|
|
1472
|
-
get: function () { return
|
|
1561
|
+
get: function () { return chunkDYKZBZRY_cjs.IPhone17ProSVG; }
|
|
1473
1562
|
});
|
|
1474
1563
|
Object.defineProperty(exports, "IPhoneAirSVG", {
|
|
1475
1564
|
enumerable: true,
|
|
1476
|
-
get: function () { return
|
|
1565
|
+
get: function () { return chunkDYKZBZRY_cjs.IPhoneAirSVG; }
|
|
1477
1566
|
});
|
|
1478
1567
|
Object.defineProperty(exports, "IPhoneSE3SVG", {
|
|
1479
1568
|
enumerable: true,
|
|
1480
|
-
get: function () { return
|
|
1569
|
+
get: function () { return chunkDYKZBZRY_cjs.IPhoneSE3SVG; }
|
|
1481
1570
|
});
|
|
1482
1571
|
exports.BUILTIN_DEVICES = BUILTIN_DEVICES;
|
|
1483
1572
|
exports.DEVICE_LAYOUTS = DEVICE_LAYOUTS;
|