diff --git a/base-components/jszip/headHtml/js-zip.html b/base-components/jszip/headHtml/js-zip.html new file mode 100644 index 0000000..fa78a4f --- /dev/null +++ b/base-components/jszip/headHtml/js-zip.html @@ -0,0 +1 @@ + diff --git a/base-components/jszip/meta.json b/base-components/jszip/meta.json new file mode 100644 index 0000000..1618e6b --- /dev/null +++ b/base-components/jszip/meta.json @@ -0,0 +1 @@ +{"id":"jszip","description":"Create, read and edit .zip files with Javascript"} \ No newline at end of file diff --git a/components/1-styling/componentCss/style.css b/components/1-styling/componentCss/style.css index 1d6d1b8..5d7330e 100644 --- a/components/1-styling/componentCss/style.css +++ b/components/1-styling/componentCss/style.css @@ -236,4 +236,9 @@ header .simplycode-controls { } .simplycode-editor-code textarea { margin-top: -1px; -} \ No newline at end of file +} +strong.simplycode-module { + color: var(--simplycode-highlight-dark); + float: right; + padding-right: 5px; +} diff --git a/components/simply-toolbar/componentTemplates/simply-toolbar-imports.html b/components/simply-toolbar/componentTemplates/simply-toolbar-imports.html new file mode 100644 index 0000000..528eab6 --- /dev/null +++ b/components/simply-toolbar/componentTemplates/simply-toolbar-imports.html @@ -0,0 +1,34 @@ +
+ + + + + + \ No newline at end of file diff --git a/components/simply-toolbar/componentTemplates/simply-toolbar.html b/components/simply-toolbar/componentTemplates/simply-toolbar.html index a504805..adde7a8 100644 --- a/components/simply-toolbar/componentTemplates/simply-toolbar.html +++ b/components/simply-toolbar/componentTemplates/simply-toolbar.html @@ -2,6 +2,7 @@ + diff --git a/generated.html b/generated.html index 47d18a5..4ab8939 100644 --- a/generated.html +++ b/generated.html @@ -949,6 +949,12 @@ .simplycode-editor-code textarea { margin-top: -1px; } + strong.simplycode-module { + color: var(--simplycode-highlight-dark); + float: right; + padding-right: 5px; + } + /* simplycode-import-url (component/component-import-url) */ .simplycode-editor-url input { width: 100%; @@ -1250,6 +1256,9 @@ src: local('Cocon'), url('/assets/fonts/CoconRegularFont.woff') format('woff'); } + + +