@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.mjs CHANGED
@@ -1089,6 +1089,7 @@ var DEFAULT_LABELS5 = {
1089
1089
  soldOutLabel: "Habis",
1090
1090
  estimationPrefix: "Estimasi",
1091
1091
  priceDetailsButton: "Rincian Harga",
1092
+ priceListDetailButton: "Daftar Harga",
1092
1093
  policyButton: "Kebijakan",
1093
1094
  totalPriceLabel: "Total harga",
1094
1095
  facilitiesLabel: "Fasilitas",
@@ -1104,6 +1105,7 @@ var DEFAULT_LABELS5 = {
1104
1105
  soldOutLabel: "Sold Out",
1105
1106
  estimationPrefix: "Estimation",
1106
1107
  priceDetailsButton: "Price Details",
1108
+ priceListDetailButton: "Price List",
1107
1109
  policyButton: "Policy",
1108
1110
  totalPriceLabel: "Total price",
1109
1111
  facilitiesLabel: "Facilities",
@@ -1711,7 +1713,7 @@ var CardTicket = ({
1711
1713
  departureItem?.billingDetail,
1712
1714
  departureItem?.provider
1713
1715
  ),
1714
- children: mergedLabels.priceDetailsButton
1716
+ children: loadType === 6 ? mergedLabels.priceListDetailButton : mergedLabels.priceDetailsButton
1715
1717
  }
1716
1718
  ),
1717
1719
  /* @__PURE__ */ jsx(