@appscode/design-system 2.4.26-alpha-2 → 2.4.27-alpha-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 (61) hide show
  1. package/main.scss +1 -0
  2. package/package.json +1 -1
  3. package/vue-components/styles/base/utilities/_colors.scss +15 -0
  4. package/vue-components/styles/base/utilities/_customize-bulma.scss +1 -1
  5. package/vue-components/styles/base/utilities/_global.scss +2 -2
  6. package/vue-components/styles/base/utilities/_typography.scss +4 -4
  7. package/vue-components/styles/components/_ac-calendar.scss +3 -3
  8. package/vue-components/styles/components/_ac-code-highlight.scss +1 -1
  9. package/vue-components/styles/components/_ac-drag.scss +1 -1
  10. package/vue-components/styles/components/_accordion.scss +1 -1
  11. package/vue-components/styles/components/_breadcrumb.scss +1 -1
  12. package/vue-components/styles/components/_dropdown.scss +1 -1
  13. package/vue-components/styles/components/_getkeeper.scss +1 -1
  14. package/vue-components/styles/components/_graph.scss +1 -1
  15. package/vue-components/styles/components/_options.scss +2 -2
  16. package/vue-components/styles/components/_pagination.scss +2 -2
  17. package/vue-components/styles/components/_preview-modal.scss +1 -1
  18. package/vue-components/styles/components/_progress-bar.scss +2 -2
  19. package/vue-components/styles/components/_table-of-content.scss +3 -3
  20. package/vue-components/styles/components/_table.scss +4 -4
  21. package/vue-components/styles/components/_tabs.scss +3 -3
  22. package/vue-components/styles/components/_terminal.scss +3 -3
  23. package/vue-components/styles/components/_widget-menu.scss +6 -6
  24. package/vue-components/styles/components/_wizard.scss +8 -8
  25. package/vue-components/styles/components/ac-toaster/_ac-toasted.scss +2 -2
  26. package/vue-components/styles/components/alert/_alert.scss +1 -1
  27. package/vue-components/styles/components/alert/_toast.scss +1 -1
  28. package/vue-components/styles/components/bbum/_card-team.scss +2 -2
  29. package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
  30. package/vue-components/styles/components/bbum/_sign-up-notification.scss +2 -2
  31. package/vue-components/styles/components/bbum/_single-post-preview.scss +1 -1
  32. package/vue-components/styles/components/bbum/_user-profile.scss +1 -1
  33. package/vue-components/styles/components/cards/_cluster.scss +1 -1
  34. package/vue-components/styles/components/cards/_info.scss +1 -1
  35. package/vue-components/styles/components/cards/_payment-card.scss +1 -1
  36. package/vue-components/styles/components/cards/_vendor.scss +1 -1
  37. package/vue-components/styles/components/editor/_filtered-file-editor.scss +1 -1
  38. package/vue-components/styles/components/form-fields/_check-radio-switch.scss +4 -4
  39. package/vue-components/styles/components/form-fields/_image-upload.scss +1 -1
  40. package/vue-components/styles/components/form-fields/_input-card.scss +3 -3
  41. package/vue-components/styles/components/form-fields/_input.scss +16 -16
  42. package/vue-components/styles/components/inbox/all.scss +73 -0
  43. package/vue-components/styles/components/navbar/_menu-content.scss +10 -10
  44. package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
  45. package/vue-components/styles/components/select-box/_multi-select.scss +23 -22
  46. package/vue-components/styles/components/sidebar/_left-sidebar.scss +1 -1
  47. package/vue-components/styles/components/ui-builder/_ui-builder.scss +3 -3
  48. package/vue-components/styles/components/ui-builder/_vue-open-api.scss +14 -14
  49. package/vue-components/v3/form-fields/AcSelect.vue +1 -1
  50. package/vue-components/v3/form-fields/CheckBox.vue +1 -1
  51. package/vue-components/v3/form-fields/CheckRadio.vue +2 -3
  52. package/vue-components/v3/form-fields/Searchbar.vue +1 -1
  53. package/vue-components/v3/icons/InfoIcon.vue +9 -0
  54. package/vue-components/v3/inbox/Inbox.vue +13 -0
  55. package/vue-components/v3/inbox/MessageDetails.vue +102 -0
  56. package/vue-components/v3/inbox/MessageList.vue +95 -0
  57. package/vue-components/v3/navbar/Appdrawer.vue +12 -5
  58. package/vue-components/v3/pagination/Pagination.vue +1 -1
  59. package/vue-components/v3/table/InfoTable.vue +1 -1
  60. package/vue-components/v3/table/table-cell/ArrayCell.vue +2 -2
  61. package/vue-components/v3/table/table-cell/ObjectCell.vue +2 -2
@@ -179,8 +179,8 @@
179
179
  .switch {
180
180
  position: relative;
181
181
  display: inline-block;
182
- width: 36px;
183
- height: 18px;
182
+ width: 40px;
183
+ height: 22px;
184
184
 
185
185
  input {
186
186
  position: absolute;
@@ -213,8 +213,8 @@
213
213
  &:before {
214
214
  content: "";
215
215
  position: absolute;
216
- height: 12px;
217
- width: 12px;
216
+ height: 16px;
217
+ width: 16px;
218
218
  left: 4px;
219
219
  bottom: 3px;
220
220
  background-color: white;
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  .drag-and-drop-msg {
29
- font-size: 13px;
29
+ font-size: 14px;
30
30
  color: $color-text;
31
31
  font-weight: 400;
32
32
  margin-bottom: 10px;
@@ -55,7 +55,7 @@
55
55
  .ac-single-radio,
56
56
  .ac-single-checkbox {
57
57
  label {
58
- font-size: 13px;
58
+ font-size: 14px;
59
59
  line-height: 20px;
60
60
  color: $color-heading;
61
61
  padding-left: 25px !important;
@@ -207,7 +207,7 @@
207
207
  font-family: $font-heading;
208
208
  font-style: normal;
209
209
  font-weight: 500;
210
- font-size: 13px;
210
+ font-size: 14px;
211
211
  line-height: 24px;
212
212
  color: $color-heading;
213
213
  }
@@ -217,7 +217,7 @@
217
217
  font-family: $font-paragraph;
218
218
  font-style: normal;
219
219
  font-weight: normal;
220
- font-size: 13px;
220
+ font-size: 14px;
221
221
  line-height: 140%;
222
222
  color: $color-heading;
223
223
 
@@ -87,7 +87,7 @@
87
87
  &.borderless-input {
88
88
  input {
89
89
  border: none;
90
- font-size: 13px;
90
+ font-size: 14px;
91
91
  padding: 4px 7px;
92
92
  height: 30px;
93
93
  background-color: $white-100;
@@ -136,8 +136,8 @@
136
136
  }
137
137
 
138
138
  label {
139
- top: 13px;
140
- font-size: 13px;
139
+ top: 14px;
140
+ font-size: 14px;
141
141
 
142
142
  &.show-label {
143
143
  font-size: 12px;
@@ -153,7 +153,7 @@
153
153
  .icon {
154
154
  height: 45px;
155
155
  width: 30px;
156
- font-size: 13px;
156
+ font-size: 14px;
157
157
  }
158
158
  }
159
159
  }
@@ -163,7 +163,7 @@
163
163
  input,
164
164
  select {
165
165
  height: 36px;
166
- font-size: 13px;
166
+ font-size: 14px;
167
167
  font-weight: 400;
168
168
  }
169
169
 
@@ -186,7 +186,7 @@
186
186
 
187
187
  label {
188
188
  top: 8px;
189
- font-size: 13px;
189
+ font-size: 14px;
190
190
 
191
191
  &.switch-label {
192
192
  top: 0;
@@ -211,7 +211,7 @@
211
211
  .icon {
212
212
  height: 36px;
213
213
  width: 25px;
214
- font-size: 13px;
214
+ font-size: 14px;
215
215
  }
216
216
  }
217
217
  }
@@ -221,7 +221,7 @@
221
221
  input,
222
222
  select {
223
223
  height: 32px;
224
- font-size: 13px;
224
+ font-size: 14px;
225
225
  font-weight: 400;
226
226
  }
227
227
 
@@ -252,7 +252,7 @@
252
252
 
253
253
  label {
254
254
  top: 6px;
255
- font-size: 13px;
255
+ font-size: 14px;
256
256
 
257
257
  &.switch-label {
258
258
  top: 0;
@@ -269,7 +269,7 @@
269
269
  .icon {
270
270
  height: 32px;
271
271
  width: 25px;
272
- font-size: 13px;
272
+ font-size: 14px;
273
273
  }
274
274
  }
275
275
  }
@@ -280,7 +280,7 @@
280
280
  }
281
281
 
282
282
  label {
283
- font-size: 13px;
283
+ font-size: 14px;
284
284
  left: 15px;
285
285
  top: 11px;
286
286
  cursor: text;
@@ -303,7 +303,7 @@
303
303
  top: -9px;
304
304
  left: 10px;
305
305
  padding: 0 5px;
306
- font-size: 13px;
306
+ font-size: 14px;
307
307
  color: $gray-40;
308
308
 
309
309
  &:after {
@@ -366,7 +366,7 @@
366
366
  a {
367
367
  color: $color-heading;
368
368
  display: block;
369
- font-size: 13px;
369
+ font-size: 14px;
370
370
  padding: 8px 20px;
371
371
  transition: 0.3s;
372
372
 
@@ -417,7 +417,7 @@
417
417
  border-radius: 4px;
418
418
  border: 1px solid $color-border-dark;
419
419
  padding: 8px 15px;
420
- font-size: 13px;
420
+ font-size: 14px;
421
421
 
422
422
  &:hover {
423
423
  border-color: $ac-primary;
@@ -445,7 +445,7 @@
445
445
  padding-left: 30px;
446
446
  }
447
447
 
448
- transition: background-color 0.3s ease-in-out;
448
+ transition: background-color 0.1s ease-in-out;
449
449
  }
450
450
 
451
451
  .ac-card {
@@ -459,7 +459,7 @@
459
459
 
460
460
  b.isRequired {
461
461
  color: $danger;
462
- font-size: 13px;
462
+ font-size: 14px;
463
463
  position: absolute;
464
464
  right: 5px;
465
465
  z-index: 9;
@@ -0,0 +1,73 @@
1
+ .inbox-sidebar {
2
+ width: 460px;
3
+ border-right: 1px solid $color-border;
4
+ // padding: 20px;
5
+ // box-shadow: 2px 0px 6px 2px rgba(0, 0, 0, 0.04);
6
+ position: sticky;
7
+ top: 60px;
8
+ @include until-widescreen {
9
+ width: 360px;
10
+ }
11
+ .head {
12
+ position: sticky;
13
+ top: 0px;
14
+ z-index: 99;
15
+ background-color: #fff;
16
+ padding: 20px;
17
+ border-bottom: 1px solid $color-border;
18
+ // box-shadow: $ac-shadow-1;
19
+ }
20
+ }
21
+ .message-list {
22
+ height: calc(100vh - 170px);
23
+ overflow-y: auto;
24
+ overflow-x: hidden;
25
+ padding-inline: 20px;
26
+ }
27
+
28
+ .single-message {
29
+ transition: 0.2s ease-in-out;
30
+ padding: 10px 20px;
31
+ border-radius: 4px;
32
+ position: relative;
33
+ z-index: 9;
34
+ width: calc(100% + 40px);
35
+ margin-left: -20px;
36
+ border-bottom: 1px solid $color-border;
37
+
38
+ &.is-unread {
39
+ background-color: $primary-light-gray;
40
+ }
41
+ &:hover {
42
+ background-color: hsla(var(--secondary-hue), 12%, 95%);
43
+ }
44
+ }
45
+
46
+ .message-details {
47
+ max-width: 768px;
48
+ margin: 36px 32px 32px 64px;
49
+ @include until-widescreen {
50
+ margin: 36px 16px 16px 16px;
51
+ }
52
+ }
53
+
54
+ .recommended-actions {
55
+ border-radius: 8px;
56
+ box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.06);
57
+ border: 1px solid $color-border;
58
+ overflow: hidden;
59
+ .recommended-heading {
60
+ padding: 10px 20px;
61
+ border-bottom: 1px solid $color-border;
62
+ background-color: $secondary-light-gray;
63
+ }
64
+ .recommended-body {
65
+ padding: 12px 8px;
66
+ .single-action {
67
+ background-color: hsla(var(--secondary-hue), 12%, 98%);
68
+ border: 1px solid $color-border;
69
+ padding: 16px 20px;
70
+ border-radius: 4px;
71
+ }
72
+ }
73
+ }
@@ -91,7 +91,7 @@
91
91
  padding-bottom: 20px;
92
92
 
93
93
  p {
94
- font-size: 13px;
94
+ font-size: 14px;
95
95
  color: $color-heading;
96
96
  }
97
97
 
@@ -107,7 +107,7 @@
107
107
  margin-top: 20px;
108
108
 
109
109
  p {
110
- font-size: 13px;
110
+ font-size: 14px;
111
111
  color: $color-heading;
112
112
  }
113
113
 
@@ -159,7 +159,7 @@
159
159
  .left-content {
160
160
  p {
161
161
  font-weight: 500;
162
- font-size: 13px;
162
+ font-size: 14px;
163
163
  line-height: 19px;
164
164
  margin-bottom: 15px;
165
165
 
@@ -181,7 +181,7 @@
181
181
  border: none;
182
182
  margin: 0;
183
183
  padding: 10px;
184
- font-size: 13px;
184
+ font-size: 14px;
185
185
 
186
186
  &.is-active {
187
187
  background-color: $ac-primary;
@@ -254,7 +254,7 @@
254
254
  border-top: 1px solid $color-border;
255
255
  text-align: center;
256
256
  font-weight: 500;
257
- font-size: 13px;
257
+ font-size: 14px;
258
258
  color: $color-heading;
259
259
  display: block;
260
260
  padding: 10px 20px;
@@ -273,7 +273,7 @@
273
273
  padding: 8px 15px;
274
274
  color: $color-heading;
275
275
  transition: 0.3s ease-in-out;
276
- font-size: 13px;
276
+ font-size: 14px;
277
277
 
278
278
  &:hover {
279
279
  background-color: $primary-95;
@@ -324,7 +324,7 @@
324
324
  .profile-info {
325
325
  p {
326
326
  color: $color-heading;
327
- font-size: 13px;
327
+ font-size: 14px;
328
328
  font-weight: 500;
329
329
  line-height: 1.3;
330
330
  }
@@ -431,12 +431,12 @@
431
431
 
432
432
  li {
433
433
  display: block;
434
- font-size: 13px;
434
+ font-size: 14px;
435
435
  a {
436
436
  display: block;
437
437
  color: $color-heading !important;
438
438
  padding: 10px 20px !important;
439
- font-size: 13px !important;
439
+ font-size: 14px !important;
440
440
  transition: 0.2s;
441
441
  border-bottom: 1px solid $color-border;
442
442
 
@@ -485,7 +485,7 @@
485
485
 
486
486
  span {
487
487
  display: block;
488
- font-size: 13px;
488
+ font-size: 14px;
489
489
  margin-top: 4px;
490
490
  line-height: 150%;
491
491
  }
@@ -2,7 +2,7 @@
2
2
  // select {
3
3
  // background-color: $info-light;
4
4
  // border: 1px solid $primary-10;
5
- // font-size: 13px;
5
+ // font-size: 14px;
6
6
  // height: 42px;
7
7
  // padding-left: 20px;
8
8
 
@@ -8,7 +8,7 @@
8
8
  border-radius: 4px;
9
9
  border: 1px solid $color-border-dark;
10
10
  padding: 6px 30px 8px 15px;
11
- font-size: 13px;
11
+ font-size: 14px;
12
12
  border-radius: 4px;
13
13
 
14
14
  &:hover {
@@ -20,7 +20,7 @@
20
20
  padding: 0;
21
21
  // padding-top: 2px !important;
22
22
  font-weight: 500;
23
- font-size: 13px;
23
+ font-size: 14px;
24
24
  }
25
25
 
26
26
  .multiselect__tags-wrap {
@@ -55,7 +55,7 @@
55
55
  padding-left: 0;
56
56
  left: 0px;
57
57
  // top: 2px;
58
- font-size: 13px !important;
58
+ font-size: 14px !important;
59
59
  font-weight: 500;
60
60
  color: $color-heading;
61
61
  line-height: 1.5;
@@ -76,7 +76,7 @@
76
76
  .multiselect__option {
77
77
  padding: 4px 16px;
78
78
  min-height: 32px;
79
- font-size: 13px;
79
+ font-size: 14px;
80
80
  display: flex;
81
81
  align-items: center;
82
82
 
@@ -85,7 +85,7 @@
85
85
  }
86
86
 
87
87
  p {
88
- font-size: 13px;
88
+ font-size: 14px;
89
89
  color: $color-heading;
90
90
  }
91
91
 
@@ -146,7 +146,7 @@
146
146
  span {
147
147
  label {
148
148
  padding-left: 15px !important;
149
- font-size: 13px !important;
149
+ font-size: 14px !important;
150
150
  color: $primary-10 !important;
151
151
 
152
152
  &:after {
@@ -163,12 +163,12 @@
163
163
  color: $color-text;
164
164
  font-weight: 400;
165
165
  line-height: 1.6;
166
- font-size: 13px;
166
+ font-size: 14px;
167
167
  }
168
168
  }
169
169
 
170
170
  .multiselect__tags > span {
171
- font-size: 13px;
171
+ font-size: 14px;
172
172
  line-height: 1;
173
173
  color: $color-heading;
174
174
  }
@@ -207,7 +207,7 @@
207
207
 
208
208
  &.is-small {
209
209
  label {
210
- font-size: 13px;
210
+ font-size: 14px;
211
211
  top: 6px;
212
212
 
213
213
  &.show-label {
@@ -246,7 +246,7 @@
246
246
  .multiselect .multiselect__tags {
247
247
  min-height: 32px !important;
248
248
  padding: 4px 30px 4px 15px;
249
- font-size: 13px;
249
+ font-size: 14px;
250
250
 
251
251
  .multiselect__single {
252
252
  font-size: 12px;
@@ -254,14 +254,14 @@
254
254
 
255
255
  .multiselect__placeholder {
256
256
  padding: 5px 0 0;
257
- font-size: 13px;
257
+ font-size: 14px;
258
258
  font-weight: 500;
259
259
  }
260
260
  }
261
261
 
262
262
  .multiselect__input,
263
263
  .multiselect__single {
264
- font-size: 13px !important;
264
+ font-size: 14px !important;
265
265
  font-weight: 500;
266
266
  line-height: 1.5;
267
267
  // padding-bottom: 4px;
@@ -271,14 +271,14 @@
271
271
  &::placeholder {
272
272
  font-weight: 500;
273
273
  line-height: 1.6;
274
- font-size: 13px;
274
+ font-size: 14px;
275
275
  }
276
276
  }
277
277
  }
278
278
 
279
279
  &.is-extra-small {
280
280
  label {
281
- font-size: 13px;
281
+ font-size: 14px;
282
282
  top: 6px;
283
283
  font-weight: 500;
284
284
 
@@ -320,7 +320,7 @@
320
320
  .multiselect .multiselect__tags {
321
321
  min-height: 32px !important;
322
322
  padding: 3px 30px 4px 15px;
323
- font-size: 13px;
323
+ font-size: 14px;
324
324
  display: flex;
325
325
  align-items: center;
326
326
 
@@ -331,14 +331,14 @@
331
331
 
332
332
  .multiselect__placeholder {
333
333
  padding: 5px 0 0;
334
- font-size: 13px;
334
+ font-size: 14px;
335
335
  font-weight: 500;
336
336
  }
337
337
  }
338
338
 
339
339
  .multiselect__input,
340
340
  .multiselect__single {
341
- font-size: 13px !important;
341
+ font-size: 14px !important;
342
342
  font-weight: 500;
343
343
  line-height: 1.5;
344
344
  // padding-bottom: 4px;
@@ -348,7 +348,7 @@
348
348
  &::placeholder {
349
349
  font-weight: 500;
350
350
  line-height: 1.6;
351
- font-size: 13px;
351
+ font-size: 14px;
352
352
  }
353
353
  }
354
354
  }
@@ -397,14 +397,14 @@
397
397
  }
398
398
 
399
399
  label {
400
- font-size: 13px;
400
+ font-size: 14px;
401
401
  left: 15px;
402
402
  top: 8px;
403
403
  cursor: text;
404
404
  color: $color-heading;
405
405
  position: absolute;
406
406
  z-index: 99;
407
- transition: 0.3s ease-in-out;
407
+ transition: 0.1s ease-in-out;
408
408
 
409
409
  .is-required {
410
410
  img {
@@ -418,8 +418,9 @@
418
418
  top: -10px;
419
419
  left: 10px;
420
420
  padding: 0 5px;
421
- font-size: 13px;
421
+ font-size: 12px;
422
422
  color: $gray-40;
423
+ font-weight: 500;
423
424
 
424
425
  &::after {
425
426
  background-color: $white-100;
@@ -448,7 +449,7 @@
448
449
 
449
450
  li {
450
451
  .multiselect__option {
451
- font-size: 13px;
452
+ font-size: 14px;
452
453
  color: $color-heading;
453
454
 
454
455
  &:has(input[type="checkbox"]) {
@@ -89,7 +89,7 @@
89
89
  a {
90
90
  font-style: normal;
91
91
  font-weight: 500;
92
- font-size: 13px;
92
+ font-size: 14px;
93
93
  line-height: 16px;
94
94
  color: $white-100;
95
95
  position: relative;
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  p {
23
- font-size: 13px;
23
+ font-size: 14px;
24
24
  margin-bottom: 10px;
25
25
  color: $color-text;
26
26
  }
@@ -193,7 +193,7 @@
193
193
  // .th,
194
194
  // .td {
195
195
  // width: 20%;
196
- // font-size: 13px;
196
+ // font-size: 14px;
197
197
  // min-width: 150px;
198
198
  // padding: 6px 20px;
199
199
  // }
@@ -313,7 +313,7 @@
313
313
  strong {
314
314
  font-style: normal;
315
315
  font-weight: 500;
316
- font-size: 13px;
316
+ font-size: 14px;
317
317
  line-height: 16px;
318
318
  color: $color-heading;
319
319
  margin-right: 16px;
@@ -170,7 +170,7 @@
170
170
  &.borderless-input {
171
171
  input {
172
172
  border: none;
173
- font-size: 13px;
173
+ font-size: 14px;
174
174
  padding: 4px 7px;
175
175
  height: 30px;
176
176
  background-color: $white-100;
@@ -222,8 +222,8 @@
222
222
  }
223
223
 
224
224
  label {
225
- top: 13px;
226
- font-size: 13px;
225
+ top: 14px;
226
+ font-size: 14px;
227
227
 
228
228
  &.show-label {
229
229
  font-size: 12px;
@@ -239,7 +239,7 @@
239
239
  .icon {
240
240
  height: 45px;
241
241
  width: 30px;
242
- font-size: 13px;
242
+ font-size: 14px;
243
243
  }
244
244
  }
245
245
  }
@@ -248,7 +248,7 @@
248
248
  &.is-small {
249
249
  input {
250
250
  height: 36px;
251
- font-size: 13px;
251
+ font-size: 14px;
252
252
  font-weight: 400;
253
253
  }
254
254
 
@@ -271,7 +271,7 @@
271
271
 
272
272
  label {
273
273
  top: 8px;
274
- font-size: 13px;
274
+ font-size: 14px;
275
275
 
276
276
  &.switch-label {
277
277
  top: 0;
@@ -296,7 +296,7 @@
296
296
  .icon {
297
297
  height: 36px;
298
298
  width: 25px;
299
- font-size: 13px;
299
+ font-size: 14px;
300
300
  }
301
301
  }
302
302
  }
@@ -305,7 +305,7 @@
305
305
  &.is-extra-small {
306
306
  input {
307
307
  height: 32px;
308
- font-size: 13px;
308
+ font-size: 14px;
309
309
  font-weight: 400;
310
310
  }
311
311
 
@@ -336,7 +336,7 @@
336
336
 
337
337
  label {
338
338
  top: 8px;
339
- font-size: 13px;
339
+ font-size: 14px;
340
340
 
341
341
  &.switch-label {
342
342
  top: 0;
@@ -353,7 +353,7 @@
353
353
  .icon {
354
354
  height: 32px;
355
355
  width: 25px;
356
- font-size: 13px;
356
+ font-size: 14px;
357
357
  }
358
358
  }
359
359
  }
@@ -382,7 +382,7 @@
382
382
  }
383
383
 
384
384
  label {
385
- font-size: 13px;
385
+ font-size: 14px;
386
386
  left: 15px;
387
387
  top: 11px;
388
388
  cursor: text;
@@ -405,7 +405,7 @@
405
405
  top: -9px;
406
406
  left: 10px;
407
407
  padding: 0 5px;
408
- font-size: 13px;
408
+ font-size: 14px;
409
409
  color: $gray-40;
410
410
 
411
411
  &:after {
@@ -474,7 +474,7 @@
474
474
  a {
475
475
  color: $color-heading;
476
476
  display: block;
477
- font-size: 13px;
477
+ font-size: 14px;
478
478
  padding: 8px 20px;
479
479
  transition: 0.3s;
480
480
 
@@ -520,7 +520,7 @@
520
520
 
521
521
  b.isRequired {
522
522
  color: $danger;
523
- font-size: 13px;
523
+ font-size: 14px;
524
524
  position: absolute;
525
525
  right: 5px;
526
526
  z-index: 9;
@@ -145,7 +145,7 @@ const onSelect = (selectedOption: unknown, id: string) => emit("select", selecte
145
145
  :options="options"
146
146
  :placeholder="placeholderText"
147
147
  :disabled="disabled || isLoaderActive"
148
- :allow-empty="false"
148
+ :allow-empty="allowEmpty"
149
149
  :show-labels="false"
150
150
  :taggable="taggable"
151
151
  :close-on-select="true"