climb-onyx-gui 0.12.18 → 0.13.0

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.
@@ -1,5 +1,6 @@
1
1
  interface ErrorModalContentsProps {
2
2
  error: Error | null;
3
+ message?: string;
3
4
  }
4
5
  interface ErrorModalProps extends ErrorModalContentsProps {
5
6
  show: boolean;
@@ -0,0 +1 @@
1
+ export declare const s3BucketsMessage = "If you haven't already, please make sure you have clicked the 'Get Started With S3 Buckets' button under the 'S3 Buckets' tab on BRYN.";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.12.18",
3
+ "version": "0.13.0",
4
4
  "type": "module",
5
5
  "main": "dist/climb-onyx-gui.js",
6
6
  "types": "dist/main.d.ts",