Skip to content

Commit

Permalink
Merge pull request #796 from nih-sparc/bump-design-system-version-and…
Browse files Browse the repository at this point in the history
…-hide-timeseries-viewer

Bumped design system version and hid timeseries viewer icon
  • Loading branch information
egauzens authored Feb 19, 2024
2 parents 298db79 + 63347ca commit f82bfa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/FilesTable/FilesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export default {
isTimeseriesFile(file) {
const type = propOr('', 'packageType', file)
return type === 'TimeSeries'
return type === 'TimeSeries' && process.env.SHOW_TIMESERIES_VIEWER
},
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f82bfa5

Please sign in to comment.