@nok-integration/storefront-react 0.19.38 → 0.19.39
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 +2 -2
- package/dist/standalone/storefront.mjs +2 -2
- package/dist/standalone/styles.css +15 -14
- package/dist/styles.css +15 -14
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5476,8 +5476,8 @@ function Skeleton({ width, height, radius, className, circle }) {
|
|
|
5476
5476
|
style
|
|
5477
5477
|
});
|
|
5478
5478
|
}
|
|
5479
|
-
const surface$1 = "
|
|
5480
|
-
const fill = "
|
|
5479
|
+
const surface$1 = "_surface_zq8bq_10";
|
|
5480
|
+
const fill = "_fill_zq8bq_35";
|
|
5481
5481
|
const styles$O = {
|
|
5482
5482
|
surface: surface$1,
|
|
5483
5483
|
fill
|
|
@@ -5476,8 +5476,8 @@ function Skeleton({ width, height, radius, className, circle }) {
|
|
|
5476
5476
|
style
|
|
5477
5477
|
});
|
|
5478
5478
|
}
|
|
5479
|
-
const surface$1 = "
|
|
5480
|
-
const fill = "
|
|
5479
|
+
const surface$1 = "_surface_zq8bq_10";
|
|
5480
|
+
const fill = "_fill_zq8bq_35";
|
|
5481
5481
|
const styles$O = {
|
|
5482
5482
|
surface: surface$1,
|
|
5483
5483
|
fill
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
background-position: 0 50%;
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
._surface_zq8bq_10 {
|
|
220
220
|
font-family: var(--font-family-base);
|
|
221
221
|
font-weight: var(--font-weight-regular);
|
|
222
222
|
font-size: var(--type-paragraph-size);
|
|
@@ -226,43 +226,44 @@
|
|
|
226
226
|
-webkit-font-smoothing: antialiased;
|
|
227
227
|
text-rendering: optimizeLegibility;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
230
|
-
.
|
|
231
|
-
.
|
|
229
|
+
._surface_zq8bq_10 *,
|
|
230
|
+
._surface_zq8bq_10 *::before,
|
|
231
|
+
._surface_zq8bq_10 *::after {
|
|
232
232
|
box-sizing: border-box;
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
._fill_zq8bq_35 {
|
|
235
235
|
min-height: 100vh;
|
|
236
236
|
min-height: calc(100dvh - var(--surface-top, 0px));
|
|
237
|
+
box-shadow: 0 calc(100lvh - 100dvh) 0 var(--color-surface-default);
|
|
237
238
|
}
|
|
238
|
-
:where(.
|
|
239
|
+
:where(._surface_zq8bq_10) :where(h1, h2, h3) {
|
|
239
240
|
margin: 0;
|
|
240
241
|
font-weight: var(--font-weight-bold);
|
|
241
242
|
}
|
|
242
|
-
:where(.
|
|
243
|
+
:where(._surface_zq8bq_10) :where(h1) {
|
|
243
244
|
font-size: var(--type-heading-lg-size);
|
|
244
245
|
line-height: var(--type-heading-lg-line);
|
|
245
246
|
}
|
|
246
|
-
:where(.
|
|
247
|
+
:where(._surface_zq8bq_10) :where(h2) {
|
|
247
248
|
font-size: var(--type-heading-md-size);
|
|
248
249
|
line-height: var(--type-heading-md-line);
|
|
249
250
|
}
|
|
250
|
-
.
|
|
251
|
+
._surface_zq8bq_10 a:not([class]) {
|
|
251
252
|
color: inherit;
|
|
252
253
|
}
|
|
253
|
-
.
|
|
254
|
+
._surface_zq8bq_10 img {
|
|
254
255
|
max-width: 100%;
|
|
255
256
|
height: auto;
|
|
256
257
|
}
|
|
257
|
-
.
|
|
258
|
+
._surface_zq8bq_10 :focus-visible {
|
|
258
259
|
outline: 2px solid var(--color-surface-max);
|
|
259
260
|
outline-offset: 2px;
|
|
260
261
|
border-radius: var(--radius-4);
|
|
261
262
|
}
|
|
262
263
|
@media (prefers-reduced-motion: reduce) {
|
|
263
|
-
.
|
|
264
|
-
.
|
|
265
|
-
.
|
|
264
|
+
._surface_zq8bq_10 *,
|
|
265
|
+
._surface_zq8bq_10 *::before,
|
|
266
|
+
._surface_zq8bq_10 *::after {
|
|
266
267
|
animation-duration: 0.001ms !important;
|
|
267
268
|
animation-iteration-count: 1 !important;
|
|
268
269
|
transition-duration: 0.001ms !important;
|
package/dist/styles.css
CHANGED
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
background-position: 0 50%;
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
._surface_zq8bq_10 {
|
|
220
220
|
font-family: var(--font-family-base);
|
|
221
221
|
font-weight: var(--font-weight-regular);
|
|
222
222
|
font-size: var(--type-paragraph-size);
|
|
@@ -226,43 +226,44 @@
|
|
|
226
226
|
-webkit-font-smoothing: antialiased;
|
|
227
227
|
text-rendering: optimizeLegibility;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
230
|
-
.
|
|
231
|
-
.
|
|
229
|
+
._surface_zq8bq_10 *,
|
|
230
|
+
._surface_zq8bq_10 *::before,
|
|
231
|
+
._surface_zq8bq_10 *::after {
|
|
232
232
|
box-sizing: border-box;
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
._fill_zq8bq_35 {
|
|
235
235
|
min-height: 100vh;
|
|
236
236
|
min-height: calc(100dvh - var(--surface-top, 0px));
|
|
237
|
+
box-shadow: 0 calc(100lvh - 100dvh) 0 var(--color-surface-default);
|
|
237
238
|
}
|
|
238
|
-
:where(.
|
|
239
|
+
:where(._surface_zq8bq_10) :where(h1, h2, h3) {
|
|
239
240
|
margin: 0;
|
|
240
241
|
font-weight: var(--font-weight-bold);
|
|
241
242
|
}
|
|
242
|
-
:where(.
|
|
243
|
+
:where(._surface_zq8bq_10) :where(h1) {
|
|
243
244
|
font-size: var(--type-heading-lg-size);
|
|
244
245
|
line-height: var(--type-heading-lg-line);
|
|
245
246
|
}
|
|
246
|
-
:where(.
|
|
247
|
+
:where(._surface_zq8bq_10) :where(h2) {
|
|
247
248
|
font-size: var(--type-heading-md-size);
|
|
248
249
|
line-height: var(--type-heading-md-line);
|
|
249
250
|
}
|
|
250
|
-
.
|
|
251
|
+
._surface_zq8bq_10 a:not([class]) {
|
|
251
252
|
color: inherit;
|
|
252
253
|
}
|
|
253
|
-
.
|
|
254
|
+
._surface_zq8bq_10 img {
|
|
254
255
|
max-width: 100%;
|
|
255
256
|
height: auto;
|
|
256
257
|
}
|
|
257
|
-
.
|
|
258
|
+
._surface_zq8bq_10 :focus-visible {
|
|
258
259
|
outline: 2px solid var(--color-surface-max);
|
|
259
260
|
outline-offset: 2px;
|
|
260
261
|
border-radius: var(--radius-4);
|
|
261
262
|
}
|
|
262
263
|
@media (prefers-reduced-motion: reduce) {
|
|
263
|
-
.
|
|
264
|
-
.
|
|
265
|
-
.
|
|
264
|
+
._surface_zq8bq_10 *,
|
|
265
|
+
._surface_zq8bq_10 *::before,
|
|
266
|
+
._surface_zq8bq_10 *::after {
|
|
266
267
|
animation-duration: 0.001ms !important;
|
|
267
268
|
animation-iteration-count: 1 !important;
|
|
268
269
|
transition-duration: 0.001ms !important;
|
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.39",
|
|
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
|
"publishConfig": {
|