Skip to content

Commit

Permalink
Fetch UI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dzole0311 committed Dec 6, 2024
1 parent dfe611f commit 865f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 33 files
+15 −0 .github/workflows/conventional-commit.yml
+32 −0 .github/workflows/release.yml
+29 −0 .release-it.json
+4 −3 app/scripts/components/common/catalog/catalog-card.tsx
+0 −5 app/scripts/components/common/catalog/catalog-content.tsx
+3 −2 app/scripts/components/common/catalog/filters-control.tsx
+0 −3 app/scripts/components/common/catalog/index.tsx
+109 −5 app/scripts/components/common/cookie-consent/index.tsx
+16 −8 app/scripts/components/common/map/style-generators/raster-paint-layer.tsx
+4 −1 app/scripts/components/common/map/style-generators/raster-timeseries.tsx
+1 −0 app/scripts/components/common/map/types.d.ts
+1 −0 app/scripts/components/common/uswds/index.tsx
+10 −0 app/scripts/components/common/uswds/input.tsx
+0 −3 app/scripts/components/data-catalog/container.tsx
+12 −0 app/scripts/components/exploration/atoms/hooks.ts
+0 −1 app/scripts/components/exploration/components/dataset-selector-modal/index.tsx
+71 −0 app/scripts/components/exploration/components/datasets/colorRangeSlider/color-range-slider.scss
+99 −0 app/scripts/components/exploration/components/datasets/colorRangeSlider/colorRangeSlider.spec.tsx
+329 −0 app/scripts/components/exploration/components/datasets/colorRangeSlider/index.tsx
+81 −0 app/scripts/components/exploration/components/datasets/colorRangeSlider/utils.tsx
+99 −27 app/scripts/components/exploration/components/datasets/colormap-options.tsx
+84 −41 app/scripts/components/exploration/components/datasets/data-layer-card.tsx
+24 −7 app/scripts/components/exploration/components/datasets/dataset-list-item.tsx
+22 −20 app/scripts/components/exploration/components/datasets/layer-options-menu.tsx
+48 −5 app/scripts/components/exploration/components/datasets/tile-link-modal.tsx
+4 −1 app/scripts/components/exploration/components/map/layer.tsx
+7 −1 app/scripts/components/exploration/types.d.ts.ts
+59 −0 app/scripts/utils/use-pathname.ts
+29 −0 docs/content/CONFIGURATION.md
+18 −1 mock/veda.config.js
+4 −1 package.json
+3 −1 parcel-resolver-veda/index.js
+1,446 −18 yarn.lock

0 comments on commit 865f679

Please sign in to comment.