@explorer-1/vue 0.2.49 → 0.2.51
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
|
@@ -102,7 +102,7 @@ const standardsEla = computed(() => {
|
|
|
102
102
|
return sortedStandards.value ? sortedStandards.value['ccss_english_language_arts'] : undefined
|
|
103
103
|
})
|
|
104
104
|
const standardsMath = computed(() => {
|
|
105
|
-
return sortedStandards.value ? sortedStandards.value['
|
|
105
|
+
return sortedStandards.value ? sortedStandards.value['ccss_math'] : undefined
|
|
106
106
|
})
|
|
107
107
|
const standardsNgss = computed(() => {
|
|
108
108
|
return sortedStandards.value ? sortedStandards.value['ngss'] : undefined
|
|
@@ -185,7 +185,7 @@ const standardsIste = computed(() => {
|
|
|
185
185
|
<div class="w-full lg:grid grid-cols-2 lg:gap-6 xl:gap-10">
|
|
186
186
|
<div v-if="standardsEla">
|
|
187
187
|
<div class="text-base font-semibold text-gray-dark mb-4">
|
|
188
|
-
English Language Arts Standards
|
|
188
|
+
English Language Arts Standards (CCSS - ELA)
|
|
189
189
|
</div>
|
|
190
190
|
<span class="sr-only">.</span>
|
|
191
191
|
<MetaPanelAccordion
|
|
@@ -195,7 +195,7 @@ const standardsIste = computed(() => {
|
|
|
195
195
|
</div>
|
|
196
196
|
<div v-if="standardsMath">
|
|
197
197
|
<div class="text-base font-semibold text-gray-dark mb-4">
|
|
198
|
-
|
|
198
|
+
Math Standards (CCSS - Math)
|
|
199
199
|
</div>
|
|
200
200
|
<span class="sr-only">.</span>
|
|
201
201
|
<MetaPanelAccordion
|
|
@@ -205,7 +205,7 @@ const standardsIste = computed(() => {
|
|
|
205
205
|
</div>
|
|
206
206
|
<div v-if="standardsNgss">
|
|
207
207
|
<div class="text-base font-semibold text-gray-dark mb-4">
|
|
208
|
-
|
|
208
|
+
Science Standards (NGSS)
|
|
209
209
|
</div>
|
|
210
210
|
<span class="sr-only">.</span>
|
|
211
211
|
<MetaPanelAccordion
|
|
@@ -125,7 +125,7 @@ export const BaseStory = {
|
|
|
125
125
|
domain: {
|
|
126
126
|
domain: 'Counting and Cardinality'
|
|
127
127
|
},
|
|
128
|
-
type: '
|
|
128
|
+
type: 'ccss_math'
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
{
|
|
@@ -136,7 +136,7 @@ export const BaseStory = {
|
|
|
136
136
|
domain: {
|
|
137
137
|
domain: 'Counting and Cardinality'
|
|
138
138
|
},
|
|
139
|
-
type: '
|
|
139
|
+
type: 'ccss_math'
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
{
|