anentrypoint-design 0.0.241 → 0.0.242

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 CHANGED
@@ -1,9 +1,8 @@
1
1
  /* ============================================================
2
2
  247420 design system — component sheet
3
- "Acid Editorial": Bricolage Grotesque display + Hanken Grotesk body +
4
- JetBrains code. Confident hierarchy, asymmetric grid tension, print
5
- texture over glow, one electric lead accent. Indicator rails over
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
  /* ============================================================
@@ -5,20 +5,9 @@
5
5
  Source-of-truth tokens. Component sheet lives in app-shell.css.
6
6
  ============================================================ */
7
7
 
8
- @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap');
9
-
10
- /* Metric-matched fallback for the display face. While Bricolage Grotesque
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 — Bricolage Grotesque carries display/headings (variable editorial
134
- grotesque with real character), Hanken Grotesk carries body and UI,
135
- JetBrains carries code. The narrow alias tracks the display face.
136
- size-adjust on the fallback keeps the oversized hero from shifting while
137
- Bricolage Grotesque loads. */
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 url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap');
11
-
12
- /* Metric-matched fallback for the display face. While Bricolage Grotesque
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 — Bricolage Grotesque carries display/headings (variable editorial
136
- grotesque with real character), Hanken Grotesk carries body and UI,
137
- JetBrains carries code. The narrow alias tracks the display face.
138
- size-adjust on the fallback keeps the oversized hero from shifting while
139
- Bricolage Grotesque loads. */
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": Bricolage Grotesque display + Hanken Grotesk body +
517
- JetBrains code. Confident hierarchy, asymmetric grid tension, print
518
- texture over glow, one electric lead accent. Indicator rails over
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
  /* ============================================================