🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@docmd/ui

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docmd/ui - npm Package Compare versions

Comparing version
0.7.0
to
0.7.1
+3
-2
assets/css/docmd-main.css

@@ -1388,4 +1388,5 @@ /**

float: right;
margin-left: .3em;
opacity: .7
margin-left: auto;
opacity: .5;
display: inline-flex
}

@@ -1392,0 +1393,0 @@

+1
-1
{
"name": "@docmd/ui",
"version": "0.7.0",
"version": "0.7.1",
"description": "Base UI templates and assets for docmd.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -83,3 +83,3 @@ <!--

<h1><%= typeof t === 'function' ? t('errorCode404') : '404' %></h1>
<h1>404</h1>
<h2><%= typeof t === 'function' ? t('pageNotFound') : 'Page Not Found' %></h2>

@@ -86,0 +86,0 @@ <p><%= content %></p>

@@ -26,3 +26,3 @@ <!--

<% if (locals.allLocales && locals.allLocales.length > 1) { %>
<% if (locals.allLocales && locals.allLocales.length > 1 && !locals.i18nStringMode) { %>
<%

@@ -247,3 +247,3 @@ var i18nData = {

<% if (locals.allLocales && locals.allLocales.length > 1) { %>
<% if (locals.allLocales && locals.allLocales.length > 1 && !locals.i18nStringMode) { %>
<script src="<%= relativePathToRoot %>assets/js/docmd-i18n-strings.js?v=<%= buildHash %>"></script>

@@ -250,0 +250,0 @@ <% } %>