@nok-integration/storefront-react 0.20.8 → 0.20.10
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 +3 -0
- package/dist/index.mjs +201 -73
- package/dist/standalone/storefront.mjs +201 -73
- package/dist/standalone/styles.css +8 -4
- package/dist/styles.css +8 -4
- package/package.json +1 -1
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
._done_vqbqs_94 {
|
|
1620
1620
|
border-color: var(--color-surface-max);
|
|
1621
1621
|
}
|
|
1622
|
-
.
|
|
1622
|
+
._badge_u46qd_6 {
|
|
1623
1623
|
display: inline-flex;
|
|
1624
1624
|
align-items: center;
|
|
1625
1625
|
justify-content: center;
|
|
@@ -1634,15 +1634,19 @@
|
|
|
1634
1634
|
text-transform: uppercase;
|
|
1635
1635
|
white-space: nowrap;
|
|
1636
1636
|
}
|
|
1637
|
-
.
|
|
1637
|
+
._progress_u46qd_22 {
|
|
1638
1638
|
background: var(--color-state-surface-warning-soft);
|
|
1639
1639
|
color: var(--color-state-text-warning);
|
|
1640
1640
|
}
|
|
1641
|
-
.
|
|
1641
|
+
._delivered_u46qd_27 {
|
|
1642
1642
|
background: var(--color-state-surface-success-soft);
|
|
1643
1643
|
color: var(--color-state-text-success);
|
|
1644
1644
|
}
|
|
1645
|
-
.
|
|
1645
|
+
._neutral_u46qd_34 {
|
|
1646
|
+
background: var(--color-surface-subtle);
|
|
1647
|
+
color: var(--color-text-default);
|
|
1648
|
+
}
|
|
1649
|
+
._critical_u46qd_43 {
|
|
1646
1650
|
background: var(--color-state-surface-critical-soft);
|
|
1647
1651
|
color: var(--color-state-text-critical);
|
|
1648
1652
|
}
|
package/dist/styles.css
CHANGED
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
._done_vqbqs_94 {
|
|
1620
1620
|
border-color: var(--color-surface-max);
|
|
1621
1621
|
}
|
|
1622
|
-
.
|
|
1622
|
+
._badge_u46qd_6 {
|
|
1623
1623
|
display: inline-flex;
|
|
1624
1624
|
align-items: center;
|
|
1625
1625
|
justify-content: center;
|
|
@@ -1634,15 +1634,19 @@
|
|
|
1634
1634
|
text-transform: uppercase;
|
|
1635
1635
|
white-space: nowrap;
|
|
1636
1636
|
}
|
|
1637
|
-
.
|
|
1637
|
+
._progress_u46qd_22 {
|
|
1638
1638
|
background: var(--color-state-surface-warning-soft);
|
|
1639
1639
|
color: var(--color-state-text-warning);
|
|
1640
1640
|
}
|
|
1641
|
-
.
|
|
1641
|
+
._delivered_u46qd_27 {
|
|
1642
1642
|
background: var(--color-state-surface-success-soft);
|
|
1643
1643
|
color: var(--color-state-text-success);
|
|
1644
1644
|
}
|
|
1645
|
-
.
|
|
1645
|
+
._neutral_u46qd_34 {
|
|
1646
|
+
background: var(--color-surface-subtle);
|
|
1647
|
+
color: var(--color-text-default);
|
|
1648
|
+
}
|
|
1649
|
+
._critical_u46qd_43 {
|
|
1646
1650
|
background: var(--color-state-surface-critical-soft);
|
|
1647
1651
|
color: var(--color-state-text-critical);
|
|
1648
1652
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nok-integration/storefront-react",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.10",
|
|
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",
|