@nok-integration/storefront-react 0.20.11 → 0.20.13

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 CHANGED
@@ -4386,16 +4386,6 @@ export declare interface OrderSummaryProps {
4386
4386
  discount?: Money;
4387
4387
  }
4388
4388
 
4389
- /**
4390
- * The order progress timeline (Figma `mobile/order/timeline-row`, 3879:13868).
4391
- *
4392
- * The steps come from the engine rather than being enumerated here, so the screen renders
4393
- * what the order can actually evidence — three rows for a normal delivery, four when a
4394
- * carrier reports the parcel out for delivery, and a cancelled tail when it applies.
4395
- *
4396
- * An ordered list, because it is one: the rows have a sequence and a screen reader should
4397
- * announce it as such.
4398
- */
4399
4389
  export declare function OrderTimeline({ progress, estimatedDelivery, locale: localeProp, }: OrderTimelineProps): JSX.Element;
4400
4390
 
4401
4391
  export declare interface OrderTimelineProps {