Skip to content

Commit

Permalink
Bump ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dzole0311 committed Nov 11, 2024
1 parent 0b4a913 commit 05da931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 50 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
+75 −62 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
+13 −9 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
+7 −18 app/scripts/components/common/map/style-generators/raster-paint-layer.tsx
+6 −14 app/scripts/components/common/map/style-generators/raster-timeseries.tsx
+0 −1 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.ts
+14 −24 app/scripts/components/common/related-content.tsx
+13 −0 app/scripts/components/common/types.d.ts
+0 −2 app/scripts/components/common/uswds/index.tsx
+0 −10 app/scripts/components/common/uswds/input.tsx
+0 −11 app/scripts/components/exploration/atoms/hooks.ts
+0 −50 app/scripts/components/exploration/components/datasets/color-range-slider.scss
+0 −272 app/scripts/components/exploration/components/datasets/colorRangeSlider.tsx
+26 −101 app/scripts/components/exploration/components/datasets/colormap-options.tsx
+41 −82 app/scripts/components/exploration/components/datasets/data-layer-card.tsx
+2 −4 app/scripts/components/exploration/components/datasets/dataset-list-item.tsx
+3 −1 app/scripts/components/exploration/components/map/analysis-message-control.tsx
+2 −4 app/scripts/components/exploration/components/map/layer.tsx
+6 −3 app/scripts/components/exploration/data-utils-no-faux-module.ts
+1 −6 app/scripts/components/exploration/types.d.ts.ts
+7 −3 app/scripts/components/home/featured-stories.tsx
+151 −137 app/scripts/components/stories/hub/hub-content.tsx
+8 −1 app/scripts/index.ts
+6 −0 app/scripts/types/veda.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 package.json
+5 −0 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 05da931

Please sign in to comment.