Skip to content

Commit ac38d5a

Browse files
committed
Adding more dashboard tokens
1 parent b6b9fd8 commit ac38d5a

File tree

4 files changed

+70
-0
lines changed

4 files changed

+70
-0
lines changed

tokens/themes/classic.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,18 @@
24692469
"value": "{click.global.color.text.link.default}",
24702470
"type": "color"
24712471
}
2472+
},
2473+
"opacity": {
2474+
"bar": {
2475+
"default": {
2476+
"value": "20%",
2477+
"type": "opacity"
2478+
},
2479+
"hover": {
2480+
"value": "50%",
2481+
"type": "opacity"
2482+
}
2483+
}
24722484
}
24732485
}
24742486
}

tokens/themes/component.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,6 +3490,12 @@
34903490
"gap": {
34913491
"value": "{spaces.4}",
34923492
"type": "spacing"
3493+
},
3494+
"panel": {
3495+
"gap": {
3496+
"value": "{spaces.2}",
3497+
"type": "spacing"
3498+
}
34933499
}
34943500
},
34953501
"borderWidth": {
@@ -3563,6 +3569,34 @@
35633569
}
35643570
}
35653571
}
3572+
},
3573+
"shadow": {
3574+
"default": {
3575+
"value": "0",
3576+
"type": "boxShadow"
3577+
},
3578+
"hover": {
3579+
"value": "{shadow.1}",
3580+
"type": "boxShadow"
3581+
}
3582+
},
3583+
"size": {
3584+
"icon": {
3585+
"all": {
3586+
"drag": {
3587+
"value": "{sizes.6}",
3588+
"type": "sizing"
3589+
},
3590+
"menu": {
3591+
"value": "{sizes.7}",
3592+
"type": "sizing"
3593+
},
3594+
"resize": {
3595+
"value": "{sizes.4}",
3596+
"type": "sizing"
3597+
}
3598+
}
3599+
}
35663600
}
35673601
}
35683602
}

tokens/themes/dark.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5080,6 +5080,18 @@
50805080
"value": "{click.global.color.text.link.default}",
50815081
"type": "color"
50825082
}
5083+
},
5084+
"opacity": {
5085+
"bar": {
5086+
"default": {
5087+
"value": "20%",
5088+
"type": "opacity"
5089+
},
5090+
"hover": {
5091+
"value": "50%",
5092+
"type": "opacity"
5093+
}
5094+
}
50835095
}
50845096
}
50855097
}

tokens/themes/light.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4885,6 +4885,18 @@
48854885
"value": "{click.global.color.text.link.default}",
48864886
"type": "color"
48874887
}
4888+
},
4889+
"opacity": {
4890+
"bar": {
4891+
"default": {
4892+
"value": "20%",
4893+
"type": "opacity"
4894+
},
4895+
"hover": {
4896+
"value": "50%",
4897+
"type": "opacity"
4898+
}
4899+
}
48884900
}
48894901
}
48904902
}

0 commit comments

Comments
 (0)