@pantheon-systems/pds-design-tokens 1.0.0-dev.131 → 1.0.0-dev.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/pds-design-tokens-dark-mode.css +23 -20
- package/build/css/pds-design-tokens-light-mode.css +26 -20
- package/build/figma/pds-design-tokens-figma.json +830 -511
- package/build/json/pds-design-tokens-dark-mode.json +327 -244
- package/build/json/pds-design-tokens-light-mode.json +412 -244
- package/package.json +1 -1
|
@@ -549,13 +549,14 @@
|
|
|
549
549
|
}
|
|
550
550
|
},
|
|
551
551
|
"text": {
|
|
552
|
-
"
|
|
553
|
-
"
|
|
552
|
+
"anchor": {
|
|
553
|
+
"L": {
|
|
554
554
|
"value": {
|
|
555
555
|
"fontSize": "1 * 16",
|
|
556
556
|
"fontFamily": "Poppins",
|
|
557
557
|
"fontWeight": 400,
|
|
558
|
-
"lineHeight": "165%"
|
|
558
|
+
"lineHeight": "165%",
|
|
559
|
+
"textDecoration": "underline"
|
|
559
560
|
},
|
|
560
561
|
"type": "typography",
|
|
561
562
|
"filePath": "tokens-figma/typography/base.json",
|
|
@@ -565,23 +566,24 @@
|
|
|
565
566
|
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
566
567
|
"fontFamily": "Poppins",
|
|
567
568
|
"fontWeight": "{typography.font-weight.regular}",
|
|
568
|
-
"lineHeight": "{typography.line-height.L}"
|
|
569
|
+
"lineHeight": "{typography.line-height.L}",
|
|
570
|
+
"textDecoration": "underline"
|
|
569
571
|
},
|
|
570
572
|
"type": "typography"
|
|
571
573
|
},
|
|
572
|
-
"name": "text-
|
|
574
|
+
"name": "text-anchor-l",
|
|
573
575
|
"attributes": {
|
|
574
576
|
"category": "text",
|
|
575
|
-
"type": "
|
|
576
|
-
"item": "
|
|
577
|
+
"type": "anchor",
|
|
578
|
+
"item": "L"
|
|
577
579
|
},
|
|
578
580
|
"path": [
|
|
579
581
|
"text",
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
+
"anchor",
|
|
583
|
+
"L"
|
|
582
584
|
]
|
|
583
585
|
},
|
|
584
|
-
"
|
|
586
|
+
"M": {
|
|
585
587
|
"value": {
|
|
586
588
|
"fontSize": "1 * 16",
|
|
587
589
|
"fontFamily": "Poppins",
|
|
@@ -602,16 +604,82 @@
|
|
|
602
604
|
},
|
|
603
605
|
"type": "typography"
|
|
604
606
|
},
|
|
605
|
-
"name": "text-
|
|
607
|
+
"name": "text-anchor-m",
|
|
608
|
+
"attributes": {
|
|
609
|
+
"category": "text",
|
|
610
|
+
"type": "anchor",
|
|
611
|
+
"item": "M"
|
|
612
|
+
},
|
|
613
|
+
"path": [
|
|
614
|
+
"text",
|
|
615
|
+
"anchor",
|
|
616
|
+
"M"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
"S": {
|
|
620
|
+
"value": {
|
|
621
|
+
"fontSize": "0.833 * 16",
|
|
622
|
+
"fontFamily": "Poppins",
|
|
623
|
+
"fontWeight": 400,
|
|
624
|
+
"lineHeight": "165%",
|
|
625
|
+
"textDecoration": "underline"
|
|
626
|
+
},
|
|
627
|
+
"type": "typography",
|
|
628
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
629
|
+
"isSource": true,
|
|
630
|
+
"original": {
|
|
631
|
+
"value": {
|
|
632
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
633
|
+
"fontFamily": "Poppins",
|
|
634
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
635
|
+
"lineHeight": "{typography.line-height.L}",
|
|
636
|
+
"textDecoration": "underline"
|
|
637
|
+
},
|
|
638
|
+
"type": "typography"
|
|
639
|
+
},
|
|
640
|
+
"name": "text-anchor-s",
|
|
641
|
+
"attributes": {
|
|
642
|
+
"category": "text",
|
|
643
|
+
"type": "anchor",
|
|
644
|
+
"item": "S"
|
|
645
|
+
},
|
|
646
|
+
"path": [
|
|
647
|
+
"text",
|
|
648
|
+
"anchor",
|
|
649
|
+
"S"
|
|
650
|
+
]
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
"body": {
|
|
654
|
+
"paragraph": {
|
|
655
|
+
"value": {
|
|
656
|
+
"fontSize": "1 * 16",
|
|
657
|
+
"fontFamily": "Poppins",
|
|
658
|
+
"fontWeight": 400,
|
|
659
|
+
"lineHeight": "165%"
|
|
660
|
+
},
|
|
661
|
+
"type": "typography",
|
|
662
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
663
|
+
"isSource": true,
|
|
664
|
+
"original": {
|
|
665
|
+
"value": {
|
|
666
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
667
|
+
"fontFamily": "Poppins",
|
|
668
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
669
|
+
"lineHeight": "{typography.line-height.L}"
|
|
670
|
+
},
|
|
671
|
+
"type": "typography"
|
|
672
|
+
},
|
|
673
|
+
"name": "text-body-paragraph",
|
|
606
674
|
"attributes": {
|
|
607
675
|
"category": "text",
|
|
608
676
|
"type": "body",
|
|
609
|
-
"item": "
|
|
677
|
+
"item": "paragraph"
|
|
610
678
|
},
|
|
611
679
|
"path": [
|
|
612
680
|
"text",
|
|
613
681
|
"body",
|
|
614
|
-
"
|
|
682
|
+
"paragraph"
|
|
615
683
|
]
|
|
616
684
|
},
|
|
617
685
|
"lead": {
|
|
@@ -7941,1074 +8009,1074 @@
|
|
|
7941
8009
|
}
|
|
7942
8010
|
},
|
|
7943
8011
|
"tag": {
|
|
7944
|
-
"
|
|
8012
|
+
"1": {
|
|
7945
8013
|
"background": {
|
|
7946
|
-
"value": "#
|
|
8014
|
+
"value": "#ded8fa",
|
|
7947
8015
|
"public": true,
|
|
8016
|
+
"isReferenceToInternal": true,
|
|
7948
8017
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
7949
8018
|
"isSource": true,
|
|
7950
8019
|
"original": {
|
|
7951
|
-
"value": "#
|
|
7952
|
-
"public": true
|
|
8020
|
+
"value": "#DED8FA",
|
|
8021
|
+
"public": true,
|
|
8022
|
+
"isReferenceToInternal": true
|
|
7953
8023
|
},
|
|
7954
|
-
"name": "color-dark-mode-tag-
|
|
8024
|
+
"name": "color-dark-mode-tag-1-background",
|
|
7955
8025
|
"attributes": {
|
|
7956
8026
|
"category": "color",
|
|
7957
8027
|
"type": "dark-mode",
|
|
7958
8028
|
"item": "tag",
|
|
7959
|
-
"subitem": "
|
|
8029
|
+
"subitem": "1",
|
|
7960
8030
|
"state": "background"
|
|
7961
8031
|
},
|
|
7962
8032
|
"path": [
|
|
7963
8033
|
"color",
|
|
7964
8034
|
"dark-mode",
|
|
7965
8035
|
"tag",
|
|
7966
|
-
"
|
|
8036
|
+
"1",
|
|
7967
8037
|
"background"
|
|
7968
8038
|
]
|
|
7969
8039
|
},
|
|
7970
8040
|
"foreground": {
|
|
7971
|
-
"value": "#
|
|
8041
|
+
"value": "#5c4fac",
|
|
7972
8042
|
"public": true,
|
|
8043
|
+
"isReferenceToInternal": true,
|
|
7973
8044
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
7974
8045
|
"isSource": true,
|
|
7975
8046
|
"original": {
|
|
7976
|
-
"value": "#
|
|
7977
|
-
"public": true
|
|
8047
|
+
"value": "#5C4FAC",
|
|
8048
|
+
"public": true,
|
|
8049
|
+
"isReferenceToInternal": true
|
|
7978
8050
|
},
|
|
7979
|
-
"name": "color-dark-mode-tag-
|
|
8051
|
+
"name": "color-dark-mode-tag-1-foreground",
|
|
7980
8052
|
"attributes": {
|
|
7981
8053
|
"category": "color",
|
|
7982
8054
|
"type": "dark-mode",
|
|
7983
8055
|
"item": "tag",
|
|
7984
|
-
"subitem": "
|
|
8056
|
+
"subitem": "1",
|
|
7985
8057
|
"state": "foreground"
|
|
7986
8058
|
},
|
|
7987
8059
|
"path": [
|
|
7988
8060
|
"color",
|
|
7989
8061
|
"dark-mode",
|
|
7990
8062
|
"tag",
|
|
7991
|
-
"
|
|
8063
|
+
"1",
|
|
7992
8064
|
"foreground"
|
|
7993
8065
|
]
|
|
7994
8066
|
}
|
|
7995
8067
|
},
|
|
7996
|
-
"
|
|
8068
|
+
"2": {
|
|
7997
8069
|
"background": {
|
|
7998
|
-
"value": "#
|
|
8070
|
+
"value": "#f8d7d3",
|
|
7999
8071
|
"public": true,
|
|
8000
8072
|
"isReferenceToInternal": true,
|
|
8001
8073
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8002
8074
|
"isSource": true,
|
|
8003
8075
|
"original": {
|
|
8004
|
-
"value": "#
|
|
8076
|
+
"value": "#F8D7D3",
|
|
8005
8077
|
"public": true,
|
|
8006
8078
|
"isReferenceToInternal": true
|
|
8007
8079
|
},
|
|
8008
|
-
"name": "color-dark-mode-tag-
|
|
8080
|
+
"name": "color-dark-mode-tag-2-background",
|
|
8009
8081
|
"attributes": {
|
|
8010
8082
|
"category": "color",
|
|
8011
8083
|
"type": "dark-mode",
|
|
8012
8084
|
"item": "tag",
|
|
8013
|
-
"subitem": "
|
|
8085
|
+
"subitem": "2",
|
|
8014
8086
|
"state": "background"
|
|
8015
8087
|
},
|
|
8016
8088
|
"path": [
|
|
8017
8089
|
"color",
|
|
8018
8090
|
"dark-mode",
|
|
8019
8091
|
"tag",
|
|
8020
|
-
"
|
|
8092
|
+
"2",
|
|
8021
8093
|
"background"
|
|
8022
8094
|
]
|
|
8023
8095
|
},
|
|
8024
8096
|
"foreground": {
|
|
8025
|
-
"value": "#
|
|
8097
|
+
"value": "#a0392c",
|
|
8026
8098
|
"public": true,
|
|
8027
8099
|
"isReferenceToInternal": true,
|
|
8028
8100
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8029
8101
|
"isSource": true,
|
|
8030
8102
|
"original": {
|
|
8031
|
-
"value": "#
|
|
8103
|
+
"value": "#A0392C",
|
|
8032
8104
|
"public": true,
|
|
8033
8105
|
"isReferenceToInternal": true
|
|
8034
8106
|
},
|
|
8035
|
-
"name": "color-dark-mode-tag-
|
|
8107
|
+
"name": "color-dark-mode-tag-2-foreground",
|
|
8036
8108
|
"attributes": {
|
|
8037
8109
|
"category": "color",
|
|
8038
8110
|
"type": "dark-mode",
|
|
8039
8111
|
"item": "tag",
|
|
8040
|
-
"subitem": "
|
|
8112
|
+
"subitem": "2",
|
|
8041
8113
|
"state": "foreground"
|
|
8042
8114
|
},
|
|
8043
8115
|
"path": [
|
|
8044
8116
|
"color",
|
|
8045
8117
|
"dark-mode",
|
|
8046
8118
|
"tag",
|
|
8047
|
-
"
|
|
8119
|
+
"2",
|
|
8048
8120
|
"foreground"
|
|
8049
8121
|
]
|
|
8050
8122
|
}
|
|
8051
8123
|
},
|
|
8052
|
-
"
|
|
8124
|
+
"3": {
|
|
8053
8125
|
"background": {
|
|
8054
|
-
"value": "#
|
|
8126
|
+
"value": "#f5e7a8",
|
|
8055
8127
|
"public": true,
|
|
8056
8128
|
"isReferenceToInternal": true,
|
|
8057
8129
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8058
8130
|
"isSource": true,
|
|
8059
8131
|
"original": {
|
|
8060
|
-
"value": "#
|
|
8132
|
+
"value": "#F5E7A8",
|
|
8061
8133
|
"public": true,
|
|
8062
8134
|
"isReferenceToInternal": true
|
|
8063
8135
|
},
|
|
8064
|
-
"name": "color-dark-mode-tag-
|
|
8136
|
+
"name": "color-dark-mode-tag-3-background",
|
|
8065
8137
|
"attributes": {
|
|
8066
8138
|
"category": "color",
|
|
8067
8139
|
"type": "dark-mode",
|
|
8068
8140
|
"item": "tag",
|
|
8069
|
-
"subitem": "
|
|
8141
|
+
"subitem": "3",
|
|
8070
8142
|
"state": "background"
|
|
8071
8143
|
},
|
|
8072
8144
|
"path": [
|
|
8073
8145
|
"color",
|
|
8074
8146
|
"dark-mode",
|
|
8075
8147
|
"tag",
|
|
8076
|
-
"
|
|
8148
|
+
"3",
|
|
8077
8149
|
"background"
|
|
8078
8150
|
]
|
|
8079
8151
|
},
|
|
8080
8152
|
"foreground": {
|
|
8081
|
-
"value": "#
|
|
8153
|
+
"value": "#7b611e",
|
|
8082
8154
|
"public": true,
|
|
8083
8155
|
"isReferenceToInternal": true,
|
|
8084
8156
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8085
8157
|
"isSource": true,
|
|
8086
8158
|
"original": {
|
|
8087
|
-
"value": "#
|
|
8159
|
+
"value": "#7B611E",
|
|
8088
8160
|
"public": true,
|
|
8089
8161
|
"isReferenceToInternal": true
|
|
8090
8162
|
},
|
|
8091
|
-
"name": "color-dark-mode-tag-
|
|
8163
|
+
"name": "color-dark-mode-tag-3-foreground",
|
|
8092
8164
|
"attributes": {
|
|
8093
8165
|
"category": "color",
|
|
8094
8166
|
"type": "dark-mode",
|
|
8095
8167
|
"item": "tag",
|
|
8096
|
-
"subitem": "
|
|
8168
|
+
"subitem": "3",
|
|
8097
8169
|
"state": "foreground"
|
|
8098
8170
|
},
|
|
8099
8171
|
"path": [
|
|
8100
8172
|
"color",
|
|
8101
8173
|
"dark-mode",
|
|
8102
8174
|
"tag",
|
|
8103
|
-
"
|
|
8175
|
+
"3",
|
|
8104
8176
|
"foreground"
|
|
8105
8177
|
]
|
|
8106
8178
|
}
|
|
8107
8179
|
},
|
|
8108
|
-
"
|
|
8180
|
+
"4": {
|
|
8109
8181
|
"background": {
|
|
8110
|
-
"value": "#
|
|
8182
|
+
"value": "#f7d7ec",
|
|
8111
8183
|
"public": true,
|
|
8112
8184
|
"isReferenceToInternal": true,
|
|
8113
8185
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8114
8186
|
"isSource": true,
|
|
8115
8187
|
"original": {
|
|
8116
|
-
"value": "#
|
|
8188
|
+
"value": "#F7D7EC",
|
|
8117
8189
|
"public": true,
|
|
8118
8190
|
"isReferenceToInternal": true
|
|
8119
8191
|
},
|
|
8120
|
-
"name": "color-dark-mode-tag-
|
|
8192
|
+
"name": "color-dark-mode-tag-4-background",
|
|
8121
8193
|
"attributes": {
|
|
8122
8194
|
"category": "color",
|
|
8123
8195
|
"type": "dark-mode",
|
|
8124
8196
|
"item": "tag",
|
|
8125
|
-
"subitem": "
|
|
8197
|
+
"subitem": "4",
|
|
8126
8198
|
"state": "background"
|
|
8127
8199
|
},
|
|
8128
8200
|
"path": [
|
|
8129
8201
|
"color",
|
|
8130
8202
|
"dark-mode",
|
|
8131
8203
|
"tag",
|
|
8132
|
-
"
|
|
8204
|
+
"4",
|
|
8133
8205
|
"background"
|
|
8134
8206
|
]
|
|
8135
8207
|
},
|
|
8136
8208
|
"foreground": {
|
|
8137
|
-
"value": "#
|
|
8209
|
+
"value": "#894271",
|
|
8138
8210
|
"public": true,
|
|
8139
|
-
"isReferenceToInternal": true,
|
|
8140
8211
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8141
8212
|
"isSource": true,
|
|
8142
8213
|
"original": {
|
|
8143
|
-
"value": "#
|
|
8144
|
-
"public": true
|
|
8145
|
-
"isReferenceToInternal": true
|
|
8214
|
+
"value": "#894271",
|
|
8215
|
+
"public": true
|
|
8146
8216
|
},
|
|
8147
|
-
"name": "color-dark-mode-tag-
|
|
8217
|
+
"name": "color-dark-mode-tag-4-foreground",
|
|
8148
8218
|
"attributes": {
|
|
8149
8219
|
"category": "color",
|
|
8150
8220
|
"type": "dark-mode",
|
|
8151
8221
|
"item": "tag",
|
|
8152
|
-
"subitem": "
|
|
8222
|
+
"subitem": "4",
|
|
8153
8223
|
"state": "foreground"
|
|
8154
8224
|
},
|
|
8155
8225
|
"path": [
|
|
8156
8226
|
"color",
|
|
8157
8227
|
"dark-mode",
|
|
8158
8228
|
"tag",
|
|
8159
|
-
"
|
|
8229
|
+
"4",
|
|
8160
8230
|
"foreground"
|
|
8161
8231
|
]
|
|
8162
8232
|
}
|
|
8163
8233
|
},
|
|
8164
|
-
"
|
|
8234
|
+
"5": {
|
|
8165
8235
|
"background": {
|
|
8166
|
-
"value": "#
|
|
8236
|
+
"value": "#d9f0af",
|
|
8167
8237
|
"public": true,
|
|
8168
|
-
"isReferenceToInternal": true,
|
|
8169
8238
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8170
8239
|
"isSource": true,
|
|
8171
8240
|
"original": {
|
|
8172
|
-
"value": "#
|
|
8173
|
-
"public": true
|
|
8174
|
-
"isReferenceToInternal": true
|
|
8241
|
+
"value": "#D9F0AF",
|
|
8242
|
+
"public": true
|
|
8175
8243
|
},
|
|
8176
|
-
"name": "color-dark-mode-tag-
|
|
8244
|
+
"name": "color-dark-mode-tag-5-background",
|
|
8177
8245
|
"attributes": {
|
|
8178
8246
|
"category": "color",
|
|
8179
8247
|
"type": "dark-mode",
|
|
8180
8248
|
"item": "tag",
|
|
8181
|
-
"subitem": "
|
|
8249
|
+
"subitem": "5",
|
|
8182
8250
|
"state": "background"
|
|
8183
8251
|
},
|
|
8184
8252
|
"path": [
|
|
8185
8253
|
"color",
|
|
8186
8254
|
"dark-mode",
|
|
8187
8255
|
"tag",
|
|
8188
|
-
"
|
|
8256
|
+
"5",
|
|
8189
8257
|
"background"
|
|
8190
8258
|
]
|
|
8191
8259
|
},
|
|
8192
8260
|
"foreground": {
|
|
8193
|
-
"value": "#
|
|
8261
|
+
"value": "#536a2b",
|
|
8194
8262
|
"public": true,
|
|
8195
8263
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8196
8264
|
"isSource": true,
|
|
8197
8265
|
"original": {
|
|
8198
|
-
"value": "#
|
|
8266
|
+
"value": "#536A2B",
|
|
8199
8267
|
"public": true
|
|
8200
8268
|
},
|
|
8201
|
-
"name": "color-dark-mode-tag-
|
|
8269
|
+
"name": "color-dark-mode-tag-5-foreground",
|
|
8202
8270
|
"attributes": {
|
|
8203
8271
|
"category": "color",
|
|
8204
8272
|
"type": "dark-mode",
|
|
8205
8273
|
"item": "tag",
|
|
8206
|
-
"subitem": "
|
|
8274
|
+
"subitem": "5",
|
|
8207
8275
|
"state": "foreground"
|
|
8208
8276
|
},
|
|
8209
8277
|
"path": [
|
|
8210
8278
|
"color",
|
|
8211
8279
|
"dark-mode",
|
|
8212
8280
|
"tag",
|
|
8213
|
-
"
|
|
8281
|
+
"5",
|
|
8214
8282
|
"foreground"
|
|
8215
8283
|
]
|
|
8216
8284
|
}
|
|
8217
8285
|
},
|
|
8218
|
-
"
|
|
8286
|
+
"6": {
|
|
8219
8287
|
"background": {
|
|
8220
|
-
"value": "#
|
|
8288
|
+
"value": "#dddfe3",
|
|
8221
8289
|
"public": true,
|
|
8222
8290
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8223
8291
|
"isSource": true,
|
|
8224
8292
|
"original": {
|
|
8225
|
-
"value": "#
|
|
8293
|
+
"value": "#DDDFE3",
|
|
8226
8294
|
"public": true
|
|
8227
8295
|
},
|
|
8228
|
-
"name": "color-dark-mode-tag-
|
|
8296
|
+
"name": "color-dark-mode-tag-6-background",
|
|
8229
8297
|
"attributes": {
|
|
8230
8298
|
"category": "color",
|
|
8231
8299
|
"type": "dark-mode",
|
|
8232
8300
|
"item": "tag",
|
|
8233
|
-
"subitem": "
|
|
8301
|
+
"subitem": "6",
|
|
8234
8302
|
"state": "background"
|
|
8235
8303
|
},
|
|
8236
8304
|
"path": [
|
|
8237
8305
|
"color",
|
|
8238
8306
|
"dark-mode",
|
|
8239
8307
|
"tag",
|
|
8240
|
-
"
|
|
8308
|
+
"6",
|
|
8241
8309
|
"background"
|
|
8242
8310
|
]
|
|
8243
8311
|
},
|
|
8244
8312
|
"foreground": {
|
|
8245
|
-
"value": "#
|
|
8313
|
+
"value": "#47546d",
|
|
8246
8314
|
"public": true,
|
|
8247
8315
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8248
8316
|
"isSource": true,
|
|
8249
8317
|
"original": {
|
|
8250
|
-
"value": "#
|
|
8318
|
+
"value": "#47546D",
|
|
8251
8319
|
"public": true
|
|
8252
8320
|
},
|
|
8253
|
-
"name": "color-dark-mode-tag-
|
|
8321
|
+
"name": "color-dark-mode-tag-6-foreground",
|
|
8254
8322
|
"attributes": {
|
|
8255
8323
|
"category": "color",
|
|
8256
8324
|
"type": "dark-mode",
|
|
8257
8325
|
"item": "tag",
|
|
8258
|
-
"subitem": "
|
|
8326
|
+
"subitem": "6",
|
|
8259
8327
|
"state": "foreground"
|
|
8260
8328
|
},
|
|
8261
8329
|
"path": [
|
|
8262
8330
|
"color",
|
|
8263
8331
|
"dark-mode",
|
|
8264
8332
|
"tag",
|
|
8265
|
-
"
|
|
8333
|
+
"6",
|
|
8266
8334
|
"foreground"
|
|
8267
8335
|
]
|
|
8268
8336
|
}
|
|
8269
8337
|
},
|
|
8270
|
-
"
|
|
8338
|
+
"7": {
|
|
8271
8339
|
"background": {
|
|
8272
|
-
"value": "#
|
|
8340
|
+
"value": "#c6f1dc",
|
|
8273
8341
|
"public": true,
|
|
8274
8342
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8275
8343
|
"isSource": true,
|
|
8276
8344
|
"original": {
|
|
8277
|
-
"value": "#
|
|
8345
|
+
"value": "#C6F1DC",
|
|
8278
8346
|
"public": true
|
|
8279
8347
|
},
|
|
8280
|
-
"name": "color-dark-mode-tag-
|
|
8348
|
+
"name": "color-dark-mode-tag-7-background",
|
|
8281
8349
|
"attributes": {
|
|
8282
8350
|
"category": "color",
|
|
8283
8351
|
"type": "dark-mode",
|
|
8284
8352
|
"item": "tag",
|
|
8285
|
-
"subitem": "
|
|
8353
|
+
"subitem": "7",
|
|
8286
8354
|
"state": "background"
|
|
8287
8355
|
},
|
|
8288
8356
|
"path": [
|
|
8289
8357
|
"color",
|
|
8290
8358
|
"dark-mode",
|
|
8291
8359
|
"tag",
|
|
8292
|
-
"
|
|
8360
|
+
"7",
|
|
8293
8361
|
"background"
|
|
8294
8362
|
]
|
|
8295
8363
|
},
|
|
8296
8364
|
"foreground": {
|
|
8297
|
-
"value": "#
|
|
8365
|
+
"value": "#3e7256",
|
|
8298
8366
|
"public": true,
|
|
8299
8367
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8300
8368
|
"isSource": true,
|
|
8301
8369
|
"original": {
|
|
8302
|
-
"value": "#
|
|
8370
|
+
"value": "#3E7256",
|
|
8303
8371
|
"public": true
|
|
8304
8372
|
},
|
|
8305
|
-
"name": "color-dark-mode-tag-
|
|
8373
|
+
"name": "color-dark-mode-tag-7-foreground",
|
|
8306
8374
|
"attributes": {
|
|
8307
8375
|
"category": "color",
|
|
8308
8376
|
"type": "dark-mode",
|
|
8309
8377
|
"item": "tag",
|
|
8310
|
-
"subitem": "
|
|
8378
|
+
"subitem": "7",
|
|
8311
8379
|
"state": "foreground"
|
|
8312
8380
|
},
|
|
8313
8381
|
"path": [
|
|
8314
8382
|
"color",
|
|
8315
8383
|
"dark-mode",
|
|
8316
8384
|
"tag",
|
|
8317
|
-
"
|
|
8385
|
+
"7",
|
|
8318
8386
|
"foreground"
|
|
8319
8387
|
]
|
|
8320
8388
|
}
|
|
8321
8389
|
},
|
|
8322
|
-
"
|
|
8390
|
+
"8": {
|
|
8323
8391
|
"background": {
|
|
8324
|
-
"value": "#
|
|
8392
|
+
"value": "#f9dfcb",
|
|
8325
8393
|
"public": true,
|
|
8326
8394
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8327
8395
|
"isSource": true,
|
|
8328
8396
|
"original": {
|
|
8329
|
-
"value": "#
|
|
8397
|
+
"value": "#F9DFCB",
|
|
8330
8398
|
"public": true
|
|
8331
8399
|
},
|
|
8332
|
-
"name": "color-dark-mode-tag-
|
|
8400
|
+
"name": "color-dark-mode-tag-8-background",
|
|
8333
8401
|
"attributes": {
|
|
8334
8402
|
"category": "color",
|
|
8335
8403
|
"type": "dark-mode",
|
|
8336
8404
|
"item": "tag",
|
|
8337
|
-
"subitem": "
|
|
8405
|
+
"subitem": "8",
|
|
8338
8406
|
"state": "background"
|
|
8339
8407
|
},
|
|
8340
8408
|
"path": [
|
|
8341
8409
|
"color",
|
|
8342
8410
|
"dark-mode",
|
|
8343
8411
|
"tag",
|
|
8344
|
-
"
|
|
8412
|
+
"8",
|
|
8345
8413
|
"background"
|
|
8346
8414
|
]
|
|
8347
8415
|
},
|
|
8348
8416
|
"foreground": {
|
|
8349
|
-
"value": "#
|
|
8417
|
+
"value": "#9a4e1c",
|
|
8350
8418
|
"public": true,
|
|
8351
8419
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8352
8420
|
"isSource": true,
|
|
8353
8421
|
"original": {
|
|
8354
|
-
"value": "#
|
|
8422
|
+
"value": "#9A4E1C",
|
|
8355
8423
|
"public": true
|
|
8356
8424
|
},
|
|
8357
|
-
"name": "color-dark-mode-tag-
|
|
8425
|
+
"name": "color-dark-mode-tag-8-foreground",
|
|
8358
8426
|
"attributes": {
|
|
8359
8427
|
"category": "color",
|
|
8360
8428
|
"type": "dark-mode",
|
|
8361
8429
|
"item": "tag",
|
|
8362
|
-
"subitem": "
|
|
8430
|
+
"subitem": "8",
|
|
8363
8431
|
"state": "foreground"
|
|
8364
8432
|
},
|
|
8365
8433
|
"path": [
|
|
8366
8434
|
"color",
|
|
8367
8435
|
"dark-mode",
|
|
8368
8436
|
"tag",
|
|
8369
|
-
"
|
|
8437
|
+
"8",
|
|
8370
8438
|
"foreground"
|
|
8371
8439
|
]
|
|
8372
8440
|
}
|
|
8373
8441
|
},
|
|
8374
|
-
"
|
|
8442
|
+
"9": {
|
|
8375
8443
|
"background": {
|
|
8376
|
-
"value": "#
|
|
8444
|
+
"value": "#ceecf9",
|
|
8377
8445
|
"public": true,
|
|
8446
|
+
"isReferenceToInternal": true,
|
|
8378
8447
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8379
8448
|
"isSource": true,
|
|
8380
8449
|
"original": {
|
|
8381
|
-
"value": "#
|
|
8382
|
-
"public": true
|
|
8450
|
+
"value": "#CEECF9",
|
|
8451
|
+
"public": true,
|
|
8452
|
+
"isReferenceToInternal": true
|
|
8383
8453
|
},
|
|
8384
|
-
"name": "color-dark-mode-tag-
|
|
8454
|
+
"name": "color-dark-mode-tag-9-background",
|
|
8385
8455
|
"attributes": {
|
|
8386
8456
|
"category": "color",
|
|
8387
8457
|
"type": "dark-mode",
|
|
8388
8458
|
"item": "tag",
|
|
8389
|
-
"subitem": "
|
|
8459
|
+
"subitem": "9",
|
|
8390
8460
|
"state": "background"
|
|
8391
8461
|
},
|
|
8392
8462
|
"path": [
|
|
8393
8463
|
"color",
|
|
8394
8464
|
"dark-mode",
|
|
8395
8465
|
"tag",
|
|
8396
|
-
"
|
|
8466
|
+
"9",
|
|
8397
8467
|
"background"
|
|
8398
8468
|
]
|
|
8399
8469
|
},
|
|
8400
8470
|
"foreground": {
|
|
8401
|
-
"value": "#
|
|
8471
|
+
"value": "#366880",
|
|
8402
8472
|
"public": true,
|
|
8403
8473
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8404
8474
|
"isSource": true,
|
|
8405
8475
|
"original": {
|
|
8406
|
-
"value": "#
|
|
8476
|
+
"value": "#366880",
|
|
8407
8477
|
"public": true
|
|
8408
8478
|
},
|
|
8409
|
-
"name": "color-dark-mode-tag-
|
|
8479
|
+
"name": "color-dark-mode-tag-9-foreground",
|
|
8410
8480
|
"attributes": {
|
|
8411
8481
|
"category": "color",
|
|
8412
8482
|
"type": "dark-mode",
|
|
8413
8483
|
"item": "tag",
|
|
8414
|
-
"subitem": "
|
|
8484
|
+
"subitem": "9",
|
|
8415
8485
|
"state": "foreground"
|
|
8416
8486
|
},
|
|
8417
8487
|
"path": [
|
|
8418
8488
|
"color",
|
|
8419
8489
|
"dark-mode",
|
|
8420
8490
|
"tag",
|
|
8421
|
-
"
|
|
8491
|
+
"9",
|
|
8422
8492
|
"foreground"
|
|
8423
8493
|
]
|
|
8424
8494
|
}
|
|
8425
8495
|
},
|
|
8426
|
-
"
|
|
8496
|
+
"10": {
|
|
8427
8497
|
"background": {
|
|
8428
|
-
"value": "#
|
|
8498
|
+
"value": "#d0dffc",
|
|
8429
8499
|
"public": true,
|
|
8430
|
-
"isReferenceToInternal": true,
|
|
8431
8500
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8432
8501
|
"isSource": true,
|
|
8433
8502
|
"original": {
|
|
8434
|
-
"value": "#
|
|
8435
|
-
"public": true
|
|
8436
|
-
"isReferenceToInternal": true
|
|
8503
|
+
"value": "#D0DFFC",
|
|
8504
|
+
"public": true
|
|
8437
8505
|
},
|
|
8438
|
-
"name": "color-dark-mode-tag-
|
|
8506
|
+
"name": "color-dark-mode-tag-10-background",
|
|
8439
8507
|
"attributes": {
|
|
8440
8508
|
"category": "color",
|
|
8441
8509
|
"type": "dark-mode",
|
|
8442
8510
|
"item": "tag",
|
|
8443
|
-
"subitem": "
|
|
8511
|
+
"subitem": "10",
|
|
8444
8512
|
"state": "background"
|
|
8445
8513
|
},
|
|
8446
8514
|
"path": [
|
|
8447
8515
|
"color",
|
|
8448
8516
|
"dark-mode",
|
|
8449
8517
|
"tag",
|
|
8450
|
-
"
|
|
8518
|
+
"10",
|
|
8451
8519
|
"background"
|
|
8452
8520
|
]
|
|
8453
8521
|
},
|
|
8454
8522
|
"foreground": {
|
|
8455
|
-
"value": "#
|
|
8523
|
+
"value": "#2254c5",
|
|
8456
8524
|
"public": true,
|
|
8457
8525
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8458
8526
|
"isSource": true,
|
|
8459
8527
|
"original": {
|
|
8460
|
-
"value": "#
|
|
8528
|
+
"value": "#2254C5",
|
|
8461
8529
|
"public": true
|
|
8462
8530
|
},
|
|
8463
|
-
"name": "color-dark-mode-tag-
|
|
8531
|
+
"name": "color-dark-mode-tag-10-foreground",
|
|
8464
8532
|
"attributes": {
|
|
8465
8533
|
"category": "color",
|
|
8466
8534
|
"type": "dark-mode",
|
|
8467
8535
|
"item": "tag",
|
|
8468
|
-
"subitem": "
|
|
8536
|
+
"subitem": "10",
|
|
8469
8537
|
"state": "foreground"
|
|
8470
8538
|
},
|
|
8471
8539
|
"path": [
|
|
8472
8540
|
"color",
|
|
8473
8541
|
"dark-mode",
|
|
8474
8542
|
"tag",
|
|
8475
|
-
"
|
|
8543
|
+
"10",
|
|
8476
8544
|
"foreground"
|
|
8477
8545
|
]
|
|
8478
8546
|
}
|
|
8479
8547
|
},
|
|
8480
|
-
"
|
|
8548
|
+
"11": {
|
|
8481
8549
|
"background": {
|
|
8482
|
-
"value": "#
|
|
8550
|
+
"value": "#72cb9b",
|
|
8483
8551
|
"public": true,
|
|
8552
|
+
"isReferenceToInternal": true,
|
|
8484
8553
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8485
8554
|
"isSource": true,
|
|
8486
8555
|
"original": {
|
|
8487
|
-
"value": "#
|
|
8488
|
-
"public": true
|
|
8556
|
+
"value": "#72CB9B",
|
|
8557
|
+
"public": true,
|
|
8558
|
+
"isReferenceToInternal": true
|
|
8489
8559
|
},
|
|
8490
|
-
"name": "color-dark-mode-tag-
|
|
8560
|
+
"name": "color-dark-mode-tag-11-background",
|
|
8491
8561
|
"attributes": {
|
|
8492
8562
|
"category": "color",
|
|
8493
8563
|
"type": "dark-mode",
|
|
8494
8564
|
"item": "tag",
|
|
8495
|
-
"subitem": "
|
|
8565
|
+
"subitem": "11",
|
|
8496
8566
|
"state": "background"
|
|
8497
8567
|
},
|
|
8498
8568
|
"path": [
|
|
8499
8569
|
"color",
|
|
8500
8570
|
"dark-mode",
|
|
8501
8571
|
"tag",
|
|
8502
|
-
"
|
|
8572
|
+
"11",
|
|
8503
8573
|
"background"
|
|
8504
8574
|
]
|
|
8505
8575
|
},
|
|
8506
8576
|
"foreground": {
|
|
8507
|
-
"value": "#
|
|
8577
|
+
"value": "#264a37",
|
|
8508
8578
|
"public": true,
|
|
8579
|
+
"isReferenceToInternal": true,
|
|
8509
8580
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8510
8581
|
"isSource": true,
|
|
8511
8582
|
"original": {
|
|
8512
|
-
"value": "#
|
|
8513
|
-
"public": true
|
|
8583
|
+
"value": "#264A37",
|
|
8584
|
+
"public": true,
|
|
8585
|
+
"isReferenceToInternal": true
|
|
8514
8586
|
},
|
|
8515
|
-
"name": "color-dark-mode-tag-
|
|
8587
|
+
"name": "color-dark-mode-tag-11-foreground",
|
|
8516
8588
|
"attributes": {
|
|
8517
8589
|
"category": "color",
|
|
8518
8590
|
"type": "dark-mode",
|
|
8519
8591
|
"item": "tag",
|
|
8520
|
-
"subitem": "
|
|
8592
|
+
"subitem": "11",
|
|
8521
8593
|
"state": "foreground"
|
|
8522
8594
|
},
|
|
8523
8595
|
"path": [
|
|
8524
8596
|
"color",
|
|
8525
8597
|
"dark-mode",
|
|
8526
8598
|
"tag",
|
|
8527
|
-
"
|
|
8599
|
+
"11",
|
|
8528
8600
|
"foreground"
|
|
8529
8601
|
]
|
|
8530
8602
|
}
|
|
8531
8603
|
},
|
|
8532
|
-
"
|
|
8604
|
+
"12": {
|
|
8533
8605
|
"background": {
|
|
8534
|
-
"value": "#
|
|
8606
|
+
"value": "#81c1dd",
|
|
8535
8607
|
"public": true,
|
|
8536
8608
|
"isReferenceToInternal": true,
|
|
8537
8609
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8538
8610
|
"isSource": true,
|
|
8539
8611
|
"original": {
|
|
8540
|
-
"value": "#
|
|
8612
|
+
"value": "#81C1DD",
|
|
8541
8613
|
"public": true,
|
|
8542
8614
|
"isReferenceToInternal": true
|
|
8543
8615
|
},
|
|
8544
|
-
"name": "color-dark-mode-tag-
|
|
8616
|
+
"name": "color-dark-mode-tag-12-background",
|
|
8545
8617
|
"attributes": {
|
|
8546
8618
|
"category": "color",
|
|
8547
8619
|
"type": "dark-mode",
|
|
8548
8620
|
"item": "tag",
|
|
8549
|
-
"subitem": "
|
|
8621
|
+
"subitem": "12",
|
|
8550
8622
|
"state": "background"
|
|
8551
8623
|
},
|
|
8552
8624
|
"path": [
|
|
8553
8625
|
"color",
|
|
8554
8626
|
"dark-mode",
|
|
8555
8627
|
"tag",
|
|
8556
|
-
"
|
|
8628
|
+
"12",
|
|
8557
8629
|
"background"
|
|
8558
8630
|
]
|
|
8559
8631
|
},
|
|
8560
8632
|
"foreground": {
|
|
8561
|
-
"value": "#
|
|
8633
|
+
"value": "#234453",
|
|
8562
8634
|
"public": true,
|
|
8563
8635
|
"isReferenceToInternal": true,
|
|
8564
8636
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8565
8637
|
"isSource": true,
|
|
8566
8638
|
"original": {
|
|
8567
|
-
"value": "#
|
|
8639
|
+
"value": "#234453",
|
|
8568
8640
|
"public": true,
|
|
8569
8641
|
"isReferenceToInternal": true
|
|
8570
8642
|
},
|
|
8571
|
-
"name": "color-dark-mode-tag-
|
|
8643
|
+
"name": "color-dark-mode-tag-12-foreground",
|
|
8572
8644
|
"attributes": {
|
|
8573
8645
|
"category": "color",
|
|
8574
8646
|
"type": "dark-mode",
|
|
8575
8647
|
"item": "tag",
|
|
8576
|
-
"subitem": "
|
|
8648
|
+
"subitem": "12",
|
|
8577
8649
|
"state": "foreground"
|
|
8578
8650
|
},
|
|
8579
8651
|
"path": [
|
|
8580
8652
|
"color",
|
|
8581
8653
|
"dark-mode",
|
|
8582
8654
|
"tag",
|
|
8583
|
-
"
|
|
8655
|
+
"12",
|
|
8584
8656
|
"foreground"
|
|
8585
8657
|
]
|
|
8586
8658
|
}
|
|
8587
8659
|
},
|
|
8588
|
-
"
|
|
8660
|
+
"13": {
|
|
8589
8661
|
"background": {
|
|
8590
|
-
"value": "#
|
|
8662
|
+
"value": "#689bf8",
|
|
8591
8663
|
"public": true,
|
|
8592
8664
|
"isReferenceToInternal": true,
|
|
8593
8665
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8594
8666
|
"isSource": true,
|
|
8595
8667
|
"original": {
|
|
8596
|
-
"value": "#
|
|
8668
|
+
"value": "#689BF8",
|
|
8597
8669
|
"public": true,
|
|
8598
8670
|
"isReferenceToInternal": true
|
|
8599
8671
|
},
|
|
8600
|
-
"name": "color-dark-mode-tag-
|
|
8672
|
+
"name": "color-dark-mode-tag-13-background",
|
|
8601
8673
|
"attributes": {
|
|
8602
8674
|
"category": "color",
|
|
8603
8675
|
"type": "dark-mode",
|
|
8604
8676
|
"item": "tag",
|
|
8605
|
-
"subitem": "
|
|
8677
|
+
"subitem": "13",
|
|
8606
8678
|
"state": "background"
|
|
8607
8679
|
},
|
|
8608
8680
|
"path": [
|
|
8609
8681
|
"color",
|
|
8610
8682
|
"dark-mode",
|
|
8611
8683
|
"tag",
|
|
8612
|
-
"
|
|
8684
|
+
"13",
|
|
8613
8685
|
"background"
|
|
8614
8686
|
]
|
|
8615
8687
|
},
|
|
8616
8688
|
"foreground": {
|
|
8617
|
-
"value": "#
|
|
8689
|
+
"value": "#163168",
|
|
8618
8690
|
"public": true,
|
|
8619
8691
|
"isReferenceToInternal": true,
|
|
8620
8692
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8621
8693
|
"isSource": true,
|
|
8622
8694
|
"original": {
|
|
8623
|
-
"value": "#
|
|
8695
|
+
"value": "#163168",
|
|
8624
8696
|
"public": true,
|
|
8625
8697
|
"isReferenceToInternal": true
|
|
8626
8698
|
},
|
|
8627
|
-
"name": "color-dark-mode-tag-
|
|
8699
|
+
"name": "color-dark-mode-tag-13-foreground",
|
|
8628
8700
|
"attributes": {
|
|
8629
8701
|
"category": "color",
|
|
8630
8702
|
"type": "dark-mode",
|
|
8631
8703
|
"item": "tag",
|
|
8632
|
-
"subitem": "
|
|
8704
|
+
"subitem": "13",
|
|
8633
8705
|
"state": "foreground"
|
|
8634
8706
|
},
|
|
8635
8707
|
"path": [
|
|
8636
8708
|
"color",
|
|
8637
8709
|
"dark-mode",
|
|
8638
8710
|
"tag",
|
|
8639
|
-
"
|
|
8711
|
+
"13",
|
|
8640
8712
|
"foreground"
|
|
8641
8713
|
]
|
|
8642
8714
|
}
|
|
8643
8715
|
},
|
|
8644
|
-
"
|
|
8716
|
+
"14": {
|
|
8645
8717
|
"background": {
|
|
8646
|
-
"value": "#
|
|
8718
|
+
"value": "#9c90e9",
|
|
8647
8719
|
"public": true,
|
|
8648
8720
|
"isReferenceToInternal": true,
|
|
8649
8721
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8650
8722
|
"isSource": true,
|
|
8651
8723
|
"original": {
|
|
8652
|
-
"value": "#
|
|
8724
|
+
"value": "#9C90E9",
|
|
8653
8725
|
"public": true,
|
|
8654
8726
|
"isReferenceToInternal": true
|
|
8655
8727
|
},
|
|
8656
|
-
"name": "color-dark-mode-tag-
|
|
8728
|
+
"name": "color-dark-mode-tag-14-background",
|
|
8657
8729
|
"attributes": {
|
|
8658
8730
|
"category": "color",
|
|
8659
8731
|
"type": "dark-mode",
|
|
8660
8732
|
"item": "tag",
|
|
8661
|
-
"subitem": "
|
|
8733
|
+
"subitem": "14",
|
|
8662
8734
|
"state": "background"
|
|
8663
8735
|
},
|
|
8664
8736
|
"path": [
|
|
8665
8737
|
"color",
|
|
8666
8738
|
"dark-mode",
|
|
8667
8739
|
"tag",
|
|
8668
|
-
"
|
|
8740
|
+
"14",
|
|
8669
8741
|
"background"
|
|
8670
8742
|
]
|
|
8671
8743
|
},
|
|
8672
8744
|
"foreground": {
|
|
8673
|
-
"value": "#
|
|
8745
|
+
"value": "#342c60",
|
|
8674
8746
|
"public": true,
|
|
8675
|
-
"isReferenceToInternal": true,
|
|
8676
8747
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8677
8748
|
"isSource": true,
|
|
8678
8749
|
"original": {
|
|
8679
|
-
"value": "#
|
|
8680
|
-
"public": true
|
|
8681
|
-
"isReferenceToInternal": true
|
|
8750
|
+
"value": "#342C60",
|
|
8751
|
+
"public": true
|
|
8682
8752
|
},
|
|
8683
|
-
"name": "color-dark-mode-tag-
|
|
8753
|
+
"name": "color-dark-mode-tag-14-foreground",
|
|
8684
8754
|
"attributes": {
|
|
8685
8755
|
"category": "color",
|
|
8686
8756
|
"type": "dark-mode",
|
|
8687
8757
|
"item": "tag",
|
|
8688
|
-
"subitem": "
|
|
8758
|
+
"subitem": "14",
|
|
8689
8759
|
"state": "foreground"
|
|
8690
8760
|
},
|
|
8691
8761
|
"path": [
|
|
8692
8762
|
"color",
|
|
8693
8763
|
"dark-mode",
|
|
8694
8764
|
"tag",
|
|
8695
|
-
"
|
|
8765
|
+
"14",
|
|
8696
8766
|
"foreground"
|
|
8697
8767
|
]
|
|
8698
8768
|
}
|
|
8699
8769
|
},
|
|
8700
|
-
"
|
|
8770
|
+
"15": {
|
|
8701
8771
|
"background": {
|
|
8702
|
-
"value": "#
|
|
8772
|
+
"value": "#e7796d",
|
|
8703
8773
|
"public": true,
|
|
8704
|
-
"isReferenceToInternal": true,
|
|
8705
8774
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8706
8775
|
"isSource": true,
|
|
8707
8776
|
"original": {
|
|
8708
|
-
"value": "#
|
|
8709
|
-
"public": true
|
|
8710
|
-
"isReferenceToInternal": true
|
|
8777
|
+
"value": "#E7796D",
|
|
8778
|
+
"public": true
|
|
8711
8779
|
},
|
|
8712
|
-
"name": "color-dark-mode-tag-
|
|
8780
|
+
"name": "color-dark-mode-tag-15-background",
|
|
8713
8781
|
"attributes": {
|
|
8714
8782
|
"category": "color",
|
|
8715
8783
|
"type": "dark-mode",
|
|
8716
8784
|
"item": "tag",
|
|
8717
|
-
"subitem": "
|
|
8785
|
+
"subitem": "15",
|
|
8718
8786
|
"state": "background"
|
|
8719
8787
|
},
|
|
8720
8788
|
"path": [
|
|
8721
8789
|
"color",
|
|
8722
8790
|
"dark-mode",
|
|
8723
8791
|
"tag",
|
|
8724
|
-
"
|
|
8792
|
+
"15",
|
|
8725
8793
|
"background"
|
|
8726
8794
|
]
|
|
8727
8795
|
},
|
|
8728
8796
|
"foreground": {
|
|
8729
|
-
"value": "#
|
|
8797
|
+
"value": "#56231d",
|
|
8730
8798
|
"public": true,
|
|
8731
8799
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8732
8800
|
"isSource": true,
|
|
8733
8801
|
"original": {
|
|
8734
|
-
"value": "#
|
|
8802
|
+
"value": "#56231D",
|
|
8735
8803
|
"public": true
|
|
8736
8804
|
},
|
|
8737
|
-
"name": "color-dark-mode-tag-
|
|
8805
|
+
"name": "color-dark-mode-tag-15-foreground",
|
|
8738
8806
|
"attributes": {
|
|
8739
8807
|
"category": "color",
|
|
8740
8808
|
"type": "dark-mode",
|
|
8741
8809
|
"item": "tag",
|
|
8742
|
-
"subitem": "
|
|
8810
|
+
"subitem": "15",
|
|
8743
8811
|
"state": "foreground"
|
|
8744
8812
|
},
|
|
8745
8813
|
"path": [
|
|
8746
8814
|
"color",
|
|
8747
8815
|
"dark-mode",
|
|
8748
8816
|
"tag",
|
|
8749
|
-
"
|
|
8817
|
+
"15",
|
|
8750
8818
|
"foreground"
|
|
8751
8819
|
]
|
|
8752
8820
|
}
|
|
8753
8821
|
},
|
|
8754
|
-
"
|
|
8822
|
+
"16": {
|
|
8755
8823
|
"background": {
|
|
8756
|
-
"value": "#
|
|
8824
|
+
"value": "#f1a76e",
|
|
8757
8825
|
"public": true,
|
|
8758
8826
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8759
8827
|
"isSource": true,
|
|
8760
8828
|
"original": {
|
|
8761
|
-
"value": "#
|
|
8829
|
+
"value": "#F1A76E",
|
|
8762
8830
|
"public": true
|
|
8763
8831
|
},
|
|
8764
|
-
"name": "color-dark-mode-tag-
|
|
8832
|
+
"name": "color-dark-mode-tag-16-background",
|
|
8765
8833
|
"attributes": {
|
|
8766
8834
|
"category": "color",
|
|
8767
8835
|
"type": "dark-mode",
|
|
8768
8836
|
"item": "tag",
|
|
8769
|
-
"subitem": "
|
|
8837
|
+
"subitem": "16",
|
|
8770
8838
|
"state": "background"
|
|
8771
8839
|
},
|
|
8772
8840
|
"path": [
|
|
8773
8841
|
"color",
|
|
8774
8842
|
"dark-mode",
|
|
8775
8843
|
"tag",
|
|
8776
|
-
"
|
|
8844
|
+
"16",
|
|
8777
8845
|
"background"
|
|
8778
8846
|
]
|
|
8779
8847
|
},
|
|
8780
8848
|
"foreground": {
|
|
8781
|
-
"value": "#
|
|
8849
|
+
"value": "#68320f",
|
|
8782
8850
|
"public": true,
|
|
8783
8851
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8784
8852
|
"isSource": true,
|
|
8785
8853
|
"original": {
|
|
8786
|
-
"value": "#
|
|
8854
|
+
"value": "#68320F",
|
|
8787
8855
|
"public": true
|
|
8788
8856
|
},
|
|
8789
|
-
"name": "color-dark-mode-tag-
|
|
8857
|
+
"name": "color-dark-mode-tag-16-foreground",
|
|
8790
8858
|
"attributes": {
|
|
8791
8859
|
"category": "color",
|
|
8792
8860
|
"type": "dark-mode",
|
|
8793
8861
|
"item": "tag",
|
|
8794
|
-
"subitem": "
|
|
8862
|
+
"subitem": "16",
|
|
8795
8863
|
"state": "foreground"
|
|
8796
8864
|
},
|
|
8797
8865
|
"path": [
|
|
8798
8866
|
"color",
|
|
8799
8867
|
"dark-mode",
|
|
8800
8868
|
"tag",
|
|
8801
|
-
"
|
|
8869
|
+
"16",
|
|
8802
8870
|
"foreground"
|
|
8803
8871
|
]
|
|
8804
8872
|
}
|
|
8805
8873
|
},
|
|
8806
|
-
"
|
|
8874
|
+
"17": {
|
|
8807
8875
|
"background": {
|
|
8808
|
-
"value": "#
|
|
8876
|
+
"value": "#d87ab8",
|
|
8809
8877
|
"public": true,
|
|
8810
8878
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8811
8879
|
"isSource": true,
|
|
8812
8880
|
"original": {
|
|
8813
|
-
"value": "#
|
|
8881
|
+
"value": "#D87AB8",
|
|
8814
8882
|
"public": true
|
|
8815
8883
|
},
|
|
8816
|
-
"name": "color-dark-mode-tag-
|
|
8884
|
+
"name": "color-dark-mode-tag-17-background",
|
|
8817
8885
|
"attributes": {
|
|
8818
8886
|
"category": "color",
|
|
8819
8887
|
"type": "dark-mode",
|
|
8820
8888
|
"item": "tag",
|
|
8821
|
-
"subitem": "
|
|
8889
|
+
"subitem": "17",
|
|
8822
8890
|
"state": "background"
|
|
8823
8891
|
},
|
|
8824
8892
|
"path": [
|
|
8825
8893
|
"color",
|
|
8826
8894
|
"dark-mode",
|
|
8827
8895
|
"tag",
|
|
8828
|
-
"
|
|
8896
|
+
"17",
|
|
8829
8897
|
"background"
|
|
8830
8898
|
]
|
|
8831
8899
|
},
|
|
8832
8900
|
"foreground": {
|
|
8833
|
-
"value": "#
|
|
8901
|
+
"value": "#4a273e",
|
|
8834
8902
|
"public": true,
|
|
8835
8903
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8836
8904
|
"isSource": true,
|
|
8837
8905
|
"original": {
|
|
8838
|
-
"value": "#
|
|
8906
|
+
"value": "#4A273E",
|
|
8839
8907
|
"public": true
|
|
8840
8908
|
},
|
|
8841
|
-
"name": "color-dark-mode-tag-
|
|
8909
|
+
"name": "color-dark-mode-tag-17-foreground",
|
|
8842
8910
|
"attributes": {
|
|
8843
8911
|
"category": "color",
|
|
8844
8912
|
"type": "dark-mode",
|
|
8845
8913
|
"item": "tag",
|
|
8846
|
-
"subitem": "
|
|
8914
|
+
"subitem": "17",
|
|
8847
8915
|
"state": "foreground"
|
|
8848
8916
|
},
|
|
8849
8917
|
"path": [
|
|
8850
8918
|
"color",
|
|
8851
8919
|
"dark-mode",
|
|
8852
8920
|
"tag",
|
|
8853
|
-
"
|
|
8921
|
+
"17",
|
|
8854
8922
|
"foreground"
|
|
8855
8923
|
]
|
|
8856
8924
|
}
|
|
8857
8925
|
},
|
|
8858
|
-
"
|
|
8926
|
+
"18": {
|
|
8859
8927
|
"background": {
|
|
8860
|
-
"value": "#
|
|
8928
|
+
"value": "#efce60",
|
|
8861
8929
|
"public": true,
|
|
8862
8930
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8863
8931
|
"isSource": true,
|
|
8864
8932
|
"original": {
|
|
8865
|
-
"value": "#
|
|
8933
|
+
"value": "#EFCE60",
|
|
8866
8934
|
"public": true
|
|
8867
8935
|
},
|
|
8868
|
-
"name": "color-dark-mode-tag-
|
|
8936
|
+
"name": "color-dark-mode-tag-18-background",
|
|
8869
8937
|
"attributes": {
|
|
8870
8938
|
"category": "color",
|
|
8871
8939
|
"type": "dark-mode",
|
|
8872
8940
|
"item": "tag",
|
|
8873
|
-
"subitem": "
|
|
8941
|
+
"subitem": "18",
|
|
8874
8942
|
"state": "background"
|
|
8875
8943
|
},
|
|
8876
8944
|
"path": [
|
|
8877
8945
|
"color",
|
|
8878
8946
|
"dark-mode",
|
|
8879
8947
|
"tag",
|
|
8880
|
-
"
|
|
8948
|
+
"18",
|
|
8881
8949
|
"background"
|
|
8882
8950
|
]
|
|
8883
8951
|
},
|
|
8884
8952
|
"foreground": {
|
|
8885
|
-
"value": "#
|
|
8953
|
+
"value": "#504012",
|
|
8886
8954
|
"public": true,
|
|
8887
8955
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8888
8956
|
"isSource": true,
|
|
8889
8957
|
"original": {
|
|
8890
|
-
"value": "#
|
|
8958
|
+
"value": "#504012",
|
|
8891
8959
|
"public": true
|
|
8892
8960
|
},
|
|
8893
|
-
"name": "color-dark-mode-tag-
|
|
8961
|
+
"name": "color-dark-mode-tag-18-foreground",
|
|
8894
8962
|
"attributes": {
|
|
8895
8963
|
"category": "color",
|
|
8896
8964
|
"type": "dark-mode",
|
|
8897
8965
|
"item": "tag",
|
|
8898
|
-
"subitem": "
|
|
8966
|
+
"subitem": "18",
|
|
8899
8967
|
"state": "foreground"
|
|
8900
8968
|
},
|
|
8901
8969
|
"path": [
|
|
8902
8970
|
"color",
|
|
8903
8971
|
"dark-mode",
|
|
8904
8972
|
"tag",
|
|
8905
|
-
"
|
|
8973
|
+
"18",
|
|
8906
8974
|
"foreground"
|
|
8907
8975
|
]
|
|
8908
8976
|
}
|
|
8909
8977
|
},
|
|
8910
|
-
"
|
|
8978
|
+
"19": {
|
|
8911
8979
|
"background": {
|
|
8912
|
-
"value": "#
|
|
8980
|
+
"value": "#9fc65b",
|
|
8913
8981
|
"public": true,
|
|
8982
|
+
"isReferenceToInternal": true,
|
|
8914
8983
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8915
8984
|
"isSource": true,
|
|
8916
8985
|
"original": {
|
|
8917
|
-
"value": "#
|
|
8918
|
-
"public": true
|
|
8986
|
+
"value": "#9FC65B",
|
|
8987
|
+
"public": true,
|
|
8988
|
+
"isReferenceToInternal": true
|
|
8919
8989
|
},
|
|
8920
|
-
"name": "color-dark-mode-tag-
|
|
8990
|
+
"name": "color-dark-mode-tag-19-background",
|
|
8921
8991
|
"attributes": {
|
|
8922
8992
|
"category": "color",
|
|
8923
8993
|
"type": "dark-mode",
|
|
8924
8994
|
"item": "tag",
|
|
8925
|
-
"subitem": "
|
|
8995
|
+
"subitem": "19",
|
|
8926
8996
|
"state": "background"
|
|
8927
8997
|
},
|
|
8928
8998
|
"path": [
|
|
8929
8999
|
"color",
|
|
8930
9000
|
"dark-mode",
|
|
8931
9001
|
"tag",
|
|
8932
|
-
"
|
|
9002
|
+
"19",
|
|
8933
9003
|
"background"
|
|
8934
9004
|
]
|
|
8935
9005
|
},
|
|
8936
9006
|
"foreground": {
|
|
8937
|
-
"value": "#
|
|
9007
|
+
"value": "#3f4d27",
|
|
8938
9008
|
"public": true,
|
|
8939
9009
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8940
9010
|
"isSource": true,
|
|
8941
9011
|
"original": {
|
|
8942
|
-
"value": "#
|
|
9012
|
+
"value": "#3F4D27",
|
|
8943
9013
|
"public": true
|
|
8944
9014
|
},
|
|
8945
|
-
"name": "color-dark-mode-tag-
|
|
9015
|
+
"name": "color-dark-mode-tag-19-foreground",
|
|
8946
9016
|
"attributes": {
|
|
8947
9017
|
"category": "color",
|
|
8948
9018
|
"type": "dark-mode",
|
|
8949
9019
|
"item": "tag",
|
|
8950
|
-
"subitem": "
|
|
9020
|
+
"subitem": "19",
|
|
8951
9021
|
"state": "foreground"
|
|
8952
9022
|
},
|
|
8953
9023
|
"path": [
|
|
8954
9024
|
"color",
|
|
8955
9025
|
"dark-mode",
|
|
8956
9026
|
"tag",
|
|
8957
|
-
"
|
|
9027
|
+
"19",
|
|
8958
9028
|
"foreground"
|
|
8959
9029
|
]
|
|
8960
9030
|
}
|
|
8961
9031
|
},
|
|
8962
|
-
"
|
|
9032
|
+
"20": {
|
|
8963
9033
|
"background": {
|
|
8964
|
-
"value": "#
|
|
9034
|
+
"value": "#8790a0",
|
|
8965
9035
|
"public": true,
|
|
8966
|
-
"isReferenceToInternal": true,
|
|
8967
9036
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8968
9037
|
"isSource": true,
|
|
8969
9038
|
"original": {
|
|
8970
|
-
"value": "#
|
|
8971
|
-
"public": true
|
|
8972
|
-
"isReferenceToInternal": true
|
|
9039
|
+
"value": "#8790A0",
|
|
9040
|
+
"public": true
|
|
8973
9041
|
},
|
|
8974
|
-
"name": "color-dark-mode-tag-
|
|
9042
|
+
"name": "color-dark-mode-tag-20-background",
|
|
8975
9043
|
"attributes": {
|
|
8976
9044
|
"category": "color",
|
|
8977
9045
|
"type": "dark-mode",
|
|
8978
9046
|
"item": "tag",
|
|
8979
|
-
"subitem": "
|
|
9047
|
+
"subitem": "20",
|
|
8980
9048
|
"state": "background"
|
|
8981
9049
|
},
|
|
8982
9050
|
"path": [
|
|
8983
9051
|
"color",
|
|
8984
9052
|
"dark-mode",
|
|
8985
9053
|
"tag",
|
|
8986
|
-
"
|
|
9054
|
+
"20",
|
|
8987
9055
|
"background"
|
|
8988
9056
|
]
|
|
8989
9057
|
},
|
|
8990
9058
|
"foreground": {
|
|
8991
|
-
"value": "#
|
|
9059
|
+
"value": "#0e1e40",
|
|
8992
9060
|
"public": true,
|
|
8993
9061
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
8994
9062
|
"isSource": true,
|
|
8995
9063
|
"original": {
|
|
8996
|
-
"value": "#
|
|
9064
|
+
"value": "#0E1E40",
|
|
8997
9065
|
"public": true
|
|
8998
9066
|
},
|
|
8999
|
-
"name": "color-dark-mode-tag-
|
|
9067
|
+
"name": "color-dark-mode-tag-20-foreground",
|
|
9000
9068
|
"attributes": {
|
|
9001
9069
|
"category": "color",
|
|
9002
9070
|
"type": "dark-mode",
|
|
9003
9071
|
"item": "tag",
|
|
9004
|
-
"subitem": "
|
|
9072
|
+
"subitem": "20",
|
|
9005
9073
|
"state": "foreground"
|
|
9006
9074
|
},
|
|
9007
9075
|
"path": [
|
|
9008
9076
|
"color",
|
|
9009
9077
|
"dark-mode",
|
|
9010
9078
|
"tag",
|
|
9011
|
-
"
|
|
9079
|
+
"20",
|
|
9012
9080
|
"foreground"
|
|
9013
9081
|
]
|
|
9014
9082
|
}
|
|
@@ -10686,6 +10754,89 @@
|
|
|
10686
10754
|
"background"
|
|
10687
10755
|
]
|
|
10688
10756
|
}
|
|
10757
|
+
},
|
|
10758
|
+
"neutral": {
|
|
10759
|
+
"foreground": {
|
|
10760
|
+
"value": "#a6a3b4",
|
|
10761
|
+
"public": true,
|
|
10762
|
+
"isReferenceToInternal": true,
|
|
10763
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
10764
|
+
"isSource": true,
|
|
10765
|
+
"original": {
|
|
10766
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
10767
|
+
"public": true,
|
|
10768
|
+
"isReferenceToInternal": true
|
|
10769
|
+
},
|
|
10770
|
+
"name": "color-dark-mode-semantic-neutral-foreground",
|
|
10771
|
+
"attributes": {
|
|
10772
|
+
"category": "color",
|
|
10773
|
+
"type": "dark-mode",
|
|
10774
|
+
"item": "semantic",
|
|
10775
|
+
"subitem": "neutral",
|
|
10776
|
+
"state": "foreground"
|
|
10777
|
+
},
|
|
10778
|
+
"path": [
|
|
10779
|
+
"color",
|
|
10780
|
+
"dark-mode",
|
|
10781
|
+
"semantic",
|
|
10782
|
+
"neutral",
|
|
10783
|
+
"foreground"
|
|
10784
|
+
]
|
|
10785
|
+
},
|
|
10786
|
+
"utility": {
|
|
10787
|
+
"value": "#858299",
|
|
10788
|
+
"public": true,
|
|
10789
|
+
"isReferenceToInternal": true,
|
|
10790
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
10791
|
+
"isSource": true,
|
|
10792
|
+
"original": {
|
|
10793
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
10794
|
+
"public": true,
|
|
10795
|
+
"isReferenceToInternal": true
|
|
10796
|
+
},
|
|
10797
|
+
"name": "color-dark-mode-semantic-neutral-utility",
|
|
10798
|
+
"attributes": {
|
|
10799
|
+
"category": "color",
|
|
10800
|
+
"type": "dark-mode",
|
|
10801
|
+
"item": "semantic",
|
|
10802
|
+
"subitem": "neutral",
|
|
10803
|
+
"state": "utility"
|
|
10804
|
+
},
|
|
10805
|
+
"path": [
|
|
10806
|
+
"color",
|
|
10807
|
+
"dark-mode",
|
|
10808
|
+
"semantic",
|
|
10809
|
+
"neutral",
|
|
10810
|
+
"utility"
|
|
10811
|
+
]
|
|
10812
|
+
},
|
|
10813
|
+
"background": {
|
|
10814
|
+
"value": "#1d1d29",
|
|
10815
|
+
"public": true,
|
|
10816
|
+
"isReferenceToInternal": true,
|
|
10817
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
10818
|
+
"isSource": true,
|
|
10819
|
+
"original": {
|
|
10820
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
10821
|
+
"public": true,
|
|
10822
|
+
"isReferenceToInternal": true
|
|
10823
|
+
},
|
|
10824
|
+
"name": "color-dark-mode-semantic-neutral-background",
|
|
10825
|
+
"attributes": {
|
|
10826
|
+
"category": "color",
|
|
10827
|
+
"type": "dark-mode",
|
|
10828
|
+
"item": "semantic",
|
|
10829
|
+
"subitem": "neutral",
|
|
10830
|
+
"state": "background"
|
|
10831
|
+
},
|
|
10832
|
+
"path": [
|
|
10833
|
+
"color",
|
|
10834
|
+
"dark-mode",
|
|
10835
|
+
"semantic",
|
|
10836
|
+
"neutral",
|
|
10837
|
+
"background"
|
|
10838
|
+
]
|
|
10839
|
+
}
|
|
10689
10840
|
}
|
|
10690
10841
|
},
|
|
10691
10842
|
"utility": {
|
|
@@ -13658,16 +13809,101 @@
|
|
|
13658
13809
|
}
|
|
13659
13810
|
}
|
|
13660
13811
|
},
|
|
13661
|
-
"
|
|
13662
|
-
"
|
|
13663
|
-
"
|
|
13664
|
-
|
|
13665
|
-
|
|
13666
|
-
|
|
13667
|
-
|
|
13668
|
-
"
|
|
13669
|
-
"
|
|
13670
|
-
|
|
13812
|
+
"segmented-button": {
|
|
13813
|
+
"background": {
|
|
13814
|
+
"default": {
|
|
13815
|
+
"value": "#ffffff",
|
|
13816
|
+
"public": true,
|
|
13817
|
+
"isReferenceToInternal": true,
|
|
13818
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
13819
|
+
"isSource": true,
|
|
13820
|
+
"original": {
|
|
13821
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
13822
|
+
"public": true,
|
|
13823
|
+
"isReferenceToInternal": true
|
|
13824
|
+
},
|
|
13825
|
+
"name": "color-light-mode-segmented-button-background-default",
|
|
13826
|
+
"attributes": {
|
|
13827
|
+
"category": "color",
|
|
13828
|
+
"type": "light-mode",
|
|
13829
|
+
"item": "segmented-button",
|
|
13830
|
+
"subitem": "background",
|
|
13831
|
+
"state": "default"
|
|
13832
|
+
},
|
|
13833
|
+
"path": [
|
|
13834
|
+
"color",
|
|
13835
|
+
"light-mode",
|
|
13836
|
+
"segmented-button",
|
|
13837
|
+
"background",
|
|
13838
|
+
"default"
|
|
13839
|
+
]
|
|
13840
|
+
},
|
|
13841
|
+
"hover": {
|
|
13842
|
+
"value": "#f8f8f8",
|
|
13843
|
+
"public": true,
|
|
13844
|
+
"isReferenceToInternal": true,
|
|
13845
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
13846
|
+
"isSource": true,
|
|
13847
|
+
"original": {
|
|
13848
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
13849
|
+
"public": true,
|
|
13850
|
+
"isReferenceToInternal": true
|
|
13851
|
+
},
|
|
13852
|
+
"name": "color-light-mode-segmented-button-background-hover",
|
|
13853
|
+
"attributes": {
|
|
13854
|
+
"category": "color",
|
|
13855
|
+
"type": "light-mode",
|
|
13856
|
+
"item": "segmented-button",
|
|
13857
|
+
"subitem": "background",
|
|
13858
|
+
"state": "hover"
|
|
13859
|
+
},
|
|
13860
|
+
"path": [
|
|
13861
|
+
"color",
|
|
13862
|
+
"light-mode",
|
|
13863
|
+
"segmented-button",
|
|
13864
|
+
"background",
|
|
13865
|
+
"hover"
|
|
13866
|
+
]
|
|
13867
|
+
},
|
|
13868
|
+
"active": {
|
|
13869
|
+
"value": "#f0edfb",
|
|
13870
|
+
"public": true,
|
|
13871
|
+
"isReferenceToInternal": true,
|
|
13872
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
13873
|
+
"isSource": true,
|
|
13874
|
+
"original": {
|
|
13875
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
13876
|
+
"public": true,
|
|
13877
|
+
"isReferenceToInternal": true
|
|
13878
|
+
},
|
|
13879
|
+
"name": "color-light-mode-segmented-button-background-active",
|
|
13880
|
+
"attributes": {
|
|
13881
|
+
"category": "color",
|
|
13882
|
+
"type": "light-mode",
|
|
13883
|
+
"item": "segmented-button",
|
|
13884
|
+
"subitem": "background",
|
|
13885
|
+
"state": "active"
|
|
13886
|
+
},
|
|
13887
|
+
"path": [
|
|
13888
|
+
"color",
|
|
13889
|
+
"light-mode",
|
|
13890
|
+
"segmented-button",
|
|
13891
|
+
"background",
|
|
13892
|
+
"active"
|
|
13893
|
+
]
|
|
13894
|
+
}
|
|
13895
|
+
}
|
|
13896
|
+
},
|
|
13897
|
+
"card": {
|
|
13898
|
+
"border": {
|
|
13899
|
+
"value": "rgba(0, 0, 0, 0.11)",
|
|
13900
|
+
"public": true,
|
|
13901
|
+
"filePath": "tokens/color/alias/card.light.json",
|
|
13902
|
+
"isSource": true,
|
|
13903
|
+
"original": {
|
|
13904
|
+
"value": "{color.light-mode.border.default}",
|
|
13905
|
+
"public": true
|
|
13906
|
+
},
|
|
13671
13907
|
"name": "color-light-mode-card-border",
|
|
13672
13908
|
"attributes": {
|
|
13673
13909
|
"category": "color",
|
|
@@ -15763,1074 +15999,1074 @@
|
|
|
15763
15999
|
}
|
|
15764
16000
|
},
|
|
15765
16001
|
"tag": {
|
|
15766
|
-
"
|
|
16002
|
+
"1": {
|
|
15767
16003
|
"background": {
|
|
15768
|
-
"value": "#
|
|
16004
|
+
"value": "#ded8fa",
|
|
15769
16005
|
"public": true,
|
|
16006
|
+
"isReferenceToInternal": true,
|
|
15770
16007
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15771
16008
|
"isSource": true,
|
|
15772
16009
|
"original": {
|
|
15773
|
-
"value": "#
|
|
15774
|
-
"public": true
|
|
16010
|
+
"value": "#DED8FA",
|
|
16011
|
+
"public": true,
|
|
16012
|
+
"isReferenceToInternal": true
|
|
15775
16013
|
},
|
|
15776
|
-
"name": "color-light-mode-tag-
|
|
16014
|
+
"name": "color-light-mode-tag-1-background",
|
|
15777
16015
|
"attributes": {
|
|
15778
16016
|
"category": "color",
|
|
15779
16017
|
"type": "light-mode",
|
|
15780
16018
|
"item": "tag",
|
|
15781
|
-
"subitem": "
|
|
16019
|
+
"subitem": "1",
|
|
15782
16020
|
"state": "background"
|
|
15783
16021
|
},
|
|
15784
16022
|
"path": [
|
|
15785
16023
|
"color",
|
|
15786
16024
|
"light-mode",
|
|
15787
16025
|
"tag",
|
|
15788
|
-
"
|
|
16026
|
+
"1",
|
|
15789
16027
|
"background"
|
|
15790
16028
|
]
|
|
15791
16029
|
},
|
|
15792
16030
|
"foreground": {
|
|
15793
|
-
"value": "#
|
|
16031
|
+
"value": "#5c4fac",
|
|
15794
16032
|
"public": true,
|
|
16033
|
+
"isReferenceToInternal": true,
|
|
15795
16034
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15796
16035
|
"isSource": true,
|
|
15797
16036
|
"original": {
|
|
15798
|
-
"value": "#
|
|
15799
|
-
"public": true
|
|
16037
|
+
"value": "#5C4FAC",
|
|
16038
|
+
"public": true,
|
|
16039
|
+
"isReferenceToInternal": true
|
|
15800
16040
|
},
|
|
15801
|
-
"name": "color-light-mode-tag-
|
|
16041
|
+
"name": "color-light-mode-tag-1-foreground",
|
|
15802
16042
|
"attributes": {
|
|
15803
16043
|
"category": "color",
|
|
15804
16044
|
"type": "light-mode",
|
|
15805
16045
|
"item": "tag",
|
|
15806
|
-
"subitem": "
|
|
16046
|
+
"subitem": "1",
|
|
15807
16047
|
"state": "foreground"
|
|
15808
16048
|
},
|
|
15809
16049
|
"path": [
|
|
15810
16050
|
"color",
|
|
15811
16051
|
"light-mode",
|
|
15812
16052
|
"tag",
|
|
15813
|
-
"
|
|
16053
|
+
"1",
|
|
15814
16054
|
"foreground"
|
|
15815
16055
|
]
|
|
15816
16056
|
}
|
|
15817
16057
|
},
|
|
15818
|
-
"
|
|
16058
|
+
"2": {
|
|
15819
16059
|
"background": {
|
|
15820
|
-
"value": "#
|
|
16060
|
+
"value": "#f8d7d3",
|
|
15821
16061
|
"public": true,
|
|
15822
16062
|
"isReferenceToInternal": true,
|
|
15823
16063
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15824
16064
|
"isSource": true,
|
|
15825
16065
|
"original": {
|
|
15826
|
-
"value": "#
|
|
16066
|
+
"value": "#F8D7D3",
|
|
15827
16067
|
"public": true,
|
|
15828
16068
|
"isReferenceToInternal": true
|
|
15829
16069
|
},
|
|
15830
|
-
"name": "color-light-mode-tag-
|
|
16070
|
+
"name": "color-light-mode-tag-2-background",
|
|
15831
16071
|
"attributes": {
|
|
15832
16072
|
"category": "color",
|
|
15833
16073
|
"type": "light-mode",
|
|
15834
16074
|
"item": "tag",
|
|
15835
|
-
"subitem": "
|
|
16075
|
+
"subitem": "2",
|
|
15836
16076
|
"state": "background"
|
|
15837
16077
|
},
|
|
15838
16078
|
"path": [
|
|
15839
16079
|
"color",
|
|
15840
16080
|
"light-mode",
|
|
15841
16081
|
"tag",
|
|
15842
|
-
"
|
|
16082
|
+
"2",
|
|
15843
16083
|
"background"
|
|
15844
16084
|
]
|
|
15845
16085
|
},
|
|
15846
16086
|
"foreground": {
|
|
15847
|
-
"value": "#
|
|
16087
|
+
"value": "#a0392c",
|
|
15848
16088
|
"public": true,
|
|
15849
16089
|
"isReferenceToInternal": true,
|
|
15850
16090
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15851
16091
|
"isSource": true,
|
|
15852
16092
|
"original": {
|
|
15853
|
-
"value": "#
|
|
16093
|
+
"value": "#A0392C",
|
|
15854
16094
|
"public": true,
|
|
15855
16095
|
"isReferenceToInternal": true
|
|
15856
16096
|
},
|
|
15857
|
-
"name": "color-light-mode-tag-
|
|
16097
|
+
"name": "color-light-mode-tag-2-foreground",
|
|
15858
16098
|
"attributes": {
|
|
15859
16099
|
"category": "color",
|
|
15860
16100
|
"type": "light-mode",
|
|
15861
16101
|
"item": "tag",
|
|
15862
|
-
"subitem": "
|
|
16102
|
+
"subitem": "2",
|
|
15863
16103
|
"state": "foreground"
|
|
15864
16104
|
},
|
|
15865
16105
|
"path": [
|
|
15866
16106
|
"color",
|
|
15867
16107
|
"light-mode",
|
|
15868
16108
|
"tag",
|
|
15869
|
-
"
|
|
16109
|
+
"2",
|
|
15870
16110
|
"foreground"
|
|
15871
16111
|
]
|
|
15872
16112
|
}
|
|
15873
16113
|
},
|
|
15874
|
-
"
|
|
16114
|
+
"3": {
|
|
15875
16115
|
"background": {
|
|
15876
|
-
"value": "#
|
|
16116
|
+
"value": "#f5e7a8",
|
|
15877
16117
|
"public": true,
|
|
15878
16118
|
"isReferenceToInternal": true,
|
|
15879
16119
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15880
16120
|
"isSource": true,
|
|
15881
16121
|
"original": {
|
|
15882
|
-
"value": "#
|
|
16122
|
+
"value": "#F5E7A8",
|
|
15883
16123
|
"public": true,
|
|
15884
16124
|
"isReferenceToInternal": true
|
|
15885
16125
|
},
|
|
15886
|
-
"name": "color-light-mode-tag-
|
|
16126
|
+
"name": "color-light-mode-tag-3-background",
|
|
15887
16127
|
"attributes": {
|
|
15888
16128
|
"category": "color",
|
|
15889
16129
|
"type": "light-mode",
|
|
15890
16130
|
"item": "tag",
|
|
15891
|
-
"subitem": "
|
|
16131
|
+
"subitem": "3",
|
|
15892
16132
|
"state": "background"
|
|
15893
16133
|
},
|
|
15894
16134
|
"path": [
|
|
15895
16135
|
"color",
|
|
15896
16136
|
"light-mode",
|
|
15897
16137
|
"tag",
|
|
15898
|
-
"
|
|
16138
|
+
"3",
|
|
15899
16139
|
"background"
|
|
15900
16140
|
]
|
|
15901
16141
|
},
|
|
15902
16142
|
"foreground": {
|
|
15903
|
-
"value": "#
|
|
16143
|
+
"value": "#7b611e",
|
|
15904
16144
|
"public": true,
|
|
15905
16145
|
"isReferenceToInternal": true,
|
|
15906
16146
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15907
16147
|
"isSource": true,
|
|
15908
16148
|
"original": {
|
|
15909
|
-
"value": "#
|
|
16149
|
+
"value": "#7B611E",
|
|
15910
16150
|
"public": true,
|
|
15911
16151
|
"isReferenceToInternal": true
|
|
15912
16152
|
},
|
|
15913
|
-
"name": "color-light-mode-tag-
|
|
16153
|
+
"name": "color-light-mode-tag-3-foreground",
|
|
15914
16154
|
"attributes": {
|
|
15915
16155
|
"category": "color",
|
|
15916
16156
|
"type": "light-mode",
|
|
15917
16157
|
"item": "tag",
|
|
15918
|
-
"subitem": "
|
|
16158
|
+
"subitem": "3",
|
|
15919
16159
|
"state": "foreground"
|
|
15920
16160
|
},
|
|
15921
16161
|
"path": [
|
|
15922
16162
|
"color",
|
|
15923
16163
|
"light-mode",
|
|
15924
16164
|
"tag",
|
|
15925
|
-
"
|
|
16165
|
+
"3",
|
|
15926
16166
|
"foreground"
|
|
15927
16167
|
]
|
|
15928
16168
|
}
|
|
15929
16169
|
},
|
|
15930
|
-
"
|
|
16170
|
+
"4": {
|
|
15931
16171
|
"background": {
|
|
15932
|
-
"value": "#
|
|
16172
|
+
"value": "#f7d7ec",
|
|
15933
16173
|
"public": true,
|
|
15934
16174
|
"isReferenceToInternal": true,
|
|
15935
16175
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15936
16176
|
"isSource": true,
|
|
15937
16177
|
"original": {
|
|
15938
|
-
"value": "#
|
|
16178
|
+
"value": "#F7D7EC",
|
|
15939
16179
|
"public": true,
|
|
15940
16180
|
"isReferenceToInternal": true
|
|
15941
16181
|
},
|
|
15942
|
-
"name": "color-light-mode-tag-
|
|
16182
|
+
"name": "color-light-mode-tag-4-background",
|
|
15943
16183
|
"attributes": {
|
|
15944
16184
|
"category": "color",
|
|
15945
16185
|
"type": "light-mode",
|
|
15946
16186
|
"item": "tag",
|
|
15947
|
-
"subitem": "
|
|
16187
|
+
"subitem": "4",
|
|
15948
16188
|
"state": "background"
|
|
15949
16189
|
},
|
|
15950
16190
|
"path": [
|
|
15951
16191
|
"color",
|
|
15952
16192
|
"light-mode",
|
|
15953
16193
|
"tag",
|
|
15954
|
-
"
|
|
16194
|
+
"4",
|
|
15955
16195
|
"background"
|
|
15956
16196
|
]
|
|
15957
16197
|
},
|
|
15958
16198
|
"foreground": {
|
|
15959
|
-
"value": "#
|
|
16199
|
+
"value": "#894271",
|
|
15960
16200
|
"public": true,
|
|
15961
|
-
"isReferenceToInternal": true,
|
|
15962
16201
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15963
16202
|
"isSource": true,
|
|
15964
16203
|
"original": {
|
|
15965
|
-
"value": "#
|
|
15966
|
-
"public": true
|
|
15967
|
-
"isReferenceToInternal": true
|
|
16204
|
+
"value": "#894271",
|
|
16205
|
+
"public": true
|
|
15968
16206
|
},
|
|
15969
|
-
"name": "color-light-mode-tag-
|
|
16207
|
+
"name": "color-light-mode-tag-4-foreground",
|
|
15970
16208
|
"attributes": {
|
|
15971
16209
|
"category": "color",
|
|
15972
16210
|
"type": "light-mode",
|
|
15973
16211
|
"item": "tag",
|
|
15974
|
-
"subitem": "
|
|
16212
|
+
"subitem": "4",
|
|
15975
16213
|
"state": "foreground"
|
|
15976
16214
|
},
|
|
15977
16215
|
"path": [
|
|
15978
16216
|
"color",
|
|
15979
16217
|
"light-mode",
|
|
15980
16218
|
"tag",
|
|
15981
|
-
"
|
|
16219
|
+
"4",
|
|
15982
16220
|
"foreground"
|
|
15983
16221
|
]
|
|
15984
16222
|
}
|
|
15985
16223
|
},
|
|
15986
|
-
"
|
|
16224
|
+
"5": {
|
|
15987
16225
|
"background": {
|
|
15988
|
-
"value": "#
|
|
16226
|
+
"value": "#d9f0af",
|
|
15989
16227
|
"public": true,
|
|
15990
|
-
"isReferenceToInternal": true,
|
|
15991
16228
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
15992
16229
|
"isSource": true,
|
|
15993
16230
|
"original": {
|
|
15994
|
-
"value": "#
|
|
15995
|
-
"public": true
|
|
15996
|
-
"isReferenceToInternal": true
|
|
16231
|
+
"value": "#D9F0AF",
|
|
16232
|
+
"public": true
|
|
15997
16233
|
},
|
|
15998
|
-
"name": "color-light-mode-tag-
|
|
16234
|
+
"name": "color-light-mode-tag-5-background",
|
|
15999
16235
|
"attributes": {
|
|
16000
16236
|
"category": "color",
|
|
16001
16237
|
"type": "light-mode",
|
|
16002
16238
|
"item": "tag",
|
|
16003
|
-
"subitem": "
|
|
16239
|
+
"subitem": "5",
|
|
16004
16240
|
"state": "background"
|
|
16005
16241
|
},
|
|
16006
16242
|
"path": [
|
|
16007
16243
|
"color",
|
|
16008
16244
|
"light-mode",
|
|
16009
16245
|
"tag",
|
|
16010
|
-
"
|
|
16246
|
+
"5",
|
|
16011
16247
|
"background"
|
|
16012
16248
|
]
|
|
16013
16249
|
},
|
|
16014
16250
|
"foreground": {
|
|
16015
|
-
"value": "#
|
|
16251
|
+
"value": "#536a2b",
|
|
16016
16252
|
"public": true,
|
|
16017
16253
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16018
16254
|
"isSource": true,
|
|
16019
16255
|
"original": {
|
|
16020
|
-
"value": "#
|
|
16256
|
+
"value": "#536A2B",
|
|
16021
16257
|
"public": true
|
|
16022
16258
|
},
|
|
16023
|
-
"name": "color-light-mode-tag-
|
|
16259
|
+
"name": "color-light-mode-tag-5-foreground",
|
|
16024
16260
|
"attributes": {
|
|
16025
16261
|
"category": "color",
|
|
16026
16262
|
"type": "light-mode",
|
|
16027
16263
|
"item": "tag",
|
|
16028
|
-
"subitem": "
|
|
16264
|
+
"subitem": "5",
|
|
16029
16265
|
"state": "foreground"
|
|
16030
16266
|
},
|
|
16031
16267
|
"path": [
|
|
16032
16268
|
"color",
|
|
16033
16269
|
"light-mode",
|
|
16034
16270
|
"tag",
|
|
16035
|
-
"
|
|
16271
|
+
"5",
|
|
16036
16272
|
"foreground"
|
|
16037
16273
|
]
|
|
16038
16274
|
}
|
|
16039
16275
|
},
|
|
16040
|
-
"
|
|
16276
|
+
"6": {
|
|
16041
16277
|
"background": {
|
|
16042
|
-
"value": "#
|
|
16278
|
+
"value": "#dddfe3",
|
|
16043
16279
|
"public": true,
|
|
16044
16280
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16045
16281
|
"isSource": true,
|
|
16046
16282
|
"original": {
|
|
16047
|
-
"value": "#
|
|
16283
|
+
"value": "#DDDFE3",
|
|
16048
16284
|
"public": true
|
|
16049
16285
|
},
|
|
16050
|
-
"name": "color-light-mode-tag-
|
|
16286
|
+
"name": "color-light-mode-tag-6-background",
|
|
16051
16287
|
"attributes": {
|
|
16052
16288
|
"category": "color",
|
|
16053
16289
|
"type": "light-mode",
|
|
16054
16290
|
"item": "tag",
|
|
16055
|
-
"subitem": "
|
|
16291
|
+
"subitem": "6",
|
|
16056
16292
|
"state": "background"
|
|
16057
16293
|
},
|
|
16058
16294
|
"path": [
|
|
16059
16295
|
"color",
|
|
16060
16296
|
"light-mode",
|
|
16061
16297
|
"tag",
|
|
16062
|
-
"
|
|
16298
|
+
"6",
|
|
16063
16299
|
"background"
|
|
16064
16300
|
]
|
|
16065
16301
|
},
|
|
16066
16302
|
"foreground": {
|
|
16067
|
-
"value": "#
|
|
16303
|
+
"value": "#47546d",
|
|
16068
16304
|
"public": true,
|
|
16069
16305
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16070
16306
|
"isSource": true,
|
|
16071
16307
|
"original": {
|
|
16072
|
-
"value": "#
|
|
16308
|
+
"value": "#47546D",
|
|
16073
16309
|
"public": true
|
|
16074
16310
|
},
|
|
16075
|
-
"name": "color-light-mode-tag-
|
|
16311
|
+
"name": "color-light-mode-tag-6-foreground",
|
|
16076
16312
|
"attributes": {
|
|
16077
16313
|
"category": "color",
|
|
16078
16314
|
"type": "light-mode",
|
|
16079
16315
|
"item": "tag",
|
|
16080
|
-
"subitem": "
|
|
16316
|
+
"subitem": "6",
|
|
16081
16317
|
"state": "foreground"
|
|
16082
16318
|
},
|
|
16083
16319
|
"path": [
|
|
16084
16320
|
"color",
|
|
16085
16321
|
"light-mode",
|
|
16086
16322
|
"tag",
|
|
16087
|
-
"
|
|
16323
|
+
"6",
|
|
16088
16324
|
"foreground"
|
|
16089
16325
|
]
|
|
16090
16326
|
}
|
|
16091
16327
|
},
|
|
16092
|
-
"
|
|
16328
|
+
"7": {
|
|
16093
16329
|
"background": {
|
|
16094
|
-
"value": "#
|
|
16330
|
+
"value": "#c6f1dc",
|
|
16095
16331
|
"public": true,
|
|
16096
16332
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16097
16333
|
"isSource": true,
|
|
16098
16334
|
"original": {
|
|
16099
|
-
"value": "#
|
|
16335
|
+
"value": "#C6F1DC",
|
|
16100
16336
|
"public": true
|
|
16101
16337
|
},
|
|
16102
|
-
"name": "color-light-mode-tag-
|
|
16338
|
+
"name": "color-light-mode-tag-7-background",
|
|
16103
16339
|
"attributes": {
|
|
16104
16340
|
"category": "color",
|
|
16105
16341
|
"type": "light-mode",
|
|
16106
16342
|
"item": "tag",
|
|
16107
|
-
"subitem": "
|
|
16343
|
+
"subitem": "7",
|
|
16108
16344
|
"state": "background"
|
|
16109
16345
|
},
|
|
16110
16346
|
"path": [
|
|
16111
16347
|
"color",
|
|
16112
16348
|
"light-mode",
|
|
16113
16349
|
"tag",
|
|
16114
|
-
"
|
|
16350
|
+
"7",
|
|
16115
16351
|
"background"
|
|
16116
16352
|
]
|
|
16117
16353
|
},
|
|
16118
16354
|
"foreground": {
|
|
16119
|
-
"value": "#
|
|
16355
|
+
"value": "#3e7256",
|
|
16120
16356
|
"public": true,
|
|
16121
16357
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16122
16358
|
"isSource": true,
|
|
16123
16359
|
"original": {
|
|
16124
|
-
"value": "#
|
|
16360
|
+
"value": "#3E7256",
|
|
16125
16361
|
"public": true
|
|
16126
16362
|
},
|
|
16127
|
-
"name": "color-light-mode-tag-
|
|
16363
|
+
"name": "color-light-mode-tag-7-foreground",
|
|
16128
16364
|
"attributes": {
|
|
16129
16365
|
"category": "color",
|
|
16130
16366
|
"type": "light-mode",
|
|
16131
16367
|
"item": "tag",
|
|
16132
|
-
"subitem": "
|
|
16368
|
+
"subitem": "7",
|
|
16133
16369
|
"state": "foreground"
|
|
16134
16370
|
},
|
|
16135
16371
|
"path": [
|
|
16136
16372
|
"color",
|
|
16137
16373
|
"light-mode",
|
|
16138
16374
|
"tag",
|
|
16139
|
-
"
|
|
16375
|
+
"7",
|
|
16140
16376
|
"foreground"
|
|
16141
16377
|
]
|
|
16142
16378
|
}
|
|
16143
16379
|
},
|
|
16144
|
-
"
|
|
16380
|
+
"8": {
|
|
16145
16381
|
"background": {
|
|
16146
|
-
"value": "#
|
|
16382
|
+
"value": "#f9dfcb",
|
|
16147
16383
|
"public": true,
|
|
16148
16384
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16149
16385
|
"isSource": true,
|
|
16150
16386
|
"original": {
|
|
16151
|
-
"value": "#
|
|
16387
|
+
"value": "#F9DFCB",
|
|
16152
16388
|
"public": true
|
|
16153
16389
|
},
|
|
16154
|
-
"name": "color-light-mode-tag-
|
|
16390
|
+
"name": "color-light-mode-tag-8-background",
|
|
16155
16391
|
"attributes": {
|
|
16156
16392
|
"category": "color",
|
|
16157
16393
|
"type": "light-mode",
|
|
16158
16394
|
"item": "tag",
|
|
16159
|
-
"subitem": "
|
|
16395
|
+
"subitem": "8",
|
|
16160
16396
|
"state": "background"
|
|
16161
16397
|
},
|
|
16162
16398
|
"path": [
|
|
16163
16399
|
"color",
|
|
16164
16400
|
"light-mode",
|
|
16165
16401
|
"tag",
|
|
16166
|
-
"
|
|
16402
|
+
"8",
|
|
16167
16403
|
"background"
|
|
16168
16404
|
]
|
|
16169
16405
|
},
|
|
16170
16406
|
"foreground": {
|
|
16171
|
-
"value": "#
|
|
16407
|
+
"value": "#9a4e1c",
|
|
16172
16408
|
"public": true,
|
|
16173
16409
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16174
16410
|
"isSource": true,
|
|
16175
16411
|
"original": {
|
|
16176
|
-
"value": "#
|
|
16412
|
+
"value": "#9A4E1C",
|
|
16177
16413
|
"public": true
|
|
16178
16414
|
},
|
|
16179
|
-
"name": "color-light-mode-tag-
|
|
16415
|
+
"name": "color-light-mode-tag-8-foreground",
|
|
16180
16416
|
"attributes": {
|
|
16181
16417
|
"category": "color",
|
|
16182
16418
|
"type": "light-mode",
|
|
16183
16419
|
"item": "tag",
|
|
16184
|
-
"subitem": "
|
|
16420
|
+
"subitem": "8",
|
|
16185
16421
|
"state": "foreground"
|
|
16186
16422
|
},
|
|
16187
16423
|
"path": [
|
|
16188
16424
|
"color",
|
|
16189
16425
|
"light-mode",
|
|
16190
16426
|
"tag",
|
|
16191
|
-
"
|
|
16427
|
+
"8",
|
|
16192
16428
|
"foreground"
|
|
16193
16429
|
]
|
|
16194
16430
|
}
|
|
16195
16431
|
},
|
|
16196
|
-
"
|
|
16432
|
+
"9": {
|
|
16197
16433
|
"background": {
|
|
16198
|
-
"value": "#
|
|
16434
|
+
"value": "#ceecf9",
|
|
16199
16435
|
"public": true,
|
|
16436
|
+
"isReferenceToInternal": true,
|
|
16200
16437
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16201
16438
|
"isSource": true,
|
|
16202
16439
|
"original": {
|
|
16203
|
-
"value": "#
|
|
16204
|
-
"public": true
|
|
16440
|
+
"value": "#CEECF9",
|
|
16441
|
+
"public": true,
|
|
16442
|
+
"isReferenceToInternal": true
|
|
16205
16443
|
},
|
|
16206
|
-
"name": "color-light-mode-tag-
|
|
16444
|
+
"name": "color-light-mode-tag-9-background",
|
|
16207
16445
|
"attributes": {
|
|
16208
16446
|
"category": "color",
|
|
16209
16447
|
"type": "light-mode",
|
|
16210
16448
|
"item": "tag",
|
|
16211
|
-
"subitem": "
|
|
16449
|
+
"subitem": "9",
|
|
16212
16450
|
"state": "background"
|
|
16213
16451
|
},
|
|
16214
16452
|
"path": [
|
|
16215
16453
|
"color",
|
|
16216
16454
|
"light-mode",
|
|
16217
16455
|
"tag",
|
|
16218
|
-
"
|
|
16456
|
+
"9",
|
|
16219
16457
|
"background"
|
|
16220
16458
|
]
|
|
16221
16459
|
},
|
|
16222
16460
|
"foreground": {
|
|
16223
|
-
"value": "#
|
|
16461
|
+
"value": "#366880",
|
|
16224
16462
|
"public": true,
|
|
16225
16463
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16226
16464
|
"isSource": true,
|
|
16227
16465
|
"original": {
|
|
16228
|
-
"value": "#
|
|
16466
|
+
"value": "#366880",
|
|
16229
16467
|
"public": true
|
|
16230
16468
|
},
|
|
16231
|
-
"name": "color-light-mode-tag-
|
|
16469
|
+
"name": "color-light-mode-tag-9-foreground",
|
|
16232
16470
|
"attributes": {
|
|
16233
16471
|
"category": "color",
|
|
16234
16472
|
"type": "light-mode",
|
|
16235
16473
|
"item": "tag",
|
|
16236
|
-
"subitem": "
|
|
16474
|
+
"subitem": "9",
|
|
16237
16475
|
"state": "foreground"
|
|
16238
16476
|
},
|
|
16239
16477
|
"path": [
|
|
16240
16478
|
"color",
|
|
16241
16479
|
"light-mode",
|
|
16242
16480
|
"tag",
|
|
16243
|
-
"
|
|
16481
|
+
"9",
|
|
16244
16482
|
"foreground"
|
|
16245
16483
|
]
|
|
16246
16484
|
}
|
|
16247
16485
|
},
|
|
16248
|
-
"
|
|
16486
|
+
"10": {
|
|
16249
16487
|
"background": {
|
|
16250
|
-
"value": "#
|
|
16488
|
+
"value": "#d0dffc",
|
|
16251
16489
|
"public": true,
|
|
16252
|
-
"isReferenceToInternal": true,
|
|
16253
16490
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16254
16491
|
"isSource": true,
|
|
16255
16492
|
"original": {
|
|
16256
|
-
"value": "#
|
|
16257
|
-
"public": true
|
|
16258
|
-
"isReferenceToInternal": true
|
|
16493
|
+
"value": "#D0DFFC",
|
|
16494
|
+
"public": true
|
|
16259
16495
|
},
|
|
16260
|
-
"name": "color-light-mode-tag-
|
|
16496
|
+
"name": "color-light-mode-tag-10-background",
|
|
16261
16497
|
"attributes": {
|
|
16262
16498
|
"category": "color",
|
|
16263
16499
|
"type": "light-mode",
|
|
16264
16500
|
"item": "tag",
|
|
16265
|
-
"subitem": "
|
|
16501
|
+
"subitem": "10",
|
|
16266
16502
|
"state": "background"
|
|
16267
16503
|
},
|
|
16268
16504
|
"path": [
|
|
16269
16505
|
"color",
|
|
16270
16506
|
"light-mode",
|
|
16271
16507
|
"tag",
|
|
16272
|
-
"
|
|
16508
|
+
"10",
|
|
16273
16509
|
"background"
|
|
16274
16510
|
]
|
|
16275
16511
|
},
|
|
16276
16512
|
"foreground": {
|
|
16277
|
-
"value": "#
|
|
16513
|
+
"value": "#2254c5",
|
|
16278
16514
|
"public": true,
|
|
16279
16515
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16280
16516
|
"isSource": true,
|
|
16281
16517
|
"original": {
|
|
16282
|
-
"value": "#
|
|
16518
|
+
"value": "#2254C5",
|
|
16283
16519
|
"public": true
|
|
16284
16520
|
},
|
|
16285
|
-
"name": "color-light-mode-tag-
|
|
16521
|
+
"name": "color-light-mode-tag-10-foreground",
|
|
16286
16522
|
"attributes": {
|
|
16287
16523
|
"category": "color",
|
|
16288
16524
|
"type": "light-mode",
|
|
16289
16525
|
"item": "tag",
|
|
16290
|
-
"subitem": "
|
|
16526
|
+
"subitem": "10",
|
|
16291
16527
|
"state": "foreground"
|
|
16292
16528
|
},
|
|
16293
16529
|
"path": [
|
|
16294
16530
|
"color",
|
|
16295
16531
|
"light-mode",
|
|
16296
16532
|
"tag",
|
|
16297
|
-
"
|
|
16533
|
+
"10",
|
|
16298
16534
|
"foreground"
|
|
16299
16535
|
]
|
|
16300
16536
|
}
|
|
16301
16537
|
},
|
|
16302
|
-
"
|
|
16538
|
+
"11": {
|
|
16303
16539
|
"background": {
|
|
16304
|
-
"value": "#
|
|
16540
|
+
"value": "#72cb9b",
|
|
16305
16541
|
"public": true,
|
|
16542
|
+
"isReferenceToInternal": true,
|
|
16306
16543
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16307
16544
|
"isSource": true,
|
|
16308
16545
|
"original": {
|
|
16309
|
-
"value": "#
|
|
16310
|
-
"public": true
|
|
16546
|
+
"value": "#72CB9B",
|
|
16547
|
+
"public": true,
|
|
16548
|
+
"isReferenceToInternal": true
|
|
16311
16549
|
},
|
|
16312
|
-
"name": "color-light-mode-tag-
|
|
16550
|
+
"name": "color-light-mode-tag-11-background",
|
|
16313
16551
|
"attributes": {
|
|
16314
16552
|
"category": "color",
|
|
16315
16553
|
"type": "light-mode",
|
|
16316
16554
|
"item": "tag",
|
|
16317
|
-
"subitem": "
|
|
16555
|
+
"subitem": "11",
|
|
16318
16556
|
"state": "background"
|
|
16319
16557
|
},
|
|
16320
16558
|
"path": [
|
|
16321
16559
|
"color",
|
|
16322
16560
|
"light-mode",
|
|
16323
16561
|
"tag",
|
|
16324
|
-
"
|
|
16562
|
+
"11",
|
|
16325
16563
|
"background"
|
|
16326
16564
|
]
|
|
16327
16565
|
},
|
|
16328
16566
|
"foreground": {
|
|
16329
|
-
"value": "#
|
|
16567
|
+
"value": "#264a37",
|
|
16330
16568
|
"public": true,
|
|
16569
|
+
"isReferenceToInternal": true,
|
|
16331
16570
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16332
16571
|
"isSource": true,
|
|
16333
16572
|
"original": {
|
|
16334
|
-
"value": "#
|
|
16335
|
-
"public": true
|
|
16573
|
+
"value": "#264A37",
|
|
16574
|
+
"public": true,
|
|
16575
|
+
"isReferenceToInternal": true
|
|
16336
16576
|
},
|
|
16337
|
-
"name": "color-light-mode-tag-
|
|
16577
|
+
"name": "color-light-mode-tag-11-foreground",
|
|
16338
16578
|
"attributes": {
|
|
16339
16579
|
"category": "color",
|
|
16340
16580
|
"type": "light-mode",
|
|
16341
16581
|
"item": "tag",
|
|
16342
|
-
"subitem": "
|
|
16582
|
+
"subitem": "11",
|
|
16343
16583
|
"state": "foreground"
|
|
16344
16584
|
},
|
|
16345
16585
|
"path": [
|
|
16346
16586
|
"color",
|
|
16347
16587
|
"light-mode",
|
|
16348
16588
|
"tag",
|
|
16349
|
-
"
|
|
16589
|
+
"11",
|
|
16350
16590
|
"foreground"
|
|
16351
16591
|
]
|
|
16352
16592
|
}
|
|
16353
16593
|
},
|
|
16354
|
-
"
|
|
16594
|
+
"12": {
|
|
16355
16595
|
"background": {
|
|
16356
|
-
"value": "#
|
|
16596
|
+
"value": "#81c1dd",
|
|
16357
16597
|
"public": true,
|
|
16358
16598
|
"isReferenceToInternal": true,
|
|
16359
16599
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16360
16600
|
"isSource": true,
|
|
16361
16601
|
"original": {
|
|
16362
|
-
"value": "#
|
|
16602
|
+
"value": "#81C1DD",
|
|
16363
16603
|
"public": true,
|
|
16364
16604
|
"isReferenceToInternal": true
|
|
16365
16605
|
},
|
|
16366
|
-
"name": "color-light-mode-tag-
|
|
16606
|
+
"name": "color-light-mode-tag-12-background",
|
|
16367
16607
|
"attributes": {
|
|
16368
16608
|
"category": "color",
|
|
16369
16609
|
"type": "light-mode",
|
|
16370
16610
|
"item": "tag",
|
|
16371
|
-
"subitem": "
|
|
16611
|
+
"subitem": "12",
|
|
16372
16612
|
"state": "background"
|
|
16373
16613
|
},
|
|
16374
16614
|
"path": [
|
|
16375
16615
|
"color",
|
|
16376
16616
|
"light-mode",
|
|
16377
16617
|
"tag",
|
|
16378
|
-
"
|
|
16618
|
+
"12",
|
|
16379
16619
|
"background"
|
|
16380
16620
|
]
|
|
16381
16621
|
},
|
|
16382
16622
|
"foreground": {
|
|
16383
|
-
"value": "#
|
|
16623
|
+
"value": "#234453",
|
|
16384
16624
|
"public": true,
|
|
16385
16625
|
"isReferenceToInternal": true,
|
|
16386
16626
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16387
16627
|
"isSource": true,
|
|
16388
16628
|
"original": {
|
|
16389
|
-
"value": "#
|
|
16629
|
+
"value": "#234453",
|
|
16390
16630
|
"public": true,
|
|
16391
16631
|
"isReferenceToInternal": true
|
|
16392
16632
|
},
|
|
16393
|
-
"name": "color-light-mode-tag-
|
|
16633
|
+
"name": "color-light-mode-tag-12-foreground",
|
|
16394
16634
|
"attributes": {
|
|
16395
16635
|
"category": "color",
|
|
16396
16636
|
"type": "light-mode",
|
|
16397
16637
|
"item": "tag",
|
|
16398
|
-
"subitem": "
|
|
16638
|
+
"subitem": "12",
|
|
16399
16639
|
"state": "foreground"
|
|
16400
16640
|
},
|
|
16401
16641
|
"path": [
|
|
16402
16642
|
"color",
|
|
16403
16643
|
"light-mode",
|
|
16404
16644
|
"tag",
|
|
16405
|
-
"
|
|
16645
|
+
"12",
|
|
16406
16646
|
"foreground"
|
|
16407
16647
|
]
|
|
16408
16648
|
}
|
|
16409
16649
|
},
|
|
16410
|
-
"
|
|
16650
|
+
"13": {
|
|
16411
16651
|
"background": {
|
|
16412
|
-
"value": "#
|
|
16652
|
+
"value": "#689bf8",
|
|
16413
16653
|
"public": true,
|
|
16414
16654
|
"isReferenceToInternal": true,
|
|
16415
16655
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16416
16656
|
"isSource": true,
|
|
16417
16657
|
"original": {
|
|
16418
|
-
"value": "#
|
|
16658
|
+
"value": "#689BF8",
|
|
16419
16659
|
"public": true,
|
|
16420
16660
|
"isReferenceToInternal": true
|
|
16421
16661
|
},
|
|
16422
|
-
"name": "color-light-mode-tag-
|
|
16662
|
+
"name": "color-light-mode-tag-13-background",
|
|
16423
16663
|
"attributes": {
|
|
16424
16664
|
"category": "color",
|
|
16425
16665
|
"type": "light-mode",
|
|
16426
16666
|
"item": "tag",
|
|
16427
|
-
"subitem": "
|
|
16667
|
+
"subitem": "13",
|
|
16428
16668
|
"state": "background"
|
|
16429
16669
|
},
|
|
16430
16670
|
"path": [
|
|
16431
16671
|
"color",
|
|
16432
16672
|
"light-mode",
|
|
16433
16673
|
"tag",
|
|
16434
|
-
"
|
|
16674
|
+
"13",
|
|
16435
16675
|
"background"
|
|
16436
16676
|
]
|
|
16437
16677
|
},
|
|
16438
16678
|
"foreground": {
|
|
16439
|
-
"value": "#
|
|
16679
|
+
"value": "#163168",
|
|
16440
16680
|
"public": true,
|
|
16441
16681
|
"isReferenceToInternal": true,
|
|
16442
16682
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16443
16683
|
"isSource": true,
|
|
16444
16684
|
"original": {
|
|
16445
|
-
"value": "#
|
|
16685
|
+
"value": "#163168",
|
|
16446
16686
|
"public": true,
|
|
16447
16687
|
"isReferenceToInternal": true
|
|
16448
16688
|
},
|
|
16449
|
-
"name": "color-light-mode-tag-
|
|
16689
|
+
"name": "color-light-mode-tag-13-foreground",
|
|
16450
16690
|
"attributes": {
|
|
16451
16691
|
"category": "color",
|
|
16452
16692
|
"type": "light-mode",
|
|
16453
16693
|
"item": "tag",
|
|
16454
|
-
"subitem": "
|
|
16694
|
+
"subitem": "13",
|
|
16455
16695
|
"state": "foreground"
|
|
16456
16696
|
},
|
|
16457
16697
|
"path": [
|
|
16458
16698
|
"color",
|
|
16459
16699
|
"light-mode",
|
|
16460
16700
|
"tag",
|
|
16461
|
-
"
|
|
16701
|
+
"13",
|
|
16462
16702
|
"foreground"
|
|
16463
16703
|
]
|
|
16464
16704
|
}
|
|
16465
16705
|
},
|
|
16466
|
-
"
|
|
16706
|
+
"14": {
|
|
16467
16707
|
"background": {
|
|
16468
|
-
"value": "#
|
|
16708
|
+
"value": "#9c90e9",
|
|
16469
16709
|
"public": true,
|
|
16470
16710
|
"isReferenceToInternal": true,
|
|
16471
16711
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16472
16712
|
"isSource": true,
|
|
16473
16713
|
"original": {
|
|
16474
|
-
"value": "#
|
|
16714
|
+
"value": "#9C90E9",
|
|
16475
16715
|
"public": true,
|
|
16476
16716
|
"isReferenceToInternal": true
|
|
16477
16717
|
},
|
|
16478
|
-
"name": "color-light-mode-tag-
|
|
16718
|
+
"name": "color-light-mode-tag-14-background",
|
|
16479
16719
|
"attributes": {
|
|
16480
16720
|
"category": "color",
|
|
16481
16721
|
"type": "light-mode",
|
|
16482
16722
|
"item": "tag",
|
|
16483
|
-
"subitem": "
|
|
16723
|
+
"subitem": "14",
|
|
16484
16724
|
"state": "background"
|
|
16485
16725
|
},
|
|
16486
16726
|
"path": [
|
|
16487
16727
|
"color",
|
|
16488
16728
|
"light-mode",
|
|
16489
16729
|
"tag",
|
|
16490
|
-
"
|
|
16730
|
+
"14",
|
|
16491
16731
|
"background"
|
|
16492
16732
|
]
|
|
16493
16733
|
},
|
|
16494
16734
|
"foreground": {
|
|
16495
|
-
"value": "#
|
|
16735
|
+
"value": "#342c60",
|
|
16496
16736
|
"public": true,
|
|
16497
|
-
"isReferenceToInternal": true,
|
|
16498
16737
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16499
16738
|
"isSource": true,
|
|
16500
16739
|
"original": {
|
|
16501
|
-
"value": "#
|
|
16502
|
-
"public": true
|
|
16503
|
-
"isReferenceToInternal": true
|
|
16740
|
+
"value": "#342C60",
|
|
16741
|
+
"public": true
|
|
16504
16742
|
},
|
|
16505
|
-
"name": "color-light-mode-tag-
|
|
16743
|
+
"name": "color-light-mode-tag-14-foreground",
|
|
16506
16744
|
"attributes": {
|
|
16507
16745
|
"category": "color",
|
|
16508
16746
|
"type": "light-mode",
|
|
16509
16747
|
"item": "tag",
|
|
16510
|
-
"subitem": "
|
|
16748
|
+
"subitem": "14",
|
|
16511
16749
|
"state": "foreground"
|
|
16512
16750
|
},
|
|
16513
16751
|
"path": [
|
|
16514
16752
|
"color",
|
|
16515
16753
|
"light-mode",
|
|
16516
16754
|
"tag",
|
|
16517
|
-
"
|
|
16755
|
+
"14",
|
|
16518
16756
|
"foreground"
|
|
16519
16757
|
]
|
|
16520
16758
|
}
|
|
16521
16759
|
},
|
|
16522
|
-
"
|
|
16760
|
+
"15": {
|
|
16523
16761
|
"background": {
|
|
16524
|
-
"value": "#
|
|
16762
|
+
"value": "#e7796d",
|
|
16525
16763
|
"public": true,
|
|
16526
|
-
"isReferenceToInternal": true,
|
|
16527
16764
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16528
16765
|
"isSource": true,
|
|
16529
16766
|
"original": {
|
|
16530
|
-
"value": "#
|
|
16531
|
-
"public": true
|
|
16532
|
-
"isReferenceToInternal": true
|
|
16767
|
+
"value": "#E7796D",
|
|
16768
|
+
"public": true
|
|
16533
16769
|
},
|
|
16534
|
-
"name": "color-light-mode-tag-
|
|
16770
|
+
"name": "color-light-mode-tag-15-background",
|
|
16535
16771
|
"attributes": {
|
|
16536
16772
|
"category": "color",
|
|
16537
16773
|
"type": "light-mode",
|
|
16538
16774
|
"item": "tag",
|
|
16539
|
-
"subitem": "
|
|
16775
|
+
"subitem": "15",
|
|
16540
16776
|
"state": "background"
|
|
16541
16777
|
},
|
|
16542
16778
|
"path": [
|
|
16543
16779
|
"color",
|
|
16544
16780
|
"light-mode",
|
|
16545
16781
|
"tag",
|
|
16546
|
-
"
|
|
16782
|
+
"15",
|
|
16547
16783
|
"background"
|
|
16548
16784
|
]
|
|
16549
16785
|
},
|
|
16550
16786
|
"foreground": {
|
|
16551
|
-
"value": "#
|
|
16787
|
+
"value": "#56231d",
|
|
16552
16788
|
"public": true,
|
|
16553
16789
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16554
16790
|
"isSource": true,
|
|
16555
16791
|
"original": {
|
|
16556
|
-
"value": "#
|
|
16792
|
+
"value": "#56231D",
|
|
16557
16793
|
"public": true
|
|
16558
16794
|
},
|
|
16559
|
-
"name": "color-light-mode-tag-
|
|
16795
|
+
"name": "color-light-mode-tag-15-foreground",
|
|
16560
16796
|
"attributes": {
|
|
16561
16797
|
"category": "color",
|
|
16562
16798
|
"type": "light-mode",
|
|
16563
16799
|
"item": "tag",
|
|
16564
|
-
"subitem": "
|
|
16800
|
+
"subitem": "15",
|
|
16565
16801
|
"state": "foreground"
|
|
16566
16802
|
},
|
|
16567
16803
|
"path": [
|
|
16568
16804
|
"color",
|
|
16569
16805
|
"light-mode",
|
|
16570
16806
|
"tag",
|
|
16571
|
-
"
|
|
16807
|
+
"15",
|
|
16572
16808
|
"foreground"
|
|
16573
16809
|
]
|
|
16574
16810
|
}
|
|
16575
16811
|
},
|
|
16576
|
-
"
|
|
16812
|
+
"16": {
|
|
16577
16813
|
"background": {
|
|
16578
|
-
"value": "#
|
|
16814
|
+
"value": "#f1a76e",
|
|
16579
16815
|
"public": true,
|
|
16580
16816
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16581
16817
|
"isSource": true,
|
|
16582
16818
|
"original": {
|
|
16583
|
-
"value": "#
|
|
16819
|
+
"value": "#F1A76E",
|
|
16584
16820
|
"public": true
|
|
16585
16821
|
},
|
|
16586
|
-
"name": "color-light-mode-tag-
|
|
16822
|
+
"name": "color-light-mode-tag-16-background",
|
|
16587
16823
|
"attributes": {
|
|
16588
16824
|
"category": "color",
|
|
16589
16825
|
"type": "light-mode",
|
|
16590
16826
|
"item": "tag",
|
|
16591
|
-
"subitem": "
|
|
16827
|
+
"subitem": "16",
|
|
16592
16828
|
"state": "background"
|
|
16593
16829
|
},
|
|
16594
16830
|
"path": [
|
|
16595
16831
|
"color",
|
|
16596
16832
|
"light-mode",
|
|
16597
16833
|
"tag",
|
|
16598
|
-
"
|
|
16834
|
+
"16",
|
|
16599
16835
|
"background"
|
|
16600
16836
|
]
|
|
16601
16837
|
},
|
|
16602
16838
|
"foreground": {
|
|
16603
|
-
"value": "#
|
|
16839
|
+
"value": "#68320f",
|
|
16604
16840
|
"public": true,
|
|
16605
16841
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16606
16842
|
"isSource": true,
|
|
16607
16843
|
"original": {
|
|
16608
|
-
"value": "#
|
|
16844
|
+
"value": "#68320F",
|
|
16609
16845
|
"public": true
|
|
16610
16846
|
},
|
|
16611
|
-
"name": "color-light-mode-tag-
|
|
16847
|
+
"name": "color-light-mode-tag-16-foreground",
|
|
16612
16848
|
"attributes": {
|
|
16613
16849
|
"category": "color",
|
|
16614
16850
|
"type": "light-mode",
|
|
16615
16851
|
"item": "tag",
|
|
16616
|
-
"subitem": "
|
|
16852
|
+
"subitem": "16",
|
|
16617
16853
|
"state": "foreground"
|
|
16618
16854
|
},
|
|
16619
16855
|
"path": [
|
|
16620
16856
|
"color",
|
|
16621
16857
|
"light-mode",
|
|
16622
16858
|
"tag",
|
|
16623
|
-
"
|
|
16859
|
+
"16",
|
|
16624
16860
|
"foreground"
|
|
16625
16861
|
]
|
|
16626
16862
|
}
|
|
16627
16863
|
},
|
|
16628
|
-
"
|
|
16864
|
+
"17": {
|
|
16629
16865
|
"background": {
|
|
16630
|
-
"value": "#
|
|
16866
|
+
"value": "#d87ab8",
|
|
16631
16867
|
"public": true,
|
|
16632
16868
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16633
16869
|
"isSource": true,
|
|
16634
16870
|
"original": {
|
|
16635
|
-
"value": "#
|
|
16871
|
+
"value": "#D87AB8",
|
|
16636
16872
|
"public": true
|
|
16637
16873
|
},
|
|
16638
|
-
"name": "color-light-mode-tag-
|
|
16874
|
+
"name": "color-light-mode-tag-17-background",
|
|
16639
16875
|
"attributes": {
|
|
16640
16876
|
"category": "color",
|
|
16641
16877
|
"type": "light-mode",
|
|
16642
16878
|
"item": "tag",
|
|
16643
|
-
"subitem": "
|
|
16879
|
+
"subitem": "17",
|
|
16644
16880
|
"state": "background"
|
|
16645
16881
|
},
|
|
16646
16882
|
"path": [
|
|
16647
16883
|
"color",
|
|
16648
16884
|
"light-mode",
|
|
16649
16885
|
"tag",
|
|
16650
|
-
"
|
|
16886
|
+
"17",
|
|
16651
16887
|
"background"
|
|
16652
16888
|
]
|
|
16653
16889
|
},
|
|
16654
16890
|
"foreground": {
|
|
16655
|
-
"value": "#
|
|
16891
|
+
"value": "#4a273e",
|
|
16656
16892
|
"public": true,
|
|
16657
16893
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16658
16894
|
"isSource": true,
|
|
16659
16895
|
"original": {
|
|
16660
|
-
"value": "#
|
|
16896
|
+
"value": "#4A273E",
|
|
16661
16897
|
"public": true
|
|
16662
16898
|
},
|
|
16663
|
-
"name": "color-light-mode-tag-
|
|
16899
|
+
"name": "color-light-mode-tag-17-foreground",
|
|
16664
16900
|
"attributes": {
|
|
16665
16901
|
"category": "color",
|
|
16666
16902
|
"type": "light-mode",
|
|
16667
16903
|
"item": "tag",
|
|
16668
|
-
"subitem": "
|
|
16904
|
+
"subitem": "17",
|
|
16669
16905
|
"state": "foreground"
|
|
16670
16906
|
},
|
|
16671
16907
|
"path": [
|
|
16672
16908
|
"color",
|
|
16673
16909
|
"light-mode",
|
|
16674
16910
|
"tag",
|
|
16675
|
-
"
|
|
16911
|
+
"17",
|
|
16676
16912
|
"foreground"
|
|
16677
16913
|
]
|
|
16678
16914
|
}
|
|
16679
16915
|
},
|
|
16680
|
-
"
|
|
16916
|
+
"18": {
|
|
16681
16917
|
"background": {
|
|
16682
|
-
"value": "#
|
|
16918
|
+
"value": "#efce60",
|
|
16683
16919
|
"public": true,
|
|
16684
16920
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16685
16921
|
"isSource": true,
|
|
16686
16922
|
"original": {
|
|
16687
|
-
"value": "#
|
|
16923
|
+
"value": "#EFCE60",
|
|
16688
16924
|
"public": true
|
|
16689
16925
|
},
|
|
16690
|
-
"name": "color-light-mode-tag-
|
|
16926
|
+
"name": "color-light-mode-tag-18-background",
|
|
16691
16927
|
"attributes": {
|
|
16692
16928
|
"category": "color",
|
|
16693
16929
|
"type": "light-mode",
|
|
16694
16930
|
"item": "tag",
|
|
16695
|
-
"subitem": "
|
|
16931
|
+
"subitem": "18",
|
|
16696
16932
|
"state": "background"
|
|
16697
16933
|
},
|
|
16698
16934
|
"path": [
|
|
16699
16935
|
"color",
|
|
16700
16936
|
"light-mode",
|
|
16701
16937
|
"tag",
|
|
16702
|
-
"
|
|
16938
|
+
"18",
|
|
16703
16939
|
"background"
|
|
16704
16940
|
]
|
|
16705
16941
|
},
|
|
16706
16942
|
"foreground": {
|
|
16707
|
-
"value": "#
|
|
16943
|
+
"value": "#504012",
|
|
16708
16944
|
"public": true,
|
|
16709
16945
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16710
16946
|
"isSource": true,
|
|
16711
16947
|
"original": {
|
|
16712
|
-
"value": "#
|
|
16948
|
+
"value": "#504012",
|
|
16713
16949
|
"public": true
|
|
16714
16950
|
},
|
|
16715
|
-
"name": "color-light-mode-tag-
|
|
16951
|
+
"name": "color-light-mode-tag-18-foreground",
|
|
16716
16952
|
"attributes": {
|
|
16717
16953
|
"category": "color",
|
|
16718
16954
|
"type": "light-mode",
|
|
16719
16955
|
"item": "tag",
|
|
16720
|
-
"subitem": "
|
|
16956
|
+
"subitem": "18",
|
|
16721
16957
|
"state": "foreground"
|
|
16722
16958
|
},
|
|
16723
16959
|
"path": [
|
|
16724
16960
|
"color",
|
|
16725
16961
|
"light-mode",
|
|
16726
16962
|
"tag",
|
|
16727
|
-
"
|
|
16963
|
+
"18",
|
|
16728
16964
|
"foreground"
|
|
16729
16965
|
]
|
|
16730
16966
|
}
|
|
16731
16967
|
},
|
|
16732
|
-
"
|
|
16968
|
+
"19": {
|
|
16733
16969
|
"background": {
|
|
16734
|
-
"value": "#
|
|
16970
|
+
"value": "#9fc65b",
|
|
16735
16971
|
"public": true,
|
|
16972
|
+
"isReferenceToInternal": true,
|
|
16736
16973
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16737
16974
|
"isSource": true,
|
|
16738
16975
|
"original": {
|
|
16739
|
-
"value": "#
|
|
16740
|
-
"public": true
|
|
16976
|
+
"value": "#9FC65B",
|
|
16977
|
+
"public": true,
|
|
16978
|
+
"isReferenceToInternal": true
|
|
16741
16979
|
},
|
|
16742
|
-
"name": "color-light-mode-tag-
|
|
16980
|
+
"name": "color-light-mode-tag-19-background",
|
|
16743
16981
|
"attributes": {
|
|
16744
16982
|
"category": "color",
|
|
16745
16983
|
"type": "light-mode",
|
|
16746
16984
|
"item": "tag",
|
|
16747
|
-
"subitem": "
|
|
16985
|
+
"subitem": "19",
|
|
16748
16986
|
"state": "background"
|
|
16749
16987
|
},
|
|
16750
16988
|
"path": [
|
|
16751
16989
|
"color",
|
|
16752
16990
|
"light-mode",
|
|
16753
16991
|
"tag",
|
|
16754
|
-
"
|
|
16992
|
+
"19",
|
|
16755
16993
|
"background"
|
|
16756
16994
|
]
|
|
16757
16995
|
},
|
|
16758
16996
|
"foreground": {
|
|
16759
|
-
"value": "#
|
|
16997
|
+
"value": "#3f4d27",
|
|
16760
16998
|
"public": true,
|
|
16761
16999
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16762
17000
|
"isSource": true,
|
|
16763
17001
|
"original": {
|
|
16764
|
-
"value": "#
|
|
17002
|
+
"value": "#3F4D27",
|
|
16765
17003
|
"public": true
|
|
16766
17004
|
},
|
|
16767
|
-
"name": "color-light-mode-tag-
|
|
17005
|
+
"name": "color-light-mode-tag-19-foreground",
|
|
16768
17006
|
"attributes": {
|
|
16769
17007
|
"category": "color",
|
|
16770
17008
|
"type": "light-mode",
|
|
16771
17009
|
"item": "tag",
|
|
16772
|
-
"subitem": "
|
|
17010
|
+
"subitem": "19",
|
|
16773
17011
|
"state": "foreground"
|
|
16774
17012
|
},
|
|
16775
17013
|
"path": [
|
|
16776
17014
|
"color",
|
|
16777
17015
|
"light-mode",
|
|
16778
17016
|
"tag",
|
|
16779
|
-
"
|
|
17017
|
+
"19",
|
|
16780
17018
|
"foreground"
|
|
16781
17019
|
]
|
|
16782
17020
|
}
|
|
16783
17021
|
},
|
|
16784
|
-
"
|
|
17022
|
+
"20": {
|
|
16785
17023
|
"background": {
|
|
16786
|
-
"value": "#
|
|
17024
|
+
"value": "#8790a0",
|
|
16787
17025
|
"public": true,
|
|
16788
|
-
"isReferenceToInternal": true,
|
|
16789
17026
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16790
17027
|
"isSource": true,
|
|
16791
17028
|
"original": {
|
|
16792
|
-
"value": "#
|
|
16793
|
-
"public": true
|
|
16794
|
-
"isReferenceToInternal": true
|
|
17029
|
+
"value": "#8790A0",
|
|
17030
|
+
"public": true
|
|
16795
17031
|
},
|
|
16796
|
-
"name": "color-light-mode-tag-
|
|
17032
|
+
"name": "color-light-mode-tag-20-background",
|
|
16797
17033
|
"attributes": {
|
|
16798
17034
|
"category": "color",
|
|
16799
17035
|
"type": "light-mode",
|
|
16800
17036
|
"item": "tag",
|
|
16801
|
-
"subitem": "
|
|
17037
|
+
"subitem": "20",
|
|
16802
17038
|
"state": "background"
|
|
16803
17039
|
},
|
|
16804
17040
|
"path": [
|
|
16805
17041
|
"color",
|
|
16806
17042
|
"light-mode",
|
|
16807
17043
|
"tag",
|
|
16808
|
-
"
|
|
17044
|
+
"20",
|
|
16809
17045
|
"background"
|
|
16810
17046
|
]
|
|
16811
17047
|
},
|
|
16812
17048
|
"foreground": {
|
|
16813
|
-
"value": "#
|
|
17049
|
+
"value": "#0e1e40",
|
|
16814
17050
|
"public": true,
|
|
16815
17051
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
16816
17052
|
"isSource": true,
|
|
16817
17053
|
"original": {
|
|
16818
|
-
"value": "#
|
|
17054
|
+
"value": "#0E1E40",
|
|
16819
17055
|
"public": true
|
|
16820
17056
|
},
|
|
16821
|
-
"name": "color-light-mode-tag-
|
|
17057
|
+
"name": "color-light-mode-tag-20-foreground",
|
|
16822
17058
|
"attributes": {
|
|
16823
17059
|
"category": "color",
|
|
16824
17060
|
"type": "light-mode",
|
|
16825
17061
|
"item": "tag",
|
|
16826
|
-
"subitem": "
|
|
17062
|
+
"subitem": "20",
|
|
16827
17063
|
"state": "foreground"
|
|
16828
17064
|
},
|
|
16829
17065
|
"path": [
|
|
16830
17066
|
"color",
|
|
16831
17067
|
"light-mode",
|
|
16832
17068
|
"tag",
|
|
16833
|
-
"
|
|
17069
|
+
"20",
|
|
16834
17070
|
"foreground"
|
|
16835
17071
|
]
|
|
16836
17072
|
}
|
|
@@ -18940,6 +19176,89 @@
|
|
|
18940
19176
|
"background"
|
|
18941
19177
|
]
|
|
18942
19178
|
}
|
|
19179
|
+
},
|
|
19180
|
+
"neutral": {
|
|
19181
|
+
"foreground": {
|
|
19182
|
+
"value": "#23232d",
|
|
19183
|
+
"public": true,
|
|
19184
|
+
"isReferenceToInternal": true,
|
|
19185
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
19186
|
+
"isSource": true,
|
|
19187
|
+
"original": {
|
|
19188
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
19189
|
+
"public": true,
|
|
19190
|
+
"isReferenceToInternal": true
|
|
19191
|
+
},
|
|
19192
|
+
"name": "color-light-mode-semantic-neutral-foreground",
|
|
19193
|
+
"attributes": {
|
|
19194
|
+
"category": "color",
|
|
19195
|
+
"type": "light-mode",
|
|
19196
|
+
"item": "semantic",
|
|
19197
|
+
"subitem": "neutral",
|
|
19198
|
+
"state": "foreground"
|
|
19199
|
+
},
|
|
19200
|
+
"path": [
|
|
19201
|
+
"color",
|
|
19202
|
+
"light-mode",
|
|
19203
|
+
"semantic",
|
|
19204
|
+
"neutral",
|
|
19205
|
+
"foreground"
|
|
19206
|
+
]
|
|
19207
|
+
},
|
|
19208
|
+
"utility": {
|
|
19209
|
+
"value": "#6d6d78",
|
|
19210
|
+
"public": true,
|
|
19211
|
+
"isReferenceToInternal": true,
|
|
19212
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
19213
|
+
"isSource": true,
|
|
19214
|
+
"original": {
|
|
19215
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
19216
|
+
"public": true,
|
|
19217
|
+
"isReferenceToInternal": true
|
|
19218
|
+
},
|
|
19219
|
+
"name": "color-light-mode-semantic-neutral-utility",
|
|
19220
|
+
"attributes": {
|
|
19221
|
+
"category": "color",
|
|
19222
|
+
"type": "light-mode",
|
|
19223
|
+
"item": "semantic",
|
|
19224
|
+
"subitem": "neutral",
|
|
19225
|
+
"state": "utility"
|
|
19226
|
+
},
|
|
19227
|
+
"path": [
|
|
19228
|
+
"color",
|
|
19229
|
+
"light-mode",
|
|
19230
|
+
"semantic",
|
|
19231
|
+
"neutral",
|
|
19232
|
+
"utility"
|
|
19233
|
+
]
|
|
19234
|
+
},
|
|
19235
|
+
"background": {
|
|
19236
|
+
"value": "#cfcfd3",
|
|
19237
|
+
"public": true,
|
|
19238
|
+
"isReferenceToInternal": true,
|
|
19239
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
19240
|
+
"isSource": true,
|
|
19241
|
+
"original": {
|
|
19242
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
19243
|
+
"public": true,
|
|
19244
|
+
"isReferenceToInternal": true
|
|
19245
|
+
},
|
|
19246
|
+
"name": "color-light-mode-semantic-neutral-background",
|
|
19247
|
+
"attributes": {
|
|
19248
|
+
"category": "color",
|
|
19249
|
+
"type": "light-mode",
|
|
19250
|
+
"item": "semantic",
|
|
19251
|
+
"subitem": "neutral",
|
|
19252
|
+
"state": "background"
|
|
19253
|
+
},
|
|
19254
|
+
"path": [
|
|
19255
|
+
"color",
|
|
19256
|
+
"light-mode",
|
|
19257
|
+
"semantic",
|
|
19258
|
+
"neutral",
|
|
19259
|
+
"background"
|
|
19260
|
+
]
|
|
19261
|
+
}
|
|
18943
19262
|
}
|
|
18944
19263
|
},
|
|
18945
19264
|
"utility": {
|