Skip to content

Commit

Permalink
Upgrade to veda-ui@5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored Feb 28, 2025
2 parents 06d762e + 9d8cd8b commit ba3fc8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ SHOW_CONFIGURABLE_COLOR_MAP = 'TRUE'

CUSTOM_SCRIPT_SRC='https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=NASA&subagency=HQ'
CUSTOM_SCRIPT_ID='_fed_an_ua_tag'

ENABLE_COOKIE_CONSENT_FORM = 'TRUE'
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 32 files
+2 −0 .env
+2 −1 .github/workflows/release.yml
+1 −1 .npmrc
+9 −7 .release-it.js
+30 −0 README-lib.md
+10 −1 app/scripts/components/common/banner/index.tsx
+2 −2 app/scripts/components/common/blocks/scrollytelling/index.tsx
+2 −4 app/scripts/components/common/catalog/catalog-content.tsx
+6 −7 app/scripts/components/common/catalog/prepare-datasets.ts
+1 −1 app/scripts/components/common/catalog/utils.ts
+1 −1 app/scripts/components/common/cookie-consent/index.tsx
+2 −1 app/scripts/components/common/layout-root/index.tsx
+11 −9 app/scripts/components/common/page-footer-legacy.tsx
+32 −8 app/scripts/components/common/page-header-legacy/nav-menu-item.tsx
+2 −2 app/scripts/components/common/smart-link.tsx
+2 −4 app/scripts/components/exploration/atoms/datasetLayers.ts
+2 −11 app/scripts/components/exploration/components/datasets/dataset-list-item.tsx
+0 −1 app/scripts/components/exploration/components/datasets/dataset-list.tsx
+8 −10 app/scripts/components/exploration/components/layer-info-modal.tsx
+12 −9 app/scripts/components/exploration/data-utils-no-faux-module.ts
+1 −5 app/scripts/components/exploration/types.d.ts.ts
+20 −17 app/scripts/types/veda.ts
+2 −1 app/scripts/utils/url.ts
+26 −5 docs/development/REGISTRY.md
+2 −2 docs/development/THEMING_GUIDE.md
+0 −31 mock/datasets/sandbox.data.mdx
+1 −1 mock/stories/life-of-water.stories.mdx
+6 −6 mock/veda.config.js
+7 −4 package.json
+4 −3 parcel-resolver-veda/index.js
+33 −0 recommended-bump/index.mjs
+16 −249 yarn.lock
2 changes: 1 addition & 1 deletion veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ module.exports = {
},
cookieConsentForm: {
title: "Cookie Consent",
copy: "We use cookies to enhance your browsing experience and to help us understand how our website is used. These cookies allow us to collect data on site usage and improve our services based on your interactions. To learn more about it, see our [Privacy Policy](https://www.nasa.gov/privacy/#cookies)",
copy: "We use cookies to enhance your browsing experience and to help us understand how our website is used. These cookies allow us to collect data on site usage and improve our services based on your interactions. To learn more about it, see our [Privacy Policy](https://www.nasa.gov/privacy/#cookies).",
},
};

0 comments on commit ba3fc8a

Please sign in to comment.