@verndale/accessibility-standards 2.0.0 → 3.0.0
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.
- package/OPERATING.md +1 -1
- package/README.md +1 -1
- package/dist/manifest.json +156 -116
- package/dist/profiles/ai-orchestration/coverage-manifest.json +702 -153
- package/dist/profiles/ai-orchestration/implementation/accessibility.md +523 -42
- package/dist/profiles/ai-orchestration/pattern-contracts.json +892 -306
- package/dist/profiles/ai-orchestration/patterns/accordion.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/alert.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/carousel.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/checkbox.md +27 -0
- package/dist/profiles/ai-orchestration/patterns/combobox.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/consequential-submission.md +8 -3
- package/dist/profiles/ai-orchestration/patterns/dialog.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/disclosure.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/dynamic-status.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/field.md +7 -1
- package/dist/profiles/ai-orchestration/patterns/image.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/listbox.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/media-player.md +9 -1
- package/dist/profiles/ai-orchestration/patterns/menu-button.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/menu.md +30 -0
- package/dist/profiles/ai-orchestration/patterns/pagination.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/popover.md +7 -1
- package/dist/profiles/ai-orchestration/patterns/progress.md +7 -1
- package/dist/profiles/ai-orchestration/patterns/radio-group.md +27 -0
- package/dist/profiles/ai-orchestration/patterns/slider.md +31 -0
- package/dist/profiles/ai-orchestration/patterns/spinbutton.md +28 -0
- package/dist/profiles/ai-orchestration/patterns/tabs.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/tooltip.md +6 -1
- package/dist/profiles/ai-orchestration/patterns/tree-view.md +31 -0
- package/dist/profiles/ai-orchestration/patterns/validation.md +7 -1
- package/dist/profiles/ai-orchestration/review/accessibility.md +14 -6
- package/dist/profiles/ai-orchestration/semantics/accessible-authentication.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/accessible-name.md +8 -2
- package/dist/profiles/ai-orchestration/semantics/alert.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/consequential-action.md +6 -2
- package/dist/profiles/ai-orchestration/semantics/consistent-help.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/data-table.md +7 -2
- package/dist/profiles/ai-orchestration/semantics/dragging-alternative.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/expanded-state.md +6 -1
- package/dist/profiles/ai-orchestration/semantics/focus.initial.md +4 -1
- package/dist/profiles/ai-orchestration/semantics/focus.return.md +4 -1
- package/dist/profiles/ai-orchestration/semantics/focus.visible.md +8 -2
- package/dist/profiles/ai-orchestration/semantics/form-error.md +8 -2
- package/dist/profiles/ai-orchestration/semantics/form-label.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/form-required.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/headings.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/keyboard.escape.md +4 -1
- package/dist/profiles/ai-orchestration/semantics/keyboard.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/landmarks.md +6 -1
- package/dist/profiles/ai-orchestration/semantics/live-status.md +7 -2
- package/dist/profiles/ai-orchestration/semantics/media-alternatives.md +11 -1
- package/dist/profiles/ai-orchestration/semantics/motion-control.md +8 -2
- package/dist/profiles/ai-orchestration/semantics/name-role-value.md +6 -2
- package/dist/profiles/ai-orchestration/semantics/native-dialog.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/native-elements.md +5 -1
- package/dist/profiles/ai-orchestration/semantics/non-text-alternative.md +5 -1
- package/dist/profiles/ai-orchestration/semantics/redundant-entry.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/roles-states-properties.md +6 -1
- package/dist/profiles/ai-orchestration/semantics/selected-state.md +6 -1
- package/dist/profiles/ai-orchestration/semantics/target-size.md +6 -2
- package/dist/profiles/ai-orchestration/semantics.json +826 -130
- package/dist/profiles/ai-orchestration/testing/accessibility.md +33 -3
- package/dist/profiles/ai-orchestration/ui-design-brain-bindings.json +287 -307
- package/dist/profiles/conductor/a11y-semantics.md +249 -10
- package/dist/profiles/conductor/accessibility-quality.md +275 -33
- package/dist/profiles/conductor/applicability-matrix.json +226 -269
- package/dist/profiles/conductor/coverage-manifest.json +702 -153
- package/dist/profiles/conductor/pattern-contracts.json +892 -306
- package/dist/profiles/conductor/patterns/accordion.json +35 -27
- package/dist/profiles/conductor/patterns/alert.json +29 -21
- package/dist/profiles/conductor/patterns/carousel.json +36 -28
- package/dist/profiles/conductor/patterns/checkbox.json +67 -0
- package/dist/profiles/conductor/patterns/combobox.json +37 -29
- package/dist/profiles/conductor/patterns/consequential-submission.json +34 -25
- package/dist/profiles/conductor/patterns/dialog.json +37 -29
- package/dist/profiles/conductor/patterns/disclosure.json +33 -25
- package/dist/profiles/conductor/patterns/dynamic-status.json +31 -22
- package/dist/profiles/conductor/patterns/field.json +41 -25
- package/dist/profiles/conductor/patterns/image.json +31 -22
- package/dist/profiles/conductor/patterns/listbox.json +35 -27
- package/dist/profiles/conductor/patterns/media-player.json +59 -29
- package/dist/profiles/conductor/patterns/menu-button.json +34 -26
- package/dist/profiles/conductor/patterns/menu.json +78 -0
- package/dist/profiles/conductor/patterns/pagination.json +34 -25
- package/dist/profiles/conductor/patterns/popover.json +42 -26
- package/dist/profiles/conductor/patterns/progress.json +38 -23
- package/dist/profiles/conductor/patterns/radio-group.json +69 -0
- package/dist/profiles/conductor/patterns/slider.json +84 -0
- package/dist/profiles/conductor/patterns/spinbutton.json +74 -0
- package/dist/profiles/conductor/patterns/tabs.json +34 -26
- package/dist/profiles/conductor/patterns/tooltip.json +31 -23
- package/dist/profiles/conductor/patterns/tree-view.json +77 -0
- package/dist/profiles/conductor/patterns/validation.json +42 -26
- package/dist/profiles/conductor/semantics.json +826 -130
- package/dist/profiles/conductor/ui-design-brain-bindings.json +287 -307
- package/dist/projection-manifest.json +120 -104
- package/dist/requirements-to-implementation.md +7 -1
- package/lib/build.mjs +3 -3
- package/lib/digest.mjs +8 -0
- package/lib/load.mjs +13 -0
- package/lib/provenance.mjs +2 -0
- package/lib/render.mjs +51 -7
- package/lib/sync.mjs +2 -2
- package/lib/validate.mjs +335 -33
- package/package.json +6 -2
- package/profiles/ai-orchestration/profile.json +1 -1
- package/profiles/ai-orchestration/templates/patterns/README.md +1 -1
- package/profiles/ai-orchestration/templates/review/README.md +1 -1
- package/profiles/ai-orchestration/templates/semantics/README.md +1 -1
- package/profiles/ai-orchestration/templates/testing/README.md +1 -1
- package/profiles/conductor/profile.json +1 -1
- package/profiles/conductor/templates/evidence/README.md +1 -1
- package/profiles/conductor/templates/patterns/README.md +1 -1
- package/profiles/conductor/templates/semantics/README.md +1 -1
- package/schemas/consumer-config.schema.json +1 -1
- package/schemas/contract.schema.json +1 -1
- package/schemas/manifest.schema.json +1 -1
- package/schemas/pattern.schema.json +98 -1
- package/schemas/profile.schema.json +1 -1
- package/schemas/projection-manifest.schema.json +6 -6
- package/schemas/semantic.schema.json +26 -1
- package/schemas/standards-reference.schema.json +105 -0
- package/schemas/wcag-coverage.schema.json +93 -0
- package/src/applicability/facts.yml +3 -5
- package/src/applicability/matrix.yml +5 -7
- package/src/applicability/ui-design-brain-bindings.yml +8 -22
- package/src/contract.yml +1 -1
- package/src/coverage/wcag-2.2.yml +68 -0
- package/src/patterns/disclosure/accordion.yml +1 -1
- package/src/patterns/disclosure/disclosure.yml +1 -1
- package/src/patterns/feedback/alert.yml +1 -1
- package/src/patterns/feedback/dynamic-status.yml +1 -1
- package/src/patterns/feedback/progress.yml +1 -1
- package/src/patterns/forms/consequential-submission.yml +1 -1
- package/src/patterns/forms/field.yml +1 -1
- package/src/patterns/forms/spinbutton.yml +1 -0
- package/src/patterns/forms/validation.yml +1 -1
- package/src/patterns/media/carousel.yml +1 -1
- package/src/patterns/media/image.yml +1 -1
- package/src/patterns/media/media-player.yml +1 -1
- package/src/patterns/navigation/menu-button.yml +1 -1
- package/src/patterns/navigation/menu.yml +1 -0
- package/src/patterns/navigation/pagination.yml +1 -1
- package/src/patterns/navigation/tabs.yml +1 -1
- package/src/patterns/navigation/tree-view.yml +1 -0
- package/src/patterns/overlays/dialog.yml +1 -1
- package/src/patterns/overlays/popover.yml +1 -1
- package/src/patterns/overlays/tooltip.yml +1 -1
- package/src/patterns/selection/checkbox.yml +1 -0
- package/src/patterns/selection/combobox.yml +1 -1
- package/src/patterns/selection/listbox.yml +1 -1
- package/src/patterns/selection/radio-group.yml +1 -0
- package/src/patterns/selection/slider.yml +1 -0
- package/src/semantics/accessible-names.yml +1 -1
- package/src/semantics/forms.yml +1 -1
- package/src/semantics/headings-landmarks.yml +1 -1
- package/src/semantics/keyboard-focus.yml +1 -1
- package/src/semantics/live-regions.yml +1 -1
- package/src/semantics/media.yml +1 -1
- package/src/semantics/native-elements.yml +1 -1
- package/src/semantics/roles-states-properties.yml +1 -1
- package/src/semantics/tables.yml +1 -1
- package/src/semantics/wcag-2.2.yml +1 -0
- package/src/sources.yml +1 -1
package/OPERATING.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Operating contract
|
|
2
2
|
|
|
3
|
-
Source records under `src/` are normative. Patterns reference semantic IDs
|
|
3
|
+
Source records under `src/` are canonical package inputs. Each standards reference declares whether its authority is normative; WCAG Understanding and APG guidance remain informative. Patterns reference semantic IDs rather than restating conformance rules, and the WCAG coverage inventory makes partial coverage and gaps explicit. `dist/` and consumer projections are generated and are never edited manually.
|
|
4
4
|
|
|
5
5
|
UI Design Brain owns canonical UI names and aliases, not accessibility obligations. `src/applicability/ui-design-brain-bindings.yml` is the accessibility-owned, exact-version bridge. Only canonical `component.ui_pattern_ids` enter the resolver; aliases are resolved by the UI catalog first, unknown IDs fail closed, and candidate mappings ask only for their declared typed discriminator facts.
|
|
6
6
|
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ The package projects the same source records into two purpose-specific profiles:
|
|
|
11
11
|
|
|
12
12
|
Consumers pin an exact package version and commit a config, route map, and generated provenance. Generated outputs are deterministic and carry a do-not-edit marker plus source/config/route digests.
|
|
13
13
|
|
|
14
|
-
The schema-
|
|
14
|
+
The schema-3 projection is targeted for `@verndale/accessibility-standards@3.0.0`. It adds criterion-level standards references and a complete WCAG 2.2 Level A/AA coverage inventory to the existing deterministic UI-binding, evidence, and provenance outputs.
|
|
15
15
|
|
|
16
16
|
## Commands
|
|
17
17
|
|
package/dist/manifest.json
CHANGED
|
@@ -1,220 +1,260 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_generated": "GENERATED by @verndale/accessibility-standards; DO NOT EDIT",
|
|
3
|
-
"package": "@verndale/accessibility-standards@
|
|
4
|
-
"schema_version": 2,
|
|
5
|
-
"source_digest": "e4bf4272751c21e417ddd3e6c52308bf804fab097629ba843964532e7f97d9f0",
|
|
3
|
+
"package": "@verndale/accessibility-standards@3.0.0",
|
|
6
4
|
"profile_digests": {
|
|
7
|
-
"ai-orchestration": "
|
|
8
|
-
"conductor": "
|
|
9
|
-
},
|
|
10
|
-
"ui_design_brain": {
|
|
11
|
-
"package": "@verndale/ui-design-brain",
|
|
12
|
-
"package_version": "1.16.0",
|
|
13
|
-
"catalog_authority_version": "1.15.1",
|
|
14
|
-
"repository": "https://github.com/verndale/ui-design-brain",
|
|
15
|
-
"manifest_path": "skills/ui-design-brain/catalog-manifest.json",
|
|
16
|
-
"source_digest": "sha256:1eda596fe341786b5ada25742b6487bc06685fff17cbd582bc1b58302097e3ff",
|
|
17
|
-
"manifest_digest": "sha256:63a0bc8d9537d6d4c0aef8fd8a539bf4a9181a50d0761bd63eae6fe59b4eddc9",
|
|
18
|
-
"pattern_count": 80,
|
|
19
|
-
"tracking_issue": "https://github.com/verndale/ui-design-brain/issues/47",
|
|
20
|
-
"binding_digest": "3873c25694439e1ab07858aa84aecfa1be3467043559d0c94906c19e1025da64"
|
|
5
|
+
"ai-orchestration": "de396e9a23010dff2e8abf3ae7e8500153599583ffa31a595b3a94fbe9df3da4",
|
|
6
|
+
"conductor": "beadcb5fe8151303b3e3241de4fee0ece3be9ff2f4dbdb3a6f93a363b0a2d491"
|
|
21
7
|
},
|
|
22
8
|
"records": [
|
|
23
9
|
{
|
|
24
|
-
"
|
|
25
|
-
"
|
|
10
|
+
"digest": "ee9e98c41419692bb3ea850488c4432f4b11e7c21fc4eec1d971f84f1bdd7d38",
|
|
11
|
+
"id": "foundation.conformance-boundary"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"digest": "d8321ed3672f9268a204c5f2acaf4af10a5a2a29f4ceca9bb87b89ad82d72db2",
|
|
15
|
+
"id": "foundation.standards-hierarchy"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"digest": "fb9629434fd412f167b572cac52ece8bac12113108381c69b9351ebed29af4f8",
|
|
19
|
+
"id": "foundation.wcag-2.2"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"digest": "0b58f8a10bdf9752af50bc45b2835c8c6fd1799a260cf79b4a725d19adeec4f1",
|
|
23
|
+
"id": "pattern.accordion"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"digest": "5b1181a720f62fb325b6b7e28e6bf968909879a340e805375172c3682bd2fca1",
|
|
27
|
+
"id": "pattern.alert"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"digest": "7fd2817a617e50f3a2cd05bb5fa56ce1f73b7dfad2266912e5952f1959e88b65",
|
|
31
|
+
"id": "pattern.carousel"
|
|
26
32
|
},
|
|
27
33
|
{
|
|
28
|
-
"
|
|
29
|
-
"
|
|
34
|
+
"digest": "8d6b13911d072c67d2d33950645d595e04e2506f6dc5a483af26192bbca18a88",
|
|
35
|
+
"id": "pattern.checkbox"
|
|
30
36
|
},
|
|
31
37
|
{
|
|
32
|
-
"
|
|
33
|
-
"
|
|
38
|
+
"digest": "b35cd0da3192f9a3a59ae3ca4a48ad3010285e3cd84410ba52a06698b69d7334",
|
|
39
|
+
"id": "pattern.combobox"
|
|
34
40
|
},
|
|
35
41
|
{
|
|
36
|
-
"
|
|
37
|
-
"
|
|
42
|
+
"digest": "eadb3d70f4f48152e03454bb119144c0b42bbff64f016212e1f452b308df8a8e",
|
|
43
|
+
"id": "pattern.consequential-submission"
|
|
38
44
|
},
|
|
39
45
|
{
|
|
40
|
-
"
|
|
41
|
-
"
|
|
46
|
+
"digest": "2d8cdc768880c0899e08428ec292aec4de7bafdee8c8bdf918736ec9cad269bf",
|
|
47
|
+
"id": "pattern.dialog"
|
|
42
48
|
},
|
|
43
49
|
{
|
|
44
|
-
"
|
|
45
|
-
"
|
|
50
|
+
"digest": "22587be2bf3e67d846d6806e1f0c27ec7ee1a506ff326f102d439842a9e9655e",
|
|
51
|
+
"id": "pattern.disclosure"
|
|
46
52
|
},
|
|
47
53
|
{
|
|
48
|
-
"
|
|
49
|
-
"
|
|
54
|
+
"digest": "e2a8df5cf80105dfc23f9a1cc5f6d05a04cecc9423d0f6fdd8f875310ac4287c",
|
|
55
|
+
"id": "pattern.dynamic-status"
|
|
50
56
|
},
|
|
51
57
|
{
|
|
52
|
-
"
|
|
53
|
-
"
|
|
58
|
+
"digest": "3bc14b64d8709cab78a449de120b81e15bec341aaa2630c3c37bfea57f243d82",
|
|
59
|
+
"id": "pattern.field"
|
|
54
60
|
},
|
|
55
61
|
{
|
|
56
|
-
"
|
|
57
|
-
"
|
|
62
|
+
"digest": "3eb122014d00ba4c7a690a484133fe245088e5562238bf91770fbb004d90d75c",
|
|
63
|
+
"id": "pattern.image"
|
|
58
64
|
},
|
|
59
65
|
{
|
|
60
|
-
"
|
|
61
|
-
"
|
|
66
|
+
"digest": "c1c470f89c043c9b3aaec60d966c29202fc8154ddfcf4e9955c4e232955c5cb3",
|
|
67
|
+
"id": "pattern.listbox"
|
|
62
68
|
},
|
|
63
69
|
{
|
|
64
|
-
"
|
|
65
|
-
"
|
|
70
|
+
"digest": "8a1ffd78b09a90ef64f819b5f263afd86a4d811f3d692fc77750a69bf7b1747c",
|
|
71
|
+
"id": "pattern.media-player"
|
|
66
72
|
},
|
|
67
73
|
{
|
|
68
|
-
"
|
|
69
|
-
"
|
|
74
|
+
"digest": "f84b7217b281ec92ea70c81bf82ac08995c94c20c7d81362caa8dcb62e18ba5e",
|
|
75
|
+
"id": "pattern.menu"
|
|
70
76
|
},
|
|
71
77
|
{
|
|
72
|
-
"
|
|
73
|
-
"
|
|
78
|
+
"digest": "1cd5d0295126d0b403acc5643ba35f96a0cdf95c6b9e3b1b6e70a82bb0ed5857",
|
|
79
|
+
"id": "pattern.menu-button"
|
|
74
80
|
},
|
|
75
81
|
{
|
|
76
|
-
"
|
|
77
|
-
"
|
|
82
|
+
"digest": "41a135cc85ceb58ae81cb95cee5aabdcdd364f296612a9fccf97e514704124c2",
|
|
83
|
+
"id": "pattern.pagination"
|
|
78
84
|
},
|
|
79
85
|
{
|
|
80
|
-
"
|
|
81
|
-
"
|
|
86
|
+
"digest": "782500cbe2ba2e1541ed75a65e53625ee7acc40e48d9455447ec7e2de9eda86c",
|
|
87
|
+
"id": "pattern.popover"
|
|
82
88
|
},
|
|
83
89
|
{
|
|
84
|
-
"
|
|
85
|
-
"
|
|
90
|
+
"digest": "8f8d05ccf5044cd05320eccbe685b6c46dde34af5509f6f6ac3e5c6238798562",
|
|
91
|
+
"id": "pattern.progress"
|
|
86
92
|
},
|
|
87
93
|
{
|
|
88
|
-
"
|
|
89
|
-
"
|
|
94
|
+
"digest": "7974f666436c6a417d3390dfcfcc079ba5f0d2c30a43333104ae22aa53f3e343",
|
|
95
|
+
"id": "pattern.radio-group"
|
|
90
96
|
},
|
|
91
97
|
{
|
|
92
|
-
"
|
|
93
|
-
"
|
|
98
|
+
"digest": "a800ab3505a007cf1718405c254ba8721f77491d1552843d0ebb56c236655bfc",
|
|
99
|
+
"id": "pattern.slider"
|
|
94
100
|
},
|
|
95
101
|
{
|
|
96
|
-
"
|
|
97
|
-
"
|
|
102
|
+
"digest": "10aeb9922320f9c64c50b780aaa0eb0d2236ce8c6beca16aadc5cd7477ac4566",
|
|
103
|
+
"id": "pattern.spinbutton"
|
|
98
104
|
},
|
|
99
105
|
{
|
|
100
|
-
"
|
|
101
|
-
"
|
|
106
|
+
"digest": "a9f18a8eeef17b23b6c08f42d6d5f7260440e84a99a15b119137bfe295f32229",
|
|
107
|
+
"id": "pattern.tabs"
|
|
102
108
|
},
|
|
103
109
|
{
|
|
104
|
-
"
|
|
105
|
-
"
|
|
110
|
+
"digest": "79c72fd09e2d56d8841a60cdc916b09754ddd47d8e793626e0cda1ce5a0bc0b5",
|
|
111
|
+
"id": "pattern.tooltip"
|
|
106
112
|
},
|
|
107
113
|
{
|
|
108
|
-
"
|
|
109
|
-
"
|
|
114
|
+
"digest": "5962cead926adf82d4e0f0e07be674f513327e1b8cb2a13fea12877cad12f471",
|
|
115
|
+
"id": "pattern.tree-view"
|
|
110
116
|
},
|
|
111
117
|
{
|
|
112
|
-
"
|
|
113
|
-
"
|
|
118
|
+
"digest": "0aab905f519c691333786c6e00466f49ed6b29980556d236eb4ad31b9b44acd6",
|
|
119
|
+
"id": "pattern.validation"
|
|
114
120
|
},
|
|
115
121
|
{
|
|
116
|
-
"
|
|
117
|
-
"
|
|
122
|
+
"digest": "7e1c8c320ebdc36922964271d53cf48900e025489fda90b11c894036974727f9",
|
|
123
|
+
"id": "policy.enhanced-quality"
|
|
118
124
|
},
|
|
119
125
|
{
|
|
120
|
-
"
|
|
121
|
-
"
|
|
126
|
+
"digest": "52344723debd55678352eede8704327199e109835ffac8c1a360ffc3da669cc4",
|
|
127
|
+
"id": "policy.target-size"
|
|
122
128
|
},
|
|
123
129
|
{
|
|
124
|
-
"
|
|
125
|
-
"
|
|
130
|
+
"digest": "8bc0e881d2bd44dc44ba24d0fdc5718a363a558e7361e862640a7e6c55e55846",
|
|
131
|
+
"id": "semantics.accessible-authentication"
|
|
126
132
|
},
|
|
127
133
|
{
|
|
128
|
-
"
|
|
129
|
-
"
|
|
134
|
+
"digest": "be4302ca75b1562a3e0973ce505645101ffaf2f52814df8fc4acc989b7362eff",
|
|
135
|
+
"id": "semantics.accessible-name"
|
|
130
136
|
},
|
|
131
137
|
{
|
|
132
|
-
"
|
|
133
|
-
"
|
|
138
|
+
"digest": "2bff47587afc63d5d9481bc7fb0af055050601e52521feb2a0fe33cfad490dcf",
|
|
139
|
+
"id": "semantics.alert"
|
|
134
140
|
},
|
|
135
141
|
{
|
|
136
|
-
"
|
|
137
|
-
"
|
|
142
|
+
"digest": "55b1d2882c4af8fe86b0e1c871afafc832ce0cdbaff6684d3aa260d315910d68",
|
|
143
|
+
"id": "semantics.consequential-action"
|
|
138
144
|
},
|
|
139
145
|
{
|
|
140
|
-
"
|
|
141
|
-
"
|
|
146
|
+
"digest": "202449ebe3d412addabcfa29ac3a00854471be2d794c249aaec1fbf54b18b8e5",
|
|
147
|
+
"id": "semantics.consistent-help"
|
|
142
148
|
},
|
|
143
149
|
{
|
|
144
|
-
"
|
|
145
|
-
"
|
|
150
|
+
"digest": "2f50cbab8a3886193a491860bbef06e539dcfd12f66698f83b6b04d749eef3b9",
|
|
151
|
+
"id": "semantics.data-table"
|
|
146
152
|
},
|
|
147
153
|
{
|
|
148
|
-
"
|
|
149
|
-
"
|
|
154
|
+
"digest": "2a8e895f61d7fe37ba6c909da2cbcebbd3ba2384d1f306d7a33a38a62e1ffe4d",
|
|
155
|
+
"id": "semantics.dragging-alternative"
|
|
150
156
|
},
|
|
151
157
|
{
|
|
152
|
-
"
|
|
153
|
-
"
|
|
158
|
+
"digest": "7e25eb39fa2a42e7ec3ec4e70df3899475b4c9d17e87e261d3aa5bcc275bfb27",
|
|
159
|
+
"id": "semantics.expanded-state"
|
|
154
160
|
},
|
|
155
161
|
{
|
|
156
|
-
"
|
|
157
|
-
"
|
|
162
|
+
"digest": "c45c582b579d996c9dc1a90b1bca64908ea437a2c52a801d2f4638501de8a620",
|
|
163
|
+
"id": "semantics.focus.initial"
|
|
158
164
|
},
|
|
159
165
|
{
|
|
160
|
-
"
|
|
161
|
-
"
|
|
166
|
+
"digest": "244c77259a630992f821ccd35f8a9d99b2ae9a8048b1dcce6ebaf78a53d20227",
|
|
167
|
+
"id": "semantics.focus.return"
|
|
162
168
|
},
|
|
163
169
|
{
|
|
164
|
-
"
|
|
165
|
-
"
|
|
170
|
+
"digest": "115693f353bbe74ec92b7268e8064df5451b978e24fb4f147f95249accb00515",
|
|
171
|
+
"id": "semantics.focus.visible"
|
|
166
172
|
},
|
|
167
173
|
{
|
|
168
|
-
"
|
|
169
|
-
"
|
|
174
|
+
"digest": "5d630e577947fa5703ae05b666b8ed8300390f141bda0e9f4ed2bb11dc13a5e7",
|
|
175
|
+
"id": "semantics.form-error"
|
|
170
176
|
},
|
|
171
177
|
{
|
|
172
|
-
"
|
|
173
|
-
"
|
|
178
|
+
"digest": "b3e69817c33510e50ef5985f59448d5234b92740355afdd8cdea1576ea815b5a",
|
|
179
|
+
"id": "semantics.form-label"
|
|
174
180
|
},
|
|
175
181
|
{
|
|
176
|
-
"
|
|
177
|
-
"
|
|
182
|
+
"digest": "c878c1047205943ac7649f14e36f01d3b9a7b9be523f66cdbd92c5f568adeb4c",
|
|
183
|
+
"id": "semantics.form-required"
|
|
178
184
|
},
|
|
179
185
|
{
|
|
180
|
-
"
|
|
181
|
-
"
|
|
186
|
+
"digest": "9ba09e78741ecfd38d6750b897f1cbbce19fa593331ef22207f8ee1be1990a0d",
|
|
187
|
+
"id": "semantics.headings"
|
|
182
188
|
},
|
|
183
189
|
{
|
|
184
|
-
"
|
|
185
|
-
"
|
|
190
|
+
"digest": "275c0fa68b36c2ef826bd2e67796fdd64f9e9063087e636a9ed67b2b50f38724",
|
|
191
|
+
"id": "semantics.keyboard"
|
|
186
192
|
},
|
|
187
193
|
{
|
|
188
|
-
"
|
|
189
|
-
"
|
|
194
|
+
"digest": "beee6ed9631d04233f78cc2251eac04fb9ddbfe5c3be905ae266a1b905f92a85",
|
|
195
|
+
"id": "semantics.keyboard.escape"
|
|
190
196
|
},
|
|
191
197
|
{
|
|
192
|
-
"
|
|
193
|
-
"
|
|
198
|
+
"digest": "ab5e662fb318a9d2870d692c3d2472b5b90bd26df19ca127465cf9312a6a227b",
|
|
199
|
+
"id": "semantics.landmarks"
|
|
194
200
|
},
|
|
195
201
|
{
|
|
196
|
-
"
|
|
197
|
-
"
|
|
202
|
+
"digest": "2cd71d2268cfeccd6500579751ef8cd27eba422ffb10b95c2fc5a7737951404f",
|
|
203
|
+
"id": "semantics.live-status"
|
|
198
204
|
},
|
|
199
205
|
{
|
|
200
|
-
"
|
|
201
|
-
"
|
|
206
|
+
"digest": "a136b24dc51591e4f18b582839c86b5a26c1bc31b1a7e5574a25ec15d203725d",
|
|
207
|
+
"id": "semantics.media-alternatives"
|
|
202
208
|
},
|
|
203
209
|
{
|
|
204
|
-
"
|
|
205
|
-
"
|
|
210
|
+
"digest": "3d8052a2fe9c50d99f4d7ce5250e975e37b6d335d523e6299b1463e3776030af",
|
|
211
|
+
"id": "semantics.motion-control"
|
|
206
212
|
},
|
|
207
213
|
{
|
|
208
|
-
"
|
|
209
|
-
"
|
|
214
|
+
"digest": "f1e1b86c4e83b73152c393a8cffa5f22cccbe288abe74dbde29919a6d7846301",
|
|
215
|
+
"id": "semantics.name-role-value"
|
|
210
216
|
},
|
|
211
217
|
{
|
|
212
|
-
"
|
|
213
|
-
"
|
|
218
|
+
"digest": "0c93be6903196ce1d272044ac2cc1d6148555aa1c8da11f213747794438689ed",
|
|
219
|
+
"id": "semantics.native-dialog"
|
|
214
220
|
},
|
|
215
221
|
{
|
|
216
|
-
"
|
|
217
|
-
"
|
|
222
|
+
"digest": "8d2b2006b238970065e0702e333e9b7ff150a7284e9fba01730d7010b99c2ca4",
|
|
223
|
+
"id": "semantics.native-elements"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"digest": "312d9d5fc0b0c1ef3fed5fa8fd322a810b889bca30b428a4b86f15ecb2e2e49b",
|
|
227
|
+
"id": "semantics.non-text-alternative"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"digest": "538e0f4eef9cdeac04dda1fa451a2248c8d0f28e45c499367e724084d767494c",
|
|
231
|
+
"id": "semantics.redundant-entry"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"digest": "2920be42636e7e840fb47c742ede44345116f11349d5cd0157058c6fa68f3a0b",
|
|
235
|
+
"id": "semantics.roles-states-properties"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"digest": "76bf967d08cd7bee7dc8f417c6232c500d35b091d096f4db74cd9bef586ee108",
|
|
239
|
+
"id": "semantics.selected-state"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"digest": "e146d15bbe5718c496c0c9e1b0d8c6d054e064bff553e88b5854394b66ff42bf",
|
|
243
|
+
"id": "semantics.target-size"
|
|
218
244
|
}
|
|
219
|
-
]
|
|
245
|
+
],
|
|
246
|
+
"schema_version": 3,
|
|
247
|
+
"source_digest": "708ac82783bfb5ebcce31e4dada15d8580863f5e37b32d1807adf61e415ed5af",
|
|
248
|
+
"ui_design_brain": {
|
|
249
|
+
"binding_digest": "9c2e5264b3706778d800e6c8f7fb77ebceb34a8bb00937431cd42f5c0b2e9d39",
|
|
250
|
+
"catalog_authority_version": "1.15.1",
|
|
251
|
+
"manifest_digest": "sha256:63a0bc8d9537d6d4c0aef8fd8a539bf4a9181a50d0761bd63eae6fe59b4eddc9",
|
|
252
|
+
"manifest_path": "skills/ui-design-brain/catalog-manifest.json",
|
|
253
|
+
"package": "@verndale/ui-design-brain",
|
|
254
|
+
"package_version": "1.16.0",
|
|
255
|
+
"pattern_count": 80,
|
|
256
|
+
"repository": "https://github.com/verndale/ui-design-brain",
|
|
257
|
+
"source_digest": "sha256:1eda596fe341786b5ada25742b6487bc06685fff17cbd582bc1b58302097e3ff",
|
|
258
|
+
"tracking_issue": "https://github.com/verndale/ui-design-brain/issues/47"
|
|
259
|
+
}
|
|
220
260
|
}
|