@amirjalili1374/ui-kit 1.3.14 → 1.3.15

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/ui-kit.es.js CHANGED
@@ -37424,14 +37424,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
37424
37424
  miniSidebar: {
37425
37425
  type: Boolean,
37426
37426
  required: true
37427
- },
37428
- rail: {
37429
- type: Boolean,
37430
- default: false
37431
- },
37432
- railWidth: {
37433
- type: Number,
37434
- default: 72
37435
37427
  }
37436
37428
  },
37437
37429
  emits: ["update:sidebarDrawer"],
@@ -37454,10 +37446,10 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
37454
37446
  "model-value": __props.sidebarDrawer,
37455
37447
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:sidebarDrawer", $event)),
37456
37448
  elevation: "0",
37457
- "rail-width": __props.railWidth,
37458
37449
  "mobile-breakpoint": "lg",
37459
37450
  app: "",
37460
- rail: __props.rail,
37451
+ rail: "",
37452
+ "rail-width": 71,
37461
37453
  class: normalizeClass(["rightSidebar", { "sidebar-closed": !__props.sidebarDrawer }])
37462
37454
  }, {
37463
37455
  default: withCtx(() => [
@@ -37508,7 +37500,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
37508
37500
  })
37509
37501
  ]),
37510
37502
  _: 1
37511
- }, 8, ["model-value", "rail-width", "rail", "class"]);
37503
+ }, 8, ["model-value", "class"]);
37512
37504
  };
37513
37505
  }
37514
37506
  });