Skip to content

Commit 99155c4

Browse files
svc-instuiadamlobler
authored andcommitted
chore: fix transparent color issues
1 parent 6abe236 commit 99155c4

File tree

13 files changed

+33
-8
lines changed

13 files changed

+33
-8
lines changed

packages/ui-scripts/lib/build/tokensStudio/$themes.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@
497497
"dropShadow.spread.elevation3.dropshadow2": "5f9c5a28e234bfb54036ab50ba47e602afa03a05",
498498
"dropShadow.spread.elevation4.dropshadow1": "15a0438ea73a6d9d2206964ba1f42589256d6862",
499499
"dropShadow.spread.elevation4.dropshadow2": "a1dd57f2393c7cb342de0545404fce8594d467b0",
500+
"color.transparentColor": "7d5f74a62e72084734333813ec14cac39b500f32",
500501
"listItem.color": "5ff01d33a8ef4cf00cb9e52672ebfd1a97f94ba1",
501502
"listItem.fontFamily": "e1c28609bf244775ea1e12f2b06270114ab0f610",
502503
"listItem.fontSizeLarge": "97cf220cce3c955223756c78bc586fa9fd83e64f",
@@ -2078,6 +2079,7 @@
20782079
"dropShadow.spread.elevation3.dropshadow2": "5f9c5a28e234bfb54036ab50ba47e602afa03a05",
20792080
"dropShadow.spread.elevation4.dropshadow1": "15a0438ea73a6d9d2206964ba1f42589256d6862",
20802081
"dropShadow.spread.elevation4.dropshadow2": "a1dd57f2393c7cb342de0545404fce8594d467b0",
2082+
"color.transparentColor": "7d5f74a62e72084734333813ec14cac39b500f32",
20812083
"listItem.color": "5ff01d33a8ef4cf00cb9e52672ebfd1a97f94ba1",
20822084
"listItem.fontFamily": "e1c28609bf244775ea1e12f2b06270114ab0f610",
20832085
"listItem.fontSizeLarge": "97cf220cce3c955223756c78bc586fa9fd83e64f",
@@ -3809,6 +3811,7 @@
38093811
"dropShadow.spread.elevation3.dropshadow2": "5f9c5a28e234bfb54036ab50ba47e602afa03a05",
38103812
"dropShadow.spread.elevation4.dropshadow1": "15a0438ea73a6d9d2206964ba1f42589256d6862",
38113813
"dropShadow.spread.elevation4.dropshadow2": "a1dd57f2393c7cb342de0545404fce8594d467b0",
3814+
"color.transparentColor": "7d5f74a62e72084734333813ec14cac39b500f32",
38123815
"avatar.backgroundColor": "e1481f812d6ac0dc0620c4764ebcf323b29d38ad",
38133816
"avatar.borderColor": "226288e9db85cf3d16bf4368b07c70aa5a18d7a3",
38143817
"avatar.borderWidthSm": "5309df0b1654d29e763049782ece62088d064771",
@@ -5388,6 +5391,7 @@
53885391
"dropShadow.spread.elevation3.dropshadow2": "5f9c5a28e234bfb54036ab50ba47e602afa03a05",
53895392
"dropShadow.spread.elevation4.dropshadow1": "15a0438ea73a6d9d2206964ba1f42589256d6862",
53905393
"dropShadow.spread.elevation4.dropshadow2": "a1dd57f2393c7cb342de0545404fce8594d467b0",
5394+
"color.transparentColor": "7d5f74a62e72084734333813ec14cac39b500f32",
53915395
"avatar.backgroundColor": "e1481f812d6ac0dc0620c4764ebcf323b29d38ad",
53925396
"avatar.borderColor": "226288e9db85cf3d16bf4368b07c70aa5a18d7a3",
53935397
"avatar.borderWidthSm": "5309df0b1654d29e763049782ece62088d064771",
@@ -6461,6 +6465,7 @@
64616465
"$figmaModeId": "10778:0",
64626466
"$figmaVariableReferences": {
64636467
"color.white": "bf07b04465b67153ee069a58a6a7acd14eb835bd",
6468+
"color.transparent": "82f2e8dbcdd9386170aacd2290b377bb302df5d3",
64646469
"color.green.green10": "c387e04c7ea3b9d7af17eeb422ab7a275e1e5969",
64656470
"color.green.green20": "70743de1e3ab8bff2f39cd1649eac3709112e869",
64666471
"color.green.green30": "b548e0d59a62c8df341d919c1f0ae3ed35ac59eb",

packages/ui-scripts/lib/build/tokensStudio/canvas/component/ContextView.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "color"
2222
},
2323
"arrowBorderColorInverse": {
24-
"value": "#00000000",
24+
"value": "{color.transparentColor}",
2525
"type": "color"
2626
}
2727
}

packages/ui-scripts/lib/build/tokensStudio/canvas/component/FormFieldGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"formFieldGroup": {
33
"borderColor": {
4-
"value": "#00000000",
4+
"value": "{color.transparentColor}",
55
"type": "color"
66
},
77
"errorBorderColor": {

packages/ui-scripts/lib/build/tokensStudio/canvas/component/ProgressBar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"type": "color"
118118
},
119119
"trackColorInverse": {
120-
"value": "#00000000",
120+
"value": "{color.transparentColor}",
121121
"type": "color"
122122
},
123123
"textColor": {

packages/ui-scripts/lib/build/tokensStudio/canvas/semantic/color/canvas.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,10 @@
13411341
"value": "rgba(0,0,0,0.2)",
13421342
"type": "color"
13431343
}
1344+
},
1345+
"transparentColor": {
1346+
"value": "{color.transparent}",
1347+
"type": "color"
13441348
}
13451349
},
13461350
"dropShadow": {

packages/ui-scripts/lib/build/tokensStudio/canvas/semantic/color/canvasHighContrast.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,10 @@
13411341
"value": "rgba(0,0,0,0.2)",
13421342
"type": "color"
13431343
}
1344+
},
1345+
"transparentColor": {
1346+
"value": "{color.transparent}",
1347+
"type": "color"
13441348
}
13451349
},
13461350
"dropShadow": {

packages/ui-scripts/lib/build/tokensStudio/primitives/default.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"value": "#ffffff",
55
"type": "color"
66
},
7+
"transparent": {
8+
"value": "#00000000",
9+
"type": "color"
10+
},
711
"green": {
812
"green10": {
913
"value": "#DBFCDF",

packages/ui-scripts/lib/build/tokensStudio/rebrand/component/ContextView.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "color"
2222
},
2323
"arrowBorderColorInverse": {
24-
"value": "#00000000",
24+
"value": "{color.transparentColor}",
2525
"type": "color"
2626
}
2727
}

packages/ui-scripts/lib/build/tokensStudio/rebrand/component/FormFieldGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"formFieldGroup": {
33
"borderColor": {
4-
"value": "#00000000",
4+
"value": "{color.transparentColor}",
55
"type": "color"
66
},
77
"errorBorderColor": {

packages/ui-scripts/lib/build/tokensStudio/rebrand/component/Popover.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"popover": {
33
"borderColor": {
4-
"value": "#00000000",
4+
"value": "{color.transparentColor}",
55
"type": "color"
66
}
77
}

0 commit comments

Comments
 (0)