@nok-integration/storefront-react 0.19.2 → 0.19.3
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 +8 -8
- package/dist/standalone/storefront.mjs +8 -8
- package/dist/standalone/styles.css +11 -8
- package/dist/styles.css +11 -8
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8853,14 +8853,14 @@ function StickyCtaBar({ children, info: info2, variant = "floating" }) {
|
|
|
8853
8853
|
})]
|
|
8854
8854
|
});
|
|
8855
8855
|
}
|
|
8856
|
-
const surface = "
|
|
8857
|
-
const screen = "
|
|
8858
|
-
const body$3 = "
|
|
8859
|
-
const items = "
|
|
8860
|
-
const sectionHeader = "
|
|
8861
|
-
const sectionTitle = "
|
|
8862
|
-
const count = "
|
|
8863
|
-
const lines = "
|
|
8856
|
+
const surface = "_surface_nkc99_15";
|
|
8857
|
+
const screen = "_screen_nkc99_20";
|
|
8858
|
+
const body$3 = "_body_nkc99_12";
|
|
8859
|
+
const items = "_items_nkc99_34";
|
|
8860
|
+
const sectionHeader = "_sectionHeader_nkc99_40";
|
|
8861
|
+
const sectionTitle = "_sectionTitle_nkc99_46";
|
|
8862
|
+
const count = "_count_nkc99_67";
|
|
8863
|
+
const lines = "_lines_nkc99_91";
|
|
8864
8864
|
const styles$j = {
|
|
8865
8865
|
surface,
|
|
8866
8866
|
screen,
|
|
@@ -8853,14 +8853,14 @@ function StickyCtaBar({ children, info: info2, variant = "floating" }) {
|
|
|
8853
8853
|
})]
|
|
8854
8854
|
});
|
|
8855
8855
|
}
|
|
8856
|
-
const surface = "
|
|
8857
|
-
const screen = "
|
|
8858
|
-
const body$3 = "
|
|
8859
|
-
const items = "
|
|
8860
|
-
const sectionHeader = "
|
|
8861
|
-
const sectionTitle = "
|
|
8862
|
-
const count = "
|
|
8863
|
-
const lines = "
|
|
8856
|
+
const surface = "_surface_nkc99_15";
|
|
8857
|
+
const screen = "_screen_nkc99_20";
|
|
8858
|
+
const body$3 = "_body_nkc99_12";
|
|
8859
|
+
const items = "_items_nkc99_34";
|
|
8860
|
+
const sectionHeader = "_sectionHeader_nkc99_40";
|
|
8861
|
+
const sectionTitle = "_sectionTitle_nkc99_46";
|
|
8862
|
+
const count = "_count_nkc99_67";
|
|
8863
|
+
const lines = "_lines_nkc99_91";
|
|
8864
8864
|
const styles$j = {
|
|
8865
8865
|
surface,
|
|
8866
8866
|
screen,
|
|
@@ -2344,39 +2344,41 @@
|
|
|
2344
2344
|
._actions_xqpxa_49 > * {
|
|
2345
2345
|
flex: 1 1 0;
|
|
2346
2346
|
}
|
|
2347
|
-
.
|
|
2347
|
+
._surface_nkc99_15 {
|
|
2348
2348
|
display: flex;
|
|
2349
2349
|
flex-direction: column;
|
|
2350
2350
|
}
|
|
2351
|
-
.
|
|
2351
|
+
._screen_nkc99_20 {
|
|
2352
2352
|
display: flex;
|
|
2353
2353
|
flex-direction: column;
|
|
2354
2354
|
flex: 1 1 auto;
|
|
2355
2355
|
}
|
|
2356
|
-
.
|
|
2356
|
+
._body_nkc99_12 {
|
|
2357
2357
|
display: flex;
|
|
2358
2358
|
flex-direction: column;
|
|
2359
2359
|
gap: var(--space-20);
|
|
2360
2360
|
padding: 0 var(--space-16);
|
|
2361
2361
|
flex: 1 1 auto;
|
|
2362
2362
|
}
|
|
2363
|
-
.
|
|
2363
|
+
._items_nkc99_34 {
|
|
2364
2364
|
display: flex;
|
|
2365
2365
|
flex-direction: column;
|
|
2366
2366
|
gap: var(--space-20);
|
|
2367
2367
|
}
|
|
2368
|
-
.
|
|
2368
|
+
._sectionHeader_nkc99_40 {
|
|
2369
2369
|
display: flex;
|
|
2370
2370
|
align-items: center;
|
|
2371
2371
|
gap: var(--space-12);
|
|
2372
2372
|
}
|
|
2373
|
-
.
|
|
2373
|
+
._sectionTitle_nkc99_46 {
|
|
2374
2374
|
margin: 0;
|
|
2375
2375
|
font-size: var(--type-heading-md-size);
|
|
2376
2376
|
line-height: 1.38;
|
|
2377
2377
|
font-weight: var(--font-weight-bold);
|
|
2378
|
+
flex: 1 0 0;
|
|
2379
|
+
min-width: 0;
|
|
2378
2380
|
}
|
|
2379
|
-
.
|
|
2381
|
+
._count_nkc99_67 {
|
|
2380
2382
|
display: inline-flex;
|
|
2381
2383
|
align-items: center;
|
|
2382
2384
|
justify-content: center;
|
|
@@ -2389,8 +2391,9 @@
|
|
|
2389
2391
|
font-weight: var(--font-weight-bold);
|
|
2390
2392
|
letter-spacing: 0.12px;
|
|
2391
2393
|
font-variant-numeric: tabular-nums;
|
|
2394
|
+
flex-shrink: 0;
|
|
2392
2395
|
}
|
|
2393
|
-
.
|
|
2396
|
+
._lines_nkc99_91 {
|
|
2394
2397
|
list-style: none;
|
|
2395
2398
|
margin: 0;
|
|
2396
2399
|
padding: 0;
|
package/dist/styles.css
CHANGED
|
@@ -2344,39 +2344,41 @@
|
|
|
2344
2344
|
._actions_xqpxa_49 > * {
|
|
2345
2345
|
flex: 1 1 0;
|
|
2346
2346
|
}
|
|
2347
|
-
.
|
|
2347
|
+
._surface_nkc99_15 {
|
|
2348
2348
|
display: flex;
|
|
2349
2349
|
flex-direction: column;
|
|
2350
2350
|
}
|
|
2351
|
-
.
|
|
2351
|
+
._screen_nkc99_20 {
|
|
2352
2352
|
display: flex;
|
|
2353
2353
|
flex-direction: column;
|
|
2354
2354
|
flex: 1 1 auto;
|
|
2355
2355
|
}
|
|
2356
|
-
.
|
|
2356
|
+
._body_nkc99_12 {
|
|
2357
2357
|
display: flex;
|
|
2358
2358
|
flex-direction: column;
|
|
2359
2359
|
gap: var(--space-20);
|
|
2360
2360
|
padding: 0 var(--space-16);
|
|
2361
2361
|
flex: 1 1 auto;
|
|
2362
2362
|
}
|
|
2363
|
-
.
|
|
2363
|
+
._items_nkc99_34 {
|
|
2364
2364
|
display: flex;
|
|
2365
2365
|
flex-direction: column;
|
|
2366
2366
|
gap: var(--space-20);
|
|
2367
2367
|
}
|
|
2368
|
-
.
|
|
2368
|
+
._sectionHeader_nkc99_40 {
|
|
2369
2369
|
display: flex;
|
|
2370
2370
|
align-items: center;
|
|
2371
2371
|
gap: var(--space-12);
|
|
2372
2372
|
}
|
|
2373
|
-
.
|
|
2373
|
+
._sectionTitle_nkc99_46 {
|
|
2374
2374
|
margin: 0;
|
|
2375
2375
|
font-size: var(--type-heading-md-size);
|
|
2376
2376
|
line-height: 1.38;
|
|
2377
2377
|
font-weight: var(--font-weight-bold);
|
|
2378
|
+
flex: 1 0 0;
|
|
2379
|
+
min-width: 0;
|
|
2378
2380
|
}
|
|
2379
|
-
.
|
|
2381
|
+
._count_nkc99_67 {
|
|
2380
2382
|
display: inline-flex;
|
|
2381
2383
|
align-items: center;
|
|
2382
2384
|
justify-content: center;
|
|
@@ -2389,8 +2391,9 @@
|
|
|
2389
2391
|
font-weight: var(--font-weight-bold);
|
|
2390
2392
|
letter-spacing: 0.12px;
|
|
2391
2393
|
font-variant-numeric: tabular-nums;
|
|
2394
|
+
flex-shrink: 0;
|
|
2392
2395
|
}
|
|
2393
|
-
.
|
|
2396
|
+
._lines_nkc99_91 {
|
|
2394
2397
|
list-style: none;
|
|
2395
2398
|
margin: 0;
|
|
2396
2399
|
padding: 0;
|
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.3",
|
|
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",
|