@adobe/spectrum-component-api-schemas 5.0.0 → 5.0.1

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,10 +1,36 @@
1
- # @adobe/spectrum-component-api-schemas
1
+ # [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)
2
+
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ * [#621](https://github.com/adobe/spectrum-tokens/pull/621) [`ee2ceb5`](https://github.com/adobe/spectrum-tokens/commit/ee2ceb541dea5eb9b5267c861e44bfd804fd33a7) Thanks [@GarthDB](https://github.com/GarthDB)! - refactor(component-schemas): rename step-list to steplist
8
+
9
+ Renamed the `step-list` component schema to `steplist` for consistency with other single-word component names.
10
+
11
+ ## Components Changed (0 added, 1 deleted, 1 added)
12
+
13
+ **Original Branch:** `main`
14
+
15
+ **New Branch:** `refactor/rename-step-list-to-steplist`
16
+
17
+ ### 📦 Renamed Component
18
+
19
+ * `step-list` → `steplist` - Component schema renamed
20
+
21
+ ### Changes to steplist schema
22
+
23
+ * **$id**: Changed from `https://opensource.adobe.com/spectrum-tokens/schemas/components/step-list.json` to `https://opensource.adobe.com/spectrum-tokens/schemas/components/steplist.json`
24
+ * **title**: Changed from "Step list" to "Steplist"
25
+ * **documentationUrl**: Changed from `https://spectrum.adobe.com/page/step-list/` to `https://spectrum.adobe.com/page/steplist/`
26
+
27
+ All other properties remain unchanged. This is a non-breaking rename at the schema level, though consumers referencing the old filename will need to update their imports.
2
28
 
3
29
  ## 5.0.0
4
30
 
5
31
  ### Major Changes
6
32
 
7
- - [#614](https://github.com/adobe/spectrum-tokens/pull/614) [`a772572`](https://github.com/adobe/spectrum-tokens/commit/a772572de88c54d279c20d7148f6ac91eb941d2a) Thanks [@AmunMRa](https://github.com/AmunMRa)! - # Component Schemas Changed (9 added, 0 deleted, 3 updated)
33
+ * [#614](https://github.com/adobe/spectrum-tokens/pull/614) [`a772572`](https://github.com/adobe/spectrum-tokens/commit/a772572de88c54d279c20d7148f6ac91eb941d2a) Thanks [@AmunMRa](https://github.com/AmunMRa)! - # Component Schemas Changed (9 added, 0 deleted, 3 updated)
8
34
 
9
35
  **Original Branch:** `main`
10
36
 
@@ -15,36 +41,40 @@
15
41
  This PR introduces **2 breaking change(s)** to component schemas. Please review carefully and ensure proper versioning.
16
42
 
17
43
  ### 📦 Added Components (9)
18
- - `calendar` - New component schema
19
- - `cards` - New component schema
20
- - `coach-mark` - New component schema
21
- - `illustrated-message` - New component schema
22
- - `list-view` - New component schema
23
- - `standard-dialog` - New component schema
24
- - `standard-panel` - New component schema
25
- - `table` - New component schema
26
- - `takeover-dialog` - New component schema
44
+
45
+ * `calendar` - New component schema
46
+ * `cards` - New component schema
47
+ * `coach-mark` - New component schema
48
+ * `illustrated-message` - New component schema
49
+ * `list-view` - New component schema
50
+ * `standard-dialog` - New component schema
51
+ * `standard-panel` - New component schema
52
+ * `table` - New component schema
53
+ * `takeover-dialog` - New component schema
27
54
 
28
55
  ### 💥 Breaking Updates ⚠️ BREAKING
29
56
 
30
57
  **picker**
31
- - Removed: `isReadOnly` property
58
+
59
+ * Removed: `isReadOnly` property
32
60
 
33
61
  **side-navigation**
34
- - Added: `items` (array) - "The list of navigation items."
35
- - Added: `selectionMode` (string, default: single) - "How selection is handled for items."
36
- - Added: `required` - ["items"]
62
+
63
+ * Added: `items` (array) - "The list of navigation items."
64
+ * Added: `selectionMode` (string, default: single) - "How selection is handled for items."
65
+ * Added: `required` - \["items"]
37
66
 
38
67
  ### 🔄 Non-Breaking Updates
39
68
 
40
69
  **alert-banner**
41
- - Added: `variant`
70
+
71
+ * Added: `variant`
42
72
 
43
73
  ## 4.0.0
44
74
 
45
75
  ### Major Changes
46
76
 
47
- - [#613](https://github.com/adobe/spectrum-tokens/pull/613) [`433efdd`](https://github.com/adobe/spectrum-tokens/commit/433efdd18f9b0842ae55acac3cd0fbc1e5e5db58) Thanks [@AmunMRa](https://github.com/AmunMRa)! - feat(component-schemas): add 10 new components with breaking changes to existing schemas
77
+ * [#613](https://github.com/adobe/spectrum-tokens/pull/613) [`433efdd`](https://github.com/adobe/spectrum-tokens/commit/433efdd18f9b0842ae55acac3cd0fbc1e5e5db58) Thanks [@AmunMRa](https://github.com/AmunMRa)! - feat(component-schemas): add 10 new components with breaking changes to existing schemas
48
78
 
49
79
  ## Component Schemas Changed (10 added, 0 deleted, 17 updated)
50
80
 
@@ -64,7 +94,7 @@
64
94
  - `drop-zone` - New component schema
65
95
  - `number-field` - New component schema
66
96
  - `segmented-control` - New component schema
67
- - `step-list` - New component schema
97
+ - `steplist` - New component schema
68
98
  - `tag-field` - New component schema
69
99
  - `tag-group` - New component schema
70
100
 
@@ -73,86 +103,103 @@
73
103
  <details open><summary><strong>💥 Breaking Updates ⚠️ BREAKING</strong></summary>
74
104
 
75
105
  **checkbox-group**
76
- - Removed: `isReadOnly` property
106
+
107
+ * Removed: `isReadOnly` property
77
108
 
78
109
  **combo-box**
79
- - Added: `labelPosition`
80
- - Removed: `isQuiet` property
110
+
111
+ * Added: `labelPosition`
112
+ * Removed: `isQuiet` property
81
113
 
82
114
  **contextual-help**
83
- - Added: `href` (string) - "Optional URL within contextual help content like a 'Learn more' link."
84
- - Removed: `popoverOffset` property
85
- - Updated: `popoverOffset` - default changed to "8"
115
+
116
+ * Added: `href` (string) - "Optional URL within contextual help content like a 'Learn more' link."
117
+ * Removed: `popoverOffset` property
118
+ * Updated: `popoverOffset` - default changed to "8"
86
119
 
87
120
  **radio-button**
88
- - Added: `label` - "The text displayed next to a radio button."
89
- - Removed: `label` property
90
- - Updated: `label`
121
+
122
+ * Added: `label` - "The text displayed next to a radio button."
123
+ * Removed: `label` property
124
+ * Updated: `label`
91
125
 
92
126
  **radio-group**
93
- - Removed: `isReadOnly` property
127
+
128
+ * Removed: `isReadOnly` property
94
129
 
95
130
  **tabs**
96
- - Added: `items` (array) - "An array of tab items."
97
- - Removed: `size` property
98
- - Removed: `density` property
99
- - Removed: `isFluid` property
100
- - Removed: `isQuiet` property
101
- - Removed: `isEmphasized` property
102
- - Removed: `alignment` property
103
- - Removed: `selectedItem` property
104
- - Removed: `keyboardActivation` property
105
- - Updated: `orientation` - default changed to "horizontal"
131
+
132
+ * Added: `items` (array) - "An array of tab items."
133
+ * Removed: `size` property
134
+ * Removed: `density` property
135
+ * Removed: `isFluid` property
136
+ * Removed: `isQuiet` property
137
+ * Removed: `isEmphasized` property
138
+ * Removed: `alignment` property
139
+ * Removed: `selectedItem` property
140
+ * Removed: `keyboardActivation` property
141
+ * Updated: `orientation` - default changed to "horizontal"
106
142
 
107
143
  **tree-view**
108
- - Added: `isEmphasized` (boolean)
109
- - Removed: `emphasized` property
144
+
145
+ * Added: `isEmphasized` (boolean)
146
+ * Removed: `emphasized` property
110
147
 
111
148
  </details>
112
149
 
113
150
  <details><summary><strong>🔄 Non-Breaking Updates</strong></summary>
114
151
 
115
152
  **breadcrumbs**
116
- - Added: `isMultiline` (boolean) - "If true, the breadcrumb items will wrap to multiple lines."
117
- - Added: `size` (string, default: m) - "Controls the overall size of the breadcrumb component."
118
- - Added: `items` (array) - "An array of breadcrumb items."
119
- - Added: `separator` (string, default: chevron) - "The separator icon used between breadcrumb items."
120
- - Added: `isTruncated` (boolean) - "If true, the breadcrumb item is truncated and displayed as icon only."
121
- - Added: `sizeOverride` (string) - "Overrides the size of the breadcrumb items when isMultiline is true."
153
+
154
+ * Added: `isMultiline` (boolean) - "If true, the breadcrumb items will wrap to multiple lines."
155
+ * Added: `size` (string, default: m) - "Controls the overall size of the breadcrumb component."
156
+ * Added: `items` (array) - "An array of breadcrumb items."
157
+ * Added: `separator` (string, default: chevron) - "The separator icon used between breadcrumb items."
158
+ * Added: `isTruncated` (boolean) - "If true, the breadcrumb item is truncated and displayed as icon only."
159
+ * Added: `sizeOverride` (string) - "Overrides the size of the breadcrumb items when isMultiline is true."
122
160
 
123
161
  **menu**
124
- - Updated: `container` - removed `default: null`
125
- - Updated: `selectionMode` - removed `default: null` and added `"no selection"` to enum
162
+
163
+ * Updated: `container` - removed `default: null`
164
+ * Updated: `selectionMode` - removed `default: null` and added `"no selection"` to enum
126
165
 
127
166
  **button-group**
128
- - Added: `overflowMode` (string, default: wrap)
167
+
168
+ * Added: `overflowMode` (string, default: wrap)
129
169
 
130
170
  **color-slider**
131
- - Added: `channel` (string, default: hue) - "Which channel of the color this slider controls. Use 'alpha' for opacity."
132
- - Updated: `value` - "Number (from minValue to maxValue)."
171
+
172
+ * Added: `channel` (string, default: hue) - "Which channel of the color this slider controls. Use 'alpha' for opacity."
173
+ * Updated: `value` - "Number (from minValue to maxValue)."
133
174
 
134
175
  **divider**
135
- - Updated: `size` - default changed to "s"
176
+
177
+ * Updated: `size` - default changed to "s"
136
178
 
137
179
  **in-line-alert**
138
- - Added: `style` (string, default: outline) - "The visual style of the alert."
139
- - Added: `href` (string) - "Optional URL within in-line alert content like a 'Learn more' link."
140
- - Added: `heading` (string) - "Optional heading text displayed at the top of the alert."
141
- - Added: `actionLabel` (string) - "If undefined, this button does not appear."
142
- - Updated: `variant`
180
+
181
+ * Added: `style` (string, default: outline) - "The visual style of the alert."
182
+ * Added: `href` (string) - "Optional URL within in-line alert content like a 'Learn more' link."
183
+ * Added: `heading` (string) - "Optional heading text displayed at the top of the alert."
184
+ * Added: `actionLabel` (string) - "If undefined, this button does not appear."
185
+ * Updated: `variant`
143
186
 
144
187
  **slider**
145
- - Added: `isRange` (boolean) - "If true, the slider will allow selection of a range of values by displaying two handles."
188
+
189
+ * Added: `isRange` (boolean) - "If true, the slider will allow selection of a range of values by displaying two handles."
146
190
 
147
191
  **swatch-group**
148
- - Added: `cornerRadius` (string, default: none) - "Determines the corner radius of each swatch in the group. Partial refers to corner-radius-75."
192
+
193
+ * Added: `cornerRadius` (string, default: none) - "Determines the corner radius of each swatch in the group. Partial refers to corner-radius-75."
149
194
 
150
195
  **swatch**
151
- - Added: `cornerRounding` - "Determines the corner radius of the swatch. Partial refers to corner-radius-75."
152
- - Updated: `cornerRounding` - default changed to "none"
196
+
197
+ * Added: `cornerRounding` - "Determines the corner radius of the swatch. Partial refers to corner-radius-75."
198
+ * Updated: `cornerRounding` - default changed to "none"
153
199
 
154
200
  **text-field**
155
- - Updated: `isError` - "If there is an error, this property overrides show valid icon."
201
+
202
+ * Updated: `isError` - "If there is an error, this property overrides show valid icon."
156
203
 
157
204
  </details>
158
205
 
@@ -160,7 +207,7 @@
160
207
 
161
208
  ### Major Changes
162
209
 
163
- - [#610](https://github.com/adobe/spectrum-tokens/pull/610) [`13d9202`](https://github.com/adobe/spectrum-tokens/commit/13d920273c02c78d3748522de6a7c7ee39b39814) Thanks [@GarthDB](https://github.com/GarthDB)! - Component schema improvements for Batch 1 components
210
+ * [#610](https://github.com/adobe/spectrum-tokens/pull/610) [`13d9202`](https://github.com/adobe/spectrum-tokens/commit/13d920273c02c78d3748522de6a7c7ee39b39814) Thanks [@GarthDB](https://github.com/GarthDB)! - Component schema improvements for Batch 1 components
164
211
 
165
212
  Quality control pass on the Design API table for v0, ensuring schema consistency and completeness across S2 components.
166
213
 
@@ -176,26 +223,31 @@
176
223
  <details open><summary><strong>💥 Breaking Updates</strong></summary>
177
224
 
178
225
  **popover**
179
- - Added: `hideTip` (boolean, default: false) - replaces removed `showTip`
226
+
227
+ * Added: `hideTip` (boolean, default: false) - replaces removed `showTip`
180
228
 
181
229
  **rating**
182
- - Added: `value.minimum` (0), `value.maximum` (5), `value.multipleOf` (0.5)
183
- - Updated: `value.description` - "From 0 to 5, can be a decimal to represent half stars"
230
+
231
+ * Added: `value.minimum` (0), `value.maximum` (5), `value.multipleOf` (0.5)
232
+ * Updated: `value.description` - "From 0 to 5, can be a decimal to represent half stars"
184
233
 
185
234
  **select-box**
186
- - Added: `hideIllustration` (boolean, default: false) - replaces removed `showIllustration`
187
- - Added: `isDisabled` (boolean, default: false)
188
- - Added: `multiple` (boolean, default: false) - "Set to true to allow multiple selections"
189
- - Updated: `orientation.default` changed to "vertical"
235
+
236
+ * Added: `hideIllustration` (boolean, default: false) - replaces removed `showIllustration`
237
+ * Added: `isDisabled` (boolean, default: false)
238
+ * Added: `multiple` (boolean, default: false) - "Set to true to allow multiple selections"
239
+ * Updated: `orientation.default` changed to "vertical"
190
240
 
191
241
  **status-light**
192
- - Added: Colors to `variant.enum`: "gray", "red", "orange", "green", "cyan"
193
- - Added: `required` - ["label"] - label is now required
194
- - Removed: `isDisabled` property
242
+
243
+ * Added: Colors to `variant.enum`: "gray", "red", "orange", "green", "cyan"
244
+ * Added: `required` - \["label"] - label is now required
245
+ * Removed: `isDisabled` property
195
246
 
196
247
  **tooltip**
197
- - Removed: "positive" from `variant.enum`
198
- - Updated: `hasIcon.description` - "If the neutral variant, there is never an icon"
248
+
249
+ * Removed: "positive" from `variant.enum`
250
+ * Updated: `hasIcon.description` - "If the neutral variant, there is never an icon"
199
251
 
200
252
  </details>
201
253
 
@@ -204,26 +256,32 @@
204
256
  <details><summary><strong>🔄 Compatible Changes</strong></summary>
205
257
 
206
258
  **help-text**
207
- - Added: "negative" to `variant.enum`
208
- - Added: `isDisabled.description` - "Help text cannot be both disabled and negative variant"
259
+
260
+ * Added: "negative" to `variant.enum`
261
+ * Added: `isDisabled.description` - "Help text cannot be both disabled and negative variant"
209
262
 
210
263
  **meter**
211
- - Added: `hideLabel` (boolean, default: false)
264
+
265
+ * Added: `hideLabel` (boolean, default: false)
212
266
 
213
267
  **progress-bar**
214
- - Added: `staticColor` (string, enum: ["white"]) - "Static color can only be white, otherwise it is default"
215
- - Added: `labelPosition` (string, enum: ["top", "side"], default: "top")
216
- - Added: `hideLabel` (boolean, default: false)
268
+
269
+ * Added: `staticColor` (string, enum: \["white"]) - "Static color can only be white, otherwise it is default"
270
+ * Added: `labelPosition` (string, enum: \["top", "side"], default: "top")
271
+ * Added: `hideLabel` (boolean, default: false)
217
272
 
218
273
  **search-field**
219
- - Added: `hideLabel` (boolean, default: false)
220
- - Added: `icon` ($ref: workflow-icon.json) - "Icon must be present if the label is not defined"
274
+
275
+ * Added: `hideLabel` (boolean, default: false)
276
+ * Added: `icon` ($ref: workflow-icon.json) - "Icon must be present if the label is not defined"
221
277
 
222
278
  **text-area**
223
- - Added: `hideLabel` (boolean, default: false)
279
+
280
+ * Added: `hideLabel` (boolean, default: false)
224
281
 
225
282
  **text-field**
226
- - Added: `hideLabel` (boolean, default: false)
283
+
284
+ * Added: `hideLabel` (boolean, default: false)
227
285
 
228
286
  </details>
229
287
 
@@ -231,120 +289,126 @@
231
289
 
232
290
  ### Major Changes
233
291
 
234
- - [#581](https://github.com/adobe/spectrum-tokens/pull/581) [`163fe7c`](https://github.com/adobe/spectrum-tokens/commit/163fe7c13bb00c639d202195a398126b6c25b58f) Thanks [@GarthDB](https://github.com/GarthDB)! - feat(component-schemas): add S2 Batch 2 components with breaking changes
235
- - Add 6 new component schemas (coach-indicator, in-field-progress-button, etc.)
236
- - Update avatar, badge, and checkbox components with breaking changes
237
- - Expand size options and add new interaction states
238
- - Major version bump required due to breaking schema changes
292
+ * [#581](https://github.com/adobe/spectrum-tokens/pull/581) [`163fe7c`](https://github.com/adobe/spectrum-tokens/commit/163fe7c13bb00c639d202195a398126b6c25b58f) Thanks [@GarthDB](https://github.com/GarthDB)! - feat(component-schemas): add S2 Batch 2 components with breaking changes
293
+ * Add 6 new component schemas (coach-indicator, in-field-progress-button, etc.)
294
+ * Update avatar, badge, and checkbox components with breaking changes
295
+ * Expand size options and add new interaction states
296
+ * Major version bump required due to breaking schema changes
239
297
 
240
298
  ## 1.0.2
241
299
 
242
300
  ### Patch Changes
243
301
 
244
- - [#545](https://github.com/adobe/spectrum-tokens/pull/545) [`ebc79f6`](https://github.com/adobe/spectrum-tokens/commit/ebc79f6f91bce28a64cddfc2cc5548ddcf30389d) Thanks [@GarthDB](https://github.com/GarthDB)! - Fixed a typo where meter had `valueLable` instead of `valueLabel`.
302
+ * [#545](https://github.com/adobe/spectrum-tokens/pull/545) [`ebc79f6`](https://github.com/adobe/spectrum-tokens/commit/ebc79f6f91bce28a64cddfc2cc5548ddcf30389d) Thanks [@GarthDB](https://github.com/GarthDB)! - Fixed a typo where meter had `valueLable` instead of `valueLabel`.
245
303
 
246
304
  ## 1.0.1
247
305
 
248
306
  ### Patch Changes
249
307
 
250
- - [#523](https://github.com/adobe/spectrum-tokens/pull/523) [`9c5a2ac`](https://github.com/adobe/spectrum-tokens/commit/9c5a2ac5fccb29b6f106396b21d91aab949043d4) Thanks [@GarthDB](https://github.com/GarthDB)! - S2 components batch 1 (part 2)
308
+ * [#523](https://github.com/adobe/spectrum-tokens/pull/523) [`9c5a2ac`](https://github.com/adobe/spectrum-tokens/commit/9c5a2ac5fccb29b6f106396b21d91aab949043d4) Thanks [@GarthDB](https://github.com/GarthDB)! - S2 components batch 1 (part 2)
251
309
 
252
310
  ## Changes
253
311
 
254
312
  ### Properties added
255
- - component: select-box
256
- - `body`
313
+
314
+ * component: select-box
315
+ * `body`
257
316
 
258
317
  ### Properties updated
259
- - component: text-area
260
- - `errorMessage`
261
- - removed: `"default": null`
318
+
319
+ * component: text-area
320
+ * `errorMessage`
321
+ * removed: `"default": null`
262
322
 
263
323
  ## 1.0.0
264
324
 
265
325
  ### Major Changes
266
326
 
267
- - [#520](https://github.com/adobe/spectrum-tokens/pull/520) [`2964807`](https://github.com/adobe/spectrum-tokens/commit/2964807641908e40820bea0556b3b0542503223b) Thanks [@GarthDB](https://github.com/GarthDB) and [@AmunMRa](https://github.com/AmunMRa)! - S2 components batch 1
327
+ * [#520](https://github.com/adobe/spectrum-tokens/pull/520) [`2964807`](https://github.com/adobe/spectrum-tokens/commit/2964807641908e40820bea0556b3b0542503223b) Thanks [@GarthDB](https://github.com/GarthDB) and [@AmunMRa](https://github.com/AmunMRa)! - S2 components batch 1
268
328
 
269
329
  ## Changes
270
330
 
271
331
  ### Properties Added
272
- - component: search-field
273
- - `helpText`
274
- - `placeholder`
275
- - `state`:
276
- - `down`
277
- - component: status-light
278
- - `variant`
279
- - `seafoam`
280
- - `pink`
281
- - `turquoise`
282
- - `cinnamon`
283
- - `brown`
284
- - `silver`
285
- - component: text-area
286
- - `helpText`
287
- - component: text-field
288
- - `helpText`
332
+
333
+ * component: search-field
334
+ * `helpText`
335
+ * `placeholder`
336
+ * `state`:
337
+ * `down`
338
+ * component: status-light
339
+ * `variant`
340
+ * `seafoam`
341
+ * `pink`
342
+ * `turquoise`
343
+ * `cinnamon`
344
+ * `brown`
345
+ * `silver`
346
+ * component: text-area
347
+ * `helpText`
348
+ * component: text-field
349
+ * `helpText`
289
350
 
290
351
  ### Properties removed
291
- - component: search-field
292
- - `isQuiet`
293
- - component: text-area
294
- - `isQuiet`
295
- - `isReadOnly`
296
- - component: text-field
297
- - `isQuiet`
298
- - `isReadOnly`
352
+
353
+ * component: search-field
354
+ * `isQuiet`
355
+ * component: text-area
356
+ * `isQuiet`
357
+ * `isReadOnly`
358
+ * component: text-field
359
+ * `isQuiet`
360
+ * `isReadOnly`
299
361
 
300
362
  ### Properties updated
301
- - component: meter
302
- - `size`:
303
- - `enum`: `["small", "large"]` -> `["s", "m", "l", "xl"]`
304
- - `default`: `large` -> `m`
305
- - component: popover
306
- - `showTip`:
307
- - `default`: `false` -> `true`
308
- - `placement`:
309
- - `default`: `bottom` -> `top`
310
- - `offset`:
311
- - `default`: `6` -> `8`
363
+
364
+ * component: meter
365
+ * `size`:
366
+ * `enum`: `["small", "large"]` -> `["s", "m", "l", "xl"]`
367
+ * `default`: `large` -> `m`
368
+ * component: popover
369
+ * `showTip`:
370
+ * `default`: `false` -> `true`
371
+ * `placement`:
372
+ * `default`: `bottom` -> `top`
373
+ * `offset`:
374
+ * `default`: `6` -> `8`
312
375
 
313
376
  ### New Component
314
- - select-box
377
+
378
+ * select-box
315
379
 
316
380
  ## 0.0.0
317
381
 
318
382
  ### Minor Changes
319
383
 
320
- - [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`71e674a`](https://github.com/adobe/spectrum-tokens/commit/71e674ad6baa630a900785ae21c9dcae93233b21) Thanks [@karstens](https://github.com/karstens)! - Release to latest branch
384
+ * [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`71e674a`](https://github.com/adobe/spectrum-tokens/commit/71e674ad6baa630a900785ae21c9dcae93233b21) Thanks [@karstens](https://github.com/karstens)! - Release to latest branch
321
385
 
322
386
  ## 0.0.0-schema-20240821152525
323
387
 
324
388
  ### Patch Changes
325
389
 
326
- - [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`dc2d6c6`](https://github.com/adobe/spectrum-tokens/commit/dc2d6c6e12c1ea4fdc0d891b3fd50ea0b1697dd7) Thanks [@karstens](https://github.com/karstens)! - Making adjustments to bring the schema more in line with what was on the spectrum website.
390
+ * [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`dc2d6c6`](https://github.com/adobe/spectrum-tokens/commit/dc2d6c6e12c1ea4fdc0d891b3fd50ea0b1697dd7) Thanks [@karstens](https://github.com/karstens)! - Making adjustments to bring the schema more in line with what was on the spectrum website.
327
391
 
328
392
  ## 0.0.0-schema-20240620220450
329
393
 
330
394
  ### Minor Changes
331
395
 
332
- - [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`64379eb`](https://github.com/adobe/spectrum-tokens/commit/64379ebeaf9402fe77ca1adfd020f42df60c60d9) Thanks [@karstens](https://github.com/karstens)! - Added schema for search-field and fixed some path bugs in testing
396
+ * [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`64379eb`](https://github.com/adobe/spectrum-tokens/commit/64379ebeaf9402fe77ca1adfd020f42df60c60d9) Thanks [@karstens](https://github.com/karstens)! - Added schema for search-field and fixed some path bugs in testing
333
397
 
334
398
  ## 0.0.0-schema-20240618053842
335
399
 
336
400
  ### Minor Changes
337
401
 
338
- - [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`b5c1579`](https://github.com/adobe/spectrum-tokens/commit/b5c15792ec5f5e5c269bfa7bf58af3df42e648c1) Thanks [@karstens](https://github.com/karstens)! - Initial release
402
+ * [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`b5c1579`](https://github.com/adobe/spectrum-tokens/commit/b5c15792ec5f5e5c269bfa7bf58af3df42e648c1) Thanks [@karstens](https://github.com/karstens)! - Initial release
339
403
 
340
404
  ## 0.0.0-schema-20240614194147
341
405
 
342
406
  ### Patch Changes
343
407
 
344
- - [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`9805167`](https://github.com/adobe/spectrum-tokens/commit/980516791c0bef9e2f0bbeffe6515f103f3ad7a2) Thanks [@karstens](https://github.com/karstens)! - fixed some bugs
408
+ * [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`9805167`](https://github.com/adobe/spectrum-tokens/commit/980516791c0bef9e2f0bbeffe6515f103f3ad7a2) Thanks [@karstens](https://github.com/karstens)! - fixed some bugs
345
409
 
346
410
  ## 0.0.0-schema-20240613154750
347
411
 
348
412
  ### Patch Changes
349
413
 
350
- - [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`6ff5ad7`](https://github.com/adobe/spectrum-tokens/commit/6ff5ad7a75356f4b93d07a2818b357da19ce5b4b) Thanks [@karstens](https://github.com/karstens)! - Initial release
414
+ * [#353](https://github.com/adobe/spectrum-tokens/pull/353) [`6ff5ad7`](https://github.com/adobe/spectrum-tokens/commit/6ff5ad7a75356f4b93d07a2818b357da19ce5b4b) Thanks [@karstens](https://github.com/karstens)! - Initial release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-component-api-schemas",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json",
3
- "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/components/step-list.json",
4
- "title": "Step list",
3
+ "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/components/steplist.json",
4
+ "title": "Steplist",
5
5
  "description": "Step lists display progress through a sequence of steps, with each step marked as completed, current, or incomplete.",
6
6
  "meta": {
7
7
  "category": "navigation",
8
- "documentationUrl": "https://spectrum.adobe.com/page/step-list/"
8
+ "documentationUrl": "https://spectrum.adobe.com/page/steplist/"
9
9
  },
10
10
  "type": "object",
11
11
  "properties": {