bootstrap-vue-next 0.26.26 → 0.26.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  export type LinkOpacity = 10 | 25 | 50 | 75 | 100 | '10' | '25' | '50' | '75' | '100';
2
- export type UnderlineOpacity = 0 | LinkOpacity;
2
+ export type UnderlineOpacity = 0 | '0' | LinkOpacity;
3
3
  export type UnderlineOffset = 1 | 2 | 3 | '1' | '2' | '3';
@@ -1,3 +1,3 @@
1
1
  export type LinkOpacity = 10 | 25 | 50 | 75 | 100 | '10' | '25' | '50' | '75' | '100';
2
- export type UnderlineOpacity = 0 | LinkOpacity;
2
+ export type UnderlineOpacity = 0 | '0' | LinkOpacity;
3
3
  export type UnderlineOffset = 1 | 2 | 3 | '1' | '2' | '3';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "bootstrap-vue-next",
3
3
  "displayName": "BootstrapVueNext",
4
4
  "description": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.",
5
- "version": "0.26.26",
5
+ "version": "0.26.27",
6
6
  "license": "MIT",
7
7
  "main": "./dist/bootstrap-vue-next.umd.js",
8
8
  "module": "./dist/bootstrap-vue-next.mjs",
@@ -4,7 +4,7 @@ $b-avatar-size-sm: 1.5rem !default;
4
4
  $b-avatar-size-lg: 3.5rem !default;
5
5
  $b-avatar-font-size-scale: 0.4 !default;
6
6
  $b-avatar-badge-font-size-scale: $b-avatar-font-size-scale * 0.7 !default;
7
- $b-avatar-border-color: #dee2e6;
7
+ $b-avatar-border-color: #dee2e6 !default;
8
8
 
9
9
  .b-avatar {
10
10
  display: inline-flex;