anentrypoint-design 0.0.241 → 0.0.243
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/app-shell.css +3 -4
- package/colors_and_type.css +8 -23
- package/dist/247420.css +11 -27
- package/dist/247420.js +12 -12
- package/package.json +1 -1
- package/src/community-app.js +1 -1
- package/src/kits/os/freddie-dashboard.css +3 -3
- package/src/kits/os/theme.css +2 -2
package/app-shell.css
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/* ============================================================
|
|
2
2
|
247420 design system — component sheet
|
|
3
|
-
"Acid Editorial":
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
hairlines.
|
|
3
|
+
"Acid Editorial": system-font display + body + mono, no custom web fonts.
|
|
4
|
+
Confident hierarchy, asymmetric grid tension, print texture over glow,
|
|
5
|
+
one electric lead accent. Indicator rails over hairlines.
|
|
7
6
|
============================================================ */
|
|
8
7
|
|
|
9
8
|
/* ============================================================
|
package/colors_and_type.css
CHANGED
|
@@ -5,20 +5,9 @@
|
|
|
5
5
|
Source-of-truth tokens. Component sheet lives in app-shell.css.
|
|
6
6
|
============================================================ */
|
|
7
7
|
|
|
8
|
-
@import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
loads, text falls back to Arial with size-adjust tuned to its cap-height so
|
|
12
|
-
the oversized hero does not reflow on swap. Referenced first in --ff-display
|
|
13
|
-
via the 'Bricolage Grotesque' family; this only kicks in for the fallback
|
|
14
|
-
glyphs. */
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: 'Bricolage Grotesque Fallback';
|
|
17
|
-
src: local('Arial');
|
|
18
|
-
size-adjust: 99%;
|
|
19
|
-
ascent-override: 94%;
|
|
20
|
-
descent-override: 24%;
|
|
21
|
-
}
|
|
8
|
+
/* System-font stack only — no web-font @import/@font-face. Every --ff-*
|
|
9
|
+
token below is the same fallback chain that used to sit after the custom
|
|
10
|
+
family names; removing the custom names just exposes it directly. */
|
|
22
11
|
|
|
23
12
|
:root {
|
|
24
13
|
/* Tree view indentation tokens */
|
|
@@ -130,15 +119,11 @@
|
|
|
130
119
|
--panel-accent-2: var(--accent-bright, var(--accent));
|
|
131
120
|
--panel-shadow: 0 1px 0 color-mix(in oklab, var(--fg) 6%, transparent), 0 4px 14px color-mix(in oklab, var(--fg) 8%, transparent);
|
|
132
121
|
|
|
133
|
-
/* Type —
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
--ff-display: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', 'Hanken Grotesk', system-ui, sans-serif;
|
|
139
|
-
--ff-narrow: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', 'Hanken Grotesk', system-ui, sans-serif;
|
|
140
|
-
--ff-body: 'Hanken Grotesk', system-ui, sans-serif;
|
|
141
|
-
--ff-mono: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
|
|
122
|
+
/* Type — system-font stack, no custom web fonts loaded. */
|
|
123
|
+
--ff-display: system-ui, sans-serif;
|
|
124
|
+
--ff-narrow: system-ui, sans-serif;
|
|
125
|
+
--ff-body: system-ui, sans-serif;
|
|
126
|
+
--ff-mono: ui-monospace, Menlo, Consolas, monospace;
|
|
142
127
|
|
|
143
128
|
--fs-micro: 12px;
|
|
144
129
|
--fs-tiny: 13px;
|
package/dist/247420.css
CHANGED
|
@@ -7,20 +7,9 @@
|
|
|
7
7
|
Source-of-truth tokens. Component sheet lives in app-shell.css.
|
|
8
8
|
============================================================ */
|
|
9
9
|
|
|
10
|
-
@import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
loads, text falls back to Arial with size-adjust tuned to its cap-height so
|
|
14
|
-
the oversized hero does not reflow on swap. Referenced first in --ff-display
|
|
15
|
-
via the 'Bricolage Grotesque' family; this only kicks in for the fallback
|
|
16
|
-
glyphs. */
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'Bricolage Grotesque Fallback';
|
|
19
|
-
src: local('Arial');
|
|
20
|
-
size-adjust: 99%;
|
|
21
|
-
ascent-override: 94%;
|
|
22
|
-
descent-override: 24%;
|
|
23
|
-
}
|
|
10
|
+
/* System-font stack only — no web-font @import/@font-face. Every --ff-*
|
|
11
|
+
token below is the same fallback chain that used to sit after the custom
|
|
12
|
+
family names; removing the custom names just exposes it directly. */
|
|
24
13
|
|
|
25
14
|
.ds-247420 {
|
|
26
15
|
/* Tree view indentation tokens */
|
|
@@ -132,15 +121,11 @@
|
|
|
132
121
|
--panel-accent-2: var(--accent-bright, var(--accent));
|
|
133
122
|
--panel-shadow: 0 1px 0 color-mix(in oklab, var(--fg) 6%, transparent), 0 4px 14px color-mix(in oklab, var(--fg) 8%, transparent);
|
|
134
123
|
|
|
135
|
-
/* Type —
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
--ff-display: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', 'Hanken Grotesk', system-ui, sans-serif;
|
|
141
|
-
--ff-narrow: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', 'Hanken Grotesk', system-ui, sans-serif;
|
|
142
|
-
--ff-body: 'Hanken Grotesk', system-ui, sans-serif;
|
|
143
|
-
--ff-mono: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
|
|
124
|
+
/* Type — system-font stack, no custom web fonts loaded. */
|
|
125
|
+
--ff-display: system-ui, sans-serif;
|
|
126
|
+
--ff-narrow: system-ui, sans-serif;
|
|
127
|
+
--ff-body: system-ui, sans-serif;
|
|
128
|
+
--ff-mono: ui-monospace, Menlo, Consolas, monospace;
|
|
144
129
|
|
|
145
130
|
--fs-micro: 12px;
|
|
146
131
|
--fs-tiny: 13px;
|
|
@@ -513,10 +498,9 @@
|
|
|
513
498
|
/* app-shell.css */
|
|
514
499
|
/* ============================================================
|
|
515
500
|
247420 design system — component sheet
|
|
516
|
-
"Acid Editorial":
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
hairlines.
|
|
501
|
+
"Acid Editorial": system-font display + body + mono, no custom web fonts.
|
|
502
|
+
Confident hierarchy, asymmetric grid tension, print texture over glow,
|
|
503
|
+
one electric lead accent. Indicator rails over hairlines.
|
|
520
504
|
============================================================ */
|
|
521
505
|
|
|
522
506
|
/* ============================================================
|