diff --git a/.vscode/settings.json b/.vscode/settings.json index 039b746..f79b65a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,7 @@ "editor.formatOnSave": true, "editor.tabSize": 4, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" }, }, "isort.args":["--profile", "black"], diff --git a/CHANGELOG.md b/CHANGELOG.md index e9feb7d..67f4f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ All notable changes to `shinyswatch` will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [UNRELEASED] + +* Update bootswatch themes to receive posit-dev/py-shiny#1124 updates to fix navbar themeing (#26) + ## [0.4.2] - 2023-12-22 -* Update bootswatch themes. (24) +* Update bootswatch themes. (#24) ## [0.4.1] - 2023-10-31 diff --git a/setup.cfg b/setup.cfg index af788db..1503a48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,8 @@ install_requires = typing-extensions>=3.10.0.0 packaging>=20.9 htmltools>=0.2.0 - shiny>=0.6.0 + # shiny>0.7.1 + shiny @ git+https://github.com/posit-dev/py-shiny.git#egg=shiny tests_require = pytest>=3 zip_safe = False diff --git a/shinyswatch/__init__.py b/shinyswatch/__init__.py index 7ecd3fc..2689257 100644 --- a/shinyswatch/__init__.py +++ b/shinyswatch/__init__.py @@ -1,6 +1,6 @@ """Bootswatch + Bootstrap 5 themes for Shiny""" -__version__ = "0.4.2" +__version__ = "0.4.2.9000" from . import theme from ._get_theme import get_theme diff --git a/shinyswatch/bsw5/cerulean/bootswatch.css b/shinyswatch/bsw5/cerulean/bootswatch.css index 349f926..9389a9b 100644 --- a/shinyswatch/bsw5/cerulean/bootswatch.css +++ b/shinyswatch/bsw5/cerulean/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: cerulean */ :root { diff --git a/shinyswatch/bsw5/cerulean/bootswatch.min.css b/shinyswatch/bsw5/cerulean/bootswatch.min.css index 39bf195..cb09464 100644 --- a/shinyswatch/bsw5/cerulean/bootswatch.min.css +++ b/shinyswatch/bsw5/cerulean/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: cerulean */ :root{--bslib-bootstrap-version: 5;--bslib-preset-name: cerulean;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/cosmo/bootswatch.css b/shinyswatch/bsw5/cosmo/bootswatch.css index 9daa368..326f7ad 100644 --- a/shinyswatch/bsw5/cosmo/bootswatch.css +++ b/shinyswatch/bsw5/cosmo/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: cosmo */ @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap"); diff --git a/shinyswatch/bsw5/cosmo/bootswatch.min.css b/shinyswatch/bsw5/cosmo/bootswatch.min.css index 9f9bff2..9ea79d1 100644 --- a/shinyswatch/bsw5/cosmo/bootswatch.min.css +++ b/shinyswatch/bsw5/cosmo/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: cosmo */ @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: cosmo;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/cyborg/bootswatch.css b/shinyswatch/bsw5/cyborg/bootswatch.css index 0d7bd3b..f65957c 100644 --- a/shinyswatch/bsw5/cyborg/bootswatch.css +++ b/shinyswatch/bsw5/cyborg/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: cyborg */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); diff --git a/shinyswatch/bsw5/cyborg/bootswatch.min.css b/shinyswatch/bsw5/cyborg/bootswatch.min.css index 7dadde9..342f67d 100644 --- a/shinyswatch/bsw5/cyborg/bootswatch.min.css +++ b/shinyswatch/bsw5/cyborg/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: cyborg */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: cyborg;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/darkly/bootswatch.css b/shinyswatch/bsw5/darkly/bootswatch.css index fde1452..1c8face 100644 --- a/shinyswatch/bsw5/darkly/bootswatch.css +++ b/shinyswatch/bsw5/darkly/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: darkly */ @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap"); diff --git a/shinyswatch/bsw5/darkly/bootswatch.min.css b/shinyswatch/bsw5/darkly/bootswatch.min.css index fe6967c..659a688 100644 --- a/shinyswatch/bsw5/darkly/bootswatch.min.css +++ b/shinyswatch/bsw5/darkly/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: darkly */ @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: darkly;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/flatly/bootswatch.css b/shinyswatch/bsw5/flatly/bootswatch.css index 8046407..2c4747e 100644 --- a/shinyswatch/bsw5/flatly/bootswatch.css +++ b/shinyswatch/bsw5/flatly/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: flatly */ @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap"); diff --git a/shinyswatch/bsw5/flatly/bootswatch.min.css b/shinyswatch/bsw5/flatly/bootswatch.min.css index 72b2f55..05a9ff3 100644 --- a/shinyswatch/bsw5/flatly/bootswatch.min.css +++ b/shinyswatch/bsw5/flatly/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: flatly */ @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: flatly;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/journal/bootswatch.css b/shinyswatch/bsw5/journal/bootswatch.css index b5c1737..e538738 100644 --- a/shinyswatch/bsw5/journal/bootswatch.css +++ b/shinyswatch/bsw5/journal/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: journal */ @import url("https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap"); diff --git a/shinyswatch/bsw5/journal/bootswatch.min.css b/shinyswatch/bsw5/journal/bootswatch.min.css index eee56f3..b15459f 100644 --- a/shinyswatch/bsw5/journal/bootswatch.min.css +++ b/shinyswatch/bsw5/journal/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: journal */ @import url("https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: journal;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/litera/bootswatch.css b/shinyswatch/bsw5/litera/bootswatch.css index 0deaab5..09faeb6 100644 --- a/shinyswatch/bsw5/litera/bootswatch.css +++ b/shinyswatch/bsw5/litera/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: litera */ :root { diff --git a/shinyswatch/bsw5/litera/bootswatch.min.css b/shinyswatch/bsw5/litera/bootswatch.min.css index 6cfc2ee..37f8de8 100644 --- a/shinyswatch/bsw5/litera/bootswatch.min.css +++ b/shinyswatch/bsw5/litera/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: litera */ :root{--bslib-bootstrap-version: 5;--bslib-preset-name: litera;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/lumen/bootswatch.css b/shinyswatch/bsw5/lumen/bootswatch.css index 810daed..9903aca 100644 --- a/shinyswatch/bsw5/lumen/bootswatch.css +++ b/shinyswatch/bsw5/lumen/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: lumen */ @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap"); diff --git a/shinyswatch/bsw5/lumen/bootswatch.min.css b/shinyswatch/bsw5/lumen/bootswatch.min.css index 91c9ab9..786a2ad 100644 --- a/shinyswatch/bsw5/lumen/bootswatch.min.css +++ b/shinyswatch/bsw5/lumen/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: lumen */ @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: lumen;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/lux/bootswatch.css b/shinyswatch/bsw5/lux/bootswatch.css index 5b83621..20a8da2 100644 --- a/shinyswatch/bsw5/lux/bootswatch.css +++ b/shinyswatch/bsw5/lux/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: lux */ @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap"); diff --git a/shinyswatch/bsw5/lux/bootswatch.min.css b/shinyswatch/bsw5/lux/bootswatch.min.css index bef31a5..3303d89 100644 --- a/shinyswatch/bsw5/lux/bootswatch.min.css +++ b/shinyswatch/bsw5/lux/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: lux */ @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: lux;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/materia/bootswatch.css b/shinyswatch/bsw5/materia/bootswatch.css index 28a764b..9aaed2c 100644 --- a/shinyswatch/bsw5/materia/bootswatch.css +++ b/shinyswatch/bsw5/materia/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: materia */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"); diff --git a/shinyswatch/bsw5/materia/bootswatch.min.css b/shinyswatch/bsw5/materia/bootswatch.min.css index 0c7bc9e..546237d 100644 --- a/shinyswatch/bsw5/materia/bootswatch.min.css +++ b/shinyswatch/bsw5/materia/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: materia */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: materia;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/minty/bootswatch.css b/shinyswatch/bsw5/minty/bootswatch.css index f464fee..a3a1f1d 100644 --- a/shinyswatch/bsw5/minty/bootswatch.css +++ b/shinyswatch/bsw5/minty/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: minty */ @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap"); diff --git a/shinyswatch/bsw5/minty/bootswatch.min.css b/shinyswatch/bsw5/minty/bootswatch.min.css index a785182..a634da5 100644 --- a/shinyswatch/bsw5/minty/bootswatch.min.css +++ b/shinyswatch/bsw5/minty/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: minty */ @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: minty;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/morph/bootswatch.css b/shinyswatch/bsw5/morph/bootswatch.css index 685fe1f..1e7b4ab 100644 --- a/shinyswatch/bsw5/morph/bootswatch.css +++ b/shinyswatch/bsw5/morph/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: morph */ @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap"); diff --git a/shinyswatch/bsw5/morph/bootswatch.min.css b/shinyswatch/bsw5/morph/bootswatch.min.css index 1b5735b..88aacb4 100644 --- a/shinyswatch/bsw5/morph/bootswatch.min.css +++ b/shinyswatch/bsw5/morph/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: morph */ @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: morph;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/pulse/bootswatch.css b/shinyswatch/bsw5/pulse/bootswatch.css index 5078c0f..104207f 100644 --- a/shinyswatch/bsw5/pulse/bootswatch.css +++ b/shinyswatch/bsw5/pulse/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: pulse */ :root { diff --git a/shinyswatch/bsw5/pulse/bootswatch.min.css b/shinyswatch/bsw5/pulse/bootswatch.min.css index 75e1fc1..f933e80 100644 --- a/shinyswatch/bsw5/pulse/bootswatch.min.css +++ b/shinyswatch/bsw5/pulse/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: pulse */ :root{--bslib-bootstrap-version: 5;--bslib-preset-name: pulse;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/quartz/bootswatch.css b/shinyswatch/bsw5/quartz/bootswatch.css index ff75591..91f345a 100644 --- a/shinyswatch/bsw5/quartz/bootswatch.css +++ b/shinyswatch/bsw5/quartz/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: quartz */ :root { diff --git a/shinyswatch/bsw5/quartz/bootswatch.min.css b/shinyswatch/bsw5/quartz/bootswatch.min.css index a4375fd..d8b030e 100644 --- a/shinyswatch/bsw5/quartz/bootswatch.min.css +++ b/shinyswatch/bsw5/quartz/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: quartz */ :root{--bslib-bootstrap-version: 5;--bslib-preset-name: quartz;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/sandstone/bootswatch.css b/shinyswatch/bsw5/sandstone/bootswatch.css index 91b31e9..f807fdf 100644 --- a/shinyswatch/bsw5/sandstone/bootswatch.css +++ b/shinyswatch/bsw5/sandstone/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: sandstone */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"); diff --git a/shinyswatch/bsw5/sandstone/bootswatch.min.css b/shinyswatch/bsw5/sandstone/bootswatch.min.css index 6138a8e..872bd51 100644 --- a/shinyswatch/bsw5/sandstone/bootswatch.min.css +++ b/shinyswatch/bsw5/sandstone/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: sandstone */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: sandstone;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/simplex/bootswatch.css b/shinyswatch/bsw5/simplex/bootswatch.css index 43dd120..cbba6e2 100644 --- a/shinyswatch/bsw5/simplex/bootswatch.css +++ b/shinyswatch/bsw5/simplex/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: simplex */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap"); diff --git a/shinyswatch/bsw5/simplex/bootswatch.min.css b/shinyswatch/bsw5/simplex/bootswatch.min.css index 4591bbb..9d0c66d 100644 --- a/shinyswatch/bsw5/simplex/bootswatch.min.css +++ b/shinyswatch/bsw5/simplex/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: simplex */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: simplex;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/sketchy/bootswatch.css b/shinyswatch/bsw5/sketchy/bootswatch.css index 62faa0e..20804ab 100644 --- a/shinyswatch/bsw5/sketchy/bootswatch.css +++ b/shinyswatch/bsw5/sketchy/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: sketchy */ @import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch&display=swap"); diff --git a/shinyswatch/bsw5/sketchy/bootswatch.min.css b/shinyswatch/bsw5/sketchy/bootswatch.min.css index 8075852..b55c408 100644 --- a/shinyswatch/bsw5/sketchy/bootswatch.min.css +++ b/shinyswatch/bsw5/sketchy/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: sketchy */ @import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: sketchy;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/slate/bootswatch.css b/shinyswatch/bsw5/slate/bootswatch.css index 5833d1b..bc7c8f0 100644 --- a/shinyswatch/bsw5/slate/bootswatch.css +++ b/shinyswatch/bsw5/slate/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: slate */ :root { diff --git a/shinyswatch/bsw5/slate/bootswatch.min.css b/shinyswatch/bsw5/slate/bootswatch.min.css index 3a56c8a..2cbc095 100644 --- a/shinyswatch/bsw5/slate/bootswatch.min.css +++ b/shinyswatch/bsw5/slate/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: slate */ :root{--bslib-bootstrap-version: 5;--bslib-preset-name: slate;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/solar/bootswatch.css b/shinyswatch/bsw5/solar/bootswatch.css index d56ae08..29acdd3 100644 --- a/shinyswatch/bsw5/solar/bootswatch.css +++ b/shinyswatch/bsw5/solar/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: solar */ @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"); diff --git a/shinyswatch/bsw5/solar/bootswatch.min.css b/shinyswatch/bsw5/solar/bootswatch.min.css index e164866..3771d21 100644 --- a/shinyswatch/bsw5/solar/bootswatch.min.css +++ b/shinyswatch/bsw5/solar/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: solar */ @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: solar;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/spacelab/bootswatch.css b/shinyswatch/bsw5/spacelab/bootswatch.css index 1502570..5f998ae 100644 --- a/shinyswatch/bsw5/spacelab/bootswatch.css +++ b/shinyswatch/bsw5/spacelab/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: spacelab */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"); diff --git a/shinyswatch/bsw5/spacelab/bootswatch.min.css b/shinyswatch/bsw5/spacelab/bootswatch.min.css index 73cdcbd..066ec99 100644 --- a/shinyswatch/bsw5/spacelab/bootswatch.min.css +++ b/shinyswatch/bsw5/spacelab/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: spacelab */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: spacelab;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/superhero/bootswatch.css b/shinyswatch/bsw5/superhero/bootswatch.css index 17cafe0..eba0599 100644 --- a/shinyswatch/bsw5/superhero/bootswatch.css +++ b/shinyswatch/bsw5/superhero/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: superhero */ @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap"); diff --git a/shinyswatch/bsw5/superhero/bootswatch.min.css b/shinyswatch/bsw5/superhero/bootswatch.min.css index a38ae93..b4033f1 100644 --- a/shinyswatch/bsw5/superhero/bootswatch.min.css +++ b/shinyswatch/bsw5/superhero/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: superhero */ @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: superhero;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/united/bootswatch.css b/shinyswatch/bsw5/united/bootswatch.css index 22badf5..5903c84 100644 --- a/shinyswatch/bsw5/united/bootswatch.css +++ b/shinyswatch/bsw5/united/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: united */ @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap"); diff --git a/shinyswatch/bsw5/united/bootswatch.min.css b/shinyswatch/bsw5/united/bootswatch.min.css index a37a79d..89b6d47 100644 --- a/shinyswatch/bsw5/united/bootswatch.min.css +++ b/shinyswatch/bsw5/united/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: united */ @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: united;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/vapor/bootswatch.css b/shinyswatch/bsw5/vapor/bootswatch.css index 9b92dcb..86ca47d 100644 --- a/shinyswatch/bsw5/vapor/bootswatch.css +++ b/shinyswatch/bsw5/vapor/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: vapor */ @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap"); diff --git a/shinyswatch/bsw5/vapor/bootswatch.min.css b/shinyswatch/bsw5/vapor/bootswatch.min.css index 6e42a31..766006b 100644 --- a/shinyswatch/bsw5/vapor/bootswatch.min.css +++ b/shinyswatch/bsw5/vapor/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: vapor */ @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: vapor;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/yeti/bootswatch.css b/shinyswatch/bsw5/yeti/bootswatch.css index eb38ea5..597a19c 100644 --- a/shinyswatch/bsw5/yeti/bootswatch.css +++ b/shinyswatch/bsw5/yeti/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: yeti */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"); diff --git a/shinyswatch/bsw5/yeti/bootswatch.min.css b/shinyswatch/bsw5/yeti/bootswatch.min.css index 63b2c23..0885f7f 100644 --- a/shinyswatch/bsw5/yeti/bootswatch.min.css +++ b/shinyswatch/bsw5/yeti/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: yeti */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: yeti;--bslib-preset-type: bootswatch}/*! diff --git a/shinyswatch/bsw5/zephyr/bootswatch.css b/shinyswatch/bsw5/zephyr/bootswatch.css index 630a7ed..b421dd3 100644 --- a/shinyswatch/bsw5/zephyr/bootswatch.css +++ b/shinyswatch/bsw5/zephyr/bootswatch.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: zephyr */ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"); diff --git a/shinyswatch/bsw5/zephyr/bootswatch.min.css b/shinyswatch/bsw5/zephyr/bootswatch.min.css index efe6b88..1c4eb3d 100644 --- a/shinyswatch/bsw5/zephyr/bootswatch.min.css +++ b/shinyswatch/bsw5/zephyr/bootswatch.min.css @@ -1,4 +1,4 @@ -/* {bslib} version: Github (rstudio/bslib@f05bd23d7df5a7465e418a5794925dacdd27bb6b) */ +/* {bslib} version: Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7) */ /* bw: 5: 5 */ /* bsw5 theme: zephyr */ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");:root{--bslib-bootstrap-version: 5;--bslib-preset-name: zephyr;--bslib-preset-type: bootswatch}/*! diff --git a/tests/bug_0025/app.py b/tests/bug_0025/app.py new file mode 100644 index 0000000..4915cfd --- /dev/null +++ b/tests/bug_0025/app.py @@ -0,0 +1,24 @@ +from shiny import App, Inputs, Outputs, Session, ui + +import shinyswatch + +app_ui = ui.page_navbar( + shinyswatch.theme.cosmo(), + ui.nav_menu( + "Config", + ui.nav_panel("Config 1"), + ui.nav_panel("Config 2"), + ), + ui.nav_menu( + "Results", + ui.nav_panel("Results 1"), + ui.nav_panel("Results 2"), + ), +) + + +def server(input: Inputs, output: Outputs, session: Session): + pass + + +app = App(app_ui, server)