From c26a383f7e616b94ad85e2544472d5388d1ca68c Mon Sep 17 00:00:00 2001 From: Santiago Palenque Date: Fri, 28 Aug 2026 16:23:16 -0300 Subject: [PATCH 1/2] chore: fix import --- src/components/CustomTheme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CustomTheme.js b/src/components/CustomTheme.js index a977d4861..bdeb26a20 100644 --- a/src/components/CustomTheme.js +++ b/src/components/CustomTheme.js @@ -1,10 +1,10 @@ import React from "react"; import { ThemeProvider } from "@mui/material"; import { createTheme } from "@mui/material/styles"; -import { CustomThemeBase } from "openstack-uicore-foundation/lib/utils/theme"; +import { MuiBaseCustomTheme } from "openstack-uicore-foundation/lib/utils/theme"; import PropTypes from "prop-types"; -const theme = createTheme(CustomThemeBase, { +const theme = createTheme(MuiBaseCustomTheme, { palette: { primary: { main: "#2196F3", From a4f981ba64ec01a8e95134179bdbde2bb7e4c9d4 Mon Sep 17 00:00:00 2001 From: Santiago Palenque Date: Fri, 28 Aug 2026 16:31:22 -0300 Subject: [PATCH 2/2] chore: update uicore --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 414f81d56..f91e7ebd3 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.33", "mui-color-input": "^9.0.0", - "openstack-uicore-foundation": "5.0.54", + "openstack-uicore-foundation": "5.0.55", "p-limit": "^6.1.0", "path-browserify": "^1.0.1", "postcss-loader": "^6.2.1", diff --git a/yarn.lock b/yarn.lock index a501efba6..1b187bb5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9042,10 +9042,10 @@ open@^10.0.3: is-inside-container "^1.0.0" wsl-utils "^0.1.0" -openstack-uicore-foundation@5.0.54: - version "5.0.54" - resolved "https://registry.yarnpkg.com/openstack-uicore-foundation/-/openstack-uicore-foundation-5.0.54.tgz#faa8a4ce7e598f4d6f97652536610114284886d2" - integrity sha512-RKt148U+zruWRUgZZ5YQZiLOssphe9CEHmvywf/40d3OR1zq/SAvygLLIc0E/jyqVj6UGPSGZV3VhulumzEatg== +openstack-uicore-foundation@5.0.55: + version "5.0.55" + resolved "https://registry.yarnpkg.com/openstack-uicore-foundation/-/openstack-uicore-foundation-5.0.55.tgz#fcf83cc42464a9daafb42f0585eb53d8aa301e67" + integrity sha512-fNvqiREmdUw1Y6lnYmvHx+RW3b+sFJbyLX/c+myg5lXyzWAfxcu9r8DBQmMVEF0nwqppFD308J1BBQhOfF7A0w== dependencies: use-sync-external-store "^1.6.0"