Skip to content

Commit aa51abf

Browse files
committed
fix: added missing component data
1 parent 24a0be1 commit aa51abf

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

packages/tokens/src/color-component.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,15 @@
473473
"uuid": "c325ed8f-8248-40c3-a0f0-efba57638f24"
474474
},
475475
"color-wheel-border-color": {
476+
"component": "color-wheel",
476477
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
477478
"value": "{gray-1000}",
478479
"uuid": "a60c3946-dff7-4245-bdcd-b61445066e48"
480+
},
481+
"color-wheel-border-opacity": {
482+
"component": "color-wheel",
483+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
484+
"value": "0.1",
485+
"uuid": "be8fac27-b644-492e-a89d-6c87cfecb8a1"
479486
}
480-
}
487+
}

packages/tokens/src/layout-component.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -10480,10 +10480,5 @@
1048010480
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1048110481
"value": "{spacing-300}",
1048210482
"uuid": "72e276ce-d6ee-4bcf-9955-91c833b8b2cd"
10483-
},
10484-
"color-wheel-border-opacity": {
10485-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
10486-
"value": "0.1",
10487-
"uuid": "be8fac27-b644-492e-a89d-6c87cfecb8a1"
1048810483
}
10489-
}
10484+
}

0 commit comments

Comments
 (0)