@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 CHANGED
@@ -13029,22 +13029,22 @@ var useStyles28 = reactComponents.makeStyles({
13029
13029
  },
13030
13030
  circularLeft: {
13031
13031
  position: "absolute",
13032
- width: "100px",
13033
- height: "50px",
13032
+ width: "80px",
13033
+ height: "80px",
13034
13034
  borderRadius: "50%",
13035
13035
  backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
13036
- left: "-50px",
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: "100px",
13044
- height: "50px",
13043
+ width: "80px",
13044
+ height: "80px",
13045
13045
  borderRadius: "50%",
13046
13046
  backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
13047
- right: "-50px",
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: "Kode Booking",
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: "Booking Code",
14992
+ bookingCodeLabel: "Transaction Number",
14993
14993
  scheduleLabel: "Port Entrance Schedule",
14994
14994
  routeLabel: "Route",
14995
14995
  userTypeLabel: "User Service Type",