@featherds/dock
Advanced tools
+6
-6
@@ -32,3 +32,3 @@ import { defineComponent, useCssVars, computed, ref, watch, provide, inject, readonly, onMounted, onUnmounted, createBlock, openBlock, resolveDynamicComponent, normalizeClass, withCtx, createVNode, createElementVNode, unref, renderSlot, createTextVNode } from "vue"; | ||
| "aa306c3a": dockWidth.value, | ||
| "26049220": dockConfig.value.isOpen ? "cubic-bezier(0, 0.8, 0.4, 1)" : "cubic-beziercubic-bezier(0, 0.8, 0.4, 1)" | ||
| "v26049220": dockConfig.value.isOpen ? "cubic-bezier(0, 0.8, 0.4, 1)" : "cubic-beziercubic-bezier(0, 0.8, 0.4, 1)" | ||
| })); | ||
@@ -258,5 +258,5 @@ const props = __props; | ||
| return (_ctx, _cache) => { | ||
| return openBlock(), createBlock(resolveDynamicComponent(_ctx.rootTag), { | ||
| return openBlock(), createBlock(resolveDynamicComponent(__props.rootTag), { | ||
| class: normalizeClass(dockClasses.value), | ||
| id: _ctx.id | ||
| id: __props.id | ||
| }, { | ||
@@ -273,4 +273,4 @@ default: withCtx(() => [ | ||
| "aria-expanded": dockConfig.value.isOpen, | ||
| "aria-label": dockConfig.value.isOpen ? _ctx.labels.collapse : _ctx.labels.expand, | ||
| "aria-controls": `${_ctx.id}-content`, | ||
| "aria-label": dockConfig.value.isOpen ? __props.labels.collapse : __props.labels.expand, | ||
| "aria-controls": `${__props.id}-content`, | ||
| role: "navigation" | ||
@@ -288,3 +288,3 @@ }, { | ||
| ref: dockContentRef, | ||
| id: `${_ctx.id}-content`, | ||
| id: `${__props.id}-content`, | ||
| class: "feather-dock-content", | ||
@@ -291,0 +291,0 @@ role: "region", |
+1
-1
@@ -34,3 +34,3 @@ | ||
| --feather-dock-width: var(--aa306c3a); | ||
| --feather-dock-toggle-timing-fn: var(--26049220); | ||
| --feather-dock-toggle-timing-fn: var(--v26049220); | ||
| position: fixed; | ||
@@ -37,0 +37,0 @@ inset: var(--feather-dock-header-offset) 0 0 0; |
+5
-5
| { | ||
| "name": "@featherds/dock", | ||
| "version": "0.12.49", | ||
| "version": "0.12.50", | ||
| "publishConfig": { | ||
@@ -12,5 +12,5 @@ "access": "public" | ||
| "dependencies": { | ||
| "@featherds/icon": "^0.12.49", | ||
| "@featherds/panel-bar": "^0.12.49", | ||
| "@featherds/styles": "^0.12.49", | ||
| "@featherds/icon": "^0.12.50", | ||
| "@featherds/panel-bar": "^0.12.50", | ||
| "@featherds/styles": "^0.12.50", | ||
| "vue": "^3.5.13" | ||
@@ -23,3 +23,3 @@ }, | ||
| "types": "./src/index.d.ts", | ||
| "gitHead": "038d4d08e17f877d1ac60ca5ed7411c883b2c1c2" | ||
| "gitHead": "e7593f46bf78a640130401f9ba68dd17e85772aa" | ||
| } |
63145
0.03%Updated
Updated