@adobe/design-system-registry 1.2.0 → 1.3.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @adobe/design-system-registry
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#819](https://github.com/adobe/spectrum-design-data/pull/819) [`44d334c`](https://github.com/adobe/spectrum-design-data/commit/44d334c9ebed545d61e315b36d5ca5679a9e30a0) Thanks [@GarthDB](https://github.com/GarthDB)! - Add 8 anatomy terms (field, fill, value, container, chevron, loupe, dot,
8
+ and related) and 5 semantic dialog variants (confirmation, destructive,
9
+ warning, error, information) to close vocabulary gaps identified during
10
+ token spec gap analysis.
11
+
3
12
  ## 1.2.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/design-system-registry",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "A single source of truth for design system terminology used across Spectrum tokens, component schemas, and anatomy",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -92,6 +92,174 @@
92
92
  "label": "Pill",
93
93
  "description": "Pill-shaped element",
94
94
  "usedIn": ["tokens"]
95
+ },
96
+ {
97
+ "id": "title",
98
+ "label": "Title",
99
+ "description": "Title text element within a component",
100
+ "usedIn": ["tokens"]
101
+ },
102
+ {
103
+ "id": "description",
104
+ "label": "Description",
105
+ "description": "Descriptive text element within a component",
106
+ "usedIn": ["tokens"]
107
+ },
108
+ {
109
+ "id": "row",
110
+ "label": "Row",
111
+ "description": "Table or list row element",
112
+ "usedIn": ["tokens"]
113
+ },
114
+ {
115
+ "id": "step",
116
+ "label": "Step",
117
+ "description": "Individual step element in a step list or wizard",
118
+ "usedIn": ["tokens"]
119
+ },
120
+ {
121
+ "id": "counter",
122
+ "label": "Counter",
123
+ "description": "Numeric counter or badge element",
124
+ "usedIn": ["tokens"]
125
+ },
126
+ {
127
+ "id": "preview",
128
+ "label": "Preview",
129
+ "description": "Preview area or thumbnail within a component",
130
+ "usedIn": ["tokens"]
131
+ },
132
+ {
133
+ "id": "tip",
134
+ "label": "Tip",
135
+ "description": "Tooltip tip or arrow element",
136
+ "usedIn": ["tokens"]
137
+ },
138
+ {
139
+ "id": "selection",
140
+ "label": "Selection",
141
+ "description": "Selection indicator or highlight element",
142
+ "usedIn": ["tokens"]
143
+ },
144
+ {
145
+ "id": "media",
146
+ "label": "Media",
147
+ "description": "Media container (image, video) within a component",
148
+ "usedIn": ["tokens"]
149
+ },
150
+ {
151
+ "id": "ring",
152
+ "label": "Ring",
153
+ "description": "Focus ring or outline indicator",
154
+ "usedIn": ["tokens"]
155
+ },
156
+ {
157
+ "id": "field",
158
+ "label": "Field",
159
+ "description": "Input container element in form components (text-field, number-field, combo-box, picker, etc.)",
160
+ "usedIn": ["tokens", "s2-docs"]
161
+ },
162
+ {
163
+ "id": "fill",
164
+ "label": "Fill",
165
+ "description": "Active/completed portion of a track-based component (slider, meter, progress-bar, progress-circle)",
166
+ "usedIn": ["tokens", "s2-docs"]
167
+ },
168
+ {
169
+ "id": "value",
170
+ "label": "Value",
171
+ "description": "Displayed data value within a component (numeric readout, selected text, menu item value)",
172
+ "usedIn": ["tokens", "s2-docs"]
173
+ },
174
+ {
175
+ "id": "container",
176
+ "label": "Container",
177
+ "description": "Outer wrapper element of a component (cards, swatch, thumbnail, avatar)",
178
+ "usedIn": ["tokens", "s2-docs"]
179
+ },
180
+ {
181
+ "id": "chevron",
182
+ "label": "Chevron",
183
+ "description": "Directional arrow indicator (disclosure, navigation, drill-in)",
184
+ "usedIn": ["tokens", "s2-docs"]
185
+ },
186
+ {
187
+ "id": "loupe",
188
+ "label": "Loupe",
189
+ "description": "Magnified color preview element in color components (color-area, color-slider, color-wheel)",
190
+ "usedIn": ["tokens", "s2-docs"]
191
+ },
192
+ {
193
+ "id": "dot",
194
+ "label": "Dot",
195
+ "description": "Small circular indicator element (status-light)",
196
+ "usedIn": ["tokens", "s2-docs"]
197
+ },
198
+ {
199
+ "id": "separator",
200
+ "label": "Separator",
201
+ "description": "Visual separator between items (breadcrumbs)",
202
+ "usedIn": ["tokens", "s2-docs"]
203
+ },
204
+ {
205
+ "id": "checkmark",
206
+ "label": "Checkmark",
207
+ "description": "Check or confirmation icon element within a component",
208
+ "usedIn": ["tokens"]
209
+ },
210
+ {
211
+ "id": "stepper",
212
+ "label": "Stepper",
213
+ "description": "Increment/decrement control in number-field",
214
+ "usedIn": ["tokens", "s2-docs"]
215
+ },
216
+ {
217
+ "id": "area",
218
+ "label": "Area",
219
+ "description": "Interactive surface region (color-area gradient surface)",
220
+ "usedIn": ["tokens", "s2-docs"]
221
+ },
222
+ {
223
+ "id": "gripper",
224
+ "label": "Gripper",
225
+ "description": "Draggable resize handle element (standard-panel)",
226
+ "usedIn": ["tokens", "s2-docs"]
227
+ },
228
+ {
229
+ "id": "illustration",
230
+ "label": "Illustration",
231
+ "description": "Decorative or explanatory illustration within a component",
232
+ "usedIn": ["tokens", "s2-docs"]
233
+ },
234
+ {
235
+ "id": "heading",
236
+ "label": "Heading",
237
+ "description": "Heading text element within a component section",
238
+ "usedIn": ["tokens", "s2-docs"]
239
+ },
240
+ {
241
+ "id": "focus-ring",
242
+ "label": "Focus Ring",
243
+ "description": "Visible ring drawn around a focused component for accessibility",
244
+ "usedIn": ["tokens"]
245
+ },
246
+ {
247
+ "id": "focus-indicator",
248
+ "label": "Focus Indicator",
249
+ "description": "Visual indicator showing keyboard focus state on a component",
250
+ "usedIn": ["tokens"]
251
+ },
252
+ {
253
+ "id": "workflow-icon",
254
+ "label": "Workflow Icon",
255
+ "description": "Standard workflow icon element within a component (distinct from UI icons)",
256
+ "usedIn": ["tokens", "s2-docs"]
257
+ },
258
+ {
259
+ "id": "ui-icon",
260
+ "label": "UI Icon",
261
+ "description": "System UI icon element (chevrons, checkmarks, close icons) within a component",
262
+ "usedIn": ["tokens"]
95
263
  }
96
264
  ]
97
265
  }
@@ -3,22 +3,39 @@
3
3
  "type": "size",
4
4
  "description": "Semantic t-shirt size values used across Spectrum. Numeric scale values belong in scale-values.json.",
5
5
  "values": [
6
+ {
7
+ "id": "xxxs",
8
+ "label": "3X Small",
9
+ "aliases": ["3x-small"],
10
+ "tokenName": "3x-small",
11
+ "usedIn": ["tokens"]
12
+ },
13
+ {
14
+ "id": "xxs",
15
+ "label": "2X Small",
16
+ "aliases": ["2x-small"],
17
+ "tokenName": "2x-small",
18
+ "usedIn": ["tokens"]
19
+ },
6
20
  {
7
21
  "id": "xs",
8
22
  "label": "Extra Small",
9
23
  "aliases": ["extra-small"],
10
- "usedIn": ["component-options", "component-schemas"]
24
+ "tokenName": "extra-small",
25
+ "usedIn": ["tokens", "component-options", "component-schemas"]
11
26
  },
12
27
  {
13
28
  "id": "s",
14
29
  "label": "Small",
15
30
  "aliases": ["small"],
31
+ "tokenName": "small",
16
32
  "usedIn": ["tokens", "component-options", "component-schemas"]
17
33
  },
18
34
  {
19
35
  "id": "m",
20
36
  "label": "Medium",
21
37
  "aliases": ["medium"],
38
+ "tokenName": "medium",
22
39
  "default": true,
23
40
  "usedIn": ["tokens", "component-options", "component-schemas"]
24
41
  },
@@ -26,25 +43,29 @@
26
43
  "id": "l",
27
44
  "label": "Large",
28
45
  "aliases": ["large"],
46
+ "tokenName": "large",
29
47
  "usedIn": ["tokens", "component-options", "component-schemas"]
30
48
  },
31
49
  {
32
50
  "id": "xl",
33
51
  "label": "Extra Large",
34
52
  "aliases": ["extra-large"],
53
+ "tokenName": "extra-large",
35
54
  "usedIn": ["tokens", "component-options", "component-schemas"]
36
55
  },
37
56
  {
38
57
  "id": "xxl",
39
58
  "label": "2X Large",
40
- "aliases": [],
41
- "usedIn": ["component-options", "component-schemas"]
59
+ "aliases": ["2x-large"],
60
+ "tokenName": "2x-large",
61
+ "usedIn": ["tokens", "component-options", "component-schemas"]
42
62
  },
43
63
  {
44
64
  "id": "xxxl",
45
65
  "label": "3X Large",
46
- "aliases": [],
47
- "usedIn": ["component-options", "component-schemas"]
66
+ "aliases": ["3x-large"],
67
+ "tokenName": "3x-large",
68
+ "usedIn": ["tokens", "component-options", "component-schemas"]
48
69
  }
49
70
  ]
50
71
  }
@@ -99,7 +99,7 @@
99
99
  {
100
100
  "id": "keyboard-focus",
101
101
  "label": "Keyboard Focus",
102
- "aliases": ["keyboard focus"],
102
+ "aliases": ["keyboard focus", "key-focus"],
103
103
  "description": "Focused via keyboard navigation",
104
104
  "usedIn": ["tokens", "component-options", "component-schemas"],
105
105
  "definition": {
@@ -171,6 +171,112 @@
171
171
  "description": "Designed to be used over backgrounds",
172
172
  "category": "context",
173
173
  "usedIn": ["component-schemas"]
174
+ },
175
+ {
176
+ "id": "brown",
177
+ "label": "Brown",
178
+ "description": "Brown color variant",
179
+ "category": "color",
180
+ "usedIn": ["tokens"]
181
+ },
182
+ {
183
+ "id": "cinnamon",
184
+ "label": "Cinnamon",
185
+ "description": "Cinnamon color variant",
186
+ "category": "color",
187
+ "usedIn": ["tokens"]
188
+ },
189
+ {
190
+ "id": "silver",
191
+ "label": "Silver",
192
+ "description": "Silver color variant",
193
+ "category": "color",
194
+ "usedIn": ["tokens"]
195
+ },
196
+ {
197
+ "id": "subtle",
198
+ "label": "Subtle",
199
+ "description": "Reduced emphasis variant for less prominent surfaces",
200
+ "category": "emphasis",
201
+ "usedIn": ["tokens"]
202
+ },
203
+ {
204
+ "id": "subdued",
205
+ "label": "Subdued",
206
+ "description": "Lower emphasis variant for quieter backgrounds",
207
+ "category": "emphasis",
208
+ "usedIn": ["tokens"]
209
+ },
210
+ {
211
+ "id": "static",
212
+ "label": "Static",
213
+ "description": "Context variant indicating the token does not change with theme",
214
+ "category": "context",
215
+ "usedIn": ["tokens"]
216
+ },
217
+ {
218
+ "id": "inverse",
219
+ "label": "Inverse",
220
+ "description": "Inverted color context variant",
221
+ "category": "context",
222
+ "usedIn": ["tokens"]
223
+ },
224
+ {
225
+ "id": "black",
226
+ "label": "Black",
227
+ "description": "Black color modifier, typically used with static context",
228
+ "category": "color",
229
+ "usedIn": ["tokens"]
230
+ },
231
+ {
232
+ "id": "white",
233
+ "label": "White",
234
+ "description": "White color modifier, typically used with static context",
235
+ "category": "color",
236
+ "usedIn": ["tokens"]
237
+ },
238
+ {
239
+ "id": "turquoise",
240
+ "label": "Turquoise",
241
+ "description": "Turquoise color variant",
242
+ "category": "color",
243
+ "usedIn": ["tokens"]
244
+ },
245
+ {
246
+ "id": "confirmation",
247
+ "label": "Confirmation",
248
+ "description": "Confirmation dialog variant requiring user acknowledgement",
249
+ "category": "semantic",
250
+ "usedIn": ["component-schemas"]
251
+ },
252
+ {
253
+ "id": "destructive",
254
+ "label": "Destructive",
255
+ "description": "Destructive action dialog variant (stronger than negative)",
256
+ "category": "semantic",
257
+ "usedIn": ["component-schemas"]
258
+ },
259
+ {
260
+ "id": "warning",
261
+ "label": "Warning",
262
+ "description": "Warning dialog variant for cautionary alerts",
263
+ "category": "semantic",
264
+ "usedIn": ["component-schemas"]
265
+ },
266
+ {
267
+ "id": "error",
268
+ "label": "Error",
269
+ "description": "Error state variant for failed operations",
270
+ "category": "semantic",
271
+ "usedIn": ["component-schemas"]
272
+ },
273
+ {
274
+ "id": "information",
275
+ "label": "Information",
276
+ "aliases": ["info"],
277
+ "description": "Informational dialog variant (alias for informative in alert contexts)",
278
+ "category": "semantic",
279
+ "usedIn": ["component-schemas"]
174
280
  }
175
281
  ]
176
282
  }