@asdp/ferryui 0.1.22-dev.10158 → 0.1.22-dev.10161
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.js +17 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12363,7 +12363,7 @@ var DEFAULT_LABELS26 = {
|
|
|
12363
12363
|
entityTypeIndividual: "Perseorangan",
|
|
12364
12364
|
selectCompanyPlaceholder: "Pilih Nama Perusahaan",
|
|
12365
12365
|
inputSenderNamePlaceholder: "Masukkan Nama Pengirim",
|
|
12366
|
-
estimatedWeightLabel: "
|
|
12366
|
+
estimatedWeightLabel: "Estimasi Berat Muatan dan Kendaraan (Ton)",
|
|
12367
12367
|
inputNumberPlaceholder: "Masukkan Angka",
|
|
12368
12368
|
originCityLabel: "Kota Asal",
|
|
12369
12369
|
destinationCityLabel: "Kota Tujuan",
|
|
@@ -13789,10 +13789,20 @@ var CardBookingTicket = ({
|
|
|
13789
13789
|
alt: "asdp"
|
|
13790
13790
|
}
|
|
13791
13791
|
),
|
|
13792
|
-
/* @__PURE__ */ jsxs(
|
|
13793
|
-
|
|
13794
|
-
|
|
13795
|
-
|
|
13792
|
+
/* @__PURE__ */ jsxs(
|
|
13793
|
+
"div",
|
|
13794
|
+
{
|
|
13795
|
+
style: {
|
|
13796
|
+
display: "flex",
|
|
13797
|
+
flexDirection: "column",
|
|
13798
|
+
gap: "0.25rem"
|
|
13799
|
+
},
|
|
13800
|
+
children: [
|
|
13801
|
+
/* @__PURE__ */ jsx(Body1, { children: shipName }),
|
|
13802
|
+
serviceTitle && /* @__PURE__ */ jsx(Caption2, { style: { color: tokens.colorNeutralForeground3 }, children: serviceTitle })
|
|
13803
|
+
]
|
|
13804
|
+
}
|
|
13805
|
+
)
|
|
13796
13806
|
] }),
|
|
13797
13807
|
/* @__PURE__ */ jsx(
|
|
13798
13808
|
Badge,
|
|
@@ -13821,11 +13831,7 @@ var CardBookingTicket = ({
|
|
|
13821
13831
|
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs("div", { className: styles.ticketInfo, children: [
|
|
13822
13832
|
/* @__PURE__ */ jsxs("div", { className: styles.ticketTime, children: [
|
|
13823
13833
|
/* @__PURE__ */ jsx(Caption2, { children: departureDay }),
|
|
13824
|
-
/* @__PURE__ */
|
|
13825
|
-
departureTime,
|
|
13826
|
-
" ",
|
|
13827
|
-
mergedLabels.timezoneLabel
|
|
13828
|
-
] }),
|
|
13834
|
+
/* @__PURE__ */ jsx(Body1Stronger, { children: departureTime }),
|
|
13829
13835
|
/* @__PURE__ */ jsx(Caption2, { children: departureLocation })
|
|
13830
13836
|
] }),
|
|
13831
13837
|
/* @__PURE__ */ jsxs("div", { className: styles.ticketDuration, children: [
|
|
@@ -13838,11 +13844,7 @@ var CardBookingTicket = ({
|
|
|
13838
13844
|
] }),
|
|
13839
13845
|
/* @__PURE__ */ jsxs("div", { className: styles.ticketTime, children: [
|
|
13840
13846
|
/* @__PURE__ */ jsx(Caption2, { children: arrivalDay }),
|
|
13841
|
-
/* @__PURE__ */
|
|
13842
|
-
arrivalTime,
|
|
13843
|
-
" ",
|
|
13844
|
-
mergedLabels.timezoneLabel
|
|
13845
|
-
] }),
|
|
13847
|
+
/* @__PURE__ */ jsx(Body1Stronger, { children: arrivalTime }),
|
|
13846
13848
|
/* @__PURE__ */ jsx(Caption2, { children: arrivalLocation })
|
|
13847
13849
|
] })
|
|
13848
13850
|
] }) }),
|