@nok-integration/storefront-react 0.19.34 → 0.19.35
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 +13 -9
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1568,7 +1568,7 @@ declare const CategoryPage: z.ZodObject<{
|
|
|
1568
1568
|
quote: string;
|
|
1569
1569
|
author: string;
|
|
1570
1570
|
}>, "many">;
|
|
1571
|
-
/** @deprecated Retired
|
|
1571
|
+
/** @deprecated Retired and never populated; see the note above. */
|
|
1572
1572
|
disclaimer: z.ZodOptional<z.ZodString>;
|
|
1573
1573
|
}, "strip", z.ZodTypeAny, {
|
|
1574
1574
|
kind: "review";
|
|
@@ -5363,10 +5363,14 @@ export declare interface ReturnItemsViewProps {
|
|
|
5363
5363
|
* scripted download because the sheet a fan sees this in may be a webview, and a
|
|
5364
5364
|
* script-driven save is exactly what a webview blocks.
|
|
5365
5365
|
*
|
|
5366
|
-
* **The button is
|
|
5367
|
-
*
|
|
5368
|
-
*
|
|
5369
|
-
*
|
|
5366
|
+
* **The button is always drawn, exactly as the frame draws it**, and so is the line above
|
|
5367
|
+
* it that promises one. The engine publishes a `label_url` for every return, so the two
|
|
5368
|
+
* halves cannot disagree — a screen saying "tap the button below" over no button is the
|
|
5369
|
+
* failure this arrangement rules out.
|
|
5370
|
+
*
|
|
5371
|
+
* The document itself is produced by the OMS against the return, so a download attempted
|
|
5372
|
+
* in the moments before the OMS holds it can fail. That is a bounded, visible failure
|
|
5373
|
+
* rather than a screen that contradicts itself.
|
|
5370
5374
|
*
|
|
5371
5375
|
* **The items come first, above the heading**, which is where the frame puts them and
|
|
5372
5376
|
* where they were missing. Two screens of instructions with nothing naming the garment is
|
|
@@ -5424,10 +5428,10 @@ declare interface Review {
|
|
|
5424
5428
|
/**
|
|
5425
5429
|
* Tester-quote carousel — swipeable cards with dot pagination.
|
|
5426
5430
|
*
|
|
5427
|
-
*
|
|
5428
|
-
*
|
|
5429
|
-
*
|
|
5430
|
-
*
|
|
5431
|
+
* These are tester quotes, not customer reviews: no stars and no ratings, and the `author`
|
|
5432
|
+
* under each quote is what says whose words they are — a team and a city, never a person.
|
|
5433
|
+
* A quote must therefore never arrive without one. The block draws no disclaimer line, in
|
|
5434
|
+
* line with the frame.
|
|
5431
5435
|
*/
|
|
5432
5436
|
export declare function ReviewCarousel({ quotes }: ReviewCarouselProps): JSX.Element;
|
|
5433
5437
|
|
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.35",
|
|
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",
|