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 1
1
BOOTSTRAP = (
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"
3
3
)
4
4
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
6
6
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/"
8
8
9
9
CERULEAN = _BOOTSWATCH_BASE + "cerulean/bootstrap.min.css"
10
10
COSMO = _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.
39
39
Each 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.
40
40
41
41
``` 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"
43
43
app = dash.Dash(external_stylesheets = [BS ])
44
44
```
45
45
Original file line number Diff line number Diff line change 1
1
< meta charset ="utf-8 " />
2
2
< 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 " />
12
5
< 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 >
5
2
< script src ="/static/js/highlight.min.js "> </ script >
6
3
< script >
7
- hljs . configure ( { ignoreUnescapedHTML : true } ) ;
8
- hljs . highlightAll ( ) ;
4
+ hljs . configure ( { ignoreUnescapedHTML : true } )
5
+ hljs . highlightAll ( )
9
6
</ 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