@databrainhq/plugin 0.7.23 → 0.7.24
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.es.js +13 -13
- package/dist/index.umd.js +31 -31
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2641,17 +2641,17 @@ var classnames$1 = { exports: {} };
|
|
|
2641
2641
|
})(classnames$1);
|
|
2642
2642
|
var classnames = classnames$1.exports;
|
|
2643
2643
|
var styles$C = {
|
|
2644
|
-
"btn-primary": "_btn-
|
|
2645
|
-
"btn-secondary": "_btn-
|
|
2646
|
-
"btn-reject": "_btn-
|
|
2647
|
-
"btn-outlined": "_btn-
|
|
2648
|
-
"btn-tertiary": "_btn-
|
|
2649
|
-
"btn-default": "_btn-
|
|
2650
|
-
"btn-large": "_btn-
|
|
2651
|
-
"btn-small": "_btn-
|
|
2652
|
-
"btn-xs": "_btn-
|
|
2653
|
-
"btn-medium": "_btn-
|
|
2654
|
-
"btn-11rem": "_btn-
|
|
2644
|
+
"btn-primary": "_btn-primary_1gon7_1",
|
|
2645
|
+
"btn-secondary": "_btn-secondary_1gon7_5",
|
|
2646
|
+
"btn-reject": "_btn-reject_1gon7_9",
|
|
2647
|
+
"btn-outlined": "_btn-outlined_1gon7_14",
|
|
2648
|
+
"btn-tertiary": "_btn-tertiary_1gon7_18",
|
|
2649
|
+
"btn-default": "_btn-default_1gon7_22",
|
|
2650
|
+
"btn-large": "_btn-large_1gon7_25",
|
|
2651
|
+
"btn-small": "_btn-small_1gon7_28",
|
|
2652
|
+
"btn-xs": "_btn-xs_1gon7_31",
|
|
2653
|
+
"btn-medium": "_btn-medium_1gon7_34",
|
|
2654
|
+
"btn-11rem": "_btn-11rem_1gon7_38"
|
|
2655
2655
|
};
|
|
2656
2656
|
var jsxRuntime = { exports: {} };
|
|
2657
2657
|
var reactJsxRuntime_production_min = {};
|
|
@@ -81527,7 +81527,7 @@ const TableChart = ({
|
|
|
81527
81527
|
className: style.tableColLabel,
|
|
81528
81528
|
isDisabled: !chartClickConfig.isEnable,
|
|
81529
81529
|
onClick: () => handleChartClick(chartClickConfig, JSON.stringify(d2)),
|
|
81530
|
-
children: JSON.stringify(d2)
|
|
81530
|
+
children: JSON.stringify(d2).replace(/"/g, "")
|
|
81531
81531
|
})
|
|
81532
81532
|
}, d2 + index2)
|
|
81533
81533
|
});
|
|
@@ -84048,7 +84048,7 @@ const Table = ({
|
|
|
84048
84048
|
children: /* @__PURE__ */ jsx(Text, {
|
|
84049
84049
|
styleClass: "font-14",
|
|
84050
84050
|
variant: "p",
|
|
84051
|
-
children: JSON.stringify(item[d2])
|
|
84051
|
+
children: JSON.stringify(item[d2]).replace(/"/g, "")
|
|
84052
84052
|
})
|
|
84053
84053
|
}, index2))
|
|
84054
84054
|
}, i))
|