node-karin 1.3.13 → 1.3.15

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.
@@ -0,0 +1,25 @@
1
+ /* https://fonts.googleapis.com/icon?family=Material+Icons */
2
+
3
+ /* fallback */
4
+ @font-face {
5
+ font-family: 'Material Icons';
6
+ font-style: normal;
7
+ font-weight: 400;
8
+ src: url(./flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
9
+ }
10
+
11
+ .material-icons {
12
+ font-family: 'Material Icons';
13
+ font-weight: normal;
14
+ font-style: normal;
15
+ font-size: 24px;
16
+ line-height: 1;
17
+ letter-spacing: normal;
18
+ text-transform: none;
19
+ display: inline-block;
20
+ white-space: nowrap;
21
+ word-wrap: normal;
22
+ direction: ltr;
23
+ -webkit-font-feature-settings: 'liga';
24
+ -webkit-font-smoothing: antialiased;
25
+ }
@@ -1,24 +1,25 @@
1
1
  <!doctype html>
2
2
  <html lang="en">
3
3
 
4
- <head>
5
- <meta charset="UTF-8" />
6
- <link rel="icon" type="image/svg+xml" href="/web/karin.png" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
- <title>KarinJS WebUI</title>
9
- <meta key="title" content="Vite + NextUI" property="og:title" />
10
- <meta content="Make beautiful websites regardless of your design experience." property="og:description" />
11
- <meta content="Make beautiful websites regardless of your design experience." name="description" />
12
- <meta key="viewport"
13
- content="viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
14
- name="viewport" />
15
- <link href="/web/assets/favicon-BoqZd694.ico" rel="icon" />
16
- <script type="module" crossorigin src="/web/assets/index-DWR0WNwJ.js"></script>
17
- <link rel="stylesheet" crossorigin href="/web/assets/index-Dhun9ZvA.css">
18
- </head>
4
+ <head>
5
+ <meta charset="UTF-8" />
6
+ <link rel="icon" type="image/svg+xml" href="/web/karin.png" />
7
+ <link rel="stylesheet" href="/web/icon.css">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
+ <title>KarinJS WebUI</title>
10
+ <meta key="title" content="Vite + NextUI" property="og:title" />
11
+ <meta content="Make beautiful websites regardless of your design experience." property="og:description" />
12
+ <meta content="Make beautiful websites regardless of your design experience." name="description" />
13
+ <meta key="viewport"
14
+ content="viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
15
+ name="viewport" />
16
+ <link href="/web/assets/favicon-BoqZd694.ico" rel="icon" />
17
+ <script type="module" crossorigin src="/web/assets/index-rfe-HAu1.js"></script>
18
+ <link rel="stylesheet" crossorigin href="/web/assets/index-BfgPXZy4.css">
19
+ </head>
19
20
 
20
- <body>
21
- <div id="root"></div>
22
- </body>
21
+ <body>
22
+ <div id="root"></div>
23
+ </body>
23
24
 
24
- </html>
25
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-karin",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "description": "Lightweight, efficient, concise, and stable robot framework.",
5
5
  "keywords": [
6
6
  "node",
@@ -92,7 +92,7 @@
92
92
  "access": "public",
93
93
  "registry": "https://registry.npmjs.org"
94
94
  },
95
- "time": "2025-01-21",
95
+ "time": "2025-02-23",
96
96
  "exports": {
97
97
  ".": {
98
98
  "import": "./dist/index.js",
@@ -197,4 +197,4 @@
197
197
  "require": "./dist/module/yaml.cjs"
198
198
  }
199
199
  }
200
- }
200
+ }
@@ -1 +0,0 @@
1
- import{d as a}from"./index-DWR0WNwJ.js";var r=a;export{r as default};