@asdp/ferryui 0.1.22-dev.10310 → 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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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(
|