@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.js
CHANGED
|
@@ -12372,7 +12372,7 @@ var DEFAULT_LABELS26 = {
|
|
|
12372
12372
|
entityTypeIndividual: "Perseorangan",
|
|
12373
12373
|
selectCompanyPlaceholder: "Pilih Nama Perusahaan",
|
|
12374
12374
|
inputSenderNamePlaceholder: "Masukkan Nama Pengirim",
|
|
12375
|
-
estimatedWeightLabel: "
|
|
12375
|
+
estimatedWeightLabel: "Estimasi Berat Muatan dan Kendaraan (Ton)",
|
|
12376
12376
|
inputNumberPlaceholder: "Masukkan Angka",
|
|
12377
12377
|
originCityLabel: "Kota Asal",
|
|
12378
12378
|
destinationCityLabel: "Kota Tujuan",
|
|
@@ -13798,10 +13798,20 @@ var CardBookingTicket = ({
|
|
|
13798
13798
|
alt: "asdp"
|
|
13799
13799
|
}
|
|
13800
13800
|
),
|
|
13801
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
13802
|
-
|
|
13803
|
-
|
|
13804
|
-
|
|
13801
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
13802
|
+
"div",
|
|
13803
|
+
{
|
|
13804
|
+
style: {
|
|
13805
|
+
display: "flex",
|
|
13806
|
+
flexDirection: "column",
|
|
13807
|
+
gap: "0.25rem"
|
|
13808
|
+
},
|
|
13809
|
+
children: [
|
|
13810
|
+
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1, { children: shipName }),
|
|
13811
|
+
serviceTitle && /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { style: { color: reactComponents.tokens.colorNeutralForeground3 }, children: serviceTitle })
|
|
13812
|
+
]
|
|
13813
|
+
}
|
|
13814
|
+
)
|
|
13805
13815
|
] }),
|
|
13806
13816
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13807
13817
|
reactComponents.Badge,
|
|
@@ -13830,11 +13840,7 @@ var CardBookingTicket = ({
|
|
|
13830
13840
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.ticketInfo, children: [
|
|
13831
13841
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.ticketTime, children: [
|
|
13832
13842
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { children: departureDay }),
|
|
13833
|
-
/* @__PURE__ */ jsxRuntime.
|
|
13834
|
-
departureTime,
|
|
13835
|
-
" ",
|
|
13836
|
-
mergedLabels.timezoneLabel
|
|
13837
|
-
] }),
|
|
13843
|
+
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1Stronger, { children: departureTime }),
|
|
13838
13844
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { children: departureLocation })
|
|
13839
13845
|
] }),
|
|
13840
13846
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.ticketDuration, children: [
|
|
@@ -13847,11 +13853,7 @@ var CardBookingTicket = ({
|
|
|
13847
13853
|
] }),
|
|
13848
13854
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.ticketTime, children: [
|
|
13849
13855
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { children: arrivalDay }),
|
|
13850
|
-
/* @__PURE__ */ jsxRuntime.
|
|
13851
|
-
arrivalTime,
|
|
13852
|
-
" ",
|
|
13853
|
-
mergedLabels.timezoneLabel
|
|
13854
|
-
] }),
|
|
13856
|
+
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1Stronger, { children: arrivalTime }),
|
|
13855
13857
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { children: arrivalLocation })
|
|
13856
13858
|
] })
|
|
13857
13859
|
] }) }),
|