Skip to content

Commit

Permalink
Merge pull request #490 from NASA-IMPACT/release/v5.10.0
Browse files Browse the repository at this point in the history
Update VEDA-UI to v5.10.0
  • Loading branch information
AliceR authored Nov 13, 2024
2 parents 349fafc + 3e925c7 commit d9a125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 40 files
+7 −10 .eslintrc
+1 −1 .github/workflows/checks.yml
+40 −26 app/scripts/components/common/banner/index.tsx
+17 −26 app/scripts/components/common/card/horizontal-info-card.tsx
+81 −70 app/scripts/components/common/card/index.tsx
+85 −57 app/scripts/components/common/catalog/catalog-card.tsx
+1 −1 app/scripts/components/common/catalog/catalog-content.tsx
+264 −1 app/scripts/components/common/catalog/utils.test.ts
+57 −1 app/scripts/components/common/catalog/utils.ts
+49 −19 app/scripts/components/common/cookie-consent/cookieConsent.spec.js
+115 −68 app/scripts/components/common/cookie-consent/index.tsx
+21 −0 app/scripts/components/common/cookie-consent/utils.test.ts
+31 −1 app/scripts/components/common/cookie-consent/utils.ts
+14 −11 app/scripts/components/common/featured-slider-section.tsx
+29 −41 app/scripts/components/common/layout-root/index.tsx
+3 −1 app/scripts/components/common/map/controls/aoi/preset-selector.tsx
+1 −1 app/scripts/components/common/page-header/default-config.ts
+1 −1 app/scripts/components/common/page-header/nav-menu-item.tsx
+0 −0 app/scripts/components/common/page-header/types.ts
+15 −27 app/scripts/components/common/related-content.tsx
+7 −9 app/scripts/components/common/smart-link.tsx
+13 −0 app/scripts/components/common/types.d.ts
+3 −1 app/scripts/components/exploration/components/map/analysis-message-control.tsx
+8 −5 app/scripts/components/home/featured-stories.tsx
+0 −2 app/scripts/components/sandbox/cards/index.js
+151 −137 app/scripts/components/stories/hub/hub-content.tsx
+8 −1 app/scripts/index.ts
+7 −1 app/scripts/types/veda.ts
+1 −2 app/scripts/utils/url.ts
+62 −0 docs/adr/003-design-system-change.md
+13 −0 docs/content/CONFIGURATION.md
+14 −0 docs/development/SETUP.md
+2 −1 docs/development/STYLE_GUIDE.md
+1 −1 mock/stories/external-link-example.stories.mdx
+1 −1 package.json
+6 −1 parcel-resolver-veda/index.d.ts
+21 −3 parcel-resolver-veda/index.js
+1 −1 test/playwright/pages/explorePage.ts
+78 −0 test/playwright/tests/exploreAoi.spec.ts
+1 −0 tsconfig.json

0 comments on commit d9a125a

Please sign in to comment.