@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.mjs CHANGED
@@ -13020,22 +13020,22 @@ var useStyles28 = makeStyles({
13020
13020
  },
13021
13021
  circularLeft: {
13022
13022
  position: "absolute",
13023
- width: "100px",
13024
- height: "50px",
13023
+ width: "80px",
13024
+ height: "80px",
13025
13025
  borderRadius: "50%",
13026
13026
  backgroundColor: tokens.colorNeutralBackground1Hover,
13027
- left: "-50px",
13027
+ left: "-37px",
13028
13028
  bottom: "-30px",
13029
13029
  zIndex: 2,
13030
13030
  boxShadow: "inset -3px 0px 1px rgba(0, 0, 0, 0.1)"
13031
13031
  },
13032
13032
  circularRight: {
13033
13033
  position: "absolute",
13034
- width: "100px",
13035
- height: "50px",
13034
+ width: "80px",
13035
+ height: "80px",
13036
13036
  borderRadius: "50%",
13037
13037
  backgroundColor: tokens.colorNeutralBackground1Hover,
13038
- right: "-50px",
13038
+ right: "-37px",
13039
13039
  bottom: "-30px",
13040
13040
  zIndex: 2,
13041
13041
  boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"
@@ -14966,7 +14966,7 @@ var DEFAULT_LABELS37 = {
14966
14966
  id: {
14967
14967
  detailTitle: "Detail Pemesanan",
14968
14968
  statusLabel: "Status",
14969
- bookingCodeLabel: "Kode Booking",
14969
+ bookingCodeLabel: "Nomor Transaksi",
14970
14970
  scheduleLabel: "Jadwal Masuk Pelabuhan",
14971
14971
  routeLabel: "Rute",
14972
14972
  userTypeLabel: "Jenis Pengguna Jasa",
@@ -14980,7 +14980,7 @@ var DEFAULT_LABELS37 = {
14980
14980
  en: {
14981
14981
  detailTitle: "Booking Details",
14982
14982
  statusLabel: "Status",
14983
- bookingCodeLabel: "Booking Code",
14983
+ bookingCodeLabel: "Transaction Number",
14984
14984
  scheduleLabel: "Port Entrance Schedule",
14985
14985
  routeLabel: "Route",
14986
14986
  userTypeLabel: "User Service Type",