@kubit-ui-web/react-charts 1.10.0 → 1.11.0

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 (98) hide show
  1. package/dist/cjs/charts/customBackgroundChart/context/customBackgroundChartContext.d.ts +3 -0
  2. package/dist/cjs/charts/customBackgroundChart/context/customBackgroundChartContext.d.ts.map +1 -0
  3. package/dist/cjs/charts/customBackgroundChart/context/customBackgroundChartContext.js +3 -0
  4. package/dist/cjs/charts/customBackgroundChart/context/index.d.ts +2 -0
  5. package/dist/cjs/charts/customBackgroundChart/context/index.d.ts.map +1 -0
  6. package/dist/cjs/charts/customBackgroundChart/context/index.js +1 -0
  7. package/dist/cjs/charts/customBackgroundChart/customBackgroundChart.d.ts +6 -0
  8. package/dist/cjs/charts/customBackgroundChart/customBackgroundChart.d.ts.map +1 -0
  9. package/dist/cjs/charts/customBackgroundChart/customBackgroundChart.js +7 -0
  10. package/dist/cjs/charts/customBackgroundChart/customBackgroundChart.type.d.ts +50 -0
  11. package/dist/cjs/charts/customBackgroundChart/customBackgroundChart.type.d.ts.map +1 -0
  12. package/dist/cjs/charts/customBackgroundChart/customBackgroundChart.type.js +1 -0
  13. package/dist/cjs/charts/customBackgroundChart/customBackgroundChartStructure.d.ts +4 -0
  14. package/dist/cjs/charts/customBackgroundChart/customBackgroundChartStructure.d.ts.map +1 -0
  15. package/dist/cjs/charts/customBackgroundChart/customBackgroundChartStructure.js +41 -0
  16. package/dist/cjs/charts/customBackgroundChart/fragments/customBackgroundChartPlot.d.ts +4 -0
  17. package/dist/cjs/charts/customBackgroundChart/fragments/customBackgroundChartPlot.d.ts.map +1 -0
  18. package/dist/cjs/charts/customBackgroundChart/fragments/customBackgroundChartPlot.js +49 -0
  19. package/dist/cjs/charts/customBackgroundChart/fragments/index.d.ts +2 -0
  20. package/dist/cjs/charts/customBackgroundChart/fragments/index.d.ts.map +1 -0
  21. package/dist/cjs/charts/customBackgroundChart/fragments/index.js +1 -0
  22. package/dist/cjs/charts/customBackgroundChart/index.d.ts +2 -0
  23. package/dist/cjs/charts/customBackgroundChart/index.d.ts.map +1 -0
  24. package/dist/cjs/charts/customBackgroundChart/index.js +1 -0
  25. package/dist/cjs/charts/customBackgroundChart/utils/accessibility.d.ts +19 -0
  26. package/dist/cjs/charts/customBackgroundChart/utils/accessibility.d.ts.map +1 -0
  27. package/dist/cjs/charts/customBackgroundChart/utils/accessibility.js +32 -0
  28. package/dist/cjs/charts/index.d.ts +1 -0
  29. package/dist/cjs/charts/index.d.ts.map +1 -1
  30. package/dist/cjs/charts/index.js +1 -0
  31. package/dist/cjs/components/plot/plot.d.ts.map +1 -1
  32. package/dist/cjs/components/plot/plot.js +21 -3
  33. package/dist/cjs/types/errors.type.d.ts +2 -0
  34. package/dist/cjs/types/errors.type.d.ts.map +1 -1
  35. package/dist/cjs/types/errors.type.js +3 -0
  36. package/dist/esm/charts/customBackgroundChart/context/customBackgroundChartContext.d.ts +3 -0
  37. package/dist/esm/charts/customBackgroundChart/context/customBackgroundChartContext.d.ts.map +1 -0
  38. package/dist/esm/charts/customBackgroundChart/context/customBackgroundChartContext.js +3 -0
  39. package/dist/esm/charts/customBackgroundChart/context/index.d.ts +2 -0
  40. package/dist/esm/charts/customBackgroundChart/context/index.d.ts.map +1 -0
  41. package/dist/esm/charts/customBackgroundChart/context/index.js +1 -0
  42. package/dist/esm/charts/customBackgroundChart/customBackgroundChart.d.ts +6 -0
  43. package/dist/esm/charts/customBackgroundChart/customBackgroundChart.d.ts.map +1 -0
  44. package/dist/esm/charts/customBackgroundChart/customBackgroundChart.js +7 -0
  45. package/dist/esm/charts/customBackgroundChart/customBackgroundChart.type.d.ts +50 -0
  46. package/dist/esm/charts/customBackgroundChart/customBackgroundChart.type.d.ts.map +1 -0
  47. package/dist/esm/charts/customBackgroundChart/customBackgroundChart.type.js +1 -0
  48. package/dist/esm/charts/customBackgroundChart/customBackgroundChartStructure.d.ts +4 -0
  49. package/dist/esm/charts/customBackgroundChart/customBackgroundChartStructure.d.ts.map +1 -0
  50. package/dist/esm/charts/customBackgroundChart/customBackgroundChartStructure.js +41 -0
  51. package/dist/esm/charts/customBackgroundChart/fragments/customBackgroundChartPlot.d.ts +4 -0
  52. package/dist/esm/charts/customBackgroundChart/fragments/customBackgroundChartPlot.d.ts.map +1 -0
  53. package/dist/esm/charts/customBackgroundChart/fragments/customBackgroundChartPlot.js +49 -0
  54. package/dist/esm/charts/customBackgroundChart/fragments/index.d.ts +2 -0
  55. package/dist/esm/charts/customBackgroundChart/fragments/index.d.ts.map +1 -0
  56. package/dist/esm/charts/customBackgroundChart/fragments/index.js +1 -0
  57. package/dist/esm/charts/customBackgroundChart/index.d.ts +2 -0
  58. package/dist/esm/charts/customBackgroundChart/index.d.ts.map +1 -0
  59. package/dist/esm/charts/customBackgroundChart/index.js +1 -0
  60. package/dist/esm/charts/customBackgroundChart/utils/accessibility.d.ts +19 -0
  61. package/dist/esm/charts/customBackgroundChart/utils/accessibility.d.ts.map +1 -0
  62. package/dist/esm/charts/customBackgroundChart/utils/accessibility.js +32 -0
  63. package/dist/esm/charts/index.d.ts +1 -0
  64. package/dist/esm/charts/index.d.ts.map +1 -1
  65. package/dist/esm/charts/index.js +1 -0
  66. package/dist/esm/components/plot/plot.d.ts.map +1 -1
  67. package/dist/esm/components/plot/plot.js +21 -3
  68. package/dist/esm/types/errors.type.d.ts +2 -0
  69. package/dist/esm/types/errors.type.d.ts.map +1 -1
  70. package/dist/esm/types/errors.type.js +3 -0
  71. package/dist/kubit-ui-web-react-charts.cjs.js +1 -1
  72. package/dist/kubit-ui-web-react-charts.es.js +1 -1
  73. package/dist/kubit-ui-web-react-charts.umd.js +1 -1
  74. package/dist/react-charts.css +1 -1
  75. package/dist/types/charts/customBackgroundChart/context/customBackgroundChartContext.d.ts +3 -0
  76. package/dist/types/charts/customBackgroundChart/context/customBackgroundChartContext.d.ts.map +1 -0
  77. package/dist/types/charts/customBackgroundChart/context/index.d.ts +2 -0
  78. package/dist/types/charts/customBackgroundChart/context/index.d.ts.map +1 -0
  79. package/dist/types/charts/customBackgroundChart/customBackgroundChart.d.ts +6 -0
  80. package/dist/types/charts/customBackgroundChart/customBackgroundChart.d.ts.map +1 -0
  81. package/dist/types/charts/customBackgroundChart/customBackgroundChart.type.d.ts +50 -0
  82. package/dist/types/charts/customBackgroundChart/customBackgroundChart.type.d.ts.map +1 -0
  83. package/dist/types/charts/customBackgroundChart/customBackgroundChartStructure.d.ts +4 -0
  84. package/dist/types/charts/customBackgroundChart/customBackgroundChartStructure.d.ts.map +1 -0
  85. package/dist/types/charts/customBackgroundChart/fragments/customBackgroundChartPlot.d.ts +4 -0
  86. package/dist/types/charts/customBackgroundChart/fragments/customBackgroundChartPlot.d.ts.map +1 -0
  87. package/dist/types/charts/customBackgroundChart/fragments/index.d.ts +2 -0
  88. package/dist/types/charts/customBackgroundChart/fragments/index.d.ts.map +1 -0
  89. package/dist/types/charts/customBackgroundChart/index.d.ts +2 -0
  90. package/dist/types/charts/customBackgroundChart/index.d.ts.map +1 -0
  91. package/dist/types/charts/customBackgroundChart/utils/accessibility.d.ts +19 -0
  92. package/dist/types/charts/customBackgroundChart/utils/accessibility.d.ts.map +1 -0
  93. package/dist/types/charts/index.d.ts +1 -0
  94. package/dist/types/charts/index.d.ts.map +1 -1
  95. package/dist/types/components/plot/plot.d.ts.map +1 -1
  96. package/dist/types/types/errors.type.d.ts +2 -0
  97. package/dist/types/types/errors.type.d.ts.map +1 -1
  98. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accessibility.d.ts","sourceRoot":"","sources":["../../../../../src/charts/customBackgroundChart/utils/accessibility.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;CAMrB,CAAC;AAEX,eAAO,MAAM,2BAA2B,QAA4D,CAAC;AAQrG,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,eAAO,MAAM,cAAc,GAAI,qDAO5B,oBAAoB,KAAG,MAUzB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,CAAC,EAAE,OAAO,CAAC,KAAG,MAQzC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from './barChart';
2
+ export * from './customBackgroundChart';
2
3
  export * from './lineChart';
3
4
  export * from './pieChart/pieChart';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/charts/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/charts/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"plot.d.ts","sourceRoot":"","sources":["../../../../src/components/plot/plot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAc,MAAM,OAAO,CAAC;AAStD,OAAO,YAAY,CAAC;AACpB,OAAO,EAAiB,KAAK,SAAS,EAAsB,MAAM,cAAc,CAAC;AA2GjF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,eAAO,MAAM,IAAI,EAAgC,CAAC,CAAC,GAAG,MAAM,EAC1D,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG;IACpB,GAAG,CAAC,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC;CAChC,KACE,GAAG,CAAC,OAAO,CAAC"}
1
+ {"version":3,"file":"plot.d.ts","sourceRoot":"","sources":["../../../../src/components/plot/plot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAc,MAAM,OAAO,CAAC;AAStD,OAAO,YAAY,CAAC;AACpB,OAAO,EAAiB,KAAK,SAAS,EAAsB,MAAM,cAAc,CAAC;AAiIjF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,eAAO,MAAM,IAAI,EAAgC,CAAC,CAAC,GAAG,MAAM,EAC1D,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG;IACpB,GAAG,CAAC,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC;CAChC,KACE,GAAG,CAAC,OAAO,CAAC"}
@@ -4,6 +4,8 @@ export declare const ErrorType: {
4
4
  readonly BAR_CHART_SEPARATOR_ERROR: "BAR_CHART_SEPARATOR_ERROR";
5
5
  readonly BAR_CHART_X_AXIS_ERROR: "BAR_CHART_X_AXIS_ERROR";
6
6
  readonly BAR_CHART_Y_AXIS_ERROR: "BAR_CHART_Y_AXIS_ERROR";
7
+ readonly CUSTOM_BACKGROUND_CHART_CONTEXT_ERROR: "CUSTOM_BACKGROUND_CHART_CONTEXT_ERROR";
8
+ readonly CUSTOM_BACKGROUND_CHART_PLOT_ERROR: "CUSTOM_BACKGROUND_CHART_PLOT_ERROR";
7
9
  readonly GENERIC: "GENERIC";
8
10
  readonly LINE_CHART_CONTEXT_ERROR: "LINE_CHART_CONTEXT_ERROR";
9
11
  readonly LINE_CHART_PATH_ERROR: "LINE_CHART_PATH_ERROR";
@@ -1 +1 @@
1
- {"version":3,"file":"errors.type.d.ts","sourceRoot":"","sources":["../../../src/types/errors.type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;CAoBZ,CAAC;AAEX,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,MAAM,OAAO,SAAS,CAAC;CAC9B;AACD,MAAM,MAAM,oBAAoB,GAAG;KAChC,IAAI,IAAI,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE;CACjF,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,OAAO,UAAU,GAAG,UAAU,EAAE,KAAG,UAAU,EAE7E,CAAC"}
1
+ {"version":3,"file":"errors.type.d.ts","sourceRoot":"","sources":["../../../src/types/errors.type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;CAuBZ,CAAC;AAEX,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,MAAM,OAAO,SAAS,CAAC;CAC9B;AACD,MAAM,MAAM,oBAAoB,GAAG;KAChC,IAAI,IAAI,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE;CACjF,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,OAAO,UAAU,GAAG,UAAU,EAAE,KAAG,UAAU,EAE7E,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubit-ui-web/react-charts",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "private": false,
5
5
  "main": "dist/kubit-ui-web-react-charts.cjs.js",
6
6
  "module": "dist/kubit-ui-web-react-charts.es.js",