@@ -16,8 +16,8 @@ For the moment, the theme package can be installed using something like this in
16
16
17
17
``` json
18
18
"devDependencies" : {
19
- "@bcgov/bootstrap-theme" : " https://github.com/cywolf /bootstrap-theme/releases/download/v4.1.0-rc0 /bcgov-bootstrap-theme-4. 1.0-rc0 .tgz" ,
20
- "bootstrap" : " ~4.1.0 " ,
19
+ "@bcgov/bootstrap-theme" : " https://github.com/bcgov /bootstrap-theme/releases/download/v1.0.0 /bcgov-bootstrap-theme-1.0.0 .tgz" ,
20
+ "bootstrap" : " ~4.3.1 " ,
21
21
}
22
22
```
23
23
@@ -39,7 +39,7 @@ installed as node modules, or distributed separately. For example:
39
39
``` html
40
40
<script src =" https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity =" sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin =" anonymous" ></script >
41
41
<script src =" https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity =" sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin =" anonymous" ></script >
42
- <script src =" https://stackpath.bootstrapcdn.com/bootstrap/4.1.3 /js/bootstrap.min.js" integrity =" sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy " crossorigin =" anonymous" ></script >
42
+ <script src =" https://stackpath.bootstrapcdn.com/bootstrap/4.3.1 /js/bootstrap.min.js" integrity =" sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin =" anonymous" ></script >
43
43
```
44
44
45
45
For Angular-based sites, [ ` ng-bootstrap ` ] ( https://ng-bootstrap.github.io/ ) is recommended
@@ -133,7 +133,7 @@ footer at the bottom of the screen on larger screen sizes.
133
133
134
134
<script src =" https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity =" sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin =" anonymous" ></script >
135
135
<script src =" https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity =" sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin =" anonymous" ></script >
136
- <script src =" https://stackpath.bootstrapcdn.com/bootstrap/4.1.3 /js/bootstrap.min.js" integrity =" sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy " crossorigin =" anonymous" ></script >
136
+ <script src =" https://stackpath.bootstrapcdn.com/bootstrap/4.3.1 /js/bootstrap.min.js" integrity =" sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin =" anonymous" ></script >
137
137
<script >
138
138
// enable popovers everywhere
139
139
$ (function () {
0 commit comments