@neo4j-ndl/base 3.2.2 → 3.2.4
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/lib/cjs/tokens/js/storybook-design-token.js +237 -1
- package/lib/cjs/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +33 -1
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +33 -1
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +237 -1
- package/lib/esm/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +33 -1
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +33 -1
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +61 -31
- package/lib/tokens/css/tokens.css +27 -1
- package/lib/tokens/js/tokens-raw.js +553 -1
- package/lib/tokens/js/tokens.js +33 -1
- package/lib/tokens/scss/tokens.scss +27 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +5 -1
- package/lib/types/tokens/js/tokens-esm.d.ts +50 -2
- package/lib/types/tokens/js/tokens.d.ts +50 -2
- package/package.json +1 -1
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Wed, 29 Jan 2025 15:01:18 GMT
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
module.exports = {
|
|
@@ -761,6 +761,558 @@ module.exports = {
|
|
|
761
761
|
]
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
|
+
"code": {
|
|
765
|
+
"light": {
|
|
766
|
+
"comment": {
|
|
767
|
+
"value": "#5E636A",
|
|
768
|
+
"filePath": "src/tokens/code.json",
|
|
769
|
+
"isSource": true,
|
|
770
|
+
"original": {
|
|
771
|
+
"value": "{colors.neutral.55.value}"
|
|
772
|
+
},
|
|
773
|
+
"name": "PaletteCodeLightComment",
|
|
774
|
+
"attributes": {
|
|
775
|
+
"category": "palette",
|
|
776
|
+
"type": "code",
|
|
777
|
+
"item": "light",
|
|
778
|
+
"subitem": "comment"
|
|
779
|
+
},
|
|
780
|
+
"path": [
|
|
781
|
+
"palette",
|
|
782
|
+
"code",
|
|
783
|
+
"light",
|
|
784
|
+
"comment"
|
|
785
|
+
]
|
|
786
|
+
},
|
|
787
|
+
"keyword": {
|
|
788
|
+
"value": "#3F7824",
|
|
789
|
+
"filePath": "src/tokens/code.json",
|
|
790
|
+
"isSource": true,
|
|
791
|
+
"original": {
|
|
792
|
+
"value": "{colors.forest.45.value}"
|
|
793
|
+
},
|
|
794
|
+
"name": "PaletteCodeLightKeyword",
|
|
795
|
+
"attributes": {
|
|
796
|
+
"category": "palette",
|
|
797
|
+
"type": "code",
|
|
798
|
+
"item": "light",
|
|
799
|
+
"subitem": "keyword"
|
|
800
|
+
},
|
|
801
|
+
"path": [
|
|
802
|
+
"palette",
|
|
803
|
+
"code",
|
|
804
|
+
"light",
|
|
805
|
+
"keyword"
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
"keywordLiteral": {
|
|
809
|
+
"value": "#3F7824",
|
|
810
|
+
"filePath": "src/tokens/code.json",
|
|
811
|
+
"isSource": true,
|
|
812
|
+
"original": {
|
|
813
|
+
"value": "{colors.forest.45.value}"
|
|
814
|
+
},
|
|
815
|
+
"name": "PaletteCodeLightKeywordLiteral",
|
|
816
|
+
"attributes": {
|
|
817
|
+
"category": "palette",
|
|
818
|
+
"type": "code",
|
|
819
|
+
"item": "light",
|
|
820
|
+
"subitem": "keywordLiteral"
|
|
821
|
+
},
|
|
822
|
+
"path": [
|
|
823
|
+
"palette",
|
|
824
|
+
"code",
|
|
825
|
+
"light",
|
|
826
|
+
"keywordLiteral"
|
|
827
|
+
]
|
|
828
|
+
},
|
|
829
|
+
"operator": {
|
|
830
|
+
"value": "#3F7824",
|
|
831
|
+
"filePath": "src/tokens/code.json",
|
|
832
|
+
"isSource": true,
|
|
833
|
+
"original": {
|
|
834
|
+
"value": "{colors.forest.45.value}"
|
|
835
|
+
},
|
|
836
|
+
"name": "PaletteCodeLightOperator",
|
|
837
|
+
"attributes": {
|
|
838
|
+
"category": "palette",
|
|
839
|
+
"type": "code",
|
|
840
|
+
"item": "light",
|
|
841
|
+
"subitem": "operator"
|
|
842
|
+
},
|
|
843
|
+
"path": [
|
|
844
|
+
"palette",
|
|
845
|
+
"code",
|
|
846
|
+
"light",
|
|
847
|
+
"operator"
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
"label": {
|
|
851
|
+
"value": "#D43300",
|
|
852
|
+
"filePath": "src/tokens/code.json",
|
|
853
|
+
"isSource": true,
|
|
854
|
+
"original": {
|
|
855
|
+
"value": "{colors.hibiscus.40.value}"
|
|
856
|
+
},
|
|
857
|
+
"name": "PaletteCodeLightLabel",
|
|
858
|
+
"attributes": {
|
|
859
|
+
"category": "palette",
|
|
860
|
+
"type": "code",
|
|
861
|
+
"item": "light",
|
|
862
|
+
"subitem": "label"
|
|
863
|
+
},
|
|
864
|
+
"path": [
|
|
865
|
+
"palette",
|
|
866
|
+
"code",
|
|
867
|
+
"light",
|
|
868
|
+
"label"
|
|
869
|
+
]
|
|
870
|
+
},
|
|
871
|
+
"predicateFunction": {
|
|
872
|
+
"value": "#0A6190",
|
|
873
|
+
"filePath": "src/tokens/code.json",
|
|
874
|
+
"isSource": true,
|
|
875
|
+
"original": {
|
|
876
|
+
"value": "{colors.baltic.50.value}"
|
|
877
|
+
},
|
|
878
|
+
"name": "PaletteCodeLightPredicateFunction",
|
|
879
|
+
"attributes": {
|
|
880
|
+
"category": "palette",
|
|
881
|
+
"type": "code",
|
|
882
|
+
"item": "light",
|
|
883
|
+
"subitem": "predicateFunction"
|
|
884
|
+
},
|
|
885
|
+
"path": [
|
|
886
|
+
"palette",
|
|
887
|
+
"code",
|
|
888
|
+
"light",
|
|
889
|
+
"predicateFunction"
|
|
890
|
+
]
|
|
891
|
+
},
|
|
892
|
+
"function": {
|
|
893
|
+
"value": "#0A6190",
|
|
894
|
+
"filePath": "src/tokens/code.json",
|
|
895
|
+
"isSource": true,
|
|
896
|
+
"original": {
|
|
897
|
+
"value": "{colors.baltic.50.value}"
|
|
898
|
+
},
|
|
899
|
+
"name": "PaletteCodeLightFunction",
|
|
900
|
+
"attributes": {
|
|
901
|
+
"category": "palette",
|
|
902
|
+
"type": "code",
|
|
903
|
+
"item": "light",
|
|
904
|
+
"subitem": "function"
|
|
905
|
+
},
|
|
906
|
+
"path": [
|
|
907
|
+
"palette",
|
|
908
|
+
"code",
|
|
909
|
+
"light",
|
|
910
|
+
"function"
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
|
+
"procedure": {
|
|
914
|
+
"value": "#0A6190",
|
|
915
|
+
"filePath": "src/tokens/code.json",
|
|
916
|
+
"isSource": true,
|
|
917
|
+
"original": {
|
|
918
|
+
"value": "{colors.baltic.50.value}"
|
|
919
|
+
},
|
|
920
|
+
"name": "PaletteCodeLightProcedure",
|
|
921
|
+
"attributes": {
|
|
922
|
+
"category": "palette",
|
|
923
|
+
"type": "code",
|
|
924
|
+
"item": "light",
|
|
925
|
+
"subitem": "procedure"
|
|
926
|
+
},
|
|
927
|
+
"path": [
|
|
928
|
+
"palette",
|
|
929
|
+
"code",
|
|
930
|
+
"light",
|
|
931
|
+
"procedure"
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
"stringLiteral": {
|
|
935
|
+
"value": "#986400",
|
|
936
|
+
"filePath": "src/tokens/code.json",
|
|
937
|
+
"isSource": true,
|
|
938
|
+
"original": {
|
|
939
|
+
"value": "{colors.marigold.55.value}"
|
|
940
|
+
},
|
|
941
|
+
"name": "PaletteCodeLightStringLiteral",
|
|
942
|
+
"attributes": {
|
|
943
|
+
"category": "palette",
|
|
944
|
+
"type": "code",
|
|
945
|
+
"item": "light",
|
|
946
|
+
"subitem": "stringLiteral"
|
|
947
|
+
},
|
|
948
|
+
"path": [
|
|
949
|
+
"palette",
|
|
950
|
+
"code",
|
|
951
|
+
"light",
|
|
952
|
+
"stringLiteral"
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
"numberLiteral": {
|
|
956
|
+
"value": "#754EC8",
|
|
957
|
+
"filePath": "src/tokens/code.json",
|
|
958
|
+
"isSource": true,
|
|
959
|
+
"original": {
|
|
960
|
+
"value": "{colors.lavender.40.value}"
|
|
961
|
+
},
|
|
962
|
+
"name": "PaletteCodeLightNumberLiteral",
|
|
963
|
+
"attributes": {
|
|
964
|
+
"category": "palette",
|
|
965
|
+
"type": "code",
|
|
966
|
+
"item": "light",
|
|
967
|
+
"subitem": "numberLiteral"
|
|
968
|
+
},
|
|
969
|
+
"path": [
|
|
970
|
+
"palette",
|
|
971
|
+
"code",
|
|
972
|
+
"light",
|
|
973
|
+
"numberLiteral"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
"booleanLiteral": {
|
|
977
|
+
"value": "#754EC8",
|
|
978
|
+
"filePath": "src/tokens/code.json",
|
|
979
|
+
"isSource": true,
|
|
980
|
+
"original": {
|
|
981
|
+
"value": "{colors.lavender.40.value}"
|
|
982
|
+
},
|
|
983
|
+
"name": "PaletteCodeLightBooleanLiteral",
|
|
984
|
+
"attributes": {
|
|
985
|
+
"category": "palette",
|
|
986
|
+
"type": "code",
|
|
987
|
+
"item": "light",
|
|
988
|
+
"subitem": "booleanLiteral"
|
|
989
|
+
},
|
|
990
|
+
"path": [
|
|
991
|
+
"palette",
|
|
992
|
+
"code",
|
|
993
|
+
"light",
|
|
994
|
+
"booleanLiteral"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
"paramValue": {
|
|
998
|
+
"value": "#754EC8",
|
|
999
|
+
"filePath": "src/tokens/code.json",
|
|
1000
|
+
"isSource": true,
|
|
1001
|
+
"original": {
|
|
1002
|
+
"value": "{colors.lavender.40.value}"
|
|
1003
|
+
},
|
|
1004
|
+
"name": "PaletteCodeLightParamValue",
|
|
1005
|
+
"attributes": {
|
|
1006
|
+
"category": "palette",
|
|
1007
|
+
"type": "code",
|
|
1008
|
+
"item": "light",
|
|
1009
|
+
"subitem": "paramValue"
|
|
1010
|
+
},
|
|
1011
|
+
"path": [
|
|
1012
|
+
"palette",
|
|
1013
|
+
"code",
|
|
1014
|
+
"light",
|
|
1015
|
+
"paramValue"
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
"property": {
|
|
1019
|
+
"value": "#730E00",
|
|
1020
|
+
"filePath": "src/tokens/code.json",
|
|
1021
|
+
"isSource": true,
|
|
1022
|
+
"original": {
|
|
1023
|
+
"value": "{colors.hibiscus.55.value}"
|
|
1024
|
+
},
|
|
1025
|
+
"name": "PaletteCodeLightProperty",
|
|
1026
|
+
"attributes": {
|
|
1027
|
+
"category": "palette",
|
|
1028
|
+
"type": "code",
|
|
1029
|
+
"item": "light",
|
|
1030
|
+
"subitem": "property"
|
|
1031
|
+
},
|
|
1032
|
+
"path": [
|
|
1033
|
+
"palette",
|
|
1034
|
+
"code",
|
|
1035
|
+
"light",
|
|
1036
|
+
"property"
|
|
1037
|
+
]
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"dark": {
|
|
1041
|
+
"comment": {
|
|
1042
|
+
"value": "#959AA1",
|
|
1043
|
+
"filePath": "src/tokens/code.json",
|
|
1044
|
+
"isSource": true,
|
|
1045
|
+
"original": {
|
|
1046
|
+
"value": "{colors.neutral.40.value}"
|
|
1047
|
+
},
|
|
1048
|
+
"name": "PaletteCodeDarkComment",
|
|
1049
|
+
"attributes": {
|
|
1050
|
+
"category": "palette",
|
|
1051
|
+
"type": "code",
|
|
1052
|
+
"item": "dark",
|
|
1053
|
+
"subitem": "comment"
|
|
1054
|
+
},
|
|
1055
|
+
"path": [
|
|
1056
|
+
"palette",
|
|
1057
|
+
"code",
|
|
1058
|
+
"dark",
|
|
1059
|
+
"comment"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"keyword": {
|
|
1063
|
+
"value": "#FFC450",
|
|
1064
|
+
"filePath": "src/tokens/code.json",
|
|
1065
|
+
"isSource": true,
|
|
1066
|
+
"original": {
|
|
1067
|
+
"value": "{colors.marigold.25.value}"
|
|
1068
|
+
},
|
|
1069
|
+
"name": "PaletteCodeDarkKeyword",
|
|
1070
|
+
"attributes": {
|
|
1071
|
+
"category": "palette",
|
|
1072
|
+
"type": "code",
|
|
1073
|
+
"item": "dark",
|
|
1074
|
+
"subitem": "keyword"
|
|
1075
|
+
},
|
|
1076
|
+
"path": [
|
|
1077
|
+
"palette",
|
|
1078
|
+
"code",
|
|
1079
|
+
"dark",
|
|
1080
|
+
"keyword"
|
|
1081
|
+
]
|
|
1082
|
+
},
|
|
1083
|
+
"keywordLiteral": {
|
|
1084
|
+
"value": "#FFC450",
|
|
1085
|
+
"filePath": "src/tokens/code.json",
|
|
1086
|
+
"isSource": true,
|
|
1087
|
+
"original": {
|
|
1088
|
+
"value": "{colors.marigold.25.value}"
|
|
1089
|
+
},
|
|
1090
|
+
"name": "PaletteCodeDarkKeywordLiteral",
|
|
1091
|
+
"attributes": {
|
|
1092
|
+
"category": "palette",
|
|
1093
|
+
"type": "code",
|
|
1094
|
+
"item": "dark",
|
|
1095
|
+
"subitem": "keywordLiteral"
|
|
1096
|
+
},
|
|
1097
|
+
"path": [
|
|
1098
|
+
"palette",
|
|
1099
|
+
"code",
|
|
1100
|
+
"dark",
|
|
1101
|
+
"keywordLiteral"
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
|
+
"operator": {
|
|
1105
|
+
"value": "#FFC450",
|
|
1106
|
+
"filePath": "src/tokens/code.json",
|
|
1107
|
+
"isSource": true,
|
|
1108
|
+
"original": {
|
|
1109
|
+
"value": "{colors.marigold.25.value}"
|
|
1110
|
+
},
|
|
1111
|
+
"name": "PaletteCodeDarkOperator",
|
|
1112
|
+
"attributes": {
|
|
1113
|
+
"category": "palette",
|
|
1114
|
+
"type": "code",
|
|
1115
|
+
"item": "dark",
|
|
1116
|
+
"subitem": "operator"
|
|
1117
|
+
},
|
|
1118
|
+
"path": [
|
|
1119
|
+
"palette",
|
|
1120
|
+
"code",
|
|
1121
|
+
"dark",
|
|
1122
|
+
"operator"
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1125
|
+
"label": {
|
|
1126
|
+
"value": "#F96746",
|
|
1127
|
+
"filePath": "src/tokens/code.json",
|
|
1128
|
+
"isSource": true,
|
|
1129
|
+
"original": {
|
|
1130
|
+
"value": "{colors.hibiscus.30.value}"
|
|
1131
|
+
},
|
|
1132
|
+
"name": "PaletteCodeDarkLabel",
|
|
1133
|
+
"attributes": {
|
|
1134
|
+
"category": "palette",
|
|
1135
|
+
"type": "code",
|
|
1136
|
+
"item": "dark",
|
|
1137
|
+
"subitem": "label"
|
|
1138
|
+
},
|
|
1139
|
+
"path": [
|
|
1140
|
+
"palette",
|
|
1141
|
+
"code",
|
|
1142
|
+
"dark",
|
|
1143
|
+
"label"
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1146
|
+
"predicateFunction": {
|
|
1147
|
+
"value": "#8FE3E8",
|
|
1148
|
+
"filePath": "src/tokens/code.json",
|
|
1149
|
+
"isSource": true,
|
|
1150
|
+
"original": {
|
|
1151
|
+
"value": "{colors.baltic.20.value}"
|
|
1152
|
+
},
|
|
1153
|
+
"name": "PaletteCodeDarkPredicateFunction",
|
|
1154
|
+
"attributes": {
|
|
1155
|
+
"category": "palette",
|
|
1156
|
+
"type": "code",
|
|
1157
|
+
"item": "dark",
|
|
1158
|
+
"subitem": "predicateFunction"
|
|
1159
|
+
},
|
|
1160
|
+
"path": [
|
|
1161
|
+
"palette",
|
|
1162
|
+
"code",
|
|
1163
|
+
"dark",
|
|
1164
|
+
"predicateFunction"
|
|
1165
|
+
]
|
|
1166
|
+
},
|
|
1167
|
+
"function": {
|
|
1168
|
+
"value": "#8FE3E8",
|
|
1169
|
+
"filePath": "src/tokens/code.json",
|
|
1170
|
+
"isSource": true,
|
|
1171
|
+
"original": {
|
|
1172
|
+
"value": "{colors.baltic.20.value}"
|
|
1173
|
+
},
|
|
1174
|
+
"name": "PaletteCodeDarkFunction",
|
|
1175
|
+
"attributes": {
|
|
1176
|
+
"category": "palette",
|
|
1177
|
+
"type": "code",
|
|
1178
|
+
"item": "dark",
|
|
1179
|
+
"subitem": "function"
|
|
1180
|
+
},
|
|
1181
|
+
"path": [
|
|
1182
|
+
"palette",
|
|
1183
|
+
"code",
|
|
1184
|
+
"dark",
|
|
1185
|
+
"function"
|
|
1186
|
+
]
|
|
1187
|
+
},
|
|
1188
|
+
"procedure": {
|
|
1189
|
+
"value": "#8FE3E8",
|
|
1190
|
+
"filePath": "src/tokens/code.json",
|
|
1191
|
+
"isSource": true,
|
|
1192
|
+
"original": {
|
|
1193
|
+
"value": "{colors.baltic.20.value}"
|
|
1194
|
+
},
|
|
1195
|
+
"name": "PaletteCodeDarkProcedure",
|
|
1196
|
+
"attributes": {
|
|
1197
|
+
"category": "palette",
|
|
1198
|
+
"type": "code",
|
|
1199
|
+
"item": "dark",
|
|
1200
|
+
"subitem": "procedure"
|
|
1201
|
+
},
|
|
1202
|
+
"path": [
|
|
1203
|
+
"palette",
|
|
1204
|
+
"code",
|
|
1205
|
+
"dark",
|
|
1206
|
+
"procedure"
|
|
1207
|
+
]
|
|
1208
|
+
},
|
|
1209
|
+
"stringLiteral": {
|
|
1210
|
+
"value": "#90CB62",
|
|
1211
|
+
"filePath": "src/tokens/code.json",
|
|
1212
|
+
"isSource": true,
|
|
1213
|
+
"original": {
|
|
1214
|
+
"value": "{colors.forest.20.value}"
|
|
1215
|
+
},
|
|
1216
|
+
"name": "PaletteCodeDarkStringLiteral",
|
|
1217
|
+
"attributes": {
|
|
1218
|
+
"category": "palette",
|
|
1219
|
+
"type": "code",
|
|
1220
|
+
"item": "dark",
|
|
1221
|
+
"subitem": "stringLiteral"
|
|
1222
|
+
},
|
|
1223
|
+
"path": [
|
|
1224
|
+
"palette",
|
|
1225
|
+
"code",
|
|
1226
|
+
"dark",
|
|
1227
|
+
"stringLiteral"
|
|
1228
|
+
]
|
|
1229
|
+
},
|
|
1230
|
+
"numberLiteral": {
|
|
1231
|
+
"value": "#B38EFF",
|
|
1232
|
+
"filePath": "src/tokens/code.json",
|
|
1233
|
+
"isSource": true,
|
|
1234
|
+
"original": {
|
|
1235
|
+
"value": "{colors.lavender.25.value}"
|
|
1236
|
+
},
|
|
1237
|
+
"name": "PaletteCodeDarkNumberLiteral",
|
|
1238
|
+
"attributes": {
|
|
1239
|
+
"category": "palette",
|
|
1240
|
+
"type": "code",
|
|
1241
|
+
"item": "dark",
|
|
1242
|
+
"subitem": "numberLiteral"
|
|
1243
|
+
},
|
|
1244
|
+
"path": [
|
|
1245
|
+
"palette",
|
|
1246
|
+
"code",
|
|
1247
|
+
"dark",
|
|
1248
|
+
"numberLiteral"
|
|
1249
|
+
]
|
|
1250
|
+
},
|
|
1251
|
+
"booleanLiteral": {
|
|
1252
|
+
"value": "#B38EFF",
|
|
1253
|
+
"filePath": "src/tokens/code.json",
|
|
1254
|
+
"isSource": true,
|
|
1255
|
+
"original": {
|
|
1256
|
+
"value": "{colors.lavender.25.value}"
|
|
1257
|
+
},
|
|
1258
|
+
"name": "PaletteCodeDarkBooleanLiteral",
|
|
1259
|
+
"attributes": {
|
|
1260
|
+
"category": "palette",
|
|
1261
|
+
"type": "code",
|
|
1262
|
+
"item": "dark",
|
|
1263
|
+
"subitem": "booleanLiteral"
|
|
1264
|
+
},
|
|
1265
|
+
"path": [
|
|
1266
|
+
"palette",
|
|
1267
|
+
"code",
|
|
1268
|
+
"dark",
|
|
1269
|
+
"booleanLiteral"
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
"paramValue": {
|
|
1273
|
+
"value": "#B38EFF",
|
|
1274
|
+
"filePath": "src/tokens/code.json",
|
|
1275
|
+
"isSource": true,
|
|
1276
|
+
"original": {
|
|
1277
|
+
"value": "{colors.lavender.25.value}"
|
|
1278
|
+
},
|
|
1279
|
+
"name": "PaletteCodeDarkParamValue",
|
|
1280
|
+
"attributes": {
|
|
1281
|
+
"category": "palette",
|
|
1282
|
+
"type": "code",
|
|
1283
|
+
"item": "dark",
|
|
1284
|
+
"subitem": "paramValue"
|
|
1285
|
+
},
|
|
1286
|
+
"path": [
|
|
1287
|
+
"palette",
|
|
1288
|
+
"code",
|
|
1289
|
+
"dark",
|
|
1290
|
+
"paramValue"
|
|
1291
|
+
]
|
|
1292
|
+
},
|
|
1293
|
+
"property": {
|
|
1294
|
+
"value": "#FFAA97",
|
|
1295
|
+
"filePath": "src/tokens/code.json",
|
|
1296
|
+
"isSource": true,
|
|
1297
|
+
"original": {
|
|
1298
|
+
"value": "{colors.hibiscus.20.value}"
|
|
1299
|
+
},
|
|
1300
|
+
"name": "PaletteCodeDarkProperty",
|
|
1301
|
+
"attributes": {
|
|
1302
|
+
"category": "palette",
|
|
1303
|
+
"type": "code",
|
|
1304
|
+
"item": "dark",
|
|
1305
|
+
"subitem": "property"
|
|
1306
|
+
},
|
|
1307
|
+
"path": [
|
|
1308
|
+
"palette",
|
|
1309
|
+
"code",
|
|
1310
|
+
"dark",
|
|
1311
|
+
"property"
|
|
1312
|
+
]
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
764
1316
|
"graph": {
|
|
765
1317
|
"1": {
|
|
766
1318
|
"value": "#FFDF81",
|
package/lib/tokens/js/tokens.js
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Wed, 29 Jan 2025 15:01:18 GMT
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
export const tokens = {
|
|
@@ -83,6 +83,38 @@ export const tokens = {
|
|
|
83
83
|
"11": "#478A6E",
|
|
84
84
|
"12": "#ADE86B"
|
|
85
85
|
},
|
|
86
|
+
"code": {
|
|
87
|
+
"light": {
|
|
88
|
+
"comment": "#5E636A",
|
|
89
|
+
"keyword": "#3F7824",
|
|
90
|
+
"keywordLiteral": "#3F7824",
|
|
91
|
+
"operator": "#3F7824",
|
|
92
|
+
"label": "#D43300",
|
|
93
|
+
"predicateFunction": "#0A6190",
|
|
94
|
+
"function": "#0A6190",
|
|
95
|
+
"procedure": "#0A6190",
|
|
96
|
+
"stringLiteral": "#986400",
|
|
97
|
+
"numberLiteral": "#754EC8",
|
|
98
|
+
"booleanLiteral": "#754EC8",
|
|
99
|
+
"paramValue": "#754EC8",
|
|
100
|
+
"property": "#730E00"
|
|
101
|
+
},
|
|
102
|
+
"dark": {
|
|
103
|
+
"comment": "#959AA1",
|
|
104
|
+
"keyword": "#FFC450",
|
|
105
|
+
"keywordLiteral": "#FFC450",
|
|
106
|
+
"operator": "#FFC450",
|
|
107
|
+
"label": "#F96746",
|
|
108
|
+
"predicateFunction": "#8FE3E8",
|
|
109
|
+
"function": "#8FE3E8",
|
|
110
|
+
"procedure": "#8FE3E8",
|
|
111
|
+
"stringLiteral": "#90CB62",
|
|
112
|
+
"numberLiteral": "#B38EFF",
|
|
113
|
+
"booleanLiteral": "#B38EFF",
|
|
114
|
+
"paramValue": "#B38EFF",
|
|
115
|
+
"property": "#FFAA97"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
86
118
|
"graph": {
|
|
87
119
|
"1": "#FFDF81",
|
|
88
120
|
"2": "#C990C0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 29 Jan 2025 15:01:18 GMT
|
|
4
4
|
|
|
5
5
|
$transitions-values-properties-default: all;
|
|
6
6
|
$transitions-values-duration-quick: 100ms;
|
|
@@ -39,6 +39,32 @@ $palette-categorical-9: #DBBF40;
|
|
|
39
39
|
$palette-categorical-10: #BF732D;
|
|
40
40
|
$palette-categorical-11: #478A6E;
|
|
41
41
|
$palette-categorical-12: #ADE86B;
|
|
42
|
+
$palette-code-light-comment: 94 99 106 / 1;
|
|
43
|
+
$palette-code-light-keyword: 63 120 36 / 1;
|
|
44
|
+
$palette-code-light-keyword-literal: 63 120 36 / 1;
|
|
45
|
+
$palette-code-light-operator: 63 120 36 / 1;
|
|
46
|
+
$palette-code-light-label: 212 51 0 / 1;
|
|
47
|
+
$palette-code-light-predicate-function: 10 97 144 / 1;
|
|
48
|
+
$palette-code-light-function: 10 97 144 / 1;
|
|
49
|
+
$palette-code-light-procedure: 10 97 144 / 1;
|
|
50
|
+
$palette-code-light-string-literal: 152 100 0 / 1;
|
|
51
|
+
$palette-code-light-number-literal: 117 78 200 / 1;
|
|
52
|
+
$palette-code-light-boolean-literal: 117 78 200 / 1;
|
|
53
|
+
$palette-code-light-param-value: 117 78 200 / 1;
|
|
54
|
+
$palette-code-light-property: 115 14 0 / 1;
|
|
55
|
+
$palette-code-dark-comment: 149 154 161 / 1;
|
|
56
|
+
$palette-code-dark-keyword: 255 196 80 / 1;
|
|
57
|
+
$palette-code-dark-keyword-literal: 255 196 80 / 1;
|
|
58
|
+
$palette-code-dark-operator: 255 196 80 / 1;
|
|
59
|
+
$palette-code-dark-label: 249 103 70 / 1;
|
|
60
|
+
$palette-code-dark-predicate-function: 143 227 232 / 1;
|
|
61
|
+
$palette-code-dark-function: 143 227 232 / 1;
|
|
62
|
+
$palette-code-dark-procedure: 143 227 232 / 1;
|
|
63
|
+
$palette-code-dark-string-literal: 144 203 98 / 1;
|
|
64
|
+
$palette-code-dark-number-literal: 179 142 255 / 1;
|
|
65
|
+
$palette-code-dark-boolean-literal: 179 142 255 / 1;
|
|
66
|
+
$palette-code-dark-param-value: 179 142 255 / 1;
|
|
67
|
+
$palette-code-dark-property: 255 170 151 / 1;
|
|
42
68
|
$palette-graph-1: #FFDF81;
|
|
43
69
|
$palette-graph-2: #C990C0;
|
|
44
70
|
$palette-graph-3: #F79767;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Wed, 29 Jan 2025 15:01:18 GMT
|
|
25
25
|
*/
|
|
26
26
|
export const tokens: {
|
|
27
27
|
transitions: {
|
|
@@ -42,6 +42,10 @@ export const tokens: {
|
|
|
42
42
|
path: string[];
|
|
43
43
|
value: string;
|
|
44
44
|
}[];
|
|
45
|
+
"palette-code": {
|
|
46
|
+
path: string[];
|
|
47
|
+
value: string;
|
|
48
|
+
}[];
|
|
45
49
|
"palette-graph": {
|
|
46
50
|
path: string[];
|
|
47
51
|
value: string;
|