From 63347ca46cc1b1d93509044d03bc97c77f9c860b Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Sun, 18 Feb 2024 10:40:50 -0500 Subject: [PATCH] Bumped design system version and hid timeseries viewer icon --- components/FilesTable/FilesTable.vue | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/FilesTable/FilesTable.vue b/components/FilesTable/FilesTable.vue index 30af9e24..ea3a41c0 100644 --- a/components/FilesTable/FilesTable.vue +++ b/components/FilesTable/FilesTable.vue @@ -483,7 +483,7 @@ export default { isTimeseriesFile(file) { const type = propOr('', 'packageType', file) - return type === 'TimeSeries' + return type === 'TimeSeries' && process.env.SHOW_TIMESERIES_VIEWER }, /** diff --git a/package.json b/package.json index 3ed1229d..bb1ef272 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@aws-amplify/auth": "^4.4.4", "@aws-amplify/core": "^4.4.2", "@miyaoka/nuxt-twitter-widgets-module": "^0.0.1", - "@nih-sparc/sparc-design-system-components": "^0.27.4", + "@nih-sparc/sparc-design-system-components": "^0.27.5", "@nuxtjs/axios": "^5.8.0", "@nuxtjs/google-analytics": "^2.2.3", "@nuxtjs/gtm": "^2.4.0", diff --git a/yarn.lock b/yarn.lock index 9474180c..19176f19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2491,10 +2491,10 @@ resolved "https://registry.yarnpkg.com/@miyaoka/nuxt-twitter-widgets-module/-/nuxt-twitter-widgets-module-0.0.1.tgz#fdca759252e7496c783e69b926623551bf8a4a01" integrity sha512-vYJkz9EemNS4Ur4uXI8R/tKFyXWrGypQwpFF/PSA/JZaGx19gpAfzTxHg0e7EQ1VIS+GTN2U6AUXz9MD05P+Nw== -"@nih-sparc/sparc-design-system-components@^0.27.4": - version "0.27.4" - resolved "https://registry.yarnpkg.com/@nih-sparc/sparc-design-system-components/-/sparc-design-system-components-0.27.4.tgz#63685c736d2b23cd67edd9eefcd9e94a7b31dbab" - integrity sha512-h10Nt7sB3zSaWoXsrCz5/TDJiDKHAIqQB+BPIXJaME9fFUO13F2AYzpk6niSC0zNudXiCfYv+oT8rHmz+VIBPA== +"@nih-sparc/sparc-design-system-components@^0.27.5": + version "0.27.5" + resolved "https://registry.yarnpkg.com/@nih-sparc/sparc-design-system-components/-/sparc-design-system-components-0.27.5.tgz#abd9fe159cbb1a304a419b113679a80acd78d9b0" + integrity sha512-UflaFXqjREHdWcVr3UDL5Kd1liqFmr8hiwjsr5awMBgXFmdr1hdL3zoOQm1XTtiqAhX2+1iV3tJFX+qJlYjmRw== dependencies: "@carbon/grid" "10.17.0" core-js "^3.6.5"