@beterdichtbij/component-library 0.72.3 → 0.72.4-beta.0

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.
Files changed (69) hide show
  1. package/README.md +12 -12
  2. package/dist/bd-component-lib.cjs.js +55 -55
  3. package/dist/bd-component-lib.css +1 -1
  4. package/dist/bd-component-lib.es.js +11 -11
  5. package/dist/bd-component-lib.umd.js +56 -56
  6. package/dist/locales/en.json +79 -79
  7. package/dist/locales/nl.json +180 -180
  8. package/dist/scss/_active-filters.scss +65 -65
  9. package/dist/scss/_alert.scss +9 -5
  10. package/dist/scss/_article.scss +31 -20
  11. package/dist/scss/_assign-conversation-modal.scss +13 -13
  12. package/dist/scss/_attachments.scss +107 -107
  13. package/dist/scss/_badge.scss +18 -18
  14. package/dist/scss/_button.scss +80 -80
  15. package/dist/scss/_card.scss +61 -56
  16. package/dist/scss/_chatcloud.scss +101 -98
  17. package/dist/scss/_collapsable-card.scss +103 -107
  18. package/dist/scss/_content-library-card-message-template.scss +136 -136
  19. package/dist/scss/_content-library-card.scss +158 -158
  20. package/dist/scss/_content-library-modal.scss +8 -8
  21. package/dist/scss/_content-library-overview.scss +4 -4
  22. package/dist/scss/_content-library-split-button.scss +23 -23
  23. package/dist/scss/_conversation-to-text-modal.scss +36 -36
  24. package/dist/scss/_dropdown.scss +113 -113
  25. package/dist/scss/_extern.scss +1 -1
  26. package/dist/scss/_file-upload-preview.scss +53 -53
  27. package/dist/scss/_file-upload.scss +26 -26
  28. package/dist/scss/_filter-card.scss +64 -64
  29. package/dist/scss/_form-field.scss +12 -12
  30. package/dist/scss/_form-multiple-checkbox.scss +51 -51
  31. package/dist/scss/_forms.scss +3 -3
  32. package/dist/scss/_header.scss +170 -170
  33. package/dist/scss/_icon-luscii-logo.scss +31 -31
  34. package/dist/scss/_icons.scss +38 -38
  35. package/dist/scss/_image-attachment-modal.scss +91 -91
  36. package/dist/scss/_input-group.scss +2 -2
  37. package/dist/scss/_loader.scss +59 -59
  38. package/dist/scss/_markdown-editor.scss +114 -114
  39. package/dist/scss/_message-template-form-modal.scss +47 -47
  40. package/dist/scss/_mixins.scss +78 -78
  41. package/dist/scss/_mobile-menu.scss +91 -91
  42. package/dist/scss/_modal.scss +182 -182
  43. package/dist/scss/_notification-button.scss +29 -29
  44. package/dist/scss/_pagination.scss +56 -56
  45. package/dist/scss/_phone-number-edit-modal.scss +35 -35
  46. package/dist/scss/_pill-container.scss +26 -26
  47. package/dist/scss/_pill.scss +63 -63
  48. package/dist/scss/_profile-image.scss +34 -34
  49. package/dist/scss/_table-sort-header.scss +13 -13
  50. package/dist/scss/_table.scss +16 -16
  51. package/dist/scss/_templates.scss +294 -318
  52. package/dist/scss/_toast.scss +69 -69
  53. package/dist/scss/_user-information.scss +34 -34
  54. package/dist/scss/_user.scss +21 -21
  55. package/dist/scss/_video-call-toast.scss +100 -100
  56. package/dist/scss/_zoomslider.scss +77 -77
  57. package/dist/scss/base/variables.scss +210 -210
  58. package/dist/scss/extern/_bootstrap.scss +14 -14
  59. package/dist/scss/extern/_prime-vue.scss +551 -551
  60. package/dist/scss/forms/_form-check.scss +16 -16
  61. package/dist/scss/forms/_form-input.scss +9 -9
  62. package/dist/scss/forms/_form-select.scss +4 -4
  63. package/dist/scss/main.scss +52 -52
  64. package/dist/scss/templates/_change-password-template.scss +8 -8
  65. package/dist/scss/templates/_content-library-template.scss +135 -135
  66. package/dist/scss/templates/_not-found-template.scss +36 -9
  67. package/dist/scss/templates/_video-call-template.scss +225 -225
  68. package/dist/stores/SessionTimeOutStore.ts +46 -46
  69. package/package.json +133 -133
@@ -1,64 +1,64 @@
1
- .bd-pill {
2
- display: flex;
3
- height: 72px;
4
- width: auto;
5
- background: #f0f7ff;
6
- border-radius: 8px;
7
- border: 1px solid #d9ecff;
8
- overflow: hidden;
9
- position: relative;
10
-
11
- &__logo {
12
- height: inherit;
13
- padding: 16px;
14
- margin: 0px;
15
- border-right: 1px solid #d9ecff;
16
- }
17
-
18
- &__description {
19
- padding: 8px 16px;
20
- display: flex;
21
- flex-direction: column;
22
- white-space: nowrap;
23
- overflow: hidden;
24
- text-overflow: ellipsis;
25
- }
26
-
27
- &__link {
28
- font-size: 12px;
29
- line-height: 14px;
30
- text-decoration: none;
31
- white-space: nowrap;
32
- overflow: hidden;
33
- text-overflow: ellipsis;
34
-
35
- svg.icon {
36
- fill: $blue;
37
- display: inline-block;
38
- position: relative;
39
- }
40
-
41
- &:hover {
42
- text-decoration: underline;
43
- }
44
- }
45
-
46
- &__title {
47
- font-size: 18px;
48
- line-height: 23px;
49
- font-weight: 700;
50
- overflow: hidden;
51
- white-space: nowrap;
52
- text-overflow: ellipsis;
53
- }
54
-
55
- &__subtitle {
56
- font-size: 13px;
57
- line-height: 15px;
58
- font-weight: 400;
59
- color: hsla(221, 13%, 48%, 1);
60
- overflow: hidden;
61
- white-space: nowrap;
62
- text-overflow: ellipsis;
63
- }
1
+ .bd-pill {
2
+ display: flex;
3
+ height: 72px;
4
+ width: auto;
5
+ background: #f0f7ff;
6
+ border-radius: 8px;
7
+ border: 1px solid #d9ecff;
8
+ overflow: hidden;
9
+ position: relative;
10
+
11
+ &__logo {
12
+ height: inherit;
13
+ padding: 16px;
14
+ margin: 0px;
15
+ border-right: 1px solid #d9ecff;
16
+ }
17
+
18
+ &__description {
19
+ padding: 8px 16px;
20
+ display: flex;
21
+ flex-direction: column;
22
+ white-space: nowrap;
23
+ overflow: hidden;
24
+ text-overflow: ellipsis;
25
+ }
26
+
27
+ &__link {
28
+ font-size: 12px;
29
+ line-height: 14px;
30
+ text-decoration: none;
31
+ white-space: nowrap;
32
+ overflow: hidden;
33
+ text-overflow: ellipsis;
34
+
35
+ svg.icon {
36
+ fill: $blue;
37
+ display: inline-block;
38
+ position: relative;
39
+ }
40
+
41
+ &:hover {
42
+ text-decoration: underline;
43
+ }
44
+ }
45
+
46
+ &__title {
47
+ font-size: 18px;
48
+ line-height: 23px;
49
+ font-weight: 700;
50
+ overflow: hidden;
51
+ white-space: nowrap;
52
+ text-overflow: ellipsis;
53
+ }
54
+
55
+ &__subtitle {
56
+ font-size: 13px;
57
+ line-height: 15px;
58
+ font-weight: 400;
59
+ color: hsla(221, 13%, 48%, 1);
60
+ overflow: hidden;
61
+ white-space: nowrap;
62
+ text-overflow: ellipsis;
63
+ }
64
64
  }
@@ -1,35 +1,35 @@
1
- $image-sizes:
2
- "xs" 27px,
3
- "sm" 48px,
4
- "md" 60px,
5
- "lg" 130px;
6
-
7
-
8
- .bd-profile-picture {
9
- display: flex;
10
- align-items: center;
11
- gap: 16px;
12
-
13
- .rounded-circle {
14
- @each $variant, $size in $image-sizes {
15
- &.#{$variant} {
16
- width: $size;
17
- height: $size;
18
- }
19
- }
20
-
21
- border-radius: 50%;
22
- overflow: hidden;
23
- background-color: $color-bg;
24
-
25
- img {
26
- width: 100%;
27
- height: 100%;
28
- object-fit: contain;
29
- object-position: center;
30
- background-color: $color-bg;
31
- display: block;
32
- }
33
- }
34
-
1
+ $image-sizes:
2
+ "xs" 27px,
3
+ "sm" 48px,
4
+ "md" 60px,
5
+ "lg" 130px;
6
+
7
+
8
+ .bd-profile-picture {
9
+ display: flex;
10
+ align-items: center;
11
+ gap: 16px;
12
+
13
+ .rounded-circle {
14
+ @each $variant, $size in $image-sizes {
15
+ &.#{$variant} {
16
+ width: $size;
17
+ height: $size;
18
+ }
19
+ }
20
+
21
+ border-radius: 50%;
22
+ overflow: hidden;
23
+ background-color: $color-bg;
24
+
25
+ img {
26
+ width: 100%;
27
+ height: 100%;
28
+ object-fit: contain;
29
+ object-position: center;
30
+ background-color: $color-bg;
31
+ display: block;
32
+ }
33
+ }
34
+
35
35
  }
@@ -1,14 +1,14 @@
1
- .bd-table-sort {
2
- user-select: none;
3
- cursor: pointer;
4
- font-weight: 400;
5
- color: $color-blue;
6
-
7
- &.active {
8
- font-weight: 700;
9
- }
10
-
11
- span {
12
- margin-right: 4px;
13
- }
1
+ .bd-table-sort {
2
+ user-select: none;
3
+ cursor: pointer;
4
+ font-weight: 400;
5
+ color: $color-blue;
6
+
7
+ &.active {
8
+ font-weight: 700;
9
+ }
10
+
11
+ span {
12
+ margin-right: 4px;
13
+ }
14
14
  }
@@ -1,17 +1,17 @@
1
- .bd-table {
2
- thead {
3
- user-select: none;
4
-
5
- tr {
6
- border-color: #000;
7
-
8
- th {
9
- white-space: nowrap;
10
- }
11
- }
12
- }
13
-
14
- .empty-text {
15
- text-align: center;
16
- }
1
+ .bd-table {
2
+ thead {
3
+ user-select: none;
4
+
5
+ tr {
6
+ border-color: #000;
7
+
8
+ th {
9
+ white-space: nowrap;
10
+ }
11
+ }
12
+ }
13
+
14
+ .empty-text {
15
+ text-align: center;
16
+ }
17
17
  }