Skip to content

Commit

Permalink
Merge pull request #442 from AnnMarieW/update-to-mantine-7.14.3
Browse files Browse the repository at this point in the history
updated to mantine 7.14.3
  • Loading branch information
AnnMarieW authored Dec 6, 2024
2 parents 975e790 + 8dba2e6 commit cba7b26
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 84 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ both light and dark modes using the default Mantine theme. It registers the tem
- Enabled `searchValue` in the `MultiSelect` component to be updated in a callback #441 by @AnnMarieW


### Changed
- Upgraded to latest Mantine (7.14.3), which also fixes issues #413 and #439

# 0.15.0

### Changed
Expand Down
12 changes: 6 additions & 6 deletions dash_mantine_components/styles.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DATES = "https://unpkg.com/@mantine/[email protected].1/styles.css"
CODE_HIGHLIGHT = "https://unpkg.com/@mantine/[email protected].1/styles.css"
CHARTS = "https://unpkg.com/@mantine/[email protected].1/styles.css"
CAROUSEL = "https://unpkg.com/@mantine/[email protected].1/styles.css"
NOTIFICATIONS = "https://unpkg.com/@mantine/[email protected].1/styles.css"
NPROGRESS = "https://unpkg.com/@mantine/[email protected].1/styles.css"
DATES = "https://unpkg.com/@mantine/[email protected].3/styles.css"
CODE_HIGHLIGHT = "https://unpkg.com/@mantine/[email protected].3/styles.css"
CHARTS = "https://unpkg.com/@mantine/[email protected].3/styles.css"
CAROUSEL = "https://unpkg.com/@mantine/[email protected].3/styles.css"
NOTIFICATIONS = "https://unpkg.com/@mantine/[email protected].3/styles.css"
NPROGRESS = "https://unpkg.com/@mantine/[email protected].3/styles.css"
ALL = [DATES, CODE_HIGHLIGHT, CHARTS, CAROUSEL, NOTIFICATIONS, NPROGRESS]
137 changes: 69 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash_mantine_components",
"version": "0.15.0",
"version": "0.15.1",
"description": "Plotly Dash Components based on Mantine",
"main": "index.ts",
"repository": {
Expand Down Expand Up @@ -43,15 +43,15 @@
"author": "Snehil Vijay <[email protected]>",
"license": "MIT",
"dependencies": {
"@mantine/carousel": "7.14.1",
"@mantine/charts": "7.14.1",
"@mantine/code-highlight": "7.14.1",
"@mantine/core": "7.14.1",
"@mantine/dates": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@mantine/nprogress": "7.14.1",
"@mantine/spotlight": "7.14.1",
"@mantine/carousel": "7.14.3",
"@mantine/charts": "7.14.3",
"@mantine/code-highlight": "7.14.3",
"@mantine/core": "7.14.3",
"@mantine/dates": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@mantine/nprogress": "7.14.3",
"@mantine/spotlight": "7.14.3",
"dayjs": "^1.11.10",
"embla-carousel-auto-scroll": "^8.4.0",
"embla-carousel-autoplay": "^8.4.0",
Expand Down

0 comments on commit cba7b26

Please sign in to comment.