diff --git a/core/tokens.css b/core/tokens.css index ab71cc72..8a4beb1a 100644 --- a/core/tokens.css +++ b/core/tokens.css @@ -75,7 +75,7 @@ · containers (--sf-container-{narrow,prose,default,wide,full}) · ratios (--sf-ratio-{square,video,cinema,portrait,golden,4-3,3-2}) · border widths (--sf-border-width-{hairline,1,2,3,4}) - · border styles (--sf-border-style, --strong, --soft, --dotted) + · border style (--sf-border-style) · border shorthands (--sf-border, --sf-border-subtle, --sf-border-strong) · divider (--sf-divider-{width,style,color,gap}) · radius (--sf-radius-{none,xs,s,m,l,xl,2xl,3xl,4xl,full,pill}) @@ -842,15 +842,14 @@ --sf-border-width-4: 4px; /* ---------------------------------------------------------- - Border styles — paired with --sf-border-width-* and + Border style — global knob paired with --sf-border-width-* and --sf-color-border*. Consumer BEM: .my-card { border: var(--sf-border-width-1) var(--sf-border-style) var(--sf-color-border); } - Override per element to switch decorative styles without - rewriting the rule. + Set once on :root to restyle every framework border, or override + per element. For one-off decorative styles use the CSS keyword + directly (e.g. `border-style: dashed`). ---------------------------------------------------------- */ - --sf-border-style: solid; /* default */ - --sf-border-style-soft: dashed; - --sf-border-style-dotted: dotted; + --sf-border-style: solid; /* default */ /* ---------------------------------------------------------- Border shorthands — convenience tokens composing width, style, diff --git a/docs/demo.html b/docs/demo.html index 7823a9c9..f84806c7 100644 --- a/docs/demo.html +++ b/docs/demo.html @@ -1599,7 +1599,7 @@

.sf-grid-1 / Ratio grids

.sf-equal — fixed N-column grid

- Column count never collapses — unlike .sf-grid-N which uses container queries. + Column count never collapses — unlike .sf-grid-* which uses container queries.

@@ -2164,7 +2164,7 @@

Lists Are Restored

  1. Ordered lists work too
  2. @@ -2297,7 +2297,7 @@

    Layout — Content Grid

    Layout — Pancake

    .sf-pancake — 3-row grid (auto 1fr auto) for sticky-footer layouts. Default min-height: 100dvh.

    -
    +
    Header (auto height)
    @@ -2713,7 +2713,7 @@

    .sf-entrance--* // Hidden probes pinned to each mode so light-dark() resolves // deterministically regardless of OS/page theme. Reading the *resolved* - // --sf-color-X on a probe shows exactly what the framework renders — + // --sf-color-* on a probe shows exactly what the framework renders — // including the auto-derived dark value when no -dark override is set. function makeProbe(theme) { const el = document.createElement('span'); @@ -2737,7 +2737,7 @@

    .sf-entrance--* }; // data-token is the SOURCE token an input writes to (…-light / …-dark); - // the swatch shows the RESOLVED base token (--sf-color-X) in that mode, + // the swatch shows the RESOLVED base token (--sf-color-*) in that mode, // so dark always reflects the live auto-derived (or overridden) value. function resolvedHex(token) { const mode = token.endsWith('-dark') ? 'dark' : 'light'; diff --git a/docs/registry.json b/docs/registry.json index 50f5e117..1c3c101c 100644 --- a/docs/registry.json +++ b/docs/registry.json @@ -20,7 +20,7 @@ "optional/theme-example.css" ], "counts": { - "tokens": 771, + "tokens": 769, "sf_classes": 173, "is_classes": 40 } @@ -69,8 +69,6 @@ "--sf-border", "--sf-border-strong", "--sf-border-style", - "--sf-border-style-dotted", - "--sf-border-style-soft", "--sf-border-subtle", "--sf-border-width-1", "--sf-border-width-2", diff --git a/docs/test-coverage-2-typography.html b/docs/test-coverage-2-typography.html index 11acdaed..711db206 100644 --- a/docs/test-coverage-2-typography.html +++ b/docs/test-coverage-2-typography.html @@ -299,9 +299,9 @@

    Border widths & styles, strokes

    Border styles & composed border tokens

    -
    style (solid)
    -
    style-dotted
    -
    style-soft (dashed)
    +
    --sf-border-style (solid)
    +
    dotted (keyword)
    +
    dashed (keyword)
    --sf-border
    --sf-border-strong
    --sf-border-subtle
    diff --git a/docs/test-coverage-6-token-reference.html b/docs/test-coverage-6-token-reference.html index faebb150..a6886067 100644 --- a/docs/test-coverage-6-token-reference.html +++ b/docs/test-coverage-6-token-reference.html @@ -110,7 +110,7 @@

    Full token reference — tokens

    else apply(next); }); - var TOKENS = ["--sf-alternate-gap","--sf-alternate-inner-gap","--sf-animation-blink","--sf-animation-color-pulse","--sf-animation-delay-1","--sf-animation-delay-2","--sf-animation-delay-3","--sf-animation-delay-4","--sf-animation-delay-5","--sf-animation-fade-in","--sf-animation-fade-out","--sf-animation-float","--sf-animation-ping","--sf-animation-scale-down","--sf-animation-scale-up","--sf-animation-shimmer","--sf-animation-slide-in-down","--sf-animation-slide-in-left","--sf-animation-slide-in-right","--sf-animation-slide-in-up","--sf-animation-spin","--sf-aspect","--sf-bento-cols-default","--sf-bento-gap","--sf-bento-row-compact","--sf-bento-row-default","--sf-bento-row-tall","--sf-blur-l","--sf-blur-m","--sf-blur-s","--sf-blur-xl","--sf-blur-xs","--sf-body-color","--sf-body-em-style","--sf-body-font-family","--sf-body-font-size","--sf-body-font-weight","--sf-body-line-height","--sf-body-strong-weight","--sf-body-text-wrap","--sf-border","--sf-border-strong","--sf-border-style","--sf-border-style-dotted","--sf-border-style-soft","--sf-border-style-strong","--sf-border-subtle","--sf-border-width-1","--sf-border-width-2","--sf-border-width-3","--sf-border-width-4","--sf-border-width-hairline","--sf-box-border-color","--sf-box-border-width","--sf-box-padding","--sf-breakout-width","--sf-caret-color","--sf-center-gutter","--sf-center-max","--sf-cluster-align","--sf-cluster-gap","--sf-cluster-justify","--sf-code-font-size","--sf-color-action","--sf-color-action-100","--sf-color-action-200","--sf-color-action-300","--sf-color-action-400","--sf-color-action-50","--sf-color-action-500","--sf-color-action-600","--sf-color-action-700","--sf-color-action-800","--sf-color-action-900","--sf-color-action-950","--sf-color-action-a10","--sf-color-action-a20","--sf-color-action-a30","--sf-color-action-a40","--sf-color-action-a5","--sf-color-action-a50","--sf-color-action-a60","--sf-color-action-a70","--sf-color-action-a80","--sf-color-action-a90","--sf-color-action-a95","--sf-color-action-active","--sf-color-action-dark","--sf-color-action-darker","--sf-color-action-ghost","--sf-color-action-hover","--sf-color-action-light","--sf-color-action-lighter","--sf-color-action-muted","--sf-color-action-subtle","--sf-color-action-superdark","--sf-color-action-superlight","--sf-color-action-xdark","--sf-color-action-xlight","--sf-color-base","--sf-color-base-100","--sf-color-base-200","--sf-color-base-300","--sf-color-base-400","--sf-color-base-50","--sf-color-base-500","--sf-color-base-600","--sf-color-base-700","--sf-color-base-800","--sf-color-base-900","--sf-color-base-950","--sf-color-base-a10","--sf-color-base-a20","--sf-color-base-a30","--sf-color-base-a40","--sf-color-base-a5","--sf-color-base-a50","--sf-color-base-a60","--sf-color-base-a70","--sf-color-base-a80","--sf-color-base-a90","--sf-color-base-a95","--sf-color-base-active","--sf-color-base-dark","--sf-color-base-darker","--sf-color-base-ghost","--sf-color-base-hover","--sf-color-base-light","--sf-color-base-lighter","--sf-color-base-muted","--sf-color-base-subtle","--sf-color-base-superdark","--sf-color-base-superlight","--sf-color-base-xdark","--sf-color-base-xlight","--sf-color-bg","--sf-color-bg--active","--sf-color-bg--disabled","--sf-color-bg--focus","--sf-color-bg--hover","--sf-color-bg--selected","--sf-color-black","--sf-color-border","--sf-color-border--disabled","--sf-color-border--focus","--sf-color-border--strong","--sf-color-border--subtle","--sf-color-border--translucent","--sf-color-code-bg","--sf-color-code-text","--sf-color-danger","--sf-color-danger-dark","--sf-color-danger-light","--sf-color-danger-muted","--sf-color-danger-strong","--sf-color-danger-subtle","--sf-color-dim","--sf-color-error","--sf-color-error-dark","--sf-color-error-light","--sf-color-error-muted","--sf-color-error-strong","--sf-color-error-subtle","--sf-color-heading","--sf-color-info","--sf-color-info-dark","--sf-color-info-light","--sf-color-info-muted","--sf-color-info-strong","--sf-color-info-subtle","--sf-color-inset","--sf-color-inverse","--sf-color-link","--sf-color-link--active","--sf-color-link--disabled","--sf-color-link--hover","--sf-color-link--underline","--sf-color-link--visited","--sf-color-mark-bg","--sf-color-mark-text","--sf-color-neutral","--sf-color-neutral-100","--sf-color-neutral-200","--sf-color-neutral-300","--sf-color-neutral-400","--sf-color-neutral-50","--sf-color-neutral-500","--sf-color-neutral-600","--sf-color-neutral-700","--sf-color-neutral-800","--sf-color-neutral-900","--sf-color-neutral-950","--sf-color-neutral-a10","--sf-color-neutral-a20","--sf-color-neutral-a30","--sf-color-neutral-a40","--sf-color-neutral-a5","--sf-color-neutral-a50","--sf-color-neutral-a60","--sf-color-neutral-a70","--sf-color-neutral-a80","--sf-color-neutral-a90","--sf-color-neutral-a95","--sf-color-neutral-active","--sf-color-neutral-dark","--sf-color-neutral-darker","--sf-color-neutral-ghost","--sf-color-neutral-hover","--sf-color-neutral-light","--sf-color-neutral-lighter","--sf-color-neutral-muted","--sf-color-neutral-subtle","--sf-color-neutral-superdark","--sf-color-neutral-superlight","--sf-color-neutral-xdark","--sf-color-neutral-xlight","--sf-color-overlay","--sf-color-primary","--sf-color-primary-100","--sf-color-primary-200","--sf-color-primary-300","--sf-color-primary-400","--sf-color-primary-50","--sf-color-primary-500","--sf-color-primary-600","--sf-color-primary-700","--sf-color-primary-800","--sf-color-primary-900","--sf-color-primary-950","--sf-color-primary-a10","--sf-color-primary-a20","--sf-color-primary-a30","--sf-color-primary-a40","--sf-color-primary-a5","--sf-color-primary-a50","--sf-color-primary-a60","--sf-color-primary-a70","--sf-color-primary-a80","--sf-color-primary-a90","--sf-color-primary-a95","--sf-color-primary-active","--sf-color-primary-dark","--sf-color-primary-darker","--sf-color-primary-ghost","--sf-color-primary-hover","--sf-color-primary-light","--sf-color-primary-lighter","--sf-color-primary-muted","--sf-color-primary-subtle","--sf-color-primary-superdark","--sf-color-primary-superlight","--sf-color-primary-xdark","--sf-color-primary-xlight","--sf-color-raised","--sf-color-scheme","--sf-color-secondary","--sf-color-secondary-100","--sf-color-secondary-200","--sf-color-secondary-300","--sf-color-secondary-400","--sf-color-secondary-50","--sf-color-secondary-500","--sf-color-secondary-600","--sf-color-secondary-700","--sf-color-secondary-800","--sf-color-secondary-900","--sf-color-secondary-950","--sf-color-secondary-a10","--sf-color-secondary-a20","--sf-color-secondary-a30","--sf-color-secondary-a40","--sf-color-secondary-a5","--sf-color-secondary-a50","--sf-color-secondary-a60","--sf-color-secondary-a70","--sf-color-secondary-a80","--sf-color-secondary-a90","--sf-color-secondary-a95","--sf-color-secondary-active","--sf-color-secondary-dark","--sf-color-secondary-darker","--sf-color-secondary-ghost","--sf-color-secondary-hover","--sf-color-secondary-light","--sf-color-secondary-lighter","--sf-color-secondary-muted","--sf-color-secondary-subtle","--sf-color-secondary-superdark","--sf-color-secondary-superlight","--sf-color-secondary-xdark","--sf-color-secondary-xlight","--sf-color-selection-bg","--sf-color-selection-text","--sf-color-success","--sf-color-success-dark","--sf-color-success-light","--sf-color-success-muted","--sf-color-success-strong","--sf-color-success-subtle","--sf-color-surface","--sf-color-tertiary","--sf-color-tertiary-100","--sf-color-tertiary-200","--sf-color-tertiary-300","--sf-color-tertiary-400","--sf-color-tertiary-50","--sf-color-tertiary-500","--sf-color-tertiary-600","--sf-color-tertiary-700","--sf-color-tertiary-800","--sf-color-tertiary-900","--sf-color-tertiary-950","--sf-color-tertiary-a10","--sf-color-tertiary-a20","--sf-color-tertiary-a30","--sf-color-tertiary-a40","--sf-color-tertiary-a5","--sf-color-tertiary-a50","--sf-color-tertiary-a60","--sf-color-tertiary-a70","--sf-color-tertiary-a80","--sf-color-tertiary-a90","--sf-color-tertiary-a95","--sf-color-tertiary-active","--sf-color-tertiary-dark","--sf-color-tertiary-darker","--sf-color-tertiary-ghost","--sf-color-tertiary-hover","--sf-color-tertiary-light","--sf-color-tertiary-lighter","--sf-color-tertiary-muted","--sf-color-tertiary-subtle","--sf-color-tertiary-superdark","--sf-color-tertiary-superlight","--sf-color-tertiary-xdark","--sf-color-tertiary-xlight","--sf-color-text","--sf-color-text--disabled","--sf-color-text--inverse","--sf-color-text--muted","--sf-color-text--on-action","--sf-color-text--on-base","--sf-color-text--on-danger","--sf-color-text--on-error","--sf-color-text--on-info","--sf-color-text--on-inverse","--sf-color-text--on-neutral","--sf-color-text--on-primary","--sf-color-text--on-secondary","--sf-color-text--on-success","--sf-color-text--on-surface","--sf-color-text--on-tertiary","--sf-color-text--on-warning","--sf-color-text--placeholder","--sf-color-text--secondary","--sf-color-warning","--sf-color-warning-dark","--sf-color-warning-light","--sf-color-warning-muted","--sf-color-warning-strong","--sf-color-warning-subtle","--sf-color-white","--sf-col-rule-width-l","--sf-col-rule-width-m","--sf-col-rule-width-s","--sf-col-width-l","--sf-col-width-m","--sf-col-width-s","--sf-component-pad","--sf-container-default","--sf-container-full","--sf-container-narrow","--sf-container-prose","--sf-container-wide","--sf-content-gap","--sf-content-intrinsic-size","--sf-content-width","--sf-contrast-bias","--sf-contrast-threshold","--sf-cover-min-height","--sf-cover-padding","--sf-current-font-weight","--sf-divider-color","--sf-divider-gap","--sf-divider-style","--sf-divider-width","--sf-drop-shadow-l","--sf-drop-shadow-m","--sf-drop-shadow-s","--sf-duration-fast","--sf-duration-instant","--sf-duration-none","--sf-duration-normal","--sf-duration-slow","--sf-duration-slower","--sf-ease-bounce","--sf-ease-elastic","--sf-ease-in","--sf-ease-in-out","--sf-ease-linear","--sf-ease-out","--sf-ease-overshoot","--sf-ease-spring","--sf-equal-cols","--sf-equal-gap","--sf-field-block","--sf-field-required-marker","--sf-flow-space","--sf-focus-ring-color","--sf-focus-ring-offset","--sf-focus-ring-shadow","--sf-focus-ring-style","--sf-focus-ring-width","--sf-font-body","--sf-font-display","--sf-font-features","--sf-font-geometric","--sf-font-heading","--sf-font-humanist","--sf-font-mono","--sf-font-numeric","--sf-font-slab","--sf-font-variation","--sf-font-weight-black","--sf-font-weight-body","--sf-font-weight-bold","--sf-font-weight-display","--sf-font-weight-extrabold","--sf-font-weight-extralight","--sf-font-weight-heading","--sf-font-weight-light","--sf-font-weight-medium","--sf-font-weight-normal","--sf-font-weight-semibold","--sf-font-weight-thin","--sf-frame-ratio","--sf-gap","--sf-gap-size","--sf-gradient-brand","--sf-gradient-fade--b","--sf-gradient-fade--l","--sf-gradient-fade--r","--sf-gradient-fade--t","--sf-gradient-primary","--sf-gradient-secondary","--sf-gradient-surface","--sf-gradient-tertiary","--sf-grid-gap","--sf-grid-min","--sf-grid-min-2xl","--sf-grid-min-l","--sf-grid-min-m","--sf-grid-min-s","--sf-grid-min-xl","--sf-grid-min-xs","--sf-h1-font-weight","--sf-h1-letter-spacing","--sf-h1-line-height","--sf-h1-size","--sf-h2-font-weight","--sf-h2-letter-spacing","--sf-h2-line-height","--sf-h2-size","--sf-h3-font-weight","--sf-h3-letter-spacing","--sf-h3-line-height","--sf-h3-size","--sf-h4-font-weight","--sf-h4-letter-spacing","--sf-h4-line-height","--sf-h4-size","--sf-h5-font-weight","--sf-h5-letter-spacing","--sf-h5-line-height","--sf-h5-size","--sf-h6-font-weight","--sf-h6-letter-spacing","--sf-h6-line-height","--sf-h6-size","--sf-header-height","--sf-header-height-desktop","--sf-header-height-mobile","--sf-heading-color","--sf-heading-font-family","--sf-heading-text-wrap","--sf-icon-2xl","--sf-icon-box-bg","--sf-icon-box-border","--sf-icon-box-pad","--sf-icon-box-radius","--sf-icon-l","--sf-icon-m","--sf-icon-s","--sf-icon-xl","--sf-icon-xs","--sf-imposter-margin","--sf-is-active","--sf-is-current","--sf-is-dark","--sf-is-open","--sf-is-pressed","--sf-leading-normal","--sf-leading-relaxed","--sf-leading-snug","--sf-leading-tight","--sf-line-clamp","--sf-link-external-marker","--sf-link-underline-offset","--sf-link-underline-thickness","--sf-lumlocker","--sf-mask-scrim-end","--sf-mask-scrim-start","--sf-motion-scale","--sf-object-fit","--sf-object-position","--sf-opacity-0","--sf-opacity-10","--sf-opacity-100","--sf-opacity-25","--sf-opacity-50","--sf-opacity-75","--sf-opacity-disabled","--sf-optical-sizing","--sf-perspective-far","--sf-perspective-near","--sf-perspective-normal","--sf-print-base-size","--sf-print-page-margin","--sf-print-page-size","--sf-prose-block-margin","--sf-prose-figcaption-size","--sf-prose-figure-margin","--sf-prose-heading-gap","--sf-prose-list-gap","--sf-prose-marker-color","--sf-prose-media-margin","--sf-prose-media-radius","--sf-prose-paragraph","--sf-radius-2xl","--sf-radius-3xl","--sf-radius-4xl","--sf-radius-full","--sf-radius-l","--sf-radius-m","--sf-radius-none","--sf-radius-outer","--sf-radius-pill","--sf-radius-s","--sf-radius-scale","--sf-radius-xl","--sf-radius-xs","--sf-ratio-3-2","--sf-ratio-4-3","--sf-ratio-cinema","--sf-ratio-golden","--sf-ratio-portrait","--sf-ratio-square","--sf-ratio-video","--sf-reel-gap","--sf-reel-height","--sf-reel-item-width","--sf-safe-bottom","--sf-safe-left","--sf-safe-right","--sf-safe-top","--sf-scrim-color","--sf-scrim-direction","--sf-scrim-gradient","--sf-scrim-text-shadow","--sf-scrollbar-thumb","--sf-scrollbar-track","--sf-scroll-shadow-size","--sf-scroll-timeline-range-end","--sf-scroll-timeline-range-start","--sf-section-pad","--sf-section-pad--2xl","--sf-section-pad--l","--sf-section-pad--m","--sf-section-pad--s","--sf-section-pad--xl","--sf-section-pad--xs","--sf-shadow-2xl","--sf-shadow-color","--sf-shadow-glow","--sf-shadow-glow-color","--sf-shadow-inner","--sf-shadow-l","--sf-shadow-m","--sf-shadow-none","--sf-shadow-s","--sf-shadow-strength","--sf-shadow-xl","--sf-shadow-xs","--sf-sidebar-gap","--sf-sidebar-min-width","--sf-sidebar-width","--sf-size-l","--sf-size-m","--sf-size-s","--sf-size-xl","--sf-size-xs","--sf-space-2xl","--sf-space-2xl-to-2xs","--sf-space-2xl-to-l","--sf-space-2xl-to-m","--sf-space-2xl-to-s","--sf-space-2xl-to-xl","--sf-space-2xl-to-xs","--sf-space-2xs","--sf-space-3xl","--sf-space-3xl-to-2xl","--sf-space-3xl-to-2xs","--sf-space-3xl-to-l","--sf-space-3xl-to-m","--sf-space-3xl-to-s","--sf-space-3xl-to-xl","--sf-space-3xl-to-xs","--sf-space-4xl","--sf-space-4xl-to-2xl","--sf-space-4xl-to-2xs","--sf-space-4xl-to-3xl","--sf-space-4xl-to-l","--sf-space-4xl-to-m","--sf-space-4xl-to-s","--sf-space-4xl-to-xl","--sf-space-4xl-to-xs","--sf-space-content","--sf-space-gap","--sf-space-gutter","--sf-space-l","--sf-space-l-to-2xs","--sf-space-l-to-m","--sf-space-l-to-s","--sf-space-l-to-xs","--sf-space-m","--sf-space-m-to-2xs","--sf-space-m-to-s","--sf-space-m-to-xs","--sf-space-none","--sf-space-px","--sf-space-s","--sf-space-scale","--sf-space-s-to-2xs","--sf-space-s-to-xs","--sf-space-xl","--sf-space-xl-to-2xs","--sf-space-xl-to-l","--sf-space-xl-to-m","--sf-space-xl-to-s","--sf-space-xl-to-xs","--sf-space-xs","--sf-space-xs-to-2xs","--sf-stack-gap","--sf-state-pending-opacity","--sf-sticky-offset","--sf-sticky-offset-desktop","--sf-sticky-offset-mobile","--sf-stroke-bold","--sf-stroke-heavy","--sf-stroke-regular","--sf-stroke-thin","--sf-switcher-gap","--sf-switcher-threshold","--sf-text-2xl","--sf-text-2xl-font-weight","--sf-text-2xl-letter-spacing","--sf-text-2xl-line-height","--sf-text-2xl-max-width","--sf-text-2xl-to-2xs","--sf-text-2xl-to-l","--sf-text-2xl-to-m","--sf-text-2xl-to-s","--sf-text-2xl-to-xl","--sf-text-2xl-to-xs","--sf-text-2xs","--sf-text-2xs-font-weight","--sf-text-2xs-letter-spacing","--sf-text-2xs-line-height","--sf-text-2xs-max-width","--sf-text-3xl","--sf-text-3xl-font-weight","--sf-text-3xl-letter-spacing","--sf-text-3xl-line-height","--sf-text-3xl-max-width","--sf-text-3xl-to-2xl","--sf-text-3xl-to-2xs","--sf-text-3xl-to-l","--sf-text-3xl-to-m","--sf-text-3xl-to-s","--sf-text-3xl-to-xl","--sf-text-3xl-to-xs","--sf-text-4xl","--sf-text-4xl-font-weight","--sf-text-4xl-letter-spacing","--sf-text-4xl-line-height","--sf-text-4xl-max-width","--sf-text-4xl-to-2xl","--sf-text-4xl-to-2xs","--sf-text-4xl-to-3xl","--sf-text-4xl-to-l","--sf-text-4xl-to-m","--sf-text-4xl-to-s","--sf-text-4xl-to-xl","--sf-text-4xl-to-xs","--sf-text-display-l","--sf-text-display-m","--sf-text-display-s","--sf-text-display-scale","--sf-text-l","--sf-text-l-font-weight","--sf-text-l-letter-spacing","--sf-text-l-line-height","--sf-text-l-max-width","--sf-text-l-to-2xs","--sf-text-l-to-m","--sf-text-l-to-s","--sf-text-l-to-xs","--sf-text-m","--sf-text-m-font-weight","--sf-text-m-letter-spacing","--sf-text-m-line-height","--sf-text-m-max-width","--sf-text-m-to-2xs","--sf-text-m-to-s","--sf-text-m-to-xs","--sf-text-s","--sf-text-scale","--sf-text-s-font-weight","--sf-text-shadow-l","--sf-text-shadow-m","--sf-text-shadow-none","--sf-text-shadow-s","--sf-text-s-letter-spacing","--sf-text-s-line-height","--sf-text-s-max-width","--sf-text-s-to-2xs","--sf-text-s-to-xs","--sf-text-xl","--sf-text-xl-font-weight","--sf-text-xl-letter-spacing","--sf-text-xl-line-height","--sf-text-xl-max-width","--sf-text-xl-to-2xs","--sf-text-xl-to-l","--sf-text-xl-to-m","--sf-text-xl-to-s","--sf-text-xl-to-xs","--sf-text-xs","--sf-text-xs-font-weight","--sf-text-xs-letter-spacing","--sf-text-xs-line-height","--sf-text-xs-max-width","--sf-text-xs-to-2xs","--sf-touch-target","--sf-tracking-normal","--sf-tracking-tight","--sf-tracking-wide","--sf-tracking-wider","--sf-tracking-widest","--sf-transition-all","--sf-transition-colors","--sf-transition-enter","--sf-transition-exit","--sf-transition-fast","--sf-transition-opacity","--sf-transition-overlay","--sf-transition-shadow","--sf-transition-slow","--sf-transition-transform","--sf-truncate-suffix","--sf-z-base","--sf-z-below","--sf-z-high","--sf-z-low","--sf-z-max","--sf-z-mid","--sf-z-raised","--sf-z-top"]; + var TOKENS = ["--sf-alternate-gap","--sf-alternate-inner-gap","--sf-animation-blink","--sf-animation-color-pulse","--sf-animation-delay-1","--sf-animation-delay-2","--sf-animation-delay-3","--sf-animation-delay-4","--sf-animation-delay-5","--sf-animation-fade-in","--sf-animation-fade-out","--sf-animation-float","--sf-animation-ping","--sf-animation-scale-down","--sf-animation-scale-up","--sf-animation-shimmer","--sf-animation-slide-in-down","--sf-animation-slide-in-left","--sf-animation-slide-in-right","--sf-animation-slide-in-up","--sf-animation-spin","--sf-aspect","--sf-bento-cols-default","--sf-bento-gap","--sf-bento-row-compact","--sf-bento-row-default","--sf-bento-row-tall","--sf-blur-l","--sf-blur-m","--sf-blur-s","--sf-blur-xl","--sf-blur-xs","--sf-body-color","--sf-body-em-style","--sf-body-font-family","--sf-body-font-size","--sf-body-font-weight","--sf-body-line-height","--sf-body-strong-weight","--sf-body-text-wrap","--sf-border","--sf-border-strong","--sf-border-style","--sf-border-subtle","--sf-border-width-1","--sf-border-width-2","--sf-border-width-3","--sf-border-width-4","--sf-border-width-hairline","--sf-box-border-color","--sf-box-border-width","--sf-box-padding","--sf-breakout-width","--sf-caret-color","--sf-center-gutter","--sf-center-max","--sf-cluster-align","--sf-cluster-gap","--sf-cluster-justify","--sf-code-font-size","--sf-col-rule-width-l","--sf-col-rule-width-m","--sf-col-rule-width-s","--sf-col-width-l","--sf-col-width-m","--sf-col-width-s","--sf-color-action","--sf-color-action-100","--sf-color-action-200","--sf-color-action-300","--sf-color-action-400","--sf-color-action-50","--sf-color-action-500","--sf-color-action-600","--sf-color-action-700","--sf-color-action-800","--sf-color-action-900","--sf-color-action-950","--sf-color-action-a10","--sf-color-action-a20","--sf-color-action-a30","--sf-color-action-a40","--sf-color-action-a5","--sf-color-action-a50","--sf-color-action-a60","--sf-color-action-a70","--sf-color-action-a80","--sf-color-action-a90","--sf-color-action-a95","--sf-color-action-active","--sf-color-action-darker","--sf-color-action-ghost","--sf-color-action-hover","--sf-color-action-light","--sf-color-action-lighter","--sf-color-action-muted","--sf-color-action-subtle","--sf-color-action-superdark","--sf-color-action-superlight","--sf-color-action-xdark","--sf-color-action-xlight","--sf-color-base","--sf-color-base-100","--sf-color-base-200","--sf-color-base-300","--sf-color-base-400","--sf-color-base-50","--sf-color-base-500","--sf-color-base-600","--sf-color-base-700","--sf-color-base-800","--sf-color-base-900","--sf-color-base-950","--sf-color-base-a10","--sf-color-base-a20","--sf-color-base-a30","--sf-color-base-a40","--sf-color-base-a5","--sf-color-base-a50","--sf-color-base-a60","--sf-color-base-a70","--sf-color-base-a80","--sf-color-base-a90","--sf-color-base-a95","--sf-color-base-active","--sf-color-base-darker","--sf-color-base-ghost","--sf-color-base-hover","--sf-color-base-light","--sf-color-base-lighter","--sf-color-base-muted","--sf-color-base-subtle","--sf-color-base-superdark","--sf-color-base-superlight","--sf-color-base-xdark","--sf-color-base-xlight","--sf-color-bg","--sf-color-bg--active","--sf-color-bg--disabled","--sf-color-bg--focus","--sf-color-bg--hover","--sf-color-bg--selected","--sf-color-black","--sf-color-border","--sf-color-border--disabled","--sf-color-border--focus","--sf-color-border--strong","--sf-color-border--subtle","--sf-color-border--translucent","--sf-color-code-bg","--sf-color-code-text","--sf-color-danger","--sf-color-danger-light","--sf-color-danger-muted","--sf-color-danger-strong","--sf-color-danger-subtle","--sf-color-dim","--sf-color-error","--sf-color-error-light","--sf-color-error-muted","--sf-color-error-strong","--sf-color-error-subtle","--sf-color-heading","--sf-color-info","--sf-color-info-light","--sf-color-info-muted","--sf-color-info-strong","--sf-color-info-subtle","--sf-color-inset","--sf-color-inverse","--sf-color-link","--sf-color-link--active","--sf-color-link--disabled","--sf-color-link--hover","--sf-color-link--underline","--sf-color-link--visited","--sf-color-mark-bg","--sf-color-mark-text","--sf-color-neutral","--sf-color-neutral-100","--sf-color-neutral-200","--sf-color-neutral-300","--sf-color-neutral-400","--sf-color-neutral-50","--sf-color-neutral-500","--sf-color-neutral-600","--sf-color-neutral-700","--sf-color-neutral-800","--sf-color-neutral-900","--sf-color-neutral-950","--sf-color-neutral-a10","--sf-color-neutral-a20","--sf-color-neutral-a30","--sf-color-neutral-a40","--sf-color-neutral-a5","--sf-color-neutral-a50","--sf-color-neutral-a60","--sf-color-neutral-a70","--sf-color-neutral-a80","--sf-color-neutral-a90","--sf-color-neutral-a95","--sf-color-neutral-active","--sf-color-neutral-darker","--sf-color-neutral-ghost","--sf-color-neutral-hover","--sf-color-neutral-light","--sf-color-neutral-lighter","--sf-color-neutral-muted","--sf-color-neutral-subtle","--sf-color-neutral-superdark","--sf-color-neutral-superlight","--sf-color-neutral-xdark","--sf-color-neutral-xlight","--sf-color-overlay","--sf-color-primary","--sf-color-primary-100","--sf-color-primary-200","--sf-color-primary-300","--sf-color-primary-400","--sf-color-primary-50","--sf-color-primary-500","--sf-color-primary-600","--sf-color-primary-700","--sf-color-primary-800","--sf-color-primary-900","--sf-color-primary-950","--sf-color-primary-a10","--sf-color-primary-a20","--sf-color-primary-a30","--sf-color-primary-a40","--sf-color-primary-a5","--sf-color-primary-a50","--sf-color-primary-a60","--sf-color-primary-a70","--sf-color-primary-a80","--sf-color-primary-a90","--sf-color-primary-a95","--sf-color-primary-active","--sf-color-primary-darker","--sf-color-primary-ghost","--sf-color-primary-hover","--sf-color-primary-light","--sf-color-primary-lighter","--sf-color-primary-muted","--sf-color-primary-subtle","--sf-color-primary-superdark","--sf-color-primary-superlight","--sf-color-primary-xdark","--sf-color-primary-xlight","--sf-color-raised","--sf-color-scheme","--sf-color-secondary","--sf-color-secondary-100","--sf-color-secondary-200","--sf-color-secondary-300","--sf-color-secondary-400","--sf-color-secondary-50","--sf-color-secondary-500","--sf-color-secondary-600","--sf-color-secondary-700","--sf-color-secondary-800","--sf-color-secondary-900","--sf-color-secondary-950","--sf-color-secondary-a10","--sf-color-secondary-a20","--sf-color-secondary-a30","--sf-color-secondary-a40","--sf-color-secondary-a5","--sf-color-secondary-a50","--sf-color-secondary-a60","--sf-color-secondary-a70","--sf-color-secondary-a80","--sf-color-secondary-a90","--sf-color-secondary-a95","--sf-color-secondary-active","--sf-color-secondary-darker","--sf-color-secondary-ghost","--sf-color-secondary-hover","--sf-color-secondary-light","--sf-color-secondary-lighter","--sf-color-secondary-muted","--sf-color-secondary-subtle","--sf-color-secondary-superdark","--sf-color-secondary-superlight","--sf-color-secondary-xdark","--sf-color-secondary-xlight","--sf-color-selection-bg","--sf-color-selection-text","--sf-color-success","--sf-color-success-light","--sf-color-success-muted","--sf-color-success-strong","--sf-color-success-subtle","--sf-color-surface","--sf-color-tertiary","--sf-color-tertiary-100","--sf-color-tertiary-200","--sf-color-tertiary-300","--sf-color-tertiary-400","--sf-color-tertiary-50","--sf-color-tertiary-500","--sf-color-tertiary-600","--sf-color-tertiary-700","--sf-color-tertiary-800","--sf-color-tertiary-900","--sf-color-tertiary-950","--sf-color-tertiary-a10","--sf-color-tertiary-a20","--sf-color-tertiary-a30","--sf-color-tertiary-a40","--sf-color-tertiary-a5","--sf-color-tertiary-a50","--sf-color-tertiary-a60","--sf-color-tertiary-a70","--sf-color-tertiary-a80","--sf-color-tertiary-a90","--sf-color-tertiary-a95","--sf-color-tertiary-active","--sf-color-tertiary-darker","--sf-color-tertiary-ghost","--sf-color-tertiary-hover","--sf-color-tertiary-light","--sf-color-tertiary-lighter","--sf-color-tertiary-muted","--sf-color-tertiary-subtle","--sf-color-tertiary-superdark","--sf-color-tertiary-superlight","--sf-color-tertiary-xdark","--sf-color-tertiary-xlight","--sf-color-text","--sf-color-text--disabled","--sf-color-text--inverse","--sf-color-text--muted","--sf-color-text--on-action","--sf-color-text--on-base","--sf-color-text--on-danger","--sf-color-text--on-error","--sf-color-text--on-info","--sf-color-text--on-inverse","--sf-color-text--on-neutral","--sf-color-text--on-primary","--sf-color-text--on-secondary","--sf-color-text--on-success","--sf-color-text--on-surface","--sf-color-text--on-tertiary","--sf-color-text--on-warning","--sf-color-text--placeholder","--sf-color-text--secondary","--sf-color-warning","--sf-color-warning-light","--sf-color-warning-muted","--sf-color-warning-strong","--sf-color-warning-subtle","--sf-color-white","--sf-component-pad","--sf-container-default","--sf-container-full","--sf-container-narrow","--sf-container-prose","--sf-container-wide","--sf-content-gap","--sf-content-intrinsic-size","--sf-content-width","--sf-contrast-bias","--sf-contrast-threshold","--sf-cover-min-height","--sf-cover-padding","--sf-current-font-weight","--sf-divider-color","--sf-divider-gap","--sf-divider-style","--sf-divider-width","--sf-drop-shadow-l","--sf-drop-shadow-m","--sf-drop-shadow-s","--sf-duration-fast","--sf-duration-instant","--sf-duration-none","--sf-duration-normal","--sf-duration-slow","--sf-duration-slower","--sf-ease-bounce","--sf-ease-elastic","--sf-ease-in","--sf-ease-in-out","--sf-ease-linear","--sf-ease-out","--sf-ease-overshoot","--sf-ease-spring","--sf-equal-cols","--sf-equal-gap","--sf-field-block","--sf-field-required-marker","--sf-flow-space","--sf-focus-ring-color","--sf-focus-ring-offset","--sf-focus-ring-shadow","--sf-focus-ring-style","--sf-focus-ring-width","--sf-font-body","--sf-font-display","--sf-font-features","--sf-font-geometric","--sf-font-heading","--sf-font-humanist","--sf-font-mono","--sf-font-numeric","--sf-font-slab","--sf-font-variation","--sf-font-weight-black","--sf-font-weight-body","--sf-font-weight-bold","--sf-font-weight-display","--sf-font-weight-extrabold","--sf-font-weight-extralight","--sf-font-weight-heading","--sf-font-weight-light","--sf-font-weight-medium","--sf-font-weight-normal","--sf-font-weight-semibold","--sf-font-weight-thin","--sf-frame-ratio","--sf-gap","--sf-gap-size","--sf-gradient-brand","--sf-gradient-fade--b","--sf-gradient-fade--l","--sf-gradient-fade--r","--sf-gradient-fade--t","--sf-gradient-primary","--sf-gradient-secondary","--sf-gradient-surface","--sf-gradient-tertiary","--sf-grid-gap","--sf-grid-min","--sf-grid-min-2xl","--sf-grid-min-l","--sf-grid-min-m","--sf-grid-min-s","--sf-grid-min-xl","--sf-grid-min-xs","--sf-h1-font-weight","--sf-h1-letter-spacing","--sf-h1-line-height","--sf-h1-size","--sf-h2-font-weight","--sf-h2-letter-spacing","--sf-h2-line-height","--sf-h2-size","--sf-h3-font-weight","--sf-h3-letter-spacing","--sf-h3-line-height","--sf-h3-size","--sf-h4-font-weight","--sf-h4-letter-spacing","--sf-h4-line-height","--sf-h4-size","--sf-h5-font-weight","--sf-h5-letter-spacing","--sf-h5-line-height","--sf-h5-size","--sf-h6-font-weight","--sf-h6-letter-spacing","--sf-h6-line-height","--sf-h6-size","--sf-header-height","--sf-header-height-desktop","--sf-header-height-mobile","--sf-heading-color","--sf-heading-font-family","--sf-heading-text-wrap","--sf-icon-2xl","--sf-icon-box-bg","--sf-icon-box-border","--sf-icon-box-pad","--sf-icon-box-radius","--sf-icon-l","--sf-icon-m","--sf-icon-s","--sf-icon-xl","--sf-icon-xs","--sf-imposter-margin","--sf-is-active","--sf-is-current","--sf-is-dark","--sf-is-open","--sf-is-pressed","--sf-leading-normal","--sf-leading-relaxed","--sf-leading-snug","--sf-leading-tight","--sf-line-clamp","--sf-link-external-marker","--sf-link-underline-offset","--sf-link-underline-thickness","--sf-lumlocker","--sf-mask-scrim-end","--sf-mask-scrim-start","--sf-motion-scale","--sf-object-fit","--sf-object-position","--sf-opacity-0","--sf-opacity-10","--sf-opacity-100","--sf-opacity-25","--sf-opacity-50","--sf-opacity-75","--sf-opacity-disabled","--sf-optical-sizing","--sf-perspective-far","--sf-perspective-near","--sf-perspective-normal","--sf-print-base-size","--sf-print-page-margin","--sf-print-page-size","--sf-prose-block-margin","--sf-prose-figcaption-size","--sf-prose-figure-margin","--sf-prose-heading-gap","--sf-prose-list-gap","--sf-prose-marker-color","--sf-prose-media-margin","--sf-prose-media-radius","--sf-prose-paragraph","--sf-radius-2xl","--sf-radius-3xl","--sf-radius-4xl","--sf-radius-full","--sf-radius-l","--sf-radius-m","--sf-radius-none","--sf-radius-outer","--sf-radius-pill","--sf-radius-s","--sf-radius-scale","--sf-radius-xl","--sf-radius-xs","--sf-ratio-3-2","--sf-ratio-4-3","--sf-ratio-cinema","--sf-ratio-golden","--sf-ratio-portrait","--sf-ratio-square","--sf-ratio-video","--sf-reel-gap","--sf-reel-height","--sf-reel-item-width","--sf-safe-bottom","--sf-safe-left","--sf-safe-right","--sf-safe-top","--sf-scrim-color","--sf-scrim-direction","--sf-scrim-gradient","--sf-scrim-text-shadow","--sf-scroll-shadow-size","--sf-scroll-timeline-range-end","--sf-scroll-timeline-range-start","--sf-scrollbar-thumb","--sf-scrollbar-track","--sf-section-pad","--sf-section-pad--2xl","--sf-section-pad--l","--sf-section-pad--m","--sf-section-pad--s","--sf-section-pad--xl","--sf-section-pad--xs","--sf-shadow-2xl","--sf-shadow-color","--sf-shadow-glow","--sf-shadow-glow-color","--sf-shadow-inner","--sf-shadow-l","--sf-shadow-m","--sf-shadow-none","--sf-shadow-s","--sf-shadow-strength","--sf-shadow-xl","--sf-shadow-xs","--sf-sidebar-gap","--sf-sidebar-min-width","--sf-sidebar-width","--sf-size-l","--sf-size-m","--sf-size-s","--sf-size-xl","--sf-size-xs","--sf-space-2xl","--sf-space-2xl-to-2xs","--sf-space-2xl-to-l","--sf-space-2xl-to-m","--sf-space-2xl-to-s","--sf-space-2xl-to-xl","--sf-space-2xl-to-xs","--sf-space-2xs","--sf-space-3xl","--sf-space-3xl-to-2xl","--sf-space-3xl-to-2xs","--sf-space-3xl-to-l","--sf-space-3xl-to-m","--sf-space-3xl-to-s","--sf-space-3xl-to-xl","--sf-space-3xl-to-xs","--sf-space-4xl","--sf-space-4xl-to-2xl","--sf-space-4xl-to-2xs","--sf-space-4xl-to-3xl","--sf-space-4xl-to-l","--sf-space-4xl-to-m","--sf-space-4xl-to-s","--sf-space-4xl-to-xl","--sf-space-4xl-to-xs","--sf-space-content","--sf-space-gap","--sf-space-gutter","--sf-space-l","--sf-space-l-to-2xs","--sf-space-l-to-m","--sf-space-l-to-s","--sf-space-l-to-xs","--sf-space-m","--sf-space-m-to-2xs","--sf-space-m-to-s","--sf-space-m-to-xs","--sf-space-none","--sf-space-px","--sf-space-s","--sf-space-s-to-2xs","--sf-space-s-to-xs","--sf-space-scale","--sf-space-xl","--sf-space-xl-to-2xs","--sf-space-xl-to-l","--sf-space-xl-to-m","--sf-space-xl-to-s","--sf-space-xl-to-xs","--sf-space-xs","--sf-space-xs-to-2xs","--sf-stack-gap","--sf-state-pending-opacity","--sf-sticky-offset","--sf-sticky-offset-desktop","--sf-sticky-offset-mobile","--sf-stroke-bold","--sf-stroke-heavy","--sf-stroke-regular","--sf-stroke-thin","--sf-switcher-gap","--sf-switcher-threshold","--sf-text-2xl","--sf-text-2xl-font-weight","--sf-text-2xl-letter-spacing","--sf-text-2xl-line-height","--sf-text-2xl-max-width","--sf-text-2xl-to-2xs","--sf-text-2xl-to-l","--sf-text-2xl-to-m","--sf-text-2xl-to-s","--sf-text-2xl-to-xl","--sf-text-2xl-to-xs","--sf-text-2xs","--sf-text-2xs-font-weight","--sf-text-2xs-letter-spacing","--sf-text-2xs-line-height","--sf-text-2xs-max-width","--sf-text-3xl","--sf-text-3xl-font-weight","--sf-text-3xl-letter-spacing","--sf-text-3xl-line-height","--sf-text-3xl-max-width","--sf-text-3xl-to-2xl","--sf-text-3xl-to-2xs","--sf-text-3xl-to-l","--sf-text-3xl-to-m","--sf-text-3xl-to-s","--sf-text-3xl-to-xl","--sf-text-3xl-to-xs","--sf-text-4xl","--sf-text-4xl-font-weight","--sf-text-4xl-letter-spacing","--sf-text-4xl-line-height","--sf-text-4xl-max-width","--sf-text-4xl-to-2xl","--sf-text-4xl-to-2xs","--sf-text-4xl-to-3xl","--sf-text-4xl-to-l","--sf-text-4xl-to-m","--sf-text-4xl-to-s","--sf-text-4xl-to-xl","--sf-text-4xl-to-xs","--sf-text-display-l","--sf-text-display-m","--sf-text-display-s","--sf-text-display-scale","--sf-text-l","--sf-text-l-font-weight","--sf-text-l-letter-spacing","--sf-text-l-line-height","--sf-text-l-max-width","--sf-text-l-to-2xs","--sf-text-l-to-m","--sf-text-l-to-s","--sf-text-l-to-xs","--sf-text-m","--sf-text-m-font-weight","--sf-text-m-letter-spacing","--sf-text-m-line-height","--sf-text-m-max-width","--sf-text-m-to-2xs","--sf-text-m-to-s","--sf-text-m-to-xs","--sf-text-s","--sf-text-s-font-weight","--sf-text-s-letter-spacing","--sf-text-s-line-height","--sf-text-s-max-width","--sf-text-s-to-2xs","--sf-text-s-to-xs","--sf-text-scale","--sf-text-shadow-l","--sf-text-shadow-m","--sf-text-shadow-none","--sf-text-shadow-s","--sf-text-xl","--sf-text-xl-font-weight","--sf-text-xl-letter-spacing","--sf-text-xl-line-height","--sf-text-xl-max-width","--sf-text-xl-to-2xs","--sf-text-xl-to-l","--sf-text-xl-to-m","--sf-text-xl-to-s","--sf-text-xl-to-xs","--sf-text-xs","--sf-text-xs-font-weight","--sf-text-xs-letter-spacing","--sf-text-xs-line-height","--sf-text-xs-max-width","--sf-text-xs-to-2xs","--sf-touch-target","--sf-tracking-normal","--sf-tracking-tight","--sf-tracking-wide","--sf-tracking-wider","--sf-tracking-widest","--sf-transition-all","--sf-transition-colors","--sf-transition-enter","--sf-transition-exit","--sf-transition-fast","--sf-transition-opacity","--sf-transition-overlay","--sf-transition-shadow","--sf-transition-slow","--sf-transition-transform","--sf-truncate-suffix","--sf-z-base","--sf-z-below","--sf-z-dropdown","--sf-z-fixed","--sf-z-high","--sf-z-low","--sf-z-max","--sf-z-mid","--sf-z-overlay","--sf-z-raised","--sf-z-sticky","--sf-z-toast","--sf-z-top"]; document.getElementById('tok-count').textContent = TOKENS.length; var grid = document.getElementById('tok-grid'); var filter = document.getElementById('token-filter'); diff --git a/docs/test-coverage.html b/docs/test-coverage.html index 51618cae..03e70fd4 100644 --- a/docs/test-coverage.html +++ b/docs/test-coverage.html @@ -31,7 +31,7 @@ -
    +
    SLASHED / coverage suite

    diff --git a/docs/token-index.json b/docs/token-index.json index a03c0d05..40b1f7c5 100644 --- a/docs/token-index.json +++ b/docs/token-index.json @@ -11,9 +11,9 @@ ], "fallback_source": "core/tokens.color-fallbacks.css", "counts": { - "tokens": 771, + "tokens": 769, "by_tier": { - "PUBLIC": 735, + "PUBLIC": 733, "PUBLIC-ADVANCED": 35, "INTERNAL": 1 }, @@ -366,22 +366,6 @@ "fallback": false, "value": "solid" }, - "--sf-border-style-dotted": { - "tier": "PUBLIC", - "files": [ - "core/tokens.css" - ], - "fallback": false, - "value": "dotted" - }, - "--sf-border-style-soft": { - "tier": "PUBLIC", - "files": [ - "core/tokens.css" - ], - "fallback": false, - "value": "dashed" - }, "--sf-border-subtle": { "tier": "PUBLIC", "files": [ diff --git a/docs/token-index.md b/docs/token-index.md index ea382bea..16715104 100644 --- a/docs/token-index.md +++ b/docs/token-index.md @@ -9,11 +9,11 @@ values see [tokens.md](tokens.md); for the flat name list see [registry.json](registry.json); for the tier contract and naming rules see [architecture.md](architecture.md). -**771 tokens** (deduplicated by name across the 6 token source files). +**769 tokens** (deduplicated by name across the 6 token source files). | Tier | Count | Meaning | |---|---|---| -| PUBLIC | 735 | Everyday knobs. SemVer-stable. | +| PUBLIC | 733 | Everyday knobs. SemVer-stable. | | PUBLIC-ADVANCED | 35 | Same SemVer guarantee; niche/powerful. | | INTERNAL | 1 | Implementation detail; may change without a major bump. | @@ -110,8 +110,6 @@ values see [tokens.md](tokens.md); for the flat name list see | `--sf-border` | PUBLIC | Core | — | `var(--sf-border-width-1) var(--sf-border-style) var(--sf-color-border)` | | `--sf-border-strong` | PUBLIC | Core | — | `var(--sf-border-width-1) var(--sf-border-style) var(--sf-color-border--strong)` | | `--sf-border-style` | PUBLIC | Core | — | `solid` | -| `--sf-border-style-dotted` | PUBLIC | Core | — | `dotted` | -| `--sf-border-style-soft` | PUBLIC | Core | — | `dashed` | | `--sf-border-subtle` | PUBLIC | Core | — | `var(--sf-border-width-1) var(--sf-border-style) var(--sf-color-border--subtle)` | | `--sf-border-width-1` | PUBLIC | Core | — | `1px` | | `--sf-border-width-2` | PUBLIC | Core | — | `2px` | diff --git a/docs/tokens.md b/docs/tokens.md index dcae91f5..0b28e272 100644 --- a/docs/tokens.md +++ b/docs/tokens.md @@ -3,7 +3,7 @@ > **Generated** from source by `scripts/gen-token-reference.js` — > run `npm run docs:tokens` to refresh. Do not edit by hand. -**837 tokens.** Every `--sf-*` custom property and its default value, grouped by source file. +**835 tokens.** Every `--sf-*` custom property and its default value, grouped by source file. Tokens defined in multiple files (e.g. shade aliases overridden in `optional/tokens.palette.css`) are listed once per section — so this count is higher than `docs/registry.json` (which deduplicates by name). See @@ -14,7 +14,7 @@ rebrand workflow. ## Core tokens (`core/tokens.css`) -465 tokens. +463 tokens. | Token | Default | |---|---| @@ -53,8 +53,6 @@ rebrand workflow. | `--sf-border` | `var(--sf-border-width-1) var(--sf-border-style) var(--sf-color-border)` | | `--sf-border-strong` | `var(--sf-border-width-1) var(--sf-border-style) var(--sf-color-border--strong)` | | `--sf-border-style` | `solid` | -| `--sf-border-style-dotted` | `dotted` | -| `--sf-border-style-soft` | `dashed` | | `--sf-border-subtle` | `var(--sf-border-width-1) var(--sf-border-style) var(--sf-color-border--subtle)` | | `--sf-border-width-1` | `1px` | | `--sf-border-width-2` | `2px` | diff --git a/optional/theme-example.css b/optional/theme-example.css index f87ecae4..48833b98 100644 --- a/optional/theme-example.css +++ b/optional/theme-example.css @@ -231,8 +231,6 @@ --sf-border-width-3: 3px; --sf-border-width-4: 4px; --sf-border-style: solid; - --sf-border-style-soft: dashed; - --sf-border-style-dotted: dotted; */ /* --- Motion --- diff --git a/tests/token-api.snapshot.json b/tests/token-api.snapshot.json index e5194268..9e3f721c 100644 --- a/tests/token-api.snapshot.json +++ b/tests/token-api.snapshot.json @@ -42,8 +42,6 @@ "--sf-border", "--sf-border-strong", "--sf-border-style", - "--sf-border-style-dotted", - "--sf-border-style-soft", "--sf-border-subtle", "--sf-border-width-1", "--sf-border-width-2",