@visactor/vseed 0.4.21 → 0.4.22

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.
Files changed (174) hide show
  1. package/dist/cjs/index.cjs +2 -2
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/buildSpec.js.map +1 -1
  4. package/dist/esm/pipeline/spec/chart/pipeline/area.js +3 -1
  5. package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
  6. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js +3 -1
  7. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
  8. package/dist/esm/pipeline/spec/chart/pipeline/bar.js +3 -1
  9. package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
  10. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js +3 -1
  11. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
  12. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js +3 -1
  13. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
  14. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js +3 -1
  15. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js.map +1 -1
  16. package/dist/esm/pipeline/spec/chart/pipeline/circlePacking.js +3 -1
  17. package/dist/esm/pipeline/spec/chart/pipeline/circlePacking.js.map +1 -1
  18. package/dist/esm/pipeline/spec/chart/pipeline/column.js +3 -1
  19. package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
  20. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js +3 -1
  21. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
  22. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js +3 -1
  23. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
  24. package/dist/esm/pipeline/spec/chart/pipeline/donut.js +3 -1
  25. package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
  26. package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js +3 -1
  27. package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js.map +1 -1
  28. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js +3 -1
  29. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
  30. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js +3 -1
  31. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  32. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -1
  33. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
  34. package/dist/esm/pipeline/spec/chart/pipeline/line.js +3 -1
  35. package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
  36. package/dist/esm/pipeline/spec/chart/pipeline/pie.js +3 -1
  37. package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
  38. package/dist/esm/pipeline/spec/chart/pipeline/raceBar.js +2 -1
  39. package/dist/esm/pipeline/spec/chart/pipeline/raceBar.js.map +1 -1
  40. package/dist/esm/pipeline/spec/chart/pipeline/raceColumn.js +2 -1
  41. package/dist/esm/pipeline/spec/chart/pipeline/raceColumn.js.map +1 -1
  42. package/dist/esm/pipeline/spec/chart/pipeline/raceDonut.js +2 -1
  43. package/dist/esm/pipeline/spec/chart/pipeline/raceDonut.js.map +1 -1
  44. package/dist/esm/pipeline/spec/chart/pipeline/raceLine.js +2 -1
  45. package/dist/esm/pipeline/spec/chart/pipeline/raceLine.js.map +1 -1
  46. package/dist/esm/pipeline/spec/chart/pipeline/racePie.js +2 -1
  47. package/dist/esm/pipeline/spec/chart/pipeline/racePie.js.map +1 -1
  48. package/dist/esm/pipeline/spec/chart/pipeline/raceScatter.js +2 -1
  49. package/dist/esm/pipeline/spec/chart/pipeline/raceScatter.js.map +1 -1
  50. package/dist/esm/pipeline/spec/chart/pipeline/radar.js +3 -1
  51. package/dist/esm/pipeline/spec/chart/pipeline/radar.js.map +1 -1
  52. package/dist/esm/pipeline/spec/chart/pipeline/rose.js +3 -1
  53. package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
  54. package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js +3 -1
  55. package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
  56. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js +3 -1
  57. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
  58. package/dist/esm/pipeline/spec/chart/pipeline/sunburst.js +3 -1
  59. package/dist/esm/pipeline/spec/chart/pipeline/sunburst.js.map +1 -1
  60. package/dist/esm/pipeline/spec/chart/pipeline/treeMap.js +3 -1
  61. package/dist/esm/pipeline/spec/chart/pipeline/treeMap.js.map +1 -1
  62. package/dist/esm/pipeline/spec/chart/pipes/index.d.ts +1 -0
  63. package/dist/esm/pipeline/spec/chart/pipes/index.js +1 -0
  64. package/dist/esm/pipeline/spec/chart/pipes/label/labelSunburst.js +1 -1
  65. package/dist/esm/pipeline/spec/chart/pipes/label/labelSunburst.js.map +1 -1
  66. package/dist/esm/pipeline/spec/chart/pipes/label/labelTreeMapGroup.js +1 -1
  67. package/dist/esm/pipeline/spec/chart/pipes/label/labelTreeMapGroup.js.map +1 -1
  68. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js +1 -0
  69. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -1
  70. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js +16 -4
  71. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
  72. package/dist/esm/pipeline/spec/chart/pipes/player/playerBar.js +3 -2
  73. package/dist/esm/pipeline/spec/chart/pipes/player/playerBar.js.map +1 -1
  74. package/dist/esm/pipeline/spec/chart/pipes/player/playerColumn.js +3 -1
  75. package/dist/esm/pipeline/spec/chart/pipes/player/playerColumn.js.map +1 -1
  76. package/dist/esm/pipeline/spec/chart/pipes/player/playerPie.js +3 -1
  77. package/dist/esm/pipeline/spec/chart/pipes/player/playerPie.js.map +1 -1
  78. package/dist/esm/pipeline/spec/chart/pipes/player/playerScatter.js +3 -2
  79. package/dist/esm/pipeline/spec/chart/pipes/player/playerScatter.js.map +1 -1
  80. package/dist/esm/pipeline/spec/chart/pipes/theme/fontFamily.d.ts +2 -0
  81. package/dist/esm/pipeline/spec/chart/pipes/theme/fontFamily.js +17 -0
  82. package/dist/esm/pipeline/spec/chart/pipes/theme/fontFamily.js.map +1 -0
  83. package/dist/esm/pipeline/spec/chart/pipes/theme/index.d.ts +1 -0
  84. package/dist/esm/pipeline/spec/chart/pipes/theme/index.js +2 -0
  85. package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.js +2 -0
  86. package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.js.map +1 -1
  87. package/dist/esm/pipeline/spec/table/pipes/theme/bottomFrozenStyle.js +2 -0
  88. package/dist/esm/pipeline/spec/table/pipes/theme/bottomFrozenStyle.js.map +1 -1
  89. package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js +2 -0
  90. package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js.map +1 -1
  91. package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js +2 -0
  92. package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js.map +1 -1
  93. package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js +2 -0
  94. package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js.map +1 -1
  95. package/dist/esm/theme/common/table.d.ts +6 -0
  96. package/dist/esm/theme/dark/area.d.ts +6 -0
  97. package/dist/esm/theme/dark/bar.d.ts +9 -0
  98. package/dist/esm/theme/dark/boxPlot.d.ts +3 -0
  99. package/dist/esm/theme/dark/column.d.ts +9 -0
  100. package/dist/esm/theme/dark/dualAxis.d.ts +3 -0
  101. package/dist/esm/theme/dark/funnel.d.ts +3 -0
  102. package/dist/esm/theme/dark/heatmap.d.ts +3 -0
  103. package/dist/esm/theme/dark/hierarchy.d.ts +9 -0
  104. package/dist/esm/theme/dark/histogram.d.ts +3 -0
  105. package/dist/esm/theme/dark/line.d.ts +3 -0
  106. package/dist/esm/theme/dark/pie.d.ts +6 -0
  107. package/dist/esm/theme/dark/race.d.ts +9 -0
  108. package/dist/esm/theme/dark/raceLine.d.ts +3 -0
  109. package/dist/esm/theme/dark/racePie.d.ts +6 -0
  110. package/dist/esm/theme/dark/radar.d.ts +3 -0
  111. package/dist/esm/theme/dark/rose.d.ts +6 -0
  112. package/dist/esm/theme/dark/scatter.d.ts +3 -0
  113. package/dist/esm/theme/index.d.ts +2 -0
  114. package/dist/esm/theme/index.js +2 -1
  115. package/dist/esm/theme/light/area.d.ts +6 -0
  116. package/dist/esm/theme/light/bar.d.ts +9 -0
  117. package/dist/esm/theme/light/boxPlot.d.ts +3 -0
  118. package/dist/esm/theme/light/column.d.ts +9 -0
  119. package/dist/esm/theme/light/dualAxis.d.ts +3 -0
  120. package/dist/esm/theme/light/funnel.d.ts +3 -0
  121. package/dist/esm/theme/light/heatmap.d.ts +3 -0
  122. package/dist/esm/theme/light/hierarchy.d.ts +9 -0
  123. package/dist/esm/theme/light/histogram.d.ts +3 -0
  124. package/dist/esm/theme/light/line.d.ts +3 -0
  125. package/dist/esm/theme/light/pie.d.ts +6 -0
  126. package/dist/esm/theme/light/race.d.ts +9 -0
  127. package/dist/esm/theme/light/raceLine.d.ts +3 -0
  128. package/dist/esm/theme/light/racePie.d.ts +6 -0
  129. package/dist/esm/theme/light/radar.d.ts +3 -0
  130. package/dist/esm/theme/light/rose.d.ts +6 -0
  131. package/dist/esm/theme/light/scatter.d.ts +3 -0
  132. package/dist/esm/theme/tokenTheme.d.ts +54 -0
  133. package/dist/esm/theme/tokenTheme.js +243 -0
  134. package/dist/esm/theme/tokenTheme.js.map +1 -0
  135. package/dist/esm/types/chartType/column/zColumn.d.ts +2 -0
  136. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +2 -0
  137. package/dist/esm/types/chartType/raceBar/zRaceBar.d.ts +2 -0
  138. package/dist/esm/types/chartType/raceColumn/zRaceColumn.d.ts +2 -0
  139. package/dist/esm/types/chartType/raceDonut/zRaceDonut.d.ts +2 -0
  140. package/dist/esm/types/chartType/raceLine/zRaceLine.d.ts +2 -0
  141. package/dist/esm/types/chartType/racePie/zRacePie.d.ts +2 -0
  142. package/dist/esm/types/chartType/raceScatter/zRaceScatter.d.ts +2 -0
  143. package/dist/esm/types/properties/config/area.d.ts +6 -0
  144. package/dist/esm/types/properties/config/bar.d.ts +9 -0
  145. package/dist/esm/types/properties/config/boxplot.d.ts +3 -0
  146. package/dist/esm/types/properties/config/circlePacking.d.ts +3 -0
  147. package/dist/esm/types/properties/config/column.d.ts +9 -0
  148. package/dist/esm/types/properties/config/config.d.ts +103 -0
  149. package/dist/esm/types/properties/config/dualAxis.d.ts +3 -0
  150. package/dist/esm/types/properties/config/funnel.d.ts +3 -0
  151. package/dist/esm/types/properties/config/heatmap.d.ts +3 -0
  152. package/dist/esm/types/properties/config/histogram.d.ts +3 -0
  153. package/dist/esm/types/properties/config/line.d.ts +3 -0
  154. package/dist/esm/types/properties/config/pie.d.ts +9 -0
  155. package/dist/esm/types/properties/config/pivotGrid/pivotGrid.d.ts +3 -0
  156. package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js +4 -1
  157. package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js.map +1 -1
  158. package/dist/esm/types/properties/config/pivotTable.d.ts +2 -0
  159. package/dist/esm/types/properties/config/player/player.d.ts +8 -0
  160. package/dist/esm/types/properties/config/player/zPlayer.d.ts +2 -0
  161. package/dist/esm/types/properties/config/player/zPlayer.js +2 -0
  162. package/dist/esm/types/properties/config/player/zPlayer.js.map +1 -1
  163. package/dist/esm/types/properties/config/race.d.ts +30 -0
  164. package/dist/esm/types/properties/config/rose.d.ts +6 -0
  165. package/dist/esm/types/properties/config/scatter.d.ts +3 -0
  166. package/dist/esm/types/properties/config/sunburst.d.ts +3 -0
  167. package/dist/esm/types/properties/config/table.d.ts +2 -0
  168. package/dist/esm/types/properties/config/table.js +2 -0
  169. package/dist/esm/types/properties/config/table.js.map +1 -1
  170. package/dist/esm/types/properties/config/treeMap.d.ts +3 -0
  171. package/dist/esm/types/properties/theme/customTheme.d.ts +206 -0
  172. package/dist/umd/index.js +357 -17
  173. package/dist/umd/index.js.map +1 -1
  174. package/package.json +1 -1
@@ -10,7 +10,9 @@ export declare const getAreaTheme: () => {
10
10
  };
11
11
  pivotGrid: {
12
12
  borderColor?: string | null | undefined;
13
+ bodyFontSize?: number | null | undefined;
13
14
  bodyFontColor?: string | null | undefined;
15
+ headerFontSize?: number | null | undefined;
14
16
  headerFontColor?: string | null | undefined;
15
17
  headerBackgroundColor?: string | null | undefined;
16
18
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -24,6 +26,7 @@ export declare const getAreaTheme: () => {
24
26
  titleFontWeight?: string | null | undefined;
25
27
  chartGridColor?: string | null | undefined;
26
28
  axisLabelColor?: string | null | undefined;
29
+ axisLabelFontSize?: number | null | undefined;
27
30
  };
28
31
  annotation: {
29
32
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -88,7 +91,9 @@ export declare const getAreaPercentTheme: () => {
88
91
  };
89
92
  pivotGrid: {
90
93
  borderColor?: string | null | undefined;
94
+ bodyFontSize?: number | null | undefined;
91
95
  bodyFontColor?: string | null | undefined;
96
+ headerFontSize?: number | null | undefined;
92
97
  headerFontColor?: string | null | undefined;
93
98
  headerBackgroundColor?: string | null | undefined;
94
99
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -102,6 +107,7 @@ export declare const getAreaPercentTheme: () => {
102
107
  titleFontWeight?: string | null | undefined;
103
108
  chartGridColor?: string | null | undefined;
104
109
  axisLabelColor?: string | null | undefined;
110
+ axisLabelFontSize?: number | null | undefined;
105
111
  };
106
112
  annotation: {
107
113
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -12,7 +12,9 @@ export declare const getBarTheme: () => {
12
12
  stackCornerRadius: number[];
13
13
  pivotGrid: {
14
14
  borderColor?: string | null | undefined;
15
+ bodyFontSize?: number | null | undefined;
15
16
  bodyFontColor?: string | null | undefined;
17
+ headerFontSize?: number | null | undefined;
16
18
  headerFontColor?: string | null | undefined;
17
19
  headerBackgroundColor?: string | null | undefined;
18
20
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -26,6 +28,7 @@ export declare const getBarTheme: () => {
26
28
  titleFontWeight?: string | null | undefined;
27
29
  chartGridColor?: string | null | undefined;
28
30
  axisLabelColor?: string | null | undefined;
31
+ axisLabelFontSize?: number | null | undefined;
29
32
  };
30
33
  annotation: {
31
34
  annotationPoint: import("../../types").AnnotationPointConfig;
@@ -91,7 +94,9 @@ export declare const getBarParallelTheme: () => {
91
94
  stackCornerRadius: number[];
92
95
  pivotGrid: {
93
96
  borderColor?: string | null | undefined;
97
+ bodyFontSize?: number | null | undefined;
94
98
  bodyFontColor?: string | null | undefined;
99
+ headerFontSize?: number | null | undefined;
95
100
  headerFontColor?: string | null | undefined;
96
101
  headerBackgroundColor?: string | null | undefined;
97
102
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -105,6 +110,7 @@ export declare const getBarParallelTheme: () => {
105
110
  titleFontWeight?: string | null | undefined;
106
111
  chartGridColor?: string | null | undefined;
107
112
  axisLabelColor?: string | null | undefined;
113
+ axisLabelFontSize?: number | null | undefined;
108
114
  };
109
115
  annotation: {
110
116
  annotationPoint: import("../../types").AnnotationPointConfig;
@@ -170,7 +176,9 @@ export declare const getBarPercentTheme: () => {
170
176
  stackCornerRadius: number[];
171
177
  pivotGrid: {
172
178
  borderColor?: string | null | undefined;
179
+ bodyFontSize?: number | null | undefined;
173
180
  bodyFontColor?: string | null | undefined;
181
+ headerFontSize?: number | null | undefined;
174
182
  headerFontColor?: string | null | undefined;
175
183
  headerBackgroundColor?: string | null | undefined;
176
184
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -184,6 +192,7 @@ export declare const getBarPercentTheme: () => {
184
192
  titleFontWeight?: string | null | undefined;
185
193
  chartGridColor?: string | null | undefined;
186
194
  axisLabelColor?: string | null | undefined;
195
+ axisLabelFontSize?: number | null | undefined;
187
196
  };
188
197
  annotation: {
189
198
  annotationPoint: import("../../types").AnnotationPointConfig;
@@ -10,7 +10,9 @@ export declare const getBoxPlotTheme: () => {
10
10
  };
11
11
  pivotGrid: {
12
12
  borderColor?: string | null | undefined;
13
+ bodyFontSize?: number | null | undefined;
13
14
  bodyFontColor?: string | null | undefined;
15
+ headerFontSize?: number | null | undefined;
14
16
  headerFontColor?: string | null | undefined;
15
17
  headerBackgroundColor?: string | null | undefined;
16
18
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -24,6 +26,7 @@ export declare const getBoxPlotTheme: () => {
24
26
  titleFontWeight?: string | null | undefined;
25
27
  chartGridColor?: string | null | undefined;
26
28
  axisLabelColor?: string | null | undefined;
29
+ axisLabelFontSize?: number | null | undefined;
27
30
  };
28
31
  annotation: {
29
32
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -11,7 +11,9 @@ export declare const getColumnTheme: () => {
11
11
  stackCornerRadius: number[];
12
12
  pivotGrid: {
13
13
  borderColor?: string | null | undefined;
14
+ bodyFontSize?: number | null | undefined;
14
15
  bodyFontColor?: string | null | undefined;
16
+ headerFontSize?: number | null | undefined;
15
17
  headerFontColor?: string | null | undefined;
16
18
  headerBackgroundColor?: string | null | undefined;
17
19
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -25,6 +27,7 @@ export declare const getColumnTheme: () => {
25
27
  titleFontWeight?: string | null | undefined;
26
28
  chartGridColor?: string | null | undefined;
27
29
  axisLabelColor?: string | null | undefined;
30
+ axisLabelFontSize?: number | null | undefined;
28
31
  };
29
32
  annotation: {
30
33
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -264,7 +267,9 @@ export declare const getColumnParallelTheme: () => {
264
267
  stackCornerRadius: number[];
265
268
  pivotGrid: {
266
269
  borderColor?: string | null | undefined;
270
+ bodyFontSize?: number | null | undefined;
267
271
  bodyFontColor?: string | null | undefined;
272
+ headerFontSize?: number | null | undefined;
268
273
  headerFontColor?: string | null | undefined;
269
274
  headerBackgroundColor?: string | null | undefined;
270
275
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -278,6 +283,7 @@ export declare const getColumnParallelTheme: () => {
278
283
  titleFontWeight?: string | null | undefined;
279
284
  chartGridColor?: string | null | undefined;
280
285
  axisLabelColor?: string | null | undefined;
286
+ axisLabelFontSize?: number | null | undefined;
281
287
  };
282
288
  annotation: {
283
289
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -343,7 +349,9 @@ export declare const getColumnPercentTheme: () => {
343
349
  stackCornerRadius: number[];
344
350
  pivotGrid: {
345
351
  borderColor?: string | null | undefined;
352
+ bodyFontSize?: number | null | undefined;
346
353
  bodyFontColor?: string | null | undefined;
354
+ headerFontSize?: number | null | undefined;
347
355
  headerFontColor?: string | null | undefined;
348
356
  headerBackgroundColor?: string | null | undefined;
349
357
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -357,6 +365,7 @@ export declare const getColumnPercentTheme: () => {
357
365
  titleFontWeight?: string | null | undefined;
358
366
  chartGridColor?: string | null | undefined;
359
367
  axisLabelColor?: string | null | undefined;
368
+ axisLabelFontSize?: number | null | undefined;
360
369
  };
361
370
  annotation: {
362
371
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -54,7 +54,9 @@ export declare const getDualAxisTheme: () => {
54
54
  };
55
55
  pivotGrid: {
56
56
  borderColor?: string | null | undefined;
57
+ bodyFontSize?: number | null | undefined;
57
58
  bodyFontColor?: string | null | undefined;
59
+ headerFontSize?: number | null | undefined;
58
60
  headerFontColor?: string | null | undefined;
59
61
  headerBackgroundColor?: string | null | undefined;
60
62
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -68,6 +70,7 @@ export declare const getDualAxisTheme: () => {
68
70
  titleFontWeight?: string | null | undefined;
69
71
  chartGridColor?: string | null | undefined;
70
72
  axisLabelColor?: string | null | undefined;
73
+ axisLabelFontSize?: number | null | undefined;
71
74
  };
72
75
  annotation: {
73
76
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -11,7 +11,9 @@ export declare const getFunnelTheme: () => {
11
11
  transform: import("../..").FunnelTransformConfig;
12
12
  pivotGrid: {
13
13
  borderColor?: string | null | undefined;
14
+ bodyFontSize?: number | null | undefined;
14
15
  bodyFontColor?: string | null | undefined;
16
+ headerFontSize?: number | null | undefined;
15
17
  headerFontColor?: string | null | undefined;
16
18
  headerBackgroundColor?: string | null | undefined;
17
19
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -25,6 +27,7 @@ export declare const getFunnelTheme: () => {
25
27
  titleFontWeight?: string | null | undefined;
26
28
  chartGridColor?: string | null | undefined;
27
29
  axisLabelColor?: string | null | undefined;
30
+ axisLabelFontSize?: number | null | undefined;
28
31
  };
29
32
  backgroundColor: string;
30
33
  color: {
@@ -14,7 +14,9 @@ export declare const getHeatmapTheme: () => {
14
14
  cell: import("../../types/properties/config/heatmap").HeatmapCell;
15
15
  pivotGrid: {
16
16
  borderColor?: string | null | undefined;
17
+ bodyFontSize?: number | null | undefined;
17
18
  bodyFontColor?: string | null | undefined;
19
+ headerFontSize?: number | null | undefined;
18
20
  headerFontColor?: string | null | undefined;
19
21
  headerBackgroundColor?: string | null | undefined;
20
22
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -28,6 +30,7 @@ export declare const getHeatmapTheme: () => {
28
30
  titleFontWeight?: string | null | undefined;
29
31
  chartGridColor?: string | null | undefined;
30
32
  axisLabelColor?: string | null | undefined;
33
+ axisLabelFontSize?: number | null | undefined;
31
34
  };
32
35
  backgroundColor: string;
33
36
  color: {
@@ -1,7 +1,9 @@
1
1
  export declare const getTreeMapTheme: () => {
2
2
  pivotGrid: {
3
3
  borderColor?: string | null | undefined;
4
+ bodyFontSize?: number | null | undefined;
4
5
  bodyFontColor?: string | null | undefined;
6
+ headerFontSize?: number | null | undefined;
5
7
  headerFontColor?: string | null | undefined;
6
8
  headerBackgroundColor?: string | null | undefined;
7
9
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -15,6 +17,7 @@ export declare const getTreeMapTheme: () => {
15
17
  titleFontWeight?: string | null | undefined;
16
18
  chartGridColor?: string | null | undefined;
17
19
  axisLabelColor?: string | null | undefined;
20
+ axisLabelFontSize?: number | null | undefined;
18
21
  };
19
22
  backgroundColor: string;
20
23
  color: {
@@ -64,7 +67,9 @@ export declare const getTreeMapTheme: () => {
64
67
  export declare const getSunburstTheme: () => {
65
68
  pivotGrid: {
66
69
  borderColor?: string | null | undefined;
70
+ bodyFontSize?: number | null | undefined;
67
71
  bodyFontColor?: string | null | undefined;
72
+ headerFontSize?: number | null | undefined;
68
73
  headerFontColor?: string | null | undefined;
69
74
  headerBackgroundColor?: string | null | undefined;
70
75
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -78,6 +83,7 @@ export declare const getSunburstTheme: () => {
78
83
  titleFontWeight?: string | null | undefined;
79
84
  chartGridColor?: string | null | undefined;
80
85
  axisLabelColor?: string | null | undefined;
86
+ axisLabelFontSize?: number | null | undefined;
81
87
  };
82
88
  backgroundColor: string;
83
89
  color: {
@@ -127,7 +133,9 @@ export declare const getSunburstTheme: () => {
127
133
  export declare const getCirclePackingTheme: () => {
128
134
  pivotGrid: {
129
135
  borderColor?: string | null | undefined;
136
+ bodyFontSize?: number | null | undefined;
130
137
  bodyFontColor?: string | null | undefined;
138
+ headerFontSize?: number | null | undefined;
131
139
  headerFontColor?: string | null | undefined;
132
140
  headerBackgroundColor?: string | null | undefined;
133
141
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -141,6 +149,7 @@ export declare const getCirclePackingTheme: () => {
141
149
  titleFontWeight?: string | null | undefined;
142
150
  chartGridColor?: string | null | undefined;
143
151
  axisLabelColor?: string | null | undefined;
152
+ axisLabelFontSize?: number | null | undefined;
144
153
  };
145
154
  backgroundColor: string;
146
155
  color: {
@@ -10,7 +10,9 @@ export declare const getHistogramTheme: () => {
10
10
  };
11
11
  pivotGrid: {
12
12
  borderColor?: string | null | undefined;
13
+ bodyFontSize?: number | null | undefined;
13
14
  bodyFontColor?: string | null | undefined;
15
+ headerFontSize?: number | null | undefined;
14
16
  headerFontColor?: string | null | undefined;
15
17
  headerBackgroundColor?: string | null | undefined;
16
18
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -24,6 +26,7 @@ export declare const getHistogramTheme: () => {
24
26
  titleFontWeight?: string | null | undefined;
25
27
  chartGridColor?: string | null | undefined;
26
28
  axisLabelColor?: string | null | undefined;
29
+ axisLabelFontSize?: number | null | undefined;
27
30
  };
28
31
  annotation: {
29
32
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -10,7 +10,9 @@ export declare const getLineTheme: () => {
10
10
  };
11
11
  pivotGrid: {
12
12
  borderColor?: string | null | undefined;
13
+ bodyFontSize?: number | null | undefined;
13
14
  bodyFontColor?: string | null | undefined;
15
+ headerFontSize?: number | null | undefined;
14
16
  headerFontColor?: string | null | undefined;
15
17
  headerBackgroundColor?: string | null | undefined;
16
18
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -24,6 +26,7 @@ export declare const getLineTheme: () => {
24
26
  titleFontWeight?: string | null | undefined;
25
27
  chartGridColor?: string | null | undefined;
26
28
  axisLabelColor?: string | null | undefined;
29
+ axisLabelFontSize?: number | null | undefined;
27
30
  };
28
31
  annotation: {
29
32
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -12,7 +12,9 @@ export declare const getPieTheme: () => {
12
12
  };
13
13
  pivotGrid: {
14
14
  borderColor?: string | null | undefined;
15
+ bodyFontSize?: number | null | undefined;
15
16
  bodyFontColor?: string | null | undefined;
17
+ headerFontSize?: number | null | undefined;
16
18
  headerFontColor?: string | null | undefined;
17
19
  headerBackgroundColor?: string | null | undefined;
18
20
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -26,6 +28,7 @@ export declare const getPieTheme: () => {
26
28
  titleFontWeight?: string | null | undefined;
27
29
  chartGridColor?: string | null | undefined;
28
30
  axisLabelColor?: string | null | undefined;
31
+ axisLabelFontSize?: number | null | undefined;
29
32
  };
30
33
  backgroundColor: string;
31
34
  color: {
@@ -77,7 +80,9 @@ export declare const getDonutTheme: () => {
77
80
  };
78
81
  pivotGrid: {
79
82
  borderColor?: string | null | undefined;
83
+ bodyFontSize?: number | null | undefined;
80
84
  bodyFontColor?: string | null | undefined;
85
+ headerFontSize?: number | null | undefined;
81
86
  headerFontColor?: string | null | undefined;
82
87
  headerBackgroundColor?: string | null | undefined;
83
88
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -91,6 +96,7 @@ export declare const getDonutTheme: () => {
91
96
  titleFontWeight?: string | null | undefined;
92
97
  chartGridColor?: string | null | undefined;
93
98
  axisLabelColor?: string | null | undefined;
99
+ axisLabelFontSize?: number | null | undefined;
94
100
  };
95
101
  backgroundColor: string;
96
102
  color: {
@@ -117,7 +117,9 @@ export declare const getRaceBarTheme: () => {
117
117
  stackCornerRadius: number[];
118
118
  pivotGrid: {
119
119
  borderColor?: string | null | undefined;
120
+ bodyFontSize?: number | null | undefined;
120
121
  bodyFontColor?: string | null | undefined;
122
+ headerFontSize?: number | null | undefined;
121
123
  headerFontColor?: string | null | undefined;
122
124
  headerBackgroundColor?: string | null | undefined;
123
125
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -131,6 +133,7 @@ export declare const getRaceBarTheme: () => {
131
133
  titleFontWeight?: string | null | undefined;
132
134
  chartGridColor?: string | null | undefined;
133
135
  axisLabelColor?: string | null | undefined;
136
+ axisLabelFontSize?: number | null | undefined;
134
137
  };
135
138
  annotation: {
136
139
  annotationPoint: import("../../types").AnnotationPointConfig;
@@ -300,7 +303,9 @@ export declare const getRaceColumnTheme: () => {
300
303
  stackCornerRadius: number[];
301
304
  pivotGrid: {
302
305
  borderColor?: string | null | undefined;
306
+ bodyFontSize?: number | null | undefined;
303
307
  bodyFontColor?: string | null | undefined;
308
+ headerFontSize?: number | null | undefined;
304
309
  headerFontColor?: string | null | undefined;
305
310
  headerBackgroundColor?: string | null | undefined;
306
311
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -314,6 +319,7 @@ export declare const getRaceColumnTheme: () => {
314
319
  titleFontWeight?: string | null | undefined;
315
320
  chartGridColor?: string | null | undefined;
316
321
  axisLabelColor?: string | null | undefined;
322
+ axisLabelFontSize?: number | null | undefined;
317
323
  };
318
324
  annotation: {
319
325
  annotationPoint: import("../../types").AnnotationPointConfig;
@@ -667,7 +673,9 @@ export declare const getRaceScatterTheme: () => {
667
673
  player: Player;
668
674
  pivotGrid: {
669
675
  borderColor?: string | null | undefined;
676
+ bodyFontSize?: number | null | undefined;
670
677
  bodyFontColor?: string | null | undefined;
678
+ headerFontSize?: number | null | undefined;
671
679
  headerFontColor?: string | null | undefined;
672
680
  headerBackgroundColor?: string | null | undefined;
673
681
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -681,6 +689,7 @@ export declare const getRaceScatterTheme: () => {
681
689
  titleFontWeight?: string | null | undefined;
682
690
  chartGridColor?: string | null | undefined;
683
691
  axisLabelColor?: string | null | undefined;
692
+ axisLabelFontSize?: number | null | undefined;
684
693
  };
685
694
  annotation: {
686
695
  annotationPoint: import("../../types").AnnotationPointConfig;
@@ -124,7 +124,9 @@ export declare const getRaceLineTheme: () => {
124
124
  };
125
125
  pivotGrid: {
126
126
  borderColor?: string | null | undefined;
127
+ bodyFontSize?: number | null | undefined;
127
128
  bodyFontColor?: string | null | undefined;
129
+ headerFontSize?: number | null | undefined;
128
130
  headerFontColor?: string | null | undefined;
129
131
  headerBackgroundColor?: string | null | undefined;
130
132
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -138,6 +140,7 @@ export declare const getRaceLineTheme: () => {
138
140
  titleFontWeight?: string | null | undefined;
139
141
  chartGridColor?: string | null | undefined;
140
142
  axisLabelColor?: string | null | undefined;
143
+ axisLabelFontSize?: number | null | undefined;
141
144
  };
142
145
  annotation: {
143
146
  annotationPoint: import("../../types").AnnotationPointConfig;
@@ -27,7 +27,9 @@ export declare const getRacePieTheme: () => {
27
27
  };
28
28
  pivotGrid: {
29
29
  borderColor?: string | null | undefined;
30
+ bodyFontSize?: number | null | undefined;
30
31
  bodyFontColor?: string | null | undefined;
32
+ headerFontSize?: number | null | undefined;
31
33
  headerFontColor?: string | null | undefined;
32
34
  headerBackgroundColor?: string | null | undefined;
33
35
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -41,6 +43,7 @@ export declare const getRacePieTheme: () => {
41
43
  titleFontWeight?: string | null | undefined;
42
44
  chartGridColor?: string | null | undefined;
43
45
  axisLabelColor?: string | null | undefined;
46
+ axisLabelFontSize?: number | null | undefined;
44
47
  };
45
48
  backgroundColor: string;
46
49
  color: {
@@ -105,7 +108,9 @@ export declare const getRaceDonutTheme: () => {
105
108
  };
106
109
  pivotGrid: {
107
110
  borderColor?: string | null | undefined;
111
+ bodyFontSize?: number | null | undefined;
108
112
  bodyFontColor?: string | null | undefined;
113
+ headerFontSize?: number | null | undefined;
109
114
  headerFontColor?: string | null | undefined;
110
115
  headerBackgroundColor?: string | null | undefined;
111
116
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -119,6 +124,7 @@ export declare const getRaceDonutTheme: () => {
119
124
  titleFontWeight?: string | null | undefined;
120
125
  chartGridColor?: string | null | undefined;
121
126
  axisLabelColor?: string | null | undefined;
127
+ axisLabelFontSize?: number | null | undefined;
122
128
  };
123
129
  backgroundColor: string;
124
130
  color: {
@@ -1,7 +1,9 @@
1
1
  export declare const getRadarTheme: () => {
2
2
  pivotGrid: {
3
3
  borderColor?: string | null | undefined;
4
+ bodyFontSize?: number | null | undefined;
4
5
  bodyFontColor?: string | null | undefined;
6
+ headerFontSize?: number | null | undefined;
5
7
  headerFontColor?: string | null | undefined;
6
8
  headerBackgroundColor?: string | null | undefined;
7
9
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -15,6 +17,7 @@ export declare const getRadarTheme: () => {
15
17
  titleFontWeight?: string | null | undefined;
16
18
  chartGridColor?: string | null | undefined;
17
19
  axisLabelColor?: string | null | undefined;
20
+ axisLabelFontSize?: number | null | undefined;
18
21
  };
19
22
  backgroundColor: string;
20
23
  color: {
@@ -11,7 +11,9 @@ export declare const getRoseTheme: () => {
11
11
  };
12
12
  pivotGrid: {
13
13
  borderColor?: string | null | undefined;
14
+ bodyFontSize?: number | null | undefined;
14
15
  bodyFontColor?: string | null | undefined;
16
+ headerFontSize?: number | null | undefined;
15
17
  headerFontColor?: string | null | undefined;
16
18
  headerBackgroundColor?: string | null | undefined;
17
19
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -25,6 +27,7 @@ export declare const getRoseTheme: () => {
25
27
  titleFontWeight?: string | null | undefined;
26
28
  chartGridColor?: string | null | undefined;
27
29
  axisLabelColor?: string | null | undefined;
30
+ axisLabelFontSize?: number | null | undefined;
28
31
  };
29
32
  backgroundColor: string;
30
33
  color: {
@@ -75,7 +78,9 @@ export declare const getRoseParallelTheme: () => {
75
78
  };
76
79
  pivotGrid: {
77
80
  borderColor?: string | null | undefined;
81
+ bodyFontSize?: number | null | undefined;
78
82
  bodyFontColor?: string | null | undefined;
83
+ headerFontSize?: number | null | undefined;
79
84
  headerFontColor?: string | null | undefined;
80
85
  headerBackgroundColor?: string | null | undefined;
81
86
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -89,6 +94,7 @@ export declare const getRoseParallelTheme: () => {
89
94
  titleFontWeight?: string | null | undefined;
90
95
  chartGridColor?: string | null | undefined;
91
96
  axisLabelColor?: string | null | undefined;
97
+ axisLabelFontSize?: number | null | undefined;
92
98
  };
93
99
  backgroundColor: string;
94
100
  color: {
@@ -112,7 +112,9 @@ export declare const getScatterTheme: () => {
112
112
  };
113
113
  pivotGrid: {
114
114
  borderColor?: string | null | undefined;
115
+ bodyFontSize?: number | null | undefined;
115
116
  bodyFontColor?: string | null | undefined;
117
+ headerFontSize?: number | null | undefined;
116
118
  headerFontColor?: string | null | undefined;
117
119
  headerBackgroundColor?: string | null | undefined;
118
120
  hoverHeaderBackgroundColor?: string | null | undefined;
@@ -126,6 +128,7 @@ export declare const getScatterTheme: () => {
126
128
  titleFontWeight?: string | null | undefined;
127
129
  chartGridColor?: string | null | undefined;
128
130
  axisLabelColor?: string | null | undefined;
131
+ axisLabelFontSize?: number | null | undefined;
129
132
  };
130
133
  annotation: {
131
134
  annotationPoint: import("../..").AnnotationPointConfig;
@@ -0,0 +1,54 @@
1
+ import type { CustomThemeConfig } from '../types';
2
+ export type TokenThemeBase = 'light' | 'dark';
3
+ export type TokenThemeDefinition = {
4
+ baseTheme: TokenThemeBase;
5
+ fontFamily?: string;
6
+ tableHeaderFontSize?: number;
7
+ tableBodyFontSize?: number;
8
+ labelFontSize?: number;
9
+ tooltipFontSize?: number;
10
+ axisFontSize?: number;
11
+ legendFontSize?: number;
12
+ playerFontSize?: number;
13
+ colorScheme: [string, string, ...string[]];
14
+ linearColorScheme: [string, string];
15
+ textPrimary: string;
16
+ textSecondary: string;
17
+ borderColor: string;
18
+ surfaceColor?: string;
19
+ surfaceBackgroundColor?: string;
20
+ accentColor?: string;
21
+ positiveColor?: string;
22
+ negativeColor?: string;
23
+ tooltipBackgroundColor: string;
24
+ tooltipBorderColor?: string;
25
+ axisLabelColor?: string;
26
+ axisTitleColor?: string;
27
+ axisGridColor?: string;
28
+ axisLineColor?: string;
29
+ labelColor?: string;
30
+ labelStroke?: string;
31
+ legendLabelColor?: string;
32
+ legendPagerIconColor?: string;
33
+ legendPagerIconDisableColor?: string;
34
+ playerRailColor?: string;
35
+ playerSliderHandleColor?: string;
36
+ playerSliderHandleBorderColor?: string;
37
+ tableBorderColor?: string;
38
+ tableBodyFontColor?: string;
39
+ tableHeaderFontColor?: string;
40
+ tableHeaderBackgroundColor?: string;
41
+ tableHoverBodyBackgroundColor?: string;
42
+ tableHoverBodyInlineBackgroundColor?: string;
43
+ tableHoverHeaderBackgroundColor?: string;
44
+ tableHoverHeaderInlineBackgroundColor?: string;
45
+ tableSelectedBorderColor?: string;
46
+ tableSelectedBackgroundColor?: string;
47
+ };
48
+ export type TokenThemeRegistry = Record<string, TokenThemeDefinition>;
49
+ export type RegisterTokenThemeOptions = {
50
+ ensureRegisterAll?: boolean;
51
+ };
52
+ export declare const createTokenThemeConfig: (tokens: TokenThemeDefinition) => CustomThemeConfig;
53
+ export declare const registerTokenTheme: (themeName: string, tokens: TokenThemeDefinition, options?: RegisterTokenThemeOptions) => void;
54
+ export declare const registerTokenThemes: (themes: TokenThemeRegistry, options?: RegisterTokenThemeOptions) => void;