@hantera/portal-app 20260803.0.0-develop.1 → 20260812.0.0-develop.1

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -857,6 +857,11 @@ declare const _default_2: {
857
857
  orderLine: OrderLine;
858
858
  }>;
859
859
  };
860
+ shippingLine: {
861
+ extras: AppSlot< {
862
+ delivery: Delivery;
863
+ }>;
864
+ };
860
865
  payment: {
861
866
  header: AppSlot< {
862
867
  payment: Payment;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hantera/portal-app",
3
- "version": "20260803.0.0-develop.1",
3
+ "version": "20260812.0.0-develop.1",
4
4
  "types": "./dist/index.d.ts",
5
5
  "scripts": {
6
6
  "build": "cpx ../../portal/portal-app/dist/**/*.d.ts ./dist -C"