@fmsim/fmsim 1.0.55 → 1.0.56

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.
Files changed (2) hide show
  1. package/_index.html +2 -14
  2. package/package.json +6 -5
package/_index.html CHANGED
@@ -48,32 +48,20 @@
48
48
  <meta property="og:site_name" content="Fmsim, Factory Layout View." />
49
49
  <meta property="og:image" content="/assets/manifest/image-metaog.png" />
50
50
 
51
- <!-- webfonts : Pretendard, SUIT -->
52
- <link rel="preconnect" href="https://cdn.jsdelivr.net" />
53
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
54
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css" />
55
-
56
51
  <!-- google webfonts -->
57
52
  <link rel="preconnect" href="https://fonts.googleapis.com" />
58
53
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
59
- <link
60
- href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
61
- rel="stylesheet"
62
- />
63
54
 
64
55
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
65
56
  <link href="/fmsim/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
66
57
  <link href="/fmsim/node_modules/material-symbols/index.css" rel="stylesheet" />
67
58
  <link href="/fmsim/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
59
+ <link href="/fmsim/node_modules/pretendard/dist/web/static/pretendard.css" rel="stylesheet" />
68
60
 
69
61
  <!-- Add any global styles for body, document, etc. -->
70
62
  <style>
71
63
  html {
72
- /* This is a font-stack that tries to use the system-default sans-serifs first */
73
- /* font-family: 'Noto Sans KR', sans-serif; */
74
- /* font-family: 'SUIT', 'Roboto', sans-serif; */
75
- /* font-family: 'Pretendard', 'Segoe UI', sans-serif; */
76
- --scene-theme-font-family: 'SUIT', 'Segoe UI', sans-serif;
64
+ --scene-theme-font-family: 'Pretendard', 'Segoe UI', sans-serif;
77
65
  }
78
66
 
79
67
  html,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmsim/fmsim",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@fmsim/layout-view": "^1.0.55",
44
- "@fmsim/machine": "^1.0.55",
44
+ "@fmsim/machine": "^1.0.56",
45
45
  "@operato/attachment": "^1.0.1",
46
46
  "@operato/font": "^1.0.1",
47
47
  "@operato/i18n": "^1.0.0",
@@ -66,15 +66,16 @@
66
66
  "@things-factory/notification": "^6.0.145",
67
67
  "@things-factory/resource-ui": "^6.0.145",
68
68
  "@things-factory/shell": "^6.0.145",
69
- "@things-factory/system-ui": "^6.0.145"
69
+ "@things-factory/system-ui": "^6.0.145",
70
+ "pretendard": "^1.3.9"
70
71
  },
71
72
  "devDependencies": {
72
- "@fmsim/builder": "^1.0.42",
73
+ "@fmsim/builder": "^1.0.56",
73
74
  "copyfiles": "^2.4.1",
74
75
  "typescript": "^5.8.2"
75
76
  },
76
77
  "resolutions": {
77
78
  "lit": "^3.0.0"
78
79
  },
79
- "gitHead": "2fe554a5c8cc3eea6b6b3cb00fc4e1570888dff7"
80
+ "gitHead": "8b3087c797edfeeda8209456c00ef16e32dc1b9a"
80
81
  }