forlogic-core 1.0.15 → 1.1.0
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/index.css +7 -1
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +8 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -1
- package/dist/assets/assets/images/logo.png +0 -0
- package/dist/assets/assets/images/small.png +0 -0
- package/dist/assets/assets/index.ts +0 -36
- package/dist/assets/assets/robots.txt +0 -14
- package/dist/assets/index-BQSLXAV3.css +0 -1
- package/dist/assets/index-CxZk2Xiq.js +0 -7883
- package/dist/index.html +0 -23
- package/dist/logo.png +0 -0
- package/dist/robots.txt +0 -14
- package/dist/small.png +0 -0
package/dist/index.html
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="pt-BR">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>Core</title>
|
|
7
|
-
<meta name="author" content="ForLogic" />
|
|
8
|
-
<link rel="icon" href="/small.png" type="image/png">
|
|
9
|
-
|
|
10
|
-
<!-- Preload only critical images -->
|
|
11
|
-
<link rel="preload" href="/logo.png" as="image" type="image/png">
|
|
12
|
-
<link rel="preload" href="/small.png" as="image" type="image/png">
|
|
13
|
-
|
|
14
|
-
<meta property="og:title" content="Core" />
|
|
15
|
-
<meta property="og:type" content="website" />
|
|
16
|
-
<script type="module" crossorigin src="/assets/index-CxZk2Xiq.js"></script>
|
|
17
|
-
<link rel="stylesheet" crossorigin href="/assets/index-BQSLXAV3.css">
|
|
18
|
-
</head>
|
|
19
|
-
|
|
20
|
-
<body>
|
|
21
|
-
<div id="root"></div>
|
|
22
|
-
</body>
|
|
23
|
-
</html>
|
package/dist/logo.png
DELETED
|
Binary file
|
package/dist/robots.txt
DELETED
package/dist/small.png
DELETED
|
Binary file
|