@beterdichtbij/component-library 0.29.1 → 0.29.3

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,9 +8,12 @@
8
8
  flex: 1;
9
9
  background-color: $color-bg;
10
10
  padding: 30px;
11
- border-radius: 8px;
11
+ border-radius: 0px 8px 8px 8px;
12
12
  position: relative;
13
13
 
14
+ .sender & {
15
+ border-radius: 8px 0px 8px 8px;
16
+ }
14
17
 
15
18
  &__header {
16
19
  display: flex;
@@ -36,8 +39,6 @@
36
39
  margin:revert;
37
40
  }
38
41
  }
39
-
40
-
41
42
  }
42
43
 
43
44
  &__message{
@@ -48,9 +49,9 @@
48
49
  margin-bottom: 0px;
49
50
  }
50
51
  }
52
+
51
53
  &__footer {
52
54
  ul {
53
-
54
55
  margin-bottom: 0;
55
56
 
56
57
  li {
@@ -70,19 +71,19 @@
70
71
  &::before {
71
72
  content: "";
72
73
  position: absolute;
73
- border-left: 12px solid transparent;
74
- border-right: 12px solid $color-bg;
75
- border-top: 12px solid $color-bg;
76
- border-bottom: 12px solid transparent;
74
+ border-left: 8px solid transparent;
75
+ border-right: 8px solid $color-bg;
76
+ border-top: 8px solid $color-bg;
77
+ border-bottom: 8px solid transparent;
77
78
  left: -14px;
78
79
  top: 0px;
79
80
  border-radius: 4px;
80
81
  transform: scaleZ(-1);
81
82
 
82
83
  .sender & {
83
- border-right: 12px solid transparent;
84
- border-top: 12px solid $color-chatcloud;
85
- border-left: 12px solid $color-chatcloud;
84
+ border-right: 8px solid transparent;
85
+ border-top: 8px solid $color-chatcloud;
86
+ border-left: 8px solid $color-chatcloud;
86
87
  transform: revert;
87
88
  right: -12px;
88
89
  left: revert;
@@ -3,7 +3,6 @@
3
3
  border: 1px solid $gray-500;
4
4
  background-color: $white;
5
5
  border-radius: 0.5rem;
6
-
7
6
 
8
7
  &.is-invalid {
9
8
  border: 1px solid $color-red;
@@ -35,6 +34,15 @@
35
34
  display: flex;
36
35
  gap: 0.5rem;
37
36
 
37
+ .bd-btn {
38
+ line-height: unset;
39
+ padding: 6px 12px;
40
+
41
+ svg {
42
+ margin: unset;
43
+ }
44
+ }
45
+
38
46
  .popover-body {
39
47
  padding h3 {
40
48
  margin-bottom: 5px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "private": false,
4
- "version": "0.29.1",
4
+ "version": "0.29.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"