@beterdichtbij/component-library 0.67.0 → 0.67.2

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