@gemafajarramadhan/dynamic-ui 1.2.17 → 1.2.19

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.
@@ -43279,7 +43279,6 @@ const at = /* @__PURE__ */ ee({
43279
43279
  dashed: "border-2 border-dashed",
43280
43280
  dotted: "border-2 border-dotted",
43281
43281
  double: "border-4 border-double",
43282
- // double needs a thicker border to show the twin lines
43283
43282
  none: "border-0 border-none"
43284
43283
  }[a.borderStyle] || ""), m = C(
43285
43284
  () => He(
@@ -43382,43 +43381,43 @@ const at = /* @__PURE__ */ ee({
43382
43381
  bg: "bg-blue-600",
43383
43382
  text: "text-white",
43384
43383
  hover: "hover:bg-blue-700",
43385
- border: "border-blue-600"
43384
+ border: "border-blue-900"
43386
43385
  },
43387
43386
  success: {
43388
43387
  bg: "bg-green-600",
43389
43388
  text: "text-white",
43390
43389
  hover: "hover:bg-green-700",
43391
- border: "border-green-600"
43390
+ border: "border-green-900"
43392
43391
  },
43393
43392
  warning: {
43394
43393
  bg: "bg-yellow-500",
43395
43394
  text: "text-white",
43396
43395
  hover: "hover:bg-yellow-600",
43397
- border: "border-yellow-500"
43396
+ border: "border-yellow-900"
43398
43397
  },
43399
43398
  danger: {
43400
43399
  bg: "bg-red-600",
43401
43400
  text: "text-white",
43402
43401
  hover: "hover:bg-red-700",
43403
- border: "border-red-600"
43402
+ border: "border-red-900"
43404
43403
  },
43405
43404
  info: {
43406
43405
  bg: "bg-cyan-600",
43407
43406
  text: "text-white",
43408
43407
  hover: "hover:bg-cyan-700",
43409
- border: "border-cyan-600"
43408
+ border: "border-cyan-900"
43410
43409
  },
43411
43410
  purple: {
43412
43411
  bg: "bg-purple-600",
43413
43412
  text: "text-white",
43414
43413
  hover: "hover:bg-purple-700",
43415
- border: "border-purple-600"
43414
+ border: "border-purple-900"
43416
43415
  },
43417
43416
  pink: {
43418
43417
  bg: "bg-pink-600",
43419
43418
  text: "text-white",
43420
43419
  hover: "hover:bg-pink-700",
43421
- border: "border-pink-600"
43420
+ border: "border-pink-900"
43422
43421
  },
43423
43422
  "gradient-blue": {
43424
43423
  bg: "bg-gradient-to-r from-blue-500 to-cyan-500",
@@ -43550,7 +43549,7 @@ const at = /* @__PURE__ */ ee({
43550
43549
  for (const [n, o] of e)
43551
43550
  a[n] = o;
43552
43551
  return a;
43553
- }, I1 = /* @__PURE__ */ Ta(PF, [["__scopeId", "data-v-bae48fba"]]), DF = {
43552
+ }, I1 = /* @__PURE__ */ Ta(PF, [["__scopeId", "data-v-a866d2a3"]]), DF = {
43554
43553
  key: 0,
43555
43554
  class: "flex items-center justify-between mb-4"
43556
43555
  }, BF = { class: "flex flex-col gap-1" }, HF = {
@@ -61089,5 +61088,6 @@ export {
61089
61088
  iee as MicroDynamicDatatable,
61090
61089
  oee as MicroDynamicForm,
61091
61090
  He as cn,
61092
- mee as default
61091
+ mee as default,
61092
+ fB as setApiConfig
61093
61093
  };