Skip to content

Commit

Permalink
Downgrade veda ui v 5.9.1 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli authored Nov 19, 2024
2 parents 447cdd7 + 22aaaf0 commit 8aeaaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 50 files
+10 −7 .eslintrc
+1 −1 .github/workflows/checks.yml
+26 −40 app/scripts/components/common/banner/index.tsx
+26 −17 app/scripts/components/common/card/horizontal-info-card.tsx
+62 −75 app/scripts/components/common/card/index.tsx
+57 −85 app/scripts/components/common/catalog/catalog-card.tsx
+1 −1 app/scripts/components/common/catalog/catalog-content.tsx
+1 −264 app/scripts/components/common/catalog/utils.test.ts
+1 −57 app/scripts/components/common/catalog/utils.ts
+19 −49 app/scripts/components/common/cookie-consent/cookieConsent.spec.js
+68 −115 app/scripts/components/common/cookie-consent/index.tsx
+0 −21 app/scripts/components/common/cookie-consent/utils.test.ts
+1 −31 app/scripts/components/common/cookie-consent/utils.ts
+9 −13 app/scripts/components/common/featured-slider-section.tsx
+41 −29 app/scripts/components/common/layout-root/index.tsx
+1 −3 app/scripts/components/common/map/controls/aoi/preset-selector.tsx
+18 −7 app/scripts/components/common/map/style-generators/raster-paint-layer.tsx
+14 −6 app/scripts/components/common/map/style-generators/raster-timeseries.tsx
+1 −0 app/scripts/components/common/map/types.d.ts
+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.d.ts
+24 −14 app/scripts/components/common/related-content.tsx
+0 −13 app/scripts/components/common/types.d.ts
+2 −0 app/scripts/components/common/uswds/index.tsx
+10 −0 app/scripts/components/common/uswds/input.tsx
+11 −0 app/scripts/components/exploration/atoms/hooks.ts
+50 −0 app/scripts/components/exploration/components/datasets/color-range-slider.scss
+272 −0 app/scripts/components/exploration/components/datasets/colorRangeSlider.tsx
+101 −26 app/scripts/components/exploration/components/datasets/colormap-options.tsx
+82 −41 app/scripts/components/exploration/components/datasets/data-layer-card.tsx
+4 −2 app/scripts/components/exploration/components/datasets/dataset-list-item.tsx
+1 −3 app/scripts/components/exploration/components/map/analysis-message-control.tsx
+4 −2 app/scripts/components/exploration/components/map/layer.tsx
+3 −6 app/scripts/components/exploration/data-utils-no-faux-module.ts
+6 −1 app/scripts/components/exploration/types.d.ts.ts
+3 −7 app/scripts/components/home/featured-stories.tsx
+137 −151 app/scripts/components/stories/hub/hub-content.tsx
+1 −8 app/scripts/index.ts
+0 −6 app/scripts/types/veda.ts
+0 −62 docs/adr/003-design-system-change.md
+0 −13 docs/content/CONFIGURATION.md
+0 −14 docs/development/SETUP.md
+1 −2 docs/development/STYLE_GUIDE.md
+1 −1 package.json
+0 −5 parcel-resolver-veda/index.d.ts
+3 −21 parcel-resolver-veda/index.js
+1 −1 test/playwright/pages/explorePage.ts
+0 −78 test/playwright/tests/exploreAoi.spec.ts
+0 −1 tsconfig.json

0 comments on commit 8aeaaea

Please sign in to comment.