@aloudata/aloudata-design 3.1.0 → 3.1.2

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.
Files changed (196) hide show
  1. package/dist/AProgress/index.js +10 -0
  2. package/dist/AProgress/index.js.map +1 -1
  3. package/dist/Alert/index.js +3 -1
  4. package/dist/Alert/index.js.map +1 -1
  5. package/dist/Badge/index.js +37 -11
  6. package/dist/Badge/index.js.map +1 -1
  7. package/dist/Breadcrumb/index.js +12 -2
  8. package/dist/Breadcrumb/index.js.map +1 -1
  9. package/dist/Button/index.d.ts +1 -1
  10. package/dist/Button/index.js +20 -6
  11. package/dist/Button/index.js.map +1 -1
  12. package/dist/Card/index.js +1 -1
  13. package/dist/Card/index.js.map +1 -1
  14. package/dist/Carousel/index.js +9 -1
  15. package/dist/Carousel/index.js.map +1 -1
  16. package/dist/Checkbox/index.js +17 -2
  17. package/dist/Checkbox/index.js.map +1 -1
  18. package/dist/Checkbox/type.d.ts +10 -2
  19. package/dist/ColorPicker/index.js +112 -46
  20. package/dist/ColorPicker/index.js.map +1 -1
  21. package/dist/DataPreviewTable/components/Body/Cell.d.ts +2 -0
  22. package/dist/DataPreviewTable/components/Body/Cell.js +9 -1
  23. package/dist/DataPreviewTable/components/Body/Cell.js.map +1 -1
  24. package/dist/DataPreviewTable/components/Body/index.d.ts +1 -0
  25. package/dist/DataPreviewTable/components/Body/index.js +35 -23
  26. package/dist/DataPreviewTable/components/Body/index.js.map +1 -1
  27. package/dist/DataPreviewTable/components/Header/index.d.ts +1 -0
  28. package/dist/DataPreviewTable/components/Header/index.js +36 -28
  29. package/dist/DataPreviewTable/components/Header/index.js.map +1 -1
  30. package/dist/DataPreviewTable/index.js +19 -2
  31. package/dist/DataPreviewTable/index.js.map +1 -1
  32. package/dist/Drawer/index.d.ts +4 -0
  33. package/dist/Drawer/index.js +93 -79
  34. package/dist/Drawer/index.js.map +1 -1
  35. package/dist/Dropdown/index.d.ts +1 -1
  36. package/dist/Dropdown/index.js +64 -13
  37. package/dist/Dropdown/index.js.map +1 -1
  38. package/dist/Form/FormItemContext.d.ts +1 -1
  39. package/dist/Form/FormItemContext.js.map +1 -1
  40. package/dist/Form/index.js +50 -7
  41. package/dist/Form/index.js.map +1 -1
  42. package/dist/IconButton/index.d.ts +2 -2
  43. package/dist/IconButton/index.js +9 -3
  44. package/dist/IconButton/index.js.map +1 -1
  45. package/dist/Input/components/Input/index.js +18 -8
  46. package/dist/Input/components/Input/index.js.map +1 -1
  47. package/dist/Input/components/TextArea/index.js +18 -7
  48. package/dist/Input/components/TextArea/index.js.map +1 -1
  49. package/dist/Input/privateSemanticOwner.d.ts +2 -0
  50. package/dist/Input/privateSemanticOwner.js +1 -0
  51. package/dist/InputNumber/index.js +16 -9
  52. package/dist/InputNumber/index.js.map +1 -1
  53. package/dist/InputNumber/type.d.ts +2 -2
  54. package/dist/LogicTree/components/LogicItem/index.d.ts +2 -1
  55. package/dist/LogicTree/components/LogicItem/index.js +13 -2
  56. package/dist/LogicTree/components/LogicItem/index.js.map +1 -1
  57. package/dist/LogicTree/index.js +2 -0
  58. package/dist/LogicTree/index.js.map +1 -1
  59. package/dist/MemberPicker/components/MemberSelection.d.ts +2 -0
  60. package/dist/MemberPicker/components/MemberSelection.js +15 -13
  61. package/dist/MemberPicker/components/MemberSelection.js.map +1 -1
  62. package/dist/MemberPicker/components/MultipleOption.js +12 -0
  63. package/dist/MemberPicker/components/MultipleOption.js.map +1 -1
  64. package/dist/MemberPicker/components/Panel.d.ts +2 -0
  65. package/dist/MemberPicker/components/Panel.js +11 -1
  66. package/dist/MemberPicker/components/Panel.js.map +1 -1
  67. package/dist/MemberPicker/components/PanelWrapper.js +2 -0
  68. package/dist/MemberPicker/components/PanelWrapper.js.map +1 -1
  69. package/dist/MemberPicker/components/SelectedMemberTags.js +14 -6
  70. package/dist/MemberPicker/components/SelectedMemberTags.js.map +1 -1
  71. package/dist/MemberPicker/components/SingleOption.js +12 -0
  72. package/dist/MemberPicker/components/SingleOption.js.map +1 -1
  73. package/dist/MemberPicker/components/UserGroupSelection.d.ts +3 -1
  74. package/dist/MemberPicker/components/UserGroupSelection.js +65 -42
  75. package/dist/MemberPicker/components/UserGroupSelection.js.map +1 -1
  76. package/dist/MemberPicker/index.js +134 -108
  77. package/dist/MemberPicker/index.js.map +1 -1
  78. package/dist/Menu/index.d.ts +8 -0
  79. package/dist/Menu/index.js +33 -3
  80. package/dist/Menu/index.js.map +1 -1
  81. package/dist/Modal/index.d.ts +4 -0
  82. package/dist/Modal/index.js +55 -66
  83. package/dist/Modal/index.js.map +1 -1
  84. package/dist/OverflowCount/index.js +10 -0
  85. package/dist/OverflowCount/index.js.map +1 -1
  86. package/dist/Pagination/index.js +1 -0
  87. package/dist/Pagination/index.js.map +1 -1
  88. package/dist/Popconfirm/index.js +9 -1
  89. package/dist/Popconfirm/index.js.map +1 -1
  90. package/dist/Popover/index.js +52 -1
  91. package/dist/Popover/index.js.map +1 -1
  92. package/dist/Progress/index.js +4 -0
  93. package/dist/Progress/index.js.map +1 -1
  94. package/dist/Radio/components/Group/index.d.ts +5 -1
  95. package/dist/Radio/components/Group/index.js +7 -2
  96. package/dist/Radio/components/Group/index.js.map +1 -1
  97. package/dist/Radio/components/Radio/index.js +26 -0
  98. package/dist/Radio/components/Radio/index.js.map +1 -1
  99. package/dist/Radio/interface/radio.d.ts +7 -0
  100. package/dist/Radio/interface/radioGroup.d.ts +2 -0
  101. package/dist/RenameInput/index.js +11 -0
  102. package/dist/RenameInput/index.js.map +1 -1
  103. package/dist/Select/BaseSelect.d.ts +3 -0
  104. package/dist/Select/BaseSelect.js +229 -32
  105. package/dist/Select/BaseSelect.js.map +1 -1
  106. package/dist/Select/SelectTrigger.d.ts +2 -0
  107. package/dist/Select/SelectTrigger.js +13 -5
  108. package/dist/Select/SelectTrigger.js.map +1 -1
  109. package/dist/Select/components/OptionCollection.d.ts +41 -0
  110. package/dist/Select/components/OptionCollection.js +124 -0
  111. package/dist/Select/components/OptionCollection.js.map +1 -0
  112. package/dist/Select/index.js +45 -3
  113. package/dist/Select/index.js.map +1 -1
  114. package/dist/Select/interface.d.ts +1 -1
  115. package/dist/Skeleton/index.js +1 -1
  116. package/dist/Skeleton/index.js.map +1 -1
  117. package/dist/Spin/index.d.ts +1 -1
  118. package/dist/Spin/index.js +22 -7
  119. package/dist/Spin/index.js.map +1 -1
  120. package/dist/Switch/index.d.ts +5 -0
  121. package/dist/Switch/index.js +15 -5
  122. package/dist/Switch/index.js.map +1 -1
  123. package/dist/Table/components/Header.js +0 -1
  124. package/dist/Table/components/Header.js.map +1 -1
  125. package/dist/Table/index.js +42 -27
  126. package/dist/Table/index.js.map +1 -1
  127. package/dist/Tabs/index.js +1 -0
  128. package/dist/Tabs/index.js.map +1 -1
  129. package/dist/Tag/index.js +20 -1
  130. package/dist/Tag/index.js.map +1 -1
  131. package/dist/Tooltip/index.js +34 -5
  132. package/dist/Tooltip/index.js.map +1 -1
  133. package/dist/Tour/index.js +13 -1
  134. package/dist/Tour/index.js.map +1 -1
  135. package/dist/Tree/Tree2.js +2 -0
  136. package/dist/Tree/Tree2.js.map +1 -1
  137. package/dist/_utils/dialogAccessibility.d.ts +17 -0
  138. package/dist/_utils/dialogAccessibility.js +110 -0
  139. package/dist/_utils/dialogAccessibility.js.map +1 -0
  140. package/dist/_utils/formControlSemanticOwner.d.ts +3 -0
  141. package/dist/_utils/formControlSemanticOwner.js +17 -0
  142. package/dist/_utils/formControlSemanticOwner.js.map +1 -0
  143. package/dist/_utils/overlayCoordinator.js +1 -11
  144. package/dist/_utils/overlayCoordinator.js.map +1 -1
  145. package/dist/aloudata-design.css +1 -1
  146. package/dist/governance/semantic.d.ts +1 -0
  147. package/dist/governance/semantic.js +2 -0
  148. package/dist/governance/semantic.json +1737 -0
  149. package/dist/theme/contract/baselineResolvedTokenValueManifest.d.ts +1 -1
  150. package/dist/theme/contract/darkResolvedTokenValueManifest.d.ts +1 -1
  151. package/dist/theme/contract/tokenOutputContract.js +1 -0
  152. package/dist/theme/contract/tokenOutputContract.js.map +1 -1
  153. package/dist/theme/generator/acceptedColorValues.d.ts +2 -1
  154. package/dist/theme/generator/baselineTokenValueDelivery.d.ts +9 -1
  155. package/dist/theme/generator/minimalAcceptedColorValues.d.ts +2 -2
  156. package/dist/theme/generator/neutralSourceResolver.d.ts +28 -0
  157. package/dist/theme/generator/neutralSourceResolver.js +2 -0
  158. package/dist/theme/generator/neutralSourceValues.d.ts +28 -0
  159. package/dist/theme/generator/neutralSourceValues.js +2 -0
  160. package/dist/theme/governance/semanticGovernanceContract.d.ts +91 -0
  161. package/dist/theme/governance/semanticGovernanceContract.js +342 -0
  162. package/dist/theme/governance/semanticGovernanceContract.js.map +1 -0
  163. package/dist/theme/index.d.ts +2 -0
  164. package/dist/theme/index.js +1 -0
  165. package/dist/theme/neutralSourceContract.d.ts +3 -0
  166. package/dist/theme/neutralSourceContract.js +11 -0
  167. package/dist/theme/neutralSourceContract.js.map +1 -0
  168. package/dist/theme/runtime/colorValueMode/generated/darkBaselineDeclarations.d.ts +1 -1
  169. package/dist/theme/runtime/colorValueMode/generated/darkBaselineDeclarations.js +46 -45
  170. package/dist/theme/runtime/colorValueMode/generated/darkBaselineDeclarations.js.map +1 -1
  171. package/dist/theme/runtime/colorValueMode/generated/slateDarkDeclarations.d.ts +3 -0
  172. package/dist/theme/runtime/colorValueMode/generated/slateDarkDeclarations.js +2 -0
  173. package/dist/theme/runtime/colorValueMode/generated/slateLightDeclarations.d.ts +3 -0
  174. package/dist/theme/runtime/colorValueMode/generated/slateLightDeclarations.js +2 -0
  175. package/dist/theme/runtime/colorValueMode/generated/stoneDarkDeclarations.d.ts +3 -0
  176. package/dist/theme/runtime/colorValueMode/generated/stoneDarkDeclarations.js +2 -0
  177. package/dist/theme/runtime/colorValueMode/generated/stoneLightDeclarations.d.ts +3 -0
  178. package/dist/theme/runtime/colorValueMode/generated/stoneLightDeclarations.js +2 -0
  179. package/dist/theme/runtime/colorValueMode/generated/v3BaselineDeclarations.d.ts +1 -1
  180. package/dist/theme/runtime/colorValueMode/generated/v3BaselineDeclarations.js +42 -41
  181. package/dist/theme/runtime/colorValueMode/generated/v3BaselineDeclarations.js.map +1 -1
  182. package/dist/theme/runtime/colorValueMode/index.js +2 -12
  183. package/dist/theme/runtime/colorValueMode/index.js.map +1 -1
  184. package/dist/theme/runtime/colorValueMode/legacyNeutralCompatibility.d.ts +2 -0
  185. package/dist/theme/runtime/colorValueMode/legacyNeutralCompatibility.js +48 -0
  186. package/dist/theme/runtime/colorValueMode/legacyNeutralCompatibility.js.map +1 -0
  187. package/dist/theme/runtime/colorValueMode/registry.d.ts +1 -1
  188. package/dist/theme/runtime/colorValueMode/registry.js +2 -1
  189. package/dist/theme/runtime/colorValueMode/registry.js.map +1 -1
  190. package/dist/theme/runtime/initAldTheme.js +1 -3
  191. package/dist/theme/runtime/initAldTheme.js.map +1 -1
  192. package/dist/theme/runtime/neutralSource/index.d.ts +6 -0
  193. package/dist/theme/runtime/neutralSource/index.js +11 -0
  194. package/dist/theme/runtime/neutralSource/index.js.map +1 -0
  195. package/dist/theme/runtime/neutralSource.d.ts +2 -0
  196. package/package.json +12 -2
@@ -0,0 +1,1737 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "semanticGovernanceArtifactVersion": "1.0.0",
4
+ "packageCompatibility": {
5
+ "minimumPackageVersion": "3.1.0",
6
+ "maximumExclusivePackageVersion": "4.0.0"
7
+ },
8
+ "tokenOutputContract": {
9
+ "entryCount": 122,
10
+ "identitySetFingerprint": "fnv1a32:85cdb09a",
11
+ "referencedTokenCount": 106
12
+ },
13
+ "provenance": [
14
+ {
15
+ "id": "token-output-contract",
16
+ "authorityDocument": "src/theme/contract/tokenOutputContract.ts",
17
+ "authorityLocator": "tokenOutputContractEntries",
18
+ "authorityStatus": "Accepted",
19
+ "governanceVersion": "current-token-output-contract"
20
+ },
21
+ {
22
+ "id": "neutral-architecture-23a",
23
+ "authorityDocument": "docs/color-system/23A-neutral-color-architecture-decision.md",
24
+ "authorityLocator": "Sections 8-9",
25
+ "authorityStatus": "Accepted",
26
+ "governanceVersion": "23A"
27
+ },
28
+ {
29
+ "id": "semantic-knowledge-decision-26",
30
+ "authorityDocument": "docs/color-system/26-semantic-governance-knowledge-delivery-decision.md",
31
+ "authorityLocator": "Sections 5-14",
32
+ "authorityStatus": "Accepted",
33
+ "governanceVersion": "26"
34
+ },
35
+ {
36
+ "id": "semantic-knowledge-specification-27",
37
+ "authorityDocument": "docs/color-system/27-semantic-governance-knowledge-delivery-specification.md",
38
+ "authorityLocator": "Sections 6-14",
39
+ "authorityStatus": "Accepted",
40
+ "governanceVersion": "27"
41
+ }
42
+ ],
43
+ "tokenFacts": [
44
+ {
45
+ "token": "--action-primary-normal",
46
+ "role": "action",
47
+ "family": "action-primary",
48
+ "state": "normal",
49
+ "lifecycle": "active",
50
+ "provenance": [
51
+ "token-output-contract",
52
+ "semantic-knowledge-decision-26"
53
+ ]
54
+ },
55
+ {
56
+ "token": "--action-primary-hover",
57
+ "role": "action",
58
+ "family": "action-primary",
59
+ "state": "hover",
60
+ "lifecycle": "active",
61
+ "provenance": [
62
+ "token-output-contract",
63
+ "semantic-knowledge-decision-26"
64
+ ]
65
+ },
66
+ {
67
+ "token": "--action-primary-active",
68
+ "role": "action",
69
+ "family": "action-primary",
70
+ "state": "active",
71
+ "lifecycle": "active",
72
+ "provenance": [
73
+ "token-output-contract",
74
+ "semantic-knowledge-decision-26"
75
+ ]
76
+ },
77
+ {
78
+ "token": "--action-primary-selected",
79
+ "role": "action",
80
+ "family": "action-primary",
81
+ "state": "selected",
82
+ "lifecycle": "active",
83
+ "provenance": [
84
+ "token-output-contract",
85
+ "semantic-knowledge-decision-26"
86
+ ]
87
+ },
88
+ {
89
+ "token": "--action-primary-subtle-normal",
90
+ "role": "action",
91
+ "family": "action-primary-subtle",
92
+ "state": "normal",
93
+ "lifecycle": "active",
94
+ "provenance": [
95
+ "token-output-contract",
96
+ "semantic-knowledge-decision-26"
97
+ ]
98
+ },
99
+ {
100
+ "token": "--action-primary-subtle-hover",
101
+ "role": "action",
102
+ "family": "action-primary-subtle",
103
+ "state": "hover",
104
+ "lifecycle": "active",
105
+ "provenance": [
106
+ "token-output-contract",
107
+ "semantic-knowledge-decision-26"
108
+ ]
109
+ },
110
+ {
111
+ "token": "--action-primary-subtle-active",
112
+ "role": "action",
113
+ "family": "action-primary-subtle",
114
+ "state": "active",
115
+ "lifecycle": "active",
116
+ "provenance": [
117
+ "token-output-contract",
118
+ "semantic-knowledge-decision-26"
119
+ ]
120
+ },
121
+ {
122
+ "token": "--action-primary-subtle-selected",
123
+ "role": "action",
124
+ "family": "action-primary-subtle",
125
+ "state": "selected",
126
+ "lifecycle": "active",
127
+ "provenance": [
128
+ "token-output-contract",
129
+ "semantic-knowledge-decision-26"
130
+ ]
131
+ },
132
+ {
133
+ "token": "--action-neutral-normal",
134
+ "role": "action",
135
+ "family": "action-neutral",
136
+ "state": "normal",
137
+ "lifecycle": "active",
138
+ "provenance": [
139
+ "token-output-contract",
140
+ "semantic-knowledge-decision-26"
141
+ ]
142
+ },
143
+ {
144
+ "token": "--action-neutral-hover",
145
+ "role": "action",
146
+ "family": "action-neutral",
147
+ "state": "hover",
148
+ "lifecycle": "active",
149
+ "provenance": [
150
+ "token-output-contract",
151
+ "semantic-knowledge-decision-26"
152
+ ]
153
+ },
154
+ {
155
+ "token": "--action-neutral-active",
156
+ "role": "action",
157
+ "family": "action-neutral",
158
+ "state": "active",
159
+ "lifecycle": "active",
160
+ "provenance": [
161
+ "token-output-contract",
162
+ "semantic-knowledge-decision-26"
163
+ ]
164
+ },
165
+ {
166
+ "token": "--action-neutral-selected",
167
+ "role": "action",
168
+ "family": "action-neutral",
169
+ "state": "selected",
170
+ "lifecycle": "active",
171
+ "provenance": [
172
+ "token-output-contract",
173
+ "semantic-knowledge-decision-26"
174
+ ]
175
+ },
176
+ {
177
+ "token": "--action-neutral-subtle-normal",
178
+ "role": "action",
179
+ "family": "action-neutral-subtle",
180
+ "state": "normal",
181
+ "lifecycle": "active",
182
+ "provenance": [
183
+ "token-output-contract",
184
+ "semantic-knowledge-decision-26"
185
+ ]
186
+ },
187
+ {
188
+ "token": "--action-neutral-subtle-hover",
189
+ "role": "action",
190
+ "family": "action-neutral-subtle",
191
+ "state": "hover",
192
+ "lifecycle": "active",
193
+ "provenance": [
194
+ "token-output-contract",
195
+ "semantic-knowledge-decision-26"
196
+ ]
197
+ },
198
+ {
199
+ "token": "--action-neutral-subtle-active",
200
+ "role": "action",
201
+ "family": "action-neutral-subtle",
202
+ "state": "active",
203
+ "lifecycle": "active",
204
+ "provenance": [
205
+ "token-output-contract",
206
+ "semantic-knowledge-decision-26"
207
+ ]
208
+ },
209
+ {
210
+ "token": "--action-neutral-subtle-selected",
211
+ "role": "action",
212
+ "family": "action-neutral-subtle",
213
+ "state": "selected",
214
+ "lifecycle": "active",
215
+ "provenance": [
216
+ "token-output-contract",
217
+ "semantic-knowledge-decision-26"
218
+ ]
219
+ },
220
+ {
221
+ "token": "--action-destructive-normal",
222
+ "role": "action",
223
+ "family": "action-destructive",
224
+ "state": "normal",
225
+ "lifecycle": "active",
226
+ "provenance": [
227
+ "token-output-contract",
228
+ "semantic-knowledge-decision-26"
229
+ ]
230
+ },
231
+ {
232
+ "token": "--action-destructive-hover",
233
+ "role": "action",
234
+ "family": "action-destructive",
235
+ "state": "hover",
236
+ "lifecycle": "active",
237
+ "provenance": [
238
+ "token-output-contract",
239
+ "semantic-knowledge-decision-26"
240
+ ]
241
+ },
242
+ {
243
+ "token": "--action-destructive-active",
244
+ "role": "action",
245
+ "family": "action-destructive",
246
+ "state": "active",
247
+ "lifecycle": "active",
248
+ "provenance": [
249
+ "token-output-contract",
250
+ "semantic-knowledge-decision-26"
251
+ ]
252
+ },
253
+ {
254
+ "token": "--action-destructive-selected",
255
+ "role": "action",
256
+ "family": "action-destructive",
257
+ "state": "selected",
258
+ "lifecycle": "active",
259
+ "provenance": [
260
+ "token-output-contract",
261
+ "semantic-knowledge-decision-26"
262
+ ]
263
+ },
264
+ {
265
+ "token": "--action-destructive-subtle-normal",
266
+ "role": "action",
267
+ "family": "action-destructive-subtle",
268
+ "state": "normal",
269
+ "lifecycle": "active",
270
+ "provenance": [
271
+ "token-output-contract",
272
+ "semantic-knowledge-decision-26"
273
+ ]
274
+ },
275
+ {
276
+ "token": "--action-destructive-subtle-hover",
277
+ "role": "action",
278
+ "family": "action-destructive-subtle",
279
+ "state": "hover",
280
+ "lifecycle": "active",
281
+ "provenance": [
282
+ "token-output-contract",
283
+ "semantic-knowledge-decision-26"
284
+ ]
285
+ },
286
+ {
287
+ "token": "--action-destructive-subtle-active",
288
+ "role": "action",
289
+ "family": "action-destructive-subtle",
290
+ "state": "active",
291
+ "lifecycle": "active",
292
+ "provenance": [
293
+ "token-output-contract",
294
+ "semantic-knowledge-decision-26"
295
+ ]
296
+ },
297
+ {
298
+ "token": "--action-destructive-subtle-selected",
299
+ "role": "action",
300
+ "family": "action-destructive-subtle",
301
+ "state": "selected",
302
+ "lifecycle": "active",
303
+ "provenance": [
304
+ "token-output-contract",
305
+ "semantic-knowledge-decision-26"
306
+ ]
307
+ },
308
+ {
309
+ "token": "--action-ghost-normal",
310
+ "role": "action",
311
+ "family": "action-ghost",
312
+ "state": "normal",
313
+ "lifecycle": "active",
314
+ "provenance": [
315
+ "token-output-contract",
316
+ "semantic-knowledge-decision-26"
317
+ ]
318
+ },
319
+ {
320
+ "token": "--action-ghost-hover",
321
+ "role": "action",
322
+ "family": "action-ghost",
323
+ "state": "hover",
324
+ "lifecycle": "active",
325
+ "provenance": [
326
+ "token-output-contract",
327
+ "semantic-knowledge-decision-26"
328
+ ]
329
+ },
330
+ {
331
+ "token": "--action-ghost-active",
332
+ "role": "action",
333
+ "family": "action-ghost",
334
+ "state": "active",
335
+ "lifecycle": "active",
336
+ "provenance": [
337
+ "token-output-contract",
338
+ "semantic-knowledge-decision-26"
339
+ ]
340
+ },
341
+ {
342
+ "token": "--action-ghost-selected",
343
+ "role": "action",
344
+ "family": "action-ghost",
345
+ "state": "selected",
346
+ "lifecycle": "active",
347
+ "provenance": [
348
+ "token-output-contract",
349
+ "semantic-knowledge-decision-26"
350
+ ]
351
+ },
352
+ {
353
+ "token": "--action-ghost-inverted-hover",
354
+ "role": "action",
355
+ "family": "action-ghost-inverted",
356
+ "state": "hover",
357
+ "lifecycle": "active",
358
+ "provenance": [
359
+ "token-output-contract",
360
+ "semantic-knowledge-decision-26"
361
+ ]
362
+ },
363
+ {
364
+ "token": "--action-ghost-inverted-active",
365
+ "role": "action",
366
+ "family": "action-ghost-inverted",
367
+ "state": "active",
368
+ "lifecycle": "active",
369
+ "provenance": [
370
+ "token-output-contract",
371
+ "semantic-knowledge-decision-26"
372
+ ]
373
+ },
374
+ {
375
+ "token": "--action-ghost-inverted-selected",
376
+ "role": "action",
377
+ "family": "action-ghost-inverted",
378
+ "state": "selected",
379
+ "lifecycle": "active",
380
+ "provenance": [
381
+ "token-output-contract",
382
+ "semantic-knowledge-decision-26"
383
+ ]
384
+ },
385
+ {
386
+ "token": "--action-ghost-destructive-hover",
387
+ "role": "action",
388
+ "family": "action-ghost-destructive",
389
+ "state": "hover",
390
+ "lifecycle": "active",
391
+ "provenance": [
392
+ "token-output-contract",
393
+ "semantic-knowledge-decision-26"
394
+ ]
395
+ },
396
+ {
397
+ "token": "--action-ghost-destructive-active",
398
+ "role": "action",
399
+ "family": "action-ghost-destructive",
400
+ "state": "active",
401
+ "lifecycle": "active",
402
+ "provenance": [
403
+ "token-output-contract",
404
+ "semantic-knowledge-decision-26"
405
+ ]
406
+ },
407
+ {
408
+ "token": "--action-ghost-destructive-selected",
409
+ "role": "action",
410
+ "family": "action-ghost-destructive",
411
+ "state": "selected",
412
+ "lifecycle": "active",
413
+ "provenance": [
414
+ "token-output-contract",
415
+ "semantic-knowledge-decision-26"
416
+ ]
417
+ },
418
+ {
419
+ "token": "--action-inverted-normal",
420
+ "role": "action",
421
+ "family": "action-inverted",
422
+ "state": "normal",
423
+ "lifecycle": "active",
424
+ "provenance": [
425
+ "token-output-contract",
426
+ "semantic-knowledge-decision-26"
427
+ ]
428
+ },
429
+ {
430
+ "token": "--action-inverted-hover",
431
+ "role": "action",
432
+ "family": "action-inverted",
433
+ "state": "hover",
434
+ "lifecycle": "active",
435
+ "provenance": [
436
+ "token-output-contract",
437
+ "semantic-knowledge-decision-26"
438
+ ]
439
+ },
440
+ {
441
+ "token": "--action-inverted-active",
442
+ "role": "action",
443
+ "family": "action-inverted",
444
+ "state": "active",
445
+ "lifecycle": "active",
446
+ "provenance": [
447
+ "token-output-contract",
448
+ "semantic-knowledge-decision-26"
449
+ ]
450
+ },
451
+ {
452
+ "token": "--action-inverted-selected",
453
+ "role": "action",
454
+ "family": "action-inverted",
455
+ "state": "selected",
456
+ "lifecycle": "active",
457
+ "provenance": [
458
+ "token-output-contract",
459
+ "semantic-knowledge-decision-26"
460
+ ]
461
+ },
462
+ {
463
+ "token": "--background-default",
464
+ "role": "background",
465
+ "lifecycle": "active",
466
+ "provenance": [
467
+ "token-output-contract",
468
+ "semantic-knowledge-decision-26"
469
+ ]
470
+ },
471
+ {
472
+ "token": "--background-inverted",
473
+ "role": "background",
474
+ "family": "inverted",
475
+ "lifecycle": "active",
476
+ "provenance": [
477
+ "token-output-contract",
478
+ "semantic-knowledge-decision-26"
479
+ ]
480
+ },
481
+ {
482
+ "token": "--background-mask",
483
+ "role": "background",
484
+ "lifecycle": "active",
485
+ "provenance": [
486
+ "token-output-contract",
487
+ "semantic-knowledge-decision-26"
488
+ ]
489
+ },
490
+ {
491
+ "token": "--background-brand-muted",
492
+ "role": "background",
493
+ "family": "brand",
494
+ "lifecycle": "active",
495
+ "provenance": [
496
+ "token-output-contract",
497
+ "semantic-knowledge-decision-26"
498
+ ]
499
+ },
500
+ {
501
+ "token": "--background-brand-on-subtle",
502
+ "role": "background",
503
+ "family": "brand",
504
+ "lifecycle": "active",
505
+ "provenance": [
506
+ "token-output-contract",
507
+ "semantic-knowledge-decision-26"
508
+ ]
509
+ },
510
+ {
511
+ "token": "--background-brand-strong",
512
+ "role": "background",
513
+ "family": "brand",
514
+ "lifecycle": "active",
515
+ "provenance": [
516
+ "token-output-contract",
517
+ "semantic-knowledge-decision-26"
518
+ ]
519
+ },
520
+ {
521
+ "token": "--background-neutral-hard",
522
+ "role": "background",
523
+ "family": "neutral-structural",
524
+ "lifecycle": "active",
525
+ "provenance": [
526
+ "token-output-contract",
527
+ "semantic-knowledge-decision-26"
528
+ ]
529
+ },
530
+ {
531
+ "token": "--background-neutral-muted",
532
+ "role": "background",
533
+ "family": "neutral-structural",
534
+ "lifecycle": "active",
535
+ "provenance": [
536
+ "token-output-contract",
537
+ "semantic-knowledge-decision-26"
538
+ ]
539
+ },
540
+ {
541
+ "token": "--background-neutral-on-subtle",
542
+ "role": "background",
543
+ "family": "neutral-structural",
544
+ "lifecycle": "active",
545
+ "provenance": [
546
+ "token-output-contract",
547
+ "semantic-knowledge-decision-26"
548
+ ]
549
+ },
550
+ {
551
+ "token": "--background-neutral-strong",
552
+ "role": "background",
553
+ "family": "neutral-structural",
554
+ "lifecycle": "active",
555
+ "provenance": [
556
+ "token-output-contract",
557
+ "semantic-knowledge-decision-26"
558
+ ]
559
+ },
560
+ {
561
+ "token": "--background-neutral-subtle",
562
+ "role": "background",
563
+ "family": "neutral-structural",
564
+ "lifecycle": "active",
565
+ "provenance": [
566
+ "token-output-contract",
567
+ "semantic-knowledge-decision-26"
568
+ ]
569
+ },
570
+ {
571
+ "token": "--background-neutral-surface",
572
+ "role": "background",
573
+ "family": "neutral-structural",
574
+ "lifecycle": "active",
575
+ "provenance": [
576
+ "token-output-contract",
577
+ "semantic-knowledge-decision-26"
578
+ ]
579
+ },
580
+ {
581
+ "token": "--background-informative-muted",
582
+ "role": "background",
583
+ "family": "informative",
584
+ "lifecycle": "active",
585
+ "provenance": [
586
+ "token-output-contract",
587
+ "semantic-knowledge-decision-26"
588
+ ]
589
+ },
590
+ {
591
+ "token": "--background-informative-on-subtle",
592
+ "role": "background",
593
+ "family": "informative",
594
+ "lifecycle": "active",
595
+ "provenance": [
596
+ "token-output-contract",
597
+ "semantic-knowledge-decision-26"
598
+ ]
599
+ },
600
+ {
601
+ "token": "--background-informative-strong",
602
+ "role": "background",
603
+ "family": "informative",
604
+ "lifecycle": "active",
605
+ "provenance": [
606
+ "token-output-contract",
607
+ "semantic-knowledge-decision-26"
608
+ ]
609
+ },
610
+ {
611
+ "token": "--background-informative-subtle",
612
+ "role": "background",
613
+ "family": "informative",
614
+ "lifecycle": "active",
615
+ "provenance": [
616
+ "token-output-contract",
617
+ "semantic-knowledge-decision-26"
618
+ ]
619
+ },
620
+ {
621
+ "token": "--background-informative-surface",
622
+ "role": "background",
623
+ "family": "informative",
624
+ "lifecycle": "active",
625
+ "provenance": [
626
+ "token-output-contract",
627
+ "semantic-knowledge-decision-26"
628
+ ]
629
+ },
630
+ {
631
+ "token": "--background-positive-muted",
632
+ "role": "background",
633
+ "family": "positive",
634
+ "lifecycle": "active",
635
+ "provenance": [
636
+ "token-output-contract",
637
+ "semantic-knowledge-decision-26"
638
+ ]
639
+ },
640
+ {
641
+ "token": "--background-positive-on-subtle",
642
+ "role": "background",
643
+ "family": "positive",
644
+ "lifecycle": "active",
645
+ "provenance": [
646
+ "token-output-contract",
647
+ "semantic-knowledge-decision-26"
648
+ ]
649
+ },
650
+ {
651
+ "token": "--background-positive-strong",
652
+ "role": "background",
653
+ "family": "positive",
654
+ "lifecycle": "active",
655
+ "provenance": [
656
+ "token-output-contract",
657
+ "semantic-knowledge-decision-26"
658
+ ]
659
+ },
660
+ {
661
+ "token": "--background-positive-subtle",
662
+ "role": "background",
663
+ "family": "positive",
664
+ "lifecycle": "active",
665
+ "provenance": [
666
+ "token-output-contract",
667
+ "semantic-knowledge-decision-26"
668
+ ]
669
+ },
670
+ {
671
+ "token": "--background-positive-surface",
672
+ "role": "background",
673
+ "family": "positive",
674
+ "lifecycle": "active",
675
+ "provenance": [
676
+ "token-output-contract",
677
+ "semantic-knowledge-decision-26"
678
+ ]
679
+ },
680
+ {
681
+ "token": "--background-warning-muted",
682
+ "role": "background",
683
+ "family": "warning",
684
+ "lifecycle": "active",
685
+ "provenance": [
686
+ "token-output-contract",
687
+ "semantic-knowledge-decision-26"
688
+ ]
689
+ },
690
+ {
691
+ "token": "--background-warning-on-subtle",
692
+ "role": "background",
693
+ "family": "warning",
694
+ "lifecycle": "active",
695
+ "provenance": [
696
+ "token-output-contract",
697
+ "semantic-knowledge-decision-26"
698
+ ]
699
+ },
700
+ {
701
+ "token": "--background-warning-strong",
702
+ "role": "background",
703
+ "family": "warning",
704
+ "lifecycle": "active",
705
+ "provenance": [
706
+ "token-output-contract",
707
+ "semantic-knowledge-decision-26"
708
+ ]
709
+ },
710
+ {
711
+ "token": "--background-warning-subtle",
712
+ "role": "background",
713
+ "family": "warning",
714
+ "lifecycle": "active",
715
+ "provenance": [
716
+ "token-output-contract",
717
+ "semantic-knowledge-decision-26"
718
+ ]
719
+ },
720
+ {
721
+ "token": "--background-warning-surface",
722
+ "role": "background",
723
+ "family": "warning",
724
+ "lifecycle": "active",
725
+ "provenance": [
726
+ "token-output-contract",
727
+ "semantic-knowledge-decision-26"
728
+ ]
729
+ },
730
+ {
731
+ "token": "--background-negative-muted",
732
+ "role": "background",
733
+ "family": "negative",
734
+ "lifecycle": "active",
735
+ "provenance": [
736
+ "token-output-contract",
737
+ "semantic-knowledge-decision-26"
738
+ ]
739
+ },
740
+ {
741
+ "token": "--background-negative-on-subtle",
742
+ "role": "background",
743
+ "family": "negative",
744
+ "lifecycle": "active",
745
+ "provenance": [
746
+ "token-output-contract",
747
+ "semantic-knowledge-decision-26"
748
+ ]
749
+ },
750
+ {
751
+ "token": "--background-negative-strong",
752
+ "role": "background",
753
+ "family": "negative",
754
+ "lifecycle": "active",
755
+ "provenance": [
756
+ "token-output-contract",
757
+ "semantic-knowledge-decision-26"
758
+ ]
759
+ },
760
+ {
761
+ "token": "--background-negative-subtle",
762
+ "role": "background",
763
+ "family": "negative",
764
+ "lifecycle": "active",
765
+ "provenance": [
766
+ "token-output-contract",
767
+ "semantic-knowledge-decision-26"
768
+ ]
769
+ },
770
+ {
771
+ "token": "--background-negative-surface",
772
+ "role": "background",
773
+ "family": "negative",
774
+ "lifecycle": "active",
775
+ "provenance": [
776
+ "token-output-contract",
777
+ "semantic-knowledge-decision-26"
778
+ ]
779
+ },
780
+ {
781
+ "token": "--border-default",
782
+ "role": "border",
783
+ "lifecycle": "active",
784
+ "provenance": [
785
+ "token-output-contract",
786
+ "semantic-knowledge-decision-26"
787
+ ]
788
+ },
789
+ {
790
+ "token": "--border-default-alpha",
791
+ "role": "border",
792
+ "lifecycle": "active",
793
+ "provenance": [
794
+ "token-output-contract",
795
+ "semantic-knowledge-decision-26"
796
+ ]
797
+ },
798
+ {
799
+ "token": "--border-inverted",
800
+ "role": "border",
801
+ "family": "inverted",
802
+ "lifecycle": "active",
803
+ "provenance": [
804
+ "token-output-contract",
805
+ "semantic-knowledge-decision-26"
806
+ ]
807
+ },
808
+ {
809
+ "token": "--border-brand-strong",
810
+ "role": "border",
811
+ "family": "brand",
812
+ "lifecycle": "active",
813
+ "provenance": [
814
+ "token-output-contract",
815
+ "semantic-knowledge-decision-26"
816
+ ]
817
+ },
818
+ {
819
+ "token": "--border-brand-subtle",
820
+ "role": "border",
821
+ "family": "brand",
822
+ "lifecycle": "active",
823
+ "provenance": [
824
+ "token-output-contract",
825
+ "semantic-knowledge-decision-26"
826
+ ]
827
+ },
828
+ {
829
+ "token": "--border-neutral-strong",
830
+ "role": "border",
831
+ "family": "neutral-structural",
832
+ "lifecycle": "active",
833
+ "provenance": [
834
+ "token-output-contract",
835
+ "semantic-knowledge-decision-26"
836
+ ]
837
+ },
838
+ {
839
+ "token": "--border-neutral-subtle",
840
+ "role": "border",
841
+ "family": "neutral-structural",
842
+ "lifecycle": "active",
843
+ "provenance": [
844
+ "token-output-contract",
845
+ "semantic-knowledge-decision-26"
846
+ ]
847
+ },
848
+ {
849
+ "token": "--border-informative-strong",
850
+ "role": "border",
851
+ "family": "informative",
852
+ "lifecycle": "active",
853
+ "provenance": [
854
+ "token-output-contract",
855
+ "semantic-knowledge-decision-26"
856
+ ]
857
+ },
858
+ {
859
+ "token": "--border-informative-subtle",
860
+ "role": "border",
861
+ "family": "informative",
862
+ "lifecycle": "active",
863
+ "provenance": [
864
+ "token-output-contract",
865
+ "semantic-knowledge-decision-26"
866
+ ]
867
+ },
868
+ {
869
+ "token": "--border-positive-strong",
870
+ "role": "border",
871
+ "family": "positive",
872
+ "lifecycle": "active",
873
+ "provenance": [
874
+ "token-output-contract",
875
+ "semantic-knowledge-decision-26"
876
+ ]
877
+ },
878
+ {
879
+ "token": "--border-positive-subtle",
880
+ "role": "border",
881
+ "family": "positive",
882
+ "lifecycle": "active",
883
+ "provenance": [
884
+ "token-output-contract",
885
+ "semantic-knowledge-decision-26"
886
+ ]
887
+ },
888
+ {
889
+ "token": "--border-warning-strong",
890
+ "role": "border",
891
+ "family": "warning",
892
+ "lifecycle": "active",
893
+ "provenance": [
894
+ "token-output-contract",
895
+ "semantic-knowledge-decision-26"
896
+ ]
897
+ },
898
+ {
899
+ "token": "--border-warning-subtle",
900
+ "role": "border",
901
+ "family": "warning",
902
+ "lifecycle": "active",
903
+ "provenance": [
904
+ "token-output-contract",
905
+ "semantic-knowledge-decision-26"
906
+ ]
907
+ },
908
+ {
909
+ "token": "--border-negative-strong",
910
+ "role": "border",
911
+ "family": "negative",
912
+ "lifecycle": "active",
913
+ "provenance": [
914
+ "token-output-contract",
915
+ "semantic-knowledge-decision-26"
916
+ ]
917
+ },
918
+ {
919
+ "token": "--border-negative-subtle",
920
+ "role": "border",
921
+ "family": "negative",
922
+ "lifecycle": "active",
923
+ "provenance": [
924
+ "token-output-contract",
925
+ "semantic-knowledge-decision-26"
926
+ ]
927
+ },
928
+ {
929
+ "token": "--control-state-selected",
930
+ "role": "control-state",
931
+ "lifecycle": "active",
932
+ "provenance": [
933
+ "token-output-contract",
934
+ "semantic-knowledge-decision-26"
935
+ ]
936
+ },
937
+ {
938
+ "token": "--control-state-unselected",
939
+ "role": "control-state",
940
+ "lifecycle": "active",
941
+ "provenance": [
942
+ "token-output-contract",
943
+ "semantic-knowledge-decision-26"
944
+ ]
945
+ },
946
+ {
947
+ "token": "--focus-ring",
948
+ "role": "focus",
949
+ "lifecycle": "active",
950
+ "provenance": [
951
+ "token-output-contract",
952
+ "semantic-knowledge-decision-26"
953
+ ]
954
+ },
955
+ {
956
+ "token": "--content-primary",
957
+ "role": "content",
958
+ "lifecycle": "active",
959
+ "provenance": [
960
+ "token-output-contract",
961
+ "semantic-knowledge-decision-26"
962
+ ]
963
+ },
964
+ {
965
+ "token": "--content-secondary",
966
+ "role": "content",
967
+ "lifecycle": "active",
968
+ "provenance": [
969
+ "token-output-contract",
970
+ "semantic-knowledge-decision-26"
971
+ ]
972
+ },
973
+ {
974
+ "token": "--content-tertiary",
975
+ "role": "content",
976
+ "lifecycle": "active",
977
+ "provenance": [
978
+ "token-output-contract",
979
+ "semantic-knowledge-decision-26"
980
+ ]
981
+ },
982
+ {
983
+ "token": "--content-disabled",
984
+ "role": "content",
985
+ "lifecycle": "active",
986
+ "provenance": [
987
+ "token-output-contract",
988
+ "semantic-knowledge-decision-26"
989
+ ]
990
+ },
991
+ {
992
+ "token": "--content-brand-primary",
993
+ "role": "content",
994
+ "family": "brand",
995
+ "lifecycle": "active",
996
+ "provenance": [
997
+ "token-output-contract",
998
+ "semantic-knowledge-decision-26"
999
+ ]
1000
+ },
1001
+ {
1002
+ "token": "--content-brand-secondary",
1003
+ "role": "content",
1004
+ "family": "brand",
1005
+ "lifecycle": "active",
1006
+ "provenance": [
1007
+ "token-output-contract",
1008
+ "semantic-knowledge-decision-26"
1009
+ ]
1010
+ },
1011
+ {
1012
+ "token": "--content-inverted-primary",
1013
+ "role": "content",
1014
+ "family": "inverted",
1015
+ "lifecycle": "active",
1016
+ "provenance": [
1017
+ "token-output-contract",
1018
+ "semantic-knowledge-decision-26"
1019
+ ]
1020
+ },
1021
+ {
1022
+ "token": "--content-inverted-secondary",
1023
+ "role": "content",
1024
+ "family": "inverted",
1025
+ "lifecycle": "active",
1026
+ "provenance": [
1027
+ "token-output-contract",
1028
+ "semantic-knowledge-decision-26"
1029
+ ]
1030
+ },
1031
+ {
1032
+ "token": "--content-inverted-tertiary",
1033
+ "role": "content",
1034
+ "family": "inverted",
1035
+ "lifecycle": "active",
1036
+ "provenance": [
1037
+ "token-output-contract",
1038
+ "semantic-knowledge-decision-26"
1039
+ ]
1040
+ },
1041
+ {
1042
+ "token": "--content-inverted-disabled",
1043
+ "role": "content",
1044
+ "family": "inverted",
1045
+ "lifecycle": "active",
1046
+ "provenance": [
1047
+ "token-output-contract",
1048
+ "semantic-knowledge-decision-26"
1049
+ ]
1050
+ },
1051
+ {
1052
+ "token": "--content-informative-primary",
1053
+ "role": "content",
1054
+ "family": "informative",
1055
+ "lifecycle": "active",
1056
+ "provenance": [
1057
+ "token-output-contract",
1058
+ "semantic-knowledge-decision-26"
1059
+ ]
1060
+ },
1061
+ {
1062
+ "token": "--content-informative-secondary",
1063
+ "role": "content",
1064
+ "family": "informative",
1065
+ "lifecycle": "active",
1066
+ "provenance": [
1067
+ "token-output-contract",
1068
+ "semantic-knowledge-decision-26"
1069
+ ]
1070
+ },
1071
+ {
1072
+ "token": "--content-positive-primary",
1073
+ "role": "content",
1074
+ "family": "positive",
1075
+ "lifecycle": "active",
1076
+ "provenance": [
1077
+ "token-output-contract",
1078
+ "semantic-knowledge-decision-26"
1079
+ ]
1080
+ },
1081
+ {
1082
+ "token": "--content-positive-secondary",
1083
+ "role": "content",
1084
+ "family": "positive",
1085
+ "lifecycle": "active",
1086
+ "provenance": [
1087
+ "token-output-contract",
1088
+ "semantic-knowledge-decision-26"
1089
+ ]
1090
+ },
1091
+ {
1092
+ "token": "--content-warning-primary",
1093
+ "role": "content",
1094
+ "family": "warning",
1095
+ "lifecycle": "active",
1096
+ "provenance": [
1097
+ "token-output-contract",
1098
+ "semantic-knowledge-decision-26"
1099
+ ]
1100
+ },
1101
+ {
1102
+ "token": "--content-warning-secondary",
1103
+ "role": "content",
1104
+ "family": "warning",
1105
+ "lifecycle": "active",
1106
+ "provenance": [
1107
+ "token-output-contract",
1108
+ "semantic-knowledge-decision-26"
1109
+ ]
1110
+ },
1111
+ {
1112
+ "token": "--content-negative-primary",
1113
+ "role": "content",
1114
+ "family": "negative",
1115
+ "lifecycle": "active",
1116
+ "provenance": [
1117
+ "token-output-contract",
1118
+ "semantic-knowledge-decision-26"
1119
+ ]
1120
+ },
1121
+ {
1122
+ "token": "--content-negative-secondary",
1123
+ "role": "content",
1124
+ "family": "negative",
1125
+ "lifecycle": "active",
1126
+ "provenance": [
1127
+ "token-output-contract",
1128
+ "semantic-knowledge-decision-26"
1129
+ ]
1130
+ }
1131
+ ],
1132
+ "hierarchies": [
1133
+ {
1134
+ "id": "content-emphasis",
1135
+ "kind": "semantic-emphasis",
1136
+ "tokens": [
1137
+ "--content-primary",
1138
+ "--content-secondary",
1139
+ "--content-tertiary",
1140
+ "--content-disabled"
1141
+ ],
1142
+ "provenance": [
1143
+ "token-output-contract",
1144
+ "semantic-knowledge-decision-26"
1145
+ ]
1146
+ },
1147
+ {
1148
+ "id": "neutral-structural-relation",
1149
+ "kind": "semantic-structural",
1150
+ "tokens": [
1151
+ "--background-default",
1152
+ "--background-neutral-surface",
1153
+ "--background-neutral-subtle",
1154
+ "--background-neutral-on-subtle",
1155
+ "--background-neutral-muted",
1156
+ "--background-neutral-strong",
1157
+ "--background-neutral-hard"
1158
+ ],
1159
+ "provenance": [
1160
+ "token-output-contract",
1161
+ "neutral-architecture-23a"
1162
+ ]
1163
+ }
1164
+ ],
1165
+ "pairs": [
1166
+ {
1167
+ "id": "feedback-family-alignment",
1168
+ "kind": "feedback-family",
1169
+ "families": [
1170
+ "informative",
1171
+ "positive",
1172
+ "warning",
1173
+ "negative"
1174
+ ],
1175
+ "roles": [
1176
+ "background",
1177
+ "border",
1178
+ "content"
1179
+ ],
1180
+ "tokenReferences": [
1181
+ "--background-informative-subtle",
1182
+ "--border-informative-subtle",
1183
+ "--content-informative-primary",
1184
+ "--background-positive-subtle",
1185
+ "--border-positive-subtle",
1186
+ "--content-positive-primary",
1187
+ "--background-warning-subtle",
1188
+ "--border-warning-subtle",
1189
+ "--content-warning-primary",
1190
+ "--background-negative-subtle",
1191
+ "--border-negative-subtle",
1192
+ "--content-negative-primary"
1193
+ ],
1194
+ "provenance": [
1195
+ "semantic-knowledge-decision-26"
1196
+ ]
1197
+ },
1198
+ {
1199
+ "id": "inverted-surface-content",
1200
+ "kind": "inverted-content",
1201
+ "roles": [
1202
+ "background",
1203
+ "action",
1204
+ "content"
1205
+ ],
1206
+ "tokenReferences": [
1207
+ "--background-inverted",
1208
+ "--action-inverted-normal",
1209
+ "--content-inverted-primary"
1210
+ ],
1211
+ "provenance": [
1212
+ "semantic-knowledge-decision-26"
1213
+ ]
1214
+ },
1215
+ {
1216
+ "id": "action-state-family-membership",
1217
+ "kind": "action-state-family",
1218
+ "families": [
1219
+ "action-primary"
1220
+ ],
1221
+ "roles": [
1222
+ "action"
1223
+ ],
1224
+ "tokenReferences": [
1225
+ "--action-primary-normal",
1226
+ "--action-primary-hover",
1227
+ "--action-primary-active",
1228
+ "--action-primary-selected"
1229
+ ],
1230
+ "provenance": [
1231
+ "semantic-knowledge-decision-26"
1232
+ ]
1233
+ }
1234
+ ],
1235
+ "uiConcepts": [
1236
+ {
1237
+ "id": "structural-surface",
1238
+ "purpose": "A readable structural surface.",
1239
+ "requiredRoles": [
1240
+ {
1241
+ "role": "background",
1242
+ "tokenReferences": [
1243
+ "--background-default"
1244
+ ]
1245
+ },
1246
+ {
1247
+ "role": "content",
1248
+ "tokenReferences": [
1249
+ "--content-primary"
1250
+ ]
1251
+ }
1252
+ ],
1253
+ "optionalRoles": [
1254
+ {
1255
+ "role": "border",
1256
+ "tokenReferences": [
1257
+ "--border-default"
1258
+ ]
1259
+ }
1260
+ ],
1261
+ "scope": "Structural UI surfaces.",
1262
+ "nonGoals": [
1263
+ "Does not define page hierarchy."
1264
+ ],
1265
+ "provenance": [
1266
+ "semantic-knowledge-decision-26"
1267
+ ]
1268
+ },
1269
+ {
1270
+ "id": "neutral-structural-tier",
1271
+ "purpose": "A neutral secondary structural grouping.",
1272
+ "requiredRoles": [
1273
+ {
1274
+ "role": "background",
1275
+ "tokenReferences": [
1276
+ "--background-neutral-surface",
1277
+ "--background-neutral-subtle"
1278
+ ]
1279
+ },
1280
+ {
1281
+ "role": "content",
1282
+ "tokenReferences": [
1283
+ "--content-primary"
1284
+ ]
1285
+ }
1286
+ ],
1287
+ "optionalRoles": [
1288
+ {
1289
+ "role": "border",
1290
+ "tokenReferences": [
1291
+ "--border-neutral-subtle"
1292
+ ]
1293
+ }
1294
+ ],
1295
+ "scope": "Neutral structural grouping.",
1296
+ "nonGoals": [
1297
+ "Does not prescribe page-to-card hierarchy."
1298
+ ],
1299
+ "provenance": [
1300
+ "neutral-architecture-23a",
1301
+ "semantic-knowledge-decision-26"
1302
+ ]
1303
+ },
1304
+ {
1305
+ "id": "interactive-action-surface",
1306
+ "purpose": "An interactive action control surface.",
1307
+ "requiredRoles": [
1308
+ {
1309
+ "role": "action",
1310
+ "tokenReferences": [
1311
+ "--action-primary-normal"
1312
+ ]
1313
+ },
1314
+ {
1315
+ "role": "content",
1316
+ "tokenReferences": [
1317
+ "--content-inverted-primary"
1318
+ ]
1319
+ },
1320
+ {
1321
+ "role": "focus",
1322
+ "tokenReferences": [
1323
+ "--focus-ring"
1324
+ ]
1325
+ }
1326
+ ],
1327
+ "optionalRoles": [
1328
+ {
1329
+ "role": "border",
1330
+ "tokenReferences": [
1331
+ "--border-default"
1332
+ ]
1333
+ }
1334
+ ],
1335
+ "scope": "Interactive actions.",
1336
+ "nonGoals": [
1337
+ "Does not define Menu or Dialog behavior."
1338
+ ],
1339
+ "provenance": [
1340
+ "semantic-knowledge-decision-26"
1341
+ ]
1342
+ },
1343
+ {
1344
+ "id": "field-control-surface",
1345
+ "purpose": "An editable field control surface.",
1346
+ "requiredRoles": [
1347
+ {
1348
+ "role": "background",
1349
+ "tokenReferences": [
1350
+ "--background-default"
1351
+ ]
1352
+ },
1353
+ {
1354
+ "role": "border",
1355
+ "tokenReferences": [
1356
+ "--border-neutral-subtle"
1357
+ ]
1358
+ },
1359
+ {
1360
+ "role": "content",
1361
+ "tokenReferences": [
1362
+ "--content-primary"
1363
+ ]
1364
+ },
1365
+ {
1366
+ "role": "focus",
1367
+ "tokenReferences": [
1368
+ "--focus-ring"
1369
+ ]
1370
+ }
1371
+ ],
1372
+ "optionalRoles": [
1373
+ {
1374
+ "role": "action",
1375
+ "tokenReferences": [
1376
+ "--action-ghost-hover"
1377
+ ]
1378
+ }
1379
+ ],
1380
+ "scope": "Field controls.",
1381
+ "nonGoals": [
1382
+ "Does not define Select interaction."
1383
+ ],
1384
+ "provenance": [
1385
+ "semantic-knowledge-decision-26"
1386
+ ]
1387
+ },
1388
+ {
1389
+ "id": "floating-command-surface",
1390
+ "purpose": "A temporary floating command surface.",
1391
+ "requiredRoles": [
1392
+ {
1393
+ "role": "background",
1394
+ "tokenReferences": [
1395
+ "--background-default"
1396
+ ]
1397
+ },
1398
+ {
1399
+ "role": "border",
1400
+ "tokenReferences": [
1401
+ "--border-default-alpha"
1402
+ ]
1403
+ },
1404
+ {
1405
+ "role": "content",
1406
+ "tokenReferences": [
1407
+ "--content-primary"
1408
+ ]
1409
+ },
1410
+ {
1411
+ "role": "action",
1412
+ "tokenReferences": [
1413
+ "--action-ghost-hover"
1414
+ ]
1415
+ },
1416
+ {
1417
+ "role": "focus",
1418
+ "tokenReferences": [
1419
+ "--focus-ring"
1420
+ ]
1421
+ }
1422
+ ],
1423
+ "optionalRoles": [],
1424
+ "scope": "Floating command surfaces.",
1425
+ "nonGoals": [
1426
+ "Does not define Menu keyboard behavior."
1427
+ ],
1428
+ "provenance": [
1429
+ "semantic-knowledge-decision-26"
1430
+ ]
1431
+ },
1432
+ {
1433
+ "id": "feedback-surface",
1434
+ "purpose": "A same-family feedback surface.",
1435
+ "requiredRoles": [
1436
+ {
1437
+ "role": "background",
1438
+ "tokenReferences": [
1439
+ "--background-informative-subtle"
1440
+ ]
1441
+ },
1442
+ {
1443
+ "role": "border",
1444
+ "tokenReferences": [
1445
+ "--border-informative-subtle"
1446
+ ]
1447
+ },
1448
+ {
1449
+ "role": "content",
1450
+ "tokenReferences": [
1451
+ "--content-informative-primary"
1452
+ ]
1453
+ }
1454
+ ],
1455
+ "optionalRoles": [],
1456
+ "scope": "Feedback callouts.",
1457
+ "nonGoals": [
1458
+ "Does not select feedback purpose from context."
1459
+ ],
1460
+ "provenance": [
1461
+ "semantic-knowledge-decision-26"
1462
+ ]
1463
+ },
1464
+ {
1465
+ "id": "inverted-surface",
1466
+ "purpose": "A local inverted semantic context.",
1467
+ "requiredRoles": [
1468
+ {
1469
+ "role": "background",
1470
+ "tokenReferences": [
1471
+ "--background-inverted"
1472
+ ]
1473
+ },
1474
+ {
1475
+ "role": "content",
1476
+ "tokenReferences": [
1477
+ "--content-inverted-primary"
1478
+ ]
1479
+ }
1480
+ ],
1481
+ "optionalRoles": [
1482
+ {
1483
+ "role": "action",
1484
+ "tokenReferences": [
1485
+ "--action-inverted-normal"
1486
+ ]
1487
+ }
1488
+ ],
1489
+ "scope": "Inverted local surfaces.",
1490
+ "nonGoals": [
1491
+ "Does not imply dark theme."
1492
+ ],
1493
+ "provenance": [
1494
+ "semantic-knowledge-decision-26"
1495
+ ]
1496
+ }
1497
+ ],
1498
+ "compositionPatterns": [
1499
+ {
1500
+ "id": "action-control",
1501
+ "scope": "A stable action control composition.",
1502
+ "requiredRoles": [
1503
+ {
1504
+ "role": "action",
1505
+ "tokenReferences": [
1506
+ "--action-primary-normal"
1507
+ ]
1508
+ },
1509
+ {
1510
+ "role": "content",
1511
+ "tokenReferences": [
1512
+ "--content-inverted-primary"
1513
+ ]
1514
+ },
1515
+ {
1516
+ "role": "focus",
1517
+ "tokenReferences": [
1518
+ "--focus-ring"
1519
+ ]
1520
+ }
1521
+ ],
1522
+ "optionalRoles": [
1523
+ {
1524
+ "role": "border",
1525
+ "tokenReferences": [
1526
+ "--border-default"
1527
+ ]
1528
+ }
1529
+ ],
1530
+ "allowedStates": [
1531
+ "normal",
1532
+ "hover",
1533
+ "active",
1534
+ "selected"
1535
+ ],
1536
+ "relatedUiConcepts": [
1537
+ "interactive-action-surface"
1538
+ ],
1539
+ "owningGovernanceSource": [
1540
+ "semantic-knowledge-decision-26"
1541
+ ],
1542
+ "nonGoals": [
1543
+ "Does not define component interaction."
1544
+ ],
1545
+ "provenance": [
1546
+ "semantic-knowledge-decision-26"
1547
+ ]
1548
+ },
1549
+ {
1550
+ "id": "field-control",
1551
+ "scope": "A stable field control composition.",
1552
+ "requiredRoles": [
1553
+ {
1554
+ "role": "background",
1555
+ "tokenReferences": [
1556
+ "--background-default"
1557
+ ]
1558
+ },
1559
+ {
1560
+ "role": "border",
1561
+ "tokenReferences": [
1562
+ "--border-neutral-subtle"
1563
+ ]
1564
+ },
1565
+ {
1566
+ "role": "content",
1567
+ "tokenReferences": [
1568
+ "--content-primary"
1569
+ ]
1570
+ },
1571
+ {
1572
+ "role": "focus",
1573
+ "tokenReferences": [
1574
+ "--focus-ring"
1575
+ ]
1576
+ }
1577
+ ],
1578
+ "optionalRoles": [
1579
+ {
1580
+ "role": "action",
1581
+ "tokenReferences": [
1582
+ "--action-ghost-hover"
1583
+ ]
1584
+ }
1585
+ ],
1586
+ "allowedStates": [],
1587
+ "relatedUiConcepts": [
1588
+ "field-control-surface"
1589
+ ],
1590
+ "owningGovernanceSource": [
1591
+ "semantic-knowledge-decision-26"
1592
+ ],
1593
+ "nonGoals": [
1594
+ "Does not define complex Select behavior."
1595
+ ],
1596
+ "provenance": [
1597
+ "semantic-knowledge-decision-26"
1598
+ ]
1599
+ },
1600
+ {
1601
+ "id": "floating-command-collection",
1602
+ "scope": "A floating command collection composition.",
1603
+ "requiredRoles": [
1604
+ {
1605
+ "role": "background",
1606
+ "tokenReferences": [
1607
+ "--background-default"
1608
+ ]
1609
+ },
1610
+ {
1611
+ "role": "border",
1612
+ "tokenReferences": [
1613
+ "--border-default-alpha"
1614
+ ]
1615
+ },
1616
+ {
1617
+ "role": "content",
1618
+ "tokenReferences": [
1619
+ "--content-primary"
1620
+ ]
1621
+ },
1622
+ {
1623
+ "role": "action",
1624
+ "tokenReferences": [
1625
+ "--action-ghost-hover"
1626
+ ]
1627
+ },
1628
+ {
1629
+ "role": "focus",
1630
+ "tokenReferences": [
1631
+ "--focus-ring"
1632
+ ]
1633
+ }
1634
+ ],
1635
+ "optionalRoles": [],
1636
+ "allowedStates": [
1637
+ "hover",
1638
+ "active",
1639
+ "selected"
1640
+ ],
1641
+ "relatedUiConcepts": [
1642
+ "floating-command-surface"
1643
+ ],
1644
+ "owningGovernanceSource": [
1645
+ "semantic-knowledge-decision-26"
1646
+ ],
1647
+ "nonGoals": [
1648
+ "Does not define Menu behavior."
1649
+ ],
1650
+ "provenance": [
1651
+ "semantic-knowledge-decision-26"
1652
+ ]
1653
+ },
1654
+ {
1655
+ "id": "feedback-callout",
1656
+ "scope": "A same-family feedback callout composition.",
1657
+ "requiredRoles": [
1658
+ {
1659
+ "role": "background",
1660
+ "tokenReferences": [
1661
+ "--background-informative-subtle"
1662
+ ]
1663
+ },
1664
+ {
1665
+ "role": "border",
1666
+ "tokenReferences": [
1667
+ "--border-informative-subtle"
1668
+ ]
1669
+ },
1670
+ {
1671
+ "role": "content",
1672
+ "tokenReferences": [
1673
+ "--content-informative-primary"
1674
+ ]
1675
+ }
1676
+ ],
1677
+ "optionalRoles": [],
1678
+ "allowedStates": [],
1679
+ "relatedUiConcepts": [
1680
+ "feedback-surface"
1681
+ ],
1682
+ "owningGovernanceSource": [
1683
+ "semantic-knowledge-decision-26"
1684
+ ],
1685
+ "nonGoals": [
1686
+ "Does not select feedback intent."
1687
+ ],
1688
+ "provenance": [
1689
+ "semantic-knowledge-decision-26"
1690
+ ]
1691
+ }
1692
+ ],
1693
+ "antiPatterns": [
1694
+ {
1695
+ "id": "primitive-bypass",
1696
+ "meaning": "Consumer UI bypasses semantic ownership.",
1697
+ "scope": "Consumer color use.",
1698
+ "provenance": [
1699
+ "semantic-knowledge-decision-26"
1700
+ ]
1701
+ },
1702
+ {
1703
+ "id": "wrong-domain",
1704
+ "meaning": "A semantic role is used outside its domain.",
1705
+ "scope": "Consumer color use.",
1706
+ "provenance": [
1707
+ "semantic-knowledge-decision-26"
1708
+ ]
1709
+ },
1710
+ {
1711
+ "id": "wrong-feedback-family",
1712
+ "meaning": "Feedback roles mix published families.",
1713
+ "scope": "Feedback composition.",
1714
+ "provenance": [
1715
+ "semantic-knowledge-decision-26"
1716
+ ]
1717
+ },
1718
+ {
1719
+ "id": "source-aware-consumer",
1720
+ "meaning": "Consumer branches on source identity.",
1721
+ "scope": "Consumer runtime boundary.",
1722
+ "provenance": [
1723
+ "neutral-architecture-23a",
1724
+ "semantic-knowledge-decision-26"
1725
+ ]
1726
+ },
1727
+ {
1728
+ "id": "invalid-lifecycle",
1729
+ "meaning": "Consumer uses an unavailable output lifecycle.",
1730
+ "scope": "Consumer token use.",
1731
+ "provenance": [
1732
+ "token-output-contract",
1733
+ "semantic-knowledge-decision-26"
1734
+ ]
1735
+ }
1736
+ ]
1737
+ }