Skip to content

Commit

Permalink
Bump veda-ui to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Aug 6, 2024
1 parent 9798dcd commit 1b1f671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 57 files
+2 −2 .env
+2 −2 app/index.html
+2 −3 app/scripts/components/analysis/results/timeseries-data.ts
+64 −0 app/scripts/components/common/banner/index.tsx
+7 −7 app/scripts/components/common/blocks/block-map.tsx
+2 −1 app/scripts/components/common/blocks/lazy-components.js
+1 −1 app/scripts/components/common/blocks/scrollytelling/chapter.tsx
+3 −2 app/scripts/components/common/layout-root/index.tsx
+0 −1 app/scripts/components/common/map/controls/aoi/custom-aoi-control.tsx
+0 −1 app/scripts/components/common/map/controls/hooks/use-preset-aoi.tsx
+1 −2 app/scripts/components/common/map/controls/map-options/projections.ts
+1 −1 app/scripts/components/common/map/controls/map-options/types.ts
+2 −2 app/scripts/components/common/map/hooks/use-map-style.ts
+4 −4 app/scripts/components/common/map/hooks/use-maps.ts
+1 −2 app/scripts/components/common/map/layer-legend.tsx
+3 −3 app/scripts/components/common/map/map-component.tsx
+2 −2 app/scripts/components/common/map/maps.tsx
+0 −1 app/scripts/components/common/map/style-generators/cmr-timeseries.tsx
+30 −9 app/scripts/components/common/map/style-generators/raster-timeseries.tsx
+0 −1 app/scripts/components/common/map/style-generators/zarr-timeseries.tsx
+1 −1 app/scripts/components/common/map/styles.tsx
+5 −5 app/scripts/components/common/map/utils.ts
+4 −0 app/scripts/components/common/mapbox/README.md
+2 −2 app/scripts/components/common/mapbox/index.tsx
+0 −1 app/scripts/components/common/mapbox/layers/cmr-timeseries.tsx
+29 −7 app/scripts/components/common/mapbox/layers/raster-timeseries.tsx
+13 −12 app/scripts/components/common/mapbox/layers/utils.ts
+0 −1 app/scripts/components/common/mapbox/layers/vector-timeseries.tsx
+0 −1 app/scripts/components/common/mapbox/layers/zarr-timeseries.tsx
+5 −4 app/scripts/components/common/smart-link.tsx
+10 −0 app/scripts/components/common/uswds/banner.tsx
+1 −1 app/scripts/components/datasets/s-explore/index.tsx
+1 −14 app/scripts/components/datasets/s-explore/panel-date-widget.tsx
+1 −1 app/scripts/components/exploration/components/map/layer.tsx
+2 −0 app/scripts/components/exploration/components/timeline/date-axis.tsx
+150 −4 app/scripts/components/exploration/components/timeline/timeline-controls.tsx
+175 −113 app/scripts/components/exploration/components/timeline/timeline-head.tsx
+77 −1 app/scripts/components/exploration/components/timeline/timeline.tsx
+141 −0 app/scripts/components/exploration/data-utils-no-faux-module.ts
+27 −10 app/scripts/components/exploration/data-utils.ts
+1 −2 app/scripts/components/exploration/hooks/use-stac-metadata-datasets.ts
+0 −1 app/scripts/components/exploration/index.tsx
+1 −1 app/scripts/components/exploration/types.d.ts.ts
+8 −2 app/scripts/components/home/index.tsx
+8 −9 app/scripts/context/layer-data.tsx
+4 −1 app/scripts/context/react-query.tsx
+12 −9 app/scripts/index.ts
+1 −3 app/scripts/main.tsx
+4 −0 app/scripts/styles/styles.scss
+1 −1 app/scripts/types/veda.ts
+19 −0 docs/content/CONFIGURATION.md
+6 −0 mock/veda.config.js
+3 −2 package.json
+20 −0 parcel-resolver-veda/index.d.ts
+5 −1 parcel-resolver-veda/index.js
+47 −4 postcss.config.js
+146 −23 yarn.lock

0 comments on commit 1b1f671

Please sign in to comment.