@genex-ai/cli-demo 1.8.0-dev.476 → 1.8.0-dev.478
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.js
CHANGED
|
@@ -20003,6 +20003,7 @@ import path24 from "path";
|
|
|
20003
20003
|
import { pathToFileURL } from "url";
|
|
20004
20004
|
var EXTRA_FILES = [
|
|
20005
20005
|
"genex-asset.example.json",
|
|
20006
|
+
"public/fonts/ZalandoSansSemiExpanded-variable.woff2",
|
|
20006
20007
|
"public/fonts/Geist-variable.woff2",
|
|
20007
20008
|
"public/fonts/GeistMono-variable.woff2"
|
|
20008
20009
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genex-ai/cli-demo",
|
|
3
|
-
"version": "1.8.0-dev.
|
|
3
|
+
"version": "1.8.0-dev.478",
|
|
4
4
|
"description": "Set up your project's agent workspace (.claude/.codex/.cursor in the game folder), authorize, create a game project, generate AI assets, and publish (genex CLI).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,12 +13,23 @@
|
|
|
13
13
|
has to reach a third party for its typeface renders in the fallback for
|
|
14
14
|
the first second on every cold load, and renders in the fallback
|
|
15
15
|
forever the day that host is blocked. */
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: "Zalando Sans SemiExpanded";
|
|
18
|
+
src: url("/fonts/ZalandoSansSemiExpanded-variable.woff2") format("woff2");
|
|
19
|
+
/* The file's REAL wght axis is 200-900; claiming 100 silently clamps. */
|
|
20
|
+
font-weight: 200 900;
|
|
21
|
+
font-style: normal;
|
|
22
|
+
font-display: block;
|
|
23
|
+
}
|
|
24
|
+
/* Cyrillic carrier: the sans ships none, and `unicode-range` means the
|
|
25
|
+
file is fetched only when there is Cyrillic on screen. */
|
|
16
26
|
@font-face {
|
|
17
27
|
font-family: "Geist";
|
|
18
28
|
src: url("/fonts/Geist-variable.woff2") format("woff2");
|
|
19
29
|
font-weight: 100 900;
|
|
20
30
|
font-style: normal;
|
|
21
31
|
font-display: block;
|
|
32
|
+
unicode-range: U+0301, U+0370-03FF, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
22
33
|
}
|
|
23
34
|
@font-face {
|
|
24
35
|
font-family: "Geist Mono";
|
|
@@ -37,7 +48,14 @@
|
|
|
37
48
|
--ink: #f2f5f9;
|
|
38
49
|
--ink-dim: #9aa4b3;
|
|
39
50
|
--accent: #8fb6ff;
|
|
40
|
-
--sans:
|
|
51
|
+
--sans:
|
|
52
|
+
"Zalando Sans SemiExpanded", "Geist", ui-sans-serif, system-ui, -apple-system,
|
|
53
|
+
sans-serif;
|
|
54
|
+
/* The sans is a SEMI-EXPANDED face; -0.03em is the family's own
|
|
55
|
+
tracking, the same decision apps/web's `font-sans` utility makes -
|
|
56
|
+
an em rather than a px because a family value has no size of its own,
|
|
57
|
+
so a px is right at exactly one. */
|
|
58
|
+
--tracking-sans: -0.03em;
|
|
41
59
|
--mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
|
|
42
60
|
/* Nothing sits on a plate any more, so every line is read directly off
|
|
43
61
|
the render. One soft drop shadow is what keeps it legible when the
|
|
@@ -56,6 +74,9 @@
|
|
|
56
74
|
background: var(--bg);
|
|
57
75
|
color: var(--ink);
|
|
58
76
|
font: 400 13px/1.45 var(--sans);
|
|
77
|
+
/* After the shorthand, which resets letter-spacing to normal. #hud-name
|
|
78
|
+
states its own and still wins. */
|
|
79
|
+
letter-spacing: var(--tracking-sans);
|
|
59
80
|
-webkit-font-smoothing: antialiased;
|
|
60
81
|
-moz-osx-font-smoothing: grayscale;
|
|
61
82
|
}
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"templateVersion": "1.0.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"index.html": "
|
|
4
|
+
"index.html": "3e213243f886ec03fd6de48d7eeac65b4406b2a2114fa4b2ccf79d7462fabfbc",
|
|
5
5
|
"vite.config.js": "255f13f0e8c202aa7c11d6e67397b9079ed771d4d2b3dd4771ce7fd2ae0d13e7",
|
|
6
6
|
"src/main.js": "ac7e2c4da2f0bac605425b7146580d59eb7f93a029ea6c5bfc7c6e1697fb0f72",
|
|
7
7
|
"src/viewer/stage.js": "dae8f765379d45a9836df901466d7376b94ae1a19107c5dcd611ff80fc09b75c",
|