@beterdichtbij/component-library 0.13.0 → 0.14.1

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.
@@ -8,10 +8,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
8
8
  img: {
9
9
  type: __PropType<import("../../../interfaces/BDImage").ImageProps>;
10
10
  required: true;
11
- default: {
12
- src: string;
13
- alt: string;
14
- };
11
+ default: undefined;
15
12
  };
16
13
  details: {
17
14
  type: __PropType<string | string[]>;
@@ -32,10 +29,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
32
29
  img: {
33
30
  type: __PropType<import("../../../interfaces/BDImage").ImageProps>;
34
31
  required: true;
35
- default: {
36
- src: string;
37
- alt: string;
38
- };
32
+ default: undefined;
39
33
  };
40
34
  details: {
41
35
  type: __PropType<string | string[]>;
@@ -0,0 +1,8 @@
1
+ .bd-badge {
2
+ padding: 5px 8px;
3
+ border-radius: $border-radius-default;
4
+ font-weight: 500;
5
+ font-style: normal;
6
+ font-size: 0.75rem;
7
+ line-height: 0.875rem;
8
+ }
@@ -1,6 +1,14 @@
1
- .bd-user{
1
+ .bd-user {
2
2
  display: flex;
3
3
  align-items: center;
4
4
  gap: 16px;
5
5
  // dit is de utility variant: d-flex align-items-center gap-3"
6
+
7
+ &__information {
8
+ flex: 1;
9
+
10
+ header {
11
+ display: flex;
12
+ }
13
+ }
6
14
  }
@@ -30,7 +30,7 @@ $success:$green;
30
30
  $warning:$yellow;
31
31
  $secondary:$gray-600;
32
32
  $info:$blue;
33
- $light:$white;
33
+ $light:$gray-200;
34
34
  $dark:$gray-900;
35
35
 
36
36
  $grid-breakpoints: (xs: 0,
@@ -4,6 +4,7 @@
4
4
  @import "button";
5
5
  @import "article";
6
6
  @import "alert";
7
+ @import "badge";
7
8
  @import "zoomslider";
8
9
  @import "card";
9
10
  @import "collapsable-card";
@@ -1,4 +1,5 @@
1
1
  .form-label {
2
2
  line-height: 33px;
3
- padding:0;
3
+ padding: 0;
4
+ font-weight: $font-bold;
4
5
  }
@@ -6,5 +6,6 @@ export declare const BOOTSTRAP_VARIANTS: {
6
6
  readonly WARNING: "warning";
7
7
  readonly INFO: "info";
8
8
  readonly SUCCESS: "success";
9
+ readonly LIGHT: "light";
9
10
  };
10
11
  export type bootstrapVariants = GenericEnum<typeof BOOTSTRAP_VARIANTS>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "private": false,
4
- "version": "0.13.0",
4
+ "version": "0.14.1",
5
5
  "author": "Ralph van der Neut <rvanderneut@beterdichtbij.nl>",
6
6
  "type": "module",
7
7
  "files": [