Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
nabuhasan authored and GarthDB committed Jul 25, 2024
1 parent 95b4e43 commit e4fc5c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
13 changes: 9 additions & 4 deletions packages/tokens/src/color-component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"swatch-border-color": {
"component": "swatch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{gray-900}",
"value": "{gray-1000}",
"uuid": "7da5157d-7f25-405b-8de0-f3669565fb48"
},
"swatch-border-opacity": {
"component": "swatch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"value": "0.51",
"value": "0.42",
"uuid": "0e397a80-cf33-44ed-8b7d-1abaf4426bf5"
},
"swatch-disabled-icon-border-color": {
Expand All @@ -20,7 +20,7 @@
"swatch-disabled-icon-border-opacity": {
"component": "swatch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"value": "0.51",
"value": "0.42",
"uuid": "cdbba3b6-cb51-4fec-88f0-273d4bb59a18"
},
"thumbnail-border-color": {
Expand Down Expand Up @@ -405,5 +405,10 @@
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{blue-800}",
"uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
},
"swatch-group-border-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{gray-1000}",
"uuid": "08b8d06a-5475-47bf-ad2e-9f52ee07345a"
}
}
}
12 changes: 11 additions & 1 deletion packages/tokens/src/layout-component.json
Original file line number Diff line number Diff line change
Expand Up @@ -8549,5 +8549,15 @@
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{font-size-100}",
"uuid": "66540ddb-ec74-487f-8e09-a37b436694b5"
},
"swatch-group-spacing-spacious": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "6px",
"uuid": "b80ef303-eae7-498f-b172-73a098be0f0b"
},
"swatch-group-border-opacity": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"value": "0.2",
"uuid": "19968846-dad0-42eb-b6a8-af65f3a910ff"
}
}
}

0 comments on commit e4fc5c2

Please sign in to comment.