search wip

This commit is contained in:
typescreep
2025-09-15 11:31:23 +03:00
parent 96da429482
commit c874acbff3
4 changed files with 8 additions and 85 deletions

8
package-lock.json generated
View File

@@ -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.115",
"@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.116",
"@readme/openapi-parser": "4.0.0",
"@reduxjs/toolkit": "2.2.5",
"@tanstack/react-query": "5.62.2",
@@ -2802,9 +2802,9 @@
}
},
"node_modules/@prorobotech/openapi-k8s-toolkit": {
"version": "0.0.1-alpha.115",
"resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.115.tgz",
"integrity": "sha512-bg/6DUQ385VcZIN4hT6Rf5X3DCvV3iVDpndT0liI3IoHbia5CmEn5ECwyZpqejFrfmxAQMONN53wWZ8CCx5+gg==",
"version": "0.0.1-alpha.116",
"resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.116.tgz",
"integrity": "sha512-hVpOtBA4aOFg71gPO1mxTXApL3Y7oba9LYzVRs83SocmknmQd6ZfZqT8JXqbiYXYVC2iKWIdmXb2fhP0sJXQMA==",
"license": "MIT",
"dependencies": {
"@monaco-editor/react": "4.6.0",

View File

@@ -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.115",
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.116",
"@readme/openapi-parser": "4.0.0",
"@reduxjs/toolkit": "2.2.5",
"@tanstack/react-query": "5.62.2",

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +0,0 @@
import styled from 'styled-components'
export const CatContainer = styled.div`
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
margin: auto;
`
export const Styled = {
CatContainer,
}