@kong-ui-public/analytics-chart 4.6.8 → 4.6.9

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.
@@ -125,9 +125,9 @@ declare const _default: import("vue").DefineComponent<{
125
125
  tooltipTitle: string;
126
126
  showLegendValues: boolean;
127
127
  legendPosition: "hidden" | "right" | "bottom";
128
- emptyStateTitle: string;
129
128
  filenamePrefix: string;
130
129
  allowCsvExport: boolean;
130
+ emptyStateTitle: string;
131
131
  emptyStateDescription: string;
132
132
  chartTitle: string;
133
133
  showAnnotations: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/analytics-chart",
3
- "version": "4.6.8",
3
+ "version": "4.6.9",
4
4
  "type": "module",
5
5
  "main": "./dist/vitals-chart.umd.js",
6
6
  "module": "./dist/vitals-chart.es.js",
@@ -21,13 +21,13 @@
21
21
  "access": "public"
22
22
  },
23
23
  "peerDependencies": {
24
- "@kong/kongponents": "^9.5.5",
24
+ "@kong/kongponents": "^9.6.7",
25
25
  "vue": ">= 3.3.13 < 4",
26
26
  "@kong-ui-public/i18n": "^2.2.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@kong/design-tokens": "1.17.2",
30
- "@kong/kongponents": "9.5.5",
30
+ "@kong/kongponents": "9.6.7",
31
31
  "@types/uuid": "^10.0.0",
32
32
  "file-saver": "^2.0.5",
33
33
  "lodash.mapkeys": "^4.6.0",
@@ -36,7 +36,7 @@
36
36
  "papaparse": "^5.4.1",
37
37
  "vue": "^3.4.38",
38
38
  "@kong-ui-public/i18n": "^2.2.2",
39
- "@kong-ui-public/sandbox-layout": "^2.1.26"
39
+ "@kong-ui-public/sandbox-layout": "^2.1.27"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",