@ansiversa/components 0.0.134 → 0.0.135
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,7 +22,6 @@ 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
|
-
<h2 class="av-card-heading">Overview</h2>
|
|
26
25
|
<p class="av-text-soft">Last study: {formatDateTime(summary.lastStudyAt)}</p>
|
|
27
26
|
</div>
|
|
28
27
|
<div class="av-row-wrap">
|
|
@@ -24,7 +24,6 @@ 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
|
-
<h2 class="av-card-heading">Overview</h2>
|
|
28
27
|
<p class="av-text-soft">Last updated: {formatDateTime(summary.lastUpdatedAt)}</p>
|
|
29
28
|
</div>
|
|
30
29
|
<div class="av-row-wrap">
|
|
@@ -25,7 +25,6 @@ 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
|
-
<h2 class="av-card-heading">Overview</h2>
|
|
29
28
|
<p class="av-text-soft">Last attempt: {formatDateTime(summary.kpis.lastAttemptAt)}</p>
|
|
30
29
|
</div>
|
|
31
30
|
<div class="av-row-wrap">
|
|
@@ -25,7 +25,6 @@ const completionLabel =
|
|
|
25
25
|
<section class="av-auth-stack-lg">
|
|
26
26
|
<div class="av-form-row">
|
|
27
27
|
<div class="av-auth-stack-xxs">
|
|
28
|
-
<h2 class="av-card-heading">Overview</h2>
|
|
29
28
|
<p class="av-text-soft">Last updated: {formatDateTime(summary.lastUpdatedAt)}</p>
|
|
30
29
|
</div>
|
|
31
30
|
<div class="av-row-wrap">
|