Skip to content

Commit

Permalink
Release version 0.3.11 to PRD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent db3ce8c commit b93e30f
Show file tree
Hide file tree
Showing 22 changed files with 380 additions and 319 deletions.
16 changes: 16 additions & 0 deletions assets/chakra-BqUBhSxd.js

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions assets/chakra-CR6vAciG.js

This file was deleted.

280 changes: 0 additions & 280 deletions assets/chakra-legacy-DQGFpc_V.js

This file was deleted.

280 changes: 280 additions & 0 deletions assets/chakra-legacy-Dm5LIeZM.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions assets/index-Bmj4TLhn.js

This file was deleted.

9 changes: 9 additions & 0 deletions assets/index-CK1bBr-k.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions assets/index-legacy-B3ODZxLG.js

This file was deleted.

10 changes: 10 additions & 0 deletions assets/index-legacy-BzSG9QuA.js

Large diffs are not rendered by default.

Binary file added fonts/LTAIdentity-Medium.woff
Binary file not shown.
Binary file added fonts/MontaguSlab.ttf
Binary file not shown.
Binary file added fonts/Mplus2-Medium.otf
Binary file not shown.
Binary file added fonts/Railway-PlyE.otf
Binary file not shown.
Binary file added fonts/Roboto-Bold.ttf
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
</style>

<title>RMP Designer</title>
<script type="module" crossorigin src="/rmp-designer/assets/index-Bmj4TLhn.js"></script>
<script type="module" crossorigin src="/rmp-designer/assets/index-CK1bBr-k.js"></script>
<link rel="modulepreload" crossorigin href="/rmp-designer/assets/react-CvsxCynU.js">
<link rel="modulepreload" crossorigin href="/rmp-designer/assets/chakra-CR6vAciG.js">
<link rel="modulepreload" crossorigin href="/rmp-designer/assets/chakra-BqUBhSxd.js">
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
Expand All @@ -48,6 +48,6 @@

<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="/rmp-designer/assets/polyfills-legacy-BY3AzdA8.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/rmp-designer/assets/index-legacy-B3ODZxLG.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/rmp-designer/assets/index-legacy-BzSG9QuA.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"component": "rmp-designer",
"version": "0.3.10",
"version": "0.3.11",
"environment": "PRD",
"instance": "GitHub"
}
6 changes: 6 additions & 0 deletions styles/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.rmp-name__zh {
font-family: Arial, SimHei, STHeitiSC-Medium, PingFangSC-Regular, sans-serif;
}
.rmp-name__en {
font-family: Arial, sans-serif;
}
3 changes: 3 additions & 0 deletions styles/fonts_berlin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.rmp-name__berlin {
font-family: Roboto, Arial, Helvetica, sans-serif;
}
18 changes: 18 additions & 0 deletions styles/fonts_jreast.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* Special thanks to these blogs for recommending M+ as an alternative to 新ゴ.
* https://google-sensei.com/it/font-shinmgo/
* https://mocotan-e.hatenablog.com/entry/2023/01/10/003337
* Although there are some discussion on the difference, it is still the closest and free.
* http://fumomit.blogstation.jp/archives/4112965.html
*
* https://github.com/coz-m/MPLUS_FONTS
* This is a free font with SIL OPEN FONT LICENSE.
*/

.rmp-name__jreast_ja {
font-family: a-otf-ud-shin-go-pr6n, 'M PLUS 2', sans-serif;
}

.rmp-name__jreast_en {
font-family: helvetica, Arial, sans-serif;
}
11 changes: 11 additions & 0 deletions styles/fonts_mrt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* IdentityFont comes from https://github.com/jglim/IdentityFont
* Special thanks to @jglim :)
* For licensing, see discussion at https://github.com/jglim/IdentityFont/pull/2
* We believe an open Internet but if the project changes its license or there
* is a direct request from LTA, we need to pull this down from out site.
*/

.rmp-name__mrt {
font-family: IdentityFont, sans-serif;
}
6 changes: 6 additions & 0 deletions styles/fonts_mtr.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.rmp-name__mtr__zh {
font-family: Vegur-Bold, Helvetica, GenYoMinTW-SB, HiraMinProN-W6, serif;
}
.rmp-name__mtr__en {
font-family: MyriadPro-Semibold, Vegur-Bold, Helvetica, sans-serif;
}
8 changes: 8 additions & 0 deletions styles/fonts_tokyo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.rmp-name__tokyo_en {
font-family: MontaguSlab, Arial, sans-serif;
}

/* Copied from fonts_jreast.css */
.rmp-name__jreast_ja {
font-family: a-otf-ud-shin-go-pr6n, 'M PLUS 2', sans-serif;
}
9 changes: 9 additions & 0 deletions styles/fonts_tube.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Railway comes from https://www.fontspace.com/railway-font-f20426
* Special thanks to @Greg Fleming for bringing this amazing font to the public :)
* This font is licensed under SIL Open Font License (OFL). https://openfontlicense.org/
*/

.rmp-name__tube {
font-family: Johnston, Railway, sans-serif;
}

0 comments on commit b93e30f

Please sign in to comment.