@agenticmail/enterprise 0.5.278 → 0.5.279
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.
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
6
6
|
<title>AgenticMail Enterprise</title>
|
|
7
7
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' stop-color='%23f43f5e'/><stop offset='100%25' stop-color='%23e11d48'/></linearGradient></defs><rect x='2' y='5' width='20' height='14' rx='2.5' fill='url(%23g)'/><polyline points='2 5 12 13 22 5' stroke='white' stroke-width='1.8' fill='none' stroke-linejoin='round' opacity='0.85'/></svg>"/>
|
|
8
|
-
<script src="/dashboard/vendor/react.
|
|
9
|
-
<script src="/dashboard/vendor/react-dom.
|
|
8
|
+
<script src="/dashboard/vendor/react.production.min.js"></script>
|
|
9
|
+
<script src="/dashboard/vendor/react-dom.production.min.js"></script>
|
|
10
10
|
<style>
|
|
11
11
|
/* ═══════════════════════════════════════════════════════════
|
|
12
12
|
THEME SYSTEM — CSS Custom Properties
|
package/package.json
CHANGED
package/src/dashboard/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
6
6
|
<title>AgenticMail Enterprise</title>
|
|
7
7
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' stop-color='%23f43f5e'/><stop offset='100%25' stop-color='%23e11d48'/></linearGradient></defs><rect x='2' y='5' width='20' height='14' rx='2.5' fill='url(%23g)'/><polyline points='2 5 12 13 22 5' stroke='white' stroke-width='1.8' fill='none' stroke-linejoin='round' opacity='0.85'/></svg>"/>
|
|
8
|
-
<script src="/dashboard/vendor/react.
|
|
9
|
-
<script src="/dashboard/vendor/react-dom.
|
|
8
|
+
<script src="/dashboard/vendor/react.production.min.js"></script>
|
|
9
|
+
<script src="/dashboard/vendor/react-dom.production.min.js"></script>
|
|
10
10
|
<style>
|
|
11
11
|
/* ═══════════════════════════════════════════════════════════
|
|
12
12
|
THEME SYSTEM — CSS Custom Properties
|