@nok-integration/storefront-react 0.19.48 → 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 +26 -24
- package/dist/styles.css +26 -24
- 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,27 +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 {
|
|
3504
3505
|
height: 100dvh;
|
|
3506
|
+
scroll-margin-bottom: 0;
|
|
3505
3507
|
}
|
|
3506
|
-
.
|
|
3508
|
+
._image_jukpz_80 {
|
|
3507
3509
|
object-fit: cover;
|
|
3508
3510
|
object-position: 50% var(--slide-focal-y, 50%);
|
|
3509
3511
|
}
|
|
3510
|
-
.
|
|
3512
|
+
._hero_jukpz_120::after {
|
|
3511
3513
|
content: "";
|
|
3512
3514
|
position: absolute;
|
|
3513
3515
|
inset: 0;
|
|
@@ -3522,7 +3524,7 @@
|
|
|
3522
3524
|
rgba(8, 14, 18, 0) calc(520px + var(--chrome-bleed, 0px)));
|
|
3523
3525
|
pointer-events: none;
|
|
3524
3526
|
}
|
|
3525
|
-
.
|
|
3527
|
+
._hero_jukpz_120 ._heroContent_jukpz_205 {
|
|
3526
3528
|
position: absolute;
|
|
3527
3529
|
bottom: 32px;
|
|
3528
3530
|
bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
@@ -3534,7 +3536,7 @@
|
|
|
3534
3536
|
gap: 24px;
|
|
3535
3537
|
align-items: stretch;
|
|
3536
3538
|
}
|
|
3537
|
-
.
|
|
3539
|
+
._heroText_jukpz_229 {
|
|
3538
3540
|
display: flex;
|
|
3539
3541
|
flex-direction: column;
|
|
3540
3542
|
gap: 8px;
|
|
@@ -3542,11 +3544,11 @@
|
|
|
3542
3544
|
padding: 0 24px;
|
|
3543
3545
|
text-align: center;
|
|
3544
3546
|
}
|
|
3545
|
-
.
|
|
3547
|
+
._heroText_jukpz_229 ._logo_jukpz_238 {
|
|
3546
3548
|
width: 48px;
|
|
3547
3549
|
height: 48px;
|
|
3548
3550
|
}
|
|
3549
|
-
.
|
|
3551
|
+
._heroTitle_jukpz_258 {
|
|
3550
3552
|
width: 100%;
|
|
3551
3553
|
margin: 0;
|
|
3552
3554
|
font-family:
|
|
@@ -3561,33 +3563,33 @@
|
|
|
3561
3563
|
letter-spacing: -1.12px;
|
|
3562
3564
|
color: #f9fafa;
|
|
3563
3565
|
}
|
|
3564
|
-
.
|
|
3566
|
+
._heroSub_jukpz_282 {
|
|
3565
3567
|
margin: 0;
|
|
3566
3568
|
font-size: 16px;
|
|
3567
3569
|
line-height: 1.55;
|
|
3568
3570
|
color: #f9fafa;
|
|
3569
3571
|
max-width: 327px;
|
|
3570
3572
|
}
|
|
3571
|
-
.
|
|
3573
|
+
._swipe_jukpz_301 {
|
|
3572
3574
|
display: flex;
|
|
3573
3575
|
flex-direction: column;
|
|
3574
3576
|
align-items: center;
|
|
3575
3577
|
gap: 6px;
|
|
3576
3578
|
padding: 8px 0;
|
|
3577
3579
|
}
|
|
3578
|
-
.
|
|
3580
|
+
._swipeLabel_jukpz_308 {
|
|
3579
3581
|
margin: 0;
|
|
3580
3582
|
font-size: 14px;
|
|
3581
3583
|
line-height: 1;
|
|
3582
3584
|
color: rgba(255, 255, 255, 0.54);
|
|
3583
3585
|
}
|
|
3584
|
-
.
|
|
3586
|
+
._chevron_jukpz_314 {
|
|
3585
3587
|
width: 24px;
|
|
3586
3588
|
height: 24px;
|
|
3587
3589
|
color: rgba(255, 255, 255, 0.54);
|
|
3588
|
-
animation:
|
|
3590
|
+
animation: _bob_jukpz_1 1.8s ease-in-out infinite;
|
|
3589
3591
|
}
|
|
3590
|
-
@keyframes
|
|
3592
|
+
@keyframes _bob_jukpz_1 {
|
|
3591
3593
|
0%, 100% {
|
|
3592
3594
|
transform: translateY(0);
|
|
3593
3595
|
}
|
|
@@ -3595,7 +3597,7 @@
|
|
|
3595
3597
|
transform: translateY(4px);
|
|
3596
3598
|
}
|
|
3597
3599
|
}
|
|
3598
|
-
.
|
|
3600
|
+
._overlay_jukpz_11 {
|
|
3599
3601
|
position: absolute;
|
|
3600
3602
|
inset: 0;
|
|
3601
3603
|
z-index: 1;
|
|
@@ -3612,25 +3614,25 @@
|
|
|
3612
3614
|
padding: 0 24px 24px;
|
|
3613
3615
|
padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
3614
3616
|
}
|
|
3615
|
-
.
|
|
3617
|
+
._copy_jukpz_349 {
|
|
3616
3618
|
display: flex;
|
|
3617
3619
|
flex-direction: column;
|
|
3618
3620
|
gap: 8px;
|
|
3619
3621
|
}
|
|
3620
|
-
.
|
|
3622
|
+
._title_jukpz_354 {
|
|
3621
3623
|
margin: 0;
|
|
3622
3624
|
font-size: 32px;
|
|
3623
3625
|
line-height: 1.2;
|
|
3624
3626
|
font-weight: 700;
|
|
3625
3627
|
color: #f9fafa;
|
|
3626
3628
|
}
|
|
3627
|
-
.
|
|
3629
|
+
._subtitle_jukpz_361 {
|
|
3628
3630
|
margin: 0;
|
|
3629
3631
|
font-size: 16px;
|
|
3630
3632
|
line-height: 1.55;
|
|
3631
3633
|
color: #f9fafa;
|
|
3632
3634
|
}
|
|
3633
|
-
.
|
|
3635
|
+
._cta_jukpz_367 {
|
|
3634
3636
|
display: inline-flex;
|
|
3635
3637
|
align-items: center;
|
|
3636
3638
|
justify-content: center;
|
|
@@ -3644,19 +3646,19 @@
|
|
|
3644
3646
|
font-weight: 700;
|
|
3645
3647
|
text-decoration: none;
|
|
3646
3648
|
}
|
|
3647
|
-
.
|
|
3649
|
+
._cta_jukpz_367::after {
|
|
3648
3650
|
content: "";
|
|
3649
3651
|
position: absolute;
|
|
3650
3652
|
inset: 0;
|
|
3651
3653
|
}
|
|
3652
|
-
.
|
|
3654
|
+
._cta_jukpz_367:active {
|
|
3653
3655
|
background: rgba(249, 250, 250, 0.12);
|
|
3654
3656
|
}
|
|
3655
|
-
.
|
|
3657
|
+
._cta_jukpz_367:focus-visible {
|
|
3656
3658
|
outline: none;
|
|
3657
3659
|
box-shadow: var(--focus-ring);
|
|
3658
3660
|
}
|
|
3659
|
-
.
|
|
3661
|
+
._mosaic_jukpz_411 {
|
|
3660
3662
|
background: #080e12;
|
|
3661
3663
|
}
|
|
3662
3664
|
._header_r9jjq_14 {
|
package/dist/styles.css
CHANGED
|
@@ -3487,27 +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 {
|
|
3504
3505
|
height: 100dvh;
|
|
3506
|
+
scroll-margin-bottom: 0;
|
|
3505
3507
|
}
|
|
3506
|
-
.
|
|
3508
|
+
._image_jukpz_80 {
|
|
3507
3509
|
object-fit: cover;
|
|
3508
3510
|
object-position: 50% var(--slide-focal-y, 50%);
|
|
3509
3511
|
}
|
|
3510
|
-
.
|
|
3512
|
+
._hero_jukpz_120::after {
|
|
3511
3513
|
content: "";
|
|
3512
3514
|
position: absolute;
|
|
3513
3515
|
inset: 0;
|
|
@@ -3522,7 +3524,7 @@
|
|
|
3522
3524
|
rgba(8, 14, 18, 0) calc(520px + var(--chrome-bleed, 0px)));
|
|
3523
3525
|
pointer-events: none;
|
|
3524
3526
|
}
|
|
3525
|
-
.
|
|
3527
|
+
._hero_jukpz_120 ._heroContent_jukpz_205 {
|
|
3526
3528
|
position: absolute;
|
|
3527
3529
|
bottom: 32px;
|
|
3528
3530
|
bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
@@ -3534,7 +3536,7 @@
|
|
|
3534
3536
|
gap: 24px;
|
|
3535
3537
|
align-items: stretch;
|
|
3536
3538
|
}
|
|
3537
|
-
.
|
|
3539
|
+
._heroText_jukpz_229 {
|
|
3538
3540
|
display: flex;
|
|
3539
3541
|
flex-direction: column;
|
|
3540
3542
|
gap: 8px;
|
|
@@ -3542,11 +3544,11 @@
|
|
|
3542
3544
|
padding: 0 24px;
|
|
3543
3545
|
text-align: center;
|
|
3544
3546
|
}
|
|
3545
|
-
.
|
|
3547
|
+
._heroText_jukpz_229 ._logo_jukpz_238 {
|
|
3546
3548
|
width: 48px;
|
|
3547
3549
|
height: 48px;
|
|
3548
3550
|
}
|
|
3549
|
-
.
|
|
3551
|
+
._heroTitle_jukpz_258 {
|
|
3550
3552
|
width: 100%;
|
|
3551
3553
|
margin: 0;
|
|
3552
3554
|
font-family:
|
|
@@ -3561,33 +3563,33 @@
|
|
|
3561
3563
|
letter-spacing: -1.12px;
|
|
3562
3564
|
color: #f9fafa;
|
|
3563
3565
|
}
|
|
3564
|
-
.
|
|
3566
|
+
._heroSub_jukpz_282 {
|
|
3565
3567
|
margin: 0;
|
|
3566
3568
|
font-size: 16px;
|
|
3567
3569
|
line-height: 1.55;
|
|
3568
3570
|
color: #f9fafa;
|
|
3569
3571
|
max-width: 327px;
|
|
3570
3572
|
}
|
|
3571
|
-
.
|
|
3573
|
+
._swipe_jukpz_301 {
|
|
3572
3574
|
display: flex;
|
|
3573
3575
|
flex-direction: column;
|
|
3574
3576
|
align-items: center;
|
|
3575
3577
|
gap: 6px;
|
|
3576
3578
|
padding: 8px 0;
|
|
3577
3579
|
}
|
|
3578
|
-
.
|
|
3580
|
+
._swipeLabel_jukpz_308 {
|
|
3579
3581
|
margin: 0;
|
|
3580
3582
|
font-size: 14px;
|
|
3581
3583
|
line-height: 1;
|
|
3582
3584
|
color: rgba(255, 255, 255, 0.54);
|
|
3583
3585
|
}
|
|
3584
|
-
.
|
|
3586
|
+
._chevron_jukpz_314 {
|
|
3585
3587
|
width: 24px;
|
|
3586
3588
|
height: 24px;
|
|
3587
3589
|
color: rgba(255, 255, 255, 0.54);
|
|
3588
|
-
animation:
|
|
3590
|
+
animation: _bob_jukpz_1 1.8s ease-in-out infinite;
|
|
3589
3591
|
}
|
|
3590
|
-
@keyframes
|
|
3592
|
+
@keyframes _bob_jukpz_1 {
|
|
3591
3593
|
0%, 100% {
|
|
3592
3594
|
transform: translateY(0);
|
|
3593
3595
|
}
|
|
@@ -3595,7 +3597,7 @@
|
|
|
3595
3597
|
transform: translateY(4px);
|
|
3596
3598
|
}
|
|
3597
3599
|
}
|
|
3598
|
-
.
|
|
3600
|
+
._overlay_jukpz_11 {
|
|
3599
3601
|
position: absolute;
|
|
3600
3602
|
inset: 0;
|
|
3601
3603
|
z-index: 1;
|
|
@@ -3612,25 +3614,25 @@
|
|
|
3612
3614
|
padding: 0 24px 24px;
|
|
3613
3615
|
padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
3614
3616
|
}
|
|
3615
|
-
.
|
|
3617
|
+
._copy_jukpz_349 {
|
|
3616
3618
|
display: flex;
|
|
3617
3619
|
flex-direction: column;
|
|
3618
3620
|
gap: 8px;
|
|
3619
3621
|
}
|
|
3620
|
-
.
|
|
3622
|
+
._title_jukpz_354 {
|
|
3621
3623
|
margin: 0;
|
|
3622
3624
|
font-size: 32px;
|
|
3623
3625
|
line-height: 1.2;
|
|
3624
3626
|
font-weight: 700;
|
|
3625
3627
|
color: #f9fafa;
|
|
3626
3628
|
}
|
|
3627
|
-
.
|
|
3629
|
+
._subtitle_jukpz_361 {
|
|
3628
3630
|
margin: 0;
|
|
3629
3631
|
font-size: 16px;
|
|
3630
3632
|
line-height: 1.55;
|
|
3631
3633
|
color: #f9fafa;
|
|
3632
3634
|
}
|
|
3633
|
-
.
|
|
3635
|
+
._cta_jukpz_367 {
|
|
3634
3636
|
display: inline-flex;
|
|
3635
3637
|
align-items: center;
|
|
3636
3638
|
justify-content: center;
|
|
@@ -3644,19 +3646,19 @@
|
|
|
3644
3646
|
font-weight: 700;
|
|
3645
3647
|
text-decoration: none;
|
|
3646
3648
|
}
|
|
3647
|
-
.
|
|
3649
|
+
._cta_jukpz_367::after {
|
|
3648
3650
|
content: "";
|
|
3649
3651
|
position: absolute;
|
|
3650
3652
|
inset: 0;
|
|
3651
3653
|
}
|
|
3652
|
-
.
|
|
3654
|
+
._cta_jukpz_367:active {
|
|
3653
3655
|
background: rgba(249, 250, 250, 0.12);
|
|
3654
3656
|
}
|
|
3655
|
-
.
|
|
3657
|
+
._cta_jukpz_367:focus-visible {
|
|
3656
3658
|
outline: none;
|
|
3657
3659
|
box-shadow: var(--focus-ring);
|
|
3658
3660
|
}
|
|
3659
|
-
.
|
|
3661
|
+
._mosaic_jukpz_411 {
|
|
3660
3662
|
background: #080e12;
|
|
3661
3663
|
}
|
|
3662
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",
|