terra_ui_components 0.0.102__tar.gz → 0.0.103__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of terra_ui_components might be problematic. Click here for more details.
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/PKG-INFO +1 -1
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/package-lock.json +2 -2
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/package.json +1 -1
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/pyproject.toml +1 -1
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/browse-variables/browse-variables.component.ts +5 -7
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/browse-variables/browse-variables.styles.ts +115 -18
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter/notebooks/subsetter-notebook.ts +1 -1
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/login/login.component.ts +31 -6
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot-toolbar/notebooks/time-averaged-map-notebook.ts +1 -1
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot-toolbar/notebooks/time-series-notebook.ts +1 -1
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/declaration.d.ts +5 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/terra-element.ts +8 -1
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/base.py +2 -2
- terra_ui_components-0.0.103/src/terra_ui_components/login/login.py +67 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/themes/horizon.css +2 -1
- terra_ui_components-0.0.102/src/terra_ui_components/login/login.py +0 -57
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.editorconfig +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.github/workflows/build_and_deploy_docs.yml +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.github/workflows/node.js.yml +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.github/workflows/release.yml +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.gitignore +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.gitpod.yml +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.husky/pre-commit +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.prettierignore +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.vscode/extensions.json +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.vscode/settings.json +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/LICENSE.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/README.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/certs/server.crt +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/certs/server.key +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/cspell.json +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/custom-elements-manifest.config.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/custom-elements-manifest.mjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_includes/component.njk +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_includes/default.njk +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_includes/sidebar.njk +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/active-links.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/anchor-headings.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/cem.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/code-previews.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/copy-code-buttons.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/external-links.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/highlight-code.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/markdown.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/prettier.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/replacer.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/scrolling-tables.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/strings.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/table-of-contents.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/typography.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/examples/carousel/field.jpg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/examples/carousel/mountains.jpg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/examples/carousel/sunset.jpg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/examples/carousel/valley.jpg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/examples/carousel/waterfall.jpg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/examples/include.html +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/NASA_logo.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/awesome.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/chrome.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/edge.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/firefox.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/gitpod.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/logo.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/logo.white.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/og-image.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/opera.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/safari.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/shoe.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/tie.webp +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/touch-icon.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/twitter-card.png +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/undraw-content-team.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/undraw-not-found.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/undraw-taken.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/walk.gif +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/images/wordmark.svg +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/scripts/code-previews.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/scripts/docs.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/scripts/search.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/scripts/turbo.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/styles/code-previews.css +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/styles/docs.css +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/assets/styles/search.css +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/eleventy.config.cjs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/404.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/accordion.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/alert.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/browse-variables.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/button.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/chip.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/combobox.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/data-rods.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/data-subsetter-history.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/data-subsetter.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/date-picker.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/date-range-slider.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/dialog.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/icon.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/loader.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/login.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/map.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/plot-toolbar.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/plot.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/skeleton.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/spatial-picker.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/time-average-map.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/time-series.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/variable-combobox.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/components/variable-keyword-search.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/frameworks/angular.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/frameworks/react.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/frameworks/vue-2.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/frameworks/vue.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/getting-started/customizing.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/getting-started/form-controls.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/getting-started/installation.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/getting-started/localization.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/getting-started/themes.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/getting-started/usage.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/index.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/border-radius.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/color.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/elevation.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/more.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/spacing.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/transition.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/typography.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tokens/z-index.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tutorials/integrating-with-laravel.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tutorials/integrating-with-nextjs.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/pages/tutorials/integrating-with-rails.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/lint-staged.config.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/notebooks/playground.ipynb +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/build.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/bump-python-version.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/make-assets.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/make-icons.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/make-metadata.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/make-react.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/make-themes.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/plop/plopfile.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/plop/templates/component/component.hbs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/plop/templates/component/define.hbs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/plop/templates/component/docs.hbs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/plop/templates/component/styles.hbs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/plop/templates/component/tests.hbs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/plop/templates/widget/widget.py.hbs +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/scripts/shared.js +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/auth/auth.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/auth/auth.service.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/accordion/accordion.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/accordion/accordion.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/accordion/accordion.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/accordion/accordion.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/alert/alert.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/alert/alert.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/alert/alert.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/alert/alert.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/browse-variables/browse-variables.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/browse-variables/browse-variables.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/browse-variables/browse-variables.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/browse-variables/browse-variables.types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/button/button.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/button/button.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/button/button.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/button/button.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/chip/chip.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/chip/chip.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/chip/chip.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/chip/chip.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/combobox/combobox.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/combobox/combobox.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/combobox/combobox.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/combobox/combobox.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/combobox/lib.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/combobox/type.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-rods/data-rods.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-rods/data-rods.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-rods/data-rods.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-rods/data-rods.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter/assets/download_subset_files.py.txt +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter/data-subsetter.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter/data-subsetter.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter/data-subsetter.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter/data-subsetter.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter/data-subsetter.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter-history/data-subsetter-history.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter-history/data-subsetter-history.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter-history/data-subsetter-history.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter-history/data-subsetter-history.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/data-subsetter-history/data-subsetter-history.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-picker/date-picker.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-picker/date-picker.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-picker/date-picker.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-picker/date-picker.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-range-slider/date-range-slider.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-range-slider/date-range-slider.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-range-slider/date-range-slider.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-range-slider/date-range-slider.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/date-range-slider/noui-slider-utilities.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/dialog/dialog.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/dialog/dialog.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/dialog/dialog.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/dialog/dialog.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/icon/icon.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/icon/icon.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/icon/icon.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/icon/icon.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/icon/library.default.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/icon/library.heroicons.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/icon/library.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/loader/loader.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/loader/loader.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/loader/loader.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/loader/loader.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/login/login.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/login/login.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/login/login.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/leaflet-draw.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/leaflet-utils.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/leaflet.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/map.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/map.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/map.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/map.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/map.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/map/type.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot/plot.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot/plot.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot/plot.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot/plot.types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot-toolbar/plot-toolbar.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot-toolbar/plot-toolbar.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot-toolbar/plot-toolbar.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot-toolbar/plot-toolbar.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/plot-toolbar/plot-toolbar.types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/skeleton/skeleton.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/skeleton/skeleton.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/skeleton/skeleton.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/skeleton/skeleton.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/spatial-picker/spatial-picker.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/spatial-picker/spatial-picker.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/spatial-picker/spatial-picker.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/spatial-picker/spatial-picker.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-average-map/time-average-map.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-average-map/time-average-map.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-average-map/time-average-map.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-average-map/time-average-map.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-average-map/time-average-map.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-series/time-series.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-series/time-series.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-series/time-series.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-series/time-series.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-series/time-series.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/time-series/time-series.types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-combobox/lib.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-combobox/variable-combobox.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-combobox/variable-combobox.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-combobox/variable-combobox.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-combobox/variable-combobox.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-combobox/variable-combobox.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-combobox/variable-combobox.types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-keyword-search/lib.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-keyword-search/variable-keyword-search.component.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-keyword-search/variable-keyword-search.controller.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-keyword-search/variable-keyword-search.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-keyword-search/variable-keyword-search.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-keyword-search/variable-keyword-search.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/variable-keyword-search/variable-keyword-search.types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/data-services/harmony-data-service.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/data-services/queries.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/data-services/types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/events.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-accordion-toggle.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-after-hide.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-after-show.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-combobox-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-date-range-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-dialog-hide.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-dialog-show.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-error.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-hide.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-load.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-login.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-map-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-plot-relayout.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-remove.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-search.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-show.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-subset-job-complete.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-time-average-map-data-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-time-series-data-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-variable-keyword-search-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/events/terra-variables-change.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/geojson/giovanni-geojson.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/geojson/queries.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/geojson/types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/active-elements.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/animate.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/debounce.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/default-value.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/drag.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/event.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/form.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/form.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/indexeddb.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/math.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/modal.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/offset.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/scroll.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/scrollend-polyfill.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/slot.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/string.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/tabbable.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/tabbable.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/terra-element.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/test/data-testid-helpers.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/test/element-visible-overflow.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/test/form-control-base-tests.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/test/wait-for-scrolling.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/internal/watch.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/lib/dataset.test.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/lib/dataset.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/lib/graphql-client.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/lib/jupyter.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/metadata-catalog/cmr-catalog.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/metadata-catalog/giovanni-variable-catalog.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/metadata-catalog/queries.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/metadata-catalog/tasks.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/metadata-catalog/types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/metadata-catalog/utilities.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/styles/component.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/styles/form-control.styles.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra-ui-components-autoloader.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra-ui-components.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/README.md +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/accordion/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/accordion/accordion.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/browse_variables/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/browse_variables/browse_variables.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/data_rods/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/data_rods/data_rods.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/data_subsetter/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/data_subsetter/data_subsetter.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/data_subsetter_history/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/data_subsetter_history/data_subsetter_history.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/date_picker/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/date_picker/date_picker.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/date_range_slider/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/date_range_slider/date_range_slider.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/dialog/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/dialog/dialog.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/login/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/plot_toolbar/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/plot_toolbar/plot_toolbar.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/time_average_map/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/time_average_map/time_average_map.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/time_series/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/time_series/time_series.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/variable_keyword_search/__init__.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/terra_ui_components/variable_keyword_search/variable_keyword_search.py +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/themes/_utility.css +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/themes/horizon-dark.css +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/types.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/animation-registry.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/animation.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/base-path.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/date.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/debounce.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/environment.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/form.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/icon-library.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/mimetypes.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/utilities/number.ts +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/tsconfig.json +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/tsconfig.prod.json +0 -0
- {terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/web-test-runner.config.js +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nasa-terra/components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.103",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@nasa-terra/components",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.103",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@apollo/client": "^3.13.8",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nasa-terra/components",
|
|
3
3
|
"description": "A collection of NASA Earthdata components",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.103",
|
|
5
5
|
"homepage": "https://github.com/nasa/terra-ui-components",
|
|
6
6
|
"author": "NASA GES DISC <https://disc.gsfc.nasa.gov>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -447,7 +447,7 @@ export default class TerraBrowseVariables extends TerraElement {
|
|
|
447
447
|
/>
|
|
448
448
|
<strong
|
|
449
449
|
>${variable.dataFieldLongName}</strong
|
|
450
|
-
|
|
450
|
+
>
|
|
451
451
|
<span
|
|
452
452
|
>${metadata} •
|
|
453
453
|
[${variable.dataProductShortName}_${variable.dataProductVersion}]</span
|
|
@@ -460,21 +460,19 @@ export default class TerraBrowseVariables extends TerraElement {
|
|
|
460
460
|
${variable.dataFieldLongName}
|
|
461
461
|
</h4>
|
|
462
462
|
<p>
|
|
463
|
-
<strong>Spatial Resolution</strong
|
|
464
|
-
><br />
|
|
463
|
+
<strong>Spatial Resolution</strong>
|
|
465
464
|
${variable.dataProductSpatialResolution}
|
|
466
465
|
</p>
|
|
467
466
|
<p>
|
|
468
|
-
<strong>Temporal Coverage</strong
|
|
469
|
-
><br />
|
|
467
|
+
<strong>Temporal Coverage</strong>
|
|
470
468
|
${variable.dataProductBeginDateTime} – ${variable.dataProductEndDateTime}
|
|
471
469
|
</p>
|
|
472
470
|
<p>
|
|
473
|
-
<strong>Region Coverage</strong
|
|
471
|
+
<strong>Region Coverage</strong>
|
|
474
472
|
${variable.dataProductWest},${variable.dataProductSouth},${variable.dataProductEast},${variable.dataProductNorth}
|
|
475
473
|
</p>
|
|
476
474
|
<p>
|
|
477
|
-
<strong>Dataset</strong
|
|
475
|
+
<strong>Dataset</strong>
|
|
478
476
|
${variable.dataProductShortName}_${variable.dataProductVersion}
|
|
479
477
|
</p>
|
|
480
478
|
</sl-drawer>
|
|
@@ -2,14 +2,7 @@ import { css } from 'lit'
|
|
|
2
2
|
|
|
3
3
|
export default css`
|
|
4
4
|
:host {
|
|
5
|
-
|
|
6
|
-
in hsl,
|
|
7
|
-
var(--terra-color-nasa-blue-tint) 65%,
|
|
8
|
-
white
|
|
9
|
-
); /* this color doesn't exist in HDS, perhaps the design should change? */
|
|
10
|
-
|
|
11
|
-
background-color: var(--terra-color-nasa-blue-dark);
|
|
12
|
-
color: white;
|
|
5
|
+
background-color: var(--terra-color-carbon-5);
|
|
13
6
|
display: block;
|
|
14
7
|
padding-bottom: 55% !important;
|
|
15
8
|
position: relative;
|
|
@@ -17,7 +10,7 @@ export default css`
|
|
|
17
10
|
}
|
|
18
11
|
|
|
19
12
|
h3 {
|
|
20
|
-
color: var(--
|
|
13
|
+
color: var(--terra-color-nasa-blue-shade);
|
|
21
14
|
margin-bottom: 1rem;
|
|
22
15
|
}
|
|
23
16
|
|
|
@@ -49,7 +42,7 @@ export default css`
|
|
|
49
42
|
}
|
|
50
43
|
|
|
51
44
|
header.search {
|
|
52
|
-
border-bottom: 1px solid var(--terra-color-
|
|
45
|
+
border-bottom: 1px solid var(--terra-color-carbon-30);
|
|
53
46
|
grid-column: span 2;
|
|
54
47
|
padding: 15px;
|
|
55
48
|
padding-bottom: 25px;
|
|
@@ -104,17 +97,44 @@ export default css`
|
|
|
104
97
|
}
|
|
105
98
|
|
|
106
99
|
.browse-by-category terra-button::part(base) {
|
|
107
|
-
color: white;
|
|
108
100
|
}
|
|
109
101
|
|
|
110
102
|
label {
|
|
111
|
-
color: white;
|
|
112
103
|
display: flex;
|
|
113
|
-
|
|
104
|
+
line-height: var(--terra-line-height-normal);
|
|
114
105
|
}
|
|
115
106
|
|
|
116
107
|
input[type='radio'] {
|
|
108
|
+
appearance: none; /* removes OS default styling */
|
|
109
|
+
-webkit-appearance: none; /* for Safari */
|
|
110
|
+
-moz-appearance: none; /* for Firefox */
|
|
117
111
|
margin-right: 10px;
|
|
112
|
+
width: 1em;
|
|
113
|
+
height: 1em;
|
|
114
|
+
border: 0.125em solid var(--terra-color-carbon-40);
|
|
115
|
+
border-radius: 50%;
|
|
116
|
+
background-color: var(--terra-color-spacesuit-white);
|
|
117
|
+
cursor: pointer;
|
|
118
|
+
position: relative; /* for the dot */
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* Selected state */
|
|
122
|
+
input[type='radio']:checked {
|
|
123
|
+
border-color: var(--terra-color-nasa-blue);
|
|
124
|
+
background-color: var(--terra-color-spacesuit-white); /* keep white bg */
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/* Inner dot */
|
|
128
|
+
input[type='radio']:checked::after {
|
|
129
|
+
content: '';
|
|
130
|
+
position: absolute;
|
|
131
|
+
top: 50%;
|
|
132
|
+
left: 50%;
|
|
133
|
+
width: 0.5em; /* size of the dot */
|
|
134
|
+
height: 0.5em;
|
|
135
|
+
background-color: var(--terra-color-nasa-blue);
|
|
136
|
+
border-radius: 50%; /* makes it circular */
|
|
137
|
+
transform: translate(-50%, -50%); /* center it */
|
|
118
138
|
}
|
|
119
139
|
|
|
120
140
|
.variables-container {
|
|
@@ -156,6 +176,15 @@ export default css`
|
|
|
156
176
|
padding: 15px;
|
|
157
177
|
}
|
|
158
178
|
|
|
179
|
+
.variables-container aside details {
|
|
180
|
+
margin-bottom: 0.5rem;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
summary::marker {
|
|
184
|
+
color: var(--terra-color-nasa-blue); /* changes the arrow color */
|
|
185
|
+
cursor: pointer;
|
|
186
|
+
}
|
|
187
|
+
|
|
159
188
|
.variables-container main {
|
|
160
189
|
grid-area: main;
|
|
161
190
|
display: grid;
|
|
@@ -169,12 +198,66 @@ export default css`
|
|
|
169
198
|
margin-left: 10px;
|
|
170
199
|
}
|
|
171
200
|
|
|
201
|
+
.facet label {
|
|
202
|
+
align-items: center; /* vertical alignment */
|
|
203
|
+
line-height: var(--terra-line-height-loose);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.facet label input[type='checkbox'] {
|
|
207
|
+
appearance: none; /* removes OS default styling */
|
|
208
|
+
-webkit-appearance: none; /* for Safari */
|
|
209
|
+
-moz-appearance: none; /* for Firefox */
|
|
210
|
+
width: 1em;
|
|
211
|
+
height: 1em;
|
|
212
|
+
border: 0.125em solid var(--terra-color-carbon-40);
|
|
213
|
+
border-radius: 0.25em;
|
|
214
|
+
background-color: var(--terra-color-spacesuit-white);
|
|
215
|
+
cursor: pointer;
|
|
216
|
+
position: relative;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.facet label input[type='checkbox']:checked {
|
|
220
|
+
background-color: var(--terra-color-nasa-blue);
|
|
221
|
+
accent-color: var(--terra-color-nasa-blue);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/* Draw the checkmark */
|
|
225
|
+
.facet label input[type='checkbox']:checked::before,
|
|
226
|
+
.facet label input[type='checkbox']:checked::after {
|
|
227
|
+
content: '';
|
|
228
|
+
position: absolute;
|
|
229
|
+
height: 2px; /* thickness of the line */
|
|
230
|
+
background-color: white; /* checkmark color */
|
|
231
|
+
transform-origin: left center;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/* First stroke of the checkmark */
|
|
235
|
+
.facet label input[type='checkbox']:checked::before {
|
|
236
|
+
width: 0.37em;
|
|
237
|
+
top: 38%;
|
|
238
|
+
left: 23%;
|
|
239
|
+
transform: rotate(45deg);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/* Second stroke of the checkmark */
|
|
243
|
+
.facet label input[type='checkbox']:checked::after {
|
|
244
|
+
width: 0.58em;
|
|
245
|
+
top: 60%;
|
|
246
|
+
left: 45%;
|
|
247
|
+
transform: rotate(-49deg);
|
|
248
|
+
}
|
|
249
|
+
|
|
172
250
|
.variable-list {
|
|
173
251
|
margin: 0;
|
|
174
252
|
padding: 0;
|
|
175
253
|
}
|
|
176
254
|
|
|
177
255
|
.variable-list-item {
|
|
256
|
+
border: 0.0625em var(--terra-color-nasa-blue-tint) solid;
|
|
257
|
+
border-radius: 0.25em;
|
|
258
|
+
background-color: var(--terra-color-carbon-10);
|
|
259
|
+
padding: 0.5em 1em;
|
|
260
|
+
margin-bottom: 8px;
|
|
178
261
|
}
|
|
179
262
|
|
|
180
263
|
.variable-list-item::marker {
|
|
@@ -201,7 +284,8 @@ export default css`
|
|
|
201
284
|
|
|
202
285
|
.variable label {
|
|
203
286
|
cursor: pointer;
|
|
204
|
-
display:
|
|
287
|
+
display: flex;
|
|
288
|
+
flex-direction: column;
|
|
205
289
|
font-weight: 400;
|
|
206
290
|
}
|
|
207
291
|
|
|
@@ -229,15 +313,19 @@ export default css`
|
|
|
229
313
|
}
|
|
230
314
|
|
|
231
315
|
.variable sl-drawer::part(panel) {
|
|
232
|
-
background-color: var(--terra-color-
|
|
233
|
-
border: 0.0625em solid var(--terra-color-
|
|
316
|
+
background-color: var(--terra-color-blue-light);
|
|
317
|
+
border: 0.0625em solid var(--terra-color-nasa-blue-shade);
|
|
318
|
+
border-radius: 0.25em;
|
|
319
|
+
padding: 0.5em 1em;
|
|
320
|
+
box-shadow: 0 0.125em 0.25em rgb(0 0 0 / 0.075);
|
|
234
321
|
left: auto;
|
|
235
322
|
right: 0;
|
|
236
323
|
top: 4.25rem;
|
|
237
324
|
}
|
|
238
325
|
|
|
239
326
|
.variable sl-drawer::part(body) {
|
|
240
|
-
padding-block-end: 6em
|
|
327
|
+
/*padding-block-end: 6em;*/
|
|
328
|
+
line-height: var(--terra-line-height-dense);
|
|
241
329
|
}
|
|
242
330
|
|
|
243
331
|
.variable sl-drawer > * {
|
|
@@ -247,6 +335,11 @@ export default css`
|
|
|
247
335
|
.variable sl-drawer h4 {
|
|
248
336
|
font-weight: 400;
|
|
249
337
|
}
|
|
338
|
+
.variable sl-drawer p {
|
|
339
|
+
display: flex;
|
|
340
|
+
flex-direction: column;
|
|
341
|
+
margin-bottom: 1em;
|
|
342
|
+
}
|
|
250
343
|
|
|
251
344
|
.variable-details-button {
|
|
252
345
|
position: static;
|
|
@@ -254,6 +347,10 @@ export default css`
|
|
|
254
347
|
|
|
255
348
|
.variable-details-button::part(base) {
|
|
256
349
|
border-color: transparent;
|
|
257
|
-
color: var(--
|
|
350
|
+
color: var(--terra-color-nasa-blue);
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.variable-details-button:hover::part(base) {
|
|
354
|
+
color: var(--terra-color-spacesuit-white);
|
|
258
355
|
}
|
|
259
356
|
`
|
|
@@ -21,7 +21,7 @@ export function getNotebook(host: TerraDataSubsetter) {
|
|
|
21
21
|
{
|
|
22
22
|
id: '2733501b-0de4-4067-8aff-864e1b4c76cb',
|
|
23
23
|
cell_type: 'code',
|
|
24
|
-
source: '%pip install -q "terra_ui_components==0.0.
|
|
24
|
+
source: '%pip install -q "terra_ui_components==0.0.103" "anywidget==0.9.15"',
|
|
25
25
|
metadata: {
|
|
26
26
|
trusted: true,
|
|
27
27
|
},
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/src/components/login/login.component.ts
RENAMED
|
@@ -28,6 +28,22 @@ export default class TerraLogin extends TerraElement {
|
|
|
28
28
|
@property({ attribute: 'button-label' })
|
|
29
29
|
buttonLabel: string = 'Earthdata Login'
|
|
30
30
|
|
|
31
|
+
/**
|
|
32
|
+
* The message to show when the user is logged in
|
|
33
|
+
* You can use the following placeholders:
|
|
34
|
+
* {username} - The username of the user
|
|
35
|
+
* {first_name} - The first name of the user
|
|
36
|
+
* {last_name} - The last name of the user
|
|
37
|
+
*/
|
|
38
|
+
@property({ attribute: 'logged-in-message' })
|
|
39
|
+
loggedInMessage?: string
|
|
40
|
+
|
|
41
|
+
@property({ attribute: 'logged-out-message' })
|
|
42
|
+
loggedOutMessage?: string
|
|
43
|
+
|
|
44
|
+
@property({ attribute: 'loading-message' })
|
|
45
|
+
loadingMessage?: string
|
|
46
|
+
|
|
31
47
|
#authController = new AuthController(this)
|
|
32
48
|
|
|
33
49
|
login() {
|
|
@@ -48,19 +64,28 @@ export default class TerraLogin extends TerraElement {
|
|
|
48
64
|
|
|
49
65
|
return html`${template
|
|
50
66
|
? template.content.cloneNode(true)
|
|
51
|
-
: html`<slot
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
></slot>`}`
|
|
67
|
+
: html`<slot name="logged-in" .user=${this.#authController.state.user}
|
|
68
|
+
>${this.#applyUserToMessage(this.loggedInMessage)}</slot
|
|
69
|
+
>`}`
|
|
55
70
|
}
|
|
56
71
|
|
|
57
72
|
if (this.#authController.state.isLoading) {
|
|
58
73
|
// we don't know yet if the user is logged in or out, so show the loading slot
|
|
59
|
-
return html`<slot name="loading"
|
|
74
|
+
return html`<slot name="loading">${this.loadingMessage}</slot>`
|
|
60
75
|
}
|
|
61
76
|
|
|
62
77
|
// user is definitely logged out, show the login button
|
|
63
|
-
return html` <slot name="logged-out"
|
|
78
|
+
return html` <slot name="logged-out">${this.loggedOutMessage}</slot
|
|
64
79
|
><terra-button @click=${this.login}> ${this.buttonLabel}</terra-button>`
|
|
65
80
|
}
|
|
81
|
+
|
|
82
|
+
#applyUserToMessage(message?: string) {
|
|
83
|
+
return (message ?? '')
|
|
84
|
+
.replace('{username}', this.#authController.state.user?.uid ?? '')
|
|
85
|
+
.replace(
|
|
86
|
+
'{first_name}',
|
|
87
|
+
this.#authController.state.user?.first_name ?? ''
|
|
88
|
+
)
|
|
89
|
+
.replace('{last_name}', this.#authController.state.user?.last_name ?? '')
|
|
90
|
+
}
|
|
66
91
|
}
|
|
@@ -21,7 +21,7 @@ export function getTimeAveragedMapNotebook(host: TerraPlotToolbar) {
|
|
|
21
21
|
{
|
|
22
22
|
id: '2733501b-0de4-4067-8aff-864e1b4c76cb',
|
|
23
23
|
cell_type: 'code',
|
|
24
|
-
source: '%pip install -q "terra_ui_components==0.0.
|
|
24
|
+
source: '%pip install -q "terra_ui_components==0.0.103" "anywidget==0.9.15" "pandas"',
|
|
25
25
|
metadata: {
|
|
26
26
|
trusted: true,
|
|
27
27
|
},
|
|
@@ -21,7 +21,7 @@ export function getTimeSeriesNotebook(host: TerraPlotToolbar) {
|
|
|
21
21
|
{
|
|
22
22
|
id: '2733501b-0de4-4067-8aff-864e1b4c76cb',
|
|
23
23
|
cell_type: 'code',
|
|
24
|
-
source: '%pip install -q "terra_ui_components==0.0.
|
|
24
|
+
source: '%pip install -q "terra_ui_components==0.0.103" "anywidget==0.9.15" "pandas"',
|
|
25
25
|
metadata: {
|
|
26
26
|
trusted: true,
|
|
27
27
|
},
|
|
@@ -5,6 +5,11 @@ declare module '*.css' {
|
|
|
5
5
|
export default styles
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
declare module 'colormap' {
|
|
9
|
+
function colormap(options: any): string[]
|
|
10
|
+
export = colormap
|
|
11
|
+
}
|
|
12
|
+
|
|
8
13
|
declare namespace Chai {
|
|
9
14
|
interface Assertion {
|
|
10
15
|
// chai-a11y-axe returns a promise-like object and should be awaited but the types are incorrect
|
|
@@ -181,7 +181,14 @@ export default class TerraElement extends LitElement {
|
|
|
181
181
|
// This really shouldn't happen normally. Most websites/apps will be using the same environment.
|
|
182
182
|
// The docs site is an exception, as we allow for switching between UAT and PROD.
|
|
183
183
|
purgeGraphQLCache()
|
|
184
|
-
|
|
184
|
+
|
|
185
|
+
if (
|
|
186
|
+
localStorage.getItem('terra-environment') !==
|
|
187
|
+
event.detail.environment
|
|
188
|
+
) {
|
|
189
|
+
authService.logout()
|
|
190
|
+
}
|
|
191
|
+
|
|
185
192
|
this.environment = event.detail.environment
|
|
186
193
|
}
|
|
187
194
|
)
|
|
@@ -16,12 +16,12 @@ class TerraBaseWidget(anywidget.AnyWidget):
|
|
|
16
16
|
return f"""
|
|
17
17
|
const terraStyles = document.createElement('link')
|
|
18
18
|
terraStyles.rel = 'stylesheet'
|
|
19
|
-
terraStyles.href = 'https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.
|
|
19
|
+
terraStyles.href = 'https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.103/cdn/themes/horizon.css'
|
|
20
20
|
//terraStyles.href = "https://localhost:4000/dist/themes/horizon.css"
|
|
21
21
|
document.head.appendChild(terraStyles)
|
|
22
22
|
|
|
23
23
|
const terraAutoloader = document.createElement('script')
|
|
24
|
-
terraAutoloader.src = "https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.
|
|
24
|
+
terraAutoloader.src = "https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.103/cdn/terra-ui-components-autoloader.js"
|
|
25
25
|
//terraAutoloader.src = "https://localhost:4000/dist/terra-ui-components-autoloader.js"
|
|
26
26
|
terraAutoloader.type = 'module'
|
|
27
27
|
document.head.appendChild(terraAutoloader)
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import importlib.metadata
|
|
2
|
+
import traitlets
|
|
3
|
+
from ..base import TerraBaseWidget
|
|
4
|
+
|
|
5
|
+
try:
|
|
6
|
+
__version__ = importlib.metadata.version("terra_login")
|
|
7
|
+
except importlib.metadata.PackageNotFoundError:
|
|
8
|
+
__version__ = "unknown"
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class TerraLogin(TerraBaseWidget):
|
|
12
|
+
_esm = TerraBaseWidget.get_autoloader() + """
|
|
13
|
+
function render({ model, el }) {
|
|
14
|
+
// create an instance of the component
|
|
15
|
+
let component = document.createElement('terra-login')
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Set initial property values
|
|
19
|
+
* NOTE: In reality, we won't need to have the ability to set EVERY property in a Jupyter Notebook, feel free to remove the ones that don't make sense
|
|
20
|
+
*
|
|
21
|
+
* model.get() pulls from the Jupyter notebooks state. We'll use the state to set the initial value for each property
|
|
22
|
+
*/
|
|
23
|
+
component.buttonLabel = model.get('buttonLabel')
|
|
24
|
+
component.loggedInMessage = model.get('loggedInMessage')
|
|
25
|
+
component.loggedOutMessage = model.get('loggedOutMessage')
|
|
26
|
+
component.loadingMessage = model.get('loadingMessage')
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* add the component to the cell
|
|
30
|
+
* it should now be visible in the notebook!
|
|
31
|
+
*/
|
|
32
|
+
el.appendChild(component)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Set up property change handlers
|
|
37
|
+
* This way if someone in the Jupyter Notebook changes the property externally, we reflect the change
|
|
38
|
+
* back to the component.
|
|
39
|
+
*
|
|
40
|
+
* If this isn't here, the component can't be changed after it's initial render
|
|
41
|
+
*/
|
|
42
|
+
model.on('change:buttonLabel', () => {
|
|
43
|
+
component.buttonLabel = model.get('buttonLabel')
|
|
44
|
+
})
|
|
45
|
+
model.on('change:loggedInMessage', () => {
|
|
46
|
+
component.loggedInMessage = model.get('loggedInMessage')
|
|
47
|
+
})
|
|
48
|
+
model.on('change:loggedOutMessage', () => {
|
|
49
|
+
component.loggedOutMessage = model.get('loggedOutMessage')
|
|
50
|
+
})
|
|
51
|
+
model.on('change:loadingMessage', () => {
|
|
52
|
+
component.loadingMessage = model.get('loadingMessage')
|
|
53
|
+
})
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export default { render };
|
|
57
|
+
"""
|
|
58
|
+
|
|
59
|
+
# Component properties
|
|
60
|
+
# While we have properties in the component, we also need to tell Python about them as well.
|
|
61
|
+
# Again, you don't technically need all these. If Jupyter Notebooks don't need access to them, you can remove them from here
|
|
62
|
+
buttonLabel = traitlets.Unicode('').tag(sync=True)
|
|
63
|
+
loggedInMessage = traitlets.Unicode(
|
|
64
|
+
'You are logged in as {username}').tag(sync=True)
|
|
65
|
+
loggedOutMessage = traitlets.Unicode('').tag(sync=True)
|
|
66
|
+
loadingMessage = traitlets.Unicode(
|
|
67
|
+
'Please wait while we check if you are logged in...').tag(sync=True)
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
--terra-color-nasa-red-shade: hsla(357, 99%, 36%, 1);
|
|
30
30
|
--terra-color-nasa-blue-tint: hsla(212, 100%, 58%, 1);
|
|
31
31
|
--terra-color-nasa-blue-shade: hsla(218, 86%, 31%, 1);
|
|
32
|
-
--terra-color-nasa-blue-dark: hsla(214, 52%, 24.5%, 1);
|
|
33
32
|
|
|
34
33
|
/* Additional Colors
|
|
35
34
|
* International Orange and Active Green are colors that are used sparingly and intentionally.
|
|
@@ -40,6 +39,8 @@
|
|
|
40
39
|
--terra-color-active-green: hsla(145, 67%, 57%, 1);
|
|
41
40
|
--terra-color-active-green-tint: hsl(145, 52%, 64%, 1);
|
|
42
41
|
--terra-color-active-green-shade: hsla(144, 75%, 38%, 1);
|
|
42
|
+
--terra-color-nasa-blue-dark: hsla(214, 52%, 24.5%, 1);
|
|
43
|
+
--terra-color-blue-light: hsla(218, 62%, 85%, 1);
|
|
43
44
|
|
|
44
45
|
/* Neutrals
|
|
45
46
|
* Neutrals have varying degrees of value that allow for the appropriate levels of contrast across the system.
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import importlib.metadata
|
|
2
|
-
from ..base import TerraBaseWidget
|
|
3
|
-
|
|
4
|
-
try:
|
|
5
|
-
__version__ = importlib.metadata.version("terra_login")
|
|
6
|
-
except importlib.metadata.PackageNotFoundError:
|
|
7
|
-
__version__ = "unknown"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class TerraLogin(TerraBaseWidget):
|
|
11
|
-
_esm = (
|
|
12
|
-
TerraBaseWidget.get_autoloader()
|
|
13
|
-
+ """
|
|
14
|
-
function render({ model, el }) {
|
|
15
|
-
// create an instance of the component
|
|
16
|
-
let component = document.createElement('terra-login')
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Set initial property values
|
|
20
|
-
* NOTE: In reality, we won't need to have the ability to set EVERY property in a Jupyter Notebook, feel free to remove the ones that don't make sense
|
|
21
|
-
*
|
|
22
|
-
* model.get() pulls from the Jupyter notebooks state. We'll use the state to set the initial value for each property
|
|
23
|
-
*/
|
|
24
|
-
component.attr = model.get('attr')
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* add the component to the cell
|
|
28
|
-
* it should now be visible in the notebook!
|
|
29
|
-
*/
|
|
30
|
-
el.appendChild(component)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Set up property change handlers
|
|
35
|
-
* This way if someone in the Jupyter Notebook changes the property externally, we reflect the change
|
|
36
|
-
* back to the component.
|
|
37
|
-
*
|
|
38
|
-
* If this isn't here, the component can't be changed after it's initial render
|
|
39
|
-
*/
|
|
40
|
-
model.on('change:attr', () => {
|
|
41
|
-
component.attr = model.get('attr')
|
|
42
|
-
})
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Add event listeners.
|
|
46
|
-
* These are used to communicate back to the Jupyter notebook
|
|
47
|
-
*/
|
|
48
|
-
component.addEventListener('terra-login', (e) => {
|
|
49
|
-
// Placeholder for event handling, you'll need to provide your own functionality here
|
|
50
|
-
model.set('terra-login_triggered', true)
|
|
51
|
-
model.save_changes()
|
|
52
|
-
})
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export default { render };
|
|
56
|
-
"""
|
|
57
|
-
)
|
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/.github/ISSUE_TEMPLATE/config.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/custom-elements-manifest.config.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/active-links.cjs
RENAMED
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/anchor-headings.cjs
RENAMED
|
File without changes
|
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/code-previews.cjs
RENAMED
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/copy-code-buttons.cjs
RENAMED
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/external-links.cjs
RENAMED
|
File without changes
|
{terra_ui_components-0.0.102 → terra_ui_components-0.0.103}/docs/_utilities/highlight-code.cjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|