From a214489b73862190d53433e6db078ecf40969dfd Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 23 Dec 2024 12:49:48 +0100 Subject: [PATCH] Bump DMC (#694) --- app.py | 9 +++------ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app.py b/app.py index 0e7c4e58..d8728d10 100644 --- a/app.py +++ b/app.py @@ -14,6 +14,7 @@ # limitations under the License. import dash import dash_bootstrap_components as dbc +import dash_mantine_components as dmc from dash.long_callback import DiskcacheLongCallbackManager from dash import DiskcacheManager @@ -38,14 +39,10 @@ external_stylesheets = [ dbc.themes.SPACELAB, "//use.fontawesome.com/releases/v5.7.2/css/all.css", - "https://unpkg.com/@mantine/dates@7/styles.css", - "https://unpkg.com/@mantine/code-highlight@7/styles.css", - "https://unpkg.com/@mantine/charts@7/styles.css", - "https://unpkg.com/@mantine/carousel@7/styles.css", - "https://unpkg.com/@mantine/notifications@7/styles.css", - "https://unpkg.com/@mantine/nprogress@7/styles.css", ] +external_stylesheets = external_stylesheets + dmc.styles.ALL + external_scripts = [ "//code.jquery.com/jquery-1.12.1.min.js", "//aladin.u-strasbg.fr/AladinLite/api/v3/3.2.0/aladin.js", diff --git a/requirements.txt b/requirements.txt index a0b11689..6a45411b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ dash-bootstrap-components==1.5.0 dash-core-components==2.0.0 dash-html-components==2.0.0 dash-iconify==0.1.2 -dash-mantine-components==0.14.3 +dash-mantine-components==0.15.1 dash-table==5.0.0 Deprecated==1.2.14 dill==0.3.7