diff --git a/.prettierignore b/.prettierignore index 1b8ccc37ecc..41ded7ff67a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ node_modules/ nuxt/plugin.template.js nuxt/plugin.prod.js nuxt/plugin.dev.js +src/icons/icons.js diff --git a/README.md b/README.md index f6f46e3086e..d855864fc6b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- BootstrapVue, with over 40 available plugins, more than 80 custom components, and over 300 icons, + BootstrapVue, with over 40 available plugins, more than 80 custom components, and over 500 icons, provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system for Vue.js, complete with extensive and automated WAI-ARIA accessibility markup.

diff --git a/docs/components/icons-table.vue b/docs/components/icons-table.vue index 6968fe5e152..65bb9852aa5 100644 --- a/docs/components/icons-table.vue +++ b/docs/components/icons-table.vue @@ -80,7 +80,7 @@ } #bv-icons-table-result /deep/ .bi { - font-size: 2rem; + font-size: 1.5rem; } .form-group /deep/ .form-text { @@ -94,7 +94,7 @@ } &:hover .bi { - transform: scale(2); + transform: scale(1.75); } } diff --git a/docs/pages/index.vue b/docs/pages/index.vue index e9e776c4e7c..d52a1db6f90 100644 --- a/docs/pages/index.vue +++ b/docs/pages/index.vue @@ -134,7 +134,7 @@

- With more than 85 components, over 45 available plugins, several directives, and 300+ icons, + With more than 85 components, over 45 available plugins, several directives, and 500+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v{{ bootstrapVersionMinor }} component and grid system @@ -208,7 +208,7 @@ - + Modular diff --git a/package.json b/package.json index 10c20bd31c7..d3140b7e2c8 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "babel-eslint": "^10.1.0", "babel-jest": "^25.1.0", "babel-plugin-istanbul": "^6.0.0", - "bootstrap-icons": "^1.0.0-alpha2", + "bootstrap-icons": "^1.0.0-alpha3", "clean-css-cli": "^4.3.0", "codecov": "^3.6.5", "codemirror": "^5.52.0", diff --git a/scripts/create-icons.js b/scripts/create-icons.js index 7fbff4e5f4c..7eecb398b60 100644 --- a/scripts/create-icons.js +++ b/scripts/create-icons.js @@ -63,6 +63,7 @@ export const BIconBlank = /*#__PURE__*/ makeIcon('Blank', '') // --- Bootstrap Icons --- <% componentNames.forEach(component => { %> +// eslint-disable-next-line export const <%= component %> = /*#__PURE__*/ makeIcon( '<%= icons[component].name %>', '<%= icons[component].content %>' diff --git a/src/components/overlay/README.md b/src/components/overlay/README.md index 779fb171596..bb6c735729b 100644 --- a/src/components/overlay/README.md +++ b/src/components/overlay/README.md @@ -277,7 +277,7 @@ Place custom content in the overlay (replacing the default spinner) via the opti