chore: update @ciphera-net/ui dependency to version 0.0.36 in package.json and package-lock.json; add showFaq and showSecurity props to LayoutContent component
This commit is contained in:
@@ -49,6 +49,8 @@ export default function LayoutContent({ children }: { children: React.ReactNode
|
|||||||
onSwitchWorkspace={handleSwitchWorkspace}
|
onSwitchWorkspace={handleSwitchWorkspace}
|
||||||
onCreateOrganization={handleCreateOrganization}
|
onCreateOrganization={handleCreateOrganization}
|
||||||
allowPersonalWorkspace={false}
|
allowPersonalWorkspace={false}
|
||||||
|
showFaq={false}
|
||||||
|
showSecurity={false}
|
||||||
/>
|
/>
|
||||||
<main className="flex-1 pt-24 pb-8">
|
<main className="flex-1 pt-24 pb-8">
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -8,7 +8,7 @@
|
|||||||
"name": "pulse-frontend",
|
"name": "pulse-frontend",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ciphera-net/ui": "^0.0.35",
|
"@ciphera-net/ui": "^0.0.36",
|
||||||
"axios": "^1.13.2",
|
"axios": "^1.13.2",
|
||||||
"country-flag-icons": "^1.6.4",
|
"country-flag-icons": "^1.6.4",
|
||||||
"d3-scale": "^4.0.2",
|
"d3-scale": "^4.0.2",
|
||||||
@@ -269,9 +269,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ciphera-net/ui": {
|
"node_modules/@ciphera-net/ui": {
|
||||||
"version": "0.0.35",
|
"version": "0.0.36",
|
||||||
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.35/424cad60890540c64c046173c2c10fa331ce629d",
|
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.36/85a14ec1af822cc96707e88e22c2dbb5019459a1",
|
||||||
"integrity": "sha512-D1MG7ULap0pHAVKrSlnSYWLLoH13UVSwq3D+lmNyRuyw1GFfy6o9eHelfn1nQotFGr+tgtNh/+sCpz41zYFTEw==",
|
"integrity": "sha512-kUvm27uE5hJboLmsrt0KusLAIvLfqk/I6M/7P2ihIURVt9kVbZaAA7b+rKMVzCsexrCIFN7PdgjIKi6cS6723Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-icons": "^1.3.0",
|
"@radix-ui/react-icons": "^1.3.0",
|
||||||
"clsx": "^2.1.0",
|
"clsx": "^2.1.0",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"type-check": "tsc --noEmit"
|
"type-check": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ciphera-net/ui": "^0.0.35",
|
"@ciphera-net/ui": "^0.0.36",
|
||||||
"axios": "^1.13.2",
|
"axios": "^1.13.2",
|
||||||
"country-flag-icons": "^1.6.4",
|
"country-flag-icons": "^1.6.4",
|
||||||
"d3-scale": "^4.0.2",
|
"d3-scale": "^4.0.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user