@biela.dev/devices 1.6.5 → 1.6.6

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.
@@ -3235,204 +3235,56 @@ var PIXEL_9_PRO_XL_LAYOUT = {
3235
3235
  power: { side: "right", yPosition: 215 }
3236
3236
  }
3237
3237
  };
3238
- function Pixel9ProXLSVG({ colorScheme = "dark", style }) {
3239
- const frameColor = colorScheme === "dark" ? "#1c1c1e" : "#e5e5e7";
3240
- const frameBorder = colorScheme === "dark" ? "#3a3a3c" : "#c7c7cc";
3241
- const buttonColor = colorScheme === "dark" ? "#2c2c2e" : "#d1d1d6";
3242
- const punchHoleColor = "#000000";
3243
- const bezelSide = 12;
3244
- const bezelTop = 18;
3245
- const bezelBottom = 18;
3246
- const screenW = 448;
3247
- const screenH = 968;
3248
- const totalW = screenW + bezelSide * 2;
3249
- const totalH = screenH + bezelTop + bezelBottom;
3250
- const cornerRadius = 48;
3251
- const outerRadius = cornerRadius + 8;
3252
- const screenRadius = cornerRadius;
3253
- return /* @__PURE__ */ jsxRuntime.jsxs(
3254
- "svg",
3238
+ var SVG_STRING5 = `<svg width="725" height="1528" viewBox="0 0 725 1528" fill="none" xmlns="http://www.w3.org/2000/svg">
3239
+ <g transform="translate(0 107.28)">
3240
+ <g fill="#f6f2ed">
3241
+ <rect x="715" y="308.22" width="10" height="120" rx="5" ry="5"/>
3242
+ <rect x="715" y="498.22" width="10" height="220" rx="4.3333" ry="5"/>
3243
+ <rect x="715" y="308.22" width="10" height="120" rx="5" ry="5"/>
3244
+ <rect x="715" y="498.22" width="10" height="220" rx="4.3333" ry="5"/>
3245
+ </g>
3246
+ <rect x="6.25" y="-101.03" width="707.5" height="1515.5" rx="115" ry="115" fill="#333" stroke="#faf7f4" stroke-linecap="round" stroke-linejoin="round" stroke-width="12.5"/>
3247
+ <g fill="none" stroke="#000" stroke-opacity=".2" stroke-width="12.5">
3248
+ <path d="m713.75 130.72v15"/>
3249
+ <path d="m6.25 130.72v15"/>
3250
+ <path d="m437.5 1414.5h15"/>
3251
+ <path d="m352.5-101.03h15"/>
3252
+ <path d="m713.75 1253.2v15"/>
3253
+ <path d="m6.25 1253.2v15"/>
3254
+ </g>
3255
+ <rect x="33.75" y="-73.533" width="652.5" height="1460.5" rx="90" ry="90" fill="#ddd"/>
3256
+ <circle cx="360" cy="-20.533" r="24" fill="#333"/>
3257
+ <circle cx="360" cy="-20.533" r="15" fill="#08f" fill-opacity=".13333"/>
3258
+ </g>
3259
+ <rect data-zone="screen-area" x="33.75" y="33.747" width="652.5" height="1460.5" rx="90" fill="none" stroke="none"/>
3260
+ <rect data-zone="hardware-overlay" data-type="punch-hole" cx="360" cy="86.747" r="24" fill="none" stroke="none"/>
3261
+ <rect data-zone="safe-area-top" x="33.75" y="33.747" width="652.5" height="46" fill="none" stroke="none"/>
3262
+ <rect data-zone="safe-area-bottom" x="33.75" y="1459" width="652.5" height="35" fill="none" stroke="none"/>
3263
+ <rect data-zone="status-bar" x="33.75" y="33.747" width="652.5" height="46" fill="none" stroke="none"/>
3264
+ <rect data-button="power" data-side="right" x="715" y="415.5" width="10" height="120" fill="none" stroke="none"/>
3265
+ <rect data-button="volume-up" data-side="right" x="715" y="605.5" width="10" height="220" fill="none" stroke="none"/>
3266
+ </svg>`;
3267
+ function Pixel9ProXLSVG({ style }) {
3268
+ return /* @__PURE__ */ jsxRuntime.jsx(
3269
+ "div",
3255
3270
  {
3256
- viewBox: `0 0 ${totalW} ${totalH}`,
3257
- width: totalW,
3258
- height: totalH,
3259
- xmlns: "http://www.w3.org/2000/svg",
3260
3271
  style,
3261
- children: [
3262
- /* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
3263
- /* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "frame-gradient-pixel-9-pro-xl", x1: "0", y1: "0", x2: "1", y2: "1", children: [
3264
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "0%", stopColor: frameColor }),
3265
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "50%", stopColor: colorScheme === "dark" ? "#262628" : "#ededef" }),
3266
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "100%", stopColor: frameColor })
3267
- ] }),
3268
- /* @__PURE__ */ jsxRuntime.jsxs("mask", { id: "frame-screen-mask-pixel-9-pro-xl", children: [
3269
- /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "0", y: "0", width: totalW, height: totalH, fill: "white" }),
3270
- /* @__PURE__ */ jsxRuntime.jsx(
3271
- "rect",
3272
- {
3273
- x: bezelSide,
3274
- y: bezelTop,
3275
- width: screenW,
3276
- height: screenH,
3277
- rx: screenRadius,
3278
- ry: screenRadius,
3279
- fill: "black"
3280
- }
3281
- )
3282
- ] })
3283
- ] }),
3284
- /* @__PURE__ */ jsxRuntime.jsx(
3285
- "rect",
3286
- {
3287
- x: "0",
3288
- y: "0",
3289
- width: totalW,
3290
- height: totalH,
3291
- rx: outerRadius,
3292
- ry: outerRadius,
3293
- fill: "url(#frame-gradient-pixel-9-pro-xl)",
3294
- stroke: frameBorder,
3295
- strokeWidth: "1.5",
3296
- mask: "url(#frame-screen-mask-pixel-9-pro-xl)"
3297
- }
3298
- ),
3299
- /* @__PURE__ */ jsxRuntime.jsx(
3300
- "rect",
3301
- {
3302
- "data-zone": "screen-area",
3303
- x: bezelSide,
3304
- y: bezelTop,
3305
- width: screenW,
3306
- height: screenH,
3307
- rx: screenRadius,
3308
- ry: screenRadius,
3309
- fill: "none"
3310
- }
3311
- ),
3312
- /* @__PURE__ */ jsxRuntime.jsx(
3313
- "circle",
3314
- {
3315
- "data-zone": "hardware-overlay",
3316
- "data-zone-type": "punch-hole-camera",
3317
- cx: bezelSide + screenW / 2,
3318
- cy: bezelTop + 17.5,
3319
- r: "5.5",
3320
- fill: punchHoleColor
3321
- }
3322
- ),
3323
- /* @__PURE__ */ jsxRuntime.jsx(
3324
- "rect",
3325
- {
3326
- "data-zone": "safe-area-top-inset",
3327
- x: bezelSide,
3328
- y: bezelTop,
3329
- width: screenW,
3330
- height: "32",
3331
- fill: "transparent"
3332
- }
3333
- ),
3334
- /* @__PURE__ */ jsxRuntime.jsx(
3335
- "rect",
3336
- {
3337
- "data-zone": "safe-area-bottom-inset",
3338
- x: bezelSide,
3339
- y: bezelTop + screenH - 24,
3340
- width: screenW,
3341
- height: "24",
3342
- fill: "transparent"
3343
- }
3344
- ),
3345
- /* @__PURE__ */ jsxRuntime.jsx(
3346
- "rect",
3347
- {
3348
- "data-zone": "status-bar",
3349
- "data-zone-style": "punch-hole",
3350
- x: bezelSide,
3351
- y: bezelTop,
3352
- width: screenW,
3353
- height: "32",
3354
- fill: "transparent"
3355
- }
3356
- ),
3357
- /* @__PURE__ */ jsxRuntime.jsx(
3358
- "rect",
3359
- {
3360
- "data-zone": "home-indicator",
3361
- "data-zone-type": "gesture-bar",
3362
- x: bezelSide + (screenW - 90) / 2,
3363
- y: bezelTop + screenH - 10,
3364
- width: "90",
3365
- height: "3",
3366
- rx: "1.5",
3367
- ry: "1.5",
3368
- fill: "rgba(255,255,255,0.25)"
3369
- }
3370
- ),
3371
- /* @__PURE__ */ jsxRuntime.jsx(
3372
- "rect",
3373
- {
3374
- "data-button": "power",
3375
- "data-side": "right",
3376
- x: totalW - 2,
3377
- y: "220",
3378
- width: "3",
3379
- height: "36",
3380
- rx: "1.5",
3381
- fill: buttonColor
3382
- }
3383
- ),
3384
- /* @__PURE__ */ jsxRuntime.jsx(
3385
- "rect",
3386
- {
3387
- "data-button": "volume-up",
3388
- "data-side": "left",
3389
- x: -1,
3390
- y: "250",
3391
- width: "3",
3392
- height: "28",
3393
- rx: "1.5",
3394
- fill: buttonColor
3395
- }
3396
- ),
3397
- /* @__PURE__ */ jsxRuntime.jsx(
3398
- "rect",
3399
- {
3400
- "data-button": "volume-down",
3401
- "data-side": "left",
3402
- x: -1,
3403
- y: "286",
3404
- width: "3",
3405
- height: "28",
3406
- rx: "1.5",
3407
- fill: buttonColor
3408
- }
3409
- ),
3410
- /* @__PURE__ */ jsxRuntime.jsx(
3411
- "rect",
3412
- {
3413
- x: (totalW - 24) / 2,
3414
- y: totalH - 5,
3415
- width: "24",
3416
- height: "4",
3417
- rx: "2",
3418
- fill: colorScheme === "dark" ? "#111" : "#bbb"
3419
- }
3420
- )
3421
- ]
3272
+ dangerouslySetInnerHTML: { __html: SVG_STRING5 }
3422
3273
  }
3423
3274
  );
3424
3275
  }
3425
3276
  var PIXEL_9_PRO_XL_FRAME = {
3426
- bezelTop: 18,
3427
- bezelBottom: 18,
3428
- bezelLeft: 12,
3429
- bezelRight: 12,
3430
- totalWidth: 472,
3431
- totalHeight: 1004,
3432
- screenWidth: 448,
3433
- screenHeight: 968,
3434
- screenRadius: 48
3277
+ "bezelTop": 23,
3278
+ "bezelBottom": 23,
3279
+ "bezelLeft": 23,
3280
+ "bezelRight": 27,
3281
+ "totalWidth": 498,
3282
+ "totalHeight": 1014,
3283
+ "screenWidth": 448,
3284
+ "screenHeight": 968,
3285
+ "screenRadius": 62
3435
3286
  };
3287
+ var PIXEL_9_PRO_XL_SCREEN_RECT = { "x": 33.75, "y": 33.747, "width": 652.5, "height": 1460.5, "rx": 90 };
3436
3288
 
3437
3289
  exports.GALAXY_S25_EDGE_FRAME = GALAXY_S25_EDGE_FRAME;
3438
3290
  exports.GALAXY_S25_EDGE_LAYOUT = GALAXY_S25_EDGE_LAYOUT;
@@ -3464,7 +3316,8 @@ exports.PIXEL_9_PRO_META = PIXEL_9_PRO_META;
3464
3316
  exports.PIXEL_9_PRO_XL_FRAME = PIXEL_9_PRO_XL_FRAME;
3465
3317
  exports.PIXEL_9_PRO_XL_LAYOUT = PIXEL_9_PRO_XL_LAYOUT;
3466
3318
  exports.PIXEL_9_PRO_XL_META = PIXEL_9_PRO_XL_META;
3319
+ exports.PIXEL_9_PRO_XL_SCREEN_RECT = PIXEL_9_PRO_XL_SCREEN_RECT;
3467
3320
  exports.Pixel9ProSVG = Pixel9ProSVG;
3468
3321
  exports.Pixel9ProXLSVG = Pixel9ProXLSVG;
3469
- //# sourceMappingURL=chunk-W6W7WIY5.cjs.map
3470
- //# sourceMappingURL=chunk-W6W7WIY5.cjs.map
3322
+ //# sourceMappingURL=chunk-UMVUESEH.cjs.map
3323
+ //# sourceMappingURL=chunk-UMVUESEH.cjs.map