@axinom/mosaic-portal 0.45.0 → 0.45.1
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.
|
@@ -53,69 +53,55 @@ a, a:visited
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.image {
|
|
56
|
-
width:
|
|
56
|
+
width: 400px;
|
|
57
57
|
height: 200px;
|
|
58
58
|
}
|
|
59
|
-
}
|
|
60
59
|
</style>
|
|
61
60
|
</head>
|
|
62
61
|
<body>
|
|
63
62
|
|
|
64
63
|
<div class="main">
|
|
65
|
-
<svg class="image"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
c-0.6,0.3-1.3,0.3-1.9,0l-4.1-2.1c-0.7-0.4-1.1-1.1-1.1-1.8v-3.9c0-0.8,0.4-1.5,1.1-1.8L43.8,37z"/>
|
|
103
|
-
<path fill="#12487C" d="M110.3,44.6h-1.8c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h1.8c0.5,0,0.9,0.4,0.9,0.9S110.8,44.6,110.3,44.6z
|
|
104
|
-
M105.5,44.6h-1.8c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h1.8c0.5,0,0.9,0.4,0.9,0.9S106,44.6,105.5,44.6z M100.6,44.6h-1.8
|
|
105
|
-
c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h1.8c0.5,0,0.9,0.4,0.9,0.9S101.1,44.6,100.6,44.6z M95.8,44.6H94c-0.5,0-0.9-0.4-0.9-0.9
|
|
106
|
-
s0.4-0.9,0.9-0.9h1.8c0.5,0,0.9,0.4,0.9,0.9S96.3,44.6,95.8,44.6z M91,44.6h-1.8c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9H91
|
|
107
|
-
c0.5,0,0.9,0.4,0.9,0.9S91.5,44.6,91,44.6z"/>
|
|
108
|
-
<path fill="#EF6D55" d="M143.2,33.7l-11.5-5.9c-1.2-0.6-2.6-0.6-3.8,0l-11.5,5.9c-1.4,0.7-2.2,2.1-2.2,3.7v11.1c0,1.5,0.9,3,2.2,3.7
|
|
109
|
-
L128,58c1.2,0.6,2.6,0.6,3.8,0l11.5-5.9c1.4-0.7,2.2-2.1,2.2-3.7V37.3C145.4,35.8,144.6,34.4,143.2,33.7z M135.1,46.3
|
|
110
|
-
c0.5,0.5,0.5,1.3,0,1.7c-0.2,0.2-0.6,0.4-0.9,0.4s-0.6-0.1-0.9-0.4l-3.5-3.5l-3.5,3.5c-0.2,0.2-0.6,0.4-0.9,0.4
|
|
111
|
-
c-0.3,0-0.6-0.1-0.9-0.4c-0.5-0.5-0.5-1.3,0-1.7l3.5-3.5l-3.5-3.5c-0.5-0.5-0.5-1.3,0-1.7c0.5-0.5,1.3-0.5,1.7,0l3.5,3.5l3.5-3.5
|
|
112
|
-
c0.5-0.5,1.3-0.5,1.7,0c0.5,0.5,0.5,1.3,0,1.7l-3.5,3.5L135.1,46.3z"/>
|
|
113
|
-
</svg>
|
|
114
|
-
<p>Sorry, the requsted subdomain is not registered for Axinom Mosaic environment.</br>
|
|
64
|
+
<svg class="image" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130 70">
|
|
65
|
+
<style>
|
|
66
|
+
.animated-dash {
|
|
67
|
+
animation: dashMove 1.5s linear infinite;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@keyframes dashMove {
|
|
71
|
+
from {
|
|
72
|
+
stroke-dashoffset: 0;
|
|
73
|
+
}
|
|
74
|
+
to {
|
|
75
|
+
stroke-dashoffset: -6;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
</style>
|
|
79
|
+
<path fill="#e9f6fc" d="M29.1,13.5l-2.7-1.4c-3.3-1.7-5-2.6-6.7-2.6s-3.4.9-6.7,2.6l-2.7,1.4c-3.8,2-5.7,3-6.8,4.7-1.1,1.7-1.1,3.9-1.1,8.2v.5c0,4.3,0,6.4,1.1,8.2,1.1,1.7,3,2.7,6.8,4.7l2.7,1.4c3.3,1.7,5,2.6,6.7,2.6s3.4-.9,6.7-2.6l2.7-1.4c3.8-2,5.7-3,6.8-4.7s1.1-3.9,1.1-8.2v-.5c0-4.3,0-6.4-1.1-8.2-1.1-1.7-3-2.7-6.8-4.7Z"/>
|
|
80
|
+
<path fill="#e9f6fc" d="M63.1,20.5l1.6.8c1.9,1,2.8,1.5,3.9,1.5s2-.5,3.9-1.5l1.6-.8c2.2-1.1,3.3-1.7,3.9-2.7s.6-2.2.6-4.7v-.3c0-2.5,0-3.7-.6-4.7s-1.7-1.6-3.9-2.7l-1.6-.8c-1.9-1-2.8-1.5-3.9-1.5s-2,.5-3.9,1.5l-1.6.8c-2.2,1.1-3.3,1.7-3.9,2.7s-.6,2.2-.6,4.7v.3c0,2.5,0,3.7.6,4.7s1.7,1.6,3.9,2.7Z"/>
|
|
81
|
+
<path fill="#e9f6fc" d="M81.2,53c-.7-1.1-1.9-1.8-4.4-3.1l-1.8-.9c-2.1-1.1-3.2-1.7-4.4-1.7s-2.2.6-4.4,1.7l-1.8.9c-2.5,1.3-3.7,1.9-4.4,3.1-.7,1.1-.7,2.5-.7,5.3v.3c0,2.8,0,4.2.7,5.3.7,1.1,1.9,1.8,4.4,3.1l1.8.9c2.1,1.1,3.2,1.7,4.4,1.7s2.2-.6,4.4-1.7l1.8-.9c2.5-1.3,3.7-1.9,4.4-3.1.7-1.1.7-2.5.7-5.3v-.3c0-2.8,0-4.2-.7-5.3Z"/>
|
|
82
|
+
<path fill="#00467d" d="M79.7,36.1c0-7.7,0-11.6-1.9-14.6-1.9-3.1-5.2-4.9-12-8.4l-4.9-2.5c-5.9-3.1-8.8-4.6-12-4.6s-6.1,1.5-12,4.6l-4.9,2.5c-6.8,3.5-10.1,5.3-12,8.4s-1.9,6.9-1.9,14.5v.8c0,7.6,0,11.4,1.9,14.5,1.9,3.1,5.2,4.9,12,8.4l4.9,2.5c5.9,3.1,8.8,4.6,12,4.6s6.1-1.5,12-4.6l4.9-2.5c6.8-3.5,10.1-5.3,12-8.4,1.8-3,1.9-6.7,1.9-13.8Z"/>
|
|
83
|
+
<path
|
|
84
|
+
d="M82 36 H103"
|
|
85
|
+
fill="none"
|
|
86
|
+
stroke="#00467d"
|
|
87
|
+
stroke-width="1.5"
|
|
88
|
+
stroke-linecap="round"
|
|
89
|
+
stroke-dasharray="2 4"
|
|
90
|
+
class="animated-dash"
|
|
91
|
+
/>
|
|
92
|
+
<path fill="#f06e55" d="M108.7,27.1c-2.7,1.4-4,2.1-4.8,3.3-.7,1.2-.7,2.8-.7,5.8v.3c0,3,0,4.6.7,5.8s2.1,1.9,4.8,3.3l1.9,1c2.3,1.2,3.5,1.8,4.8,1.8s2.4-.6,4.8-1.8l1.9-1c2.7-1.4,4-2.1,4.8-3.3.7-1.2.7-2.8.7-5.8v-.3c0-3,0-4.6-.7-5.8-.7-1.2-2.1-1.9-4.8-3.3l-1.9-1c-2.3-1.2-3.5-1.8-4.8-1.8s-2.4.6-4.8,1.8Z"/>
|
|
93
|
+
<path fill="#FFFFFF" d="M117.2,36.6l2.2-2.2c.5-.5.5-1.4,0-1.9s-1.4-.5-1.9,0l-2.2,2.2-2.2-2.2c-.5-.5-1.4-.5-1.9,0s-.5,1.4,0,1.9l2.2,2.2-2.2,2.2c-.5.5-.5,1.4,0,1.9s1.4.5,1.9,0l2.2-2.2,2.2,2.2c.5.5,1.4.5,1.9,0s.5-1.4,0-1.9l-2.2-2.2Z"/>
|
|
94
|
+
<path fill="#28aae1" d="M34.8,22.3c-2-.4-3.9.9-4.2,2.9l-3.6,19.6c-.4,2,.9,3.9,2.9,4.2,2,.4,3.9-.9,4.2-2.9l3.6-19.6c.4-2-.9-3.9-2.9-4.2Z"/>
|
|
95
|
+
<path fill="#28aae1" d="M70.7,44.8l-3.6-19.6c-.4-2-2.3-3.3-4.2-2.9-2,.4-3.3,2.3-2.9,4.2l3.6,19.6c.4,2,2.3,3.3,4.2,2.9,2-.4,3.3-2.3,2.9-4.2Z"/>
|
|
96
|
+
<path fill="#ffc81e" d="M32,23c1.6-1.2,3.9-.9,5.1.7l14.9,19.6c1.2,1.6.9,3.9-.7,5.1-1.6,1.2-3.9.9-5.1-.7l-14.9-19.6c-1.2-1.6-.9-3.9.7-5.1Z"/>
|
|
97
|
+
<path fill="#f06e55" d="M60.6,23.7c1.2-1.6,3.5-1.9,5.1-.8,1.6,1.2,1.9,3.5.8,5.1l-14.5,19.6c-1.2,1.6-3.5,1.9-5.1.8-1.6-1.2-1.9-3.5-.8-5.1l14.5-19.6Z"/>
|
|
98
|
+
</svg>
|
|
99
|
+
|
|
100
|
+
<p>Sorry, the requested subdomain is not registered for Axinom Mosaic environment.<br />
|
|
115
101
|
Please verify the URL and try again.</p>
|
|
116
102
|
|
|
117
|
-
<p>The good news you can always request one at <a href="https://portal.axinom.com/">Axinom Portal</a></p>
|
|
103
|
+
<p>The good news is you can always request one at <a href="https://portal.axinom.com/">Axinom Portal</a></p>
|
|
118
104
|
</div>
|
|
119
105
|
|
|
120
106
|
</body>
|
|
121
|
-
</html>
|
|
107
|
+
</html>
|
|
@@ -30788,7 +30788,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30788
30788
|
/* harmony export */ });
|
|
30789
30789
|
var shellInfo = {
|
|
30790
30790
|
name: "@axinom/mosaic-portal",
|
|
30791
|
-
version: "0.45.
|
|
30791
|
+
version: "0.45.1"
|
|
30792
30792
|
};
|
|
30793
30793
|
|
|
30794
30794
|
/***/ }),
|
|
@@ -35138,11 +35138,11 @@ function installPiralDebug(options) {
|
|
|
35138
35138
|
debug: debugApiVersion,
|
|
35139
35139
|
instance: {
|
|
35140
35140
|
name: "@axinom/mosaic-portal",
|
|
35141
|
-
version: "0.45.
|
|
35141
|
+
version: "0.45.1",
|
|
35142
35142
|
dependencies: "react,react-dom,react-router,react-router-dom,tslib",
|
|
35143
35143
|
},
|
|
35144
35144
|
build: {
|
|
35145
|
-
date: "2026-04-
|
|
35145
|
+
date: "2026-04-29T08:40:37.824Z",
|
|
35146
35146
|
cli: "1.5.2",
|
|
35147
35147
|
compat: "1",
|
|
35148
35148
|
},
|
|
@@ -84594,4 +84594,4 @@ var App = function App() {
|
|
|
84594
84594
|
|
|
84595
84595
|
/******/ })()
|
|
84596
84596
|
;
|
|
84597
|
-
//# sourceMappingURL=index.
|
|
84597
|
+
//# sourceMappingURL=index.6a069a.js.map
|