project-booster-vue 10.24.3 → 10.24.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "10.24.3",
3
+ "version": "10.24.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -35,7 +35,7 @@
35
35
  v-if="title"
36
36
  v-html="title"
37
37
  class="pb-card__title row-flex"
38
- :class="{ 'pb-card__title--disabled': disabled }"
38
+ :class="{ 'pb-card__title--disabled': disabled, 'pb-card__title__selectable': selectable }"
39
39
  :style="`text-align: ${alignText}`"
40
40
  />
41
41
  <div v-if="text" v-html="text" class="pb-card__text" :style="`text-align: ${alignText}`" />
@@ -91,7 +91,7 @@
91
91
  </div>
92
92
  </div>
93
93
  </div>
94
- <m-pb-card-selection-indicator :selectable="selectable" v-if="image" :selected="selected" />
94
+ <m-pb-card-selection-indicator :selectable="selectable" :selected="selected" />
95
95
  <m-pb-card-type-indicator v-if="typeIcon && image" :type-icon="typeIcon" />
96
96
  </div>
97
97
  </div>
@@ -514,6 +514,10 @@ $responsive-breakpoint: 's';
514
514
  color: $color-grey-800;
515
515
  }
516
516
  }
517
+
518
+ &__selectable {
519
+ margin-right: $mu400;
520
+ }
517
521
  }
518
522
 
519
523
  &__text {
@@ -34,7 +34,7 @@ $responsive-breakpoint: 's';
34
34
  height: 100%;
35
35
  position: absolute;
36
36
  right: $mu100;
37
- top: $mu100;
37
+ top: 22px;
38
38
 
39
39
  &::before {
40
40
  content: ' ';