@nok-integration/storefront-react 0.19.51 → 0.19.52
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
CHANGED
|
@@ -10768,10 +10768,10 @@ function ReviewCarousel({ quotes }) {
|
|
|
10768
10768
|
})]
|
|
10769
10769
|
});
|
|
10770
10770
|
}
|
|
10771
|
-
const section$1 = "
|
|
10772
|
-
const row$2 = "
|
|
10773
|
-
const title$4 = "
|
|
10774
|
-
const body = "
|
|
10771
|
+
const section$1 = "_section_82ve5_1";
|
|
10772
|
+
const row$2 = "_row_82ve5_9";
|
|
10773
|
+
const title$4 = "_title_82ve5_21";
|
|
10774
|
+
const body = "_body_82ve5_48";
|
|
10775
10775
|
const styles$5 = {
|
|
10776
10776
|
section: section$1,
|
|
10777
10777
|
row: row$2,
|
|
@@ -10768,10 +10768,10 @@ function ReviewCarousel({ quotes }) {
|
|
|
10768
10768
|
})]
|
|
10769
10769
|
});
|
|
10770
10770
|
}
|
|
10771
|
-
const section$1 = "
|
|
10772
|
-
const row$2 = "
|
|
10773
|
-
const title$4 = "
|
|
10774
|
-
const body = "
|
|
10771
|
+
const section$1 = "_section_82ve5_1";
|
|
10772
|
+
const row$2 = "_row_82ve5_9";
|
|
10773
|
+
const title$4 = "_title_82ve5_21";
|
|
10774
|
+
const body = "_body_82ve5_48";
|
|
10775
10775
|
const styles$5 = {
|
|
10776
10776
|
section: section$1,
|
|
10777
10777
|
row: row$2,
|
|
@@ -3401,13 +3401,13 @@
|
|
|
3401
3401
|
._dotActive_qsxtq_85 {
|
|
3402
3402
|
background: #f9fafa;
|
|
3403
3403
|
}
|
|
3404
|
-
.
|
|
3404
|
+
._section_82ve5_1 {
|
|
3405
3405
|
display: flex;
|
|
3406
3406
|
flex-direction: column;
|
|
3407
3407
|
gap: var(--space-12);
|
|
3408
3408
|
padding: var(--space-24) var(--space-16);
|
|
3409
3409
|
}
|
|
3410
|
-
.
|
|
3410
|
+
._row_82ve5_9 {
|
|
3411
3411
|
display: flex;
|
|
3412
3412
|
flex-direction: column;
|
|
3413
3413
|
gap: var(--space-8);
|
|
@@ -3415,17 +3415,18 @@
|
|
|
3415
3415
|
border-radius: var(--radius-8);
|
|
3416
3416
|
background: var(--color-surface-soft);
|
|
3417
3417
|
}
|
|
3418
|
-
.
|
|
3418
|
+
._title_82ve5_21 {
|
|
3419
3419
|
margin: 0;
|
|
3420
3420
|
font-size: var(--type-heading-sm-size);
|
|
3421
3421
|
line-height: var(--type-heading-sm-line);
|
|
3422
3422
|
font-weight: var(--font-weight-bold);
|
|
3423
3423
|
color: var(--color-text-default);
|
|
3424
3424
|
}
|
|
3425
|
-
.
|
|
3425
|
+
._body_82ve5_48 {
|
|
3426
3426
|
margin: 0;
|
|
3427
3427
|
font-size: var(--type-trimmed-sm-size);
|
|
3428
|
-
line-height:
|
|
3428
|
+
line-height: var(--type-caption-sm-line);
|
|
3429
|
+
margin-block: calc((var(--type-trimmed-sm-line) - var(--type-caption-sm-line) * 1em) / 2);
|
|
3429
3430
|
color: var(--color-text-subtle);
|
|
3430
3431
|
}
|
|
3431
3432
|
._section_snuuj_1 {
|
package/dist/styles.css
CHANGED
|
@@ -3401,13 +3401,13 @@
|
|
|
3401
3401
|
._dotActive_qsxtq_85 {
|
|
3402
3402
|
background: #f9fafa;
|
|
3403
3403
|
}
|
|
3404
|
-
.
|
|
3404
|
+
._section_82ve5_1 {
|
|
3405
3405
|
display: flex;
|
|
3406
3406
|
flex-direction: column;
|
|
3407
3407
|
gap: var(--space-12);
|
|
3408
3408
|
padding: var(--space-24) var(--space-16);
|
|
3409
3409
|
}
|
|
3410
|
-
.
|
|
3410
|
+
._row_82ve5_9 {
|
|
3411
3411
|
display: flex;
|
|
3412
3412
|
flex-direction: column;
|
|
3413
3413
|
gap: var(--space-8);
|
|
@@ -3415,17 +3415,18 @@
|
|
|
3415
3415
|
border-radius: var(--radius-8);
|
|
3416
3416
|
background: var(--color-surface-soft);
|
|
3417
3417
|
}
|
|
3418
|
-
.
|
|
3418
|
+
._title_82ve5_21 {
|
|
3419
3419
|
margin: 0;
|
|
3420
3420
|
font-size: var(--type-heading-sm-size);
|
|
3421
3421
|
line-height: var(--type-heading-sm-line);
|
|
3422
3422
|
font-weight: var(--font-weight-bold);
|
|
3423
3423
|
color: var(--color-text-default);
|
|
3424
3424
|
}
|
|
3425
|
-
.
|
|
3425
|
+
._body_82ve5_48 {
|
|
3426
3426
|
margin: 0;
|
|
3427
3427
|
font-size: var(--type-trimmed-sm-size);
|
|
3428
|
-
line-height:
|
|
3428
|
+
line-height: var(--type-caption-sm-line);
|
|
3429
|
+
margin-block: calc((var(--type-trimmed-sm-line) - var(--type-caption-sm-line) * 1em) / 2);
|
|
3429
3430
|
color: var(--color-text-subtle);
|
|
3430
3431
|
}
|
|
3431
3432
|
._section_snuuj_1 {
|
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.52",
|
|
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",
|