@asdp/ferryui 0.1.22-dev.9474 → 0.1.22-dev.9494
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 +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13029,22 +13029,22 @@ var useStyles28 = reactComponents.makeStyles({
|
|
|
13029
13029
|
},
|
|
13030
13030
|
circularLeft: {
|
|
13031
13031
|
position: "absolute",
|
|
13032
|
-
width: "
|
|
13033
|
-
height: "
|
|
13032
|
+
width: "80px",
|
|
13033
|
+
height: "80px",
|
|
13034
13034
|
borderRadius: "50%",
|
|
13035
13035
|
backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
|
|
13036
|
-
left: "-
|
|
13036
|
+
left: "-37px",
|
|
13037
13037
|
bottom: "-30px",
|
|
13038
13038
|
zIndex: 2,
|
|
13039
13039
|
boxShadow: "inset -3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
13040
13040
|
},
|
|
13041
13041
|
circularRight: {
|
|
13042
13042
|
position: "absolute",
|
|
13043
|
-
width: "
|
|
13044
|
-
height: "
|
|
13043
|
+
width: "80px",
|
|
13044
|
+
height: "80px",
|
|
13045
13045
|
borderRadius: "50%",
|
|
13046
13046
|
backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
|
|
13047
|
-
right: "-
|
|
13047
|
+
right: "-37px",
|
|
13048
13048
|
bottom: "-30px",
|
|
13049
13049
|
zIndex: 2,
|
|
13050
13050
|
boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
@@ -14975,7 +14975,7 @@ var DEFAULT_LABELS37 = {
|
|
|
14975
14975
|
id: {
|
|
14976
14976
|
detailTitle: "Detail Pemesanan",
|
|
14977
14977
|
statusLabel: "Status",
|
|
14978
|
-
bookingCodeLabel: "
|
|
14978
|
+
bookingCodeLabel: "Nomor Transaksi",
|
|
14979
14979
|
scheduleLabel: "Jadwal Masuk Pelabuhan",
|
|
14980
14980
|
routeLabel: "Rute",
|
|
14981
14981
|
userTypeLabel: "Jenis Pengguna Jasa",
|
|
@@ -14989,7 +14989,7 @@ var DEFAULT_LABELS37 = {
|
|
|
14989
14989
|
en: {
|
|
14990
14990
|
detailTitle: "Booking Details",
|
|
14991
14991
|
statusLabel: "Status",
|
|
14992
|
-
bookingCodeLabel: "
|
|
14992
|
+
bookingCodeLabel: "Transaction Number",
|
|
14993
14993
|
scheduleLabel: "Port Entrance Schedule",
|
|
14994
14994
|
routeLabel: "Route",
|
|
14995
14995
|
userTypeLabel: "User Service Type",
|