@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +13 -9
  2. 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 31 Aug 2026. Never populated; see the note above. */
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 only drawn when there is a label.** The frame promises the PDF by email
5367
- * as well, and that promise is the one that survives a link this screen cannot produce
5368
- * so when `label_url` is absent the email line still tells the fan where to look, and no
5369
- * button is offered that would 404.
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
- * There is no disclaimer line. One used to sit under the dots saying these were staff
5428
- * quotes rather than verified reviews, and it was the block's one deliberate departure
5429
- * from the frame; DAZN asked for it removed on 31 Aug 2026. The `author` under each quote
5430
- * is what says whose words they are, so a quote must never arrive without one.
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.34",
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",