prismic-slicemachine-to-hydrogen-jrhcn 0.1.614-blog.1 → 0.1.615

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.
@@ -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: 720px;
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);
@@ -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: 720px;
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,28 @@ 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
8779
8801
  }
8780
8802
 
8781
8803
  /**
@@ -8822,6 +8844,17 @@ export interface HeadlessBlogPageDocumentDataCategoriesItem {
8822
8844
  * Content for Headless Blog Page documents
8823
8845
  */
8824
8846
  interface HeadlessBlogPageDocumentData {
8847
+ /**
8848
+ * Preview Image field in *Headless Blog Page*
8849
+ *
8850
+ * - **Field Type**: Image
8851
+ * - **Placeholder**: *None*
8852
+ * - **API ID Path**: headless_blog_page.preview_image
8853
+ * - **Tab**: Main
8854
+ * - **Documentation**: https://prismic.io/docs/field#image
8855
+ */
8856
+ preview_image: prismic.ImageField<never>
8857
+
8825
8858
  /**
8826
8859
  * Slice Zone field in *Headless Blog Page*
8827
8860
  *
@@ -8886,17 +8919,6 @@ interface HeadlessBlogPageDocumentData {
8886
8919
  */
8887
8920
  og_description: prismic.KeyTextField
8888
8921
 
8889
- /**
8890
- * OG Image field in *Headless Blog Page*
8891
- *
8892
- * - **Field Type**: Image
8893
- * - **Placeholder**: *None*
8894
- * - **API ID Path**: headless_blog_page.og_image
8895
- * - **Tab**: SEO & Metadata
8896
- * - **Documentation**: https://prismic.io/docs/field#image
8897
- */
8898
- og_image: prismic.ImageField<never>
8899
-
8900
8922
  /**
8901
8923
  * Categories field in *Headless Blog Page*
8902
8924
  *
@@ -9004,39 +9026,6 @@ interface HeadlessCollectionDocumentData {
9004
9026
  * - **Documentation**: https://prismic.io/docs/field#image
9005
9027
  */
9006
9028
  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
9029
  }
9041
9030
 
9042
9031
  /**
@@ -9153,17 +9142,6 @@ interface HeadlessPageDocumentData {
9153
9142
  * - **Documentation**: https://prismic.io/docs/field#key-text
9154
9143
  */
9155
9144
  og_description: prismic.KeyTextField
9156
-
9157
- /**
9158
- * OG Image field in *Headless Page*
9159
- *
9160
- * - **Field Type**: Image
9161
- * - **Placeholder**: *None*
9162
- * - **API ID Path**: headless_page.og_image
9163
- * - **Tab**: SEO & Metadata
9164
- * - **Documentation**: https://prismic.io/docs/field#image
9165
- */
9166
- og_image: prismic.ImageField<never>
9167
9145
  }
9168
9146
 
9169
9147
  /**
@@ -9312,40 +9290,7 @@ interface HeadlessProductDocumentData {
9312
9290
  * - **Tab**: SEO & Metadata
9313
9291
  * - **Documentation**: https://prismic.io/docs/field#image
9314
9292
  */
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> /**
9293
+ meta_image: prismic.ImageField<never> /**
9349
9294
  * Show HSA/FSA field in *Headless Product*
9350
9295
  *
9351
9296
  * - **Field Type**: Boolean
@@ -35971,133 +35916,36 @@ export interface BlogHeroSliceDefaultPrimary {
35971
35916
  * - **Documentation**: https://prismic.io/docs/field#boolean
35972
35917
  */
35973
35918
  help_read: prismic.BooleanField
35974
- }
35975
-
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
- /**
35994
- * Logo field in *BlogHero → Centered Content → Primary*
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
35919
 
36061
35920
  /**
36062
- * Disable Compression field in *BlogHero → Centered Content → Primary*
35921
+ * Centered Content field in *BlogHero → Default → Primary*
36063
35922
  *
36064
35923
  * - **Field Type**: Boolean
36065
35924
  * - **Placeholder**: *None*
36066
35925
  * - **Default Value**: false
36067
- * - **API ID Path**: blog_hero.centered.primary.disable_compression
35926
+ * - **API ID Path**: blog_hero.default.primary.centered
36068
35927
  * - **Documentation**: https://prismic.io/docs/field#boolean
36069
35928
  */
36070
- disable_compression: prismic.BooleanField
36071
-
36072
- /**
36073
- * Improve Readability field in *BlogHero → Centered Content → Primary*
36074
- *
36075
- * - **Field Type**: Boolean
36076
- * - **Placeholder**: *None*
36077
- * - **Default Value**: false
36078
- * - **API ID Path**: blog_hero.centered.primary.help_read
36079
- * - **Documentation**: https://prismic.io/docs/field#boolean
36080
- */
36081
- help_read: prismic.BooleanField
35929
+ centered: prismic.BooleanField
36082
35930
  }
36083
35931
 
36084
35932
  /**
36085
- * Centered Content variation for BlogHero Slice
35933
+ * Default variation for BlogHero Slice
36086
35934
  *
36087
- * - **API ID**: `centered`
36088
- * - **Description**: Centered blog hero
35935
+ * - **API ID**: `default`
35936
+ * - **Description**: Default blog hero
36089
35937
  * - **Documentation**: https://prismic.io/docs/slice
36090
35938
  */
36091
- export type BlogHeroSliceCentered = prismic.SharedSliceVariation<
36092
- 'centered',
36093
- Simplify<BlogHeroSliceCenteredPrimary>,
35939
+ export type BlogHeroSliceDefault = prismic.SharedSliceVariation<
35940
+ 'default',
35941
+ Simplify<BlogHeroSliceDefaultPrimary>,
36094
35942
  never
36095
35943
  >
36096
35944
 
36097
35945
  /**
36098
35946
  * Slice variation for *BlogHero*
36099
35947
  */
36100
- type BlogHeroSliceVariation = BlogHeroSliceDefault | BlogHeroSliceCentered
35948
+ type BlogHeroSliceVariation = BlogHeroSliceDefault
36101
35949
 
36102
35950
  /**
36103
35951
  * BlogHero Shared Slice
@@ -42081,10 +41929,8 @@ declare module '@prismicio/client' {
42081
41929
  BlogAboutRokaSliceDefault,
42082
41930
  BlogHeroSlice,
42083
41931
  BlogHeroSliceDefaultPrimary,
42084
- BlogHeroSliceCenteredPrimary,
42085
41932
  BlogHeroSliceVariation,
42086
41933
  BlogHeroSliceDefault,
42087
- BlogHeroSliceCentered,
42088
41934
  BlogPostCollectionSlice,
42089
41935
  BlogPostCollectionSliceDefaultPrimary,
42090
41936
  BlogPostCollectionSliceVariation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prismic-slicemachine-to-hydrogen-jrhcn",
3
- "version": "0.1.614-blog.1",
3
+ "version": "0.1.615",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",