@asd20/ui 3.2.484 → 3.2.486

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.484",
8
+ "version": "3.2.486",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -22,7 +22,7 @@
22
22
  ? linkLabel
23
23
  : `Watch this space for more ${cardType}s.`
24
24
  "
25
- :link="link"
25
+ :link="cards.length >= 10 || cardType === 'Event' ? link : null"
26
26
  expanded-header
27
27
  zoom
28
28
  reversed
@@ -177,13 +177,7 @@ export default {
177
177
  },
178
178
  primaryMessage() {
179
179
  const introMessage = this.primaryMessages.slice(0, 1)
180
- if (
181
- introMessage[0].bodyHtml === '' ||
182
- null ||
183
- introMessage[0].detailLink !== '' ||
184
- null
185
- )
186
- return
180
+ if (introMessage[0].bodyHtml === '' || null) return
187
181
  return introMessage
188
182
  },
189
183
  },
@@ -129,6 +129,17 @@
129
129
  "trackingCode": null,
130
130
  "url": "/school-choice"
131
131
  }
132
+ },
133
+ {
134
+ "link": {
135
+ "category": "Transportation",
136
+ "type": "Detail Link",
137
+ "expireDateTime": null,
138
+ "id": "d7d8754e-446e-11ea-9d5c-c35d5b2134f1",
139
+ "title": "Transportation details.",
140
+ "trackingCode": null,
141
+ "url": "/buses-and-transportation"
142
+ }
132
143
  }
133
144
  ],
134
145
  "images": [