@asdp/ferryui 0.1.22-dev.10309 → 0.1.22-dev.10319

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
@@ -423,6 +423,7 @@ interface CardBannerProps {
423
423
  declare const CardBanner: React$1.FC<CardBannerProps>;
424
424
 
425
425
  interface CardTicketLabels {
426
+ priceListDetailButton: string;
426
427
  availableSeatsLabel: string;
427
428
  soldOutLabel: string;
428
429
  estimationPrefix: string;
@@ -1752,7 +1753,7 @@ interface LoadType {
1752
1753
  id: string;
1753
1754
  name: string;
1754
1755
  };
1755
- loadType: string;
1756
+ description?: string;
1756
1757
  }
1757
1758
  interface IdentityType {
1758
1759
  id: number;
package/dist/index.d.ts CHANGED
@@ -423,6 +423,7 @@ interface CardBannerProps {
423
423
  declare const CardBanner: React$1.FC<CardBannerProps>;
424
424
 
425
425
  interface CardTicketLabels {
426
+ priceListDetailButton: string;
426
427
  availableSeatsLabel: string;
427
428
  soldOutLabel: string;
428
429
  estimationPrefix: string;
@@ -1752,7 +1753,7 @@ interface LoadType {
1752
1753
  id: string;
1753
1754
  name: string;
1754
1755
  };
1755
- loadType: string;
1756
+ description?: string;
1756
1757
  }
1757
1758
  interface IdentityType {
1758
1759
  id: number;
package/dist/index.js CHANGED
@@ -1098,6 +1098,7 @@ var DEFAULT_LABELS5 = {
1098
1098
  soldOutLabel: "Habis",
1099
1099
  estimationPrefix: "Estimasi",
1100
1100
  priceDetailsButton: "Rincian Harga",
1101
+ priceListDetailButton: "Daftar Harga",
1101
1102
  policyButton: "Kebijakan",
1102
1103
  totalPriceLabel: "Total harga",
1103
1104
  facilitiesLabel: "Fasilitas",
@@ -1113,6 +1114,7 @@ var DEFAULT_LABELS5 = {
1113
1114
  soldOutLabel: "Sold Out",
1114
1115
  estimationPrefix: "Estimation",
1115
1116
  priceDetailsButton: "Price Details",
1117
+ priceListDetailButton: "Price List",
1116
1118
  policyButton: "Policy",
1117
1119
  totalPriceLabel: "Total price",
1118
1120
  facilitiesLabel: "Facilities",
@@ -1720,7 +1722,7 @@ var CardTicket = ({
1720
1722
  departureItem?.billingDetail,
1721
1723
  departureItem?.provider
1722
1724
  ),
1723
- children: mergedLabels.priceDetailsButton
1725
+ children: loadType === 6 ? mergedLabels.priceListDetailButton : mergedLabels.priceDetailsButton
1724
1726
  }
1725
1727
  ),
1726
1728
  /* @__PURE__ */ jsxRuntime.jsx(