Skip to content

Commit

Permalink
Merge pull request #309 from NASA-IMPACT/stage/v0.12.0
Browse files Browse the repository at this point in the history
Stage v0.12.0
  • Loading branch information
danielfdsilva authored Aug 31, 2023
2 parents 471eb1a + e164b45 commit 7a56c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 57 files
+22 −6 app/scripts/components/analysis/define/index.tsx
+39 −24 app/scripts/components/common/blocks/block-map.tsx
+37 −46 app/scripts/components/common/content-taxonomy.tsx
+54 −0 app/scripts/components/common/copy-field.ts
+74 −0 app/scripts/components/common/dataset-classification.tsx
+2 −1 app/scripts/components/common/dropdown-scrollable.tsx
+32 −29 app/scripts/components/common/element-interactive.js
+4 −0 app/scripts/components/common/featured-slider-section.tsx
+35 −6 app/scripts/components/common/figure.js
+28 −3 app/scripts/components/common/google-form.tsx
+17 −0 app/scripts/components/common/icons/flask.tsx
+17 −0 app/scripts/components/common/icons/medal.tsx
+36 −0 app/scripts/components/common/icons/progress-tick.tsx
+24 −12 app/scripts/components/common/mapbox/index.tsx
+2 −1 app/scripts/components/common/mapbox/layer-legend.tsx
+24 −3 app/scripts/components/common/mapbox/layers/basemap.tsx
+110 −77 app/scripts/components/common/mapbox/layers/raster-timeseries.tsx
+7 −2 app/scripts/components/common/mapbox/layers/styles.tsx
+3 −1 app/scripts/components/common/mapbox/layers/vector-timeseries.tsx
+75 −0 app/scripts/components/common/mapbox/map-coords.tsx
+12 −6 app/scripts/components/common/mapbox/map-options/basemaps.ts
+2 −1 app/scripts/components/common/mapbox/map-options/index.tsx
+1 −9 app/scripts/components/common/mapbox/map-options/use-basemap.ts
+20 −2 app/scripts/components/common/mapbox/map.tsx
+8 −1 app/scripts/components/common/mapbox/mapbox-style-override.js
+7 −2 app/scripts/components/common/mapbox/use-mapbox-control.tsx
+7 −3 app/scripts/components/common/notebook-connect.tsx
+2 −1 app/scripts/components/common/page-footer.js
+20 −10 app/scripts/components/common/page-header.tsx
+12 −2 app/scripts/components/common/page-hero.tsx
+41 −0 app/scripts/components/common/shadow-scrollbar-improved.tsx
+3 −1 app/scripts/components/data-catalog/index.tsx
+0 −135 app/scripts/components/datasets/s-explore/dataset-layer-single.js
+149 −0 app/scripts/components/datasets/s-explore/dataset-layer-single.tsx
+109 −18 app/scripts/components/datasets/s-explore/index.tsx
+45 −0 app/scripts/components/datasets/s-explore/layer-visibility-toggle.tsx
+143 −0 app/scripts/components/datasets/s-explore/tile-link.tsx
+18 −6 app/scripts/components/datasets/s-overview/index.tsx
+57 −51 app/scripts/components/home/index.tsx
+21 −6 app/scripts/components/sandbox/typography/index.js
+4 −3 app/scripts/components/stories/single/index.tsx
+3 −2 app/scripts/styles/menu-link.js
+5 −0 app/scripts/styles/page.js
+2 −1 app/scripts/styles/panel.tsx
+2 −0 app/scripts/utils/veda-data.ts
+19 −3 docs/content/PAGE_OVERRIDES.md
+15 −0 docs/content/TAXONOMY.md
+7 −0 docs/content/frontmatter/layer.md
+ docs/content/media/basemaps.png
+ docs/content/media/dataset-classification-icons.png
+3 −0 gulpfile.js
+16 −1 mock/datasets/no2.data.mdx
+1 −0 mock/stories/air-quality-and-covid-19.stories.mdx
+3 −2 package.json
+3 −1 parcel-resolver-veda/index.d.ts
+10 −0 parcel-resolver-veda/taxonomies.js
+51 −19 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-config",
"description": "Configuration for Veda",
"version": "0.11.0",
"version": "0.12.0",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 7a56c7a

Please sign in to comment.