Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@featherds/dock

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/dock - npm Package Compare versions

Comparing version
0.12.49
to
0.12.50
+6
-6
dist/index.mjs

@@ -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",

@@ -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;

{
"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"
}