prismic-slicemachine-to-hydrogen-jrhcn 0.1.610-alpha.1 → 0.1.610
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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles.css +0 -58
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles.css +0 -58
- package/dist/prismicio-types.d.ts +39 -68
- package/package.json +1 -1
package/dist/esm/styles.css
CHANGED
|
@@ -6373,64 +6373,6 @@ it is unclear if all swatches from previous site are actively used
|
|
|
6373
6373
|
background-image: radial-gradient(circle farthest-corner at 8% 97%, rgb(233, 237, 152), rgb(245, 221, 129));
|
|
6374
6374
|
}
|
|
6375
6375
|
|
|
6376
|
-
.accordion {
|
|
6377
|
-
max-width: 1150px;
|
|
6378
|
-
margin: 0 auto;
|
|
6379
|
-
padding: 40px;
|
|
6380
|
-
}
|
|
6381
|
-
@media screen and (max-width: 760px) {
|
|
6382
|
-
.accordion {
|
|
6383
|
-
padding: 18px;
|
|
6384
|
-
}
|
|
6385
|
-
}
|
|
6386
|
-
.accordion .accordionTitle h2 {
|
|
6387
|
-
margin: 0;
|
|
6388
|
-
}
|
|
6389
|
-
.accordion .accordionItem {
|
|
6390
|
-
position: relative;
|
|
6391
|
-
}
|
|
6392
|
-
.accordion .accordionItem + .accordionItem {
|
|
6393
|
-
border-top: 1px solid #9b9b9b;
|
|
6394
|
-
}
|
|
6395
|
-
.accordion .accordionItem button.accordionItemTitle {
|
|
6396
|
-
font-family: "Galaxie Polaris Bold", sans-serif;
|
|
6397
|
-
font-weight: normal;
|
|
6398
|
-
letter-spacing: 0;
|
|
6399
|
-
text-transform: none;
|
|
6400
|
-
font-size: 1rem;
|
|
6401
|
-
background: transparent url("https://img.roka.com/hydrogen/public/img/symbol-plus-black.svg") right center no-repeat;
|
|
6402
|
-
border: none;
|
|
6403
|
-
cursor: pointer;
|
|
6404
|
-
padding: 20px 40px 20px 0;
|
|
6405
|
-
text-align: left;
|
|
6406
|
-
width: 100%;
|
|
6407
|
-
z-index: 1;
|
|
6408
|
-
}
|
|
6409
|
-
@media screen and (max-width: 760px) {
|
|
6410
|
-
.accordion .accordionItem button.accordionItemTitle {
|
|
6411
|
-
font-size: 1rem;
|
|
6412
|
-
}
|
|
6413
|
-
}
|
|
6414
|
-
.accordion .accordionItem button.accordionItemTitle.active {
|
|
6415
|
-
background: transparent url("https://img.roka.com/hydrogen/public/img/symbol-minus-black.svg") right center no-repeat;
|
|
6416
|
-
}
|
|
6417
|
-
.accordion .accordionItem .accordionItemContent {
|
|
6418
|
-
max-height: 0;
|
|
6419
|
-
max-width: 760px;
|
|
6420
|
-
opacity: 0;
|
|
6421
|
-
transition: all 0.333s ease-out;
|
|
6422
|
-
}
|
|
6423
|
-
.accordion .accordionItem .accordionItemContent > :first-child {
|
|
6424
|
-
margin: 0;
|
|
6425
|
-
}
|
|
6426
|
-
.accordion .accordionItem .accordionItemContent > :last-child {
|
|
6427
|
-
margin-bottom: 20px;
|
|
6428
|
-
}
|
|
6429
|
-
.accordion .accordionItem button.accordionItemTitle.active + .accordionItemContent {
|
|
6430
|
-
opacity: 1;
|
|
6431
|
-
max-height: max-content;
|
|
6432
|
-
}
|
|
6433
|
-
|
|
6434
6376
|
.banner {
|
|
6435
6377
|
align-items: center;
|
|
6436
6378
|
display: flex;
|
|
@@ -8728,7 +8728,6 @@ export type GlobalSettingsDocument<Lang extends string = string> =
|
|
|
8728
8728
|
>
|
|
8729
8729
|
|
|
8730
8730
|
type HeadlessCollectionDocumentDataSlicesSlice =
|
|
8731
|
-
| ProductFaqSlice
|
|
8732
8731
|
| BannerGridSlice
|
|
8733
8732
|
| FoursixtySliderSlice
|
|
8734
8733
|
| ProductCoreTechSlice
|
|
@@ -8823,7 +8822,6 @@ export type HeadlessCollectionDocument<Lang extends string = string> =
|
|
|
8823
8822
|
>
|
|
8824
8823
|
|
|
8825
8824
|
type HeadlessPageDocumentDataSlicesSlice =
|
|
8826
|
-
| ProductFaqSlice
|
|
8827
8825
|
| FoursixtySliderSlice
|
|
8828
8826
|
| VideoSlice
|
|
8829
8827
|
| EmailSignupSlice
|
|
@@ -8932,7 +8930,6 @@ export interface HeadlessProductDocumentDataSubheadersItem {
|
|
|
8932
8930
|
}
|
|
8933
8931
|
|
|
8934
8932
|
type HeadlessProductDocumentDataSlicesSlice =
|
|
8935
|
-
| ProductFaqSlice
|
|
8936
8933
|
| BannerGridSlice
|
|
8937
8934
|
| FoursixtySliderSlice
|
|
8938
8935
|
| VideoSlice
|
|
@@ -37481,18 +37478,51 @@ export interface LensTintsSliceDefaultPrimaryLensesItem {
|
|
|
37481
37478
|
}
|
|
37482
37479
|
|
|
37483
37480
|
/**
|
|
37484
|
-
* Item in *LensTints → Unified → Primary → Available Lenses*
|
|
37481
|
+
* Item in *LensTints → Unified → Primary → Available Lenses Order*
|
|
37485
37482
|
*/
|
|
37486
37483
|
export interface LensTintsSliceUnifiedPrimaryLensesItem {
|
|
37487
37484
|
/**
|
|
37488
|
-
* Lens field in *LensTints → Unified → Primary → Available Lenses*
|
|
37485
|
+
* Lens field in *LensTints → Unified → Primary → Available Lenses Order*
|
|
37489
37486
|
*
|
|
37490
|
-
* - **Field Type**:
|
|
37487
|
+
* - **Field Type**: Select
|
|
37491
37488
|
* - **Placeholder**: *None*
|
|
37492
37489
|
* - **API ID Path**: lens_tints.unified.primary.lenses[].lens
|
|
37493
|
-
* - **Documentation**: https://prismic.io/docs/field#
|
|
37490
|
+
* - **Documentation**: https://prismic.io/docs/field#select
|
|
37494
37491
|
*/
|
|
37495
|
-
lens: prismic.
|
|
37492
|
+
lens: prismic.SelectField<
|
|
37493
|
+
| 'Black Mirror'
|
|
37494
|
+
| 'Bronze'
|
|
37495
|
+
| 'Bronze Ember'
|
|
37496
|
+
| 'Bronze Polarized'
|
|
37497
|
+
| 'Clear'
|
|
37498
|
+
| 'Dark Arctic Mirror'
|
|
37499
|
+
| 'Dark Arctic Mirror Polarized'
|
|
37500
|
+
| 'Dark Bronze Mirror'
|
|
37501
|
+
| 'Dark Carbon'
|
|
37502
|
+
| 'Dark Carbon Polarized'
|
|
37503
|
+
| 'Dark Glacier Mirror'
|
|
37504
|
+
| 'Fire Mirror'
|
|
37505
|
+
| 'Glacier Mirror'
|
|
37506
|
+
| 'Glacier Mirror Polarized'
|
|
37507
|
+
| 'Gold Mirror'
|
|
37508
|
+
| 'Gold Mirror Polarized'
|
|
37509
|
+
| 'Graphite'
|
|
37510
|
+
| 'Green Mirror'
|
|
37511
|
+
| 'HC Fusion Mirror'
|
|
37512
|
+
| 'HC Ion Mirror'
|
|
37513
|
+
| 'HC Octane Mirror'
|
|
37514
|
+
| 'HC Plasma 20'
|
|
37515
|
+
| 'HC Plasma 40'
|
|
37516
|
+
| 'SHIFT Photochromic Carbon'
|
|
37517
|
+
| 'Ranger Polarized'
|
|
37518
|
+
| 'Wind Down™️'
|
|
37519
|
+
| 'Rose Gold Mirror'
|
|
37520
|
+
| 'Silver Mirror'
|
|
37521
|
+
| 'Teal Mirror'
|
|
37522
|
+
| 'Teal Mirror Polarized'
|
|
37523
|
+
| 'Yellow'
|
|
37524
|
+
| 'ZX-3'
|
|
37525
|
+
>
|
|
37496
37526
|
}
|
|
37497
37527
|
|
|
37498
37528
|
/**
|
|
@@ -37576,7 +37606,7 @@ export interface LensTintsSliceUnifiedPrimary {
|
|
|
37576
37606
|
title: prismic.KeyTextField
|
|
37577
37607
|
|
|
37578
37608
|
/**
|
|
37579
|
-
* Available Lenses field in *LensTints → Unified → Primary*
|
|
37609
|
+
* Available Lenses Order field in *LensTints → Unified → Primary*
|
|
37580
37610
|
*
|
|
37581
37611
|
* - **Field Type**: Group
|
|
37582
37612
|
* - **Placeholder**: *None*
|
|
@@ -39330,61 +39360,6 @@ export type ProductCoreTechSlice = prismic.SharedSlice<
|
|
|
39330
39360
|
ProductCoreTechSliceVariation
|
|
39331
39361
|
>
|
|
39332
39362
|
|
|
39333
|
-
/**
|
|
39334
|
-
* Primary content in *ProductFaq → Default → Primary*
|
|
39335
|
-
*/
|
|
39336
|
-
export interface ProductFaqSliceDefaultPrimary {
|
|
39337
|
-
/**
|
|
39338
|
-
* Title field in *ProductFaq → Default → Primary*
|
|
39339
|
-
*
|
|
39340
|
-
* - **Field Type**: Text
|
|
39341
|
-
* - **Placeholder**: FAQ
|
|
39342
|
-
* - **API ID Path**: product_faq.default.primary.title
|
|
39343
|
-
* - **Documentation**: https://prismic.io/docs/field#key-text
|
|
39344
|
-
*/
|
|
39345
|
-
title: prismic.KeyTextField
|
|
39346
|
-
|
|
39347
|
-
/**
|
|
39348
|
-
* FAQ Group field in *ProductFaq → Default → Primary*
|
|
39349
|
-
*
|
|
39350
|
-
* - **Field Type**: Integration Fields (Catalog: `roka--faq_group`)
|
|
39351
|
-
* - **Placeholder**: *None*
|
|
39352
|
-
* - **API ID Path**: product_faq.default.primary.faq_group
|
|
39353
|
-
* - **Documentation**: https://prismic.io/docs/field#integration
|
|
39354
|
-
*/
|
|
39355
|
-
faq_group: prismic.IntegrationField
|
|
39356
|
-
}
|
|
39357
|
-
|
|
39358
|
-
/**
|
|
39359
|
-
* Default variation for ProductFaq Slice
|
|
39360
|
-
*
|
|
39361
|
-
* - **API ID**: `default`
|
|
39362
|
-
* - **Description**: Default
|
|
39363
|
-
* - **Documentation**: https://prismic.io/docs/slice
|
|
39364
|
-
*/
|
|
39365
|
-
export type ProductFaqSliceDefault = prismic.SharedSliceVariation<
|
|
39366
|
-
'default',
|
|
39367
|
-
Simplify<ProductFaqSliceDefaultPrimary>,
|
|
39368
|
-
never
|
|
39369
|
-
>
|
|
39370
|
-
|
|
39371
|
-
/**
|
|
39372
|
-
* Slice variation for *ProductFaq*
|
|
39373
|
-
*/
|
|
39374
|
-
type ProductFaqSliceVariation = ProductFaqSliceDefault
|
|
39375
|
-
|
|
39376
|
-
/**
|
|
39377
|
-
* ProductFaq Shared Slice
|
|
39378
|
-
*
|
|
39379
|
-
* - **API ID**: `product_faq`
|
|
39380
|
-
* - **Description**: ProductFaq
|
|
39381
|
-
* - **Documentation**: https://prismic.io/docs/slice
|
|
39382
|
-
*/
|
|
39383
|
-
export type ProductFaqSlice = prismic.SharedSlice<
|
|
39384
|
-
'product_faq',
|
|
39385
|
-
ProductFaqSliceVariation
|
|
39386
|
-
>
|
|
39387
|
-
|
|
39388
39363
|
/**
|
|
39389
39364
|
* Item in *ProductInfo → Default → Primary → Items*
|
|
39390
39365
|
*/
|
|
@@ -41256,10 +41231,6 @@ declare module '@prismicio/client' {
|
|
|
41256
41231
|
ProductCoreTechSliceVariation,
|
|
41257
41232
|
ProductCoreTechSliceProductCoreTechGrid,
|
|
41258
41233
|
ProductCoreTechSliceProductCoreTechCarousel,
|
|
41259
|
-
ProductFaqSlice,
|
|
41260
|
-
ProductFaqSliceDefaultPrimary,
|
|
41261
|
-
ProductFaqSliceVariation,
|
|
41262
|
-
ProductFaqSliceDefault,
|
|
41263
41234
|
ProductInfoSlice,
|
|
41264
41235
|
ProductInfoSliceDefaultPrimaryItemsItem,
|
|
41265
41236
|
ProductInfoSliceDefaultPrimary,
|