This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-0941250796
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard aacf66adccc Bump the edge-ui-package-updates group across 1 directory 
with 24 updates
     add 0f4cc7c1938 Catch 404/401 issues for Bedrock Operators (#55445)
     add 10468747fef Update color palette and leverage Chakra semantic tokens 
(#53981)
     add 6ffcb8d9f8e fix(i18n): move the filter translation for Taiwanese 
Mandarin nad Mandarin Chinese (#55472)
     add 81c55d827a5 Bump vite from 5.4.19 to 5.4.20 in 
/providers/edge3/src/airflow/providers/edge3/plugins/www (#55449)
     add 0fe859acb1e Bump the edge-ui-package-updates group across 1 directory 
with 24 updates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (aacf66adccc)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-0941250796
 (0fe859acb1e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../auth/managers/simple/ui/src/login/Login.tsx    | 126 ++---
 .../managers/simple/ui/src/login/LoginForm.tsx     |   6 +-
 .../auth/managers/simple/ui/src/main.tsx           |   5 +-
 .../auth/managers/simple/ui/src/theme.ts           | 407 ++++++++++++++++
 .../ui/public/i18n/locales/zh-CN/common.json       |  12 +-
 .../ui/public/i18n/locales/zh-TW/common.json       |  13 +-
 .../src/components/AssetExpression/AssetNode.tsx   |   2 +-
 .../ui/src/components/Assets/AssetEvents.tsx       |   2 +-
 .../ui/src/components/Banner/BackfillBanner.tsx    |   8 +-
 .../ui/src/components/Clear/Run/ClearRunDialog.tsx |   2 +-
 .../TaskInstance/ClearGroupTaskInstanceDialog.tsx  |   2 +-
 .../Clear/TaskInstance/ClearTaskInstanceDialog.tsx |   2 +-
 .../ui/src/components/ConfirmationModal.tsx        |   2 +-
 .../src/components/DagActions/DeleteDagButton.tsx  |   2 +-
 .../components/DagActions/FavoriteDagButton.tsx    |   2 +-
 .../src/components/DagActions/RunBackfillForm.tsx  |   8 +-
 .../components/DataTable/ToggleTableDisplay.tsx    |  10 +-
 .../src/airflow/ui/src/components/DeleteDialog.tsx |   2 +-
 .../ui/src/components/DisplayMarkdownButton.tsx    |   2 +-
 .../airflow/ui/src/components/DurationChart.tsx    |  27 +-
 .../ui/src/components/EditableMarkdownButton.tsx   |   6 +-
 .../ui/src/components/FlexibleForm/FieldBool.tsx   |   2 +-
 .../ui/src/components/Graph/DownloadButton.tsx     |   5 +-
 .../src/airflow/ui/src/components/Graph/Edge.tsx   |   9 +-
 .../airflow/ui/src/components/Graph/TaskNode.tsx   |  10 +-
 .../src/airflow/ui/src/components/HeaderCard.tsx   |   3 +-
 .../src/airflow/ui/src/components/JsonEditor.tsx   |   2 +-
 .../src/components/MarkAs/Run/MarkRunAsDialog.tsx  |   2 +-
 .../TaskInstance/MarkTaskInstanceAsDialog.tsx      |   2 +-
 .../src/airflow/ui/src/components/PoolBar.tsx      |   3 +-
 .../ui/src/components/QuickFilterButton.tsx        |   3 +-
 .../airflow/ui/src/components/ReactMarkdown.tsx    |  11 +-
 .../src/airflow/ui/src/components/SearchBar.tsx    |   4 +-
 .../src/components/SearchDags/SearchDagsButton.tsx |   8 +-
 .../airflow/ui/src/components/TaskTrySelect.tsx    |   2 +-
 .../src/airflow/ui/src/components/TogglePause.tsx  |   2 +-
 .../airflow/ui/src/components/TrendCountButton.tsx |  12 +-
 .../src/components/TriggerDag/TriggerDAGButton.tsx |   3 +-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |   4 +-
 .../src/components/TriggerDag/TriggerDAGModal.tsx  |   2 +-
 .../airflow/ui/src/components/ui/ActionButton.tsx  |   2 +-
 .../src/airflow/ui/src/components/ui/Clipboard.tsx |   2 +-
 .../ui/src/components/ui/SegmentedControl.tsx      |  12 +-
 .../ui/src/components/ui/Toaster/Toaster.tsx       |   2 +-
 .../ui/src/layouts/Details/DetailsLayout.tsx       |   2 +-
 .../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx |  27 +-
 .../airflow/ui/src/layouts/Details/Graph/Graph.tsx |  14 +-
 .../airflow/ui/src/layouts/Details/Grid/Bar.tsx    |   8 +-
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |   4 +-
 .../ui/src/layouts/Details/Grid/TaskNames.tsx      |   6 +-
 .../src/airflow/ui/src/layouts/Details/NavTabs.tsx |   9 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |  11 +-
 .../ui/src/layouts/Nav/LanguageSelector.tsx        |  10 +
 .../src/airflow/ui/src/layouts/Nav/Nav.tsx         |   2 +-
 .../src/airflow/ui/src/layouts/Nav/NavButton.tsx   |  18 +-
 .../src/airflow/ui/src/pages/Asset/AssetGraph.tsx  |   4 +-
 .../ui/src/pages/Asset/CreateAssetEvent.tsx        |   2 +-
 .../ui/src/pages/Asset/CreateAssetEventModal.tsx   |   4 +-
 .../src/pages/Connections/AddConnectionButton.tsx  |   2 +-
 .../ui/src/pages/Connections/ConnectionForm.tsx    |   6 +-
 .../ui/src/pages/Connections/Connections.tsx       |   4 +-
 .../pages/Connections/DeleteConnectionButton.tsx   |   5 +-
 .../pages/Connections/DeleteConnectionsButton.tsx  |  10 +-
 .../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx |  12 +-
 .../ui/src/pages/Dag/Calendar/CalendarCell.tsx     |  10 +-
 .../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx  |  24 +-
 .../pages/Dag/Calendar/CalendarTooltipContent.tsx  |  68 +++
 .../src/pages/Dag/Calendar/DailyCalendarView.tsx   |  18 +-
 .../src/pages/Dag/Calendar/HourlyCalendarView.tsx  |  17 +-
 .../Dag/Calendar/richTooltipUtils.ts}              |  43 +-
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     |   1 -
 .../Dag/Tasks/TaskFilters/AttrSelectFilter.tsx     |   2 +-
 .../Tasks/TaskFilters/AttrSelectFilterMulti.tsx    |   2 +-
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |   4 +-
 .../pages/DagsList/DagsFilters/FavoriteFilter.tsx  |   2 +-
 .../pages/DagsList/DagsFilters/PausedFilter.tsx    |   2 +-
 .../src/pages/DagsList/DagsFilters/TagFilter.tsx   |   2 +-
 .../Dashboard/FavoriteDags/FavoriteDagCard.tsx     |   2 +-
 .../pages/Dashboard/FavoriteDags/FavoriteDags.tsx  |   2 +-
 .../Dashboard/HistoricalMetrics/DagRunMetrics.tsx  |   2 +-
 .../HistoricalMetrics/TaskInstanceMetrics.tsx      |   2 +-
 .../pages/Dashboard/PoolSummary/PoolSummary.tsx    |   2 +-
 .../airflow/ui/src/pages/Dashboard/Stats/Stats.tsx |   2 +-
 .../src/airflow/ui/src/pages/DeleteRunButton.tsx   |   2 +-
 airflow-core/src/airflow/ui/src/pages/Error.tsx    |   4 +-
 .../src/airflow/ui/src/pages/Events/Events.tsx     |   4 +-
 .../pages/HITLTaskInstances/HITLResponseForm.tsx   |   4 +-
 .../airflow/ui/src/pages/Pools/AddPoolButton.tsx   |   2 +-
 .../ui/src/pages/Pools/DeletePoolButton.tsx        |   2 +-
 .../src/airflow/ui/src/pages/Pools/PoolBarCard.tsx |   4 +-
 .../src/airflow/ui/src/pages/Pools/PoolForm.tsx    |   4 +-
 .../ui/src/pages/TaskInstance/ExtraLinks.tsx       |   2 +-
 .../pages/TaskInstance/Logs/ExternalLogLink.tsx    |   2 +-
 .../ui/src/pages/TaskInstance/Logs/Logs.test.tsx   |  31 +-
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |   4 +-
 .../TaskInstances/DeleteTaskInstanceButton.tsx     |   2 +-
 .../pages/TaskInstances/TaskInstancesFilter.tsx    |   2 +-
 .../src/pages/Variables/DeleteVariablesButton.tsx  |   5 +-
 .../src/pages/Variables/ImportVariablesButton.tsx  |   2 +-
 .../ui/src/pages/Variables/ImportVariablesForm.tsx |   6 +-
 .../Variables/ManageVariable/AddVariableButton.tsx |   2 +-
 .../ManageVariable/DeleteVariableButton.tsx        |   5 +-
 .../Variables/ManageVariable/VariableForm.tsx      |   2 +-
 .../airflow/ui/src/pages/Variables/Variables.tsx   |  11 +-
 airflow-core/src/airflow/ui/src/theme.ts           | 510 +++++++++++++++------
 airflow-core/src/airflow/ui/src/utils/TrimText.tsx |   2 +-
 airflow-core/src/airflow/ui/src/utils/slots.tsx    |  10 +-
 airflow-core/src/airflow/ui/testsSetup.ts          |  41 +-
 .../providers/amazon/aws/operators/bedrock.py      |  36 +-
 .../unit/amazon/aws/operators/test_bedrock.py      |  98 ++++
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |  16 +-
 providers/edge3/www-hash.txt                       |   2 +-
 112 files changed, 1490 insertions(+), 449 deletions(-)
 create mode 100644 
airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/src/theme.ts
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/CalendarTooltipContent.tsx
 copy airflow-core/src/airflow/ui/src/{components/Stat.tsx => 
pages/Dag/Calendar/richTooltipUtils.ts} (56%)

Reply via email to