@asdp/ferryui 0.1.22-dev.10161 → 0.1.22-dev.10162

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
@@ -12383,7 +12383,6 @@ var DEFAULT_LABELS26 = {
12383
12383
  cargoListTitle: "Daftar Muatan",
12384
12384
  cargoItemTitle: "Muatan {index}",
12385
12385
  commodityLabel: "Data Komoditas",
12386
- commodityHelperTextPrefix: "Pahami definisi, jenis dan contoh komoditas",
12387
12386
  hereLinkText: "disini",
12388
12387
  cargoTypeLabel: "Data Jenis Muatan",
12389
12388
  cargoTypeHelperText: 'Apabila jenis muatan belum tersedia dapat memilih "Lainnya" dan silakan isi jenis muatannya.',
@@ -12392,7 +12391,6 @@ var DEFAULT_LABELS26 = {
12392
12391
  industryTypeLabel: "Data Jenis Industri",
12393
12392
  industryTypeHelperText: 'Apabila jenis industri belum tersedia dapat memilih "Lainnya" dan silakan isi jenis industrinya.',
12394
12393
  cargoCategoryLabel: "Kategori Muatan",
12395
- cargoCategoryHelperTextPrefix: "Pahami definisi, jenis dan contoh kategori muatan",
12396
12394
  deleteCargoButton: "Hapus Muatan",
12397
12395
  addCargoButton: "Tambah Muatan",
12398
12396
  cargoTypeOptions: {
@@ -12435,7 +12433,6 @@ var DEFAULT_LABELS26 = {
12435
12433
  cargoListTitle: "Cargo List",
12436
12434
  cargoItemTitle: "Cargo {index}",
12437
12435
  commodityLabel: "Commodity Data",
12438
- commodityHelperTextPrefix: "Understand definition, types and examples of commodities",
12439
12436
  hereLinkText: "here",
12440
12437
  cargoTypeLabel: "Cargo Type Data",
12441
12438
  cargoTypeHelperText: 'If the cargo type is not available, select "Other" and enter the cargo type.',
@@ -12444,7 +12441,6 @@ var DEFAULT_LABELS26 = {
12444
12441
  industryTypeLabel: "Industry Type Data",
12445
12442
  industryTypeHelperText: 'If the industry type is not available, select "Other" and enter the industry type.',
12446
12443
  cargoCategoryLabel: "Cargo Category",
12447
- cargoCategoryHelperTextPrefix: "Understand definition, types and examples of cargo categories",
12448
12444
  deleteCargoButton: "Delete Cargo",
12449
12445
  addCargoButton: "Add Cargo",
12450
12446
  cargoTypeOptions: {
@@ -13097,20 +13093,6 @@ var CardVehicleOwnerForm = ({
13097
13093
  type: "select",
13098
13094
  size: "large"
13099
13095
  }
13100
- ),
13101
- /* @__PURE__ */ jsxs(
13102
- Caption1,
13103
- {
13104
- style: {
13105
- color: tokens.colorNeutralForeground3,
13106
- marginTop: "0.25rem"
13107
- },
13108
- children: [
13109
- mergedLabels.commodityHelperTextPrefix,
13110
- " ",
13111
- /* @__PURE__ */ jsx("a", { href: "#", className: styles.link, children: mergedLabels.hereLinkText })
13112
- ]
13113
- }
13114
13096
  )
13115
13097
  ] }),
13116
13098
  /* @__PURE__ */ jsxs(Col, { md: 3, children: [
@@ -13288,9 +13270,14 @@ var CardVehicleOwnerForm = ({
13288
13270
  fontFamily: tokens.fontFamilyBase
13289
13271
  },
13290
13272
  onKeyDown: (e) => {
13291
- if (["e", "E", "+", "-", ".", ","].includes(
13292
- e.key
13293
- )) {
13273
+ if ([
13274
+ "e",
13275
+ "E",
13276
+ "+",
13277
+ "-",
13278
+ ".",
13279
+ ","
13280
+ ].includes(e.key)) {
13294
13281
  e.preventDefault();
13295
13282
  }
13296
13283
  },
@@ -13493,20 +13480,6 @@ var CardVehicleOwnerForm = ({
13493
13480
  size: "large",
13494
13481
  type: "select"
13495
13482
  }
13496
- ),
13497
- /* @__PURE__ */ jsxs(
13498
- Caption1,
13499
- {
13500
- style: {
13501
- color: tokens.colorNeutralForeground3,
13502
- marginTop: "0.25rem"
13503
- },
13504
- children: [
13505
- mergedLabels.cargoCategoryHelperTextPrefix,
13506
- " ",
13507
- /* @__PURE__ */ jsx("a", { href: "#", className: styles.link, children: mergedLabels.hereLinkText })
13508
- ]
13509
- }
13510
13483
  )
13511
13484
  ] })
13512
13485
  ] }),