njk-tool 0.0.17 → 0.0.18
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/dist/bundle/app.min.cjs
CHANGED
|
@@ -13481,7 +13481,7 @@ position: var(--njk-title-position);
|
|
|
13481
13481
|
margin: var(--njk-title-margin);
|
|
13482
13482
|
color: var(--njk-title-color);
|
|
13483
13483
|
text-align: var(--njk-title-align);
|
|
13484
|
-
font-size:
|
|
13484
|
+
font-size: 32px
|
|
13485
13485
|
}
|
|
13486
13486
|
.njk-title-h2 {
|
|
13487
13487
|
padding: 0 0 4.8px;
|
|
@@ -13489,7 +13489,7 @@ position: var(--njk-title-position);
|
|
|
13489
13489
|
margin: var(--njk-title-margin);
|
|
13490
13490
|
color: var(--njk-title-color);
|
|
13491
13491
|
text-align: var(--njk-title-align);
|
|
13492
|
-
font-size:
|
|
13492
|
+
font-size: 26.4
|
|
13493
13493
|
}
|
|
13494
13494
|
.njk-title-h3 {
|
|
13495
13495
|
padding: 0 0 4.8px;
|
|
@@ -13497,7 +13497,7 @@ margin: var(--njk-title-margin);
|
|
|
13497
13497
|
position: var(--njk-title-position);
|
|
13498
13498
|
color: var(--text-color);
|
|
13499
13499
|
text-align: var(--njk-title-align);
|
|
13500
|
-
font-size:
|
|
13500
|
+
font-size: 20px
|
|
13501
13501
|
}
|
|
13502
13502
|
.njk-title-h2::before,
|
|
13503
13503
|
.njk-title-h1::before {
|
|
@@ -13603,7 +13603,7 @@ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
|
13603
13603
|
.code-block pre {
|
|
13604
13604
|
margin: 0;
|
|
13605
13605
|
padding: 1rem;
|
|
13606
|
-
background-color:
|
|
13606
|
+
background-color: #f5f5f5;
|
|
13607
13607
|
font-family: 'Courier New', monospace;
|
|
13608
13608
|
font-size: 14px;
|
|
13609
13609
|
line-height: 1.5;
|
|
@@ -13854,7 +13854,7 @@ padding: 6px 16px;
|
|
|
13854
13854
|
{% else %}
|
|
13855
13855
|
{% set text = ctx %}
|
|
13856
13856
|
{% endif %}
|
|
13857
|
-
<td class="default-cell">{{ text | replace("false", "❌") | replace("true", "✔️") }}</td>
|
|
13857
|
+
<td class="default-cell">{{ text | replace("false", "❌")| replace("False", "❌")| replace("True", "✔️") | replace("true", "✔️") }}</td>
|
|
13858
13858
|
{% endmacro %}
|
|
13859
13859
|
{% macro table_default(ctx) %}
|
|
13860
13860
|
{% if ctx.columns %}
|
|
@@ -14040,7 +14040,7 @@ display: block;
|
|
|
14040
14040
|
{% endif %}
|
|
14041
14041
|
{% endmacro %}
|
|
14042
14042
|
<body style="margin: 0; padding: 0;overflow: auto;">
|
|
14043
|
-
<div class="email-main-container" style="margin: 0 auto; padding: 0 3rem;box-sizing: border-box;width:
|
|
14043
|
+
<div class="email-main-container" style="margin: 0 auto; padding: 0 3rem;box-sizing: border-box;width:1500px;">
|
|
14044
14044
|
{{ use_component(ctx) }}
|
|
14045
14045
|
</div>
|
|
14046
14046
|
</body>
|