@nok-integration/storefront-react 0.19.49 → 0.19.51
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 +62 -47
- package/dist/styles.css +62 -47
- 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,11 +3495,19 @@
|
|
|
3487
3495
|
column-gap: var(--space-12);
|
|
3488
3496
|
row-gap: var(--space-12);
|
|
3489
3497
|
}
|
|
3490
|
-
.
|
|
3491
|
-
--chrome-bleed:
|
|
3498
|
+
._showcase_15pba_14 {
|
|
3499
|
+
--chrome-bleed: 0px;
|
|
3492
3500
|
background: #080e12;
|
|
3501
|
+
display: flow-root;
|
|
3502
|
+
overflow: clip;
|
|
3503
|
+
overflow-clip-margin: var(--chrome-bleed, 0px);
|
|
3504
|
+
}
|
|
3505
|
+
@supports (-webkit-touch-callout: none) {
|
|
3506
|
+
._showcase_15pba_14 {
|
|
3507
|
+
--chrome-bleed: calc(3 * (100lvh - 100svh));
|
|
3508
|
+
}
|
|
3493
3509
|
}
|
|
3494
|
-
.
|
|
3510
|
+
._panel_15pba_57 {
|
|
3495
3511
|
position: relative;
|
|
3496
3512
|
height: 100lvh;
|
|
3497
3513
|
height: calc(100lvh + var(--chrome-bleed, 0px));
|
|
@@ -3501,15 +3517,14 @@
|
|
|
3501
3517
|
overflow: hidden;
|
|
3502
3518
|
background: #080e12;
|
|
3503
3519
|
}
|
|
3504
|
-
.
|
|
3505
|
-
|
|
3506
|
-
scroll-margin-bottom: 0;
|
|
3520
|
+
._panel_15pba_57:last-child {
|
|
3521
|
+
margin-bottom: calc(100dvh - 100lvh - var(--chrome-bleed, 0px));
|
|
3507
3522
|
}
|
|
3508
|
-
.
|
|
3523
|
+
._image_15pba_122 {
|
|
3509
3524
|
object-fit: cover;
|
|
3510
3525
|
object-position: 50% var(--slide-focal-y, 50%);
|
|
3511
3526
|
}
|
|
3512
|
-
.
|
|
3527
|
+
._hero_15pba_162::after {
|
|
3513
3528
|
content: "";
|
|
3514
3529
|
position: absolute;
|
|
3515
3530
|
inset: 0;
|
|
@@ -3524,10 +3539,10 @@
|
|
|
3524
3539
|
rgba(8, 14, 18, 0) calc(520px + var(--chrome-bleed, 0px)));
|
|
3525
3540
|
pointer-events: none;
|
|
3526
3541
|
}
|
|
3527
|
-
.
|
|
3542
|
+
._hero_15pba_162 ._heroContent_15pba_254 {
|
|
3528
3543
|
position: absolute;
|
|
3529
3544
|
bottom: 32px;
|
|
3530
|
-
bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh -
|
|
3545
|
+
bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh - 100svh);
|
|
3531
3546
|
left: 0;
|
|
3532
3547
|
right: 0;
|
|
3533
3548
|
z-index: 1;
|
|
@@ -3536,7 +3551,7 @@
|
|
|
3536
3551
|
gap: 24px;
|
|
3537
3552
|
align-items: stretch;
|
|
3538
3553
|
}
|
|
3539
|
-
.
|
|
3554
|
+
._heroText_15pba_278 {
|
|
3540
3555
|
display: flex;
|
|
3541
3556
|
flex-direction: column;
|
|
3542
3557
|
gap: 8px;
|
|
@@ -3544,11 +3559,11 @@
|
|
|
3544
3559
|
padding: 0 24px;
|
|
3545
3560
|
text-align: center;
|
|
3546
3561
|
}
|
|
3547
|
-
.
|
|
3562
|
+
._heroText_15pba_278 ._logo_15pba_287 {
|
|
3548
3563
|
width: 48px;
|
|
3549
3564
|
height: 48px;
|
|
3550
3565
|
}
|
|
3551
|
-
.
|
|
3566
|
+
._heroTitle_15pba_307 {
|
|
3552
3567
|
width: 100%;
|
|
3553
3568
|
margin: 0;
|
|
3554
3569
|
font-family:
|
|
@@ -3563,33 +3578,33 @@
|
|
|
3563
3578
|
letter-spacing: -1.12px;
|
|
3564
3579
|
color: #f9fafa;
|
|
3565
3580
|
}
|
|
3566
|
-
.
|
|
3581
|
+
._heroSub_15pba_331 {
|
|
3567
3582
|
margin: 0;
|
|
3568
3583
|
font-size: 16px;
|
|
3569
3584
|
line-height: 1.55;
|
|
3570
3585
|
color: #f9fafa;
|
|
3571
3586
|
max-width: 327px;
|
|
3572
3587
|
}
|
|
3573
|
-
.
|
|
3588
|
+
._swipe_15pba_350 {
|
|
3574
3589
|
display: flex;
|
|
3575
3590
|
flex-direction: column;
|
|
3576
3591
|
align-items: center;
|
|
3577
3592
|
gap: 6px;
|
|
3578
3593
|
padding: 8px 0;
|
|
3579
3594
|
}
|
|
3580
|
-
.
|
|
3595
|
+
._swipeLabel_15pba_357 {
|
|
3581
3596
|
margin: 0;
|
|
3582
3597
|
font-size: 14px;
|
|
3583
3598
|
line-height: 1;
|
|
3584
3599
|
color: rgba(255, 255, 255, 0.54);
|
|
3585
3600
|
}
|
|
3586
|
-
.
|
|
3601
|
+
._chevron_15pba_363 {
|
|
3587
3602
|
width: 24px;
|
|
3588
3603
|
height: 24px;
|
|
3589
3604
|
color: rgba(255, 255, 255, 0.54);
|
|
3590
|
-
animation:
|
|
3605
|
+
animation: _bob_15pba_1 1.8s ease-in-out infinite;
|
|
3591
3606
|
}
|
|
3592
|
-
@keyframes
|
|
3607
|
+
@keyframes _bob_15pba_1 {
|
|
3593
3608
|
0%, 100% {
|
|
3594
3609
|
transform: translateY(0);
|
|
3595
3610
|
}
|
|
@@ -3597,7 +3612,7 @@
|
|
|
3597
3612
|
transform: translateY(4px);
|
|
3598
3613
|
}
|
|
3599
3614
|
}
|
|
3600
|
-
.
|
|
3615
|
+
._overlay_15pba_11 {
|
|
3601
3616
|
position: absolute;
|
|
3602
3617
|
inset: 0;
|
|
3603
3618
|
z-index: 1;
|
|
@@ -3612,27 +3627,27 @@
|
|
|
3612
3627
|
gap: 16px;
|
|
3613
3628
|
align-items: flex-start;
|
|
3614
3629
|
padding: 0 24px 24px;
|
|
3615
|
-
padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh -
|
|
3630
|
+
padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh - 100svh);
|
|
3616
3631
|
}
|
|
3617
|
-
.
|
|
3632
|
+
._copy_15pba_398 {
|
|
3618
3633
|
display: flex;
|
|
3619
3634
|
flex-direction: column;
|
|
3620
3635
|
gap: 8px;
|
|
3621
3636
|
}
|
|
3622
|
-
.
|
|
3637
|
+
._title_15pba_403 {
|
|
3623
3638
|
margin: 0;
|
|
3624
3639
|
font-size: 32px;
|
|
3625
3640
|
line-height: 1.2;
|
|
3626
3641
|
font-weight: 700;
|
|
3627
3642
|
color: #f9fafa;
|
|
3628
3643
|
}
|
|
3629
|
-
.
|
|
3644
|
+
._subtitle_15pba_410 {
|
|
3630
3645
|
margin: 0;
|
|
3631
3646
|
font-size: 16px;
|
|
3632
3647
|
line-height: 1.55;
|
|
3633
3648
|
color: #f9fafa;
|
|
3634
3649
|
}
|
|
3635
|
-
.
|
|
3650
|
+
._cta_15pba_416 {
|
|
3636
3651
|
display: inline-flex;
|
|
3637
3652
|
align-items: center;
|
|
3638
3653
|
justify-content: center;
|
|
@@ -3646,19 +3661,19 @@
|
|
|
3646
3661
|
font-weight: 700;
|
|
3647
3662
|
text-decoration: none;
|
|
3648
3663
|
}
|
|
3649
|
-
.
|
|
3664
|
+
._cta_15pba_416::after {
|
|
3650
3665
|
content: "";
|
|
3651
3666
|
position: absolute;
|
|
3652
3667
|
inset: 0;
|
|
3653
3668
|
}
|
|
3654
|
-
.
|
|
3669
|
+
._cta_15pba_416:active {
|
|
3655
3670
|
background: rgba(249, 250, 250, 0.12);
|
|
3656
3671
|
}
|
|
3657
|
-
.
|
|
3672
|
+
._cta_15pba_416:focus-visible {
|
|
3658
3673
|
outline: none;
|
|
3659
3674
|
box-shadow: var(--focus-ring);
|
|
3660
3675
|
}
|
|
3661
|
-
.
|
|
3676
|
+
._mosaic_15pba_460 {
|
|
3662
3677
|
background: #080e12;
|
|
3663
3678
|
}
|
|
3664
3679
|
._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.51",
|
|
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",
|