@beterdichtbij/component-library 0.72.2 → 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 -183
  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 -5
  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,319 +1,295 @@
1
- @import "templates/change-password-template";
2
- @import "templates/content-library-template";
3
- @import "templates/not-found-template";
4
- @import "templates/video-call-template";
5
- // TODO split up per template component
6
-
7
- .template {
8
- @media (max-width: map-get($grid-breakpoints, md)) {
9
- .template-title {
10
- padding-left:1rem;
11
- }
12
-
13
- .container, .row {
14
- --bs-gutter-x: 0;
15
- }
16
-
17
- .container {
18
- border-top-left-radius: 8px;
19
- border-top-right-radius: 8px;
20
- }
21
-
22
- button {
23
- margin-right : 1rem;
24
- }
25
-
26
- img {
27
- border-top-left-radius: 8px;
28
- border-top-right-radius: 8px;
29
- }
30
- }
31
-
32
- &.my-organization-template {
33
- .template-header-col {
34
- display: flex;
35
- justify-content: space-between;
36
-
37
- h2 {
38
- line-height: 2.375rem;
39
- }
40
- }
41
-
42
- .bd-card-description {
43
- padding:0 2rem;
44
-
45
- h3 {
46
- font-size: 20px;
47
- font-weight: 700;
48
- line-height: 25px;
49
- }
50
-
51
- .city {
52
- font-family: Work Sans, sans-serif;
53
- font-size: 16px;
54
- font-weight: 400;
55
- line-height: 24px;
56
- text-align: left;
57
- color: #6B758A;
58
- }
59
- }
60
- }
61
-
62
- &.profile-edit-template, &.change-password-template {
63
- @media (max-width: map-get($grid-breakpoints, md)) {
64
-
65
- .bd-profile-picture{
66
- width:80px;
67
- height: 80px;
68
- }
69
- }
70
-
71
- .vue-date-picker {
72
- // Style only applies when dialog is above.
73
- .dp__arrow_bottom + div .dp__calendar {
74
- $week-height: 45px;
75
- height: $week-height * 6;
76
- }
77
-
78
- .dp__theme_light {
79
- flex: 1;
80
- --dp-font-family: $font-primary;
81
- --dp-primary-color: #3594CF;
82
- --dp-text-color : $font-color-primary;
83
-
84
- .btn {
85
- height: 38px;
86
- }
87
- }
88
- }
89
- }
90
-
91
- .bd-card-template {
92
- margin-bottom: 50px;
93
- padding: 56px;
94
-
95
- @media (max-width: map-get($grid-breakpoints, md)) {
96
- padding: 1rem;
97
- }
98
-
99
- .card-body{
100
- padding:revert;
101
- }
102
-
103
- .bd-card-img {
104
- display:flex;
105
- gap: 18px;
106
- margin-bottom: 2rem;
107
-
108
- button,.btn,.btn-link{
109
- align-self: center;
110
- }
111
- }
112
-
113
- .form-input-with-button{
114
- display:flex;
115
- gap: 0.5rem;
116
- }
117
- .form-label{
118
- margin-bottom:0.25rem;
119
- span.form-label-optional {
120
- font-weight:400;
121
- }
122
- }
123
-
124
- &.my-organization-card {
125
- padding: 0px;
126
-
127
- .bd-card-img {
128
- padding: 0px;
129
- width: 100%;
130
- height: 250px;
131
-
132
- img {
133
- object-fit: cover;
134
- border-bottom-left-radius: 0px;
135
- border-bottom-right-radius: 0px;
136
- }
137
- }
138
- }
139
- }
140
-
141
- &.overview-template {
142
- .bd-dropdown.dropdown .dropdown-toggle {
143
- display: flex;
144
- align-items: center;
145
- font-weight: 500;
146
- font-size: 13px;
147
- letter-spacing: 0;
148
- line-height: 24px;
149
- margin-right: 0px;
150
- text-decoration: none;
151
- }
152
-
153
- .bd-form-checkbox {
154
- margin-bottom: 22px;
155
- font-family: $font-family-base;
156
- }
157
-
158
- .bd-article {
159
- margin-bottom: 16px;
160
- padding: 20px;
161
- cursor: pointer;
162
-
163
- header {
164
- position: relative;
165
-
166
- .bd-date {
167
- color: $secondary;
168
- font-size: .875rem;
169
- font-weight: 400;
170
- text-wrap: nowrap;
171
- }
172
-
173
- .bd-counter {
174
- margin-right: 0px;
175
- }
176
-
177
- .bd-user__information header {
178
- justify-content: flex-start;
179
- }
180
- }
181
-
182
- .bd-dropdown .dropdown-menu {
183
- padding: 0px;
184
-
185
- .dropdown-item {
186
- cursor: pointer;
187
- line-height: normal;
188
- padding: 8px 20px;
189
- }
190
- }
191
- }
192
-
193
- .bd-badge {
194
- margin-right:auto;
195
- margin: 0px 4px;
196
- align-self:flex-start;
197
- }
198
-
199
- .bd-text{
200
- line-height: 1.375rem;
201
- max-height: 2.75rem;
202
- overflow: hidden;
203
- display: -webkit-box;
204
- -webkit-box-orient: vertical;
205
- overflow: hidden;
206
- -webkit-line-clamp: 2;
207
-
208
- p {
209
- margin-bottom: 0px;
210
- }
211
- }
212
-
213
- .bd-body-card {
214
- display: flex;
215
- justify-content: space-between;
216
-
217
- @media (max-width: map-get($grid-breakpoints, md)) {
218
- flex-direction: column;
219
- align-items:flex-end;
220
- >*:first-child {
221
- align-self: stretch;
222
- }
223
- }
224
-
225
-
226
- }
227
-
228
- .bd-dropdown {
229
- margin-right: 0px;
230
- }
231
-
232
- .bd-counter {
233
- display:none
234
- }
235
-
236
- .bd-article.is-unread {
237
- border-right: 4px solid $primary;
238
-
239
- .bd-date {
240
- color: $primary;
241
- font-weight: 500;
242
- }
243
-
244
- .bd-counter {
245
- display: block;
246
- width: 20px;
247
- height: 20px;
248
- border-radius: 12px;
249
- background-color: $primary;
250
- margin-top:6px;
251
- }
252
- }
253
- }
254
-
255
- &.detail-conversation-template{
256
- .bd-card-template {
257
- margin-top: 20px;
258
- }
259
-
260
- .spinner-border {
261
- width: 1rem;
262
- height: 1rem;
263
- --bs-spinner-border-width: 0.15em;
264
- }
265
-
266
- .icon-eye-show {
267
- height: 25px;
268
- width: 25px;
269
- padding-bottom: 3px;
270
- }
271
- }
272
-
273
- &.not-found-template {
274
- padding-top: 0px;
275
-
276
- .center-screen {
277
- display: flex;
278
- justify-content: center;
279
- align-items: center;
280
- text-align: center;
281
- min-height: 100vh;
282
- }
283
-
284
- .container-warning {
285
- display: flex;
286
- flex-direction: column;
287
- align-items: center;
288
- justify-content: center;
289
- gap: 20px;
290
- background-color: #fff;
291
- height: 319px;
292
- width: 500px;
293
- border-radius: 8px;
294
- padding: 40px;
295
-
296
- }
297
- }
298
- }
299
-
300
- @media (max-width: map-get($grid-breakpoints, sm)) {
301
- .template {
302
- &.overview-template {
303
- .bd-form-checkbox {
304
- padding-left:2.8rem;
305
- margin-bottom: 12px;
306
- }
307
-
308
- .conversations-container {
309
- padding: 0px;
310
-
311
- .bd-article {
312
- margin-bottom: 5px;
313
- border-radius: 0px;
314
- padding: 16px;
315
- }
316
- }
317
- }
318
- }
1
+ @import "templates/change-password-template";
2
+ @import "templates/content-library-template";
3
+ @import "templates/not-found-template";
4
+ @import "templates/video-call-template";
5
+ // TODO split up per template component
6
+
7
+ .template {
8
+ @media (max-width: map-get($grid-breakpoints, md)) {
9
+ .template-title {
10
+ padding-left:1rem;
11
+ }
12
+
13
+ .container, .row {
14
+ --bs-gutter-x: 0;
15
+ }
16
+
17
+ .container {
18
+ border-top-left-radius: 8px;
19
+ border-top-right-radius: 8px;
20
+ }
21
+
22
+ .bd-form-buttons {
23
+ display: flex;
24
+ flex-wrap: wrap;
25
+ gap: 1rem;
26
+ }
27
+
28
+ img {
29
+ border-top-left-radius: 8px;
30
+ border-top-right-radius: 8px;
31
+ }
32
+ }
33
+
34
+ &.my-organization-template {
35
+ .template-header-col {
36
+ display: flex;
37
+ justify-content: space-between;
38
+
39
+ h2 {
40
+ line-height: 2.375rem;
41
+ }
42
+ }
43
+
44
+ .bd-card-description {
45
+ padding:0 2rem;
46
+
47
+ h3 {
48
+ font-size: 20px;
49
+ font-weight: 700;
50
+ line-height: 25px;
51
+ }
52
+
53
+ .city {
54
+ font-family: Work Sans, sans-serif;
55
+ font-size: 16px;
56
+ font-weight: 400;
57
+ line-height: 24px;
58
+ text-align: left;
59
+ color: #6B758A;
60
+ }
61
+ }
62
+ }
63
+
64
+ &.profile-edit-template, &.change-password-template {
65
+ @media (max-width: map-get($grid-breakpoints, md)) {
66
+
67
+ .bd-profile-picture{
68
+ width:80px;
69
+ height: 80px;
70
+ }
71
+ }
72
+
73
+ .vue-date-picker {
74
+ // Style only applies when dialog is above.
75
+ .dp__arrow_bottom + div .dp__calendar {
76
+ $week-height: 45px;
77
+ height: $week-height * 6;
78
+ }
79
+
80
+ .dp__theme_light {
81
+ flex: 1;
82
+ --dp-font-family: $font-primary;
83
+ --dp-primary-color: #3594CF;
84
+ --dp-text-color : $font-color-primary;
85
+
86
+ .btn {
87
+ height: 38px;
88
+ }
89
+ }
90
+ }
91
+ }
92
+
93
+ .bd-card-template {
94
+ margin-bottom: 50px;
95
+ padding: 56px;
96
+
97
+ @media (max-width: map-get($grid-breakpoints, md)) {
98
+ padding: 1rem;
99
+ }
100
+
101
+ .card-body{
102
+ padding:revert;
103
+ }
104
+
105
+ .bd-card-img {
106
+ display:flex;
107
+ gap: 18px;
108
+ margin-bottom: 2rem;
109
+
110
+ button,.btn,.btn-link{
111
+ align-self: center;
112
+ }
113
+ }
114
+
115
+ .form-input-with-button{
116
+ display:flex;
117
+ gap: 0.5rem;
118
+ }
119
+ .form-label{
120
+ margin-bottom:0.25rem;
121
+ span.form-label-optional {
122
+ font-weight:400;
123
+ }
124
+ }
125
+
126
+ &.my-organization-card {
127
+ padding: 0px;
128
+
129
+ .bd-card-img {
130
+ padding: 0px;
131
+ width: 100%;
132
+ height: 250px;
133
+
134
+ img {
135
+ object-fit: cover;
136
+ border-bottom-left-radius: 0px;
137
+ border-bottom-right-radius: 0px;
138
+ }
139
+ }
140
+ }
141
+ }
142
+
143
+ &.overview-template {
144
+ .bd-dropdown.dropdown .dropdown-toggle {
145
+ display: flex;
146
+ align-items: center;
147
+ font-weight: 500;
148
+ font-size: 13px;
149
+ letter-spacing: 0;
150
+ line-height: 24px;
151
+ margin-right: 0px;
152
+ text-decoration: none;
153
+ }
154
+
155
+ .bd-form-checkbox {
156
+ margin-bottom: 22px;
157
+ font-family: $font-family-base;
158
+ }
159
+
160
+ .bd-article {
161
+ margin-bottom: 16px;
162
+ padding: 20px;
163
+ cursor: pointer;
164
+
165
+ header {
166
+ position: relative;
167
+
168
+ .bd-date {
169
+ color: $secondary;
170
+ font-size: .875rem;
171
+ font-weight: 400;
172
+ text-wrap: nowrap;
173
+ }
174
+
175
+ .bd-counter {
176
+ margin-right: 0px;
177
+ }
178
+
179
+ .bd-user__information header {
180
+ justify-content: flex-start;
181
+ }
182
+ }
183
+
184
+ .bd-dropdown .dropdown-menu {
185
+ padding: 0px;
186
+
187
+ .dropdown-item {
188
+ cursor: pointer;
189
+ line-height: normal;
190
+ padding: 8px 20px;
191
+ }
192
+ }
193
+ }
194
+
195
+ .bd-badge {
196
+ margin-right:auto;
197
+ margin: 0px 4px;
198
+ align-self:flex-start;
199
+ }
200
+
201
+ .bd-text{
202
+ line-height: 1.375rem;
203
+ max-height: 2.75rem;
204
+ overflow: hidden;
205
+ display: -webkit-box;
206
+ -webkit-box-orient: vertical;
207
+ overflow: hidden;
208
+ -webkit-line-clamp: 2;
209
+
210
+ p {
211
+ margin-bottom: 0px;
212
+ }
213
+ }
214
+
215
+ .bd-body-card {
216
+ display: flex;
217
+ justify-content: space-between;
218
+
219
+ @media (max-width: map-get($grid-breakpoints, md)) {
220
+ flex-direction: column;
221
+ align-items:flex-end;
222
+ >*:first-child {
223
+ align-self: stretch;
224
+ }
225
+ }
226
+
227
+
228
+ }
229
+
230
+ .bd-dropdown {
231
+ margin-right: 0px;
232
+ }
233
+
234
+ .bd-counter {
235
+ display:none
236
+ }
237
+
238
+ .bd-article.is-unread {
239
+ border-right: 4px solid $primary;
240
+
241
+ .bd-date {
242
+ color: $primary;
243
+ font-weight: 500;
244
+ }
245
+
246
+ .bd-counter {
247
+ display: block;
248
+ width: 20px;
249
+ height: 20px;
250
+ border-radius: 12px;
251
+ background-color: $primary;
252
+ margin-top:6px;
253
+ }
254
+ }
255
+ }
256
+
257
+ &.detail-conversation-template{
258
+ .bd-card-template {
259
+ margin-top: 20px;
260
+ }
261
+
262
+ .spinner-border {
263
+ width: 1rem;
264
+ height: 1rem;
265
+ --bs-spinner-border-width: 0.15em;
266
+ }
267
+
268
+ .icon-eye-show {
269
+ height: 25px;
270
+ width: 25px;
271
+ padding-bottom: 3px;
272
+ }
273
+ }
274
+ }
275
+
276
+ @media (max-width: map-get($grid-breakpoints, sm)) {
277
+ .template {
278
+ &.overview-template {
279
+ .bd-form-checkbox {
280
+ padding-left:2.8rem;
281
+ margin-bottom: 12px;
282
+ }
283
+
284
+ .conversations-container {
285
+ padding: 0px;
286
+
287
+ .bd-article {
288
+ margin-bottom: 5px;
289
+ border-radius: 0px;
290
+ padding: 16px;
291
+ }
292
+ }
293
+ }
294
+ }
319
295
  }