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
1 change: 0 additions & 1 deletion showcase/lib/color-catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export const COLOR_SECTIONS: ColorSection[] = [
titleZh: '业务色板',
families: [
rampFamily('--event-schedule', DOMAIN_ROLES),
rampFamily('--event-heartbeat', DOMAIN_ROLES),
rampFamily('--event-subagent', DOMAIN_ROLES),
rampFamily('--event-discuss', DOMAIN_ROLES),
rampFamily('--capability-tool', DOMAIN_ROLES),
Expand Down
2 changes: 1 addition & 1 deletion showcase/specs/switch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const switchSpec: ComponentSpec = {
{ kind: 'enum', key: 'size', label: 'Size', options: SIZES, default: 'default', display: 'segmented' },
{ kind: 'boolean', key: 'checked', label: 'Checked', default: true },
{ kind: 'boolean', key: 'disabled', label: 'Disabled', default: false },
{ kind: 'string', key: 'label', label: 'Label', default: 'Enable heartbeat' },
{ kind: 'string', key: 'label', label: 'Label', default: 'Enable automation' },
],
matrix: { rows: 'size', cols: 'checked' },
render: state =>
Expand Down
6 changes: 3 additions & 3 deletions skills/web/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1120,9 +1120,9 @@ nests INSIDE `DialogBody`, never the other way around.
>
> Same status for the ActionCard **entry section block** (`<section class="space-y-2.5">` +
> the `px-2 text-label` h2) in skeleton (a): known hand-written debt, kept correct by copying
> the skeleton verbatim. Already at 4 labeled call sites (appearance, bot-access, heartbeat,
> compaction) — past the lift threshold; deliberately deferred out of the primitives PR as a
> small follow-up. Whoever adds the 5th copy: stop, lift it into an owner instead (likely
> the skeleton verbatim. Already at 3 labeled call sites (appearance, bot-access,
> compaction) — at the lift threshold; deliberately deferred out of the primitives PR as a
> small follow-up. Whoever adds the 4th copy: stop, lift it into an owner instead (likely
> extending the SettingsSection family).

**Size controls deliberately — not "all small," not "all large."** The height ladder is
Expand Down
44 changes: 0 additions & 44 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1415,10 +1415,6 @@
--event-schedule-foreground: var(--warning-foreground);
--event-schedule-soft: var(--warning-soft);
--event-schedule-border: var(--warning-border);
--event-heartbeat: oklch(0.60 0.19 355);
--event-heartbeat-foreground: oklch(0.40 0.15 355);
--event-heartbeat-soft: oklch(0.96 0.035 355);
--event-heartbeat-border: oklch(0.84 0.09 355);
--event-subagent: var(--brand);
--event-subagent-foreground: oklch(0.38 0.16 290);
--event-subagent-soft: var(--brand-soft);
Expand Down Expand Up @@ -1572,10 +1568,6 @@
--info-foreground: oklch(0.80 0.12 235);
--info-soft: oklch(0.30 0.07 235 / 0.35);
--info-border: oklch(0.72 0.13 235 / 0.32);
--event-heartbeat: oklch(0.72 0.15 355);
--event-heartbeat-foreground: oklch(0.82 0.13 355);
--event-heartbeat-soft: oklch(0.30 0.07 355 / 0.35);
--event-heartbeat-border: oklch(0.72 0.15 355 / 0.32);
--event-subagent-foreground: oklch(0.82 0.13 290);
--capability-tool: var(--info);
--capability-tool-foreground: var(--info-foreground);
Expand Down Expand Up @@ -1722,10 +1714,6 @@
--info-soft: oklch(0.96 0.035 250);
--info-border: oklch(0.84 0.08 250);
--destructive: oklch(0.58 0.21 25);
--event-heartbeat: oklch(0.60 0.17 345);
--event-heartbeat-foreground: oklch(0.40 0.14 345);
--event-heartbeat-soft: oklch(0.96 0.035 345);
--event-heartbeat-border: oklch(0.84 0.09 345);
}

.dark[data-color-scheme="ocean"], .dark [data-color-scheme-preview="ocean"] {
Expand All @@ -1750,10 +1738,6 @@
--info-foreground: oklch(0.82 0.13 250);
--info-soft: oklch(0.30 0.07 250 / 0.35);
--info-border: oklch(0.76 0.14 250 / 0.32);
--event-heartbeat: oklch(0.76 0.15 345);
--event-heartbeat-foreground: oklch(0.82 0.13 345);
--event-heartbeat-soft: oklch(0.30 0.07 345 / 0.35);
--event-heartbeat-border: oklch(0.76 0.15 345 / 0.32);
}

:root[data-color-scheme="forest"], [data-color-scheme-preview="forest"] {
Expand All @@ -1774,10 +1758,6 @@
--info-foreground: oklch(0.36 0.10 215);
--info-soft: oklch(0.96 0.035 215);
--info-border: oklch(0.84 0.08 215);
--event-heartbeat: oklch(0.58 0.16 20);
--event-heartbeat-foreground: oklch(0.38 0.13 20);
--event-heartbeat-soft: oklch(0.96 0.035 20);
--event-heartbeat-border: oklch(0.84 0.09 20);
}

.dark[data-color-scheme="forest"], .dark [data-color-scheme-preview="forest"] {
Expand All @@ -1798,10 +1778,6 @@
--info-foreground: oklch(0.82 0.13 215);
--info-soft: oklch(0.30 0.07 215 / 0.35);
--info-border: oklch(0.73 0.11 215 / 0.32);
--event-heartbeat: oklch(0.74 0.14 20);
--event-heartbeat-foreground: oklch(0.82 0.13 20);
--event-heartbeat-soft: oklch(0.30 0.07 20 / 0.35);
--event-heartbeat-border: oklch(0.74 0.14 20 / 0.32);
}

:root[data-color-scheme="rose"], [data-color-scheme-preview="rose"] {
Expand All @@ -1822,10 +1798,6 @@
--info-foreground: oklch(0.36 0.11 250);
--info-soft: oklch(0.96 0.035 250);
--info-border: oklch(0.84 0.08 250);
--event-heartbeat: oklch(0.60 0.19 355);
--event-heartbeat-foreground: oklch(0.40 0.15 355);
--event-heartbeat-soft: oklch(0.96 0.035 355);
--event-heartbeat-border: oklch(0.84 0.09 355);
}

.dark[data-color-scheme="rose"], .dark [data-color-scheme-preview="rose"] {
Expand All @@ -1846,10 +1818,6 @@
--info-foreground: oklch(0.82 0.13 250);
--info-soft: oklch(0.30 0.07 250 / 0.35);
--info-border: oklch(0.74 0.12 250 / 0.32);
--event-heartbeat: oklch(0.76 0.17 355);
--event-heartbeat-foreground: oklch(0.82 0.13 355);
--event-heartbeat-soft: oklch(0.30 0.07 355 / 0.35);
--event-heartbeat-border: oklch(0.76 0.17 355 / 0.32);
}

:root[data-color-scheme="amber"], [data-color-scheme-preview="amber"] {
Expand All @@ -1870,10 +1838,6 @@
--info-foreground: oklch(0.36 0.11 230);
--info-soft: oklch(0.96 0.035 230);
--info-border: oklch(0.84 0.08 230);
--event-heartbeat: oklch(0.60 0.17 350);
--event-heartbeat-foreground: oklch(0.40 0.14 350);
--event-heartbeat-soft: oklch(0.96 0.035 350);
--event-heartbeat-border: oklch(0.84 0.09 350);
}

.dark[data-color-scheme="amber"], .dark [data-color-scheme-preview="amber"] {
Expand All @@ -1894,10 +1858,6 @@
--info-foreground: oklch(0.82 0.13 230);
--info-soft: oklch(0.30 0.07 230 / 0.35);
--info-border: oklch(0.72 0.12 230 / 0.32);
--event-heartbeat: oklch(0.76 0.15 350);
--event-heartbeat-foreground: oklch(0.82 0.13 350);
--event-heartbeat-soft: oklch(0.30 0.07 350 / 0.35);
--event-heartbeat-border: oklch(0.76 0.15 350 / 0.32);
}

:root[data-color-scheme]:not([data-color-scheme="memoh"]), [data-color-scheme-preview]:not([data-color-scheme-preview="memoh"]) {
Expand Down Expand Up @@ -2070,10 +2030,6 @@
--color-event-schedule-foreground: var(--event-schedule-foreground);
--color-event-schedule-soft: var(--event-schedule-soft);
--color-event-schedule-border: var(--event-schedule-border);
--color-event-heartbeat: var(--event-heartbeat);
--color-event-heartbeat-foreground: var(--event-heartbeat-foreground);
--color-event-heartbeat-soft: var(--event-heartbeat-soft);
--color-event-heartbeat-border: var(--event-heartbeat-border);
--color-event-subagent: var(--event-subagent);
--color-event-subagent-foreground: var(--event-subagent-foreground);
--color-event-subagent-soft: var(--event-subagent-soft);
Expand Down
Loading