@oliasoft-open-source/charts-library 4.7.0-beta-2 → 4.7.0-beta-3

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/dist/index.js CHANGED
@@ -22919,6 +22919,7 @@ const LineOptions = ({
22919
22919
  component: /* @__PURE__ */ jsx(
22920
22920
  Tooltip$2,
22921
22921
  {
22922
+ display: "inline-flex",
22922
22923
  text: selectedOption == null ? void 0 : selectedOption.label,
22923
22924
  placement: "bottom-start",
22924
22925
  enabled: !menuOpen,
@@ -24588,7 +24589,7 @@ const AxesOptions = (optionsPopover) => {
24588
24589
  {
24589
24590
  text: translations.axesOptions,
24590
24591
  placement: "bottom-start",
24591
- display: "flex",
24592
+ display: "inline-flex",
24592
24593
  children: /* @__PURE__ */ jsx(Button, { small: true, basic: true, colored: "muted", round: true, icon: /* @__PURE__ */ jsx(TbRuler, {}) })
24593
24594
  }
24594
24595
  )
@@ -24724,6 +24725,7 @@ const Controls = ({
24724
24725
  /* @__PURE__ */ jsx(
24725
24726
  Tooltip$2,
24726
24727
  {
24728
+ display: "inline-flex",
24727
24729
  text: translations.downloadAsPNG,
24728
24730
  placement: "bottom-end",
24729
24731
  children: /* @__PURE__ */ jsx(
@@ -24761,6 +24763,7 @@ const Controls = ({
24761
24763
  table2 ? /* @__PURE__ */ jsx(
24762
24764
  Tooltip$2,
24763
24765
  {
24766
+ display: "inline-flex",
24764
24767
  text: showTable ? translations.showChart : translations.showTable,
24765
24768
  placement: "bottom-end",
24766
24769
  children: /* @__PURE__ */ jsx(