@nok-integration/storefront-react 0.19.47 → 0.19.49
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/index.mjs +18 -18
- package/dist/standalone/storefront.mjs +18 -18
- package/dist/standalone/styles.css +28 -23
- package/dist/styles.css +28 -23
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10969,24 +10969,24 @@ function ProductView({ sku, initialData, showRecommendations = true, onNotFound
|
|
|
10969
10969
|
})
|
|
10970
10970
|
});
|
|
10971
10971
|
}
|
|
10972
|
-
const showcase = "
|
|
10973
|
-
const panel = "
|
|
10974
|
-
const image = "
|
|
10975
|
-
const hero = "
|
|
10976
|
-
const heroContent = "
|
|
10977
|
-
const heroText = "
|
|
10978
|
-
const logo = "
|
|
10979
|
-
const heroTitle = "
|
|
10980
|
-
const heroSub = "
|
|
10981
|
-
const swipe = "
|
|
10982
|
-
const swipeLabel = "
|
|
10983
|
-
const chevron$1 = "
|
|
10984
|
-
const overlay$1 = "
|
|
10985
|
-
const copy = "
|
|
10986
|
-
const title$2 = "
|
|
10987
|
-
const subtitle$1 = "
|
|
10988
|
-
const cta = "
|
|
10989
|
-
const mosaic = "
|
|
10972
|
+
const showcase = "_showcase_jukpz_14";
|
|
10973
|
+
const panel = "_panel_jukpz_19";
|
|
10974
|
+
const image = "_image_jukpz_80";
|
|
10975
|
+
const hero = "_hero_jukpz_120";
|
|
10976
|
+
const heroContent = "_heroContent_jukpz_205";
|
|
10977
|
+
const heroText = "_heroText_jukpz_229";
|
|
10978
|
+
const logo = "_logo_jukpz_238";
|
|
10979
|
+
const heroTitle = "_heroTitle_jukpz_258";
|
|
10980
|
+
const heroSub = "_heroSub_jukpz_282";
|
|
10981
|
+
const swipe = "_swipe_jukpz_301";
|
|
10982
|
+
const swipeLabel = "_swipeLabel_jukpz_308";
|
|
10983
|
+
const chevron$1 = "_chevron_jukpz_314";
|
|
10984
|
+
const overlay$1 = "_overlay_jukpz_11";
|
|
10985
|
+
const copy = "_copy_jukpz_349";
|
|
10986
|
+
const title$2 = "_title_jukpz_354";
|
|
10987
|
+
const subtitle$1 = "_subtitle_jukpz_361";
|
|
10988
|
+
const cta = "_cta_jukpz_367";
|
|
10989
|
+
const mosaic = "_mosaic_jukpz_411";
|
|
10990
10990
|
const styles$2 = {
|
|
10991
10991
|
showcase,
|
|
10992
10992
|
panel,
|
|
@@ -10969,24 +10969,24 @@ function ProductView({ sku, initialData, showRecommendations = true, onNotFound
|
|
|
10969
10969
|
})
|
|
10970
10970
|
});
|
|
10971
10971
|
}
|
|
10972
|
-
const showcase = "
|
|
10973
|
-
const panel = "
|
|
10974
|
-
const image = "
|
|
10975
|
-
const hero = "
|
|
10976
|
-
const heroContent = "
|
|
10977
|
-
const heroText = "
|
|
10978
|
-
const logo = "
|
|
10979
|
-
const heroTitle = "
|
|
10980
|
-
const heroSub = "
|
|
10981
|
-
const swipe = "
|
|
10982
|
-
const swipeLabel = "
|
|
10983
|
-
const chevron$1 = "
|
|
10984
|
-
const overlay$1 = "
|
|
10985
|
-
const copy = "
|
|
10986
|
-
const title$2 = "
|
|
10987
|
-
const subtitle$1 = "
|
|
10988
|
-
const cta = "
|
|
10989
|
-
const mosaic = "
|
|
10972
|
+
const showcase = "_showcase_jukpz_14";
|
|
10973
|
+
const panel = "_panel_jukpz_19";
|
|
10974
|
+
const image = "_image_jukpz_80";
|
|
10975
|
+
const hero = "_hero_jukpz_120";
|
|
10976
|
+
const heroContent = "_heroContent_jukpz_205";
|
|
10977
|
+
const heroText = "_heroText_jukpz_229";
|
|
10978
|
+
const logo = "_logo_jukpz_238";
|
|
10979
|
+
const heroTitle = "_heroTitle_jukpz_258";
|
|
10980
|
+
const heroSub = "_heroSub_jukpz_282";
|
|
10981
|
+
const swipe = "_swipe_jukpz_301";
|
|
10982
|
+
const swipeLabel = "_swipeLabel_jukpz_308";
|
|
10983
|
+
const chevron$1 = "_chevron_jukpz_314";
|
|
10984
|
+
const overlay$1 = "_overlay_jukpz_11";
|
|
10985
|
+
const copy = "_copy_jukpz_349";
|
|
10986
|
+
const title$2 = "_title_jukpz_354";
|
|
10987
|
+
const subtitle$1 = "_subtitle_jukpz_361";
|
|
10988
|
+
const cta = "_cta_jukpz_367";
|
|
10989
|
+
const mosaic = "_mosaic_jukpz_411";
|
|
10990
10990
|
const styles$2 = {
|
|
10991
10991
|
showcase,
|
|
10992
10992
|
panel,
|
|
@@ -3487,24 +3487,29 @@
|
|
|
3487
3487
|
column-gap: var(--space-12);
|
|
3488
3488
|
row-gap: var(--space-12);
|
|
3489
3489
|
}
|
|
3490
|
-
.
|
|
3490
|
+
._showcase_jukpz_14 {
|
|
3491
3491
|
--chrome-bleed: calc(3 * (100lvh - 100svh));
|
|
3492
3492
|
background: #080e12;
|
|
3493
3493
|
}
|
|
3494
|
-
.
|
|
3494
|
+
._panel_jukpz_19 {
|
|
3495
3495
|
position: relative;
|
|
3496
3496
|
height: 100lvh;
|
|
3497
3497
|
height: calc(100lvh + var(--chrome-bleed, 0px));
|
|
3498
3498
|
scroll-snap-align: start;
|
|
3499
3499
|
scroll-snap-stop: always;
|
|
3500
|
+
scroll-margin-bottom: calc(-1 * var(--chrome-bleed, 0px));
|
|
3500
3501
|
overflow: hidden;
|
|
3501
3502
|
background: #080e12;
|
|
3502
3503
|
}
|
|
3503
|
-
.
|
|
3504
|
+
._panel_jukpz_19:last-child {
|
|
3505
|
+
height: 100dvh;
|
|
3506
|
+
scroll-margin-bottom: 0;
|
|
3507
|
+
}
|
|
3508
|
+
._image_jukpz_80 {
|
|
3504
3509
|
object-fit: cover;
|
|
3505
3510
|
object-position: 50% var(--slide-focal-y, 50%);
|
|
3506
3511
|
}
|
|
3507
|
-
.
|
|
3512
|
+
._hero_jukpz_120::after {
|
|
3508
3513
|
content: "";
|
|
3509
3514
|
position: absolute;
|
|
3510
3515
|
inset: 0;
|
|
@@ -3519,7 +3524,7 @@
|
|
|
3519
3524
|
rgba(8, 14, 18, 0) calc(520px + var(--chrome-bleed, 0px)));
|
|
3520
3525
|
pointer-events: none;
|
|
3521
3526
|
}
|
|
3522
|
-
.
|
|
3527
|
+
._hero_jukpz_120 ._heroContent_jukpz_205 {
|
|
3523
3528
|
position: absolute;
|
|
3524
3529
|
bottom: 32px;
|
|
3525
3530
|
bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
@@ -3531,7 +3536,7 @@
|
|
|
3531
3536
|
gap: 24px;
|
|
3532
3537
|
align-items: stretch;
|
|
3533
3538
|
}
|
|
3534
|
-
.
|
|
3539
|
+
._heroText_jukpz_229 {
|
|
3535
3540
|
display: flex;
|
|
3536
3541
|
flex-direction: column;
|
|
3537
3542
|
gap: 8px;
|
|
@@ -3539,11 +3544,11 @@
|
|
|
3539
3544
|
padding: 0 24px;
|
|
3540
3545
|
text-align: center;
|
|
3541
3546
|
}
|
|
3542
|
-
.
|
|
3547
|
+
._heroText_jukpz_229 ._logo_jukpz_238 {
|
|
3543
3548
|
width: 48px;
|
|
3544
3549
|
height: 48px;
|
|
3545
3550
|
}
|
|
3546
|
-
.
|
|
3551
|
+
._heroTitle_jukpz_258 {
|
|
3547
3552
|
width: 100%;
|
|
3548
3553
|
margin: 0;
|
|
3549
3554
|
font-family:
|
|
@@ -3558,33 +3563,33 @@
|
|
|
3558
3563
|
letter-spacing: -1.12px;
|
|
3559
3564
|
color: #f9fafa;
|
|
3560
3565
|
}
|
|
3561
|
-
.
|
|
3566
|
+
._heroSub_jukpz_282 {
|
|
3562
3567
|
margin: 0;
|
|
3563
3568
|
font-size: 16px;
|
|
3564
3569
|
line-height: 1.55;
|
|
3565
3570
|
color: #f9fafa;
|
|
3566
3571
|
max-width: 327px;
|
|
3567
3572
|
}
|
|
3568
|
-
.
|
|
3573
|
+
._swipe_jukpz_301 {
|
|
3569
3574
|
display: flex;
|
|
3570
3575
|
flex-direction: column;
|
|
3571
3576
|
align-items: center;
|
|
3572
3577
|
gap: 6px;
|
|
3573
3578
|
padding: 8px 0;
|
|
3574
3579
|
}
|
|
3575
|
-
.
|
|
3580
|
+
._swipeLabel_jukpz_308 {
|
|
3576
3581
|
margin: 0;
|
|
3577
3582
|
font-size: 14px;
|
|
3578
3583
|
line-height: 1;
|
|
3579
3584
|
color: rgba(255, 255, 255, 0.54);
|
|
3580
3585
|
}
|
|
3581
|
-
.
|
|
3586
|
+
._chevron_jukpz_314 {
|
|
3582
3587
|
width: 24px;
|
|
3583
3588
|
height: 24px;
|
|
3584
3589
|
color: rgba(255, 255, 255, 0.54);
|
|
3585
|
-
animation:
|
|
3590
|
+
animation: _bob_jukpz_1 1.8s ease-in-out infinite;
|
|
3586
3591
|
}
|
|
3587
|
-
@keyframes
|
|
3592
|
+
@keyframes _bob_jukpz_1 {
|
|
3588
3593
|
0%, 100% {
|
|
3589
3594
|
transform: translateY(0);
|
|
3590
3595
|
}
|
|
@@ -3592,7 +3597,7 @@
|
|
|
3592
3597
|
transform: translateY(4px);
|
|
3593
3598
|
}
|
|
3594
3599
|
}
|
|
3595
|
-
.
|
|
3600
|
+
._overlay_jukpz_11 {
|
|
3596
3601
|
position: absolute;
|
|
3597
3602
|
inset: 0;
|
|
3598
3603
|
z-index: 1;
|
|
@@ -3609,25 +3614,25 @@
|
|
|
3609
3614
|
padding: 0 24px 24px;
|
|
3610
3615
|
padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
3611
3616
|
}
|
|
3612
|
-
.
|
|
3617
|
+
._copy_jukpz_349 {
|
|
3613
3618
|
display: flex;
|
|
3614
3619
|
flex-direction: column;
|
|
3615
3620
|
gap: 8px;
|
|
3616
3621
|
}
|
|
3617
|
-
.
|
|
3622
|
+
._title_jukpz_354 {
|
|
3618
3623
|
margin: 0;
|
|
3619
3624
|
font-size: 32px;
|
|
3620
3625
|
line-height: 1.2;
|
|
3621
3626
|
font-weight: 700;
|
|
3622
3627
|
color: #f9fafa;
|
|
3623
3628
|
}
|
|
3624
|
-
.
|
|
3629
|
+
._subtitle_jukpz_361 {
|
|
3625
3630
|
margin: 0;
|
|
3626
3631
|
font-size: 16px;
|
|
3627
3632
|
line-height: 1.55;
|
|
3628
3633
|
color: #f9fafa;
|
|
3629
3634
|
}
|
|
3630
|
-
.
|
|
3635
|
+
._cta_jukpz_367 {
|
|
3631
3636
|
display: inline-flex;
|
|
3632
3637
|
align-items: center;
|
|
3633
3638
|
justify-content: center;
|
|
@@ -3641,19 +3646,19 @@
|
|
|
3641
3646
|
font-weight: 700;
|
|
3642
3647
|
text-decoration: none;
|
|
3643
3648
|
}
|
|
3644
|
-
.
|
|
3649
|
+
._cta_jukpz_367::after {
|
|
3645
3650
|
content: "";
|
|
3646
3651
|
position: absolute;
|
|
3647
3652
|
inset: 0;
|
|
3648
3653
|
}
|
|
3649
|
-
.
|
|
3654
|
+
._cta_jukpz_367:active {
|
|
3650
3655
|
background: rgba(249, 250, 250, 0.12);
|
|
3651
3656
|
}
|
|
3652
|
-
.
|
|
3657
|
+
._cta_jukpz_367:focus-visible {
|
|
3653
3658
|
outline: none;
|
|
3654
3659
|
box-shadow: var(--focus-ring);
|
|
3655
3660
|
}
|
|
3656
|
-
.
|
|
3661
|
+
._mosaic_jukpz_411 {
|
|
3657
3662
|
background: #080e12;
|
|
3658
3663
|
}
|
|
3659
3664
|
._header_r9jjq_14 {
|
package/dist/styles.css
CHANGED
|
@@ -3487,24 +3487,29 @@
|
|
|
3487
3487
|
column-gap: var(--space-12);
|
|
3488
3488
|
row-gap: var(--space-12);
|
|
3489
3489
|
}
|
|
3490
|
-
.
|
|
3490
|
+
._showcase_jukpz_14 {
|
|
3491
3491
|
--chrome-bleed: calc(3 * (100lvh - 100svh));
|
|
3492
3492
|
background: #080e12;
|
|
3493
3493
|
}
|
|
3494
|
-
.
|
|
3494
|
+
._panel_jukpz_19 {
|
|
3495
3495
|
position: relative;
|
|
3496
3496
|
height: 100lvh;
|
|
3497
3497
|
height: calc(100lvh + var(--chrome-bleed, 0px));
|
|
3498
3498
|
scroll-snap-align: start;
|
|
3499
3499
|
scroll-snap-stop: always;
|
|
3500
|
+
scroll-margin-bottom: calc(-1 * var(--chrome-bleed, 0px));
|
|
3500
3501
|
overflow: hidden;
|
|
3501
3502
|
background: #080e12;
|
|
3502
3503
|
}
|
|
3503
|
-
.
|
|
3504
|
+
._panel_jukpz_19:last-child {
|
|
3505
|
+
height: 100dvh;
|
|
3506
|
+
scroll-margin-bottom: 0;
|
|
3507
|
+
}
|
|
3508
|
+
._image_jukpz_80 {
|
|
3504
3509
|
object-fit: cover;
|
|
3505
3510
|
object-position: 50% var(--slide-focal-y, 50%);
|
|
3506
3511
|
}
|
|
3507
|
-
.
|
|
3512
|
+
._hero_jukpz_120::after {
|
|
3508
3513
|
content: "";
|
|
3509
3514
|
position: absolute;
|
|
3510
3515
|
inset: 0;
|
|
@@ -3519,7 +3524,7 @@
|
|
|
3519
3524
|
rgba(8, 14, 18, 0) calc(520px + var(--chrome-bleed, 0px)));
|
|
3520
3525
|
pointer-events: none;
|
|
3521
3526
|
}
|
|
3522
|
-
.
|
|
3527
|
+
._hero_jukpz_120 ._heroContent_jukpz_205 {
|
|
3523
3528
|
position: absolute;
|
|
3524
3529
|
bottom: 32px;
|
|
3525
3530
|
bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
@@ -3531,7 +3536,7 @@
|
|
|
3531
3536
|
gap: 24px;
|
|
3532
3537
|
align-items: stretch;
|
|
3533
3538
|
}
|
|
3534
|
-
.
|
|
3539
|
+
._heroText_jukpz_229 {
|
|
3535
3540
|
display: flex;
|
|
3536
3541
|
flex-direction: column;
|
|
3537
3542
|
gap: 8px;
|
|
@@ -3539,11 +3544,11 @@
|
|
|
3539
3544
|
padding: 0 24px;
|
|
3540
3545
|
text-align: center;
|
|
3541
3546
|
}
|
|
3542
|
-
.
|
|
3547
|
+
._heroText_jukpz_229 ._logo_jukpz_238 {
|
|
3543
3548
|
width: 48px;
|
|
3544
3549
|
height: 48px;
|
|
3545
3550
|
}
|
|
3546
|
-
.
|
|
3551
|
+
._heroTitle_jukpz_258 {
|
|
3547
3552
|
width: 100%;
|
|
3548
3553
|
margin: 0;
|
|
3549
3554
|
font-family:
|
|
@@ -3558,33 +3563,33 @@
|
|
|
3558
3563
|
letter-spacing: -1.12px;
|
|
3559
3564
|
color: #f9fafa;
|
|
3560
3565
|
}
|
|
3561
|
-
.
|
|
3566
|
+
._heroSub_jukpz_282 {
|
|
3562
3567
|
margin: 0;
|
|
3563
3568
|
font-size: 16px;
|
|
3564
3569
|
line-height: 1.55;
|
|
3565
3570
|
color: #f9fafa;
|
|
3566
3571
|
max-width: 327px;
|
|
3567
3572
|
}
|
|
3568
|
-
.
|
|
3573
|
+
._swipe_jukpz_301 {
|
|
3569
3574
|
display: flex;
|
|
3570
3575
|
flex-direction: column;
|
|
3571
3576
|
align-items: center;
|
|
3572
3577
|
gap: 6px;
|
|
3573
3578
|
padding: 8px 0;
|
|
3574
3579
|
}
|
|
3575
|
-
.
|
|
3580
|
+
._swipeLabel_jukpz_308 {
|
|
3576
3581
|
margin: 0;
|
|
3577
3582
|
font-size: 14px;
|
|
3578
3583
|
line-height: 1;
|
|
3579
3584
|
color: rgba(255, 255, 255, 0.54);
|
|
3580
3585
|
}
|
|
3581
|
-
.
|
|
3586
|
+
._chevron_jukpz_314 {
|
|
3582
3587
|
width: 24px;
|
|
3583
3588
|
height: 24px;
|
|
3584
3589
|
color: rgba(255, 255, 255, 0.54);
|
|
3585
|
-
animation:
|
|
3590
|
+
animation: _bob_jukpz_1 1.8s ease-in-out infinite;
|
|
3586
3591
|
}
|
|
3587
|
-
@keyframes
|
|
3592
|
+
@keyframes _bob_jukpz_1 {
|
|
3588
3593
|
0%, 100% {
|
|
3589
3594
|
transform: translateY(0);
|
|
3590
3595
|
}
|
|
@@ -3592,7 +3597,7 @@
|
|
|
3592
3597
|
transform: translateY(4px);
|
|
3593
3598
|
}
|
|
3594
3599
|
}
|
|
3595
|
-
.
|
|
3600
|
+
._overlay_jukpz_11 {
|
|
3596
3601
|
position: absolute;
|
|
3597
3602
|
inset: 0;
|
|
3598
3603
|
z-index: 1;
|
|
@@ -3609,25 +3614,25 @@
|
|
|
3609
3614
|
padding: 0 24px 24px;
|
|
3610
3615
|
padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
3611
3616
|
}
|
|
3612
|
-
.
|
|
3617
|
+
._copy_jukpz_349 {
|
|
3613
3618
|
display: flex;
|
|
3614
3619
|
flex-direction: column;
|
|
3615
3620
|
gap: 8px;
|
|
3616
3621
|
}
|
|
3617
|
-
.
|
|
3622
|
+
._title_jukpz_354 {
|
|
3618
3623
|
margin: 0;
|
|
3619
3624
|
font-size: 32px;
|
|
3620
3625
|
line-height: 1.2;
|
|
3621
3626
|
font-weight: 700;
|
|
3622
3627
|
color: #f9fafa;
|
|
3623
3628
|
}
|
|
3624
|
-
.
|
|
3629
|
+
._subtitle_jukpz_361 {
|
|
3625
3630
|
margin: 0;
|
|
3626
3631
|
font-size: 16px;
|
|
3627
3632
|
line-height: 1.55;
|
|
3628
3633
|
color: #f9fafa;
|
|
3629
3634
|
}
|
|
3630
|
-
.
|
|
3635
|
+
._cta_jukpz_367 {
|
|
3631
3636
|
display: inline-flex;
|
|
3632
3637
|
align-items: center;
|
|
3633
3638
|
justify-content: center;
|
|
@@ -3641,19 +3646,19 @@
|
|
|
3641
3646
|
font-weight: 700;
|
|
3642
3647
|
text-decoration: none;
|
|
3643
3648
|
}
|
|
3644
|
-
.
|
|
3649
|
+
._cta_jukpz_367::after {
|
|
3645
3650
|
content: "";
|
|
3646
3651
|
position: absolute;
|
|
3647
3652
|
inset: 0;
|
|
3648
3653
|
}
|
|
3649
|
-
.
|
|
3654
|
+
._cta_jukpz_367:active {
|
|
3650
3655
|
background: rgba(249, 250, 250, 0.12);
|
|
3651
3656
|
}
|
|
3652
|
-
.
|
|
3657
|
+
._cta_jukpz_367:focus-visible {
|
|
3653
3658
|
outline: none;
|
|
3654
3659
|
box-shadow: var(--focus-ring);
|
|
3655
3660
|
}
|
|
3656
|
-
.
|
|
3661
|
+
._mosaic_jukpz_411 {
|
|
3657
3662
|
background: #080e12;
|
|
3658
3663
|
}
|
|
3659
3664
|
._header_r9jjq_14 {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nok-integration/storefront-react",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.49",
|
|
4
4
|
"description": "Mountable React storefront components: catalogue, product detail and cart, mounted directly into a host DOM tree. No iframe.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|