@asd20/ui 3.2.918 → 3.2.920
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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<asd20-icon v-if="large" name="search" size="md" />
|
|
4
4
|
<asd20-icon v-else name="search" size="sm" />
|
|
5
5
|
|
|
6
|
-
<label :for="`asd20-search${idTag}`"
|
|
6
|
+
<label :for="`asd20-search${idTag}`">Search</label>
|
|
7
7
|
<input
|
|
8
8
|
:id="`asd20-search${idTag}`"
|
|
9
9
|
:value="value"
|
|
@@ -126,7 +126,7 @@ export default {
|
|
|
126
126
|
|
|
127
127
|
const el = document.createElement('div')
|
|
128
128
|
// el.innerHTML = `<h2><a href="${url}">${h1}</a></h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
|
|
129
|
-
el.innerHTML = `<h2>${h1}</h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
|
|
129
|
+
el.innerHTML = `<h2>${h1}</h2> <p>${summary} <a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
|
|
130
130
|
document.body.appendChild(el)
|
|
131
131
|
const range = document.createRange()
|
|
132
132
|
const selection = document.getSelection()
|
|
@@ -26,20 +26,47 @@ export default {
|
|
|
26
26
|
isInLeadershipGroup: true,
|
|
27
27
|
isAuthenticated: true,
|
|
28
28
|
relatedLinks: [].concat(
|
|
29
|
-
Array(
|
|
29
|
+
Array(2).fill({
|
|
30
30
|
category: 'External',
|
|
31
31
|
source: '',
|
|
32
32
|
url: 'https://external/communications/factsheetsandfaqs-assessment',
|
|
33
33
|
title: 'Colorado State Assessment Process',
|
|
34
34
|
description: 'Assessment information for the state of Colorado.',
|
|
35
35
|
}),
|
|
36
|
-
Array(
|
|
36
|
+
Array(2).fill({
|
|
37
37
|
path: '/internal-page',
|
|
38
38
|
title: 'Ridiculus Tortor Amet',
|
|
39
39
|
metaDescription:
|
|
40
40
|
'Donec id elit non mi porta gravida at eget metus.',
|
|
41
41
|
}),
|
|
42
|
-
|
|
42
|
+
Array(2).fill({
|
|
43
|
+
category: 'Special',
|
|
44
|
+
path: '/internal-page',
|
|
45
|
+
title: 'Amet Ridiculus Tortor ',
|
|
46
|
+
metaDescription:
|
|
47
|
+
'Donec id elit non mi porta gravida at eget metus.',
|
|
48
|
+
}),
|
|
49
|
+
Array(2).fill({
|
|
50
|
+
category: 'External',
|
|
51
|
+
source: '',
|
|
52
|
+
url: 'https://external/communications/factsheetsandfaqs-assessment',
|
|
53
|
+
title: '2024-25 State Assessment Process',
|
|
54
|
+
description: 'Assessment information for the state of Colorado.',
|
|
55
|
+
}),
|
|
56
|
+
Array(2).fill({
|
|
57
|
+
category: 'External',
|
|
58
|
+
source: '',
|
|
59
|
+
url: 'https://external/communications/factsheetsandfaqs-assessment',
|
|
60
|
+
title: '2025-26 State Assessment Process',
|
|
61
|
+
description: 'Assessment information for the state of Colorado.',
|
|
62
|
+
}),
|
|
63
|
+
Array(2).fill({
|
|
64
|
+
category: 'Internal',
|
|
65
|
+
source: '',
|
|
66
|
+
url: 'https://external/communications/factsheetsandfaqs-assessment',
|
|
67
|
+
title: 'Assessment Process',
|
|
68
|
+
description: 'Assessment information for the state of Colorado.',
|
|
69
|
+
}),
|
|
43
70
|
Array(2).fill({
|
|
44
71
|
category: 'Image Links',
|
|
45
72
|
type: 'Link',
|