@almadar/std 3.7.0 → 3.9.0
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/behaviors/exports/organisms/std-ecommerce.orb +131 -104
- package/behaviors/exports/validation-report.json +2 -2
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +131 -104
- package/dist/behaviors/exports/validation-report.json +2 -2
- package/dist/behaviors/functions/index.js +14 -12
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +14 -12
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/organisms/std-ecommerce.orb +131 -104
- package/dist/exports/validation-report.json +2 -2
- package/dist/index.js +14 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
"name": "id",
|
|
86
86
|
"type": "string",
|
|
87
87
|
"required": true
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "row",
|
|
91
|
+
"type": "object"
|
|
88
92
|
}
|
|
89
93
|
]
|
|
90
94
|
},
|
|
@@ -96,6 +100,10 @@
|
|
|
96
100
|
"name": "id",
|
|
97
101
|
"type": "string",
|
|
98
102
|
"required": true
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "row",
|
|
106
|
+
"type": "object"
|
|
99
107
|
}
|
|
100
108
|
]
|
|
101
109
|
},
|
|
@@ -107,6 +115,10 @@
|
|
|
107
115
|
"name": "id",
|
|
108
116
|
"type": "string",
|
|
109
117
|
"required": true
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "row",
|
|
121
|
+
"type": "object"
|
|
110
122
|
}
|
|
111
123
|
]
|
|
112
124
|
},
|
|
@@ -360,7 +372,12 @@
|
|
|
360
372
|
},
|
|
361
373
|
{
|
|
362
374
|
"type": "typography",
|
|
363
|
-
"content": "
|
|
375
|
+
"content": "@entity.name",
|
|
376
|
+
"variant": "h4"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "typography",
|
|
380
|
+
"content": "This action cannot be undone.",
|
|
364
381
|
"variant": "body"
|
|
365
382
|
},
|
|
366
383
|
{
|
|
@@ -2875,123 +2892,116 @@
|
|
|
2875
2892
|
"type": "divider"
|
|
2876
2893
|
},
|
|
2877
2894
|
{
|
|
2878
|
-
"type": "
|
|
2895
|
+
"type": "stack",
|
|
2896
|
+
"direction": "vertical",
|
|
2897
|
+
"gap": "sm",
|
|
2879
2898
|
"entity": "Checkout",
|
|
2880
|
-
"
|
|
2881
|
-
"fn",
|
|
2882
|
-
"item",
|
|
2899
|
+
"children": [
|
|
2883
2900
|
{
|
|
2884
2901
|
"type": "stack",
|
|
2885
|
-
"direction": "
|
|
2886
|
-
"gap": "
|
|
2902
|
+
"direction": "horizontal",
|
|
2903
|
+
"gap": "md",
|
|
2904
|
+
"justify": "space-between",
|
|
2887
2905
|
"children": [
|
|
2888
2906
|
{
|
|
2889
|
-
"type": "
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2892
|
-
"justify": "space-between",
|
|
2893
|
-
"children": [
|
|
2894
|
-
{
|
|
2895
|
-
"type": "typography",
|
|
2896
|
-
"variant": "caption",
|
|
2897
|
-
"content": "CustomerName"
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"type": "typography",
|
|
2901
|
-
"variant": "body",
|
|
2902
|
-
"content": "@item.customerName"
|
|
2903
|
-
}
|
|
2904
|
-
]
|
|
2907
|
+
"type": "typography",
|
|
2908
|
+
"variant": "caption",
|
|
2909
|
+
"content": "Customer Name"
|
|
2905
2910
|
},
|
|
2906
2911
|
{
|
|
2907
|
-
"type": "
|
|
2908
|
-
"
|
|
2909
|
-
"
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2912
|
+
"type": "typography",
|
|
2913
|
+
"variant": "body",
|
|
2914
|
+
"content": "@entity.customerName"
|
|
2915
|
+
}
|
|
2916
|
+
]
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"type": "stack",
|
|
2920
|
+
"direction": "horizontal",
|
|
2921
|
+
"gap": "md",
|
|
2922
|
+
"justify": "space-between",
|
|
2923
|
+
"children": [
|
|
2924
|
+
{
|
|
2925
|
+
"type": "typography",
|
|
2926
|
+
"variant": "caption",
|
|
2927
|
+
"content": "Email"
|
|
2923
2928
|
},
|
|
2924
2929
|
{
|
|
2925
|
-
"type": "
|
|
2926
|
-
"
|
|
2927
|
-
"
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2930
|
+
"type": "typography",
|
|
2931
|
+
"variant": "body",
|
|
2932
|
+
"content": "@entity.email"
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"type": "stack",
|
|
2938
|
+
"direction": "horizontal",
|
|
2939
|
+
"gap": "md",
|
|
2940
|
+
"justify": "space-between",
|
|
2941
|
+
"children": [
|
|
2942
|
+
{
|
|
2943
|
+
"type": "typography",
|
|
2944
|
+
"variant": "caption",
|
|
2945
|
+
"content": "Shipping Address"
|
|
2941
2946
|
},
|
|
2942
2947
|
{
|
|
2943
|
-
"type": "
|
|
2944
|
-
"
|
|
2945
|
-
"
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2948
|
+
"type": "typography",
|
|
2949
|
+
"variant": "body",
|
|
2950
|
+
"content": "@entity.shippingAddress"
|
|
2951
|
+
}
|
|
2952
|
+
]
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"type": "stack",
|
|
2956
|
+
"direction": "horizontal",
|
|
2957
|
+
"gap": "md",
|
|
2958
|
+
"justify": "space-between",
|
|
2959
|
+
"children": [
|
|
2960
|
+
{
|
|
2961
|
+
"type": "typography",
|
|
2962
|
+
"variant": "caption",
|
|
2963
|
+
"content": "Payment Method"
|
|
2959
2964
|
},
|
|
2960
2965
|
{
|
|
2961
|
-
"type": "
|
|
2962
|
-
"
|
|
2963
|
-
"
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2966
|
+
"type": "typography",
|
|
2967
|
+
"variant": "body",
|
|
2968
|
+
"content": "@entity.paymentMethod"
|
|
2969
|
+
}
|
|
2970
|
+
]
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"type": "stack",
|
|
2974
|
+
"direction": "horizontal",
|
|
2975
|
+
"gap": "md",
|
|
2976
|
+
"justify": "space-between",
|
|
2977
|
+
"children": [
|
|
2978
|
+
{
|
|
2979
|
+
"type": "typography",
|
|
2980
|
+
"variant": "caption",
|
|
2981
|
+
"content": "Order Total"
|
|
2977
2982
|
},
|
|
2978
2983
|
{
|
|
2979
|
-
"type": "
|
|
2980
|
-
"
|
|
2981
|
-
"
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2984
|
+
"type": "typography",
|
|
2985
|
+
"variant": "body",
|
|
2986
|
+
"content": "@entity.orderTotal"
|
|
2987
|
+
}
|
|
2988
|
+
]
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"type": "stack",
|
|
2992
|
+
"direction": "horizontal",
|
|
2993
|
+
"gap": "md",
|
|
2994
|
+
"justify": "space-between",
|
|
2995
|
+
"children": [
|
|
2996
|
+
{
|
|
2997
|
+
"type": "typography",
|
|
2998
|
+
"variant": "caption",
|
|
2999
|
+
"content": "Status"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"type": "typography",
|
|
3003
|
+
"variant": "body",
|
|
3004
|
+
"content": "@entity.status"
|
|
2995
3005
|
}
|
|
2996
3006
|
]
|
|
2997
3007
|
}
|
|
@@ -3852,6 +3862,10 @@
|
|
|
3852
3862
|
"name": "id",
|
|
3853
3863
|
"type": "string",
|
|
3854
3864
|
"required": true
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"name": "row",
|
|
3868
|
+
"type": "object"
|
|
3855
3869
|
}
|
|
3856
3870
|
]
|
|
3857
3871
|
},
|
|
@@ -3863,6 +3877,10 @@
|
|
|
3863
3877
|
"name": "id",
|
|
3864
3878
|
"type": "string",
|
|
3865
3879
|
"required": true
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"name": "row",
|
|
3883
|
+
"type": "object"
|
|
3866
3884
|
}
|
|
3867
3885
|
]
|
|
3868
3886
|
},
|
|
@@ -3874,6 +3892,10 @@
|
|
|
3874
3892
|
"name": "id",
|
|
3875
3893
|
"type": "string",
|
|
3876
3894
|
"required": true
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"name": "row",
|
|
3898
|
+
"type": "object"
|
|
3877
3899
|
}
|
|
3878
3900
|
]
|
|
3879
3901
|
},
|
|
@@ -4128,7 +4150,12 @@
|
|
|
4128
4150
|
},
|
|
4129
4151
|
{
|
|
4130
4152
|
"type": "typography",
|
|
4131
|
-
"content": "
|
|
4153
|
+
"content": "@entity.customerName",
|
|
4154
|
+
"variant": "h4"
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"type": "typography",
|
|
4158
|
+
"content": "This action cannot be undone.",
|
|
4132
4159
|
"variant": "body"
|
|
4133
4160
|
},
|
|
4134
4161
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "std-
|
|
3
|
+
"name": "std-ecommerce",
|
|
4
4
|
"errors": 0,
|
|
5
5
|
"warnings": 0,
|
|
6
6
|
"output": [
|
|
7
7
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
8
|
-
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/
|
|
8
|
+
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/organisms/std-ecommerce.orb"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
11
11
|
]
|
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
"name": "id",
|
|
86
86
|
"type": "string",
|
|
87
87
|
"required": true
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "row",
|
|
91
|
+
"type": "object"
|
|
88
92
|
}
|
|
89
93
|
]
|
|
90
94
|
},
|
|
@@ -96,6 +100,10 @@
|
|
|
96
100
|
"name": "id",
|
|
97
101
|
"type": "string",
|
|
98
102
|
"required": true
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "row",
|
|
106
|
+
"type": "object"
|
|
99
107
|
}
|
|
100
108
|
]
|
|
101
109
|
},
|
|
@@ -107,6 +115,10 @@
|
|
|
107
115
|
"name": "id",
|
|
108
116
|
"type": "string",
|
|
109
117
|
"required": true
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "row",
|
|
121
|
+
"type": "object"
|
|
110
122
|
}
|
|
111
123
|
]
|
|
112
124
|
},
|
|
@@ -360,7 +372,12 @@
|
|
|
360
372
|
},
|
|
361
373
|
{
|
|
362
374
|
"type": "typography",
|
|
363
|
-
"content": "
|
|
375
|
+
"content": "@entity.name",
|
|
376
|
+
"variant": "h4"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "typography",
|
|
380
|
+
"content": "This action cannot be undone.",
|
|
364
381
|
"variant": "body"
|
|
365
382
|
},
|
|
366
383
|
{
|
|
@@ -2875,123 +2892,116 @@
|
|
|
2875
2892
|
"type": "divider"
|
|
2876
2893
|
},
|
|
2877
2894
|
{
|
|
2878
|
-
"type": "
|
|
2895
|
+
"type": "stack",
|
|
2896
|
+
"direction": "vertical",
|
|
2897
|
+
"gap": "sm",
|
|
2879
2898
|
"entity": "Checkout",
|
|
2880
|
-
"
|
|
2881
|
-
"fn",
|
|
2882
|
-
"item",
|
|
2899
|
+
"children": [
|
|
2883
2900
|
{
|
|
2884
2901
|
"type": "stack",
|
|
2885
|
-
"direction": "
|
|
2886
|
-
"gap": "
|
|
2902
|
+
"direction": "horizontal",
|
|
2903
|
+
"gap": "md",
|
|
2904
|
+
"justify": "space-between",
|
|
2887
2905
|
"children": [
|
|
2888
2906
|
{
|
|
2889
|
-
"type": "
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2892
|
-
"justify": "space-between",
|
|
2893
|
-
"children": [
|
|
2894
|
-
{
|
|
2895
|
-
"type": "typography",
|
|
2896
|
-
"variant": "caption",
|
|
2897
|
-
"content": "CustomerName"
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"type": "typography",
|
|
2901
|
-
"variant": "body",
|
|
2902
|
-
"content": "@item.customerName"
|
|
2903
|
-
}
|
|
2904
|
-
]
|
|
2907
|
+
"type": "typography",
|
|
2908
|
+
"variant": "caption",
|
|
2909
|
+
"content": "Customer Name"
|
|
2905
2910
|
},
|
|
2906
2911
|
{
|
|
2907
|
-
"type": "
|
|
2908
|
-
"
|
|
2909
|
-
"
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2912
|
+
"type": "typography",
|
|
2913
|
+
"variant": "body",
|
|
2914
|
+
"content": "@entity.customerName"
|
|
2915
|
+
}
|
|
2916
|
+
]
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"type": "stack",
|
|
2920
|
+
"direction": "horizontal",
|
|
2921
|
+
"gap": "md",
|
|
2922
|
+
"justify": "space-between",
|
|
2923
|
+
"children": [
|
|
2924
|
+
{
|
|
2925
|
+
"type": "typography",
|
|
2926
|
+
"variant": "caption",
|
|
2927
|
+
"content": "Email"
|
|
2923
2928
|
},
|
|
2924
2929
|
{
|
|
2925
|
-
"type": "
|
|
2926
|
-
"
|
|
2927
|
-
"
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2930
|
+
"type": "typography",
|
|
2931
|
+
"variant": "body",
|
|
2932
|
+
"content": "@entity.email"
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"type": "stack",
|
|
2938
|
+
"direction": "horizontal",
|
|
2939
|
+
"gap": "md",
|
|
2940
|
+
"justify": "space-between",
|
|
2941
|
+
"children": [
|
|
2942
|
+
{
|
|
2943
|
+
"type": "typography",
|
|
2944
|
+
"variant": "caption",
|
|
2945
|
+
"content": "Shipping Address"
|
|
2941
2946
|
},
|
|
2942
2947
|
{
|
|
2943
|
-
"type": "
|
|
2944
|
-
"
|
|
2945
|
-
"
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2948
|
+
"type": "typography",
|
|
2949
|
+
"variant": "body",
|
|
2950
|
+
"content": "@entity.shippingAddress"
|
|
2951
|
+
}
|
|
2952
|
+
]
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"type": "stack",
|
|
2956
|
+
"direction": "horizontal",
|
|
2957
|
+
"gap": "md",
|
|
2958
|
+
"justify": "space-between",
|
|
2959
|
+
"children": [
|
|
2960
|
+
{
|
|
2961
|
+
"type": "typography",
|
|
2962
|
+
"variant": "caption",
|
|
2963
|
+
"content": "Payment Method"
|
|
2959
2964
|
},
|
|
2960
2965
|
{
|
|
2961
|
-
"type": "
|
|
2962
|
-
"
|
|
2963
|
-
"
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2966
|
+
"type": "typography",
|
|
2967
|
+
"variant": "body",
|
|
2968
|
+
"content": "@entity.paymentMethod"
|
|
2969
|
+
}
|
|
2970
|
+
]
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"type": "stack",
|
|
2974
|
+
"direction": "horizontal",
|
|
2975
|
+
"gap": "md",
|
|
2976
|
+
"justify": "space-between",
|
|
2977
|
+
"children": [
|
|
2978
|
+
{
|
|
2979
|
+
"type": "typography",
|
|
2980
|
+
"variant": "caption",
|
|
2981
|
+
"content": "Order Total"
|
|
2977
2982
|
},
|
|
2978
2983
|
{
|
|
2979
|
-
"type": "
|
|
2980
|
-
"
|
|
2981
|
-
"
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2984
|
+
"type": "typography",
|
|
2985
|
+
"variant": "body",
|
|
2986
|
+
"content": "@entity.orderTotal"
|
|
2987
|
+
}
|
|
2988
|
+
]
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"type": "stack",
|
|
2992
|
+
"direction": "horizontal",
|
|
2993
|
+
"gap": "md",
|
|
2994
|
+
"justify": "space-between",
|
|
2995
|
+
"children": [
|
|
2996
|
+
{
|
|
2997
|
+
"type": "typography",
|
|
2998
|
+
"variant": "caption",
|
|
2999
|
+
"content": "Status"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"type": "typography",
|
|
3003
|
+
"variant": "body",
|
|
3004
|
+
"content": "@entity.status"
|
|
2995
3005
|
}
|
|
2996
3006
|
]
|
|
2997
3007
|
}
|
|
@@ -3852,6 +3862,10 @@
|
|
|
3852
3862
|
"name": "id",
|
|
3853
3863
|
"type": "string",
|
|
3854
3864
|
"required": true
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"name": "row",
|
|
3868
|
+
"type": "object"
|
|
3855
3869
|
}
|
|
3856
3870
|
]
|
|
3857
3871
|
},
|
|
@@ -3863,6 +3877,10 @@
|
|
|
3863
3877
|
"name": "id",
|
|
3864
3878
|
"type": "string",
|
|
3865
3879
|
"required": true
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"name": "row",
|
|
3883
|
+
"type": "object"
|
|
3866
3884
|
}
|
|
3867
3885
|
]
|
|
3868
3886
|
},
|
|
@@ -3874,6 +3892,10 @@
|
|
|
3874
3892
|
"name": "id",
|
|
3875
3893
|
"type": "string",
|
|
3876
3894
|
"required": true
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"name": "row",
|
|
3898
|
+
"type": "object"
|
|
3877
3899
|
}
|
|
3878
3900
|
]
|
|
3879
3901
|
},
|
|
@@ -4128,7 +4150,12 @@
|
|
|
4128
4150
|
},
|
|
4129
4151
|
{
|
|
4130
4152
|
"type": "typography",
|
|
4131
|
-
"content": "
|
|
4153
|
+
"content": "@entity.customerName",
|
|
4154
|
+
"variant": "h4"
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"type": "typography",
|
|
4158
|
+
"content": "This action cannot be undone.",
|
|
4132
4159
|
"variant": "body"
|
|
4133
4160
|
},
|
|
4134
4161
|
{
|