@adobe/design-system-registry 0.0.0-layout-20260209174611 → 1.1.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 +0 -6
- package/package.json +10 -9
- package/registry/token-terminology.json +0 -714
- package/LICENSE +0 -201
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/design-system-registry",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.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",
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"./registry/categories.json": "./registry/categories.json",
|
|
16
16
|
"./registry/platforms.json": "./registry/platforms.json"
|
|
17
17
|
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"validate": "node scripts/validate-registry.js",
|
|
20
|
+
"test": "ava"
|
|
21
|
+
},
|
|
18
22
|
"repository": {
|
|
19
23
|
"type": "git",
|
|
20
24
|
"url": "git+https://github.com/adobe/spectrum-design-data.git",
|
|
@@ -25,7 +29,7 @@
|
|
|
25
29
|
"url": "https://github.com/adobe/spectrum-design-data/issues"
|
|
26
30
|
},
|
|
27
31
|
"publishConfig": {
|
|
28
|
-
"
|
|
32
|
+
"access": "public"
|
|
29
33
|
},
|
|
30
34
|
"homepage": "https://github.com/adobe/spectrum-design-data/tree/main/packages/design-system-registry#readme",
|
|
31
35
|
"license": "Apache-2.0",
|
|
@@ -33,14 +37,11 @@
|
|
|
33
37
|
"node": ">=20.12.0",
|
|
34
38
|
"pnpm": ">=10.17.1"
|
|
35
39
|
},
|
|
40
|
+
"packageManager": "pnpm@10.17.1",
|
|
36
41
|
"devDependencies": {
|
|
42
|
+
"@adobe/spectrum-component-api-schemas": "workspace:*",
|
|
37
43
|
"ajv": "^8.17.1",
|
|
38
44
|
"ajv-formats": "^3.0.1",
|
|
39
|
-
"ava": "^6.0.1"
|
|
40
|
-
"@adobe/spectrum-component-api-schemas": "6.0.0"
|
|
41
|
-
},
|
|
42
|
-
"scripts": {
|
|
43
|
-
"validate": "node scripts/validate-registry.js",
|
|
44
|
-
"test": "ava"
|
|
45
|
+
"ava": "^6.0.1"
|
|
45
46
|
}
|
|
46
|
-
}
|
|
47
|
+
}
|
|
@@ -206,720 +206,6 @@
|
|
|
206
206
|
"status": "approved"
|
|
207
207
|
},
|
|
208
208
|
"relatedTerms": ["edge", "component", "object"]
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"id": "structure",
|
|
212
|
-
"label": "Structure",
|
|
213
|
-
"description": "A reusable visual pattern or object category with shared styling that occurs across multiple component types",
|
|
214
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
215
|
-
"definition": {
|
|
216
|
-
"superordinate": "token taxonomy category",
|
|
217
|
-
"description": "An individual object or object category with shared styling that represents visual patterns occurring across many component varieties, distinct from components which represent specific UI elements",
|
|
218
|
-
"essentialCharacteristics": [
|
|
219
|
-
"Represents visual patterns that occur across multiple components",
|
|
220
|
-
"Distinct from components—describes structural patterns, not specific UI elements",
|
|
221
|
-
"Maintains shared, consistent styling",
|
|
222
|
-
"Can be combined and composed to create components"
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
"terminology": {
|
|
226
|
-
"conceptType": "term",
|
|
227
|
-
"namingRationale": "Describes reusable visual patterns that form the building blocks of components"
|
|
228
|
-
},
|
|
229
|
-
"sources": [
|
|
230
|
-
{
|
|
231
|
-
"type": "internal-doc",
|
|
232
|
-
"reference": "Spectrum Token Taxonomy",
|
|
233
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
234
|
-
"date": "2026-01-29"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"governance": {
|
|
238
|
-
"owner": "Spectrum Tokens Team",
|
|
239
|
-
"reviewDate": "2026-01-29",
|
|
240
|
-
"status": "review"
|
|
241
|
-
},
|
|
242
|
-
"relatedTerms": [
|
|
243
|
-
"substructure",
|
|
244
|
-
"base",
|
|
245
|
-
"list",
|
|
246
|
-
"table",
|
|
247
|
-
"container",
|
|
248
|
-
"group",
|
|
249
|
-
"drop-target",
|
|
250
|
-
"focus-ring",
|
|
251
|
-
"accessory",
|
|
252
|
-
"banner",
|
|
253
|
-
"text"
|
|
254
|
-
]
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"id": "base",
|
|
258
|
-
"label": "Base",
|
|
259
|
-
"description": "Basic UI elements and visual structures combined to create proportionally sized content or components",
|
|
260
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
261
|
-
"definition": {
|
|
262
|
-
"superordinate": "structure",
|
|
263
|
-
"description": "The foundational UI elements and visual structures that are combined and arranged to create proportionally relative sized content or components",
|
|
264
|
-
"essentialCharacteristics": [
|
|
265
|
-
"Foundation for basic components like Button and Textfield",
|
|
266
|
-
"Used for inner structures of complex components such as List Item and Tree View Item",
|
|
267
|
-
"Represents common pairing and compositional choices for recurring basic UI elements",
|
|
268
|
-
"Creates proportionally relative sized content"
|
|
269
|
-
]
|
|
270
|
-
},
|
|
271
|
-
"terminology": {
|
|
272
|
-
"conceptType": "term",
|
|
273
|
-
"namingRationale": "Indicates the foundational nature of these structural elements"
|
|
274
|
-
},
|
|
275
|
-
"sources": [
|
|
276
|
-
{
|
|
277
|
-
"type": "internal-doc",
|
|
278
|
-
"reference": "Spectrum Token Taxonomy",
|
|
279
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
280
|
-
"date": "2026-01-29"
|
|
281
|
-
}
|
|
282
|
-
],
|
|
283
|
-
"governance": {
|
|
284
|
-
"owner": "Spectrum Tokens Team",
|
|
285
|
-
"reviewDate": "2026-01-29",
|
|
286
|
-
"status": "review"
|
|
287
|
-
},
|
|
288
|
-
"relatedTerms": ["structure", "list", "accessory"]
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"id": "list",
|
|
292
|
-
"label": "List",
|
|
293
|
-
"description": "A vertically or horizontally oriented collection of items with varying complexity",
|
|
294
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
295
|
-
"definition": {
|
|
296
|
-
"superordinate": "structure",
|
|
297
|
-
"description": "A collection of items arranged vertically or horizontally, where items can range from simple to complex and are composed of one or more base structures",
|
|
298
|
-
"essentialCharacteristics": [
|
|
299
|
-
"Contains items ranging from simple (Radio) to complex (List view, Tabs, Menu)",
|
|
300
|
-
"Items composed of one or more base structures in horizontal arrangement",
|
|
301
|
-
"Items arranged vertically or horizontally into the list",
|
|
302
|
-
"Supports varying degrees of item complexity"
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
|
-
"terminology": {
|
|
306
|
-
"conceptType": "term",
|
|
307
|
-
"namingRationale": "Standard term for collections of items in UI design"
|
|
308
|
-
},
|
|
309
|
-
"sources": [
|
|
310
|
-
{
|
|
311
|
-
"type": "internal-doc",
|
|
312
|
-
"reference": "Spectrum Token Taxonomy",
|
|
313
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
314
|
-
"date": "2026-01-29"
|
|
315
|
-
}
|
|
316
|
-
],
|
|
317
|
-
"governance": {
|
|
318
|
-
"owner": "Spectrum Tokens Team",
|
|
319
|
-
"reviewDate": "2026-01-29",
|
|
320
|
-
"status": "review"
|
|
321
|
-
},
|
|
322
|
-
"relatedTerms": ["structure", "base", "item", "table"]
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"id": "table",
|
|
326
|
-
"label": "Table",
|
|
327
|
-
"description": "A grid structure arranging columns and rows of content",
|
|
328
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
329
|
-
"definition": {
|
|
330
|
-
"superordinate": "structure",
|
|
331
|
-
"description": "A grid-based structure that arranges content into intersecting columns and rows",
|
|
332
|
-
"essentialCharacteristics": [
|
|
333
|
-
"Arranges content in columns and rows",
|
|
334
|
-
"Provides grid-based layout structure",
|
|
335
|
-
"Used for tabular data presentation"
|
|
336
|
-
]
|
|
337
|
-
},
|
|
338
|
-
"terminology": {
|
|
339
|
-
"conceptType": "term",
|
|
340
|
-
"namingRationale": "Standard term for grid-based data structures in UI design"
|
|
341
|
-
},
|
|
342
|
-
"sources": [
|
|
343
|
-
{
|
|
344
|
-
"type": "internal-doc",
|
|
345
|
-
"reference": "Spectrum Token Taxonomy",
|
|
346
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
347
|
-
"date": "2026-01-29"
|
|
348
|
-
}
|
|
349
|
-
],
|
|
350
|
-
"governance": {
|
|
351
|
-
"owner": "Spectrum Tokens Team",
|
|
352
|
-
"reviewDate": "2026-01-29",
|
|
353
|
-
"status": "review"
|
|
354
|
-
},
|
|
355
|
-
"relatedTerms": ["structure", "list", "item"]
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"id": "container",
|
|
359
|
-
"label": "Container",
|
|
360
|
-
"description": "A visible or invisible structure that houses custom content and components with consistent styling",
|
|
361
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
362
|
-
"definition": {
|
|
363
|
-
"superordinate": "structure",
|
|
364
|
-
"description": "A structure that houses custom content and components with consistent styling, which may be visible or invisible depending on use",
|
|
365
|
-
"essentialCharacteristics": [
|
|
366
|
-
"Can be visible or invisible",
|
|
367
|
-
"Houses custom content and components with consistent styling",
|
|
368
|
-
"Used in components like Popovers, Cards, and Select Boxes",
|
|
369
|
-
"Can provide spacing without visible styling (e.g., padding around side navigation)"
|
|
370
|
-
]
|
|
371
|
-
},
|
|
372
|
-
"terminology": {
|
|
373
|
-
"conceptType": "term",
|
|
374
|
-
"namingRationale": "Describes the containing nature of this structural element"
|
|
375
|
-
},
|
|
376
|
-
"sources": [
|
|
377
|
-
{
|
|
378
|
-
"type": "internal-doc",
|
|
379
|
-
"reference": "Spectrum Token Taxonomy",
|
|
380
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
381
|
-
"date": "2026-01-29"
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"governance": {
|
|
385
|
-
"owner": "Spectrum Tokens Team",
|
|
386
|
-
"reviewDate": "2026-01-29",
|
|
387
|
-
"status": "review"
|
|
388
|
-
},
|
|
389
|
-
"relatedTerms": ["structure", "base"]
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"id": "group",
|
|
393
|
-
"label": "Group",
|
|
394
|
-
"description": "A collection of similar or related UI elements, inputs, or actions grouped together",
|
|
395
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
396
|
-
"definition": {
|
|
397
|
-
"superordinate": "structure",
|
|
398
|
-
"description": "A collection of similar or closely related UI elements, inputs, or actions that are grouped together to form a cohesive functional unit",
|
|
399
|
-
"essentialCharacteristics": [
|
|
400
|
-
"Groups similar or related elements together for cohesive interaction",
|
|
401
|
-
"Used in components like Button Group, Action Group, and Checkbox Group",
|
|
402
|
-
"Creates visual and functional unity among related items",
|
|
403
|
-
"Provides consistent spacing and alignment between grouped elements"
|
|
404
|
-
]
|
|
405
|
-
},
|
|
406
|
-
"terminology": {
|
|
407
|
-
"conceptType": "term",
|
|
408
|
-
"namingRationale": "Describes the grouping nature of this structural pattern"
|
|
409
|
-
},
|
|
410
|
-
"sources": [
|
|
411
|
-
{
|
|
412
|
-
"type": "internal-doc",
|
|
413
|
-
"reference": "Spectrum Token Taxonomy",
|
|
414
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
415
|
-
"date": "2026-01-29"
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"governance": {
|
|
419
|
-
"owner": "Spectrum Tokens Team",
|
|
420
|
-
"reviewDate": "2026-01-29",
|
|
421
|
-
"status": "review"
|
|
422
|
-
},
|
|
423
|
-
"relatedTerms": ["structure", "base", "list"]
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"id": "drop-target",
|
|
427
|
-
"label": "Drop Target",
|
|
428
|
-
"description": "Visual indication of a UI region that can accept drop operations",
|
|
429
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
430
|
-
"definition": {
|
|
431
|
-
"superordinate": "structure",
|
|
432
|
-
"description": "A consistently styled visual indication of a region within the UI that can accept drop operations during drag-and-drop interactions",
|
|
433
|
-
"essentialCharacteristics": [
|
|
434
|
-
"Indicates regions that accept drop operations",
|
|
435
|
-
"Styled consistently across the design system",
|
|
436
|
-
"Provides visual feedback during drag-and-drop interactions"
|
|
437
|
-
]
|
|
438
|
-
},
|
|
439
|
-
"terminology": {
|
|
440
|
-
"conceptType": "term",
|
|
441
|
-
"namingRationale": "Describes the functional purpose of this visual indicator"
|
|
442
|
-
},
|
|
443
|
-
"sources": [
|
|
444
|
-
{
|
|
445
|
-
"type": "internal-doc",
|
|
446
|
-
"reference": "Spectrum Token Taxonomy",
|
|
447
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
448
|
-
"date": "2026-01-29"
|
|
449
|
-
}
|
|
450
|
-
],
|
|
451
|
-
"governance": {
|
|
452
|
-
"owner": "Spectrum Tokens Team",
|
|
453
|
-
"reviewDate": "2026-01-29",
|
|
454
|
-
"status": "review"
|
|
455
|
-
},
|
|
456
|
-
"relatedTerms": ["structure", "focus-ring"]
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"id": "focus-ring",
|
|
460
|
-
"label": "Focus Ring",
|
|
461
|
-
"description": "Visual indication of interactive keyboard focus on any UI element",
|
|
462
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
463
|
-
"definition": {
|
|
464
|
-
"superordinate": "structure",
|
|
465
|
-
"description": "A consistently styled visual indicator that shows keyboard focus on any interactive UI element",
|
|
466
|
-
"essentialCharacteristics": [
|
|
467
|
-
"Indicates keyboard focus on interactive elements",
|
|
468
|
-
"Styled consistently across all UI elements",
|
|
469
|
-
"Critical for keyboard accessibility"
|
|
470
|
-
]
|
|
471
|
-
},
|
|
472
|
-
"terminology": {
|
|
473
|
-
"conceptType": "term",
|
|
474
|
-
"namingRationale": "Standard accessibility term for keyboard focus indication"
|
|
475
|
-
},
|
|
476
|
-
"sources": [
|
|
477
|
-
{
|
|
478
|
-
"type": "internal-doc",
|
|
479
|
-
"reference": "Spectrum Token Taxonomy",
|
|
480
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
481
|
-
"date": "2026-01-29"
|
|
482
|
-
}
|
|
483
|
-
],
|
|
484
|
-
"governance": {
|
|
485
|
-
"owner": "Spectrum Tokens Team",
|
|
486
|
-
"reviewDate": "2026-01-29",
|
|
487
|
-
"status": "review"
|
|
488
|
-
},
|
|
489
|
-
"relatedTerms": ["structure", "drop-target"]
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"id": "accessory",
|
|
493
|
-
"label": "Accessory",
|
|
494
|
-
"description": "Component-like structures used within basic components as secondary content or actions",
|
|
495
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
496
|
-
"definition": {
|
|
497
|
-
"superordinate": "structure",
|
|
498
|
-
"description": "Smaller component-like structures used within basic components as secondary content or actions, sized to fit within base structure boundaries while conforming to t-shirt sizing rules",
|
|
499
|
-
"essentialCharacteristics": [
|
|
500
|
-
"Intentionally smaller to fit within base structure boundaries",
|
|
501
|
-
"Conforms to t-shirt sizing rules for icon or text sizes",
|
|
502
|
-
"Used for interior sub-components or decorators of basic components",
|
|
503
|
-
"Examples include in-field buttons and Action button corner triangles",
|
|
504
|
-
"Distinct from structures like drill-in buttons which use base structures"
|
|
505
|
-
]
|
|
506
|
-
},
|
|
507
|
-
"terminology": {
|
|
508
|
-
"conceptType": "term",
|
|
509
|
-
"namingRationale": "Describes the supplementary nature of these interior elements"
|
|
510
|
-
},
|
|
511
|
-
"sources": [
|
|
512
|
-
{
|
|
513
|
-
"type": "internal-doc",
|
|
514
|
-
"reference": "Spectrum Token Taxonomy",
|
|
515
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
516
|
-
"date": "2026-01-29"
|
|
517
|
-
}
|
|
518
|
-
],
|
|
519
|
-
"governance": {
|
|
520
|
-
"owner": "Spectrum Tokens Team",
|
|
521
|
-
"reviewDate": "2026-01-29",
|
|
522
|
-
"status": "review"
|
|
523
|
-
},
|
|
524
|
-
"relatedTerms": ["structure", "base"]
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"id": "banner",
|
|
528
|
-
"label": "Banner",
|
|
529
|
-
"description": "Horizontally-oriented, contained structure for drawing attention to non-permanent information or actions",
|
|
530
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
531
|
-
"definition": {
|
|
532
|
-
"superordinate": "structure",
|
|
533
|
-
"description": "A horizontally-oriented, contained structure that may float or be fixed, designed to draw user attention to non-permanent information or actions",
|
|
534
|
-
"essentialCharacteristics": [
|
|
535
|
-
"Horizontally oriented",
|
|
536
|
-
"May float or be fixed in position",
|
|
537
|
-
"Draws user attention to transient content",
|
|
538
|
-
"Contains non-permanent information or actions"
|
|
539
|
-
]
|
|
540
|
-
},
|
|
541
|
-
"terminology": {
|
|
542
|
-
"conceptType": "term",
|
|
543
|
-
"namingRationale": "Standard UI term for attention-drawing horizontal elements"
|
|
544
|
-
},
|
|
545
|
-
"sources": [
|
|
546
|
-
{
|
|
547
|
-
"type": "internal-doc",
|
|
548
|
-
"reference": "Spectrum Token Taxonomy",
|
|
549
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
550
|
-
"date": "2026-01-29"
|
|
551
|
-
}
|
|
552
|
-
],
|
|
553
|
-
"governance": {
|
|
554
|
-
"owner": "Spectrum Tokens Team",
|
|
555
|
-
"reviewDate": "2026-01-29",
|
|
556
|
-
"status": "review"
|
|
557
|
-
},
|
|
558
|
-
"relatedTerms": ["structure", "container"]
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"id": "text",
|
|
562
|
-
"label": "Text",
|
|
563
|
-
"description": "Text content within a component or structure",
|
|
564
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
565
|
-
"definition": {
|
|
566
|
-
"superordinate": "structure",
|
|
567
|
-
"description": "The textual content element within a component or structure",
|
|
568
|
-
"essentialCharacteristics": [
|
|
569
|
-
"Represents textual content",
|
|
570
|
-
"Used within other structures and components"
|
|
571
|
-
]
|
|
572
|
-
},
|
|
573
|
-
"terminology": {
|
|
574
|
-
"conceptType": "term",
|
|
575
|
-
"namingRationale": "Fundamental term for textual content in UI"
|
|
576
|
-
},
|
|
577
|
-
"sources": [
|
|
578
|
-
{
|
|
579
|
-
"type": "internal-doc",
|
|
580
|
-
"reference": "Spectrum Token Taxonomy",
|
|
581
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
582
|
-
"date": "2026-01-29"
|
|
583
|
-
}
|
|
584
|
-
],
|
|
585
|
-
"governance": {
|
|
586
|
-
"owner": "Spectrum Tokens Team",
|
|
587
|
-
"reviewDate": "2026-01-29",
|
|
588
|
-
"status": "review"
|
|
589
|
-
},
|
|
590
|
-
"relatedTerms": ["structure", "base"]
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"id": "substructure",
|
|
594
|
-
"label": "Substructure",
|
|
595
|
-
"description": "A structural element that exists within or as part of a larger structure",
|
|
596
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
597
|
-
"definition": {
|
|
598
|
-
"superordinate": "token taxonomy category",
|
|
599
|
-
"description": "A structural element that exists within or as part of a parent structure, representing smaller building blocks that compose structures",
|
|
600
|
-
"essentialCharacteristics": [
|
|
601
|
-
"Exists within or as part of a larger structure",
|
|
602
|
-
"Represents smaller building blocks",
|
|
603
|
-
"Can be used across different structure types"
|
|
604
|
-
]
|
|
605
|
-
},
|
|
606
|
-
"terminology": {
|
|
607
|
-
"conceptType": "term",
|
|
608
|
-
"namingRationale": "Indicates the hierarchical relationship to parent structures"
|
|
609
|
-
},
|
|
610
|
-
"sources": [
|
|
611
|
-
{
|
|
612
|
-
"type": "internal-doc",
|
|
613
|
-
"reference": "Spectrum Token Taxonomy",
|
|
614
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
615
|
-
"date": "2026-01-29"
|
|
616
|
-
}
|
|
617
|
-
],
|
|
618
|
-
"governance": {
|
|
619
|
-
"owner": "Spectrum Tokens Team",
|
|
620
|
-
"reviewDate": "2026-01-29",
|
|
621
|
-
"status": "review"
|
|
622
|
-
},
|
|
623
|
-
"relatedTerms": ["structure", "item"]
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"id": "item",
|
|
627
|
-
"label": "Item",
|
|
628
|
-
"description": "An individual element of a collection, regardless of collection type",
|
|
629
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
630
|
-
"definition": {
|
|
631
|
-
"superordinate": "substructure",
|
|
632
|
-
"description": "An individual element within a collection, applicable regardless of the collection type it belongs to",
|
|
633
|
-
"essentialCharacteristics": [
|
|
634
|
-
"Individual element within a collection",
|
|
635
|
-
"Collection-agnostic—applies to any collection type",
|
|
636
|
-
"Building block for list, table, and other collection structures"
|
|
637
|
-
]
|
|
638
|
-
},
|
|
639
|
-
"terminology": {
|
|
640
|
-
"conceptType": "term",
|
|
641
|
-
"namingRationale": "Generic term for collection elements that applies across structure types"
|
|
642
|
-
},
|
|
643
|
-
"sources": [
|
|
644
|
-
{
|
|
645
|
-
"type": "internal-doc",
|
|
646
|
-
"reference": "Spectrum Token Taxonomy",
|
|
647
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
648
|
-
"date": "2026-01-29"
|
|
649
|
-
}
|
|
650
|
-
],
|
|
651
|
-
"governance": {
|
|
652
|
-
"owner": "Spectrum Tokens Team",
|
|
653
|
-
"reviewDate": "2026-01-29",
|
|
654
|
-
"status": "review"
|
|
655
|
-
},
|
|
656
|
-
"relatedTerms": ["substructure", "list", "table", "base"]
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"id": "padding",
|
|
660
|
-
"label": "Padding",
|
|
661
|
-
"description": "The internal spacing from the edges of a component's boundary to its contents",
|
|
662
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
663
|
-
"definition": {
|
|
664
|
-
"superordinate": "property",
|
|
665
|
-
"description": "A stylistic attribute that defines the internal spacing from the edges of a component's boundary to its contents",
|
|
666
|
-
"essentialCharacteristics": [
|
|
667
|
-
"Defines space between component boundary edges and inner contents",
|
|
668
|
-
"Applied internally within a component",
|
|
669
|
-
"Platform-agnostic term with high comprehension across engineers and designers"
|
|
670
|
-
]
|
|
671
|
-
},
|
|
672
|
-
"terminology": {
|
|
673
|
-
"conceptType": "term",
|
|
674
|
-
"namingRationale": "Standard CSS and design term for internal spacing from boundaries"
|
|
675
|
-
},
|
|
676
|
-
"sources": [
|
|
677
|
-
{
|
|
678
|
-
"type": "internal-doc",
|
|
679
|
-
"reference": "Spectrum Token Taxonomy",
|
|
680
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
681
|
-
"date": "2026-01-29"
|
|
682
|
-
}
|
|
683
|
-
],
|
|
684
|
-
"governance": {
|
|
685
|
-
"owner": "Spectrum Tokens Team",
|
|
686
|
-
"reviewDate": "2026-01-29",
|
|
687
|
-
"status": "review"
|
|
688
|
-
},
|
|
689
|
-
"relatedTerms": ["property", "gap", "edge"]
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"id": "gap",
|
|
693
|
-
"label": "Gap",
|
|
694
|
-
"description": "The internal spacing between child elements in a component, layout, or pattern",
|
|
695
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
696
|
-
"definition": {
|
|
697
|
-
"superordinate": "property",
|
|
698
|
-
"description": "A stylistic attribute that defines the internal spacing between child elements in a component, layout, or pattern",
|
|
699
|
-
"essentialCharacteristics": [
|
|
700
|
-
"Defines spacing between child elements, not from boundaries",
|
|
701
|
-
"Used in components, layouts, and patterns",
|
|
702
|
-
"Aligns with CSS gap property and Figma auto-layout gap",
|
|
703
|
-
"Preferred over 'spacing' for specificity and modern standards alignment"
|
|
704
|
-
]
|
|
705
|
-
},
|
|
706
|
-
"terminology": {
|
|
707
|
-
"conceptType": "term",
|
|
708
|
-
"namingRationale": "Aligns with CSS gap property and Figma terminology, preferred over 'spacing' for specificity",
|
|
709
|
-
"alternatives": ["spacing"]
|
|
710
|
-
},
|
|
711
|
-
"sources": [
|
|
712
|
-
{
|
|
713
|
-
"type": "internal-doc",
|
|
714
|
-
"reference": "Spectrum Token Taxonomy",
|
|
715
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
716
|
-
"date": "2026-01-29"
|
|
717
|
-
}
|
|
718
|
-
],
|
|
719
|
-
"governance": {
|
|
720
|
-
"owner": "Spectrum Tokens Team",
|
|
721
|
-
"reviewDate": "2026-01-29",
|
|
722
|
-
"status": "review"
|
|
723
|
-
},
|
|
724
|
-
"relatedTerms": ["property", "padding"]
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"id": "orientation",
|
|
728
|
-
"label": "Orientation",
|
|
729
|
-
"description": "The direction or order of structures and elements within a component or pattern",
|
|
730
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
731
|
-
"definition": {
|
|
732
|
-
"superordinate": "token taxonomy category",
|
|
733
|
-
"description": "A category describing the direction or order of structures and elements within a component or pattern",
|
|
734
|
-
"essentialCharacteristics": [
|
|
735
|
-
"Defines direction or order of elements",
|
|
736
|
-
"Options include horizontal (left to right, right to left) and vertical (top to bottom, bottom to top)",
|
|
737
|
-
"Applies to structures and elements within components or patterns"
|
|
738
|
-
]
|
|
739
|
-
},
|
|
740
|
-
"terminology": {
|
|
741
|
-
"conceptType": "term",
|
|
742
|
-
"namingRationale": "Standard term for describing directional arrangement of elements"
|
|
743
|
-
},
|
|
744
|
-
"sources": [
|
|
745
|
-
{
|
|
746
|
-
"type": "internal-doc",
|
|
747
|
-
"reference": "Spectrum Token Taxonomy",
|
|
748
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
749
|
-
"date": "2026-01-29"
|
|
750
|
-
}
|
|
751
|
-
],
|
|
752
|
-
"governance": {
|
|
753
|
-
"owner": "Spectrum Tokens Team",
|
|
754
|
-
"reviewDate": "2026-01-29",
|
|
755
|
-
"status": "review"
|
|
756
|
-
},
|
|
757
|
-
"relatedTerms": ["structure", "list"]
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"id": "shape",
|
|
761
|
-
"label": "Shape",
|
|
762
|
-
"description": "Describes the geometric characteristics of a component's style attributes",
|
|
763
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
764
|
-
"definition": {
|
|
765
|
-
"superordinate": "token taxonomy category",
|
|
766
|
-
"description": "A category describing the geometric characteristics of a component's style attributes",
|
|
767
|
-
"essentialCharacteristics": [
|
|
768
|
-
"Describes geometric characteristics of styling",
|
|
769
|
-
"Applies to component style attributes",
|
|
770
|
-
"Includes variations like uniform dimensions"
|
|
771
|
-
]
|
|
772
|
-
},
|
|
773
|
-
"terminology": {
|
|
774
|
-
"conceptType": "term",
|
|
775
|
-
"namingRationale": "Describes the geometric form characteristics of component styling"
|
|
776
|
-
},
|
|
777
|
-
"sources": [
|
|
778
|
-
{
|
|
779
|
-
"type": "internal-doc",
|
|
780
|
-
"reference": "Spectrum Token Taxonomy",
|
|
781
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
782
|
-
"date": "2026-01-29"
|
|
783
|
-
}
|
|
784
|
-
],
|
|
785
|
-
"governance": {
|
|
786
|
-
"owner": "Spectrum Tokens Team",
|
|
787
|
-
"reviewDate": "2026-01-29",
|
|
788
|
-
"status": "review"
|
|
789
|
-
},
|
|
790
|
-
"relatedTerms": ["uniform", "padding"]
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"id": "uniform",
|
|
794
|
-
"label": "Uniform",
|
|
795
|
-
"description": "Signifies that the shape of a component's style attributes is equal in all directions",
|
|
796
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
797
|
-
"definition": {
|
|
798
|
-
"superordinate": "shape",
|
|
799
|
-
"description": "A shape characteristic signifying that a component's style attributes are equal in all directions",
|
|
800
|
-
"essentialCharacteristics": [
|
|
801
|
-
"Equal values across dimensions (e.g., vertical and horizontal)",
|
|
802
|
-
"Results in symmetrical shapes (e.g., square padding when showing an icon only)",
|
|
803
|
-
"Applies to attributes like padding where dimensional equality matters"
|
|
804
|
-
]
|
|
805
|
-
},
|
|
806
|
-
"terminology": {
|
|
807
|
-
"conceptType": "term",
|
|
808
|
-
"namingRationale": "Describes dimensional equality in component styling"
|
|
809
|
-
},
|
|
810
|
-
"sources": [
|
|
811
|
-
{
|
|
812
|
-
"type": "internal-doc",
|
|
813
|
-
"reference": "Spectrum Token Taxonomy",
|
|
814
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
815
|
-
"date": "2026-01-29"
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"governance": {
|
|
819
|
-
"owner": "Spectrum Tokens Team",
|
|
820
|
-
"reviewDate": "2026-01-29",
|
|
821
|
-
"status": "review"
|
|
822
|
-
},
|
|
823
|
-
"relatedTerms": ["shape", "padding"]
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"id": "position",
|
|
827
|
-
"label": "Position",
|
|
828
|
-
"description": "The placement of an element relative to its container or viewport",
|
|
829
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
830
|
-
"definition": {
|
|
831
|
-
"superordinate": "token taxonomy category",
|
|
832
|
-
"description": "A category describing the placement of an element relative to its container or viewport",
|
|
833
|
-
"essentialCharacteristics": [
|
|
834
|
-
"Defines element placement",
|
|
835
|
-
"Relative to container or viewport",
|
|
836
|
-
"Includes variations like affixed positioning"
|
|
837
|
-
]
|
|
838
|
-
},
|
|
839
|
-
"terminology": {
|
|
840
|
-
"conceptType": "term",
|
|
841
|
-
"namingRationale": "Standard term for describing element placement in layouts"
|
|
842
|
-
},
|
|
843
|
-
"sources": [
|
|
844
|
-
{
|
|
845
|
-
"type": "internal-doc",
|
|
846
|
-
"reference": "Spectrum Token Taxonomy",
|
|
847
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
848
|
-
"date": "2026-01-29"
|
|
849
|
-
}
|
|
850
|
-
],
|
|
851
|
-
"governance": {
|
|
852
|
-
"owner": "Spectrum Tokens Team",
|
|
853
|
-
"reviewDate": "2026-01-29",
|
|
854
|
-
"status": "review"
|
|
855
|
-
},
|
|
856
|
-
"relatedTerms": ["affixed", "container"]
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"id": "affixed",
|
|
860
|
-
"label": "Affixed",
|
|
861
|
-
"description": "The position of an element fixed relative to its container or the viewport",
|
|
862
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
863
|
-
"definition": {
|
|
864
|
-
"superordinate": "position",
|
|
865
|
-
"description": "A position characteristic where an element is fixed relative to its container or the viewport",
|
|
866
|
-
"essentialCharacteristics": [
|
|
867
|
-
"Element position is fixed relative to container or viewport",
|
|
868
|
-
"Maintains position regardless of content scrolling",
|
|
869
|
-
"Used for persistent UI elements like headers or toolbars"
|
|
870
|
-
]
|
|
871
|
-
},
|
|
872
|
-
"terminology": {
|
|
873
|
-
"conceptType": "term",
|
|
874
|
-
"namingRationale": "Describes fixed positioning behavior relative to a reference point"
|
|
875
|
-
},
|
|
876
|
-
"sources": [
|
|
877
|
-
{
|
|
878
|
-
"type": "internal-doc",
|
|
879
|
-
"reference": "Spectrum Token Taxonomy",
|
|
880
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
881
|
-
"date": "2026-01-29"
|
|
882
|
-
}
|
|
883
|
-
],
|
|
884
|
-
"governance": {
|
|
885
|
-
"owner": "Spectrum Tokens Team",
|
|
886
|
-
"reviewDate": "2026-01-29",
|
|
887
|
-
"status": "review"
|
|
888
|
-
},
|
|
889
|
-
"relatedTerms": ["position", "banner"]
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"id": "size",
|
|
893
|
-
"label": "Size",
|
|
894
|
-
"description": "Relative t-shirt-size terms used to create relationships and patterns across tokens",
|
|
895
|
-
"usedIn": ["tokens", "taxonomy"],
|
|
896
|
-
"definition": {
|
|
897
|
-
"superordinate": "token taxonomy category",
|
|
898
|
-
"description": "A category of relative t-shirt-size terms used to create relationships and patterns of usage across multiple tokens and token types",
|
|
899
|
-
"essentialCharacteristics": [
|
|
900
|
-
"Uses t-shirt size terminology (extra-small, small, medium, large, extra-large)",
|
|
901
|
-
"Creates relationships and patterns across multiple tokens and token types",
|
|
902
|
-
"Can construct standard components or be used irregularly for novel or custom components"
|
|
903
|
-
]
|
|
904
|
-
},
|
|
905
|
-
"terminology": {
|
|
906
|
-
"conceptType": "term",
|
|
907
|
-
"namingRationale": "T-shirt sizing is an industry-standard approach for relative sizing in design systems"
|
|
908
|
-
},
|
|
909
|
-
"sources": [
|
|
910
|
-
{
|
|
911
|
-
"type": "internal-doc",
|
|
912
|
-
"reference": "Spectrum Token Taxonomy",
|
|
913
|
-
"url": "https://www.dropbox.com/scl/fi/298zpbuvernq00219t6jf/Spectrum-Token-Taxonomies-Documentation-Draft.paper?rlkey=a9ov0sfe0yizifehxjg2zs1l8&dl=0",
|
|
914
|
-
"date": "2026-01-29"
|
|
915
|
-
}
|
|
916
|
-
],
|
|
917
|
-
"governance": {
|
|
918
|
-
"owner": "Spectrum Tokens Team",
|
|
919
|
-
"reviewDate": "2026-01-29",
|
|
920
|
-
"status": "review"
|
|
921
|
-
},
|
|
922
|
-
"relatedTerms": ["scale", "base"]
|
|
923
209
|
}
|
|
924
210
|
]
|
|
925
211
|
}
|
package/LICENSE
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
Apache License
|
|
2
|
-
Version 2.0, January 2004
|
|
3
|
-
http://www.apache.org/licenses/
|
|
4
|
-
|
|
5
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
-
|
|
7
|
-
1. Definitions.
|
|
8
|
-
|
|
9
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
-
|
|
12
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
-
the copyright owner that is granting the License.
|
|
14
|
-
|
|
15
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
-
other entities that control, are controlled by, or are under common
|
|
17
|
-
control with that entity. For the purposes of this definition,
|
|
18
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
-
direction or management of such entity, whether by contract or
|
|
20
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
-
|
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
-
exercising permissions granted by this License.
|
|
25
|
-
|
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
-
including but not limited to software source code, documentation
|
|
28
|
-
source, and configuration files.
|
|
29
|
-
|
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
|
31
|
-
transformation or translation of a Source form, including but
|
|
32
|
-
not limited to compiled object code, generated documentation,
|
|
33
|
-
and conversions to other media types.
|
|
34
|
-
|
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
-
Object form, made available under the License, as indicated by a
|
|
37
|
-
copyright notice that is included in or attached to the work
|
|
38
|
-
(an example is provided in the Appendix below).
|
|
39
|
-
|
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
-
the Work and Derivative Works thereof.
|
|
47
|
-
|
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
|
49
|
-
the original version of the Work and any modifications or additions
|
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
-
|
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
-
subsequently incorporated within the Work.
|
|
65
|
-
|
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
|
72
|
-
|
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
-
where such license applies only to those patent claims licensable
|
|
79
|
-
by such Contributor that are necessarily infringed by their
|
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
-
institute patent litigation against any entity (including a
|
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
-
or contributory patent infringement, then any patent licenses
|
|
86
|
-
granted to You under this License for that Work shall terminate
|
|
87
|
-
as of the date such litigation is filed.
|
|
88
|
-
|
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
-
modifications, and in Source or Object form, provided that You
|
|
92
|
-
meet the following conditions:
|
|
93
|
-
|
|
94
|
-
(a) You must give any other recipients of the Work or
|
|
95
|
-
Derivative Works a copy of this License; and
|
|
96
|
-
|
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
|
98
|
-
stating that You changed the files; and
|
|
99
|
-
|
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
|
102
|
-
attribution notices from the Source form of the Work,
|
|
103
|
-
excluding those notices that do not pertain to any part of
|
|
104
|
-
the Derivative Works; and
|
|
105
|
-
|
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
|
108
|
-
include a readable copy of the attribution notices contained
|
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
|
111
|
-
of the following places: within a NOTICE text file distributed
|
|
112
|
-
as part of the Derivative Works; within the Source form or
|
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
|
114
|
-
within a display generated by the Derivative Works, if and
|
|
115
|
-
wherever such third-party notices normally appear. The contents
|
|
116
|
-
of the NOTICE file are for informational purposes only and
|
|
117
|
-
do not modify the License. You may add Your own attribution
|
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
-
that such additional attribution notices cannot be construed
|
|
121
|
-
as modifying the License.
|
|
122
|
-
|
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
|
124
|
-
may provide additional or different license terms and conditions
|
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
-
the conditions stated in this License.
|
|
129
|
-
|
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
-
this License, without any additional terms or conditions.
|
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
-
the terms of any separate license agreement you may have executed
|
|
136
|
-
with Licensor regarding such Contributions.
|
|
137
|
-
|
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
-
except as required for reasonable and customary use in describing the
|
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
-
|
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
|
152
|
-
|
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
|
158
|
-
incidental, or consequential damages of any character arising as a
|
|
159
|
-
result of this License or out of the use or inability to use the
|
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
-
other commercial damages or losses), even if such Contributor
|
|
163
|
-
has been advised of the possibility of such damages.
|
|
164
|
-
|
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
-
or other liability obligations and/or rights consistent with this
|
|
169
|
-
License. However, in accepting such obligations, You may act only
|
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
-
of your accepting any such warranty or additional liability.
|
|
175
|
-
|
|
176
|
-
END OF TERMS AND CONDITIONS
|
|
177
|
-
|
|
178
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
-
|
|
180
|
-
To apply the Apache License to your work, attach the following
|
|
181
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
182
|
-
replaced with your own identifying information. (Don't include
|
|
183
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
-
comment syntax for the file format. We also recommend that a
|
|
185
|
-
file or class name and description of purpose be included on the
|
|
186
|
-
same "printed page" as the copyright notice for easier
|
|
187
|
-
identification within third-party archives.
|
|
188
|
-
|
|
189
|
-
Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
190
|
-
|
|
191
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
-
you may not use this file except in compliance with the License.
|
|
193
|
-
You may obtain a copy of the License at
|
|
194
|
-
|
|
195
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
-
|
|
197
|
-
Unless required by applicable law or agreed to in writing, software
|
|
198
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
-
See the License for the specific language governing permissions and
|
|
201
|
-
limitations under the License.
|