Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cockpit/chat/timeline/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

/* App-specific globals (none for now; add below this line if needed). */
Expand Down
6 changes: 6 additions & 0 deletions cockpit/langgraph/client-tools/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html, body {
Expand Down
6 changes: 6 additions & 0 deletions cockpit/langgraph/durable-execution/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html, body {
Expand Down
6 changes: 6 additions & 0 deletions cockpit/langgraph/interrupts/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html, body {
Expand Down
6 changes: 6 additions & 0 deletions cockpit/langgraph/memory/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html, body {
Expand Down
6 changes: 6 additions & 0 deletions cockpit/langgraph/persistence/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html, body {
Expand Down
6 changes: 6 additions & 0 deletions cockpit/langgraph/subgraphs/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html, body {
Expand Down
6 changes: 6 additions & 0 deletions cockpit/langgraph/time-travel/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html, body {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DemoHeadingComponent {
background: var(--ds-surface, #1c1c1c);
border: 1px solid var(--ds-border, #2d2d2d);
border-radius: var(--ds-radius-lg, 14px);
box-shadow: var(--ds-shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.3));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3) /* dark-tuned; the --ds-shadow tokens are light-tuned and vanish on dark surfaces */;
}
.card__title {
margin: 0 0 0.625rem;
Expand Down
6 changes: 6 additions & 0 deletions cockpit/render/computed-functions/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DemoHeadingComponent {
background: var(--ds-surface, #1c1c1c);
border: 1px solid var(--ds-border, #2d2d2d);
border-radius: var(--ds-radius-lg, 14px);
box-shadow: var(--ds-shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.3));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3) /* dark-tuned; the --ds-shadow tokens are light-tuned and vanish on dark surfaces */;
}
.card__title {
margin: 0 0 0.625rem;
Expand Down
6 changes: 6 additions & 0 deletions cockpit/render/element-rendering/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class DemoBadgeComponent {
background: var(--ds-surface, #1c1c1c);
border: 1px solid var(--ds-border, #2d2d2d);
border-radius: var(--ds-radius-lg, 14px);
box-shadow: var(--ds-shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.3));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3) /* dark-tuned; the --ds-shadow tokens are light-tuned and vanish on dark surfaces */;
}
.card__title {
margin: 0 0 0.625rem;
Expand Down
6 changes: 6 additions & 0 deletions cockpit/render/registry/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DemoHeadingComponent {
background: var(--ds-surface, #1c1c1c);
border: 1px solid var(--ds-border, #2d2d2d);
border-radius: var(--ds-radius-lg, 14px);
box-shadow: var(--ds-shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.3));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3) /* dark-tuned; the --ds-shadow tokens are light-tuned and vanish on dark surfaces */;
}
.card__title {
margin: 0 0 0.625rem;
Expand Down
6 changes: 6 additions & 0 deletions cockpit/render/repeat-loops/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class DemoBadgeComponent {
background: var(--ds-surface, #1c1c1c);
border: 1px solid var(--ds-border, #2d2d2d);
border-radius: var(--ds-radius-lg, 14px);
box-shadow: var(--ds-shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.3));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3) /* dark-tuned; the --ds-shadow tokens are light-tuned and vanish on dark surfaces */;
}
.card__title {
margin: 0 0 0.625rem;
Expand Down
6 changes: 6 additions & 0 deletions cockpit/render/spec-rendering/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class DemoLabelComponent {
background: var(--ds-surface, #1c1c1c);
border: 1px solid var(--ds-border, #2d2d2d);
border-radius: var(--ds-radius-lg, 14px);
box-shadow: var(--ds-shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.3));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3) /* dark-tuned; the --ds-shadow tokens are light-tuned and vanish on dark surfaces */;
}
.card__title {
margin: 0 0 0.625rem;
Expand Down
6 changes: 6 additions & 0 deletions cockpit/render/state-management/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Dark design tokens — the real values behind every var(--ds-*, fallback)
* in this app. The fallbacks were hand-copies of darkOverrides and 32 uses
* across the cockpit had NO fallback at all (silently invalid until this
* import). Path resolves from src/ up to the workspace root. */
@import '../../../../../libs/design-tokens/src/lib/tokens-dark.css';

@import "@threadplane/example-layouts/theme.css";

html,
Expand Down
2 changes: 1 addition & 1 deletion libs/design-tokens/src/lib/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/* Fonts */
--font-garamond: "EB Garamond", Georgia, serif;
--font-inter: Inter, system-ui, sans-serif;
--font-mono: "JetBrains Mono", monospace;
--font-mono: "JetBrains Mono", ui-monospace, monospace;

/* Type scale */
--text-h1: clamp(48px, 6vw, 72px);
Expand Down
2 changes: 1 addition & 1 deletion libs/design-tokens/src/lib/tokens-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/* Typography */
--ds-font-serif: "EB Garamond", Georgia, serif;
--ds-font-sans: Inter, system-ui, sans-serif;
--ds-font-mono: "JetBrains Mono", monospace;
--ds-font-mono: "JetBrains Mono", ui-monospace, monospace;

/* Typography — type scale */
--ds-h1-size: clamp(48px, 6vw, 72px);
Expand Down
2 changes: 1 addition & 1 deletion libs/design-tokens/src/lib/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/* Typography */
--ds-font-serif: "EB Garamond", Georgia, serif;
--ds-font-sans: Inter, system-ui, sans-serif;
--ds-font-mono: "JetBrains Mono", monospace;
--ds-font-mono: "JetBrains Mono", ui-monospace, monospace;

/* Typography — type scale */
--ds-h1-size: clamp(48px, 6vw, 72px);
Expand Down
6 changes: 4 additions & 2 deletions libs/design-tokens/src/lib/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ export const typography = {
fontSerif: '"EB Garamond", Georgia, serif',
/** Sans-serif font for body text */
fontSans: 'Inter, system-ui, sans-serif',
/** Monospace font for code and labels */
fontMono: '"JetBrains Mono", monospace',
/** Monospace font for code and labels. ui-monospace before the generic
* keyword: consumers that don't load JetBrains Mono (the cockpit example
* apps) get the platform mono (SF Mono) instead of Courier. */
fontMono: '"JetBrains Mono", ui-monospace, monospace',

h1: {
size: 'clamp(48px, 6vw, 72px)',
Expand Down
Loading