prismic-slicemachine-to-hydrogen-jrhcn 0.1.616 → 0.1.618
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/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles.css +35 -28
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles.css +35 -28
- package/dist/prismicio-types.d.ts +11 -0
- package/package.json +1 -1
package/dist/esm/styles.css
CHANGED
|
@@ -12320,17 +12320,10 @@ body.hasPdpGalleryLightbox {
|
|
|
12320
12320
|
|
|
12321
12321
|
.pdpGalleryBadges {
|
|
12322
12322
|
display: flex;
|
|
12323
|
+
flex-direction: row;
|
|
12324
|
+
flex-wrap: wrap;
|
|
12323
12325
|
gap: 6px;
|
|
12324
|
-
|
|
12325
|
-
left: 20px;
|
|
12326
|
-
top: 20px;
|
|
12327
|
-
z-index: 1;
|
|
12328
|
-
}
|
|
12329
|
-
@media screen and (max-width: 760px) {
|
|
12330
|
-
.pdpGalleryBadges {
|
|
12331
|
-
flex-direction: column;
|
|
12332
|
-
z-index: 2;
|
|
12333
|
-
}
|
|
12326
|
+
margin-bottom: 12px;
|
|
12334
12327
|
}
|
|
12335
12328
|
.pdpGalleryBadges .pdpGalleryBadge-new,
|
|
12336
12329
|
.pdpGalleryBadges .pdpGalleryBadge-sale,
|
|
@@ -12422,28 +12415,22 @@ body.hasPdpGalleryLightbox {
|
|
|
12422
12415
|
}
|
|
12423
12416
|
}
|
|
12424
12417
|
|
|
12425
|
-
.pdpGalleryLTDLogo
|
|
12426
|
-
.pdpGalleryVtoLogo {
|
|
12418
|
+
.pdpGalleryLTDLogo {
|
|
12427
12419
|
display: block;
|
|
12428
12420
|
left: 50%;
|
|
12429
12421
|
position: absolute;
|
|
12430
12422
|
transform: translateX(-50%);
|
|
12431
12423
|
z-index: 9;
|
|
12424
|
+
height: 82px;
|
|
12425
|
+
top: 30px;
|
|
12426
|
+
width: 142px;
|
|
12432
12427
|
}
|
|
12433
12428
|
.pdpGalleryLTDLogo img,
|
|
12434
|
-
.pdpGalleryLTDLogo svg
|
|
12435
|
-
.pdpGalleryVtoLogo img,
|
|
12436
|
-
.pdpGalleryVtoLogo svg {
|
|
12429
|
+
.pdpGalleryLTDLogo svg {
|
|
12437
12430
|
display: block;
|
|
12438
12431
|
height: 100%;
|
|
12439
12432
|
width: 100%;
|
|
12440
12433
|
}
|
|
12441
|
-
|
|
12442
|
-
.pdpGalleryLTDLogo {
|
|
12443
|
-
height: 82px;
|
|
12444
|
-
top: 30px;
|
|
12445
|
-
width: 142px;
|
|
12446
|
-
}
|
|
12447
12434
|
@media screen and (max-width: 760px) {
|
|
12448
12435
|
.pdpGalleryLTDLogo {
|
|
12449
12436
|
height: 32px;
|
|
@@ -12452,25 +12439,45 @@ body.hasPdpGalleryLightbox {
|
|
|
12452
12439
|
}
|
|
12453
12440
|
}
|
|
12454
12441
|
|
|
12455
|
-
.
|
|
12456
|
-
|
|
12442
|
+
.pdpGalleryButtons {
|
|
12443
|
+
align-items: center;
|
|
12444
|
+
display: flex;
|
|
12445
|
+
flex-direction: row;
|
|
12446
|
+
gap: 8px;
|
|
12447
|
+
left: 50%;
|
|
12457
12448
|
position: absolute;
|
|
12458
12449
|
top: 20px;
|
|
12459
12450
|
transform: translateX(-50%) !important;
|
|
12460
|
-
width:
|
|
12451
|
+
width: max-content;
|
|
12461
12452
|
z-index: 9;
|
|
12462
12453
|
}
|
|
12463
12454
|
@media screen and (max-width: 760px) {
|
|
12464
|
-
.
|
|
12465
|
-
|
|
12455
|
+
.pdpGalleryButtons {
|
|
12456
|
+
flex-direction: column;
|
|
12466
12457
|
top: 12px;
|
|
12467
|
-
width: 175px;
|
|
12468
12458
|
}
|
|
12469
12459
|
}
|
|
12470
|
-
.
|
|
12460
|
+
.pdpGalleryButtons--fixed {
|
|
12471
12461
|
position: fixed;
|
|
12472
12462
|
}
|
|
12473
12463
|
|
|
12464
|
+
.pdpGalleryButton {
|
|
12465
|
+
cursor: pointer;
|
|
12466
|
+
flex: 0 0 auto;
|
|
12467
|
+
height: 36px;
|
|
12468
|
+
width: auto;
|
|
12469
|
+
}
|
|
12470
|
+
@media screen and (max-width: 760px) {
|
|
12471
|
+
.pdpGalleryButton {
|
|
12472
|
+
height: 32px;
|
|
12473
|
+
}
|
|
12474
|
+
}
|
|
12475
|
+
.pdpGalleryButton svg {
|
|
12476
|
+
display: block;
|
|
12477
|
+
height: 100%;
|
|
12478
|
+
width: 100%;
|
|
12479
|
+
}
|
|
12480
|
+
|
|
12474
12481
|
@media screen and (max-width: 440px) {
|
|
12475
12482
|
.swiper-slide.pdpGalleryImage video {
|
|
12476
12483
|
max-width: 100%;
|
|
@@ -8855,6 +8855,17 @@ interface HeadlessBlogPageDocumentData {
|
|
|
8855
8855
|
*/
|
|
8856
8856
|
preview_image: prismic.ImageField<never>
|
|
8857
8857
|
|
|
8858
|
+
/**
|
|
8859
|
+
* Preview Text field in *Headless Blog Page*
|
|
8860
|
+
*
|
|
8861
|
+
* - **Field Type**: Text
|
|
8862
|
+
* - **Placeholder**: *None*
|
|
8863
|
+
* - **API ID Path**: headless_blog_page.preview_text
|
|
8864
|
+
* - **Tab**: Main
|
|
8865
|
+
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
8866
|
+
*/
|
|
8867
|
+
preview_text: prismic.KeyTextField
|
|
8868
|
+
|
|
8858
8869
|
/**
|
|
8859
8870
|
* Slice Zone field in *Headless Blog Page*
|
|
8860
8871
|
*
|