njk-tool 0.0.6 → 0.0.8
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
|
@@ -13299,6 +13299,7 @@ var TagType;
|
|
|
13299
13299
|
})(TagType || (TagType = {}));
|
|
13300
13300
|
|
|
13301
13301
|
const styleText = `
|
|
13302
|
+
<style>
|
|
13302
13303
|
/* Components.css */
|
|
13303
13304
|
|
|
13304
13305
|
/* END-Components.css */
|
|
@@ -13646,6 +13647,7 @@ body {
|
|
|
13646
13647
|
padding: 50px;
|
|
13647
13648
|
}
|
|
13648
13649
|
/* END-Base.css */
|
|
13650
|
+
</style>
|
|
13649
13651
|
`;
|
|
13650
13652
|
|
|
13651
13653
|
const templateText = `
|