@biela.dev/devices 0.1.0

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.
@@ -0,0 +1,88 @@
1
+ 'use strict';
2
+
3
+ var chunkBXBG5BY7_cjs = require('../chunk-BXBG5BY7.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "GALAXY_S25_EDGE_FRAME", {
8
+ enumerable: true,
9
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_EDGE_FRAME; }
10
+ });
11
+ Object.defineProperty(exports, "GALAXY_S25_EDGE_LAYOUT", {
12
+ enumerable: true,
13
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_EDGE_LAYOUT; }
14
+ });
15
+ Object.defineProperty(exports, "GALAXY_S25_EDGE_META", {
16
+ enumerable: true,
17
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_EDGE_META; }
18
+ });
19
+ Object.defineProperty(exports, "GALAXY_S25_FRAME", {
20
+ enumerable: true,
21
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_FRAME; }
22
+ });
23
+ Object.defineProperty(exports, "GALAXY_S25_LAYOUT", {
24
+ enumerable: true,
25
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_LAYOUT; }
26
+ });
27
+ Object.defineProperty(exports, "GALAXY_S25_META", {
28
+ enumerable: true,
29
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_META; }
30
+ });
31
+ Object.defineProperty(exports, "GALAXY_S25_ULTRA_FRAME", {
32
+ enumerable: true,
33
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_ULTRA_FRAME; }
34
+ });
35
+ Object.defineProperty(exports, "GALAXY_S25_ULTRA_LAYOUT", {
36
+ enumerable: true,
37
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_ULTRA_LAYOUT; }
38
+ });
39
+ Object.defineProperty(exports, "GALAXY_S25_ULTRA_META", {
40
+ enumerable: true,
41
+ get: function () { return chunkBXBG5BY7_cjs.GALAXY_S25_ULTRA_META; }
42
+ });
43
+ Object.defineProperty(exports, "GalaxyS25EdgeSVG", {
44
+ enumerable: true,
45
+ get: function () { return chunkBXBG5BY7_cjs.GalaxyS25EdgeSVG; }
46
+ });
47
+ Object.defineProperty(exports, "GalaxyS25SVG", {
48
+ enumerable: true,
49
+ get: function () { return chunkBXBG5BY7_cjs.GalaxyS25SVG; }
50
+ });
51
+ Object.defineProperty(exports, "GalaxyS25UltraSVG", {
52
+ enumerable: true,
53
+ get: function () { return chunkBXBG5BY7_cjs.GalaxyS25UltraSVG; }
54
+ });
55
+ Object.defineProperty(exports, "PIXEL_9_PRO_FRAME", {
56
+ enumerable: true,
57
+ get: function () { return chunkBXBG5BY7_cjs.PIXEL_9_PRO_FRAME; }
58
+ });
59
+ Object.defineProperty(exports, "PIXEL_9_PRO_LAYOUT", {
60
+ enumerable: true,
61
+ get: function () { return chunkBXBG5BY7_cjs.PIXEL_9_PRO_LAYOUT; }
62
+ });
63
+ Object.defineProperty(exports, "PIXEL_9_PRO_META", {
64
+ enumerable: true,
65
+ get: function () { return chunkBXBG5BY7_cjs.PIXEL_9_PRO_META; }
66
+ });
67
+ Object.defineProperty(exports, "PIXEL_9_PRO_XL_FRAME", {
68
+ enumerable: true,
69
+ get: function () { return chunkBXBG5BY7_cjs.PIXEL_9_PRO_XL_FRAME; }
70
+ });
71
+ Object.defineProperty(exports, "PIXEL_9_PRO_XL_LAYOUT", {
72
+ enumerable: true,
73
+ get: function () { return chunkBXBG5BY7_cjs.PIXEL_9_PRO_XL_LAYOUT; }
74
+ });
75
+ Object.defineProperty(exports, "PIXEL_9_PRO_XL_META", {
76
+ enumerable: true,
77
+ get: function () { return chunkBXBG5BY7_cjs.PIXEL_9_PRO_XL_META; }
78
+ });
79
+ Object.defineProperty(exports, "Pixel9ProSVG", {
80
+ enumerable: true,
81
+ get: function () { return chunkBXBG5BY7_cjs.Pixel9ProSVG; }
82
+ });
83
+ Object.defineProperty(exports, "Pixel9ProXLSVG", {
84
+ enumerable: true,
85
+ get: function () { return chunkBXBG5BY7_cjs.Pixel9ProXLSVG; }
86
+ });
87
+ //# sourceMappingURL=index.cjs.map
88
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
@@ -0,0 +1,244 @@
1
+ import { a as DeviceLayoutData, D as DeviceMeta } from '../contract-types-Cw1rmF3b.cjs';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
+
4
+ /**
5
+ * Samsung Galaxy S25 Ultra — VERIFIED dimensions
6
+ *
7
+ * Screen: 384x824dp (CSS viewport)
8
+ * Physical: 1440x3088px at 3.75x DPR
9
+ * Display: 6.9" Dynamic LTPO AMOLED 2X, 120Hz, ~505 PPI
10
+ * Hardware: Center punch-hole camera, flat display, S Pen slot
11
+ */
12
+ declare const GALAXY_S25_ULTRA_META: DeviceMeta;
13
+ declare const GALAXY_S25_ULTRA_LAYOUT: DeviceLayoutData;
14
+
15
+ interface DeviceSVGProps$4 {
16
+ colorScheme?: "light" | "dark";
17
+ style?: React.CSSProperties;
18
+ }
19
+ /**
20
+ * Galaxy S25 Ultra SVG Frame
21
+ *
22
+ * Dimensions: 384x824 logical points (screen area)
23
+ * Full frame includes bezels: ~408x860pt total
24
+ *
25
+ * Structure:
26
+ * - Outer titanium frame with squared-off rounded corners
27
+ * - Screen cutout (transparent -- content shows through)
28
+ * - Center punch-hole camera (small circle at top center)
29
+ * - Right-side buttons (Volume Up, Volume Down, Power/Side key)
30
+ * - Bottom elements (USB-C port, S Pen slot)
31
+ * - Gesture navigation bar (thin horizontal line near bottom)
32
+ * - data-zone annotations for DLC auto-derivation
33
+ *
34
+ * The SVG sits ON TOP of content with pointer-events: none.
35
+ * Bezels are opaque -- they mask any content that spills over.
36
+ * Screen area is transparent -- content shows through.
37
+ */
38
+ declare function GalaxyS25UltraSVG({ colorScheme, style }: DeviceSVGProps$4): react_jsx_runtime.JSX.Element;
39
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
40
+ declare const GALAXY_S25_ULTRA_FRAME: {
41
+ readonly bezelTop: 18;
42
+ readonly bezelBottom: 18;
43
+ readonly bezelLeft: 12;
44
+ readonly bezelRight: 12;
45
+ readonly totalWidth: 408;
46
+ readonly totalHeight: 860;
47
+ readonly screenWidth: 384;
48
+ readonly screenHeight: 824;
49
+ readonly screenRadius: 42;
50
+ };
51
+
52
+ /**
53
+ * Samsung Galaxy S25 — VERIFIED dimensions
54
+ *
55
+ * Screen: 360x780dp (CSS viewport)
56
+ * Physical: 1080x2340px at 3x DPR
57
+ * Display: 6.2" Dynamic LTPO AMOLED 2X, 120Hz, ~425 PPI
58
+ * Hardware: Center punch-hole camera, flat display
59
+ */
60
+ declare const GALAXY_S25_META: DeviceMeta;
61
+ declare const GALAXY_S25_LAYOUT: DeviceLayoutData;
62
+
63
+ interface DeviceSVGProps$3 {
64
+ colorScheme?: "light" | "dark";
65
+ style?: React.CSSProperties;
66
+ }
67
+ /**
68
+ * Galaxy S25 SVG Frame
69
+ *
70
+ * Dimensions: 360x780 logical points (screen area)
71
+ * Full frame includes bezels: ~384x816pt total
72
+ *
73
+ * Structure:
74
+ * - Outer aluminum frame with squared-off rounded corners
75
+ * - Screen cutout (transparent -- content shows through)
76
+ * - Center punch-hole camera (small circle at top center)
77
+ * - Right-side buttons (Volume Up, Volume Down, Power/Side key)
78
+ * - Bottom elements (USB-C port)
79
+ * - Gesture navigation bar (thin horizontal line near bottom)
80
+ * - data-zone annotations for DLC auto-derivation
81
+ *
82
+ * The SVG sits ON TOP of content with pointer-events: none.
83
+ * Bezels are opaque -- they mask any content that spills over.
84
+ * Screen area is transparent -- content shows through.
85
+ */
86
+ declare function GalaxyS25SVG({ colorScheme, style }: DeviceSVGProps$3): react_jsx_runtime.JSX.Element;
87
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
88
+ declare const GALAXY_S25_FRAME: {
89
+ readonly bezelTop: 18;
90
+ readonly bezelBottom: 18;
91
+ readonly bezelLeft: 12;
92
+ readonly bezelRight: 12;
93
+ readonly totalWidth: 384;
94
+ readonly totalHeight: 816;
95
+ readonly screenWidth: 360;
96
+ readonly screenHeight: 780;
97
+ readonly screenRadius: 42;
98
+ };
99
+
100
+ /**
101
+ * Samsung Galaxy S25 Edge — VERIFIED dimensions
102
+ *
103
+ * Screen: 382x824dp (CSS viewport)
104
+ * Physical: 1440x3120px at 3.75x DPR
105
+ * Display: 6.7" Dynamic LTPO AMOLED 2X, 120Hz, ~510 PPI
106
+ * Hardware: Center punch-hole camera, ultra-thin flat display
107
+ */
108
+ declare const GALAXY_S25_EDGE_META: DeviceMeta;
109
+ declare const GALAXY_S25_EDGE_LAYOUT: DeviceLayoutData;
110
+
111
+ interface DeviceSVGProps$2 {
112
+ colorScheme?: "light" | "dark";
113
+ style?: React.CSSProperties;
114
+ }
115
+ /**
116
+ * Galaxy S25 Edge SVG Frame
117
+ *
118
+ * Dimensions: 382x824 logical points (screen area)
119
+ * Full frame includes bezels: ~398x852pt total (ultra-thin bezels)
120
+ *
121
+ * Structure:
122
+ * - Ultra-thin aluminum frame with squared-off rounded corners
123
+ * - Screen cutout (transparent -- content shows through)
124
+ * - Center punch-hole camera (small circle at top center)
125
+ * - Right-side buttons (Volume Up, Volume Down, Power/Side key)
126
+ * - Bottom elements (USB-C port)
127
+ * - Gesture navigation bar (thin horizontal line near bottom)
128
+ * - data-zone annotations for DLC auto-derivation
129
+ *
130
+ * The SVG sits ON TOP of content with pointer-events: none.
131
+ * Bezels are opaque -- they mask any content that spills over.
132
+ * Screen area is transparent -- content shows through.
133
+ */
134
+ declare function GalaxyS25EdgeSVG({ colorScheme, style }: DeviceSVGProps$2): react_jsx_runtime.JSX.Element;
135
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
136
+ declare const GALAXY_S25_EDGE_FRAME: {
137
+ readonly bezelTop: 14;
138
+ readonly bezelBottom: 14;
139
+ readonly bezelLeft: 8;
140
+ readonly bezelRight: 8;
141
+ readonly totalWidth: 398;
142
+ readonly totalHeight: 852;
143
+ readonly screenWidth: 382;
144
+ readonly screenHeight: 824;
145
+ readonly screenRadius: 42;
146
+ };
147
+
148
+ /**
149
+ * Google Pixel 9 Pro XL — VERIFIED dimensions
150
+ *
151
+ * Screen: 448x968dp (CSS viewport)
152
+ * Physical: 1344x2904px at 3x DPR
153
+ * Display: 6.8" LTPO OLED, 120Hz, ~486 PPI
154
+ * Hardware: Center punch-hole camera, flat display
155
+ */
156
+ declare const PIXEL_9_PRO_XL_META: DeviceMeta;
157
+ declare const PIXEL_9_PRO_XL_LAYOUT: DeviceLayoutData;
158
+
159
+ interface DeviceSVGProps$1 {
160
+ colorScheme?: "light" | "dark";
161
+ style?: React.CSSProperties;
162
+ }
163
+ /**
164
+ * Pixel 9 Pro XL SVG Frame
165
+ *
166
+ * Dimensions: 448x968 logical points (screen area)
167
+ * Full frame includes bezels: ~472x1004pt total
168
+ *
169
+ * Structure:
170
+ * - Outer matte aluminum frame with distinctively rounded corners (Pixel style)
171
+ * - Screen cutout (transparent -- content shows through)
172
+ * - Center punch-hole camera (small circle at top center)
173
+ * - Power button on RIGHT side, Volume buttons on LEFT side (Pixel standard)
174
+ * - Bottom elements (USB-C port)
175
+ * - Gesture navigation bar (thin horizontal line near bottom)
176
+ * - data-zone annotations for DLC auto-derivation
177
+ *
178
+ * The SVG sits ON TOP of content with pointer-events: none.
179
+ * Bezels are opaque -- they mask any content that spills over.
180
+ * Screen area is transparent -- content shows through.
181
+ */
182
+ declare function Pixel9ProXLSVG({ colorScheme, style }: DeviceSVGProps$1): react_jsx_runtime.JSX.Element;
183
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
184
+ declare const PIXEL_9_PRO_XL_FRAME: {
185
+ readonly bezelTop: 18;
186
+ readonly bezelBottom: 18;
187
+ readonly bezelLeft: 12;
188
+ readonly bezelRight: 12;
189
+ readonly totalWidth: 472;
190
+ readonly totalHeight: 1004;
191
+ readonly screenWidth: 448;
192
+ readonly screenHeight: 968;
193
+ readonly screenRadius: 48;
194
+ };
195
+
196
+ /**
197
+ * Google Pixel 9 Pro — VERIFIED dimensions
198
+ *
199
+ * Screen: 393x851dp (CSS viewport)
200
+ * Physical: 1080x2340px at 3x DPR
201
+ * Display: 6.3" LTPO OLED, 120Hz, ~423 PPI
202
+ * Hardware: Center punch-hole camera, flat display
203
+ */
204
+ declare const PIXEL_9_PRO_META: DeviceMeta;
205
+ declare const PIXEL_9_PRO_LAYOUT: DeviceLayoutData;
206
+
207
+ interface DeviceSVGProps {
208
+ colorScheme?: "light" | "dark";
209
+ style?: React.CSSProperties;
210
+ }
211
+ /**
212
+ * Pixel 9 Pro SVG Frame
213
+ *
214
+ * Dimensions: 393x851 logical points (screen area)
215
+ * Full frame includes bezels: ~417x887pt total
216
+ *
217
+ * Structure:
218
+ * - Outer matte aluminum frame with distinctively rounded corners (Pixel style)
219
+ * - Screen cutout (transparent -- content shows through)
220
+ * - Center punch-hole camera (small circle at top center)
221
+ * - Power button on RIGHT side, Volume buttons on LEFT side (Pixel standard)
222
+ * - Bottom elements (USB-C port)
223
+ * - Gesture navigation bar (thin horizontal line near bottom)
224
+ * - data-zone annotations for DLC auto-derivation
225
+ *
226
+ * The SVG sits ON TOP of content with pointer-events: none.
227
+ * Bezels are opaque -- they mask any content that spills over.
228
+ * Screen area is transparent -- content shows through.
229
+ */
230
+ declare function Pixel9ProSVG({ colorScheme, style }: DeviceSVGProps): react_jsx_runtime.JSX.Element;
231
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
232
+ declare const PIXEL_9_PRO_FRAME: {
233
+ readonly bezelTop: 18;
234
+ readonly bezelBottom: 18;
235
+ readonly bezelLeft: 12;
236
+ readonly bezelRight: 12;
237
+ readonly totalWidth: 417;
238
+ readonly totalHeight: 887;
239
+ readonly screenWidth: 393;
240
+ readonly screenHeight: 851;
241
+ readonly screenRadius: 48;
242
+ };
243
+
244
+ export { GALAXY_S25_EDGE_FRAME, GALAXY_S25_EDGE_LAYOUT, GALAXY_S25_EDGE_META, GALAXY_S25_FRAME, GALAXY_S25_LAYOUT, GALAXY_S25_META, GALAXY_S25_ULTRA_FRAME, GALAXY_S25_ULTRA_LAYOUT, GALAXY_S25_ULTRA_META, GalaxyS25EdgeSVG, GalaxyS25SVG, GalaxyS25UltraSVG, PIXEL_9_PRO_FRAME, PIXEL_9_PRO_LAYOUT, PIXEL_9_PRO_META, PIXEL_9_PRO_XL_FRAME, PIXEL_9_PRO_XL_LAYOUT, PIXEL_9_PRO_XL_META, Pixel9ProSVG, Pixel9ProXLSVG };
@@ -0,0 +1,244 @@
1
+ import { a as DeviceLayoutData, D as DeviceMeta } from '../contract-types-Cw1rmF3b.js';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
+
4
+ /**
5
+ * Samsung Galaxy S25 Ultra — VERIFIED dimensions
6
+ *
7
+ * Screen: 384x824dp (CSS viewport)
8
+ * Physical: 1440x3088px at 3.75x DPR
9
+ * Display: 6.9" Dynamic LTPO AMOLED 2X, 120Hz, ~505 PPI
10
+ * Hardware: Center punch-hole camera, flat display, S Pen slot
11
+ */
12
+ declare const GALAXY_S25_ULTRA_META: DeviceMeta;
13
+ declare const GALAXY_S25_ULTRA_LAYOUT: DeviceLayoutData;
14
+
15
+ interface DeviceSVGProps$4 {
16
+ colorScheme?: "light" | "dark";
17
+ style?: React.CSSProperties;
18
+ }
19
+ /**
20
+ * Galaxy S25 Ultra SVG Frame
21
+ *
22
+ * Dimensions: 384x824 logical points (screen area)
23
+ * Full frame includes bezels: ~408x860pt total
24
+ *
25
+ * Structure:
26
+ * - Outer titanium frame with squared-off rounded corners
27
+ * - Screen cutout (transparent -- content shows through)
28
+ * - Center punch-hole camera (small circle at top center)
29
+ * - Right-side buttons (Volume Up, Volume Down, Power/Side key)
30
+ * - Bottom elements (USB-C port, S Pen slot)
31
+ * - Gesture navigation bar (thin horizontal line near bottom)
32
+ * - data-zone annotations for DLC auto-derivation
33
+ *
34
+ * The SVG sits ON TOP of content with pointer-events: none.
35
+ * Bezels are opaque -- they mask any content that spills over.
36
+ * Screen area is transparent -- content shows through.
37
+ */
38
+ declare function GalaxyS25UltraSVG({ colorScheme, style }: DeviceSVGProps$4): react_jsx_runtime.JSX.Element;
39
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
40
+ declare const GALAXY_S25_ULTRA_FRAME: {
41
+ readonly bezelTop: 18;
42
+ readonly bezelBottom: 18;
43
+ readonly bezelLeft: 12;
44
+ readonly bezelRight: 12;
45
+ readonly totalWidth: 408;
46
+ readonly totalHeight: 860;
47
+ readonly screenWidth: 384;
48
+ readonly screenHeight: 824;
49
+ readonly screenRadius: 42;
50
+ };
51
+
52
+ /**
53
+ * Samsung Galaxy S25 — VERIFIED dimensions
54
+ *
55
+ * Screen: 360x780dp (CSS viewport)
56
+ * Physical: 1080x2340px at 3x DPR
57
+ * Display: 6.2" Dynamic LTPO AMOLED 2X, 120Hz, ~425 PPI
58
+ * Hardware: Center punch-hole camera, flat display
59
+ */
60
+ declare const GALAXY_S25_META: DeviceMeta;
61
+ declare const GALAXY_S25_LAYOUT: DeviceLayoutData;
62
+
63
+ interface DeviceSVGProps$3 {
64
+ colorScheme?: "light" | "dark";
65
+ style?: React.CSSProperties;
66
+ }
67
+ /**
68
+ * Galaxy S25 SVG Frame
69
+ *
70
+ * Dimensions: 360x780 logical points (screen area)
71
+ * Full frame includes bezels: ~384x816pt total
72
+ *
73
+ * Structure:
74
+ * - Outer aluminum frame with squared-off rounded corners
75
+ * - Screen cutout (transparent -- content shows through)
76
+ * - Center punch-hole camera (small circle at top center)
77
+ * - Right-side buttons (Volume Up, Volume Down, Power/Side key)
78
+ * - Bottom elements (USB-C port)
79
+ * - Gesture navigation bar (thin horizontal line near bottom)
80
+ * - data-zone annotations for DLC auto-derivation
81
+ *
82
+ * The SVG sits ON TOP of content with pointer-events: none.
83
+ * Bezels are opaque -- they mask any content that spills over.
84
+ * Screen area is transparent -- content shows through.
85
+ */
86
+ declare function GalaxyS25SVG({ colorScheme, style }: DeviceSVGProps$3): react_jsx_runtime.JSX.Element;
87
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
88
+ declare const GALAXY_S25_FRAME: {
89
+ readonly bezelTop: 18;
90
+ readonly bezelBottom: 18;
91
+ readonly bezelLeft: 12;
92
+ readonly bezelRight: 12;
93
+ readonly totalWidth: 384;
94
+ readonly totalHeight: 816;
95
+ readonly screenWidth: 360;
96
+ readonly screenHeight: 780;
97
+ readonly screenRadius: 42;
98
+ };
99
+
100
+ /**
101
+ * Samsung Galaxy S25 Edge — VERIFIED dimensions
102
+ *
103
+ * Screen: 382x824dp (CSS viewport)
104
+ * Physical: 1440x3120px at 3.75x DPR
105
+ * Display: 6.7" Dynamic LTPO AMOLED 2X, 120Hz, ~510 PPI
106
+ * Hardware: Center punch-hole camera, ultra-thin flat display
107
+ */
108
+ declare const GALAXY_S25_EDGE_META: DeviceMeta;
109
+ declare const GALAXY_S25_EDGE_LAYOUT: DeviceLayoutData;
110
+
111
+ interface DeviceSVGProps$2 {
112
+ colorScheme?: "light" | "dark";
113
+ style?: React.CSSProperties;
114
+ }
115
+ /**
116
+ * Galaxy S25 Edge SVG Frame
117
+ *
118
+ * Dimensions: 382x824 logical points (screen area)
119
+ * Full frame includes bezels: ~398x852pt total (ultra-thin bezels)
120
+ *
121
+ * Structure:
122
+ * - Ultra-thin aluminum frame with squared-off rounded corners
123
+ * - Screen cutout (transparent -- content shows through)
124
+ * - Center punch-hole camera (small circle at top center)
125
+ * - Right-side buttons (Volume Up, Volume Down, Power/Side key)
126
+ * - Bottom elements (USB-C port)
127
+ * - Gesture navigation bar (thin horizontal line near bottom)
128
+ * - data-zone annotations for DLC auto-derivation
129
+ *
130
+ * The SVG sits ON TOP of content with pointer-events: none.
131
+ * Bezels are opaque -- they mask any content that spills over.
132
+ * Screen area is transparent -- content shows through.
133
+ */
134
+ declare function GalaxyS25EdgeSVG({ colorScheme, style }: DeviceSVGProps$2): react_jsx_runtime.JSX.Element;
135
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
136
+ declare const GALAXY_S25_EDGE_FRAME: {
137
+ readonly bezelTop: 14;
138
+ readonly bezelBottom: 14;
139
+ readonly bezelLeft: 8;
140
+ readonly bezelRight: 8;
141
+ readonly totalWidth: 398;
142
+ readonly totalHeight: 852;
143
+ readonly screenWidth: 382;
144
+ readonly screenHeight: 824;
145
+ readonly screenRadius: 42;
146
+ };
147
+
148
+ /**
149
+ * Google Pixel 9 Pro XL — VERIFIED dimensions
150
+ *
151
+ * Screen: 448x968dp (CSS viewport)
152
+ * Physical: 1344x2904px at 3x DPR
153
+ * Display: 6.8" LTPO OLED, 120Hz, ~486 PPI
154
+ * Hardware: Center punch-hole camera, flat display
155
+ */
156
+ declare const PIXEL_9_PRO_XL_META: DeviceMeta;
157
+ declare const PIXEL_9_PRO_XL_LAYOUT: DeviceLayoutData;
158
+
159
+ interface DeviceSVGProps$1 {
160
+ colorScheme?: "light" | "dark";
161
+ style?: React.CSSProperties;
162
+ }
163
+ /**
164
+ * Pixel 9 Pro XL SVG Frame
165
+ *
166
+ * Dimensions: 448x968 logical points (screen area)
167
+ * Full frame includes bezels: ~472x1004pt total
168
+ *
169
+ * Structure:
170
+ * - Outer matte aluminum frame with distinctively rounded corners (Pixel style)
171
+ * - Screen cutout (transparent -- content shows through)
172
+ * - Center punch-hole camera (small circle at top center)
173
+ * - Power button on RIGHT side, Volume buttons on LEFT side (Pixel standard)
174
+ * - Bottom elements (USB-C port)
175
+ * - Gesture navigation bar (thin horizontal line near bottom)
176
+ * - data-zone annotations for DLC auto-derivation
177
+ *
178
+ * The SVG sits ON TOP of content with pointer-events: none.
179
+ * Bezels are opaque -- they mask any content that spills over.
180
+ * Screen area is transparent -- content shows through.
181
+ */
182
+ declare function Pixel9ProXLSVG({ colorScheme, style }: DeviceSVGProps$1): react_jsx_runtime.JSX.Element;
183
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
184
+ declare const PIXEL_9_PRO_XL_FRAME: {
185
+ readonly bezelTop: 18;
186
+ readonly bezelBottom: 18;
187
+ readonly bezelLeft: 12;
188
+ readonly bezelRight: 12;
189
+ readonly totalWidth: 472;
190
+ readonly totalHeight: 1004;
191
+ readonly screenWidth: 448;
192
+ readonly screenHeight: 968;
193
+ readonly screenRadius: 48;
194
+ };
195
+
196
+ /**
197
+ * Google Pixel 9 Pro — VERIFIED dimensions
198
+ *
199
+ * Screen: 393x851dp (CSS viewport)
200
+ * Physical: 1080x2340px at 3x DPR
201
+ * Display: 6.3" LTPO OLED, 120Hz, ~423 PPI
202
+ * Hardware: Center punch-hole camera, flat display
203
+ */
204
+ declare const PIXEL_9_PRO_META: DeviceMeta;
205
+ declare const PIXEL_9_PRO_LAYOUT: DeviceLayoutData;
206
+
207
+ interface DeviceSVGProps {
208
+ colorScheme?: "light" | "dark";
209
+ style?: React.CSSProperties;
210
+ }
211
+ /**
212
+ * Pixel 9 Pro SVG Frame
213
+ *
214
+ * Dimensions: 393x851 logical points (screen area)
215
+ * Full frame includes bezels: ~417x887pt total
216
+ *
217
+ * Structure:
218
+ * - Outer matte aluminum frame with distinctively rounded corners (Pixel style)
219
+ * - Screen cutout (transparent -- content shows through)
220
+ * - Center punch-hole camera (small circle at top center)
221
+ * - Power button on RIGHT side, Volume buttons on LEFT side (Pixel standard)
222
+ * - Bottom elements (USB-C port)
223
+ * - Gesture navigation bar (thin horizontal line near bottom)
224
+ * - data-zone annotations for DLC auto-derivation
225
+ *
226
+ * The SVG sits ON TOP of content with pointer-events: none.
227
+ * Bezels are opaque -- they mask any content that spills over.
228
+ * Screen area is transparent -- content shows through.
229
+ */
230
+ declare function Pixel9ProSVG({ colorScheme, style }: DeviceSVGProps): react_jsx_runtime.JSX.Element;
231
+ /** Frame dimensions needed by DeviceFrame to position content correctly */
232
+ declare const PIXEL_9_PRO_FRAME: {
233
+ readonly bezelTop: 18;
234
+ readonly bezelBottom: 18;
235
+ readonly bezelLeft: 12;
236
+ readonly bezelRight: 12;
237
+ readonly totalWidth: 417;
238
+ readonly totalHeight: 887;
239
+ readonly screenWidth: 393;
240
+ readonly screenHeight: 851;
241
+ readonly screenRadius: 48;
242
+ };
243
+
244
+ export { GALAXY_S25_EDGE_FRAME, GALAXY_S25_EDGE_LAYOUT, GALAXY_S25_EDGE_META, GALAXY_S25_FRAME, GALAXY_S25_LAYOUT, GALAXY_S25_META, GALAXY_S25_ULTRA_FRAME, GALAXY_S25_ULTRA_LAYOUT, GALAXY_S25_ULTRA_META, GalaxyS25EdgeSVG, GalaxyS25SVG, GalaxyS25UltraSVG, PIXEL_9_PRO_FRAME, PIXEL_9_PRO_LAYOUT, PIXEL_9_PRO_META, PIXEL_9_PRO_XL_FRAME, PIXEL_9_PRO_XL_LAYOUT, PIXEL_9_PRO_XL_META, Pixel9ProSVG, Pixel9ProXLSVG };
@@ -0,0 +1,3 @@
1
+ export { GALAXY_S25_EDGE_FRAME, GALAXY_S25_EDGE_LAYOUT, GALAXY_S25_EDGE_META, GALAXY_S25_FRAME, GALAXY_S25_LAYOUT, GALAXY_S25_META, GALAXY_S25_ULTRA_FRAME, GALAXY_S25_ULTRA_LAYOUT, GALAXY_S25_ULTRA_META, GalaxyS25EdgeSVG, GalaxyS25SVG, GalaxyS25UltraSVG, PIXEL_9_PRO_FRAME, PIXEL_9_PRO_LAYOUT, PIXEL_9_PRO_META, PIXEL_9_PRO_XL_FRAME, PIXEL_9_PRO_XL_LAYOUT, PIXEL_9_PRO_XL_META, Pixel9ProSVG, Pixel9ProXLSVG } from '../chunk-QQFC4CAP.js';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}