storybook-device-viewports 0.0.1 → 0.1.0-preview.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.
- package/LICENSE +21 -0
- package/README.ja.md +113 -0
- package/README.md +97 -29
- package/dist/apple/index.d.mts +573 -0
- package/dist/apple/index.mjs +11 -0
- package/dist/apple/mobile.d.mts +685 -0
- package/dist/apple/mobile.mjs +3 -0
- package/dist/apple/tablet.d.mts +493 -0
- package/dist/apple/tablet.mjs +3 -0
- package/dist/google/index.d.mts +157 -0
- package/dist/google/index.mjs +7 -0
- package/dist/google/mobile.d.mts +327 -0
- package/dist/google/mobile.mjs +3 -0
- package/dist/index.d.mts +725 -0
- package/dist/index.mjs +14 -0
- package/dist/mobile-B18IT4fV.mjs +181 -0
- package/dist/mobile-XOiE5maI.mjs +370 -0
- package/dist/tablet-DzGF8Wal.mjs +258 -0
- package/package.json +62 -6
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,725 @@
|
|
|
1
|
+
//#region src/index.d.ts
|
|
2
|
+
declare const AWESOME_DEVICE_VIEWPORTS: {
|
|
3
|
+
readonly pixel1xl: {
|
|
4
|
+
readonly name: "Pixel XL";
|
|
5
|
+
readonly styles: {
|
|
6
|
+
readonly width: "412px";
|
|
7
|
+
readonly height: "732px";
|
|
8
|
+
};
|
|
9
|
+
readonly type: "mobile";
|
|
10
|
+
};
|
|
11
|
+
readonly pixel1: {
|
|
12
|
+
readonly name: "Pixel";
|
|
13
|
+
readonly styles: {
|
|
14
|
+
readonly width: "412px";
|
|
15
|
+
readonly height: "732px";
|
|
16
|
+
};
|
|
17
|
+
readonly type: "mobile";
|
|
18
|
+
};
|
|
19
|
+
readonly pixel2xl: {
|
|
20
|
+
readonly name: "Pixel 2 XL";
|
|
21
|
+
readonly styles: {
|
|
22
|
+
readonly width: "412px";
|
|
23
|
+
readonly height: "824px";
|
|
24
|
+
};
|
|
25
|
+
readonly type: "mobile";
|
|
26
|
+
};
|
|
27
|
+
readonly pixel2: {
|
|
28
|
+
readonly name: "Pixel 2";
|
|
29
|
+
readonly styles: {
|
|
30
|
+
readonly width: "412px";
|
|
31
|
+
readonly height: "732px";
|
|
32
|
+
};
|
|
33
|
+
readonly type: "mobile";
|
|
34
|
+
};
|
|
35
|
+
readonly pixel3xl: {
|
|
36
|
+
readonly name: "Pixel 3 XL";
|
|
37
|
+
readonly styles: {
|
|
38
|
+
readonly width: "412px";
|
|
39
|
+
readonly height: "846px";
|
|
40
|
+
};
|
|
41
|
+
readonly type: "mobile";
|
|
42
|
+
};
|
|
43
|
+
readonly pixel3: {
|
|
44
|
+
readonly name: "Pixel 3";
|
|
45
|
+
readonly styles: {
|
|
46
|
+
readonly width: "393px";
|
|
47
|
+
readonly height: "786px";
|
|
48
|
+
};
|
|
49
|
+
readonly type: "mobile";
|
|
50
|
+
};
|
|
51
|
+
readonly pixel3axl: {
|
|
52
|
+
readonly name: "Pixel 3a XL";
|
|
53
|
+
readonly styles: {
|
|
54
|
+
readonly width: "412px";
|
|
55
|
+
readonly height: "824px";
|
|
56
|
+
};
|
|
57
|
+
readonly type: "mobile";
|
|
58
|
+
};
|
|
59
|
+
readonly pixel3a: {
|
|
60
|
+
readonly name: "Pixel 3a";
|
|
61
|
+
readonly styles: {
|
|
62
|
+
readonly width: "393px";
|
|
63
|
+
readonly height: "808px";
|
|
64
|
+
};
|
|
65
|
+
readonly type: "mobile";
|
|
66
|
+
};
|
|
67
|
+
readonly pixel4xl: {
|
|
68
|
+
readonly name: "Pixel 4 XL";
|
|
69
|
+
readonly styles: {
|
|
70
|
+
readonly width: "412px";
|
|
71
|
+
readonly height: "869px";
|
|
72
|
+
};
|
|
73
|
+
readonly type: "mobile";
|
|
74
|
+
};
|
|
75
|
+
readonly pixel4: {
|
|
76
|
+
readonly name: "Pixel 4";
|
|
77
|
+
readonly styles: {
|
|
78
|
+
readonly width: "393px";
|
|
79
|
+
readonly height: "830px";
|
|
80
|
+
};
|
|
81
|
+
readonly type: "mobile";
|
|
82
|
+
};
|
|
83
|
+
readonly pixel5: {
|
|
84
|
+
readonly name: "Pixel 5";
|
|
85
|
+
readonly styles: {
|
|
86
|
+
readonly width: "393px";
|
|
87
|
+
readonly height: "851px";
|
|
88
|
+
};
|
|
89
|
+
readonly type: "mobile";
|
|
90
|
+
};
|
|
91
|
+
readonly pixel6pro: {
|
|
92
|
+
readonly name: "Pixel 6 Pro";
|
|
93
|
+
readonly styles: {
|
|
94
|
+
readonly width: "412px";
|
|
95
|
+
readonly height: "892px";
|
|
96
|
+
};
|
|
97
|
+
readonly type: "mobile";
|
|
98
|
+
};
|
|
99
|
+
readonly pixel6: {
|
|
100
|
+
readonly name: "Pixel 6";
|
|
101
|
+
readonly styles: {
|
|
102
|
+
readonly width: "412px";
|
|
103
|
+
readonly height: "915px";
|
|
104
|
+
};
|
|
105
|
+
readonly type: "mobile";
|
|
106
|
+
};
|
|
107
|
+
readonly pixel7pro: {
|
|
108
|
+
readonly name: "Pixel 7 Pro";
|
|
109
|
+
readonly styles: {
|
|
110
|
+
readonly width: "412px";
|
|
111
|
+
readonly height: "892px";
|
|
112
|
+
};
|
|
113
|
+
readonly type: "mobile";
|
|
114
|
+
};
|
|
115
|
+
readonly pixel7: {
|
|
116
|
+
readonly name: "Pixel 7";
|
|
117
|
+
readonly styles: {
|
|
118
|
+
readonly width: "412px";
|
|
119
|
+
readonly height: "915px";
|
|
120
|
+
};
|
|
121
|
+
readonly type: "mobile";
|
|
122
|
+
};
|
|
123
|
+
readonly pixel7a: {
|
|
124
|
+
readonly name: "Pixel 7a";
|
|
125
|
+
readonly styles: {
|
|
126
|
+
readonly width: "412px";
|
|
127
|
+
readonly height: "915px";
|
|
128
|
+
};
|
|
129
|
+
readonly type: "mobile";
|
|
130
|
+
};
|
|
131
|
+
readonly pixel8pro: {
|
|
132
|
+
readonly name: "Pixel 8 Pro";
|
|
133
|
+
readonly styles: {
|
|
134
|
+
readonly width: "448px";
|
|
135
|
+
readonly height: "998px";
|
|
136
|
+
};
|
|
137
|
+
readonly type: "mobile";
|
|
138
|
+
};
|
|
139
|
+
readonly pixel8: {
|
|
140
|
+
readonly name: "Pixel 8";
|
|
141
|
+
readonly styles: {
|
|
142
|
+
readonly width: "412px";
|
|
143
|
+
readonly height: "915px";
|
|
144
|
+
};
|
|
145
|
+
readonly type: "mobile";
|
|
146
|
+
};
|
|
147
|
+
readonly pixel9: {
|
|
148
|
+
readonly name: "Pixel 9";
|
|
149
|
+
readonly styles: {
|
|
150
|
+
readonly width: "412px";
|
|
151
|
+
readonly height: "915px";
|
|
152
|
+
};
|
|
153
|
+
readonly type: "mobile";
|
|
154
|
+
};
|
|
155
|
+
readonly ipadMini7th: {
|
|
156
|
+
readonly name: "iPad mini (7th Gen, 2024)";
|
|
157
|
+
readonly styles: {
|
|
158
|
+
readonly width: "744px";
|
|
159
|
+
readonly height: "1133px";
|
|
160
|
+
};
|
|
161
|
+
readonly type: "tablet";
|
|
162
|
+
};
|
|
163
|
+
readonly ipadMini6th: {
|
|
164
|
+
readonly name: "iPad mini (6th Gen, 2021)";
|
|
165
|
+
readonly styles: {
|
|
166
|
+
readonly width: "744px";
|
|
167
|
+
readonly height: "1133px";
|
|
168
|
+
};
|
|
169
|
+
readonly type: "tablet";
|
|
170
|
+
};
|
|
171
|
+
readonly ipadMini5th: {
|
|
172
|
+
readonly name: "iPad mini (5th Gen, 2019)";
|
|
173
|
+
readonly styles: {
|
|
174
|
+
readonly width: "768px";
|
|
175
|
+
readonly height: "1024px";
|
|
176
|
+
};
|
|
177
|
+
readonly type: "tablet";
|
|
178
|
+
};
|
|
179
|
+
readonly ipadMini4: {
|
|
180
|
+
readonly name: "iPad mini 4 (2015)";
|
|
181
|
+
readonly styles: {
|
|
182
|
+
readonly width: "768px";
|
|
183
|
+
readonly height: "1024px";
|
|
184
|
+
};
|
|
185
|
+
readonly type: "tablet";
|
|
186
|
+
};
|
|
187
|
+
readonly ipad10th: {
|
|
188
|
+
readonly name: "iPad (10th Gen, 2022)";
|
|
189
|
+
readonly styles: {
|
|
190
|
+
readonly width: "820px";
|
|
191
|
+
readonly height: "1180px";
|
|
192
|
+
};
|
|
193
|
+
readonly type: "tablet";
|
|
194
|
+
};
|
|
195
|
+
readonly ipad9th: {
|
|
196
|
+
readonly name: "iPad (9th Gen, 2021)";
|
|
197
|
+
readonly styles: {
|
|
198
|
+
readonly width: "810px";
|
|
199
|
+
readonly height: "1080px";
|
|
200
|
+
};
|
|
201
|
+
readonly type: "tablet";
|
|
202
|
+
};
|
|
203
|
+
readonly ipad8th: {
|
|
204
|
+
readonly name: "iPad (8th Gen, 2020)";
|
|
205
|
+
readonly styles: {
|
|
206
|
+
readonly width: "810px";
|
|
207
|
+
readonly height: "1080px";
|
|
208
|
+
};
|
|
209
|
+
readonly type: "tablet";
|
|
210
|
+
};
|
|
211
|
+
readonly ipad7th: {
|
|
212
|
+
readonly name: "iPad (7th Gen, 2019)";
|
|
213
|
+
readonly styles: {
|
|
214
|
+
readonly width: "810px";
|
|
215
|
+
readonly height: "1080px";
|
|
216
|
+
};
|
|
217
|
+
readonly type: "tablet";
|
|
218
|
+
};
|
|
219
|
+
readonly ipad6th: {
|
|
220
|
+
readonly name: "iPad (6th Gen, 2018)";
|
|
221
|
+
readonly styles: {
|
|
222
|
+
readonly width: "768px";
|
|
223
|
+
readonly height: "1024px";
|
|
224
|
+
};
|
|
225
|
+
readonly type: "tablet";
|
|
226
|
+
};
|
|
227
|
+
readonly ipad5th: {
|
|
228
|
+
readonly name: "iPad (5th Gen, 2017)";
|
|
229
|
+
readonly styles: {
|
|
230
|
+
readonly width: "768px";
|
|
231
|
+
readonly height: "1024px";
|
|
232
|
+
};
|
|
233
|
+
readonly type: "tablet";
|
|
234
|
+
};
|
|
235
|
+
readonly ipadAir13_6th: {
|
|
236
|
+
readonly name: "iPad Air 13 (6th Gen, 2024)";
|
|
237
|
+
readonly styles: {
|
|
238
|
+
readonly width: "1024px";
|
|
239
|
+
readonly height: "1366px";
|
|
240
|
+
};
|
|
241
|
+
readonly type: "tablet";
|
|
242
|
+
};
|
|
243
|
+
readonly ipadAir11_6th: {
|
|
244
|
+
readonly name: "iPad Air 11 (6th Gen, 2024)";
|
|
245
|
+
readonly styles: {
|
|
246
|
+
readonly width: "820px";
|
|
247
|
+
readonly height: "1180px";
|
|
248
|
+
};
|
|
249
|
+
readonly type: "tablet";
|
|
250
|
+
};
|
|
251
|
+
readonly ipadAir5th: {
|
|
252
|
+
readonly name: "iPad Air (5th Gen, 2022)";
|
|
253
|
+
readonly styles: {
|
|
254
|
+
readonly width: "820px";
|
|
255
|
+
readonly height: "1180px";
|
|
256
|
+
};
|
|
257
|
+
readonly type: "tablet";
|
|
258
|
+
};
|
|
259
|
+
readonly ipadAir4th: {
|
|
260
|
+
readonly name: "iPad Air (4th Gen, 2020)";
|
|
261
|
+
readonly styles: {
|
|
262
|
+
readonly width: "820px";
|
|
263
|
+
readonly height: "1180px";
|
|
264
|
+
};
|
|
265
|
+
readonly type: "tablet";
|
|
266
|
+
};
|
|
267
|
+
readonly ipadAir3rd: {
|
|
268
|
+
readonly name: "iPad Air (3rd Gen, 2019)";
|
|
269
|
+
readonly styles: {
|
|
270
|
+
readonly width: "834px";
|
|
271
|
+
readonly height: "1112px";
|
|
272
|
+
};
|
|
273
|
+
readonly type: "tablet";
|
|
274
|
+
};
|
|
275
|
+
readonly ipadAir2: {
|
|
276
|
+
readonly name: "iPad Air 2 (2014/15)";
|
|
277
|
+
readonly styles: {
|
|
278
|
+
readonly width: "768px";
|
|
279
|
+
readonly height: "1024px";
|
|
280
|
+
};
|
|
281
|
+
readonly type: "tablet";
|
|
282
|
+
};
|
|
283
|
+
readonly ipadPro13_7th: {
|
|
284
|
+
readonly name: "iPad Pro 13 (7th Gen, 2024)";
|
|
285
|
+
readonly styles: {
|
|
286
|
+
readonly width: "1032px";
|
|
287
|
+
readonly height: "1376px";
|
|
288
|
+
};
|
|
289
|
+
readonly type: "tablet";
|
|
290
|
+
};
|
|
291
|
+
readonly ipadPro11_7th: {
|
|
292
|
+
readonly name: "iPad Pro 11 (7th Gen, 2024)";
|
|
293
|
+
readonly styles: {
|
|
294
|
+
readonly width: "834px";
|
|
295
|
+
readonly height: "1210px";
|
|
296
|
+
};
|
|
297
|
+
readonly type: "tablet";
|
|
298
|
+
};
|
|
299
|
+
readonly ipadPro12_9_6th: {
|
|
300
|
+
readonly name: "iPad Pro 12.9 (6th Gen, 2022)";
|
|
301
|
+
readonly styles: {
|
|
302
|
+
readonly width: "1024px";
|
|
303
|
+
readonly height: "1366px";
|
|
304
|
+
};
|
|
305
|
+
readonly type: "tablet";
|
|
306
|
+
};
|
|
307
|
+
readonly ipadPro11_6th: {
|
|
308
|
+
readonly name: "iPad Pro 11 (6th Gen, 2022)";
|
|
309
|
+
readonly styles: {
|
|
310
|
+
readonly width: "834px";
|
|
311
|
+
readonly height: "1194px";
|
|
312
|
+
};
|
|
313
|
+
readonly type: "tablet";
|
|
314
|
+
};
|
|
315
|
+
readonly ipadPro12_9_5th: {
|
|
316
|
+
readonly name: "iPad Pro 12.9 (5th Gen, 2021)";
|
|
317
|
+
readonly styles: {
|
|
318
|
+
readonly width: "1024px";
|
|
319
|
+
readonly height: "1366px";
|
|
320
|
+
};
|
|
321
|
+
readonly type: "tablet";
|
|
322
|
+
};
|
|
323
|
+
readonly ipadPro11_5th: {
|
|
324
|
+
readonly name: "iPad Pro 11 (5th Gen, 2021)";
|
|
325
|
+
readonly styles: {
|
|
326
|
+
readonly width: "834px";
|
|
327
|
+
readonly height: "1194px";
|
|
328
|
+
};
|
|
329
|
+
readonly type: "tablet";
|
|
330
|
+
};
|
|
331
|
+
readonly ipadPro12_9_4th: {
|
|
332
|
+
readonly name: "iPad Pro 12.9 (4th Gen, 2020)";
|
|
333
|
+
readonly styles: {
|
|
334
|
+
readonly width: "1024px";
|
|
335
|
+
readonly height: "1366px";
|
|
336
|
+
};
|
|
337
|
+
readonly type: "tablet";
|
|
338
|
+
};
|
|
339
|
+
readonly ipadPro11_4th: {
|
|
340
|
+
readonly name: "iPad Pro 11 (4th Gen, 2020)";
|
|
341
|
+
readonly styles: {
|
|
342
|
+
readonly width: "834px";
|
|
343
|
+
readonly height: "1194px";
|
|
344
|
+
};
|
|
345
|
+
readonly type: "tablet";
|
|
346
|
+
};
|
|
347
|
+
readonly ipadPro12_9_3rd: {
|
|
348
|
+
readonly name: "iPad Pro 12.9 (3rd Gen, 2018)";
|
|
349
|
+
readonly styles: {
|
|
350
|
+
readonly width: "1024px";
|
|
351
|
+
readonly height: "1366px";
|
|
352
|
+
};
|
|
353
|
+
readonly type: "tablet";
|
|
354
|
+
};
|
|
355
|
+
readonly ipadPro11_3rd: {
|
|
356
|
+
readonly name: "iPad Pro 11 (3rd Gen, 2018)";
|
|
357
|
+
readonly styles: {
|
|
358
|
+
readonly width: "834px";
|
|
359
|
+
readonly height: "1194px";
|
|
360
|
+
};
|
|
361
|
+
readonly type: "tablet";
|
|
362
|
+
};
|
|
363
|
+
readonly ipadPro12_9_2nd: {
|
|
364
|
+
readonly name: "iPad Pro 12.9 (2nd Gen, 2017)";
|
|
365
|
+
readonly styles: {
|
|
366
|
+
readonly width: "1024px";
|
|
367
|
+
readonly height: "1366px";
|
|
368
|
+
};
|
|
369
|
+
readonly type: "tablet";
|
|
370
|
+
};
|
|
371
|
+
readonly ipadPro10_5_2nd: {
|
|
372
|
+
readonly name: "iPad Pro 10.5 (2nd Gen, 2017)";
|
|
373
|
+
readonly styles: {
|
|
374
|
+
readonly width: "834px";
|
|
375
|
+
readonly height: "1112px";
|
|
376
|
+
};
|
|
377
|
+
readonly type: "tablet";
|
|
378
|
+
};
|
|
379
|
+
readonly ipadPro9_7_1st: {
|
|
380
|
+
readonly name: "iPad Pro 9.7 (1st Gen, 2016)";
|
|
381
|
+
readonly styles: {
|
|
382
|
+
readonly width: "768px";
|
|
383
|
+
readonly height: "1024px";
|
|
384
|
+
};
|
|
385
|
+
readonly type: "tablet";
|
|
386
|
+
};
|
|
387
|
+
readonly ipadPro12_9_1st: {
|
|
388
|
+
readonly name: "iPad Pro 12.9 (1st Gen, 2015)";
|
|
389
|
+
readonly styles: {
|
|
390
|
+
readonly width: "1024px";
|
|
391
|
+
readonly height: "1366px";
|
|
392
|
+
};
|
|
393
|
+
readonly type: "tablet";
|
|
394
|
+
};
|
|
395
|
+
readonly iphonesese2022: {
|
|
396
|
+
readonly name: "iPhone SE 2022";
|
|
397
|
+
readonly styles: {
|
|
398
|
+
readonly width: "375px";
|
|
399
|
+
readonly height: "667px";
|
|
400
|
+
};
|
|
401
|
+
readonly type: "mobile";
|
|
402
|
+
};
|
|
403
|
+
readonly iphonesese2020: {
|
|
404
|
+
readonly name: "iPhone SE 2020";
|
|
405
|
+
readonly styles: {
|
|
406
|
+
readonly width: "375px";
|
|
407
|
+
readonly height: "667px";
|
|
408
|
+
};
|
|
409
|
+
readonly type: "mobile";
|
|
410
|
+
};
|
|
411
|
+
readonly iphonese: {
|
|
412
|
+
readonly name: "iPhone SE";
|
|
413
|
+
readonly styles: {
|
|
414
|
+
readonly width: "320px";
|
|
415
|
+
readonly height: "568px";
|
|
416
|
+
};
|
|
417
|
+
readonly type: "mobile";
|
|
418
|
+
};
|
|
419
|
+
readonly iphone6sp: {
|
|
420
|
+
readonly name: "iPhone 6s Plus";
|
|
421
|
+
readonly styles: {
|
|
422
|
+
readonly width: "414px";
|
|
423
|
+
readonly height: "736px";
|
|
424
|
+
};
|
|
425
|
+
readonly type: "mobile";
|
|
426
|
+
};
|
|
427
|
+
readonly iphone6s: {
|
|
428
|
+
readonly name: "iPhone 6s";
|
|
429
|
+
readonly styles: {
|
|
430
|
+
readonly width: "375px";
|
|
431
|
+
readonly height: "667px";
|
|
432
|
+
};
|
|
433
|
+
readonly type: "mobile";
|
|
434
|
+
};
|
|
435
|
+
readonly iphone7p: {
|
|
436
|
+
readonly name: "iPhone 7 Plus";
|
|
437
|
+
readonly styles: {
|
|
438
|
+
readonly width: "414px";
|
|
439
|
+
readonly height: "736px";
|
|
440
|
+
};
|
|
441
|
+
readonly type: "mobile";
|
|
442
|
+
};
|
|
443
|
+
readonly iphone7: {
|
|
444
|
+
readonly name: "iPhone 7";
|
|
445
|
+
readonly styles: {
|
|
446
|
+
readonly width: "375px";
|
|
447
|
+
readonly height: "667px";
|
|
448
|
+
};
|
|
449
|
+
readonly type: "mobile";
|
|
450
|
+
};
|
|
451
|
+
readonly iphone8p: {
|
|
452
|
+
readonly name: "iPhone 8 Plus";
|
|
453
|
+
readonly styles: {
|
|
454
|
+
readonly width: "414px";
|
|
455
|
+
readonly height: "736px";
|
|
456
|
+
};
|
|
457
|
+
readonly type: "mobile";
|
|
458
|
+
};
|
|
459
|
+
readonly iphone8: {
|
|
460
|
+
readonly name: "iPhone 8";
|
|
461
|
+
readonly styles: {
|
|
462
|
+
readonly width: "375px";
|
|
463
|
+
readonly height: "667px";
|
|
464
|
+
};
|
|
465
|
+
readonly type: "mobile";
|
|
466
|
+
};
|
|
467
|
+
readonly iphonexsmax: {
|
|
468
|
+
readonly name: "iPhone XS Max";
|
|
469
|
+
readonly styles: {
|
|
470
|
+
readonly width: "414px";
|
|
471
|
+
readonly height: "896px";
|
|
472
|
+
};
|
|
473
|
+
readonly type: "mobile";
|
|
474
|
+
};
|
|
475
|
+
readonly iphonexs: {
|
|
476
|
+
readonly name: "iPhone XS";
|
|
477
|
+
readonly styles: {
|
|
478
|
+
readonly width: "375px";
|
|
479
|
+
readonly height: "812px";
|
|
480
|
+
};
|
|
481
|
+
readonly type: "mobile";
|
|
482
|
+
};
|
|
483
|
+
readonly iphonexr: {
|
|
484
|
+
readonly name: "iPhone XR";
|
|
485
|
+
readonly styles: {
|
|
486
|
+
readonly width: "414px";
|
|
487
|
+
readonly height: "896px";
|
|
488
|
+
};
|
|
489
|
+
readonly type: "mobile";
|
|
490
|
+
};
|
|
491
|
+
readonly iphonex: {
|
|
492
|
+
readonly name: "iPhone X";
|
|
493
|
+
readonly styles: {
|
|
494
|
+
readonly width: "375px";
|
|
495
|
+
readonly height: "812px";
|
|
496
|
+
};
|
|
497
|
+
readonly type: "mobile";
|
|
498
|
+
};
|
|
499
|
+
readonly iphone11promax: {
|
|
500
|
+
readonly name: "iPhone 11 Pro Max";
|
|
501
|
+
readonly styles: {
|
|
502
|
+
readonly width: "414px";
|
|
503
|
+
readonly height: "896px";
|
|
504
|
+
};
|
|
505
|
+
readonly type: "mobile";
|
|
506
|
+
};
|
|
507
|
+
readonly iphone11pro: {
|
|
508
|
+
readonly name: "iPhone 11 Pro";
|
|
509
|
+
readonly styles: {
|
|
510
|
+
readonly width: "375px";
|
|
511
|
+
readonly height: "812px";
|
|
512
|
+
};
|
|
513
|
+
readonly type: "mobile";
|
|
514
|
+
};
|
|
515
|
+
readonly iphone11: {
|
|
516
|
+
readonly name: "iPhone 11";
|
|
517
|
+
readonly styles: {
|
|
518
|
+
readonly width: "414px";
|
|
519
|
+
readonly height: "896px";
|
|
520
|
+
};
|
|
521
|
+
readonly type: "mobile";
|
|
522
|
+
};
|
|
523
|
+
readonly iphone12promax: {
|
|
524
|
+
readonly name: "iPhone 12 Pro Max";
|
|
525
|
+
readonly styles: {
|
|
526
|
+
readonly width: "428px";
|
|
527
|
+
readonly height: "926px";
|
|
528
|
+
};
|
|
529
|
+
readonly type: "mobile";
|
|
530
|
+
};
|
|
531
|
+
readonly iphone12pro: {
|
|
532
|
+
readonly name: "iPhone 12 Pro";
|
|
533
|
+
readonly styles: {
|
|
534
|
+
readonly width: "390px";
|
|
535
|
+
readonly height: "844px";
|
|
536
|
+
};
|
|
537
|
+
readonly type: "mobile";
|
|
538
|
+
};
|
|
539
|
+
readonly iphone12: {
|
|
540
|
+
readonly name: "iPhone 12";
|
|
541
|
+
readonly styles: {
|
|
542
|
+
readonly width: "390px";
|
|
543
|
+
readonly height: "844px";
|
|
544
|
+
};
|
|
545
|
+
readonly type: "mobile";
|
|
546
|
+
};
|
|
547
|
+
readonly iphone12mini: {
|
|
548
|
+
readonly name: "iPhone 12 Mini";
|
|
549
|
+
readonly styles: {
|
|
550
|
+
readonly width: "375px";
|
|
551
|
+
readonly height: "812px";
|
|
552
|
+
};
|
|
553
|
+
readonly type: "mobile";
|
|
554
|
+
};
|
|
555
|
+
readonly iphone13promax: {
|
|
556
|
+
readonly name: "iPhone 13 Pro Max";
|
|
557
|
+
readonly styles: {
|
|
558
|
+
readonly width: "428px";
|
|
559
|
+
readonly height: "926px";
|
|
560
|
+
};
|
|
561
|
+
readonly type: "mobile";
|
|
562
|
+
};
|
|
563
|
+
readonly iphone13pro: {
|
|
564
|
+
readonly name: "iPhone 13 Pro";
|
|
565
|
+
readonly styles: {
|
|
566
|
+
readonly width: "390px";
|
|
567
|
+
readonly height: "844px";
|
|
568
|
+
};
|
|
569
|
+
readonly type: "mobile";
|
|
570
|
+
};
|
|
571
|
+
readonly iphone13: {
|
|
572
|
+
readonly name: "iPhone 13";
|
|
573
|
+
readonly styles: {
|
|
574
|
+
readonly width: "390px";
|
|
575
|
+
readonly height: "844px";
|
|
576
|
+
};
|
|
577
|
+
readonly type: "mobile";
|
|
578
|
+
};
|
|
579
|
+
readonly iphone13mini: {
|
|
580
|
+
readonly name: "iPhone 13 Mini";
|
|
581
|
+
readonly styles: {
|
|
582
|
+
readonly width: "375px";
|
|
583
|
+
readonly height: "812px";
|
|
584
|
+
};
|
|
585
|
+
readonly type: "mobile";
|
|
586
|
+
};
|
|
587
|
+
readonly iphone14promax: {
|
|
588
|
+
readonly name: "iPhone 14 Pro Max";
|
|
589
|
+
readonly styles: {
|
|
590
|
+
readonly width: "430px";
|
|
591
|
+
readonly height: "932px";
|
|
592
|
+
};
|
|
593
|
+
readonly type: "mobile";
|
|
594
|
+
};
|
|
595
|
+
readonly iphone14pro: {
|
|
596
|
+
readonly name: "iPhone 14 Pro";
|
|
597
|
+
readonly styles: {
|
|
598
|
+
readonly width: "393px";
|
|
599
|
+
readonly height: "852px";
|
|
600
|
+
};
|
|
601
|
+
readonly type: "mobile";
|
|
602
|
+
};
|
|
603
|
+
readonly iphone14p: {
|
|
604
|
+
readonly name: "iPhone 14 Plus";
|
|
605
|
+
readonly styles: {
|
|
606
|
+
readonly width: "428px";
|
|
607
|
+
readonly height: "926px";
|
|
608
|
+
};
|
|
609
|
+
readonly type: "mobile";
|
|
610
|
+
};
|
|
611
|
+
readonly iphone14: {
|
|
612
|
+
readonly name: "iPhone 14";
|
|
613
|
+
readonly styles: {
|
|
614
|
+
readonly width: "390px";
|
|
615
|
+
readonly height: "844px";
|
|
616
|
+
};
|
|
617
|
+
readonly type: "mobile";
|
|
618
|
+
};
|
|
619
|
+
readonly iphone15promax: {
|
|
620
|
+
readonly name: "iPhone 15 Pro Max";
|
|
621
|
+
readonly styles: {
|
|
622
|
+
readonly width: "430px";
|
|
623
|
+
readonly height: "932px";
|
|
624
|
+
};
|
|
625
|
+
readonly type: "mobile";
|
|
626
|
+
};
|
|
627
|
+
readonly iphone15pro: {
|
|
628
|
+
readonly name: "iPhone 15 Pro";
|
|
629
|
+
readonly styles: {
|
|
630
|
+
readonly width: "393px";
|
|
631
|
+
readonly height: "852px";
|
|
632
|
+
};
|
|
633
|
+
readonly type: "mobile";
|
|
634
|
+
};
|
|
635
|
+
readonly iphone15p: {
|
|
636
|
+
readonly name: "iPhone 15 Plus";
|
|
637
|
+
readonly styles: {
|
|
638
|
+
readonly width: "430px";
|
|
639
|
+
readonly height: "932px";
|
|
640
|
+
};
|
|
641
|
+
readonly type: "mobile";
|
|
642
|
+
};
|
|
643
|
+
readonly iphone15: {
|
|
644
|
+
readonly name: "iPhone 15";
|
|
645
|
+
readonly styles: {
|
|
646
|
+
readonly width: "393px";
|
|
647
|
+
readonly height: "852px";
|
|
648
|
+
};
|
|
649
|
+
readonly type: "mobile";
|
|
650
|
+
};
|
|
651
|
+
readonly iphone16promax: {
|
|
652
|
+
readonly name: "iPhone 16 Pro Max";
|
|
653
|
+
readonly styles: {
|
|
654
|
+
readonly width: "440px";
|
|
655
|
+
readonly height: "956px";
|
|
656
|
+
};
|
|
657
|
+
readonly type: "mobile";
|
|
658
|
+
};
|
|
659
|
+
readonly iphone16pro: {
|
|
660
|
+
readonly name: "iPhone 16 Pro";
|
|
661
|
+
readonly styles: {
|
|
662
|
+
readonly width: "402px";
|
|
663
|
+
readonly height: "874px";
|
|
664
|
+
};
|
|
665
|
+
readonly type: "mobile";
|
|
666
|
+
};
|
|
667
|
+
readonly iphone16p: {
|
|
668
|
+
readonly name: "iPhone 16 Plus";
|
|
669
|
+
readonly styles: {
|
|
670
|
+
readonly width: "430px";
|
|
671
|
+
readonly height: "932px";
|
|
672
|
+
};
|
|
673
|
+
readonly type: "mobile";
|
|
674
|
+
};
|
|
675
|
+
readonly iphone16: {
|
|
676
|
+
readonly name: "iPhone 16";
|
|
677
|
+
readonly styles: {
|
|
678
|
+
readonly width: "393px";
|
|
679
|
+
readonly height: "852px";
|
|
680
|
+
};
|
|
681
|
+
readonly type: "mobile";
|
|
682
|
+
};
|
|
683
|
+
readonly iphone16e: {
|
|
684
|
+
readonly name: "iPhone 16e";
|
|
685
|
+
readonly styles: {
|
|
686
|
+
readonly width: "390px";
|
|
687
|
+
readonly height: "844px";
|
|
688
|
+
};
|
|
689
|
+
readonly type: "mobile";
|
|
690
|
+
};
|
|
691
|
+
readonly iphone17promax: {
|
|
692
|
+
readonly name: "iPhone 17 Pro Max";
|
|
693
|
+
readonly styles: {
|
|
694
|
+
readonly width: "440px";
|
|
695
|
+
readonly height: "956px";
|
|
696
|
+
};
|
|
697
|
+
readonly type: "mobile";
|
|
698
|
+
};
|
|
699
|
+
readonly iphone17pro: {
|
|
700
|
+
readonly name: "iPhone 17 Pro";
|
|
701
|
+
readonly styles: {
|
|
702
|
+
readonly width: "402px";
|
|
703
|
+
readonly height: "874px";
|
|
704
|
+
};
|
|
705
|
+
readonly type: "mobile";
|
|
706
|
+
};
|
|
707
|
+
readonly iphoneair: {
|
|
708
|
+
readonly name: "iPhone Air";
|
|
709
|
+
readonly styles: {
|
|
710
|
+
readonly width: "420px";
|
|
711
|
+
readonly height: "912px";
|
|
712
|
+
};
|
|
713
|
+
readonly type: "mobile";
|
|
714
|
+
};
|
|
715
|
+
readonly iphone17: {
|
|
716
|
+
readonly name: "iPhone 17";
|
|
717
|
+
readonly styles: {
|
|
718
|
+
readonly width: "402px";
|
|
719
|
+
readonly height: "874px";
|
|
720
|
+
};
|
|
721
|
+
readonly type: "mobile";
|
|
722
|
+
};
|
|
723
|
+
};
|
|
724
|
+
//#endregion
|
|
725
|
+
export { AWESOME_DEVICE_VIEWPORTS };
|