@openneuro/app 4.33.1 → 4.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openneuro/app",
3
- "version": "4.33.1",
3
+ "version": "4.33.2",
4
4
  "description": "React JS web frontend for the OpenNeuro platform.",
5
5
  "license": "MIT",
6
6
  "main": "public/client.js",
@@ -20,7 +20,7 @@
20
20
  "@emotion/react": "11.11.1",
21
21
  "@emotion/styled": "11.11.0",
22
22
  "@niivue/niivue": "0.45.1",
23
- "@openneuro/components": "^4.33.1",
23
+ "@openneuro/components": "^4.33.2",
24
24
  "@sentry/react": "^8.25.0",
25
25
  "@tanstack/react-table": "^8.9.3",
26
26
  "buffer": "^6.0.3",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "5eca867792f0c95d7bb257dc907fa2276ca7ae73"
77
+ "gitHead": "27d6104d60d1d571ac26c7f5997c730bb58869a9"
78
78
  }
@@ -179,6 +179,12 @@ const FrontPageSection = styled.section`
179
179
 
180
180
  const FrontPageContainer: React.FC = () => (
181
181
  <div className="front-page page">
182
+ <div className="container view-docs">
183
+ <span>
184
+ This repository is under review for potential modification in compliance
185
+ with Administration directives.
186
+ </span>
187
+ </div>
182
188
  <FrontPageSection>
183
189
  <AffiliateBlock />
184
190
  </FrontPageSection>