@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
|
-
#
|
|
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
|
-
|
|
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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
-
|
|
58
|
+
|
|
59
|
+
* Removed: `isReadOnly` property
|
|
32
60
|
|
|
33
61
|
**side-navigation**
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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
|
-
|
|
70
|
+
|
|
71
|
+
* Added: `variant`
|
|
42
72
|
|
|
43
73
|
## 4.0.0
|
|
44
74
|
|
|
45
75
|
### Major Changes
|
|
46
76
|
|
|
47
|
-
|
|
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
|
-
- `
|
|
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
|
-
|
|
106
|
+
|
|
107
|
+
* Removed: `isReadOnly` property
|
|
77
108
|
|
|
78
109
|
**combo-box**
|
|
79
|
-
|
|
80
|
-
|
|
110
|
+
|
|
111
|
+
* Added: `labelPosition`
|
|
112
|
+
* Removed: `isQuiet` property
|
|
81
113
|
|
|
82
114
|
**contextual-help**
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
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
|
-
|
|
127
|
+
|
|
128
|
+
* Removed: `isReadOnly` property
|
|
94
129
|
|
|
95
130
|
**tabs**
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
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
|
-
|
|
109
|
-
|
|
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
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
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
|
-
|
|
125
|
-
|
|
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
|
-
|
|
167
|
+
|
|
168
|
+
* Added: `overflowMode` (string, default: wrap)
|
|
129
169
|
|
|
130
170
|
**color-slider**
|
|
131
|
-
|
|
132
|
-
|
|
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
|
-
|
|
176
|
+
|
|
177
|
+
* Updated: `size` - default changed to "s"
|
|
136
178
|
|
|
137
179
|
**in-line-alert**
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
152
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
226
|
+
|
|
227
|
+
* Added: `hideTip` (boolean, default: false) - replaces removed `showTip`
|
|
180
228
|
|
|
181
229
|
**rating**
|
|
182
|
-
|
|
183
|
-
|
|
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
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
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
|
-
|
|
193
|
-
|
|
194
|
-
|
|
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
|
-
|
|
198
|
-
|
|
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
|
-
|
|
208
|
-
|
|
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
|
-
|
|
264
|
+
|
|
265
|
+
* Added: `hideLabel` (boolean, default: false)
|
|
212
266
|
|
|
213
267
|
**progress-bar**
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
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
|
-
|
|
220
|
-
|
|
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
|
-
|
|
279
|
+
|
|
280
|
+
* Added: `hideLabel` (boolean, default: false)
|
|
224
281
|
|
|
225
282
|
**text-field**
|
|
226
|
-
|
|
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
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
256
|
-
|
|
313
|
+
|
|
314
|
+
* component: select-box
|
|
315
|
+
* `body`
|
|
257
316
|
|
|
258
317
|
### Properties updated
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
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
|
-
|
|
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
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
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
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
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
|
-
|
|
377
|
+
|
|
378
|
+
* select-box
|
|
315
379
|
|
|
316
380
|
## 0.0.0
|
|
317
381
|
|
|
318
382
|
### Minor Changes
|
|
319
383
|
|
|
320
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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,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/
|
|
4
|
-
"title": "
|
|
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/
|
|
8
|
+
"documentationUrl": "https://spectrum.adobe.com/page/steplist/"
|
|
9
9
|
},
|
|
10
10
|
"type": "object",
|
|
11
11
|
"properties": {
|