@neo4j-ndl/base 3.2.3 → 3.2.5

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.
@@ -443,6 +443,32 @@ video{
443
443
  --palette-categorical-10:#BF732D;
444
444
  --palette-categorical-11:#478A6E;
445
445
  --palette-categorical-12:#ADE86B;
446
+ --palette-code-light-comment:94 99 106 / 1;
447
+ --palette-code-light-keyword:63 120 36 / 1;
448
+ --palette-code-light-keyword-literal:63 120 36 / 1;
449
+ --palette-code-light-operator:63 120 36 / 1;
450
+ --palette-code-light-label:212 51 0 / 1;
451
+ --palette-code-light-predicate-function:10 97 144 / 1;
452
+ --palette-code-light-function:10 97 144 / 1;
453
+ --palette-code-light-procedure:10 97 144 / 1;
454
+ --palette-code-light-string-literal:152 100 0 / 1;
455
+ --palette-code-light-number-literal:117 78 200 / 1;
456
+ --palette-code-light-boolean-literal:117 78 200 / 1;
457
+ --palette-code-light-param-value:117 78 200 / 1;
458
+ --palette-code-light-property:115 14 0 / 1;
459
+ --palette-code-dark-comment:149 154 161 / 1;
460
+ --palette-code-dark-keyword:255 196 80 / 1;
461
+ --palette-code-dark-keyword-literal:255 196 80 / 1;
462
+ --palette-code-dark-operator:255 196 80 / 1;
463
+ --palette-code-dark-label:249 103 70 / 1;
464
+ --palette-code-dark-predicate-function:143 227 232 / 1;
465
+ --palette-code-dark-function:143 227 232 / 1;
466
+ --palette-code-dark-procedure:143 227 232 / 1;
467
+ --palette-code-dark-string-literal:144 203 98 / 1;
468
+ --palette-code-dark-number-literal:204 180 255 / 1;
469
+ --palette-code-dark-boolean-literal:204 180 255 / 1;
470
+ --palette-code-dark-param-value:204 180 255 / 1;
471
+ --palette-code-dark-property:255 170 151 / 1;
446
472
  --palette-graph-1:#FFDF81;
447
473
  --palette-graph-2:#C990C0;
448
474
  --palette-graph-3:#F79767;
@@ -3456,6 +3482,18 @@ a.ndl-btn {
3456
3482
  overflow-x:auto;
3457
3483
  flex-grow:1;
3458
3484
  }
3485
+ .ndl-data-grid-root .ndl-data-grid-scrollable:focus {
3486
+ outline:2px solid transparent;
3487
+ outline-offset:2px;
3488
+ --tw-ring-color:rgb(var(--theme-palette-primary-focus));
3489
+ --tw-ring-offset-color:rgb(var(--theme-palette-neutral-bg-weak));
3490
+ }
3491
+ .ndl-data-grid-root .ndl-data-grid-scrollable:focus:focus-visible {
3492
+ --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3493
+ --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3494
+ box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3495
+ --tw-ring-offset-width:1px;
3496
+ }
3459
3497
  .ndl-data-grid-root .ndl-data-grid-scrollable:has(+ .ndl-data-grid-navigation)
3460
3498
  .ndl-data-grid-tbody
3461
3499
  .ndl-data-grid-tr:last-child {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 29 Jan 2025 11:40:27 GMT
24
+ * Generated on Thu, 30 Jan 2025 08:52:05 GMT
25
25
  */
26
26
 
27
27
  :root {
@@ -62,6 +62,32 @@
62
62
  --palette-categorical-10: #BF732D;
63
63
  --palette-categorical-11: #478A6E;
64
64
  --palette-categorical-12: #ADE86B;
65
+ --palette-code-light-comment: 94 99 106 / 1;
66
+ --palette-code-light-keyword: 63 120 36 / 1;
67
+ --palette-code-light-keyword-literal: 63 120 36 / 1;
68
+ --palette-code-light-operator: 63 120 36 / 1;
69
+ --palette-code-light-label: 212 51 0 / 1;
70
+ --palette-code-light-predicate-function: 10 97 144 / 1;
71
+ --palette-code-light-function: 10 97 144 / 1;
72
+ --palette-code-light-procedure: 10 97 144 / 1;
73
+ --palette-code-light-string-literal: 152 100 0 / 1;
74
+ --palette-code-light-number-literal: 117 78 200 / 1;
75
+ --palette-code-light-boolean-literal: 117 78 200 / 1;
76
+ --palette-code-light-param-value: 117 78 200 / 1;
77
+ --palette-code-light-property: 115 14 0 / 1;
78
+ --palette-code-dark-comment: 149 154 161 / 1;
79
+ --palette-code-dark-keyword: 255 196 80 / 1;
80
+ --palette-code-dark-keyword-literal: 255 196 80 / 1;
81
+ --palette-code-dark-operator: 255 196 80 / 1;
82
+ --palette-code-dark-label: 249 103 70 / 1;
83
+ --palette-code-dark-predicate-function: 143 227 232 / 1;
84
+ --palette-code-dark-function: 143 227 232 / 1;
85
+ --palette-code-dark-procedure: 143 227 232 / 1;
86
+ --palette-code-dark-string-literal: 144 203 98 / 1;
87
+ --palette-code-dark-number-literal: 204 180 255 / 1;
88
+ --palette-code-dark-boolean-literal: 204 180 255 / 1;
89
+ --palette-code-dark-param-value: 204 180 255 / 1;
90
+ --palette-code-dark-property: 255 170 151 / 1;
65
91
  --palette-graph-1: #FFDF81;
66
92
  --palette-graph-2: #C990C0;
67
93
  --palette-graph-3: #F79767;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 29 Jan 2025 11:40:28 GMT
24
+ * Generated on Thu, 30 Jan 2025 08:52:05 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": "#CCB4FF",
1232
+ "filePath": "src/tokens/code.json",
1233
+ "isSource": true,
1234
+ "original": {
1235
+ "value": "{colors.lavender.20.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": "#CCB4FF",
1253
+ "filePath": "src/tokens/code.json",
1254
+ "isSource": true,
1255
+ "original": {
1256
+ "value": "{colors.lavender.20.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": "#CCB4FF",
1274
+ "filePath": "src/tokens/code.json",
1275
+ "isSource": true,
1276
+ "original": {
1277
+ "value": "{colors.lavender.20.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",