Skip to content

Commit

Permalink
Update onyxia-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Dec 3, 2024
1 parent 584dfdb commit f5e99ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"minimal-polyfills": "^2.2.3",
"mui-icons-material-lazy": "^1.0.4",
"oidc-spa": "^5.6.1",
"onyxia-ui": "^6.2.2",
"onyxia-ui": "^6.2.3",
"pathe": "^1.1.2",
"powerhooks": "^1.0.19",
"react": "^18.3.1",
Expand Down
11 changes: 9 additions & 2 deletions web/src/keycloak-theme/kc.gen.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
// Hash: dac5196aa79e53aeae9e5283a7c9ea3141976d0fd8d313beb7986bea3b8c46f4
// Hash: 8c46abfd27809aa4296924b8a6789a2cdfa78f83063b0b9a46d03777f9bfc52b

/* eslint-disable */

// @ts-nocheck

// noinspection JSUnusedGlobalSymbols

import { lazy, Suspense, type ReactNode } from "react";
Expand Down Expand Up @@ -34,7 +36,12 @@ export const kcEnvDefaults: Record<KcEnvName, string> = {
ONYXIA_TAB_TITLE: "Onyxia"
};

type KcContext = import("./login/KcContext").KcContext;
/**
* NOTE: Do not import this type except maybe in your entrypoint.
* If you need to import the KcContext import it either from src/login/KcContext.ts or src/account/KcContext.ts.
* Depending on the theme type you are working on.
*/
export type KcContext = import("./login/KcContext").KcContext;

declare global {
interface Window {
Expand Down
8 changes: 4 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5374,10 +5374,10 @@ onetime@^7.0.0:
dependencies:
mimic-function "^5.0.0"

onyxia-ui@^6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.2.2.tgz#5e3c29e6435503ae51f5f5d0fccf776ece26d91d"
integrity sha512-fnyQqMiR6XLr16iIlfIyEEUp5cMxse6H3S1AQpCEwgRDqUnRAIvf45RGkJmfzk1YRBuk2MTwafeCGspsBYZRoA==
onyxia-ui@^6.2.3:
version "6.2.3"
resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.2.3.tgz#5d9c4b2372298369a205de4425533bbcc9dcec2d"
integrity sha512-VrAJbmc7b7m8XYwbNIGhPMRDaLKJg2Q9ZHs0AjCa1nAR/wDnxMq9OoTEDRxRCZJS4/9m7lIyia2cEOyvHm0bAg==
dependencies:
"@mui/icons-material" "^6.1.7"
evt "^2.5.8"
Expand Down

0 comments on commit f5e99ae

Please sign in to comment.