@nok-integration/storefront-react 0.19.48 → 0.19.50
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.d.ts +30 -8
- package/dist/index.mjs +192 -59
- package/dist/standalone/storefront.mjs +192 -59
- package/dist/standalone/styles.css +52 -42
- package/dist/styles.css +52 -42
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
background: var(--color-state-surface-critical-soft);
|
|
1646
1646
|
color: var(--color-state-text-critical);
|
|
1647
1647
|
}
|
|
1648
|
-
.
|
|
1648
|
+
._page_qj11j_2 {
|
|
1649
1649
|
list-style: none;
|
|
1650
1650
|
margin: 0;
|
|
1651
1651
|
display: flex;
|
|
@@ -1653,14 +1653,14 @@
|
|
|
1653
1653
|
gap: var(--space-12);
|
|
1654
1654
|
padding: var(--space-16) var(--space-16) var(--space-24);
|
|
1655
1655
|
}
|
|
1656
|
-
.
|
|
1656
|
+
._empty_qj11j_22 {
|
|
1657
1657
|
display: flex;
|
|
1658
1658
|
align-items: center;
|
|
1659
1659
|
justify-content: center;
|
|
1660
1660
|
min-height: calc(100dvh - var(--header-height) - var(--space-32));
|
|
1661
1661
|
padding-bottom: var(--space-32);
|
|
1662
1662
|
}
|
|
1663
|
-
.
|
|
1663
|
+
._cta_qj11j_32 {
|
|
1664
1664
|
display: inline-flex;
|
|
1665
1665
|
align-items: center;
|
|
1666
1666
|
justify-content: center;
|
|
@@ -1677,11 +1677,11 @@
|
|
|
1677
1677
|
line-height: 1;
|
|
1678
1678
|
cursor: pointer;
|
|
1679
1679
|
}
|
|
1680
|
-
.
|
|
1680
|
+
._cta_qj11j_32:focus-visible {
|
|
1681
1681
|
outline: none;
|
|
1682
1682
|
box-shadow: var(--focus-ring);
|
|
1683
1683
|
}
|
|
1684
|
-
.
|
|
1684
|
+
._card_qj11j_55 {
|
|
1685
1685
|
display: flex;
|
|
1686
1686
|
flex-direction: column;
|
|
1687
1687
|
gap: var(--space-24);
|
|
@@ -1695,21 +1695,21 @@
|
|
|
1695
1695
|
text-align: left;
|
|
1696
1696
|
overflow: hidden;
|
|
1697
1697
|
}
|
|
1698
|
-
.
|
|
1698
|
+
._tappable_qj11j_70 {
|
|
1699
1699
|
cursor: pointer;
|
|
1700
1700
|
}
|
|
1701
|
-
.
|
|
1701
|
+
._tappable_qj11j_70:focus-visible {
|
|
1702
1702
|
outline: none;
|
|
1703
1703
|
box-shadow: var(--focus-ring);
|
|
1704
1704
|
}
|
|
1705
|
-
.
|
|
1705
|
+
._head_qj11j_79 {
|
|
1706
1706
|
display: flex;
|
|
1707
1707
|
align-items: flex-start;
|
|
1708
1708
|
justify-content: space-between;
|
|
1709
1709
|
gap: var(--space-8);
|
|
1710
1710
|
width: 100%;
|
|
1711
1711
|
}
|
|
1712
|
-
.
|
|
1712
|
+
._heading_qj11j_87 {
|
|
1713
1713
|
display: flex;
|
|
1714
1714
|
flex: 1 1 auto;
|
|
1715
1715
|
flex-direction: column;
|
|
@@ -1717,7 +1717,7 @@
|
|
|
1717
1717
|
min-width: 0;
|
|
1718
1718
|
color: var(--color-text-default);
|
|
1719
1719
|
}
|
|
1720
|
-
.
|
|
1720
|
+
._title_qj11j_96 {
|
|
1721
1721
|
font-size: var(--type-heading-md-size);
|
|
1722
1722
|
font-weight: var(--font-weight-bold);
|
|
1723
1723
|
line-height: 1.32;
|
|
@@ -1725,22 +1725,30 @@
|
|
|
1725
1725
|
text-overflow: ellipsis;
|
|
1726
1726
|
white-space: nowrap;
|
|
1727
1727
|
}
|
|
1728
|
-
.
|
|
1728
|
+
._date_qj11j_115 {
|
|
1729
1729
|
font-size: var(--type-trimmed-sm-size);
|
|
1730
1730
|
line-height: 10px;
|
|
1731
1731
|
}
|
|
1732
|
-
.
|
|
1732
|
+
._bottom_qj11j_120 {
|
|
1733
1733
|
display: flex;
|
|
1734
1734
|
align-items: center;
|
|
1735
1735
|
justify-content: space-between;
|
|
1736
1736
|
gap: var(--space-8);
|
|
1737
1737
|
width: 100%;
|
|
1738
1738
|
}
|
|
1739
|
-
.
|
|
1739
|
+
._strip_qj11j_128 {
|
|
1740
1740
|
display: flex;
|
|
1741
1741
|
gap: var(--space-6);
|
|
1742
1742
|
}
|
|
1743
|
-
.
|
|
1743
|
+
._meta_qj11j_141 {
|
|
1744
|
+
flex: 1 1 auto;
|
|
1745
|
+
text-align: right;
|
|
1746
|
+
font-size: var(--type-trimmed-sm-size);
|
|
1747
|
+
color: var(--color-text-subtle);
|
|
1748
|
+
font-variant-numeric: tabular-nums;
|
|
1749
|
+
white-space: nowrap;
|
|
1750
|
+
}
|
|
1751
|
+
._tile_qj11j_150 {
|
|
1744
1752
|
position: relative;
|
|
1745
1753
|
flex: 0 0 56px;
|
|
1746
1754
|
width: 56px;
|
|
@@ -1749,14 +1757,14 @@
|
|
|
1749
1757
|
overflow: hidden;
|
|
1750
1758
|
background: var(--color-surface-subtle);
|
|
1751
1759
|
}
|
|
1752
|
-
.
|
|
1760
|
+
._image_qj11j_160 {
|
|
1753
1761
|
object-fit: cover;
|
|
1754
1762
|
object-position: top;
|
|
1755
1763
|
}
|
|
1756
|
-
.
|
|
1764
|
+
._placeholder_qj11j_167 {
|
|
1757
1765
|
background: var(--color-surface-subtle);
|
|
1758
1766
|
}
|
|
1759
|
-
.
|
|
1767
|
+
._more_qj11j_174 {
|
|
1760
1768
|
position: absolute;
|
|
1761
1769
|
inset: 0;
|
|
1762
1770
|
display: flex;
|
|
@@ -1768,7 +1776,7 @@
|
|
|
1768
1776
|
font-weight: var(--font-weight-bold);
|
|
1769
1777
|
line-height: 1;
|
|
1770
1778
|
}
|
|
1771
|
-
.
|
|
1779
|
+
._chevron_qj11j_187 {
|
|
1772
1780
|
display: inline-flex;
|
|
1773
1781
|
flex: 0 0 24px;
|
|
1774
1782
|
width: 24px;
|
|
@@ -3487,27 +3495,29 @@
|
|
|
3487
3495
|
column-gap: var(--space-12);
|
|
3488
3496
|
row-gap: var(--space-12);
|
|
3489
3497
|
}
|
|
3490
|
-
.
|
|
3498
|
+
._showcase_jukpz_14 {
|
|
3491
3499
|
--chrome-bleed: calc(3 * (100lvh - 100svh));
|
|
3492
3500
|
background: #080e12;
|
|
3493
3501
|
}
|
|
3494
|
-
.
|
|
3502
|
+
._panel_jukpz_19 {
|
|
3495
3503
|
position: relative;
|
|
3496
3504
|
height: 100lvh;
|
|
3497
3505
|
height: calc(100lvh + var(--chrome-bleed, 0px));
|
|
3498
3506
|
scroll-snap-align: start;
|
|
3499
3507
|
scroll-snap-stop: always;
|
|
3508
|
+
scroll-margin-bottom: calc(-1 * var(--chrome-bleed, 0px));
|
|
3500
3509
|
overflow: hidden;
|
|
3501
3510
|
background: #080e12;
|
|
3502
3511
|
}
|
|
3503
|
-
.
|
|
3512
|
+
._panel_jukpz_19:last-child {
|
|
3504
3513
|
height: 100dvh;
|
|
3514
|
+
scroll-margin-bottom: 0;
|
|
3505
3515
|
}
|
|
3506
|
-
.
|
|
3516
|
+
._image_jukpz_80 {
|
|
3507
3517
|
object-fit: cover;
|
|
3508
3518
|
object-position: 50% var(--slide-focal-y, 50%);
|
|
3509
3519
|
}
|
|
3510
|
-
.
|
|
3520
|
+
._hero_jukpz_120::after {
|
|
3511
3521
|
content: "";
|
|
3512
3522
|
position: absolute;
|
|
3513
3523
|
inset: 0;
|
|
@@ -3522,7 +3532,7 @@
|
|
|
3522
3532
|
rgba(8, 14, 18, 0) calc(520px + var(--chrome-bleed, 0px)));
|
|
3523
3533
|
pointer-events: none;
|
|
3524
3534
|
}
|
|
3525
|
-
.
|
|
3535
|
+
._hero_jukpz_120 ._heroContent_jukpz_205 {
|
|
3526
3536
|
position: absolute;
|
|
3527
3537
|
bottom: 32px;
|
|
3528
3538
|
bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
@@ -3534,7 +3544,7 @@
|
|
|
3534
3544
|
gap: 24px;
|
|
3535
3545
|
align-items: stretch;
|
|
3536
3546
|
}
|
|
3537
|
-
.
|
|
3547
|
+
._heroText_jukpz_229 {
|
|
3538
3548
|
display: flex;
|
|
3539
3549
|
flex-direction: column;
|
|
3540
3550
|
gap: 8px;
|
|
@@ -3542,11 +3552,11 @@
|
|
|
3542
3552
|
padding: 0 24px;
|
|
3543
3553
|
text-align: center;
|
|
3544
3554
|
}
|
|
3545
|
-
.
|
|
3555
|
+
._heroText_jukpz_229 ._logo_jukpz_238 {
|
|
3546
3556
|
width: 48px;
|
|
3547
3557
|
height: 48px;
|
|
3548
3558
|
}
|
|
3549
|
-
.
|
|
3559
|
+
._heroTitle_jukpz_258 {
|
|
3550
3560
|
width: 100%;
|
|
3551
3561
|
margin: 0;
|
|
3552
3562
|
font-family:
|
|
@@ -3561,33 +3571,33 @@
|
|
|
3561
3571
|
letter-spacing: -1.12px;
|
|
3562
3572
|
color: #f9fafa;
|
|
3563
3573
|
}
|
|
3564
|
-
.
|
|
3574
|
+
._heroSub_jukpz_282 {
|
|
3565
3575
|
margin: 0;
|
|
3566
3576
|
font-size: 16px;
|
|
3567
3577
|
line-height: 1.55;
|
|
3568
3578
|
color: #f9fafa;
|
|
3569
3579
|
max-width: 327px;
|
|
3570
3580
|
}
|
|
3571
|
-
.
|
|
3581
|
+
._swipe_jukpz_301 {
|
|
3572
3582
|
display: flex;
|
|
3573
3583
|
flex-direction: column;
|
|
3574
3584
|
align-items: center;
|
|
3575
3585
|
gap: 6px;
|
|
3576
3586
|
padding: 8px 0;
|
|
3577
3587
|
}
|
|
3578
|
-
.
|
|
3588
|
+
._swipeLabel_jukpz_308 {
|
|
3579
3589
|
margin: 0;
|
|
3580
3590
|
font-size: 14px;
|
|
3581
3591
|
line-height: 1;
|
|
3582
3592
|
color: rgba(255, 255, 255, 0.54);
|
|
3583
3593
|
}
|
|
3584
|
-
.
|
|
3594
|
+
._chevron_jukpz_314 {
|
|
3585
3595
|
width: 24px;
|
|
3586
3596
|
height: 24px;
|
|
3587
3597
|
color: rgba(255, 255, 255, 0.54);
|
|
3588
|
-
animation:
|
|
3598
|
+
animation: _bob_jukpz_1 1.8s ease-in-out infinite;
|
|
3589
3599
|
}
|
|
3590
|
-
@keyframes
|
|
3600
|
+
@keyframes _bob_jukpz_1 {
|
|
3591
3601
|
0%, 100% {
|
|
3592
3602
|
transform: translateY(0);
|
|
3593
3603
|
}
|
|
@@ -3595,7 +3605,7 @@
|
|
|
3595
3605
|
transform: translateY(4px);
|
|
3596
3606
|
}
|
|
3597
3607
|
}
|
|
3598
|
-
.
|
|
3608
|
+
._overlay_jukpz_11 {
|
|
3599
3609
|
position: absolute;
|
|
3600
3610
|
inset: 0;
|
|
3601
3611
|
z-index: 1;
|
|
@@ -3612,25 +3622,25 @@
|
|
|
3612
3622
|
padding: 0 24px 24px;
|
|
3613
3623
|
padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh - 100dvh);
|
|
3614
3624
|
}
|
|
3615
|
-
.
|
|
3625
|
+
._copy_jukpz_349 {
|
|
3616
3626
|
display: flex;
|
|
3617
3627
|
flex-direction: column;
|
|
3618
3628
|
gap: 8px;
|
|
3619
3629
|
}
|
|
3620
|
-
.
|
|
3630
|
+
._title_jukpz_354 {
|
|
3621
3631
|
margin: 0;
|
|
3622
3632
|
font-size: 32px;
|
|
3623
3633
|
line-height: 1.2;
|
|
3624
3634
|
font-weight: 700;
|
|
3625
3635
|
color: #f9fafa;
|
|
3626
3636
|
}
|
|
3627
|
-
.
|
|
3637
|
+
._subtitle_jukpz_361 {
|
|
3628
3638
|
margin: 0;
|
|
3629
3639
|
font-size: 16px;
|
|
3630
3640
|
line-height: 1.55;
|
|
3631
3641
|
color: #f9fafa;
|
|
3632
3642
|
}
|
|
3633
|
-
.
|
|
3643
|
+
._cta_jukpz_367 {
|
|
3634
3644
|
display: inline-flex;
|
|
3635
3645
|
align-items: center;
|
|
3636
3646
|
justify-content: center;
|
|
@@ -3644,19 +3654,19 @@
|
|
|
3644
3654
|
font-weight: 700;
|
|
3645
3655
|
text-decoration: none;
|
|
3646
3656
|
}
|
|
3647
|
-
.
|
|
3657
|
+
._cta_jukpz_367::after {
|
|
3648
3658
|
content: "";
|
|
3649
3659
|
position: absolute;
|
|
3650
3660
|
inset: 0;
|
|
3651
3661
|
}
|
|
3652
|
-
.
|
|
3662
|
+
._cta_jukpz_367:active {
|
|
3653
3663
|
background: rgba(249, 250, 250, 0.12);
|
|
3654
3664
|
}
|
|
3655
|
-
.
|
|
3665
|
+
._cta_jukpz_367:focus-visible {
|
|
3656
3666
|
outline: none;
|
|
3657
3667
|
box-shadow: var(--focus-ring);
|
|
3658
3668
|
}
|
|
3659
|
-
.
|
|
3669
|
+
._mosaic_jukpz_411 {
|
|
3660
3670
|
background: #080e12;
|
|
3661
3671
|
}
|
|
3662
3672
|
._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.50",
|
|
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",
|