From b4d24848627ca90331e554cfa525f5cba6355a32 Mon Sep 17 00:00:00 2001 From: Rohankajale Date: Tue, 10 Oct 2023 19:51:06 +0530 Subject: [PATCH 1/2] add web responsive for hamburger icon --- docs/package-lock.json | 22 ++++++---------------- docs/package.json | 2 +- docs/src/components/SideNav.astro | 3 +-- docs/src/components/TopNav.astro | 2 ++ docs/src/layouts/MainLayout.astro | 4 ++-- 5 files changed, 12 insertions(+), 21 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index c543e14..a221fd0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/tailwind": "^4.0.0", "@docsearch/js": "^3.5.1", "@tailwindcss/typography": "^0.5.9", - "astro": "^2.10.7", + "astro": "^2.10.15", "tailwindcss": "^3.3.3" }, "devDependencies": { @@ -2429,9 +2429,9 @@ } }, "node_modules/astro": { - "version": "2.10.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.7.tgz", - "integrity": "sha512-R8aF4yphrsbhxW2UxHZ1DslBn8e8vPQ23+Z/OnajNE1Q4HEZCOZ4CAbHJx2PDwq2p+CRWArNalpr3+rTqyOYBQ==", + "version": "2.10.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.15.tgz", + "integrity": "sha512-7jgkCZexxOX541g2kKHGOcDDUVKYc+sGi87GtLOkbWwTsKqEIp9GU0o7DpKe1rhItm9VVEiHz4uxvMh3wGmJdA==", "dependencies": { "@astrojs/compiler": "^1.8.0", "@astrojs/internal-helpers": "^0.1.2", @@ -2455,7 +2455,6 @@ "common-ancestor-path": "^1.0.1", "cookie": "^0.5.0", "debug": "^4.3.4", - "deepmerge-ts": "^4.3.0", "devalue": "^4.3.2", "diff": "^5.1.0", "es-module-lexer": "^1.3.0", @@ -2466,6 +2465,7 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "html-escaper": "^3.0.3", + "http-cache-semantics": "^4.1.1", "js-yaml": "^4.1.0", "kleur": "^4.1.4", "magic-string": "^0.30.2", @@ -3942,14 +3942,6 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, - "node_modules/deepmerge-ts": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz", - "integrity": "sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==", - "engines": { - "node": ">=12.4.0" - } - }, "node_modules/default-browser": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz", @@ -6530,9 +6522,7 @@ "node_modules/http-cache-semantics": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", - "dev": true, - "optional": true + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" }, "node_modules/http-errors": { "version": "2.0.0", diff --git a/docs/package.json b/docs/package.json index 89740a2..1404eb5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "@astrojs/tailwind": "^4.0.0", "@docsearch/js": "^3.5.1", "@tailwindcss/typography": "^0.5.9", - "astro": "^2.10.7", + "astro": "^2.10.15", "tailwindcss": "^3.3.3" }, "devDependencies": { diff --git a/docs/src/components/SideNav.astro b/docs/src/components/SideNav.astro index b303b22..10c4502 100644 --- a/docs/src/components/SideNav.astro +++ b/docs/src/components/SideNav.astro @@ -1,5 +1,4 @@ -