@adobe/design-system-registry 3.3.0 → 5.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/CHANGELOG.md +18 -0
- package/index.js +39 -139
- package/moon.yml +2 -29
- package/package.json +5 -34
- package/AUTHORING.md +0 -290
- package/PLATFORM_EXTENSIONS.md +0 -315
- package/ava.config.js +0 -21
- package/registry/alignments.json +0 -22
- package/registry/anatomy-terms.json +0 -739
- package/registry/categories.json +0 -55
- package/registry/color-families.json +0 -177
- package/registry/components.json +0 -277
- package/registry/densities.json +0 -17
- package/registry/easing-curves.json +0 -42
- package/registry/glossary.json +0 -181
- package/registry/motion-roles.json +0 -32
- package/registry/navigation-terms.json +0 -241
- package/registry/orientations.json +0 -17
- package/registry/platform-extensions/ios-states.json +0 -59
- package/registry/platform-extensions/web-components-states.json +0 -58
- package/registry/platforms.json +0 -37
- package/registry/positions.json +0 -32
- package/registry/property-terms.json +0 -212
- package/registry/scale-values.json +0 -126
- package/registry/shapes.json +0 -12
- package/registry/sizes.json +0 -71
- package/registry/states.json +0 -184
- package/registry/structures.json +0 -57
- package/registry/substructures.json +0 -12
- package/registry/token-objects.json +0 -32
- package/registry/token-terminology.json +0 -925
- package/registry/typography-families.json +0 -27
- package/registry/typography-styles.json +0 -22
- package/registry/typography-weights.json +0 -37
- package/registry/variants.json +0 -282
- package/schemas/platform-extension.json +0 -79
- package/schemas/registry-value.json +0 -230
- package/scripts/validate-registry.js +0 -134
- package/test/registry.test.js +0 -417
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/registry-value.json",
|
|
3
|
-
"type": "token-object",
|
|
4
|
-
"description": "Styling surfaces to which visual properties are applied. These are abstract targets that exist on any element regardless of component type. Not to be confused with component anatomy (visible named parts).",
|
|
5
|
-
"values": [
|
|
6
|
-
{
|
|
7
|
-
"id": "background",
|
|
8
|
-
"label": "Background",
|
|
9
|
-
"description": "Background surface or fill"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"id": "border",
|
|
13
|
-
"label": "Border",
|
|
14
|
-
"description": "Border or outline of a component"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": "edge",
|
|
18
|
-
"label": "Edge",
|
|
19
|
-
"description": "Outer boundary of a component (used in spacing tokens)"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": "visual",
|
|
23
|
-
"label": "Visual",
|
|
24
|
-
"description": "Visible graphic element area (may be inset from edge)"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "content",
|
|
28
|
-
"label": "Content",
|
|
29
|
-
"description": "Main content area"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|