prismic-slicemachine-to-hydrogen-jrhcn 0.1.614-blog.1 → 0.1.614
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/styles.css +67 -67
- package/dist/esm/styles.css +67 -67
- package/dist/prismicio-types.d.ts +55 -176
- package/package.json +1 -1
package/dist/cjs/styles.css
CHANGED
|
@@ -15284,7 +15284,7 @@ input#yoga:checked + label:before {
|
|
|
15284
15284
|
display: flex;
|
|
15285
15285
|
gap: 24px;
|
|
15286
15286
|
margin: 80px auto;
|
|
15287
|
-
max-width:
|
|
15287
|
+
max-width: 840px;
|
|
15288
15288
|
padding: 0 18px;
|
|
15289
15289
|
}
|
|
15290
15290
|
@media screen and (max-width: 479px) {
|
|
@@ -15573,72 +15573,6 @@ input#yoga:checked + label:before {
|
|
|
15573
15573
|
}
|
|
15574
15574
|
}
|
|
15575
15575
|
/* Slide styles end */
|
|
15576
|
-
:root {
|
|
15577
|
-
/*
|
|
15578
|
-
--swiper-scrollbar-border-radius: 10px;
|
|
15579
|
-
--swiper-scrollbar-top: auto;
|
|
15580
|
-
--swiper-scrollbar-bottom: 4px;
|
|
15581
|
-
--swiper-scrollbar-left: auto;
|
|
15582
|
-
--swiper-scrollbar-right: 4px;
|
|
15583
|
-
--swiper-scrollbar-sides-offset: 1%;
|
|
15584
|
-
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
|
15585
|
-
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
|
15586
|
-
--swiper-scrollbar-size: 4px;
|
|
15587
|
-
*/
|
|
15588
|
-
}
|
|
15589
|
-
|
|
15590
|
-
.swiper-scrollbar {
|
|
15591
|
-
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15592
|
-
position: relative;
|
|
15593
|
-
touch-action: none;
|
|
15594
|
-
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
|
15595
|
-
}
|
|
15596
|
-
|
|
15597
|
-
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
|
15598
|
-
.swiper-scrollbar.swiper-scrollbar-disabled {
|
|
15599
|
-
display: none !important;
|
|
15600
|
-
}
|
|
15601
|
-
|
|
15602
|
-
.swiper-horizontal > .swiper-scrollbar,
|
|
15603
|
-
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
15604
|
-
position: absolute;
|
|
15605
|
-
left: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15606
|
-
bottom: var(--swiper-scrollbar-bottom, 4px);
|
|
15607
|
-
top: var(--swiper-scrollbar-top, auto);
|
|
15608
|
-
z-index: 50;
|
|
15609
|
-
height: var(--swiper-scrollbar-size, 4px);
|
|
15610
|
-
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15611
|
-
}
|
|
15612
|
-
|
|
15613
|
-
.swiper-vertical > .swiper-scrollbar,
|
|
15614
|
-
.swiper-scrollbar.swiper-scrollbar-vertical {
|
|
15615
|
-
position: absolute;
|
|
15616
|
-
left: var(--swiper-scrollbar-left, auto);
|
|
15617
|
-
right: var(--swiper-scrollbar-right, 4px);
|
|
15618
|
-
top: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15619
|
-
z-index: 50;
|
|
15620
|
-
width: var(--swiper-scrollbar-size, 4px);
|
|
15621
|
-
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15622
|
-
}
|
|
15623
|
-
|
|
15624
|
-
.swiper-scrollbar-drag {
|
|
15625
|
-
height: 100%;
|
|
15626
|
-
width: 100%;
|
|
15627
|
-
position: relative;
|
|
15628
|
-
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
|
15629
|
-
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15630
|
-
left: 0;
|
|
15631
|
-
top: 0;
|
|
15632
|
-
}
|
|
15633
|
-
|
|
15634
|
-
.swiper-scrollbar-cursor-drag {
|
|
15635
|
-
cursor: move;
|
|
15636
|
-
}
|
|
15637
|
-
|
|
15638
|
-
.swiper-scrollbar-lock {
|
|
15639
|
-
display: none;
|
|
15640
|
-
}
|
|
15641
|
-
|
|
15642
15576
|
:root {
|
|
15643
15577
|
--swiper-navigation-size: 44px;
|
|
15644
15578
|
/*
|
|
@@ -15739,6 +15673,72 @@ input#yoga:checked + label:before {
|
|
|
15739
15673
|
}
|
|
15740
15674
|
|
|
15741
15675
|
/* Navigation font end */
|
|
15676
|
+
:root {
|
|
15677
|
+
/*
|
|
15678
|
+
--swiper-scrollbar-border-radius: 10px;
|
|
15679
|
+
--swiper-scrollbar-top: auto;
|
|
15680
|
+
--swiper-scrollbar-bottom: 4px;
|
|
15681
|
+
--swiper-scrollbar-left: auto;
|
|
15682
|
+
--swiper-scrollbar-right: 4px;
|
|
15683
|
+
--swiper-scrollbar-sides-offset: 1%;
|
|
15684
|
+
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
|
15685
|
+
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
|
15686
|
+
--swiper-scrollbar-size: 4px;
|
|
15687
|
+
*/
|
|
15688
|
+
}
|
|
15689
|
+
|
|
15690
|
+
.swiper-scrollbar {
|
|
15691
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15692
|
+
position: relative;
|
|
15693
|
+
touch-action: none;
|
|
15694
|
+
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
|
15695
|
+
}
|
|
15696
|
+
|
|
15697
|
+
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
|
15698
|
+
.swiper-scrollbar.swiper-scrollbar-disabled {
|
|
15699
|
+
display: none !important;
|
|
15700
|
+
}
|
|
15701
|
+
|
|
15702
|
+
.swiper-horizontal > .swiper-scrollbar,
|
|
15703
|
+
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
15704
|
+
position: absolute;
|
|
15705
|
+
left: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15706
|
+
bottom: var(--swiper-scrollbar-bottom, 4px);
|
|
15707
|
+
top: var(--swiper-scrollbar-top, auto);
|
|
15708
|
+
z-index: 50;
|
|
15709
|
+
height: var(--swiper-scrollbar-size, 4px);
|
|
15710
|
+
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15711
|
+
}
|
|
15712
|
+
|
|
15713
|
+
.swiper-vertical > .swiper-scrollbar,
|
|
15714
|
+
.swiper-scrollbar.swiper-scrollbar-vertical {
|
|
15715
|
+
position: absolute;
|
|
15716
|
+
left: var(--swiper-scrollbar-left, auto);
|
|
15717
|
+
right: var(--swiper-scrollbar-right, 4px);
|
|
15718
|
+
top: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15719
|
+
z-index: 50;
|
|
15720
|
+
width: var(--swiper-scrollbar-size, 4px);
|
|
15721
|
+
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15722
|
+
}
|
|
15723
|
+
|
|
15724
|
+
.swiper-scrollbar-drag {
|
|
15725
|
+
height: 100%;
|
|
15726
|
+
width: 100%;
|
|
15727
|
+
position: relative;
|
|
15728
|
+
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
|
15729
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15730
|
+
left: 0;
|
|
15731
|
+
top: 0;
|
|
15732
|
+
}
|
|
15733
|
+
|
|
15734
|
+
.swiper-scrollbar-cursor-drag {
|
|
15735
|
+
cursor: move;
|
|
15736
|
+
}
|
|
15737
|
+
|
|
15738
|
+
.swiper-scrollbar-lock {
|
|
15739
|
+
display: none;
|
|
15740
|
+
}
|
|
15741
|
+
|
|
15742
15742
|
:root {
|
|
15743
15743
|
/*
|
|
15744
15744
|
--swiper-pagination-color: var(--swiper-theme-color);
|
package/dist/esm/styles.css
CHANGED
|
@@ -15284,7 +15284,7 @@ input#yoga:checked + label:before {
|
|
|
15284
15284
|
display: flex;
|
|
15285
15285
|
gap: 24px;
|
|
15286
15286
|
margin: 80px auto;
|
|
15287
|
-
max-width:
|
|
15287
|
+
max-width: 840px;
|
|
15288
15288
|
padding: 0 18px;
|
|
15289
15289
|
}
|
|
15290
15290
|
@media screen and (max-width: 479px) {
|
|
@@ -15573,72 +15573,6 @@ input#yoga:checked + label:before {
|
|
|
15573
15573
|
}
|
|
15574
15574
|
}
|
|
15575
15575
|
/* Slide styles end */
|
|
15576
|
-
:root {
|
|
15577
|
-
/*
|
|
15578
|
-
--swiper-scrollbar-border-radius: 10px;
|
|
15579
|
-
--swiper-scrollbar-top: auto;
|
|
15580
|
-
--swiper-scrollbar-bottom: 4px;
|
|
15581
|
-
--swiper-scrollbar-left: auto;
|
|
15582
|
-
--swiper-scrollbar-right: 4px;
|
|
15583
|
-
--swiper-scrollbar-sides-offset: 1%;
|
|
15584
|
-
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
|
15585
|
-
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
|
15586
|
-
--swiper-scrollbar-size: 4px;
|
|
15587
|
-
*/
|
|
15588
|
-
}
|
|
15589
|
-
|
|
15590
|
-
.swiper-scrollbar {
|
|
15591
|
-
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15592
|
-
position: relative;
|
|
15593
|
-
touch-action: none;
|
|
15594
|
-
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
|
15595
|
-
}
|
|
15596
|
-
|
|
15597
|
-
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
|
15598
|
-
.swiper-scrollbar.swiper-scrollbar-disabled {
|
|
15599
|
-
display: none !important;
|
|
15600
|
-
}
|
|
15601
|
-
|
|
15602
|
-
.swiper-horizontal > .swiper-scrollbar,
|
|
15603
|
-
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
15604
|
-
position: absolute;
|
|
15605
|
-
left: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15606
|
-
bottom: var(--swiper-scrollbar-bottom, 4px);
|
|
15607
|
-
top: var(--swiper-scrollbar-top, auto);
|
|
15608
|
-
z-index: 50;
|
|
15609
|
-
height: var(--swiper-scrollbar-size, 4px);
|
|
15610
|
-
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15611
|
-
}
|
|
15612
|
-
|
|
15613
|
-
.swiper-vertical > .swiper-scrollbar,
|
|
15614
|
-
.swiper-scrollbar.swiper-scrollbar-vertical {
|
|
15615
|
-
position: absolute;
|
|
15616
|
-
left: var(--swiper-scrollbar-left, auto);
|
|
15617
|
-
right: var(--swiper-scrollbar-right, 4px);
|
|
15618
|
-
top: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15619
|
-
z-index: 50;
|
|
15620
|
-
width: var(--swiper-scrollbar-size, 4px);
|
|
15621
|
-
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15622
|
-
}
|
|
15623
|
-
|
|
15624
|
-
.swiper-scrollbar-drag {
|
|
15625
|
-
height: 100%;
|
|
15626
|
-
width: 100%;
|
|
15627
|
-
position: relative;
|
|
15628
|
-
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
|
15629
|
-
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15630
|
-
left: 0;
|
|
15631
|
-
top: 0;
|
|
15632
|
-
}
|
|
15633
|
-
|
|
15634
|
-
.swiper-scrollbar-cursor-drag {
|
|
15635
|
-
cursor: move;
|
|
15636
|
-
}
|
|
15637
|
-
|
|
15638
|
-
.swiper-scrollbar-lock {
|
|
15639
|
-
display: none;
|
|
15640
|
-
}
|
|
15641
|
-
|
|
15642
15576
|
:root {
|
|
15643
15577
|
--swiper-navigation-size: 44px;
|
|
15644
15578
|
/*
|
|
@@ -15739,6 +15673,72 @@ input#yoga:checked + label:before {
|
|
|
15739
15673
|
}
|
|
15740
15674
|
|
|
15741
15675
|
/* Navigation font end */
|
|
15676
|
+
:root {
|
|
15677
|
+
/*
|
|
15678
|
+
--swiper-scrollbar-border-radius: 10px;
|
|
15679
|
+
--swiper-scrollbar-top: auto;
|
|
15680
|
+
--swiper-scrollbar-bottom: 4px;
|
|
15681
|
+
--swiper-scrollbar-left: auto;
|
|
15682
|
+
--swiper-scrollbar-right: 4px;
|
|
15683
|
+
--swiper-scrollbar-sides-offset: 1%;
|
|
15684
|
+
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
|
15685
|
+
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
|
15686
|
+
--swiper-scrollbar-size: 4px;
|
|
15687
|
+
*/
|
|
15688
|
+
}
|
|
15689
|
+
|
|
15690
|
+
.swiper-scrollbar {
|
|
15691
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15692
|
+
position: relative;
|
|
15693
|
+
touch-action: none;
|
|
15694
|
+
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
|
15695
|
+
}
|
|
15696
|
+
|
|
15697
|
+
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
|
15698
|
+
.swiper-scrollbar.swiper-scrollbar-disabled {
|
|
15699
|
+
display: none !important;
|
|
15700
|
+
}
|
|
15701
|
+
|
|
15702
|
+
.swiper-horizontal > .swiper-scrollbar,
|
|
15703
|
+
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
15704
|
+
position: absolute;
|
|
15705
|
+
left: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15706
|
+
bottom: var(--swiper-scrollbar-bottom, 4px);
|
|
15707
|
+
top: var(--swiper-scrollbar-top, auto);
|
|
15708
|
+
z-index: 50;
|
|
15709
|
+
height: var(--swiper-scrollbar-size, 4px);
|
|
15710
|
+
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15711
|
+
}
|
|
15712
|
+
|
|
15713
|
+
.swiper-vertical > .swiper-scrollbar,
|
|
15714
|
+
.swiper-scrollbar.swiper-scrollbar-vertical {
|
|
15715
|
+
position: absolute;
|
|
15716
|
+
left: var(--swiper-scrollbar-left, auto);
|
|
15717
|
+
right: var(--swiper-scrollbar-right, 4px);
|
|
15718
|
+
top: var(--swiper-scrollbar-sides-offset, 1%);
|
|
15719
|
+
z-index: 50;
|
|
15720
|
+
width: var(--swiper-scrollbar-size, 4px);
|
|
15721
|
+
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
15722
|
+
}
|
|
15723
|
+
|
|
15724
|
+
.swiper-scrollbar-drag {
|
|
15725
|
+
height: 100%;
|
|
15726
|
+
width: 100%;
|
|
15727
|
+
position: relative;
|
|
15728
|
+
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
|
15729
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
15730
|
+
left: 0;
|
|
15731
|
+
top: 0;
|
|
15732
|
+
}
|
|
15733
|
+
|
|
15734
|
+
.swiper-scrollbar-cursor-drag {
|
|
15735
|
+
cursor: move;
|
|
15736
|
+
}
|
|
15737
|
+
|
|
15738
|
+
.swiper-scrollbar-lock {
|
|
15739
|
+
display: none;
|
|
15740
|
+
}
|
|
15741
|
+
|
|
15742
15742
|
:root {
|
|
15743
15743
|
/*
|
|
15744
15744
|
--swiper-pagination-color: var(--swiper-theme-color);
|
|
@@ -8776,6 +8776,39 @@ interface HeadlessBlogIndexDocumentData {
|
|
|
8776
8776
|
* - **Documentation**: https://prismic.io/docs/field#image
|
|
8777
8777
|
*/
|
|
8778
8778
|
meta_image: prismic.ImageField<never>
|
|
8779
|
+
|
|
8780
|
+
/**
|
|
8781
|
+
* OG Title field in *Headless Blog Index*
|
|
8782
|
+
*
|
|
8783
|
+
* - **Field Type**: Text
|
|
8784
|
+
* - **Placeholder**: *None*
|
|
8785
|
+
* - **API ID Path**: headless_blog_index.og_title
|
|
8786
|
+
* - **Tab**: SEO & Metadata
|
|
8787
|
+
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
8788
|
+
*/
|
|
8789
|
+
og_title: prismic.KeyTextField
|
|
8790
|
+
|
|
8791
|
+
/**
|
|
8792
|
+
* OG Description field in *Headless Blog Index*
|
|
8793
|
+
*
|
|
8794
|
+
* - **Field Type**: Text
|
|
8795
|
+
* - **Placeholder**: *None*
|
|
8796
|
+
* - **API ID Path**: headless_blog_index.og_description
|
|
8797
|
+
* - **Tab**: SEO & Metadata
|
|
8798
|
+
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
8799
|
+
*/
|
|
8800
|
+
og_description: prismic.KeyTextField
|
|
8801
|
+
|
|
8802
|
+
/**
|
|
8803
|
+
* OG Image field in *Headless Blog Index*
|
|
8804
|
+
*
|
|
8805
|
+
* - **Field Type**: Image
|
|
8806
|
+
* - **Placeholder**: *None*
|
|
8807
|
+
* - **API ID Path**: headless_blog_index.og_image
|
|
8808
|
+
* - **Tab**: SEO & Metadata
|
|
8809
|
+
* - **Documentation**: https://prismic.io/docs/field#image
|
|
8810
|
+
*/
|
|
8811
|
+
og_image: prismic.ImageField<never>
|
|
8779
8812
|
}
|
|
8780
8813
|
|
|
8781
8814
|
/**
|
|
@@ -8822,6 +8855,17 @@ export interface HeadlessBlogPageDocumentDataCategoriesItem {
|
|
|
8822
8855
|
* Content for Headless Blog Page documents
|
|
8823
8856
|
*/
|
|
8824
8857
|
interface HeadlessBlogPageDocumentData {
|
|
8858
|
+
/**
|
|
8859
|
+
* Preview Image field in *Headless Blog Page*
|
|
8860
|
+
*
|
|
8861
|
+
* - **Field Type**: Image
|
|
8862
|
+
* - **Placeholder**: *None*
|
|
8863
|
+
* - **API ID Path**: headless_blog_page.preview_image
|
|
8864
|
+
* - **Tab**: Main
|
|
8865
|
+
* - **Documentation**: https://prismic.io/docs/field#image
|
|
8866
|
+
*/
|
|
8867
|
+
preview_image: prismic.ImageField<never>
|
|
8868
|
+
|
|
8825
8869
|
/**
|
|
8826
8870
|
* Slice Zone field in *Headless Blog Page*
|
|
8827
8871
|
*
|
|
@@ -9004,39 +9048,6 @@ interface HeadlessCollectionDocumentData {
|
|
|
9004
9048
|
* - **Documentation**: https://prismic.io/docs/field#image
|
|
9005
9049
|
*/
|
|
9006
9050
|
meta_image: prismic.ImageField<never>
|
|
9007
|
-
|
|
9008
|
-
/**
|
|
9009
|
-
* OG Title field in *Headless Collection*
|
|
9010
|
-
*
|
|
9011
|
-
* - **Field Type**: Text
|
|
9012
|
-
* - **Placeholder**: *None*
|
|
9013
|
-
* - **API ID Path**: headless_collection.og_title
|
|
9014
|
-
* - **Tab**: SEO & Metadata
|
|
9015
|
-
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
9016
|
-
*/
|
|
9017
|
-
og_title: prismic.KeyTextField
|
|
9018
|
-
|
|
9019
|
-
/**
|
|
9020
|
-
* OG Description field in *Headless Collection*
|
|
9021
|
-
*
|
|
9022
|
-
* - **Field Type**: Text
|
|
9023
|
-
* - **Placeholder**: *None*
|
|
9024
|
-
* - **API ID Path**: headless_collection.og_description
|
|
9025
|
-
* - **Tab**: SEO & Metadata
|
|
9026
|
-
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
9027
|
-
*/
|
|
9028
|
-
og_description: prismic.KeyTextField
|
|
9029
|
-
|
|
9030
|
-
/**
|
|
9031
|
-
* OG Image field in *Headless Collection*
|
|
9032
|
-
*
|
|
9033
|
-
* - **Field Type**: Image
|
|
9034
|
-
* - **Placeholder**: *None*
|
|
9035
|
-
* - **API ID Path**: headless_collection.og_image
|
|
9036
|
-
* - **Tab**: SEO & Metadata
|
|
9037
|
-
* - **Documentation**: https://prismic.io/docs/field#image
|
|
9038
|
-
*/
|
|
9039
|
-
og_image: prismic.ImageField<never>
|
|
9040
9051
|
}
|
|
9041
9052
|
|
|
9042
9053
|
/**
|
|
@@ -9312,40 +9323,7 @@ interface HeadlessProductDocumentData {
|
|
|
9312
9323
|
* - **Tab**: SEO & Metadata
|
|
9313
9324
|
* - **Documentation**: https://prismic.io/docs/field#image
|
|
9314
9325
|
*/
|
|
9315
|
-
meta_image: prismic.ImageField<never>
|
|
9316
|
-
|
|
9317
|
-
/**
|
|
9318
|
-
* OG Title field in *Headless Product*
|
|
9319
|
-
*
|
|
9320
|
-
* - **Field Type**: Text
|
|
9321
|
-
* - **Placeholder**: *None*
|
|
9322
|
-
* - **API ID Path**: headless_product.og_title
|
|
9323
|
-
* - **Tab**: SEO & Metadata
|
|
9324
|
-
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
9325
|
-
*/
|
|
9326
|
-
og_title: prismic.KeyTextField
|
|
9327
|
-
|
|
9328
|
-
/**
|
|
9329
|
-
* OG Description field in *Headless Product*
|
|
9330
|
-
*
|
|
9331
|
-
* - **Field Type**: Text
|
|
9332
|
-
* - **Placeholder**: *None*
|
|
9333
|
-
* - **API ID Path**: headless_product.og_description
|
|
9334
|
-
* - **Tab**: SEO & Metadata
|
|
9335
|
-
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
9336
|
-
*/
|
|
9337
|
-
og_description: prismic.KeyTextField
|
|
9338
|
-
|
|
9339
|
-
/**
|
|
9340
|
-
* OG Image field in *Headless Product*
|
|
9341
|
-
*
|
|
9342
|
-
* - **Field Type**: Image
|
|
9343
|
-
* - **Placeholder**: *None*
|
|
9344
|
-
* - **API ID Path**: headless_product.og_image
|
|
9345
|
-
* - **Tab**: SEO & Metadata
|
|
9346
|
-
* - **Documentation**: https://prismic.io/docs/field#image
|
|
9347
|
-
*/
|
|
9348
|
-
og_image: prismic.ImageField<never> /**
|
|
9326
|
+
meta_image: prismic.ImageField<never> /**
|
|
9349
9327
|
* Show HSA/FSA field in *Headless Product*
|
|
9350
9328
|
*
|
|
9351
9329
|
* - **Field Type**: Boolean
|
|
@@ -35971,133 +35949,36 @@ export interface BlogHeroSliceDefaultPrimary {
|
|
|
35971
35949
|
* - **Documentation**: https://prismic.io/docs/field#boolean
|
|
35972
35950
|
*/
|
|
35973
35951
|
help_read: prismic.BooleanField
|
|
35974
|
-
}
|
|
35975
35952
|
|
|
35976
|
-
/**
|
|
35977
|
-
* Default variation for BlogHero Slice
|
|
35978
|
-
*
|
|
35979
|
-
* - **API ID**: `default`
|
|
35980
|
-
* - **Description**: Default blog hero
|
|
35981
|
-
* - **Documentation**: https://prismic.io/docs/slice
|
|
35982
|
-
*/
|
|
35983
|
-
export type BlogHeroSliceDefault = prismic.SharedSliceVariation<
|
|
35984
|
-
'default',
|
|
35985
|
-
Simplify<BlogHeroSliceDefaultPrimary>,
|
|
35986
|
-
never
|
|
35987
|
-
>
|
|
35988
|
-
|
|
35989
|
-
/**
|
|
35990
|
-
* Primary content in *BlogHero → Centered Content → Primary*
|
|
35991
|
-
*/
|
|
35992
|
-
export interface BlogHeroSliceCenteredPrimary {
|
|
35993
35953
|
/**
|
|
35994
|
-
*
|
|
35995
|
-
*
|
|
35996
|
-
* - **Field Type**: Image
|
|
35997
|
-
* - **Placeholder**: *None*
|
|
35998
|
-
* - **API ID Path**: blog_hero.centered.primary.logo
|
|
35999
|
-
* - **Documentation**: https://prismic.io/docs/field#image
|
|
36000
|
-
*/
|
|
36001
|
-
logo: prismic.ImageField<never>
|
|
36002
|
-
|
|
36003
|
-
/**
|
|
36004
|
-
* Title field in *BlogHero → Centered Content → Primary*
|
|
36005
|
-
*
|
|
36006
|
-
* - **Field Type**: Text
|
|
36007
|
-
* - **Placeholder**: *None*
|
|
36008
|
-
* - **API ID Path**: blog_hero.centered.primary.title
|
|
36009
|
-
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
36010
|
-
*/
|
|
36011
|
-
title: prismic.KeyTextField
|
|
36012
|
-
|
|
36013
|
-
/**
|
|
36014
|
-
* Meta field in *BlogHero → Centered Content → Primary*
|
|
36015
|
-
*
|
|
36016
|
-
* - **Field Type**: Rich Text
|
|
36017
|
-
* - **Placeholder**: *None*
|
|
36018
|
-
* - **API ID Path**: blog_hero.centered.primary.meta
|
|
36019
|
-
* - **Documentation**: https://prismic.io/docs/field#rich-text-title
|
|
36020
|
-
*/
|
|
36021
|
-
meta: prismic.RichTextField
|
|
36022
|
-
|
|
36023
|
-
/**
|
|
36024
|
-
* CTA Label field in *BlogHero → Centered Content → Primary*
|
|
36025
|
-
*
|
|
36026
|
-
* - **Field Type**: Text
|
|
36027
|
-
* - **Placeholder**: *None*
|
|
36028
|
-
* - **API ID Path**: blog_hero.centered.primary.cta_label
|
|
36029
|
-
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
36030
|
-
*/
|
|
36031
|
-
cta_label: prismic.KeyTextField
|
|
36032
|
-
|
|
36033
|
-
/**
|
|
36034
|
-
* CTA Link field in *BlogHero → Centered Content → Primary*
|
|
36035
|
-
*
|
|
36036
|
-
* - **Field Type**: Link
|
|
36037
|
-
* - **Placeholder**: *None*
|
|
36038
|
-
* - **API ID Path**: blog_hero.centered.primary.cta_link
|
|
36039
|
-
* - **Documentation**: https://prismic.io/docs/field#link-content-relationship
|
|
36040
|
-
*/
|
|
36041
|
-
cta_link: prismic.LinkField<
|
|
36042
|
-
string,
|
|
36043
|
-
string,
|
|
36044
|
-
unknown,
|
|
36045
|
-
prismic.FieldState,
|
|
36046
|
-
never
|
|
36047
|
-
>
|
|
36048
|
-
|
|
36049
|
-
/**
|
|
36050
|
-
* Hero Image field in *BlogHero → Centered Content → Primary*
|
|
36051
|
-
*
|
|
36052
|
-
* - **Field Type**: Image
|
|
36053
|
-
* - **Placeholder**: *None*
|
|
36054
|
-
* - **API ID Path**: blog_hero.centered.primary.image
|
|
36055
|
-
* - **Documentation**: https://prismic.io/docs/field#image
|
|
36056
|
-
*/
|
|
36057
|
-
image: prismic.ImageField<
|
|
36058
|
-
'Desktop (1600px)' | 'Desktop (1200px)' | 'Tablet (768px)' | 'Mobile'
|
|
36059
|
-
>
|
|
36060
|
-
|
|
36061
|
-
/**
|
|
36062
|
-
* Disable Compression field in *BlogHero → Centered Content → Primary*
|
|
36063
|
-
*
|
|
36064
|
-
* - **Field Type**: Boolean
|
|
36065
|
-
* - **Placeholder**: *None*
|
|
36066
|
-
* - **Default Value**: false
|
|
36067
|
-
* - **API ID Path**: blog_hero.centered.primary.disable_compression
|
|
36068
|
-
* - **Documentation**: https://prismic.io/docs/field#boolean
|
|
36069
|
-
*/
|
|
36070
|
-
disable_compression: prismic.BooleanField
|
|
36071
|
-
|
|
36072
|
-
/**
|
|
36073
|
-
* Improve Readability field in *BlogHero → Centered Content → Primary*
|
|
35954
|
+
* Centered Content field in *BlogHero → Default → Primary*
|
|
36074
35955
|
*
|
|
36075
35956
|
* - **Field Type**: Boolean
|
|
36076
35957
|
* - **Placeholder**: *None*
|
|
36077
35958
|
* - **Default Value**: false
|
|
36078
|
-
* - **API ID Path**: blog_hero.
|
|
35959
|
+
* - **API ID Path**: blog_hero.default.primary.centered
|
|
36079
35960
|
* - **Documentation**: https://prismic.io/docs/field#boolean
|
|
36080
35961
|
*/
|
|
36081
|
-
|
|
35962
|
+
centered: prismic.BooleanField
|
|
36082
35963
|
}
|
|
36083
35964
|
|
|
36084
35965
|
/**
|
|
36085
|
-
*
|
|
35966
|
+
* Default variation for BlogHero Slice
|
|
36086
35967
|
*
|
|
36087
|
-
* - **API ID**: `
|
|
36088
|
-
* - **Description**:
|
|
35968
|
+
* - **API ID**: `default`
|
|
35969
|
+
* - **Description**: Default blog hero
|
|
36089
35970
|
* - **Documentation**: https://prismic.io/docs/slice
|
|
36090
35971
|
*/
|
|
36091
|
-
export type
|
|
36092
|
-
'
|
|
36093
|
-
Simplify<
|
|
35972
|
+
export type BlogHeroSliceDefault = prismic.SharedSliceVariation<
|
|
35973
|
+
'default',
|
|
35974
|
+
Simplify<BlogHeroSliceDefaultPrimary>,
|
|
36094
35975
|
never
|
|
36095
35976
|
>
|
|
36096
35977
|
|
|
36097
35978
|
/**
|
|
36098
35979
|
* Slice variation for *BlogHero*
|
|
36099
35980
|
*/
|
|
36100
|
-
type BlogHeroSliceVariation = BlogHeroSliceDefault
|
|
35981
|
+
type BlogHeroSliceVariation = BlogHeroSliceDefault
|
|
36101
35982
|
|
|
36102
35983
|
/**
|
|
36103
35984
|
* BlogHero Shared Slice
|
|
@@ -42081,10 +41962,8 @@ declare module '@prismicio/client' {
|
|
|
42081
41962
|
BlogAboutRokaSliceDefault,
|
|
42082
41963
|
BlogHeroSlice,
|
|
42083
41964
|
BlogHeroSliceDefaultPrimary,
|
|
42084
|
-
BlogHeroSliceCenteredPrimary,
|
|
42085
41965
|
BlogHeroSliceVariation,
|
|
42086
41966
|
BlogHeroSliceDefault,
|
|
42087
|
-
BlogHeroSliceCentered,
|
|
42088
41967
|
BlogPostCollectionSlice,
|
|
42089
41968
|
BlogPostCollectionSliceDefaultPrimary,
|
|
42090
41969
|
BlogPostCollectionSliceVariation,
|