diff --git a/package-lock.json b/package-lock.json index 4a25715..dfdfaf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ant-design/icons": "5.6.0", "@monaco-editor/react": "4.6.0", "@originjs/vite-plugin-federation": "1.3.6", - "@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.143", + "@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.144", "@readme/openapi-parser": "4.0.0", "@reduxjs/toolkit": "2.2.5", "@tanstack/react-query": "5.62.2", @@ -2804,9 +2804,9 @@ } }, "node_modules/@prorobotech/openapi-k8s-toolkit": { - "version": "0.0.1-alpha.143", - "resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.143.tgz", - "integrity": "sha512-qtwwXMov5yL70hzanIVffcQ5LykaZXWz9qkYXoNwA0/2+uBJN8zGCP1aqsfcGFMiFbIJNkzZZwdhUGIsfNrOTg==", + "version": "0.0.1-alpha.144", + "resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.144.tgz", + "integrity": "sha512-RYh8989zopqnpOg+x4irRjzYaUvOKnjOEyG2b0LpRX3jRSnRAKtx/3VBhCQ+70ygFC1qCnuWfiqmjREpqI6x3w==", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 6701e19..e2da0c3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@ant-design/icons": "5.6.0", "@monaco-editor/react": "4.6.0", "@originjs/vite-plugin-federation": "1.3.6", - "@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.143", + "@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.144", "@readme/openapi-parser": "4.0.0", "@reduxjs/toolkit": "2.2.5", "@tanstack/react-query": "5.62.2", diff --git a/src/components/molecules/ManageableSidebar/styled.ts b/src/components/molecules/ManageableSidebar/styled.ts index 8be95f6..7297439 100644 --- a/src/components/molecules/ManageableSidebar/styled.ts +++ b/src/components/molecules/ManageableSidebar/styled.ts @@ -71,7 +71,7 @@ const Container = styled.div` } && .ant-menu-sub .ant-menu-item.ant-menu-item-selected { - width: 225px; + width: 214px; margin-left: 25px !important; padding-left: 23px !important; transition: padding 0s;