Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 86 files
+11 −0 .eslintrc
+13 −1 .github/workflows/checks.yml
+48 −86 app/scripts/components/common/blocks/block-map.tsx
+169 −5 app/scripts/components/common/blocks/lazy-components.js
+203 −0 app/scripts/components/common/blocks/multilayer-block-map.tsx
+6 −0 app/scripts/components/common/blocks/multilayer-map.scss
+2 −0 app/scripts/components/common/card/classic.tsx
+2 −0 app/scripts/components/common/card/cover.tsx
+2 −0 app/scripts/components/common/card/featured.tsx
+2 −0 app/scripts/components/common/card/horizontal-info.tsx
+2 −0 app/scripts/components/common/card/index.tsx
+1 −1 app/scripts/components/common/card/styles.tsx
+1 −1 app/scripts/components/common/catalog/catalog-content.tsx
+3 −1 app/scripts/components/common/catalog/catalog-legacy/catalog-content.tsx
+1 −1 app/scripts/components/common/catalog/catalog-legacy/catalog-tags.tsx
+4 −6 app/scripts/components/common/catalog/catalog-legacy/filter-tag.tsx
+1 −1 app/scripts/components/common/catalog/catalog-legacy/filters-control.tsx
+3 −3 app/scripts/components/common/dataset-classification.tsx
+82 −76 app/scripts/components/common/form/checkable-filter-legacy/index.tsx
+0 −0 app/scripts/components/common/icons-legacy/calendar-minus.tsx
+0 −0 app/scripts/components/common/icons-legacy/calendar-plus.tsx
+0 −0 app/scripts/components/common/icons-legacy/dataset-layers.tsx
+0 −0 app/scripts/components/common/icons-legacy/flask.tsx
+0 −0 app/scripts/components/common/icons-legacy/magnifier-minus.tsx
+0 −0 app/scripts/components/common/icons-legacy/magnifier-plus.tsx
+0 −0 app/scripts/components/common/icons-legacy/medal.tsx
+0 −0 app/scripts/components/common/icons-legacy/progress-tick.tsx
+0 −30 app/scripts/components/common/item-truncate-count.tsx
+1 −1 app/scripts/components/common/layout-root/index.tsx
+2 −2 app/scripts/components/common/layout-root/useSlidingStickyHeaderProps.ts
+8 −6 app/scripts/components/common/map/controls/hooks/use-preset-aoi.tsx
+1 −1 app/scripts/components/common/map/style-generators/raster-paint-layer.tsx
+2 −0 app/scripts/components/common/mdx-content.js
+2 −0 app/scripts/components/common/page-footer-legacy.tsx
+1 −1 app/scripts/components/common/page-header-legacy/index.tsx
+28 −15 app/scripts/components/common/page-header-legacy/logo.tsx
+2 −2 app/scripts/components/common/page-header-legacy/nav-menu-item.tsx
+1 −1 app/scripts/components/data-catalog/container.tsx
+7 −2 app/scripts/components/exploration/components/datasets/colorRangeSlider/colorRangeSlider.spec.tsx
+87 −54 app/scripts/components/exploration/components/datasets/colorRangeSlider/index.tsx
+9 −14 app/scripts/components/exploration/components/datasets/colorRangeSlider/utils.tsx
+1 −1 app/scripts/components/exploration/components/datasets/data-layer-card.tsx
+1 −1 app/scripts/components/exploration/components/layer-info-modal.tsx
+2 −2 app/scripts/components/exploration/components/timeline/timeline-controls.tsx
+2 −2 app/scripts/components/exploration/components/timeline/timeline-zoom-controls.tsx
+1 −1 app/scripts/components/exploration/container.tsx
+174 −0 app/scripts/components/exploration/hooks/use-stac-metadata-data.spec.ts
+20 −10 app/scripts/components/exploration/hooks/use-stac-metadata-datasets.ts
+1 −1 app/scripts/components/exploration/types.d.ts.ts
+13 −3 app/scripts/components/sandbox/customlayer/index.tsx
+0 −2 app/scripts/components/sandbox/legacy/map-block/index.js
+20 −11 app/scripts/components/sandbox/legacy/mdx-editor/index.tsx
+22 −27 app/scripts/components/sandbox/legacy/mdx-page/page.mdx
+3 −3 app/scripts/components/sandbox/legacy/typography/index.js
+4 −0 app/scripts/components/stories/hub/container.tsx
+1 −1 app/scripts/components/uhoh/fatal-error.js
+2 −0 app/scripts/context/layout-root-context-provider.tsx
+2 −0 app/scripts/context/theme-provider.tsx
+3 −2 app/scripts/context/veda-ui-provider.tsx
+1 −1 app/scripts/data-layer/datasets.tsx
+1 −1 app/scripts/libs/hooks.ts
+1 −0 app/scripts/libs/index.ts
+1 −0 app/scripts/libs/mdx-components.ts
+3 −2 app/scripts/main.tsx
+0 −2 app/scripts/types/veda.ts
+7 −1 app/scripts/uswds/index.tsx
+14 −1 app/scripts/uswds/input.tsx
+6 −0 app/scripts/uswds/select.tsx
+68 −69 docs/content/MDX_BLOCKS.md
+1 −1 docs/content/frontmatter/layer.md
+16 −2 docs/development/DEVELOPMENT.md
+11 −0 mock/datasets/data-from-ghg.data.mdx
+6 −3 package.json
+4 −28 parcel-resolver-veda/index.d.ts
+26 −0 storybook/.gitignore
+14 −0 storybook/.storybook/main.ts
+40 −0 storybook/.storybook/preview.tsx
+9 −0 storybook/.storybook/vitest.setup.ts
+12 −0 storybook/README.md
+40 −0 storybook/package.json
+53 −0 storybook/src/stories/basemap-example.stories.tsx
+1 −0 storybook/src/vite-env.d.ts
+5 −0 storybook/utils/stream-shim.js
+41 −0 storybook/vite.config.ts
+2,306 −0 storybook/yarn.lock
+2 −1 tsconfig.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-config",
"description": "Configuration for Veda",
"version": "3.1.17",
"version": "3.1.18",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down