Skip to content

Commit

Permalink
Merge pull request #500 from NASA-IMPACT/update-v5.11.3
Browse files Browse the repository at this point in the history
Update UI to v5.11.3
  • Loading branch information
hanbyul-here authored Dec 10, 2024
2 parents d0c18fe + bd07f04 commit 578a2a1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 74 files
+2 −0 .env
+15 −0 .github/workflows/conventional-commit.yml
+32 −0 .github/workflows/release.yml
+29 −0 .release-it.json
+2 −5 .stylelintrc.json
+4 −1 .vscode/settings.json.sample
+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
+2 −47 app/scripts/components/common/google-form.tsx
+1 −1 app/scripts/components/common/layout-root/index.tsx
+195 −0 app/scripts/components/common/map/controls/hooks/use-custom-aoi.test.ts
+107 −72 app/scripts/components/common/map/controls/hooks/use-custom-aoi.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
+217 −0 app/scripts/components/common/nasa-logo-color.js
+23 −8 app/scripts/components/common/nav-wrapper.js
+360 −0 app/scripts/components/common/page-header-legacy/index.tsx
+0 −0 app/scripts/components/common/page-header-legacy/logo.tsx
+248 −0 app/scripts/components/common/page-header-legacy/nav-menu-item.tsx
+69 −36 app/scripts/components/common/page-header/default-config.ts
+72 −315 app/scripts/components/common/page-header/index.tsx
+0 −31 app/scripts/components/common/page-header/logo-container.tsx
+49 −0 app/scripts/components/common/page-header/logo-container/index.tsx
+45 −0 app/scripts/components/common/page-header/logo-container/styles.scss
+0 −171 app/scripts/components/common/page-header/nav-menu-item.tsx
+48 −0 app/scripts/components/common/page-header/nav/create-dynamic-nav-menu-list.tsx
+53 −0 app/scripts/components/common/page-header/nav/nav-dropdown-button.tsx
+38 −0 app/scripts/components/common/page-header/nav/nav-item-cta.tsx
+53 −0 app/scripts/components/common/page-header/nav/nav-item-links.tsx
+72 −0 app/scripts/components/common/page-header/page-header.test.tsx
+25 −0 app/scripts/components/common/page-header/styles.scss
+19 −15 app/scripts/components/common/page-header/types.ts
+42 −0 app/scripts/components/common/page-header/use-mobile-menu-fix.ts
+6 −0 app/scripts/components/common/uswds/header/extended-nav.tsx
+10 −0 app/scripts/components/common/uswds/header/index.tsx
+6 −0 app/scripts/components/common/uswds/header/menu.tsx
+6 −0 app/scripts/components/common/uswds/header/nav-drop-down-button.tsx
+6 −0 app/scripts/components/common/uswds/header/nav-menu-button.tsx
+4 −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
+4 −1 app/scripts/components/exploration/components/map/layer.tsx
+7 −1 app/scripts/components/exploration/types.d.ts.ts
+3 −1 app/scripts/components/home/index.tsx
+1 −1 app/scripts/components/stories/hub/hub-content.tsx
+0 −2 app/scripts/index.ts
+20 −17 app/scripts/styles/_uswds-theme.scss
+33 −0 app/scripts/styles/_veda-ui-theme-vars.scss
+11 −12 app/scripts/styles/styles.scss
+1 −1 app/scripts/styles/theme.ts
+59 −0 app/scripts/utils/use-pathname.ts
+1 −2 app/scripts/utils/utils.ts
+29 −0 docs/content/CONFIGURATION.md
+18 −0 jest-transformer-mdx.js
+3 −1 jest.config.js
+11 −0 jest.setup.js
+43 −5 mock/veda.config.js
+10 −6 package.json
+5 −7 parcel-resolver-veda/index.d.ts
+3 −1 parcel-resolver-veda/index.js
+1,735 −456 yarn.lock
8 changes: 4 additions & 4 deletions datasets/tornadoes2024-dow.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ layers:
layerId: tornadoes-2024-dow-rhohv-greenfield
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
- id: tornadoes-2024-dow-rhohv-greenfield
Expand Down Expand Up @@ -171,7 +171,7 @@ layers:
layerId: tornadoes-2024-dow-vg-greenfield
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
- id: tornadoes-2024-dow-sw-greenfield
Expand Down Expand Up @@ -277,7 +277,7 @@ layers:
layerId: tornadoes-2024-dow-v-harlan
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
- id: tornadoes-2024-dow-v-harlan
Expand Down Expand Up @@ -317,7 +317,7 @@ layers:
layerId: tornadoes-2024-dow-refl-harlan
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
- id: tornadoes-2024-dow-rhohv-harlan
Expand Down
2 changes: 1 addition & 1 deletion datasets/tornadoes2024-paths.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ layers:
layerId: ps-tornadoes-2024-difference
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
info:
source: National Weather Service (NWS)
Expand Down
6 changes: 3 additions & 3 deletions datasets/tornadoes2024-planet.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ layers:
layerId: ps-greenfield-post-tornadoes-2024
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
info:
source: Planet
Expand All @@ -89,7 +89,7 @@ layers:
layerId: ps-greenfield-pre-tornadoes-2024
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
info:
source: Planet
Expand Down Expand Up @@ -153,7 +153,7 @@ layers:
layerId: tornadoes-2024-dow-vmax-greenfield
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'dd LLL yyyy')}`;
}
info:
source: Planet
Expand Down

0 comments on commit 578a2a1

Please sign in to comment.