@worksafevictoria/wcl7.5 1.8.0-beta.11 → 1.8.0-beta.12

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.8.0-beta.11",
3
+ "version": "1.8.0-beta.12",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  >
18
18
  <template v-slot:cardItem="{ card }">
19
19
  <card-grid-item
20
- v-if="card.description"
20
+ v-if="card.description || card.title"
21
21
  :show-divider="!singleLineCards"
22
22
  :card-header-title="singleLineCards ? null : card.title"
23
23
  :header-size="card.titleSize"
@@ -137,7 +137,11 @@ export default {
137
137
  </script>
138
138
  <style lang="scss" scoped>
139
139
  .subheader {
140
+
140
141
  &--resource {
142
+ :deep(.card-grid__column) {
143
+ width: auto;
144
+ }
141
145
  :deep(.card-grid-item__description--withIcon) {
142
146
  align-items: center;
143
147
  }
@@ -40,7 +40,9 @@
40
40
  />
41
41
  <CustomControl position="BOTTOM_CENTER">
42
42
  <h4 v-if="unknownLGA">
43
- <BBadge variant="light"> Unknown LGA {{ unknownLGA }} </BBadge>
43
+ <BBadge variant="light">
44
+ Unspecified locations {{ unknownLGA }}
45
+ </BBadge>
44
46
  </h4>
45
47
  </CustomControl>
46
48
  <AdvancedMarker