Update symbols #169

Merged
ilia.gurielidze merged 6 commits from beka-4 into main 2025-08-26 19:29:02 +00:00
2 changed files with 9 additions and 9 deletions
Showing only changes of commit 44584323fe - Show all commits

View File

@ -9,7 +9,7 @@
"MCM06",
"MCM07"
],
"state": null
"state": 0
},
"params": {
"tagProps": [
@ -2224,7 +2224,7 @@
"type": "expression"
},
{
"fallback": "#000000",
"fallback": "#006400",
"inputType": "scalar",
"mappings": [
{
@ -2497,7 +2497,7 @@
"type": "expression"
},
{
"fallback": "#000000",
"fallback": "#FFF700",
"inputType": "scalar",
"mappings": [
{
@ -2676,7 +2676,7 @@
"type": "expression"
},
{
"fallback": "#000000",
"fallback": "#FFF700",
"inputType": "scalar",
"mappings": [
{
@ -2851,11 +2851,11 @@
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},\"#4682B4\")",
"expression": "coalesce({value},{view.params.forceFaultStatus},\"#00008B\")",
"type": "expression"
},
{
"fallback": "#000000",
"fallback": "#00008B",
"inputType": "scalar",
"mappings": [
{
@ -3026,11 +3026,11 @@
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},\"#808080\")",
"expression": "coalesce({value},{view.params.forceFaultStatus},\"#C2C2C2\")",
"type": "expression"
},
{
"fallback": "#000000",
"fallback": "#C2C2C2",
"inputType": "scalar",
"mappings": [
{
@ -3209,7 +3209,7 @@
"type": "expression"
},
{
"expression": "if(\r\n {this.props.enabled} \u003d False,\r\n \"#A1A1A1\",\r\n if(\r\n {value} \u003d 1,\r\n \"#FFFFFF\",\r\n \"#A1A1A1\"\r\n )\r\n)\r\n",
"expression": "if(\r\n {this.props.enabled} \u003d False,\r\n \"#A1A1A1\",\r\n if(\r\n {value} \u003d 1,\r\n \"#AAAAAA\",\r\n \"#FFFFFF\"\r\n )\r\n)\r\n",
"type": "expression"
}
],