@adobe/spectrum-tokens 13.0.0 → 13.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 CHANGED
@@ -1,5 +1,116 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#482](https://github.com/adobe/spectrum-tokens/pull/482) [`5602504`](https://github.com/adobe/spectrum-tokens/commit/5602504f49313ff49f327ce1e4a31da8f4e9fedc) Thanks [@larz0](https://github.com/larz0) and [@PaliwalSparsh](https://github.com/PaliwalSparsh)! - Added tokens for S2 cards
8
+
9
+ ## Design Motivation
10
+
11
+ These tokens are required for the implementation of card components
12
+
13
+ ## Token Diff
14
+
15
+ ### Tokens Changed (64)
16
+
17
+ `main` | `tokens-sync/patch-spectrum2-from-main`
18
+
19
+ ***
20
+
21
+ <details open><summary>Added (61)</summary>
22
+
23
+ - `card-edge-to-content-compact-extra-small`
24
+ - `card-edge-to-content-default-extra-small`
25
+ - `card-edge-to-content-spacious-extra-small`
26
+ - `card-edge-to-content-compact-small`
27
+ - `card-edge-to-content-default-small`
28
+ - `card-edge-to-content-spacious-small`
29
+ - `card-edge-to-content-compact-medium`
30
+ - `card-edge-to-content-default-medium`
31
+ - `card-edge-to-content-spacious-medium`
32
+ - `card-edge-to-content-compact-large`
33
+ - `card-edge-to-content-default-large`
34
+ - `card-edge-to-content-spacious-large`
35
+ - `card-edge-to-content-compact-extra-large`
36
+ - `card-edge-to-content-default-extra-large`
37
+ - `card-edge-to-content-spacious-extra-large`
38
+ - `card-header-to-description`
39
+ - `card-description-to-footer`
40
+ - `card-selection-background-size-small`
41
+ - `card-selection-background-size-medium`
42
+ - `card-selection-background-size-large`
43
+ - `card-selection-background-size-extra-large`
44
+ - `card-minimum-width-extra-small`
45
+ - `card-minimum-width-small`
46
+ - `card-minimum-width-medium`
47
+ - `card-minimum-width-large`
48
+ - `card-minimum-width-extra-large`
49
+ - `card-default-width-extra-small`
50
+ - `card-default-width-small`
51
+ - `card-default-width-medium`
52
+ - `card-default-width-large`
53
+ - `card-default-width-extra-large`
54
+ - `card-maximum-width-extra-small`
55
+ - `card-maximum-width-small`
56
+ - `card-maximum-width-medium`
57
+ - `card-maximum-width-large`
58
+ - `card-maximum-width-extra-large`
59
+ - `card-minimum-height-extra-small`
60
+ - `card-minimum-height-small`
61
+ - `card-minimum-height-medium`
62
+ - `card-minimum-height-large`
63
+ - `card-minimum-height-extra-large`
64
+ - `collection-card-minimum-height-extra-small`
65
+ - `collection-card-minimum-height-small`
66
+ - `collection-card-minimum-height-medium`
67
+ - `collection-card-minimum-height-large`
68
+ - `collection-card-minimum-height-extra-large`
69
+ - `collection-card-minimum-height-hero-extra-small`
70
+ - `collection-card-minimum-height-hero-small`
71
+ - `collection-card-minimum-height-hero-medium`
72
+ - `collection-card-minimum-height-hero-large`
73
+ - `collection-card-minimum-height-hero-extra-large`
74
+ - `user-card-minimum-height-small`
75
+ - `user-card-minimum-height-medium`
76
+ - `user-card-minimum-height-large`
77
+ - `user-card-minimum-height-extra-large`
78
+ - `user-card-minimum-height-title-below-small`
79
+ - `user-card-minimum-height-title-below-medium`
80
+ - `user-card-minimum-height-title-below-large`
81
+ - `user-card-minimum-height-title-below-extra-large`
82
+ - `card-background-well-color`
83
+ - `card-background-loading-color`
84
+
85
+ </details>
86
+
87
+ #### Updated (3)
88
+
89
+ <details open><summary>Added Properties (1)</summary>
90
+
91
+ - `card-selection-background-color`
92
+ - `light.schema`: `alias.json`
93
+ - `light.value`: `transparent-white-600`
94
+ - `light.uuid`: `622c6e86-dea6-416d-9f13-bb6ef112d3cb`
95
+ - `dark.schema`: `alias.json`
96
+ - `dark.value`: `transparent-black-600`
97
+ - `dark.uuid`: `81c0608b-c977-490e-b8d7-830d0676fdad`
98
+
99
+ </details>
100
+ <details open><summary>Deleted Properties (1)</summary>
101
+
102
+ - `card-selection-background-color`
103
+ - `value`: `gray-100`
104
+ - `uuid`: `622c6e86-dea6-416d-9f13-bb6ef112d3cb`
105
+
106
+ </details>
107
+ <details open><summary>Updated Properties (1)</summary>
108
+
109
+ - `card-selection-background-color`
110
+ - `schema`: `alias.json` -> `color-set.json`
111
+
112
+ </details>
113
+
3
114
  ## 13.0.0
4
115
 
5
116
  ### Major Changes
@@ -88,7 +88,9 @@
88
88
  "brown-background-color-default": "rgb(139, 109, 66)",
89
89
  "brown-subtle-background-color-default": "rgb(247, 238, 225)",
90
90
  "brown-visual-color": "rgb(154, 123, 77)",
91
- "card-selection-background-color": "rgb(233, 233, 233)",
91
+ "card-background-loading-color": "rgb(233, 233, 233)",
92
+ "card-background-well-color": "rgb(233, 233, 233)",
93
+ "card-selection-background-color": "rgba(255, 255, 255, 0.51)",
92
94
  "celery-100": "rgb(235, 255, 220)",
93
95
  "celery-1000": "rgb(52, 109, 12)",
94
96
  "celery-1100": "rgb(44, 92, 9)",
@@ -802,7 +804,9 @@
802
804
  "brown-background-color-default": "rgb(143, 114, 69)",
803
805
  "brown-subtle-background-color-default": "rgb(58, 40, 14)",
804
806
  "brown-visual-color": "rgb(163, 132, 84)",
805
- "card-selection-background-color": "rgb(44, 44, 44)",
807
+ "card-background-loading-color": "rgb(44, 44, 44)",
808
+ "card-background-well-color": "rgb(44, 44, 44)",
809
+ "card-selection-background-color": "rgba(0, 0, 0, 0.56)",
806
810
  "celery-100": "rgb(11, 31, 0)",
807
811
  "celery-1000": "rgb(88, 172, 28)",
808
812
  "celery-1100": "rgb(100, 190, 35)",
@@ -1682,10 +1686,51 @@
1682
1686
  "breadcrumbs-truncated-menu-to-separator": "0px",
1683
1687
  "breadcrumbs-truncated-menu-to-separator-icon": "0px",
1684
1688
  "button-minimum-width-multiplier": 2.25,
1689
+ "card-default-width-extra-large": "400px",
1690
+ "card-default-width-extra-small": "120px",
1691
+ "card-default-width-large": "320px",
1692
+ "card-default-width-medium": "240px",
1693
+ "card-default-width-small": "180px",
1694
+ "card-description-to-footer": "16px",
1695
+ "card-edge-to-content-compact-extra-large": "20px",
1696
+ "card-edge-to-content-compact-extra-small": "6px",
1697
+ "card-edge-to-content-compact-large": "16px",
1698
+ "card-edge-to-content-compact-medium": "12px",
1699
+ "card-edge-to-content-compact-small": "8px",
1700
+ "card-edge-to-content-default-extra-large": "24px",
1701
+ "card-edge-to-content-default-extra-small": "8px",
1702
+ "card-edge-to-content-default-large": "20px",
1703
+ "card-edge-to-content-default-medium": "16px",
1704
+ "card-edge-to-content-default-small": "12px",
1705
+ "card-edge-to-content-spacious-extra-large": "28px",
1706
+ "card-edge-to-content-spacious-extra-small": "12px",
1707
+ "card-edge-to-content-spacious-large": "24px",
1708
+ "card-edge-to-content-spacious-medium": "20px",
1709
+ "card-edge-to-content-spacious-small": "16px",
1710
+ "card-header-to-description": "4px",
1711
+ "card-maximum-width-extra-large": "460px",
1712
+ "card-maximum-width-extra-small": "140px",
1713
+ "card-maximum-width-large": "370px",
1714
+ "card-maximum-width-medium": "280px",
1715
+ "card-maximum-width-small": "210px",
1716
+ "card-minimum-height-extra-large": "300px",
1717
+ "card-minimum-height-extra-small": "90px",
1718
+ "card-minimum-height-large": "240px",
1719
+ "card-minimum-height-medium": "180px",
1720
+ "card-minimum-height-small": "135px",
1685
1721
  "card-minimum-width": "100px",
1722
+ "card-minimum-width-extra-large": "340px",
1723
+ "card-minimum-width-extra-small": "100px",
1724
+ "card-minimum-width-large": "270px",
1725
+ "card-minimum-width-medium": "200px",
1726
+ "card-minimum-width-small": "150px",
1686
1727
  "card-preview-minimum-height": "130px",
1687
1728
  "card-selection-background-color-opacity": "0.95",
1688
1729
  "card-selection-background-size": "40px",
1730
+ "card-selection-background-size-extra-large": "28px",
1731
+ "card-selection-background-size-large": "26px",
1732
+ "card-selection-background-size-medium": "24px",
1733
+ "card-selection-background-size-small": "22px",
1689
1734
  "character-count-to-field-quiet-extra-large": "-4px",
1690
1735
  "character-count-to-field-quiet-large": "-3px",
1691
1736
  "character-count-to-field-quiet-medium": "-3px",
@@ -1748,6 +1793,16 @@
1748
1793
  "code-size-s": "14px",
1749
1794
  "code-size-xl": "20px",
1750
1795
  "code-size-xs": "12px",
1796
+ "collection-card-minimum-height-extra-large": "249px",
1797
+ "collection-card-minimum-height-extra-small": "88px",
1798
+ "collection-card-minimum-height-hero-extra-large": "514px",
1799
+ "collection-card-minimum-height-hero-extra-small": "168px",
1800
+ "collection-card-minimum-height-hero-large": "414px",
1801
+ "collection-card-minimum-height-hero-medium": "317px",
1802
+ "collection-card-minimum-height-hero-small": "243px",
1803
+ "collection-card-minimum-height-large": "202px",
1804
+ "collection-card-minimum-height-medium": "157px",
1805
+ "collection-card-minimum-height-small": "124px",
1751
1806
  "color-area-border-opacity": "0.1",
1752
1807
  "color-area-border-rounding": "7px",
1753
1808
  "color-area-border-width": "1px",
@@ -2620,6 +2675,14 @@
2620
2675
  "tree-view-top-to-disclosure-indicator": "15px",
2621
2676
  "tree-view-top-to-drag-handle": "15px",
2622
2677
  "tree-view-top-to-label": "10px",
2678
+ "user-card-minimum-height-extra-large": "236px",
2679
+ "user-card-minimum-height-large": "219px",
2680
+ "user-card-minimum-height-medium": "202px",
2681
+ "user-card-minimum-height-small": "192px",
2682
+ "user-card-minimum-height-title-below-extra-large": "263px",
2683
+ "user-card-minimum-height-title-below-large": "244px",
2684
+ "user-card-minimum-height-title-below-medium": "224px",
2685
+ "user-card-minimum-height-title-below-small": "212px",
2623
2686
  "window-to-edge": "40px",
2624
2687
  "workflow-icon-size-100": "20px",
2625
2688
  "workflow-icon-size-200": "22px",
@@ -5949,22 +5949,18 @@
5949
5949
  "uuid": "4e1d1cc5-736e-4e82-9054-5c1a74ac1aca"
5950
5950
  },
5951
5951
  "card-selection-background-color": {
5952
- "ref": "{gray-100}",
5953
5952
  "sets": {
5954
5953
  "light": {
5955
- "value": "rgb(233, 233, 233)",
5956
- "uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
5954
+ "ref": "{transparent-white-600}",
5955
+ "value": "rgba(255, 255, 255, 0.51)",
5956
+ "uuid": "622c6e86-dea6-416d-9f13-bb6ef112d3cb"
5957
5957
  },
5958
5958
  "dark": {
5959
- "value": "rgb(44, 44, 44)",
5960
- "uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
5961
- },
5962
- "wireframe": {
5963
- "value": "rgb(244, 246, 252)",
5964
- "uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
5959
+ "ref": "{transparent-black-600}",
5960
+ "value": "rgba(0, 0, 0, 0.56)",
5961
+ "uuid": "81c0608b-c977-490e-b8d7-830d0676fdad"
5965
5962
  }
5966
- },
5967
- "uuid": "622c6e86-dea6-416d-9f13-bb6ef112d3cb"
5963
+ }
5968
5964
  },
5969
5965
  "card-selection-background-color-opacity": {
5970
5966
  "value": "0.95",
@@ -6863,6 +6859,42 @@
6863
6859
  }
6864
6860
  }
6865
6861
  },
6862
+ "card-background-well-color": {
6863
+ "ref": "{gray-100}",
6864
+ "sets": {
6865
+ "light": {
6866
+ "value": "rgb(233, 233, 233)",
6867
+ "uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
6868
+ },
6869
+ "dark": {
6870
+ "value": "rgb(44, 44, 44)",
6871
+ "uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
6872
+ },
6873
+ "wireframe": {
6874
+ "value": "rgb(244, 246, 252)",
6875
+ "uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
6876
+ }
6877
+ },
6878
+ "uuid": "c9c0e684-6b6c-4314-9b5b-7ba5e3333071"
6879
+ },
6880
+ "card-background-loading-color": {
6881
+ "ref": "{gray-100}",
6882
+ "sets": {
6883
+ "light": {
6884
+ "value": "rgb(233, 233, 233)",
6885
+ "uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
6886
+ },
6887
+ "dark": {
6888
+ "value": "rgb(44, 44, 44)",
6889
+ "uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
6890
+ },
6891
+ "wireframe": {
6892
+ "value": "rgb(244, 246, 252)",
6893
+ "uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
6894
+ }
6895
+ },
6896
+ "uuid": "6022f845-b182-493f-bdae-f86f6336efaa"
6897
+ },
6866
6898
  "white": {
6867
6899
  "value": "rgb(255, 255, 255)",
6868
6900
  "uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
@@ -24162,6 +24194,244 @@
24162
24194
  "value": "16px",
24163
24195
  "uuid": "72e276ce-d6ee-4bcf-9955-91c833b8b2cd"
24164
24196
  },
24197
+ "card-edge-to-content-compact-extra-small": {
24198
+ "value": "6px",
24199
+ "uuid": "562738ca-ed16-4855-8855-3914b9109408"
24200
+ },
24201
+ "card-edge-to-content-default-extra-small": {
24202
+ "value": "8px",
24203
+ "uuid": "9ecb4a76-013a-4952-9646-a5660005b31e"
24204
+ },
24205
+ "card-edge-to-content-spacious-extra-small": {
24206
+ "value": "12px",
24207
+ "uuid": "91289dd0-0a27-49ef-96c9-3508edecfa44"
24208
+ },
24209
+ "card-edge-to-content-compact-small": {
24210
+ "value": "8px",
24211
+ "uuid": "521df9e4-9c61-4a73-9157-d235a4d04090"
24212
+ },
24213
+ "card-edge-to-content-default-small": {
24214
+ "value": "12px",
24215
+ "uuid": "569f8d0a-75f3-4743-aa51-9ec6479cdf21"
24216
+ },
24217
+ "card-edge-to-content-spacious-small": {
24218
+ "value": "16px",
24219
+ "uuid": "8ec39e04-de4f-48cf-9c8b-7bb7f76730a0"
24220
+ },
24221
+ "card-edge-to-content-compact-medium": {
24222
+ "value": "12px",
24223
+ "uuid": "f3566ff3-2430-4fdd-a48c-e8c0d3c34adc"
24224
+ },
24225
+ "card-edge-to-content-default-medium": {
24226
+ "value": "16px",
24227
+ "uuid": "04ef066b-4733-4d20-9538-7eefd71e7a1e"
24228
+ },
24229
+ "card-edge-to-content-spacious-medium": {
24230
+ "value": "20px",
24231
+ "uuid": "98ef0816-ad83-43ec-b976-1169a7ce8540"
24232
+ },
24233
+ "card-edge-to-content-compact-large": {
24234
+ "value": "16px",
24235
+ "uuid": "0b551228-5a6a-403d-bb92-9800835cb3be"
24236
+ },
24237
+ "card-edge-to-content-default-large": {
24238
+ "value": "20px",
24239
+ "uuid": "8856270e-65b5-4f81-87c0-5332ffd7459f"
24240
+ },
24241
+ "card-edge-to-content-spacious-large": {
24242
+ "value": "24px",
24243
+ "uuid": "73da978a-bede-439e-97cd-afeb32e87780"
24244
+ },
24245
+ "card-edge-to-content-compact-extra-large": {
24246
+ "value": "20px",
24247
+ "uuid": "a9f253aa-631e-447a-8335-15b4491a8e9d"
24248
+ },
24249
+ "card-edge-to-content-default-extra-large": {
24250
+ "value": "24px",
24251
+ "uuid": "7acf60d0-7870-403e-94b9-18e84eff861b"
24252
+ },
24253
+ "card-edge-to-content-spacious-extra-large": {
24254
+ "value": "28px",
24255
+ "uuid": "c4ee268c-aca6-488f-90db-d3e51a0c5c89"
24256
+ },
24257
+ "card-header-to-description": {
24258
+ "ref": "{spacing-75}",
24259
+ "value": "4px",
24260
+ "uuid": "e874d2cd-6ad6-4d1c-8103-789945f10294"
24261
+ },
24262
+ "card-description-to-footer": {
24263
+ "ref": "{spacing-300}",
24264
+ "value": "16px",
24265
+ "uuid": "248d1f30-c0d3-49bb-a5b7-0860cc75ee85"
24266
+ },
24267
+ "card-selection-background-size-small": {
24268
+ "value": "22px",
24269
+ "uuid": "b9268c45-50c7-4209-9f73-99293e15b7fd"
24270
+ },
24271
+ "card-selection-background-size-medium": {
24272
+ "value": "24px",
24273
+ "uuid": "d169a0a3-9bda-41b4-9e58-897652c95627"
24274
+ },
24275
+ "card-selection-background-size-large": {
24276
+ "value": "26px",
24277
+ "uuid": "f8e58ca1-5087-4c4a-95dc-2f145f63fbc5"
24278
+ },
24279
+ "card-selection-background-size-extra-large": {
24280
+ "value": "28px",
24281
+ "uuid": "89dca1bf-84e5-436e-9e86-35f37f739812"
24282
+ },
24283
+ "card-minimum-width-extra-small": {
24284
+ "value": "100px",
24285
+ "uuid": "dad01ae6-b161-4d09-8296-33c6ee7d8ca1"
24286
+ },
24287
+ "card-minimum-width-small": {
24288
+ "value": "150px",
24289
+ "uuid": "6d94093e-daba-4312-b083-61f44d027737"
24290
+ },
24291
+ "card-minimum-width-medium": {
24292
+ "value": "200px",
24293
+ "uuid": "813d9d3b-8e02-44d9-a898-3045947edc08"
24294
+ },
24295
+ "card-minimum-width-large": {
24296
+ "value": "270px",
24297
+ "uuid": "549fbfad-78b7-430d-8fac-7d23084f2bea"
24298
+ },
24299
+ "card-minimum-width-extra-large": {
24300
+ "value": "340px",
24301
+ "uuid": "7a98c2aa-404f-4fba-a20d-f5b73919b13e"
24302
+ },
24303
+ "card-default-width-extra-small": {
24304
+ "value": "120px",
24305
+ "uuid": "b99da217-1715-446c-9120-53e435cb0d0a"
24306
+ },
24307
+ "card-default-width-small": {
24308
+ "value": "180px",
24309
+ "uuid": "bec36248-9c3d-4ecd-857e-c5c20bdc0e1a"
24310
+ },
24311
+ "card-default-width-medium": {
24312
+ "value": "240px",
24313
+ "uuid": "5645fd64-11a8-4a0e-95f6-2f0cd89f5852"
24314
+ },
24315
+ "card-default-width-large": {
24316
+ "value": "320px",
24317
+ "uuid": "dc3ab4d0-f006-4ade-91da-ef263a676244"
24318
+ },
24319
+ "card-default-width-extra-large": {
24320
+ "value": "400px",
24321
+ "uuid": "7a94daad-ec68-4ef1-9c84-9bf6c9b6b696"
24322
+ },
24323
+ "card-maximum-width-extra-small": {
24324
+ "value": "140px",
24325
+ "uuid": "9b2b13ac-1728-49f5-8e15-6eeed2e7f855"
24326
+ },
24327
+ "card-maximum-width-small": {
24328
+ "value": "210px",
24329
+ "uuid": "42b0d345-b069-48b6-be41-6ed9047097d4"
24330
+ },
24331
+ "card-maximum-width-medium": {
24332
+ "value": "280px",
24333
+ "uuid": "ccfe1006-0ddd-4203-b0e0-4c92a090c376"
24334
+ },
24335
+ "card-maximum-width-large": {
24336
+ "value": "370px",
24337
+ "uuid": "2e85d49c-4002-4beb-9173-f4b2ab78d043"
24338
+ },
24339
+ "card-maximum-width-extra-large": {
24340
+ "value": "460px",
24341
+ "uuid": "6f924664-b056-4fdb-a6ab-c5609e3e9316"
24342
+ },
24343
+ "card-minimum-height-extra-small": {
24344
+ "value": "90px",
24345
+ "uuid": "f4492a8a-8cb4-481f-a2e4-73da516023be"
24346
+ },
24347
+ "card-minimum-height-small": {
24348
+ "value": "135px",
24349
+ "uuid": "862e84ab-4efa-4c8e-a0e0-5ed158dadbcb"
24350
+ },
24351
+ "card-minimum-height-medium": {
24352
+ "value": "180px",
24353
+ "uuid": "a29c460d-3496-49e9-8996-f4b42b9fbce7"
24354
+ },
24355
+ "card-minimum-height-large": {
24356
+ "value": "240px",
24357
+ "uuid": "2047247e-07d1-4b9b-b184-c173e6421daf"
24358
+ },
24359
+ "card-minimum-height-extra-large": {
24360
+ "value": "300px",
24361
+ "uuid": "ef218a9a-900a-4454-840c-2380020bcbf3"
24362
+ },
24363
+ "collection-card-minimum-height-extra-small": {
24364
+ "value": "88px",
24365
+ "uuid": "fabfd445-4c39-4d39-9f7f-1ec531d4eb40"
24366
+ },
24367
+ "collection-card-minimum-height-small": {
24368
+ "value": "124px",
24369
+ "uuid": "9264b1ff-23ae-4fd5-8863-742c305689e2"
24370
+ },
24371
+ "collection-card-minimum-height-medium": {
24372
+ "value": "157px",
24373
+ "uuid": "8422dc66-e17d-4c54-a18b-a997a8e5d7c3"
24374
+ },
24375
+ "collection-card-minimum-height-large": {
24376
+ "value": "202px",
24377
+ "uuid": "e5027e50-3a1f-425d-b06b-8e4cf4663c22"
24378
+ },
24379
+ "collection-card-minimum-height-extra-large": {
24380
+ "value": "249px",
24381
+ "uuid": "6b242eb5-aa73-417c-b786-9047ae7a65ac"
24382
+ },
24383
+ "collection-card-minimum-height-hero-extra-small": {
24384
+ "value": "168px",
24385
+ "uuid": "dc2f0f1a-609a-448a-833d-ded2580ef737"
24386
+ },
24387
+ "collection-card-minimum-height-hero-small": {
24388
+ "value": "243px",
24389
+ "uuid": "adfc74bd-7520-4bfa-b278-28178007cfbc"
24390
+ },
24391
+ "collection-card-minimum-height-hero-medium": {
24392
+ "value": "317px",
24393
+ "uuid": "63ecc7ce-8a38-4d18-94ed-d9e6394279ba"
24394
+ },
24395
+ "collection-card-minimum-height-hero-large": {
24396
+ "value": "414px",
24397
+ "uuid": "d5586b0d-1ff1-4e7e-88ce-75d41aff90d9"
24398
+ },
24399
+ "collection-card-minimum-height-hero-extra-large": {
24400
+ "value": "514px",
24401
+ "uuid": "24d72e3c-ed0d-47d7-85f5-4792fcf87b7f"
24402
+ },
24403
+ "user-card-minimum-height-small": {
24404
+ "value": "192px",
24405
+ "uuid": "f646530e-480c-4dbb-85fe-771eb5685966"
24406
+ },
24407
+ "user-card-minimum-height-medium": {
24408
+ "value": "202px",
24409
+ "uuid": "53c81b30-6d98-4eaa-857f-15707d54a548"
24410
+ },
24411
+ "user-card-minimum-height-large": {
24412
+ "value": "219px",
24413
+ "uuid": "7cf979ef-c47b-41f3-8230-49d67ad47740"
24414
+ },
24415
+ "user-card-minimum-height-extra-large": {
24416
+ "value": "236px",
24417
+ "uuid": "9a9f173d-6262-490f-976f-bd9abb9ec355"
24418
+ },
24419
+ "user-card-minimum-height-title-below-small": {
24420
+ "value": "212px",
24421
+ "uuid": "3373c4d2-d81b-4649-bc24-5251879778c1"
24422
+ },
24423
+ "user-card-minimum-height-title-below-medium": {
24424
+ "value": "224px",
24425
+ "uuid": "5f4edfbc-eb2e-4dd5-add1-bf45530b0e61"
24426
+ },
24427
+ "user-card-minimum-height-title-below-large": {
24428
+ "value": "244px",
24429
+ "uuid": "4cc4f673-912b-4e53-a75e-c8bd4603ab19"
24430
+ },
24431
+ "user-card-minimum-height-title-below-extra-large": {
24432
+ "value": "263px",
24433
+ "uuid": "a603a785-8cd8-4caf-a2b4-cfe3371cc10e"
24434
+ },
24165
24435
  "corner-radius-0": {
24166
24436
  "value": "0px",
24167
24437
  "uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.0.0",
3
+ "version": "13.1.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -134,9 +134,19 @@
134
134
  },
135
135
  "card-selection-background-color": {
136
136
  "component": "card",
137
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
138
- "value": "{gray-100}",
139
- "uuid": "622c6e86-dea6-416d-9f13-bb6ef112d3cb"
137
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
138
+ "sets": {
139
+ "light": {
140
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
141
+ "value": "{transparent-white-600}",
142
+ "uuid": "622c6e86-dea6-416d-9f13-bb6ef112d3cb"
143
+ },
144
+ "dark": {
145
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
146
+ "value": "{transparent-black-600}",
147
+ "uuid": "81c0608b-c977-490e-b8d7-830d0676fdad"
148
+ }
149
+ }
140
150
  },
141
151
  "card-selection-background-color-opacity": {
142
152
  "component": "card",
@@ -509,5 +519,17 @@
509
519
  "uuid": "dac0d761-d8c1-4b1f-bfbe-766651122ecf"
510
520
  }
511
521
  }
522
+ },
523
+ "card-background-well-color": {
524
+ "component": "card",
525
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
526
+ "value": "{gray-100}",
527
+ "uuid": "c9c0e684-6b6c-4314-9b5b-7ba5e3333071"
528
+ },
529
+ "card-background-loading-color": {
530
+ "component": "card",
531
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
532
+ "value": "{gray-100}",
533
+ "uuid": "6022f845-b182-493f-bdae-f86f6336efaa"
512
534
  }
513
535
  }
@@ -10480,5 +10480,359 @@
10480
10480
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
10481
10481
  "value": "{spacing-300}",
10482
10482
  "uuid": "72e276ce-d6ee-4bcf-9955-91c833b8b2cd"
10483
+ },
10484
+ "card-edge-to-content-compact-extra-small": {
10485
+ "component": "card",
10486
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10487
+ "value": "6px",
10488
+ "uuid": "562738ca-ed16-4855-8855-3914b9109408"
10489
+ },
10490
+ "card-edge-to-content-default-extra-small": {
10491
+ "component": "card",
10492
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10493
+ "value": "8px",
10494
+ "uuid": "9ecb4a76-013a-4952-9646-a5660005b31e"
10495
+ },
10496
+ "card-edge-to-content-spacious-extra-small": {
10497
+ "component": "card",
10498
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10499
+ "value": "12px",
10500
+ "uuid": "91289dd0-0a27-49ef-96c9-3508edecfa44"
10501
+ },
10502
+ "card-edge-to-content-compact-small": {
10503
+ "component": "card",
10504
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10505
+ "value": "8px",
10506
+ "uuid": "521df9e4-9c61-4a73-9157-d235a4d04090"
10507
+ },
10508
+ "card-edge-to-content-default-small": {
10509
+ "component": "card",
10510
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10511
+ "value": "12px",
10512
+ "uuid": "569f8d0a-75f3-4743-aa51-9ec6479cdf21"
10513
+ },
10514
+ "card-edge-to-content-spacious-small": {
10515
+ "component": "card",
10516
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10517
+ "value": "16px",
10518
+ "uuid": "8ec39e04-de4f-48cf-9c8b-7bb7f76730a0"
10519
+ },
10520
+ "card-edge-to-content-compact-medium": {
10521
+ "component": "card",
10522
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10523
+ "value": "12px",
10524
+ "uuid": "f3566ff3-2430-4fdd-a48c-e8c0d3c34adc"
10525
+ },
10526
+ "card-edge-to-content-default-medium": {
10527
+ "component": "card",
10528
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10529
+ "value": "16px",
10530
+ "uuid": "04ef066b-4733-4d20-9538-7eefd71e7a1e"
10531
+ },
10532
+ "card-edge-to-content-spacious-medium": {
10533
+ "component": "card",
10534
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10535
+ "value": "20px",
10536
+ "uuid": "98ef0816-ad83-43ec-b976-1169a7ce8540"
10537
+ },
10538
+ "card-edge-to-content-compact-large": {
10539
+ "component": "card",
10540
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10541
+ "value": "16px",
10542
+ "uuid": "0b551228-5a6a-403d-bb92-9800835cb3be"
10543
+ },
10544
+ "card-edge-to-content-default-large": {
10545
+ "component": "card",
10546
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10547
+ "value": "20px",
10548
+ "uuid": "8856270e-65b5-4f81-87c0-5332ffd7459f"
10549
+ },
10550
+ "card-edge-to-content-spacious-large": {
10551
+ "component": "card",
10552
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10553
+ "value": "24px",
10554
+ "uuid": "73da978a-bede-439e-97cd-afeb32e87780"
10555
+ },
10556
+ "card-edge-to-content-compact-extra-large": {
10557
+ "component": "card",
10558
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10559
+ "value": "20px",
10560
+ "uuid": "a9f253aa-631e-447a-8335-15b4491a8e9d"
10561
+ },
10562
+ "card-edge-to-content-default-extra-large": {
10563
+ "component": "card",
10564
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10565
+ "value": "24px",
10566
+ "uuid": "7acf60d0-7870-403e-94b9-18e84eff861b"
10567
+ },
10568
+ "card-edge-to-content-spacious-extra-large": {
10569
+ "component": "card",
10570
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10571
+ "value": "28px",
10572
+ "uuid": "c4ee268c-aca6-488f-90db-d3e51a0c5c89"
10573
+ },
10574
+ "card-header-to-description": {
10575
+ "component": "card",
10576
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
10577
+ "value": "{spacing-75}",
10578
+ "uuid": "e874d2cd-6ad6-4d1c-8103-789945f10294"
10579
+ },
10580
+ "card-description-to-footer": {
10581
+ "component": "card",
10582
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
10583
+ "value": "{spacing-300}",
10584
+ "uuid": "248d1f30-c0d3-49bb-a5b7-0860cc75ee85"
10585
+ },
10586
+ "card-selection-background-size-small": {
10587
+ "component": "card",
10588
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10589
+ "value": "22px",
10590
+ "uuid": "b9268c45-50c7-4209-9f73-99293e15b7fd"
10591
+ },
10592
+ "card-selection-background-size-medium": {
10593
+ "component": "card",
10594
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10595
+ "value": "24px",
10596
+ "uuid": "d169a0a3-9bda-41b4-9e58-897652c95627"
10597
+ },
10598
+ "card-selection-background-size-large": {
10599
+ "component": "card",
10600
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10601
+ "value": "26px",
10602
+ "uuid": "f8e58ca1-5087-4c4a-95dc-2f145f63fbc5"
10603
+ },
10604
+ "card-selection-background-size-extra-large": {
10605
+ "component": "card",
10606
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10607
+ "value": "28px",
10608
+ "uuid": "89dca1bf-84e5-436e-9e86-35f37f739812"
10609
+ },
10610
+ "card-minimum-width-extra-small": {
10611
+ "component": "card",
10612
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10613
+ "value": "100px",
10614
+ "uuid": "dad01ae6-b161-4d09-8296-33c6ee7d8ca1"
10615
+ },
10616
+ "card-minimum-width-small": {
10617
+ "component": "card",
10618
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10619
+ "value": "150px",
10620
+ "uuid": "6d94093e-daba-4312-b083-61f44d027737"
10621
+ },
10622
+ "card-minimum-width-medium": {
10623
+ "component": "card",
10624
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10625
+ "value": "200px",
10626
+ "uuid": "813d9d3b-8e02-44d9-a898-3045947edc08"
10627
+ },
10628
+ "card-minimum-width-large": {
10629
+ "component": "card",
10630
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10631
+ "value": "270px",
10632
+ "uuid": "549fbfad-78b7-430d-8fac-7d23084f2bea"
10633
+ },
10634
+ "card-minimum-width-extra-large": {
10635
+ "component": "card",
10636
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10637
+ "value": "340px",
10638
+ "uuid": "7a98c2aa-404f-4fba-a20d-f5b73919b13e"
10639
+ },
10640
+ "card-default-width-extra-small": {
10641
+ "component": "card",
10642
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10643
+ "value": "120px",
10644
+ "uuid": "b99da217-1715-446c-9120-53e435cb0d0a"
10645
+ },
10646
+ "card-default-width-small": {
10647
+ "component": "card",
10648
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10649
+ "value": "180px",
10650
+ "uuid": "bec36248-9c3d-4ecd-857e-c5c20bdc0e1a"
10651
+ },
10652
+ "card-default-width-medium": {
10653
+ "component": "card",
10654
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10655
+ "value": "240px",
10656
+ "uuid": "5645fd64-11a8-4a0e-95f6-2f0cd89f5852"
10657
+ },
10658
+ "card-default-width-large": {
10659
+ "component": "card",
10660
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10661
+ "value": "320px",
10662
+ "uuid": "dc3ab4d0-f006-4ade-91da-ef263a676244"
10663
+ },
10664
+ "card-default-width-extra-large": {
10665
+ "component": "card",
10666
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10667
+ "value": "400px",
10668
+ "uuid": "7a94daad-ec68-4ef1-9c84-9bf6c9b6b696"
10669
+ },
10670
+ "card-maximum-width-extra-small": {
10671
+ "component": "card",
10672
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10673
+ "value": "140px",
10674
+ "uuid": "9b2b13ac-1728-49f5-8e15-6eeed2e7f855"
10675
+ },
10676
+ "card-maximum-width-small": {
10677
+ "component": "card",
10678
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10679
+ "value": "210px",
10680
+ "uuid": "42b0d345-b069-48b6-be41-6ed9047097d4"
10681
+ },
10682
+ "card-maximum-width-medium": {
10683
+ "component": "card",
10684
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10685
+ "value": "280px",
10686
+ "uuid": "ccfe1006-0ddd-4203-b0e0-4c92a090c376"
10687
+ },
10688
+ "card-maximum-width-large": {
10689
+ "component": "card",
10690
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10691
+ "value": "370px",
10692
+ "uuid": "2e85d49c-4002-4beb-9173-f4b2ab78d043"
10693
+ },
10694
+ "card-maximum-width-extra-large": {
10695
+ "component": "card",
10696
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10697
+ "value": "460px",
10698
+ "uuid": "6f924664-b056-4fdb-a6ab-c5609e3e9316"
10699
+ },
10700
+ "card-minimum-height-extra-small": {
10701
+ "component": "card",
10702
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10703
+ "value": "90px",
10704
+ "uuid": "f4492a8a-8cb4-481f-a2e4-73da516023be"
10705
+ },
10706
+ "card-minimum-height-small": {
10707
+ "component": "card",
10708
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10709
+ "value": "135px",
10710
+ "uuid": "862e84ab-4efa-4c8e-a0e0-5ed158dadbcb"
10711
+ },
10712
+ "card-minimum-height-medium": {
10713
+ "component": "card",
10714
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10715
+ "value": "180px",
10716
+ "uuid": "a29c460d-3496-49e9-8996-f4b42b9fbce7"
10717
+ },
10718
+ "card-minimum-height-large": {
10719
+ "component": "card",
10720
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10721
+ "value": "240px",
10722
+ "uuid": "2047247e-07d1-4b9b-b184-c173e6421daf"
10723
+ },
10724
+ "card-minimum-height-extra-large": {
10725
+ "component": "card",
10726
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10727
+ "value": "300px",
10728
+ "uuid": "ef218a9a-900a-4454-840c-2380020bcbf3"
10729
+ },
10730
+ "collection-card-minimum-height-extra-small": {
10731
+ "component": "collection-card",
10732
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10733
+ "value": "88px",
10734
+ "uuid": "fabfd445-4c39-4d39-9f7f-1ec531d4eb40"
10735
+ },
10736
+ "collection-card-minimum-height-small": {
10737
+ "component": "collection-card",
10738
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10739
+ "value": "124px",
10740
+ "uuid": "9264b1ff-23ae-4fd5-8863-742c305689e2"
10741
+ },
10742
+ "collection-card-minimum-height-medium": {
10743
+ "component": "collection-card",
10744
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10745
+ "value": "157px",
10746
+ "uuid": "8422dc66-e17d-4c54-a18b-a997a8e5d7c3"
10747
+ },
10748
+ "collection-card-minimum-height-large": {
10749
+ "component": "collection-card",
10750
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10751
+ "value": "202px",
10752
+ "uuid": "e5027e50-3a1f-425d-b06b-8e4cf4663c22"
10753
+ },
10754
+ "collection-card-minimum-height-extra-large": {
10755
+ "component": "collection-card",
10756
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10757
+ "value": "249px",
10758
+ "uuid": "6b242eb5-aa73-417c-b786-9047ae7a65ac"
10759
+ },
10760
+ "collection-card-minimum-height-hero-extra-small": {
10761
+ "component": "collection-card",
10762
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10763
+ "value": "168px",
10764
+ "uuid": "dc2f0f1a-609a-448a-833d-ded2580ef737"
10765
+ },
10766
+ "collection-card-minimum-height-hero-small": {
10767
+ "component": "collection-card",
10768
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10769
+ "value": "243px",
10770
+ "uuid": "adfc74bd-7520-4bfa-b278-28178007cfbc"
10771
+ },
10772
+ "collection-card-minimum-height-hero-medium": {
10773
+ "component": "collection-card",
10774
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10775
+ "value": "317px",
10776
+ "uuid": "63ecc7ce-8a38-4d18-94ed-d9e6394279ba"
10777
+ },
10778
+ "collection-card-minimum-height-hero-large": {
10779
+ "component": "collection-card",
10780
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10781
+ "value": "414px",
10782
+ "uuid": "d5586b0d-1ff1-4e7e-88ce-75d41aff90d9"
10783
+ },
10784
+ "collection-card-minimum-height-hero-extra-large": {
10785
+ "component": "collection-card",
10786
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10787
+ "value": "514px",
10788
+ "uuid": "24d72e3c-ed0d-47d7-85f5-4792fcf87b7f"
10789
+ },
10790
+ "user-card-minimum-height-small": {
10791
+ "component": "user-card",
10792
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10793
+ "value": "192px",
10794
+ "uuid": "f646530e-480c-4dbb-85fe-771eb5685966"
10795
+ },
10796
+ "user-card-minimum-height-medium": {
10797
+ "component": "user-card",
10798
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10799
+ "value": "202px",
10800
+ "uuid": "53c81b30-6d98-4eaa-857f-15707d54a548"
10801
+ },
10802
+ "user-card-minimum-height-large": {
10803
+ "component": "user-card",
10804
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10805
+ "value": "219px",
10806
+ "uuid": "7cf979ef-c47b-41f3-8230-49d67ad47740"
10807
+ },
10808
+ "user-card-minimum-height-extra-large": {
10809
+ "component": "user-card",
10810
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10811
+ "value": "236px",
10812
+ "uuid": "9a9f173d-6262-490f-976f-bd9abb9ec355"
10813
+ },
10814
+ "user-card-minimum-height-title-below-small": {
10815
+ "component": "user-card",
10816
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10817
+ "value": "212px",
10818
+ "uuid": "3373c4d2-d81b-4649-bc24-5251879778c1"
10819
+ },
10820
+ "user-card-minimum-height-title-below-medium": {
10821
+ "component": "user-card",
10822
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10823
+ "value": "224px",
10824
+ "uuid": "5f4edfbc-eb2e-4dd5-add1-bf45530b0e61"
10825
+ },
10826
+ "user-card-minimum-height-title-below-large": {
10827
+ "component": "user-card",
10828
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10829
+ "value": "244px",
10830
+ "uuid": "4cc4f673-912b-4e53-a75e-c8bd4603ab19"
10831
+ },
10832
+ "user-card-minimum-height-title-below-extra-large": {
10833
+ "component": "user-card",
10834
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10835
+ "value": "263px",
10836
+ "uuid": "a603a785-8cd8-4caf-a2b4-cfe3371cc10e"
10483
10837
  }
10484
10838
  }