@ansiversa/components 0.0.133 → 0.0.134
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
|
@@ -22,10 +22,7 @@ const decksUrl = buildAppUrl(summary.appId, "/decks");
|
|
|
22
22
|
<section class="av-auth-stack-lg">
|
|
23
23
|
<div class="av-form-row">
|
|
24
24
|
<div class="av-auth-stack-xxs">
|
|
25
|
-
<
|
|
26
|
-
<span>FlashNote</span>
|
|
27
|
-
</div>
|
|
28
|
-
<h2 class="av-card-heading">FlashNote summary</h2>
|
|
25
|
+
<h2 class="av-card-heading">Overview</h2>
|
|
29
26
|
<p class="av-text-soft">Last study: {formatDateTime(summary.lastStudyAt)}</p>
|
|
30
27
|
</div>
|
|
31
28
|
<div class="av-row-wrap">
|
|
@@ -24,10 +24,7 @@ const completionLabel =
|
|
|
24
24
|
<section class="av-auth-stack-lg">
|
|
25
25
|
<div class="av-form-row">
|
|
26
26
|
<div class="av-auth-stack-xxs">
|
|
27
|
-
<
|
|
28
|
-
<span>Portfolio Creator</span>
|
|
29
|
-
</div>
|
|
30
|
-
<h2 class="av-card-heading">Portfolio summary</h2>
|
|
27
|
+
<h2 class="av-card-heading">Overview</h2>
|
|
31
28
|
<p class="av-text-soft">Last updated: {formatDateTime(summary.lastUpdatedAt)}</p>
|
|
32
29
|
</div>
|
|
33
30
|
<div class="av-row-wrap">
|
|
@@ -25,10 +25,7 @@ const quizBaseUrl = buildAppUrl(summary.appId);
|
|
|
25
25
|
<section class="av-auth-stack-lg">
|
|
26
26
|
<div class="av-form-row">
|
|
27
27
|
<div class="av-auth-stack-xxs">
|
|
28
|
-
<
|
|
29
|
-
<span>Quiz</span>
|
|
30
|
-
</div>
|
|
31
|
-
<h2 class="av-card-heading">Quiz summary</h2>
|
|
28
|
+
<h2 class="av-card-heading">Overview</h2>
|
|
32
29
|
<p class="av-text-soft">Last attempt: {formatDateTime(summary.kpis.lastAttemptAt)}</p>
|
|
33
30
|
</div>
|
|
34
31
|
<div class="av-row-wrap">
|