@amirjalili1374/ui-kit 1.3.13 → 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.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +3 -3
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -37446,10 +37446,10 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37446
37446
|
"model-value": __props.sidebarDrawer,
|
|
37447
37447
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:sidebarDrawer", $event)),
|
|
37448
37448
|
elevation: "0",
|
|
37449
|
-
"rail-width": "71",
|
|
37450
37449
|
"mobile-breakpoint": "lg",
|
|
37451
37450
|
app: "",
|
|
37452
|
-
rail:
|
|
37451
|
+
rail: "",
|
|
37452
|
+
"rail-width": 71,
|
|
37453
37453
|
class: normalizeClass(["rightSidebar", { "sidebar-closed": !__props.sidebarDrawer }])
|
|
37454
37454
|
}, {
|
|
37455
37455
|
default: withCtx(() => [
|
|
@@ -37500,7 +37500,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37500
37500
|
})
|
|
37501
37501
|
]),
|
|
37502
37502
|
_: 1
|
|
37503
|
-
}, 8, ["model-value", "
|
|
37503
|
+
}, 8, ["model-value", "class"]);
|
|
37504
37504
|
};
|
|
37505
37505
|
}
|
|
37506
37506
|
});
|