@nok-integration/storefront-react 0.18.2 → 0.18.4
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 +16 -15
- package/dist/standalone/storefront.mjs +16 -15
- package/dist/standalone/styles.css +32 -19
- package/dist/styles.css +32 -19
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6180,6 +6180,7 @@ function Caret() {
|
|
|
6180
6180
|
) });
|
|
6181
6181
|
}
|
|
6182
6182
|
let nextId = 0;
|
|
6183
|
+
const DISMISS_AFTER_MS = 2e3;
|
|
6183
6184
|
function ToastProvider({ children }) {
|
|
6184
6185
|
const [toasts, setToasts] = useState([]);
|
|
6185
6186
|
const viewportRef = useRef(null);
|
|
@@ -6206,7 +6207,7 @@ function ToastProvider({ children }) {
|
|
|
6206
6207
|
}
|
|
6207
6208
|
const id = nextId++;
|
|
6208
6209
|
setToasts((prev) => [...prev, { ...opts, id, message: message2, tone, action: action2 }]);
|
|
6209
|
-
setTimeout(() => dismiss(id),
|
|
6210
|
+
setTimeout(() => dismiss(id), DISMISS_AFTER_MS);
|
|
6210
6211
|
},
|
|
6211
6212
|
[dismiss, hostOwnsNotifications, emit]
|
|
6212
6213
|
);
|
|
@@ -6925,20 +6926,20 @@ function ReasonSheet({
|
|
|
6925
6926
|
}
|
|
6926
6927
|
) });
|
|
6927
6928
|
}
|
|
6928
|
-
const page$6 = "
|
|
6929
|
-
const widget = "
|
|
6930
|
-
const titleRow = "
|
|
6931
|
-
const headline$1 = "
|
|
6932
|
-
const track$5 = "
|
|
6933
|
-
const rule = "
|
|
6934
|
-
const help = "
|
|
6935
|
-
const helpTitle = "
|
|
6936
|
-
const helpRows = "
|
|
6937
|
-
const helpRow = "
|
|
6938
|
-
const cancel = "
|
|
6939
|
-
const cancelledHead = "
|
|
6940
|
-
const cancelledTitle = "
|
|
6941
|
-
const cancelledMeta = "
|
|
6929
|
+
const page$6 = "_page_1v9my_8";
|
|
6930
|
+
const widget = "_widget_1v9my_18";
|
|
6931
|
+
const titleRow = "_titleRow_1v9my_26";
|
|
6932
|
+
const headline$1 = "_headline_1v9my_42";
|
|
6933
|
+
const track$5 = "_track_1v9my_74";
|
|
6934
|
+
const rule = "_rule_1v9my_99";
|
|
6935
|
+
const help = "_help_1v9my_109";
|
|
6936
|
+
const helpTitle = "_helpTitle_1v9my_115";
|
|
6937
|
+
const helpRows = "_helpRows_1v9my_122";
|
|
6938
|
+
const helpRow = "_helpRow_1v9my_122";
|
|
6939
|
+
const cancel = "_cancel_1v9my_180";
|
|
6940
|
+
const cancelledHead = "_cancelledHead_1v9my_204";
|
|
6941
|
+
const cancelledTitle = "_cancelledTitle_1v9my_210";
|
|
6942
|
+
const cancelledMeta = "_cancelledMeta_1v9my_219";
|
|
6942
6943
|
const styles$A = {
|
|
6943
6944
|
page: page$6,
|
|
6944
6945
|
widget,
|
|
@@ -6180,6 +6180,7 @@ function Caret() {
|
|
|
6180
6180
|
) });
|
|
6181
6181
|
}
|
|
6182
6182
|
let nextId = 0;
|
|
6183
|
+
const DISMISS_AFTER_MS = 2e3;
|
|
6183
6184
|
function ToastProvider({ children }) {
|
|
6184
6185
|
const [toasts, setToasts] = useState([]);
|
|
6185
6186
|
const viewportRef = useRef(null);
|
|
@@ -6206,7 +6207,7 @@ function ToastProvider({ children }) {
|
|
|
6206
6207
|
}
|
|
6207
6208
|
const id = nextId++;
|
|
6208
6209
|
setToasts((prev) => [...prev, { ...opts, id, message: message2, tone, action: action2 }]);
|
|
6209
|
-
setTimeout(() => dismiss(id),
|
|
6210
|
+
setTimeout(() => dismiss(id), DISMISS_AFTER_MS);
|
|
6210
6211
|
},
|
|
6211
6212
|
[dismiss, hostOwnsNotifications, emit]
|
|
6212
6213
|
);
|
|
@@ -6925,20 +6926,20 @@ function ReasonSheet({
|
|
|
6925
6926
|
}
|
|
6926
6927
|
) });
|
|
6927
6928
|
}
|
|
6928
|
-
const page$6 = "
|
|
6929
|
-
const widget = "
|
|
6930
|
-
const titleRow = "
|
|
6931
|
-
const headline$1 = "
|
|
6932
|
-
const track$5 = "
|
|
6933
|
-
const rule = "
|
|
6934
|
-
const help = "
|
|
6935
|
-
const helpTitle = "
|
|
6936
|
-
const helpRows = "
|
|
6937
|
-
const helpRow = "
|
|
6938
|
-
const cancel = "
|
|
6939
|
-
const cancelledHead = "
|
|
6940
|
-
const cancelledTitle = "
|
|
6941
|
-
const cancelledMeta = "
|
|
6929
|
+
const page$6 = "_page_1v9my_8";
|
|
6930
|
+
const widget = "_widget_1v9my_18";
|
|
6931
|
+
const titleRow = "_titleRow_1v9my_26";
|
|
6932
|
+
const headline$1 = "_headline_1v9my_42";
|
|
6933
|
+
const track$5 = "_track_1v9my_74";
|
|
6934
|
+
const rule = "_rule_1v9my_99";
|
|
6935
|
+
const help = "_help_1v9my_109";
|
|
6936
|
+
const helpTitle = "_helpTitle_1v9my_115";
|
|
6937
|
+
const helpRows = "_helpRows_1v9my_122";
|
|
6938
|
+
const helpRow = "_helpRow_1v9my_122";
|
|
6939
|
+
const cancel = "_cancel_1v9my_180";
|
|
6940
|
+
const cancelledHead = "_cancelledHead_1v9my_204";
|
|
6941
|
+
const cancelledTitle = "_cancelledTitle_1v9my_210";
|
|
6942
|
+
const cancelledMeta = "_cancelledMeta_1v9my_219";
|
|
6942
6943
|
const styles$A = {
|
|
6943
6944
|
page: page$6,
|
|
6944
6945
|
widget,
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
* everything below it is 32 apart: widget, rule, rows, address, summary. Same rhythm and
|
|
1561
1561
|
* same padding as the confirmation, which is the same page from the fold down.
|
|
1562
1562
|
*/
|
|
1563
|
-
.
|
|
1563
|
+
._page_1v9my_8 {
|
|
1564
1564
|
display: flex;
|
|
1565
1565
|
flex-direction: column;
|
|
1566
1566
|
gap: var(--space-32);
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
/* ── Order number + timeline ───────────────────────────────────────────────── */
|
|
1571
1571
|
|
|
1572
1572
|
/* `mobile/order/delivery-widget`: the title row, then the steps, 32 apart. */
|
|
1573
|
-
.
|
|
1573
|
+
._widget_1v9my_18 {
|
|
1574
1574
|
display: flex;
|
|
1575
1575
|
flex-direction: column;
|
|
1576
1576
|
gap: var(--space-32);
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
|
|
1579
1579
|
/* The number on the left, the carrier link hard right — and nothing between them, so a
|
|
1580
1580
|
long reference runs into the space the link is not using rather than under it. */
|
|
1581
|
-
.
|
|
1581
|
+
._titleRow_1v9my_26 {
|
|
1582
1582
|
display: flex;
|
|
1583
1583
|
align-items: center;
|
|
1584
1584
|
justify-content: space-between;
|
|
@@ -1594,8 +1594,21 @@
|
|
|
1594
1594
|
*
|
|
1595
1595
|
* Nothing clips it, so the cap-height box needs no descender protection.
|
|
1596
1596
|
*/
|
|
1597
|
-
.
|
|
1598
|
-
|
|
1597
|
+
._headline_1v9my_42 {
|
|
1598
|
+
/*
|
|
1599
|
+
* The padding is what the trim costs, and this rule went out without it.
|
|
1600
|
+
*
|
|
1601
|
+
* A 14px box on 20px text is the cap height, so the glyphs deliberately overflow it —
|
|
1602
|
+
* exactly as they do in Figma. That is fine until something clips, and the ellipsis
|
|
1603
|
+
* below does: `overflow: hidden` cuts in both directions and takes the bottom off the
|
|
1604
|
+
* letters. DAZN reported it on the order screen, where the heading is `Order #611887`.
|
|
1605
|
+
*
|
|
1606
|
+
* Nine each way clears 20px glyphs the way six clears 16px ones on the confirmation
|
|
1607
|
+
* subtitle, and the equal negative margin takes the room straight back out, so the box
|
|
1608
|
+
* stays 14 and the row does not move.
|
|
1609
|
+
*/
|
|
1610
|
+
margin: -9px 0;
|
|
1611
|
+
padding: 9px 0;
|
|
1599
1612
|
min-width: 0;
|
|
1600
1613
|
font-size: var(--type-heading-md-size);
|
|
1601
1614
|
line-height: 14px;
|
|
@@ -1613,7 +1626,7 @@
|
|
|
1613
1626
|
* An anchor rather than a button because the destination is a real page on somebody else's
|
|
1614
1627
|
* site, and it has to behave like one: middle-click, long-press, open in a new tab.
|
|
1615
1628
|
*/
|
|
1616
|
-
.
|
|
1629
|
+
._track_1v9my_74 {
|
|
1617
1630
|
display: inline-flex;
|
|
1618
1631
|
align-items: center;
|
|
1619
1632
|
gap: var(--space-6);
|
|
@@ -1625,7 +1638,7 @@
|
|
|
1625
1638
|
text-decoration: none;
|
|
1626
1639
|
}
|
|
1627
1640
|
|
|
1628
|
-
.
|
|
1641
|
+
._track_1v9my_74:focus-visible {
|
|
1629
1642
|
outline: none;
|
|
1630
1643
|
box-shadow: var(--focus-ring);
|
|
1631
1644
|
border-radius: var(--radius-4);
|
|
@@ -1638,7 +1651,7 @@
|
|
|
1638
1651
|
* separates, with the hairline drawn on that boundary. The negative margin takes the
|
|
1639
1652
|
* pixel back out of the layout so the two gaps stay 32 rather than becoming 32 and 33.
|
|
1640
1653
|
*/
|
|
1641
|
-
.
|
|
1654
|
+
._rule_1v9my_99 {
|
|
1642
1655
|
height: 1px;
|
|
1643
1656
|
margin: 0 0 -1px;
|
|
1644
1657
|
border: 0;
|
|
@@ -1648,20 +1661,20 @@
|
|
|
1648
1661
|
/* ── Need help? ────────────────────────────────────────────────────────────── */
|
|
1649
1662
|
|
|
1650
1663
|
/* `mobile/explore`: the heading, then the rows, 6 apart. */
|
|
1651
|
-
.
|
|
1664
|
+
._help_1v9my_109 {
|
|
1652
1665
|
display: flex;
|
|
1653
1666
|
flex-direction: column;
|
|
1654
1667
|
gap: var(--space-6);
|
|
1655
1668
|
}
|
|
1656
1669
|
|
|
1657
|
-
.
|
|
1670
|
+
._helpTitle_1v9my_115 {
|
|
1658
1671
|
margin: 0;
|
|
1659
1672
|
font-size: var(--type-heading-md-size);
|
|
1660
1673
|
line-height: 1.32;
|
|
1661
1674
|
font-weight: var(--font-weight-bold);
|
|
1662
1675
|
}
|
|
1663
1676
|
|
|
1664
|
-
.
|
|
1677
|
+
._helpRows_1v9my_122 {
|
|
1665
1678
|
display: flex;
|
|
1666
1679
|
flex-direction: column;
|
|
1667
1680
|
}
|
|
@@ -1670,7 +1683,7 @@
|
|
|
1670
1683
|
* 48 tall: 16 of padding either side of a 16px chevron, which is what sets the height. The
|
|
1671
1684
|
* label is cap-trimmed to 10 and is shorter than the mark beside it.
|
|
1672
1685
|
*/
|
|
1673
|
-
.
|
|
1686
|
+
._helpRow_1v9my_122 {
|
|
1674
1687
|
display: flex;
|
|
1675
1688
|
align-items: center;
|
|
1676
1689
|
justify-content: space-between;
|
|
@@ -1700,11 +1713,11 @@
|
|
|
1700
1713
|
* padding and its 16px chevron rather than from a `height`, so the hairline adds to the
|
|
1701
1714
|
* row instead of eating into it. 48, the line, then 48 — the frame's own 97 for the pair.
|
|
1702
1715
|
*/
|
|
1703
|
-
.
|
|
1716
|
+
._helpRow_1v9my_122 + ._helpRow_1v9my_122 {
|
|
1704
1717
|
border-top: 1px solid var(--color-border-subtle);
|
|
1705
1718
|
}
|
|
1706
1719
|
|
|
1707
|
-
.
|
|
1720
|
+
._helpRow_1v9my_122:focus-visible {
|
|
1708
1721
|
outline: none;
|
|
1709
1722
|
box-shadow: var(--focus-ring);
|
|
1710
1723
|
}
|
|
@@ -1719,7 +1732,7 @@
|
|
|
1719
1732
|
* would put a fourth variant in the primitive for a single use — this is the one control
|
|
1720
1733
|
* in the package drawn this way, so it is drawn here.
|
|
1721
1734
|
*/
|
|
1722
|
-
.
|
|
1735
|
+
._cancel_1v9my_180 {
|
|
1723
1736
|
display: inline-flex;
|
|
1724
1737
|
align-items: center;
|
|
1725
1738
|
justify-content: center;
|
|
@@ -1737,19 +1750,19 @@
|
|
|
1737
1750
|
cursor: pointer;
|
|
1738
1751
|
}
|
|
1739
1752
|
|
|
1740
|
-
.
|
|
1753
|
+
._cancel_1v9my_180:focus-visible {
|
|
1741
1754
|
outline: none;
|
|
1742
1755
|
box-shadow: var(--focus-ring);
|
|
1743
1756
|
}
|
|
1744
1757
|
|
|
1745
1758
|
/* Screen 3. The head is a title and one meta line, 8 apart. */
|
|
1746
|
-
.
|
|
1759
|
+
._cancelledHead_1v9my_204 {
|
|
1747
1760
|
display: flex;
|
|
1748
1761
|
flex-direction: column;
|
|
1749
1762
|
gap: var(--space-8);
|
|
1750
1763
|
}
|
|
1751
1764
|
|
|
1752
|
-
.
|
|
1765
|
+
._cancelledTitle_1v9my_210 {
|
|
1753
1766
|
margin: 0;
|
|
1754
1767
|
font-size: var(--type-heading-md-size);
|
|
1755
1768
|
line-height: 1.32;
|
|
@@ -1758,7 +1771,7 @@
|
|
|
1758
1771
|
}
|
|
1759
1772
|
|
|
1760
1773
|
/* The reference and the date it was placed, cap-trimmed to 10 on 14. */
|
|
1761
|
-
.
|
|
1774
|
+
._cancelledMeta_1v9my_219 {
|
|
1762
1775
|
font-size: var(--type-trimmed-sm-size);
|
|
1763
1776
|
line-height: 10px;
|
|
1764
1777
|
padding: 5px 0;
|
package/dist/styles.css
CHANGED
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
* everything below it is 32 apart: widget, rule, rows, address, summary. Same rhythm and
|
|
1561
1561
|
* same padding as the confirmation, which is the same page from the fold down.
|
|
1562
1562
|
*/
|
|
1563
|
-
.
|
|
1563
|
+
._page_1v9my_8 {
|
|
1564
1564
|
display: flex;
|
|
1565
1565
|
flex-direction: column;
|
|
1566
1566
|
gap: var(--space-32);
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
/* ── Order number + timeline ───────────────────────────────────────────────── */
|
|
1571
1571
|
|
|
1572
1572
|
/* `mobile/order/delivery-widget`: the title row, then the steps, 32 apart. */
|
|
1573
|
-
.
|
|
1573
|
+
._widget_1v9my_18 {
|
|
1574
1574
|
display: flex;
|
|
1575
1575
|
flex-direction: column;
|
|
1576
1576
|
gap: var(--space-32);
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
|
|
1579
1579
|
/* The number on the left, the carrier link hard right — and nothing between them, so a
|
|
1580
1580
|
long reference runs into the space the link is not using rather than under it. */
|
|
1581
|
-
.
|
|
1581
|
+
._titleRow_1v9my_26 {
|
|
1582
1582
|
display: flex;
|
|
1583
1583
|
align-items: center;
|
|
1584
1584
|
justify-content: space-between;
|
|
@@ -1594,8 +1594,21 @@
|
|
|
1594
1594
|
*
|
|
1595
1595
|
* Nothing clips it, so the cap-height box needs no descender protection.
|
|
1596
1596
|
*/
|
|
1597
|
-
.
|
|
1598
|
-
|
|
1597
|
+
._headline_1v9my_42 {
|
|
1598
|
+
/*
|
|
1599
|
+
* The padding is what the trim costs, and this rule went out without it.
|
|
1600
|
+
*
|
|
1601
|
+
* A 14px box on 20px text is the cap height, so the glyphs deliberately overflow it —
|
|
1602
|
+
* exactly as they do in Figma. That is fine until something clips, and the ellipsis
|
|
1603
|
+
* below does: `overflow: hidden` cuts in both directions and takes the bottom off the
|
|
1604
|
+
* letters. DAZN reported it on the order screen, where the heading is `Order #611887`.
|
|
1605
|
+
*
|
|
1606
|
+
* Nine each way clears 20px glyphs the way six clears 16px ones on the confirmation
|
|
1607
|
+
* subtitle, and the equal negative margin takes the room straight back out, so the box
|
|
1608
|
+
* stays 14 and the row does not move.
|
|
1609
|
+
*/
|
|
1610
|
+
margin: -9px 0;
|
|
1611
|
+
padding: 9px 0;
|
|
1599
1612
|
min-width: 0;
|
|
1600
1613
|
font-size: var(--type-heading-md-size);
|
|
1601
1614
|
line-height: 14px;
|
|
@@ -1613,7 +1626,7 @@
|
|
|
1613
1626
|
* An anchor rather than a button because the destination is a real page on somebody else's
|
|
1614
1627
|
* site, and it has to behave like one: middle-click, long-press, open in a new tab.
|
|
1615
1628
|
*/
|
|
1616
|
-
.
|
|
1629
|
+
._track_1v9my_74 {
|
|
1617
1630
|
display: inline-flex;
|
|
1618
1631
|
align-items: center;
|
|
1619
1632
|
gap: var(--space-6);
|
|
@@ -1625,7 +1638,7 @@
|
|
|
1625
1638
|
text-decoration: none;
|
|
1626
1639
|
}
|
|
1627
1640
|
|
|
1628
|
-
.
|
|
1641
|
+
._track_1v9my_74:focus-visible {
|
|
1629
1642
|
outline: none;
|
|
1630
1643
|
box-shadow: var(--focus-ring);
|
|
1631
1644
|
border-radius: var(--radius-4);
|
|
@@ -1638,7 +1651,7 @@
|
|
|
1638
1651
|
* separates, with the hairline drawn on that boundary. The negative margin takes the
|
|
1639
1652
|
* pixel back out of the layout so the two gaps stay 32 rather than becoming 32 and 33.
|
|
1640
1653
|
*/
|
|
1641
|
-
.
|
|
1654
|
+
._rule_1v9my_99 {
|
|
1642
1655
|
height: 1px;
|
|
1643
1656
|
margin: 0 0 -1px;
|
|
1644
1657
|
border: 0;
|
|
@@ -1648,20 +1661,20 @@
|
|
|
1648
1661
|
/* ── Need help? ────────────────────────────────────────────────────────────── */
|
|
1649
1662
|
|
|
1650
1663
|
/* `mobile/explore`: the heading, then the rows, 6 apart. */
|
|
1651
|
-
.
|
|
1664
|
+
._help_1v9my_109 {
|
|
1652
1665
|
display: flex;
|
|
1653
1666
|
flex-direction: column;
|
|
1654
1667
|
gap: var(--space-6);
|
|
1655
1668
|
}
|
|
1656
1669
|
|
|
1657
|
-
.
|
|
1670
|
+
._helpTitle_1v9my_115 {
|
|
1658
1671
|
margin: 0;
|
|
1659
1672
|
font-size: var(--type-heading-md-size);
|
|
1660
1673
|
line-height: 1.32;
|
|
1661
1674
|
font-weight: var(--font-weight-bold);
|
|
1662
1675
|
}
|
|
1663
1676
|
|
|
1664
|
-
.
|
|
1677
|
+
._helpRows_1v9my_122 {
|
|
1665
1678
|
display: flex;
|
|
1666
1679
|
flex-direction: column;
|
|
1667
1680
|
}
|
|
@@ -1670,7 +1683,7 @@
|
|
|
1670
1683
|
* 48 tall: 16 of padding either side of a 16px chevron, which is what sets the height. The
|
|
1671
1684
|
* label is cap-trimmed to 10 and is shorter than the mark beside it.
|
|
1672
1685
|
*/
|
|
1673
|
-
.
|
|
1686
|
+
._helpRow_1v9my_122 {
|
|
1674
1687
|
display: flex;
|
|
1675
1688
|
align-items: center;
|
|
1676
1689
|
justify-content: space-between;
|
|
@@ -1700,11 +1713,11 @@
|
|
|
1700
1713
|
* padding and its 16px chevron rather than from a `height`, so the hairline adds to the
|
|
1701
1714
|
* row instead of eating into it. 48, the line, then 48 — the frame's own 97 for the pair.
|
|
1702
1715
|
*/
|
|
1703
|
-
.
|
|
1716
|
+
._helpRow_1v9my_122 + ._helpRow_1v9my_122 {
|
|
1704
1717
|
border-top: 1px solid var(--color-border-subtle);
|
|
1705
1718
|
}
|
|
1706
1719
|
|
|
1707
|
-
.
|
|
1720
|
+
._helpRow_1v9my_122:focus-visible {
|
|
1708
1721
|
outline: none;
|
|
1709
1722
|
box-shadow: var(--focus-ring);
|
|
1710
1723
|
}
|
|
@@ -1719,7 +1732,7 @@
|
|
|
1719
1732
|
* would put a fourth variant in the primitive for a single use — this is the one control
|
|
1720
1733
|
* in the package drawn this way, so it is drawn here.
|
|
1721
1734
|
*/
|
|
1722
|
-
.
|
|
1735
|
+
._cancel_1v9my_180 {
|
|
1723
1736
|
display: inline-flex;
|
|
1724
1737
|
align-items: center;
|
|
1725
1738
|
justify-content: center;
|
|
@@ -1737,19 +1750,19 @@
|
|
|
1737
1750
|
cursor: pointer;
|
|
1738
1751
|
}
|
|
1739
1752
|
|
|
1740
|
-
.
|
|
1753
|
+
._cancel_1v9my_180:focus-visible {
|
|
1741
1754
|
outline: none;
|
|
1742
1755
|
box-shadow: var(--focus-ring);
|
|
1743
1756
|
}
|
|
1744
1757
|
|
|
1745
1758
|
/* Screen 3. The head is a title and one meta line, 8 apart. */
|
|
1746
|
-
.
|
|
1759
|
+
._cancelledHead_1v9my_204 {
|
|
1747
1760
|
display: flex;
|
|
1748
1761
|
flex-direction: column;
|
|
1749
1762
|
gap: var(--space-8);
|
|
1750
1763
|
}
|
|
1751
1764
|
|
|
1752
|
-
.
|
|
1765
|
+
._cancelledTitle_1v9my_210 {
|
|
1753
1766
|
margin: 0;
|
|
1754
1767
|
font-size: var(--type-heading-md-size);
|
|
1755
1768
|
line-height: 1.32;
|
|
@@ -1758,7 +1771,7 @@
|
|
|
1758
1771
|
}
|
|
1759
1772
|
|
|
1760
1773
|
/* The reference and the date it was placed, cap-trimmed to 10 on 14. */
|
|
1761
|
-
.
|
|
1774
|
+
._cancelledMeta_1v9my_219 {
|
|
1762
1775
|
font-size: var(--type-trimmed-sm-size);
|
|
1763
1776
|
line-height: 10px;
|
|
1764
1777
|
padding: 5px 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nok-integration/storefront-react",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.4",
|
|
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",
|