@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.
Files changed (39) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/index.js +39 -139
  3. package/moon.yml +2 -29
  4. package/package.json +5 -34
  5. package/AUTHORING.md +0 -290
  6. package/PLATFORM_EXTENSIONS.md +0 -315
  7. package/ava.config.js +0 -21
  8. package/registry/alignments.json +0 -22
  9. package/registry/anatomy-terms.json +0 -739
  10. package/registry/categories.json +0 -55
  11. package/registry/color-families.json +0 -177
  12. package/registry/components.json +0 -277
  13. package/registry/densities.json +0 -17
  14. package/registry/easing-curves.json +0 -42
  15. package/registry/glossary.json +0 -181
  16. package/registry/motion-roles.json +0 -32
  17. package/registry/navigation-terms.json +0 -241
  18. package/registry/orientations.json +0 -17
  19. package/registry/platform-extensions/ios-states.json +0 -59
  20. package/registry/platform-extensions/web-components-states.json +0 -58
  21. package/registry/platforms.json +0 -37
  22. package/registry/positions.json +0 -32
  23. package/registry/property-terms.json +0 -212
  24. package/registry/scale-values.json +0 -126
  25. package/registry/shapes.json +0 -12
  26. package/registry/sizes.json +0 -71
  27. package/registry/states.json +0 -184
  28. package/registry/structures.json +0 -57
  29. package/registry/substructures.json +0 -12
  30. package/registry/token-objects.json +0 -32
  31. package/registry/token-terminology.json +0 -925
  32. package/registry/typography-families.json +0 -27
  33. package/registry/typography-styles.json +0 -22
  34. package/registry/typography-weights.json +0 -37
  35. package/registry/variants.json +0 -282
  36. package/schemas/platform-extension.json +0 -79
  37. package/schemas/registry-value.json +0 -230
  38. package/scripts/validate-registry.js +0 -134
  39. package/test/registry.test.js +0 -417
@@ -1,181 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/registry-value.json",
3
- "type": "glossary-term",
4
- "description": "General design system terminology and concepts",
5
- "values": [
6
- {
7
- "id": "design-token",
8
- "label": "Design Token",
9
- "aliases": ["token"],
10
- "description": "A named entity that stores visual design attributes",
11
- "usedIn": ["tokens", "documentation"],
12
- "definition": {
13
- "superordinate": "design system primitive",
14
- "description": "A named variable that stores a visual design attribute (color, spacing, typography, etc.) to enable consistent, scalable design",
15
- "essentialCharacteristics": [
16
- "Named for semantic meaning rather than visual appearance",
17
- "Can reference other tokens to create a hierarchy",
18
- "Platform-agnostic - can be transformed for different outputs",
19
- "Single source of truth for design decisions"
20
- ]
21
- },
22
- "terminology": {
23
- "conceptType": "term",
24
- "namingRationale": "Industry-standard term from Design Tokens Community Group"
25
- },
26
- "sources": [
27
- {
28
- "type": "industry-standard",
29
- "reference": "Design Tokens Community Group",
30
- "url": "https://www.w3.org/community/design-tokens/",
31
- "date": "2025-01-12"
32
- }
33
- ],
34
- "governance": {
35
- "owner": "Spectrum Tokens Team",
36
- "reviewDate": "2025-01-12",
37
- "status": "approved"
38
- }
39
- },
40
- {
41
- "id": "superordinate",
42
- "label": "Superordinate",
43
- "description": "A higher-level category or class that a concept belongs to",
44
- "usedIn": ["documentation", "glossary"],
45
- "definition": {
46
- "superordinate": "linguistic term",
47
- "description": "A word or phrase that describes a higher-level order or category within a system of classification",
48
- "essentialCharacteristics": [
49
- "Used as the anchor in definition writing",
50
- "Sets context for what class of thing is being defined",
51
- "Helps readers understand the broader category",
52
- "Critical for writing strong, clear definitions"
53
- ]
54
- },
55
- "terminology": {
56
- "conceptType": "term",
57
- "namingRationale": "Technical term from terminology management and linguistics"
58
- },
59
- "sources": [
60
- {
61
- "type": "wiki",
62
- "reference": "Spectrum Naming and Definition Writing Guide",
63
- "url": "https://wiki.corp.adobe.com/display/AdobeDesign/Spectrum+Design+System%3A+Naming+and+definition+writing+guide",
64
- "date": "2025-01-12"
65
- },
66
- {
67
- "type": "internal-doc",
68
- "reference": "Adobe Terms documentation",
69
- "url": "https://docs.terms.adobe.com/1f31a0c5f/p/29d9f3-metadata/b/161203",
70
- "date": "2025-01-12"
71
- }
72
- ],
73
- "governance": {
74
- "owner": "Spectrum Content Strategy",
75
- "reviewDate": "2025-01-12",
76
- "status": "approved"
77
- }
78
- },
79
- {
80
- "id": "essential-characteristic",
81
- "label": "Essential Characteristic",
82
- "description": "A key feature that distinguishes a concept from others",
83
- "usedIn": ["documentation", "glossary"],
84
- "definition": {
85
- "superordinate": "definition component",
86
- "description": "A distinguishing feature or attribute that helps define what a concept is and how it differs from related concepts",
87
- "essentialCharacteristics": [
88
- "Specifies unique or defining properties",
89
- "Helps differentiate from similar concepts",
90
- "Part of a complete definition structure",
91
- "Should be specific and observable"
92
- ]
93
- },
94
- "terminology": {
95
- "conceptType": "term",
96
- "namingRationale": "Standard term in terminology management and definition writing"
97
- },
98
- "sources": [
99
- {
100
- "type": "wiki",
101
- "reference": "Spectrum Naming and Definition Writing Guide",
102
- "url": "https://wiki.corp.adobe.com/display/AdobeDesign/Spectrum+Design+System%3A+Naming+and+definition+writing+guide",
103
- "date": "2025-01-12"
104
- }
105
- ],
106
- "governance": {
107
- "owner": "Spectrum Content Strategy",
108
- "reviewDate": "2025-01-12",
109
- "status": "approved"
110
- }
111
- },
112
- {
113
- "id": "descriptive-language",
114
- "label": "Descriptive Language",
115
- "description": "A short phrase that explains a complex concept",
116
- "usedIn": ["documentation"],
117
- "definition": {
118
- "superordinate": "linguistic tool",
119
- "description": "A short phrase or sentence used to explain a concept when a single word or term is insufficient or unclear",
120
- "essentialCharacteristics": [
121
- "Used when concepts are too complex for one word",
122
- "Provides clarity over brevity",
123
- "Especially useful for context-dependent concepts",
124
- "Preferred over forcing a single-word name"
125
- ]
126
- },
127
- "terminology": {
128
- "conceptType": "concept",
129
- "namingRationale": "Spectrum naming methodology advocates for descriptive language when needed"
130
- },
131
- "sources": [
132
- {
133
- "type": "wiki",
134
- "reference": "Spectrum Naming and Definition Writing Guide",
135
- "url": "https://wiki.corp.adobe.com/display/AdobeDesign/Spectrum+Design+System%3A+Naming+and+definition+writing+guide",
136
- "date": "2025-01-12"
137
- }
138
- ],
139
- "governance": {
140
- "owner": "Spectrum Content Strategy",
141
- "reviewDate": "2025-01-12",
142
- "status": "approved"
143
- }
144
- },
145
- {
146
- "id": "multi-platform-design-system",
147
- "label": "Multi-Platform Design System",
148
- "description": "A design system that supports multiple platforms with shared principles but platform-specific implementations",
149
- "usedIn": ["documentation", "architecture"],
150
- "definition": {
151
- "superordinate": "design system architecture",
152
- "description": "A design system where multiple platforms are supported with implementations that may differ, but all follow core principles and shared terminology",
153
- "essentialCharacteristics": [
154
- "More than one platform is supported",
155
- "Implementation can differ across platforms",
156
- "Not all UI code is shared across platforms",
157
- "Things need to feel the same but not necessarily look identical",
158
- "Shared terminology by default, but platform-specific terms are acceptable"
159
- ]
160
- },
161
- "terminology": {
162
- "conceptType": "concept",
163
- "namingRationale": "Describes Spectrum's architectural approach to supporting web, iOS, Android, Qt, etc."
164
- },
165
- "sources": [
166
- {
167
- "type": "wiki",
168
- "reference": "Spectrum Naming and Definition Writing Guide - Multi-platform section",
169
- "url": "https://wiki.corp.adobe.com/display/AdobeDesign/Spectrum+Design+System%3A+Naming+and+definition+writing+guide",
170
- "date": "2025-01-12"
171
- }
172
- ],
173
- "governance": {
174
- "owner": "Spectrum Core Team",
175
- "reviewDate": "2025-01-12",
176
- "status": "approved"
177
- },
178
- "relatedTerms": ["design-token"]
179
- }
180
- ]
181
- }
@@ -1,32 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/registry-value.json",
3
- "type": "motion-role",
4
- "description": "Semantic roles for motion tokens — the interaction pattern or animation purpose a token governs. Assigned via the `motionRole` name-object field. NOTE: This registry is provisional. Values are seeded from design intent; entries will be refined when motion tokens are added to the foundation dataset.",
5
- "values": [
6
- {
7
- "id": "enter",
8
- "label": "Enter",
9
- "description": "Animation for an element entering the viewport or becoming visible"
10
- },
11
- {
12
- "id": "exit",
13
- "label": "Exit",
14
- "description": "Animation for an element leaving the viewport or becoming hidden"
15
- },
16
- {
17
- "id": "transition",
18
- "label": "Transition",
19
- "description": "Animation for state changes on a persistent element (e.g. hover, selection)"
20
- },
21
- {
22
- "id": "emphasis",
23
- "label": "Emphasis",
24
- "description": "Animation that draws attention to an element without entering or exiting"
25
- },
26
- {
27
- "id": "loading",
28
- "label": "Loading",
29
- "description": "Animation for indeterminate loading or progress states"
30
- }
31
- ]
32
- }
@@ -1,241 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/registry-value.json",
3
- "type": "navigation-term",
4
- "description": "Navigation-specific terminology for app frame and navigation components",
5
- "values": [
6
- {
7
- "id": "side-navigation",
8
- "label": "Side Navigation",
9
- "aliases": ["side nav", "sidebar navigation"],
10
- "description": "A navigation panel typically positioned on the left side of an application",
11
- "usedIn": ["component-schemas", "anatomy"],
12
- "definition": {
13
- "superordinate": "navigation pattern",
14
- "description": "A vertical panel containing navigation items, typically positioned on the left side of an application interface",
15
- "essentialCharacteristics": [
16
- "Provides persistent or collapsible access to main application sections",
17
- "Can be resizable with drag functionality",
18
- "Contains hierarchical navigation items",
19
- "May include a state control (hamburger menu) to show/hide labels"
20
- ]
21
- },
22
- "sources": [
23
- {
24
- "type": "wiki",
25
- "reference": "App frame (browsing) CRD",
26
- "url": "https://wiki.corp.adobe.com/pages/viewpage.action?pageId=3364319543",
27
- "date": "2025-01-12"
28
- }
29
- ],
30
- "governance": {
31
- "owner": "Spectrum Core Team",
32
- "reviewDate": "2025-01-12",
33
- "status": "approved"
34
- },
35
- "relatedTerms": ["side-navigation-item", "navigation-item", "drag-area"]
36
- },
37
- {
38
- "id": "side-navigation-item",
39
- "label": "Side Navigation Item",
40
- "aliases": ["side nav item"],
41
- "description": "An individual item within side navigation",
42
- "usedIn": ["component-schemas", "anatomy"],
43
- "definition": {
44
- "superordinate": "navigation element",
45
- "description": "A clickable item within side navigation that represents a destination or section in the application",
46
- "essentialCharacteristics": [
47
- "Can be selected to indicate current location",
48
- "Supports interaction states (default, hover, down, keyboard focus, disabled, selected, dragged, error)",
49
- "May include an icon and label",
50
- "Label may be hidden when side navigation is minimized"
51
- ]
52
- },
53
- "sources": [
54
- {
55
- "type": "wiki",
56
- "reference": "App frame (browsing) CRD",
57
- "url": "https://wiki.corp.adobe.com/pages/viewpage.action?pageId=3364319543",
58
- "date": "2025-01-12"
59
- }
60
- ],
61
- "governance": {
62
- "owner": "Spectrum Core Team",
63
- "reviewDate": "2025-01-12",
64
- "status": "approved"
65
- },
66
- "relatedTerms": ["side-navigation", "navigation-item"]
67
- },
68
- {
69
- "id": "header",
70
- "label": "Header",
71
- "aliases": ["app header", "top bar"],
72
- "description": "The top bar of an application frame",
73
- "usedIn": ["component-schemas", "anatomy"],
74
- "definition": {
75
- "superordinate": "application frame component",
76
- "description": "A horizontal bar at the top of an application that contains branding, navigation, and utility functions",
77
- "essentialCharacteristics": [
78
- "Spans the full width of the application",
79
- "May contain header navigation items",
80
- "Typically includes application branding or title",
81
- "May include utility controls (search, settings, user profile)"
82
- ]
83
- },
84
- "sources": [
85
- {
86
- "type": "wiki",
87
- "reference": "App frame (browsing) CRD",
88
- "url": "https://wiki.corp.adobe.com/pages/viewpage.action?pageId=3364319543",
89
- "date": "2025-01-12"
90
- }
91
- ],
92
- "governance": {
93
- "owner": "Spectrum Core Team",
94
- "reviewDate": "2025-01-12",
95
- "status": "approved"
96
- },
97
- "relatedTerms": ["header-navigation-item", "side-navigation"]
98
- },
99
- {
100
- "id": "header-navigation-item",
101
- "label": "Header Navigation Item",
102
- "description": "An individual navigation item within the header",
103
- "usedIn": ["component-schemas", "anatomy"],
104
- "definition": {
105
- "superordinate": "navigation element",
106
- "description": "A clickable item within the header that represents a destination or action",
107
- "essentialCharacteristics": [
108
- "Positioned horizontally within the header",
109
- "Can be selected to indicate current location",
110
- "Supports interaction states (default, hover, down, keyboard focus, disabled, selected)",
111
- "Typically more compact than side navigation items"
112
- ]
113
- },
114
- "sources": [
115
- {
116
- "type": "wiki",
117
- "reference": "App frame (browsing) CRD",
118
- "url": "https://wiki.corp.adobe.com/pages/viewpage.action?pageId=3364319543",
119
- "date": "2025-01-12"
120
- }
121
- ],
122
- "governance": {
123
- "owner": "Spectrum Core Team",
124
- "reviewDate": "2025-01-12",
125
- "status": "approved"
126
- },
127
- "relatedTerms": ["header", "navigation-item", "side-navigation-item"]
128
- },
129
- {
130
- "id": "navigation-item",
131
- "label": "Navigation Item",
132
- "aliases": ["nav item"],
133
- "description": "A generic term for clickable navigation elements",
134
- "usedIn": ["component-schemas", "tokens"],
135
- "definition": {
136
- "superordinate": "user interface element",
137
- "description": "A clickable element that allows users to navigate to different sections or pages within an application",
138
- "essentialCharacteristics": [
139
- "Provides a destination or target location",
140
- "Can be selected to show current location",
141
- "Supports standard interaction states",
142
- "May be part of various navigation patterns (side, top, breadcrumb, etc.)"
143
- ]
144
- },
145
- "terminology": {
146
- "conceptType": "term",
147
- "namingRationale": "Generic term used across all navigation contexts in Spectrum"
148
- },
149
- "sources": [
150
- {
151
- "type": "industry-standard",
152
- "reference": "Common navigation terminology",
153
- "date": "2025-01-12"
154
- }
155
- ],
156
- "governance": {
157
- "owner": "Spectrum Core Team",
158
- "reviewDate": "2025-01-12",
159
- "status": "approved"
160
- },
161
- "relatedTerms": ["side-navigation-item", "header-navigation-item"]
162
- },
163
- {
164
- "id": "drag-area",
165
- "label": "Drag Area",
166
- "description": "An area that can be dragged to resize the side navigation panel",
167
- "usedIn": ["component-schemas", "anatomy"],
168
- "definition": {
169
- "superordinate": "interactive control",
170
- "description": "A focusable area along the edge of the side navigation panel that allows users to resize the panel width",
171
- "essentialCharacteristics": [
172
- "Smaller when a scrollbar is present",
173
- "Focusable for keyboard interactions",
174
- "Meets WCAG 2.5.8 target size requirements via alternate method (hamburger icon)",
175
- "Enables resizing as alternative to dragging (WCAG 2.5.7)"
176
- ]
177
- },
178
- "sources": [
179
- {
180
- "type": "wiki",
181
- "reference": "App frame (browsing) CRD - Dragging accessibility notes",
182
- "url": "https://wiki.corp.adobe.com/pages/viewpage.action?pageId=3364319543",
183
- "date": "2025-01-12"
184
- },
185
- {
186
- "type": "industry-standard",
187
- "reference": "WCAG 2.5.8 Target Size (Minimum)",
188
- "url": "https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html",
189
- "date": "2025-01-12"
190
- },
191
- {
192
- "type": "industry-standard",
193
- "reference": "WCAG 2.5.7 Dragging Movements",
194
- "url": "https://www.w3.org/WAI/WCAG22/Understanding/dragging-movements",
195
- "date": "2025-01-12"
196
- }
197
- ],
198
- "governance": {
199
- "owner": "Spectrum Core Team",
200
- "reviewDate": "2025-01-12",
201
- "status": "approved"
202
- },
203
- "relatedTerms": ["side-navigation", "state-control"]
204
- },
205
- {
206
- "id": "state-control",
207
- "label": "State Control",
208
- "aliases": ["hamburger icon", "menu toggle"],
209
- "description": "A control to show/hide side navigation labels or minimize/maximize the panel",
210
- "usedIn": ["component-schemas", "anatomy"],
211
- "definition": {
212
- "superordinate": "interactive control",
213
- "description": "A button control, typically represented by a hamburger icon, that toggles the visibility of side navigation labels or the panel size",
214
- "essentialCharacteristics": [
215
- "Provides alternate method for resizing (accessibility requirement)",
216
- "Label changes based on state (e.g., 'Hide menu labels' when expanded)",
217
- "Supports standard interaction states (default, hover, down, keyboard focus, disabled)",
218
- "Ensures keyboard users can resize the panel"
219
- ]
220
- },
221
- "terminology": {
222
- "conceptType": "term",
223
- "namingRationale": "Named for its function (controlling state) rather than appearance (hamburger)"
224
- },
225
- "sources": [
226
- {
227
- "type": "wiki",
228
- "reference": "App frame (browsing) CRD",
229
- "url": "https://wiki.corp.adobe.com/pages/viewpage.action?pageId=3364319543",
230
- "date": "2025-01-12"
231
- }
232
- ],
233
- "governance": {
234
- "owner": "Spectrum Core Team",
235
- "reviewDate": "2025-01-12",
236
- "status": "approved"
237
- },
238
- "relatedTerms": ["side-navigation", "drag-area"]
239
- }
240
- ]
241
- }
@@ -1,17 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/registry-value.json",
3
- "type": "orientation",
4
- "description": "Direction or order of structures and elements within a component or pattern.",
5
- "values": [
6
- {
7
- "id": "vertical",
8
- "label": "Vertical",
9
- "description": "Top-to-bottom direction"
10
- },
11
- {
12
- "id": "horizontal",
13
- "label": "Horizontal",
14
- "description": "Left-to-right (or right-to-left) direction"
15
- }
16
- ]
17
- }
@@ -1,59 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/platform-extension.json",
3
- "platform": "iOS",
4
- "platformVersion": "iOS 17+",
5
- "description": "iOS-specific terminology for interaction states",
6
- "extends": "states",
7
- "extensions": [
8
- {
9
- "termId": "hover",
10
- "platformTerm": "highlighted",
11
- "platformAliases": ["isHighlighted"],
12
- "notes": "iOS uses 'highlighted' state for pointer interactions on devices with pointer support (iPad with mouse/trackpad)",
13
- "reference": "UIControl.State.highlighted",
14
- "codeExample": "button.isHighlighted = true",
15
- "differences": [
16
- "Only available on iOS devices with pointer support",
17
- "Not triggered by touch interactions",
18
- "Maps to UIControl.State.highlighted property"
19
- ]
20
- },
21
- {
22
- "termId": "focus",
23
- "platformTerm": "focused",
24
- "platformAliases": ["isFocused"],
25
- "notes": "iOS uses UIFocusSystem for keyboard and pointer navigation",
26
- "reference": "UIFocusEnvironment",
27
- "codeExample": "view.canBecomeFocused",
28
- "differences": [
29
- "Part of UIFocusSystem framework",
30
- "Supports both keyboard and pointer navigation",
31
- "Requires implementing UIFocusEnvironment protocol"
32
- ]
33
- },
34
- {
35
- "termId": "disabled",
36
- "platformTerm": "disabled",
37
- "platformAliases": ["isEnabled"],
38
- "notes": "iOS uses isEnabled property (inverted boolean)",
39
- "reference": "UIControl.isEnabled",
40
- "codeExample": "button.isEnabled = false",
41
- "differences": [
42
- "Property is named 'isEnabled' but inverted (false = disabled)",
43
- "Affects both visual appearance and interaction"
44
- ]
45
- },
46
- {
47
- "termId": "selected",
48
- "platformTerm": "selected",
49
- "platformAliases": ["isSelected"],
50
- "notes": "iOS uses isSelected for toggle-able controls",
51
- "reference": "UIControl.isSelected",
52
- "codeExample": "button.isSelected = true",
53
- "differences": [
54
- "Used for toggleable controls like checkboxes and radio buttons",
55
- "Can be combined with other states (highlighted, disabled)"
56
- ]
57
- }
58
- ]
59
- }
@@ -1,58 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/platform-extension.json",
3
- "platform": "Web Components",
4
- "platformVersion": "Spectrum Web Components 0.x+",
5
- "description": "Web Components-specific terminology for interaction states",
6
- "extends": "states",
7
- "extensions": [
8
- {
9
- "termId": "hover",
10
- "platformTerm": "hover",
11
- "notes": "Implemented via CSS :hover pseudo-class",
12
- "reference": ":hover pseudo-class",
13
- "codeExample": ":host(:hover) { ... }",
14
- "differences": [
15
- "Automatically handled by browser CSS",
16
- "Works with any pointing device",
17
- "No JavaScript required for basic hover states"
18
- ]
19
- },
20
- {
21
- "termId": "focus",
22
- "platformTerm": "focused",
23
- "platformAliases": ["focus"],
24
- "notes": "Uses :focus and :focus-visible pseudo-classes",
25
- "reference": ":focus-visible",
26
- "codeExample": ":host(:focus-visible) { ... }",
27
- "differences": [
28
- "Distinguishes between programmatic and user-initiated focus",
29
- ":focus-visible shows focus ring only for keyboard navigation",
30
- "Better accessibility with :focus-visible support"
31
- ]
32
- },
33
- {
34
- "termId": "disabled",
35
- "platformTerm": "disabled",
36
- "notes": "Implemented via disabled attribute and :disabled pseudo-class",
37
- "reference": "disabled attribute",
38
- "codeExample": "<sp-button disabled>Label</sp-button>",
39
- "differences": [
40
- "Uses standard HTML disabled attribute",
41
- "Prevents all interactions automatically",
42
- "Affects tab order and screen reader behavior"
43
- ]
44
- },
45
- {
46
- "termId": "keyboard-focus",
47
- "platformTerm": "focus-visible",
48
- "notes": "Modern CSS uses :focus-visible for keyboard-only focus indication",
49
- "reference": ":focus-visible pseudo-class",
50
- "codeExample": ":host(:focus-visible) { outline: 2px solid blue; }",
51
- "differences": [
52
- "Only shows focus indicator for keyboard navigation",
53
- "Hides focus ring for mouse/touch interactions",
54
- "Improves UX while maintaining accessibility"
55
- ]
56
- }
57
- ]
58
- }
@@ -1,37 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/registry-value.json",
3
- "type": "platform",
4
- "description": "Platform names for multi-platform design system support",
5
- "values": [
6
- {
7
- "id": "desktop",
8
- "label": "Desktop",
9
- "description": "Desktop platform (macOS, Windows, Linux)",
10
- "usedIn": ["tokens"]
11
- },
12
- {
13
- "id": "mobile",
14
- "label": "Mobile",
15
- "description": "Mobile platform (iOS, Android)",
16
- "usedIn": ["tokens"]
17
- },
18
- {
19
- "id": "web",
20
- "label": "Web",
21
- "description": "Web browsers",
22
- "usedIn": ["tokens"]
23
- },
24
- {
25
- "id": "ios",
26
- "label": "iOS",
27
- "description": "Apple iOS mobile platform",
28
- "usedIn": ["tokens"]
29
- },
30
- {
31
- "id": "android",
32
- "label": "Android",
33
- "description": "Google Android mobile platform",
34
- "usedIn": ["tokens"]
35
- }
36
- ]
37
- }
@@ -1,32 +0,0 @@
1
- {
2
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/registry-value.json",
3
- "type": "position",
4
- "description": "Location of an object relative to another, with or without respect to directional order.",
5
- "values": [
6
- {
7
- "id": "affixed",
8
- "label": "Affixed",
9
- "description": "Attached to another element in a fixed position"
10
- },
11
- {
12
- "id": "top",
13
- "label": "Top",
14
- "description": "Top position relative to a reference element"
15
- },
16
- {
17
- "id": "bottom",
18
- "label": "Bottom",
19
- "description": "Bottom position relative to a reference element"
20
- },
21
- {
22
- "id": "start",
23
- "label": "Start",
24
- "description": "Start position (left in LTR, right in RTL)"
25
- },
26
- {
27
- "id": "end",
28
- "label": "End",
29
- "description": "End position (right in LTR, left in RTL)"
30
- }
31
- ]
32
- }