File tree Expand file tree Collapse file tree 4 files changed +12
-33
lines changed
dash_bootstrap_components Expand file tree Collapse file tree 4 files changed +12
-33
lines changed Original file line number Diff line number Diff line change 11BOOTSTRAP = (
2- "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0 /dist/css/bootstrap.min.css"
2+ "https://cdn.jsdelivr.net/npm/bootstrap@5.3.1 /dist/css/bootstrap.min.css"
33)
44
5- GRID = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0 /dist/css/bootstrap-grid.min.css" # noqa
5+ GRID = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.1 /dist/css/bootstrap-grid.min.css" # noqa
66
7- _BOOTSWATCH_BASE = "https://cdn.jsdelivr.net/npm/bootswatch@5.3.0 /dist/"
7+ _BOOTSWATCH_BASE = "https://cdn.jsdelivr.net/npm/bootswatch@5.3.1 /dist/"
88
99CERULEAN = _BOOTSWATCH_BASE + "cerulean/bootstrap.min.css"
1010COSMO = _BOOTSWATCH_BASE + "cosmo/bootstrap.min.css"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ See the [available themes](#available-themes) for more.
3939Each theme such as is simply a BootstrapCDN URL stored as a string, so using the themes module is really equivalent to doing something like the following.
4040
4141``` python
42- BS = " https://cdn.jsdelivr.net/npm/bootstrap@5.3.0 /dist/css/bootstrap.min.css"
42+ BS = " https://cdn.jsdelivr.net/npm/bootstrap@5.3.1 /dist/css/bootstrap.min.css"
4343app = dash.Dash(external_stylesheets = [BS ])
4444```
4545
Original file line number Diff line number Diff line change 11< meta charset ="utf-8 " />
22< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
3- < link
4- href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css "
5- rel ="stylesheet "
6- crossorigin ="anonymous "
7- />
8- < link
9- rel ="stylesheet "
10- href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.13.1/build/styles/tomorrow-night-eighties.min.css "
11- />
3+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css " rel ="stylesheet " crossorigin ="anonymous " />
4+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.13.1/build/styles/tomorrow-night-eighties.min.css " />
125< link rel ="stylesheet " href ="/static/docs.css " />
13- < link
14- rel ="shortcut icon "
15- type ="image/png "
16- href ="/static/images/dbciconwhite16.png "
17- />
18- < link
19- rel ="stylesheet "
20- href ="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css "
21- />
6+ < link rel ="shortcut icon " type ="image/png " href ="/static/images/dbciconwhite16.png " />
7+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css " />
Original file line number Diff line number Diff line change 1- < script
2- src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js "
3- crossorigin ="anonymous "
4- > </ script >
1+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js " crossorigin ="anonymous "> </ script >
52< script src ="/static/js/highlight.min.js "> </ script >
63< script >
7- hljs . configure ( { ignoreUnescapedHTML : true } ) ;
8- hljs . highlightAll ( ) ;
4+ hljs . configure ( { ignoreUnescapedHTML : true } )
5+ hljs . highlightAll ( )
96</ script >
10- < script
11- data-goatcounter ="https://dbc-docs.goatcounter.com/count "
12- async
13- src ="//gc.zgo.at/count.js "
14- > </ script >
7+ < script data-goatcounter ="https://dbc-docs.goatcounter.com/count " async src ="//gc.zgo.at/count.js "> </ script >
You can’t perform that action at this time.
0 commit comments