@asdp/ferryui 0.1.22-dev.10832 → 0.1.22-dev.10841

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.mts CHANGED
@@ -3153,10 +3153,9 @@ interface CardVehicleOwnerFormLabels {
3153
3153
  industryTypeOthersLabel: string;
3154
3154
  industryTypeOthersPlaceholder: string;
3155
3155
  cargoCategoryLabel: string;
3156
- estimatedLooseCargoLabel: string;
3157
- estimatedLooseCargoWeightPlaceholder: string;
3158
- estimatedLooseCargoQuantityLabel: string;
3159
- estimatedLooseCargoUnitLabel: string;
3156
+ cargoLabel: string;
3157
+ cargoWeightPlaceholder: string;
3158
+ cargoUnitLabel: string;
3160
3159
  deleteCargoButton: string;
3161
3160
  addCargoButton: string;
3162
3161
  loadTypeOptions: {
package/dist/index.d.ts CHANGED
@@ -3153,10 +3153,9 @@ interface CardVehicleOwnerFormLabels {
3153
3153
  industryTypeOthersLabel: string;
3154
3154
  industryTypeOthersPlaceholder: string;
3155
3155
  cargoCategoryLabel: string;
3156
- estimatedLooseCargoLabel: string;
3157
- estimatedLooseCargoWeightPlaceholder: string;
3158
- estimatedLooseCargoQuantityLabel: string;
3159
- estimatedLooseCargoUnitLabel: string;
3156
+ cargoLabel: string;
3157
+ cargoWeightPlaceholder: string;
3158
+ cargoUnitLabel: string;
3160
3159
  deleteCargoButton: string;
3161
3160
  addCargoButton: string;
3162
3161
  loadTypeOptions: {