@beterdichtbij/component-library 0.58.4 → 0.59.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.
- package/dist/bd-component-lib.cjs.js +49 -49
- package/dist/bd-component-lib.css +1 -1
- package/dist/bd-component-lib.es.js +153 -145
- package/dist/bd-component-lib.umd.js +3 -3
- package/dist/scss/_content-library-card-message-template.scss +128 -0
- package/dist/scss/_content-library-card.scss +0 -118
- package/dist/scss/_content-library-overview.scss +1 -1
- package/dist/scss/component-library-styling.scss +1 -0
- package/dist/scss/templates/_content-library-template.scss +5 -2
- package/package.json +1 -1
|
@@ -13,8 +13,6 @@
|
|
|
13
13
|
h6 {
|
|
14
14
|
display: -webkit-box;
|
|
15
15
|
display: -moz-box;
|
|
16
|
-
min-height: 1.5625rem;
|
|
17
|
-
max-height: 3.125rem;
|
|
18
16
|
overflow: hidden;
|
|
19
17
|
-webkit-line-clamp: 2;
|
|
20
18
|
line-clamp: 2;
|
|
@@ -135,120 +133,4 @@
|
|
|
135
133
|
}
|
|
136
134
|
}
|
|
137
135
|
|
|
138
|
-
&-message-template {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
&__tag {
|
|
142
|
-
border-radius: 5px;
|
|
143
|
-
margin-bottom: 12px;
|
|
144
|
-
border-radius: 5px;
|
|
145
|
-
overflow: hidden;
|
|
146
|
-
white-space: nowrap;
|
|
147
|
-
text-overflow: ellipsis;
|
|
148
|
-
|
|
149
|
-
span {
|
|
150
|
-
background-color: #f2f3f5;
|
|
151
|
-
border-radius: 5px;
|
|
152
|
-
padding: 5px 8px;
|
|
153
|
-
color: $color-stroke-gray;
|
|
154
|
-
font-size: 0.8125rem;
|
|
155
|
-
line-height: 0.953125rem;
|
|
156
|
-
height: 0.953125rem;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
.btn-link {
|
|
162
|
-
padding: 0;
|
|
163
|
-
|
|
164
|
-
&:focus {
|
|
165
|
-
box-shadow: revert;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.collapsed > .when-open,
|
|
170
|
-
.not-collapsed > .when-closed {
|
|
171
|
-
display: none;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.content-library-card-message-template__collapse {
|
|
175
|
-
.message-text{
|
|
176
|
-
word-break: break-word;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.attachment-list {
|
|
180
|
-
.attachment-list__item {
|
|
181
|
-
margin-right: 15px;
|
|
182
|
-
margin-bottom: 0.25rem;
|
|
183
|
-
word-break: break-all;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
img {
|
|
187
|
-
height: 50px;
|
|
188
|
-
max-width: 100%;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
display: block !important;
|
|
193
|
-
|
|
194
|
-
&.collapse {
|
|
195
|
-
&:not(.show) {
|
|
196
|
-
height: 2.75rem !important;
|
|
197
|
-
display: -webkit-box !important;
|
|
198
|
-
overflow: hidden;
|
|
199
|
-
-webkit-line-clamp: 2;
|
|
200
|
-
-webkit-box-orient: vertical;
|
|
201
|
-
|
|
202
|
-
.attachment-list {
|
|
203
|
-
display: none;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
&.collapsing {
|
|
209
|
-
&:not(.show) {
|
|
210
|
-
height: 4.5rem !important;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
footer {
|
|
216
|
-
.icon-button {
|
|
217
|
-
svg {
|
|
218
|
-
fill: revert;
|
|
219
|
-
stroke: hsla(224, 21%, 38%, 1);
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.edit-btn-group {
|
|
224
|
-
svg {
|
|
225
|
-
fill: hsla(224, 21%, 38%, 1);
|
|
226
|
-
stroke: revert;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.attachment-occurence {
|
|
232
|
-
position: relative;
|
|
233
|
-
|
|
234
|
-
.icon {
|
|
235
|
-
position: absolute;
|
|
236
|
-
fill: $color-blue;
|
|
237
|
-
top: -8px;
|
|
238
|
-
right: 8px;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.number-icon {
|
|
242
|
-
color: white;
|
|
243
|
-
font-size: 0.6em;
|
|
244
|
-
position: absolute;
|
|
245
|
-
border-radius: 50%;
|
|
246
|
-
background-color: "blue";//$color-brightblue;
|
|
247
|
-
width: 0.7rem;
|
|
248
|
-
text-align: center;
|
|
249
|
-
top: -14px;
|
|
250
|
-
left: -12px;
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
136
|
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
.content-library-template {
|
|
2
|
+
.content-library-header {
|
|
3
|
+
margin-bottom: 15px;
|
|
4
|
+
}
|
|
5
|
+
|
|
2
6
|
.bd-form-checkbox {
|
|
3
7
|
display: flex;
|
|
4
8
|
margin-bottom: 8px;
|
|
5
9
|
}
|
|
6
10
|
|
|
7
11
|
.collapse-button {
|
|
8
|
-
padding: 0
|
|
9
|
-
margin-bottom: 8px;
|
|
12
|
+
padding: 0;
|
|
10
13
|
|
|
11
14
|
&-last {
|
|
12
15
|
margin-bottom: 0;
|