Skip to content

Commit 83d7c61

Browse files
Merge pull request #670 from codeslash-dev/claude/framework-tokens-classes-ulkk75
docs: differentiate identical/vague API descriptions
2 parents a9a80a3 + eba3a15 commit 83d7c61

7 files changed

Lines changed: 211 additions & 197 deletions

File tree

configurator/src/data/api-index.generated.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_sync": {
33
"generatedBy": "configurator/scripts/sync-api.mjs",
44
"source": "docs/api-index.json",
5-
"tokensHash": "d99951a174ca",
5+
"tokensHash": "db509cdc88a8",
66
"bundles": [
77
"full",
88
"optimal"
@@ -2571,7 +2571,7 @@
25712571
"category": "Core tokens",
25722572
"group": "action",
25732573
"description": "Semantic action-color scale derived from --sf-color-action. Covers fills, hover/active states, and tint variants for primary interactive elements.",
2574-
"note": "Deep action shade for high-contrast contexts.",
2574+
"note": "Deep action shade — alias of --sf-color-action-600.",
25752575
"value": "var(--sf-color-action-600)",
25762576
"aliasOf": "--sf-color-action-600",
25772577
"registered": false,
@@ -2592,7 +2592,7 @@
25922592
"category": "Core tokens",
25932593
"group": "action",
25942594
"description": "Semantic action-color scale derived from --sf-color-action. Covers fills, hover/active states, and tint variants for primary interactive elements.",
2595-
"note": "Light action shade for soft accents.",
2595+
"note": "Light action shade for soft accents — alias of --sf-color-action-400.",
25962596
"value": "var(--sf-color-action-400)",
25972597
"aliasOf": "--sf-color-action-400",
25982598
"registered": false,
@@ -2697,7 +2697,7 @@
26972697
"category": "Core tokens",
26982698
"group": "action",
26992699
"description": "Semantic action-color scale derived from --sf-color-action. Covers fills, hover/active states, and tint variants for primary interactive elements.",
2700-
"note": "Near-black action shade for maximum contrast on light surfaces.",
2700+
"note": "Near-black action shade for maximum contrast on light surfaces — alias of --sf-color-action-950.",
27012701
"value": "var(--sf-color-action-950)",
27022702
"aliasOf": "--sf-color-action-950",
27032703
"registered": false,
@@ -2718,7 +2718,7 @@
27182718
"category": "Core tokens",
27192719
"group": "action",
27202720
"description": "Semantic action-color scale derived from --sf-color-action. Covers fills, hover/active states, and tint variants for primary interactive elements.",
2721-
"note": "Near-white action shade for maximum contrast on dark surfaces.",
2721+
"note": "Near-white action shade — alias of --sf-color-action-50.",
27222722
"value": "var(--sf-color-action-50)",
27232723
"aliasOf": "--sf-color-action-50",
27242724
"registered": false,
@@ -2739,7 +2739,7 @@
27392739
"category": "Core tokens",
27402740
"group": "action",
27412741
"description": "Semantic action-color scale derived from --sf-color-action. Covers fills, hover/active states, and tint variants for primary interactive elements.",
2742-
"note": "Near-transparent action tint (5% alpha) for hover-state washes and the most subtle backgrounds.",
2742+
"note": "Near-transparent action tint (5% alpha) for hover-state washes and the most subtle backgrounds — alias of --sf-color-action-a5.",
27432743
"value": "var(--sf-color-action-a5)",
27442744
"aliasOf": "--sf-color-action-a5",
27452745
"registered": false,
@@ -2760,7 +2760,7 @@
27602760
"category": "Core tokens",
27612761
"group": "action",
27622762
"description": "Semantic action-color scale derived from --sf-color-action. Covers fills, hover/active states, and tint variants for primary interactive elements.",
2763-
"note": "Extra-dark action shade.",
2763+
"note": "Extra-dark action shade — alias of --sf-color-action-800.",
27642764
"value": "var(--sf-color-action-800)",
27652765
"aliasOf": "--sf-color-action-800",
27662766
"registered": false,
@@ -2781,7 +2781,7 @@
27812781
"category": "Core tokens",
27822782
"group": "action",
27832783
"description": "Semantic action-color scale derived from --sf-color-action. Covers fills, hover/active states, and tint variants for primary interactive elements.",
2784-
"note": "Extra-light action shade.",
2784+
"note": "Extra-light action shade — alias of --sf-color-action-200.",
27852785
"value": "var(--sf-color-action-200)",
27862786
"aliasOf": "--sf-color-action-200",
27872787
"registered": false,
@@ -3285,7 +3285,7 @@
32853285
"category": "Core tokens",
32863286
"group": "base",
32873287
"description": "Semantic base-color scale derived from --sf-color-base. Covers fills, hover/active states, and tint variants for secondary interactive elements.",
3288-
"note": "Near-transparent base-surface tint (5% alpha) for hover-state washes and the most subtle backgrounds.",
3288+
"note": "Near-transparent base-surface tint (5% alpha) for hover-state washes and the most subtle backgrounds — alias of --sf-color-base-a5.",
32893289
"value": "var(--sf-color-base-a5)",
32903290
"aliasOf": "--sf-color-base-a5",
32913291
"registered": false,
@@ -4566,7 +4566,7 @@
45664566
"category": "Core tokens",
45674567
"group": "neutral",
45684568
"description": "Semantic neutral-color scale derived from --sf-color-neutral. Useful for muted UI chrome.",
4569-
"note": "Deep neutral shade for high-contrast contexts.",
4569+
"note": "Deep neutral shade — alias of --sf-color-neutral-600.",
45704570
"value": "var(--sf-color-neutral-600)",
45714571
"aliasOf": "--sf-color-neutral-600",
45724572
"registered": false,
@@ -4713,7 +4713,7 @@
47134713
"category": "Core tokens",
47144714
"group": "neutral",
47154715
"description": "Semantic neutral-color scale derived from --sf-color-neutral. Useful for muted UI chrome.",
4716-
"note": "Near-white neutral shade.",
4716+
"note": "Near-white neutral shade — alias of --sf-color-neutral-50.",
47174717
"value": "var(--sf-color-neutral-50)",
47184718
"aliasOf": "--sf-color-neutral-50",
47194719
"registered": false,
@@ -4734,7 +4734,7 @@
47344734
"category": "Core tokens",
47354735
"group": "neutral",
47364736
"description": "Semantic neutral-color scale derived from --sf-color-neutral. Useful for muted UI chrome.",
4737-
"note": "Near-transparent neutral tint (5% alpha) for hover-state washes and the most subtle backgrounds.",
4737+
"note": "Near-transparent neutral tint (5% alpha) for hover-state washes and the most subtle backgrounds — alias of --sf-color-neutral-a5.",
47384738
"value": "var(--sf-color-neutral-a5)",
47394739
"aliasOf": "--sf-color-neutral-a5",
47404740
"registered": false,
@@ -4755,7 +4755,7 @@
47554755
"category": "Core tokens",
47564756
"group": "neutral",
47574757
"description": "Semantic neutral-color scale derived from --sf-color-neutral. Useful for muted UI chrome.",
4758-
"note": "Extra-dark neutral shade.",
4758+
"note": "Extra-dark neutral shade — alias of --sf-color-neutral-800.",
47594759
"value": "var(--sf-color-neutral-800)",
47604760
"aliasOf": "--sf-color-neutral-800",
47614761
"registered": false,
@@ -4776,7 +4776,7 @@
47764776
"category": "Core tokens",
47774777
"group": "neutral",
47784778
"description": "Semantic neutral-color scale derived from --sf-color-neutral. Useful for muted UI chrome.",
4779-
"note": "Extra-light neutral shade.",
4779+
"note": "Extra-light neutral shade — alias of --sf-color-neutral-200.",
47804780
"value": "var(--sf-color-neutral-200)",
47814781
"aliasOf": "--sf-color-neutral-200",
47824782
"registered": false,
@@ -5217,7 +5217,7 @@
52175217
"category": "Core tokens",
52185218
"group": "primary",
52195219
"description": "Semantic primary-color scale derived from --sf-color-primary. Covers fills, hover/active states, and tint variants for the primary palette role.",
5220-
"note": "Deep primary shade.",
5220+
"note": "Deep primary shade — alias of --sf-color-primary-600.",
52215221
"value": "var(--sf-color-primary-600)",
52225222
"aliasOf": "--sf-color-primary-600",
52235223
"registered": false,
@@ -5364,7 +5364,7 @@
53645364
"category": "Core tokens",
53655365
"group": "primary",
53665366
"description": "Semantic primary-color scale derived from --sf-color-primary. Covers fills, hover/active states, and tint variants for the primary palette role.",
5367-
"note": "Near-white primary shade.",
5367+
"note": "Near-white primary shade — alias of --sf-color-primary-50.",
53685368
"value": "var(--sf-color-primary-50)",
53695369
"aliasOf": "--sf-color-primary-50",
53705370
"registered": false,
@@ -5385,7 +5385,7 @@
53855385
"category": "Core tokens",
53865386
"group": "primary",
53875387
"description": "Semantic primary-color scale derived from --sf-color-primary. Covers fills, hover/active states, and tint variants for the primary palette role.",
5388-
"note": "Near-transparent primary tint (5% alpha) for hover-state washes and the most subtle backgrounds.",
5388+
"note": "Near-transparent primary tint (5% alpha) for hover-state washes and the most subtle backgrounds — alias of --sf-color-primary-a5.",
53895389
"value": "var(--sf-color-primary-a5)",
53905390
"aliasOf": "--sf-color-primary-a5",
53915391
"registered": false,
@@ -5406,7 +5406,7 @@
54065406
"category": "Core tokens",
54075407
"group": "primary",
54085408
"description": "Semantic primary-color scale derived from --sf-color-primary. Covers fills, hover/active states, and tint variants for the primary palette role.",
5409-
"note": "Extra-dark primary shade.",
5409+
"note": "Extra-dark primary shade — alias of --sf-color-primary-800.",
54105410
"value": "var(--sf-color-primary-800)",
54115411
"aliasOf": "--sf-color-primary-800",
54125412
"registered": false,
@@ -5427,7 +5427,7 @@
54275427
"category": "Core tokens",
54285428
"group": "primary",
54295429
"description": "Semantic primary-color scale derived from --sf-color-primary. Covers fills, hover/active states, and tint variants for the primary palette role.",
5430-
"note": "Extra-light primary shade.",
5430+
"note": "Extra-light primary shade — alias of --sf-color-primary-200.",
54315431
"value": "var(--sf-color-primary-200)",
54325432
"aliasOf": "--sf-color-primary-200",
54335433
"registered": false,
@@ -5889,7 +5889,7 @@
58895889
"category": "Core tokens",
58905890
"group": "secondary",
58915891
"description": "Semantic secondary-color scale derived from --sf-color-secondary.",
5892-
"note": "Deep secondary shade.",
5892+
"note": "Deep secondary shade — alias of --sf-color-secondary-600.",
58935893
"value": "var(--sf-color-secondary-600)",
58945894
"aliasOf": "--sf-color-secondary-600",
58955895
"registered": false,
@@ -6036,7 +6036,7 @@
60366036
"category": "Core tokens",
60376037
"group": "secondary",
60386038
"description": "Semantic secondary-color scale derived from --sf-color-secondary.",
6039-
"note": "Near-white secondary shade.",
6039+
"note": "Near-white secondary shade — alias of --sf-color-secondary-50.",
60406040
"value": "var(--sf-color-secondary-50)",
60416041
"aliasOf": "--sf-color-secondary-50",
60426042
"registered": false,
@@ -6057,7 +6057,7 @@
60576057
"category": "Core tokens",
60586058
"group": "secondary",
60596059
"description": "Semantic secondary-color scale derived from --sf-color-secondary.",
6060-
"note": "Near-transparent secondary tint (5% alpha) for hover-state washes and the most subtle backgrounds.",
6060+
"note": "Near-transparent secondary tint (5% alpha) for hover-state washes and the most subtle backgrounds — alias of --sf-color-secondary-a5.",
60616061
"value": "var(--sf-color-secondary-a5)",
60626062
"aliasOf": "--sf-color-secondary-a5",
60636063
"registered": false,
@@ -6078,7 +6078,7 @@
60786078
"category": "Core tokens",
60796079
"group": "secondary",
60806080
"description": "Semantic secondary-color scale derived from --sf-color-secondary.",
6081-
"note": "Extra-dark secondary shade.",
6081+
"note": "Extra-dark secondary shade — alias of --sf-color-secondary-800.",
60826082
"value": "var(--sf-color-secondary-800)",
60836083
"aliasOf": "--sf-color-secondary-800",
60846084
"registered": false,
@@ -6099,7 +6099,7 @@
60996099
"category": "Core tokens",
61006100
"group": "secondary",
61016101
"description": "Semantic secondary-color scale derived from --sf-color-secondary.",
6102-
"note": "Extra-light secondary shade.",
6102+
"note": "Extra-light secondary shade — alias of --sf-color-secondary-200.",
61036103
"value": "var(--sf-color-secondary-200)",
61046104
"aliasOf": "--sf-color-secondary-200",
61056105
"registered": false,
@@ -6771,7 +6771,7 @@
67716771
"category": "Core tokens",
67726772
"group": "tertiary",
67736773
"description": "Semantic tertiary-color scale derived from --sf-color-tertiary.",
6774-
"note": "Deep tertiary shade.",
6774+
"note": "Deep tertiary shade — alias of --sf-color-tertiary-600.",
67756775
"value": "var(--sf-color-tertiary-600)",
67766776
"aliasOf": "--sf-color-tertiary-600",
67776777
"registered": false,
@@ -6918,7 +6918,7 @@
69186918
"category": "Core tokens",
69196919
"group": "tertiary",
69206920
"description": "Semantic tertiary-color scale derived from --sf-color-tertiary.",
6921-
"note": "Near-white tertiary shade.",
6921+
"note": "Near-white tertiary shade — alias of --sf-color-tertiary-50.",
69226922
"value": "var(--sf-color-tertiary-50)",
69236923
"aliasOf": "--sf-color-tertiary-50",
69246924
"registered": false,
@@ -6939,7 +6939,7 @@
69396939
"category": "Core tokens",
69406940
"group": "tertiary",
69416941
"description": "Semantic tertiary-color scale derived from --sf-color-tertiary.",
6942-
"note": "Near-transparent tertiary tint (5% alpha) for hover-state washes and the most subtle backgrounds.",
6942+
"note": "Near-transparent tertiary tint (5% alpha) for hover-state washes and the most subtle backgrounds — alias of --sf-color-tertiary-a5.",
69436943
"value": "var(--sf-color-tertiary-a5)",
69446944
"aliasOf": "--sf-color-tertiary-a5",
69456945
"registered": false,
@@ -6960,7 +6960,7 @@
69606960
"category": "Core tokens",
69616961
"group": "tertiary",
69626962
"description": "Semantic tertiary-color scale derived from --sf-color-tertiary.",
6963-
"note": "Extra-dark tertiary shade.",
6963+
"note": "Extra-dark tertiary shade — alias of --sf-color-tertiary-800.",
69646964
"value": "var(--sf-color-tertiary-800)",
69656965
"aliasOf": "--sf-color-tertiary-800",
69666966
"registered": false,
@@ -6981,7 +6981,7 @@
69816981
"category": "Core tokens",
69826982
"group": "tertiary",
69836983
"description": "Semantic tertiary-color scale derived from --sf-color-tertiary.",
6984-
"note": "Extra-light tertiary shade.",
6984+
"note": "Extra-light tertiary shade — alias of --sf-color-tertiary-200.",
69856985
"value": "var(--sf-color-tertiary-200)",
69866986
"aliasOf": "--sf-color-tertiary-200",
69876987
"registered": false,

0 commit comments

Comments
 (0)