@prismiq/react 0.1.0 → 0.2.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 (65) hide show
  1. package/dist/{CustomSQLEditor-DYeId0Gp.d.ts → ChatBubble-ARocmvZD.d.cts} +48 -4
  2. package/dist/{CustomSQLEditor-BXB4rf1q.d.cts → ChatBubble-BN_CjIpk.d.ts} +48 -4
  3. package/dist/{DashboardDialog-B3vYC5Gs.d.ts → DashboardDialog-UhUGXx2h.d.ts} +6 -4
  4. package/dist/{DashboardDialog-LHmrtNQU.d.cts → DashboardDialog-Z-HypxmG.d.cts} +6 -4
  5. package/dist/{accessibility-2yy5yqRR.d.cts → accessibility-Bu2mNtaB.d.cts} +1 -1
  6. package/dist/{accessibility-2yy5yqRR.d.ts → accessibility-Bu2mNtaB.d.ts} +1 -1
  7. package/dist/charts/index.cjs +27 -27
  8. package/dist/charts/index.d.cts +2 -2
  9. package/dist/charts/index.d.ts +2 -2
  10. package/dist/charts/index.js +2 -2
  11. package/dist/{chunk-NK7HKX2J.cjs → chunk-73TPDGXB.cjs} +7 -7
  12. package/dist/{chunk-NK7HKX2J.cjs.map → chunk-73TPDGXB.cjs.map} +1 -1
  13. package/dist/{chunk-FEABEF3J.cjs → chunk-FKXCINUF.cjs} +551 -299
  14. package/dist/chunk-FKXCINUF.cjs.map +1 -0
  15. package/dist/{chunk-2H5WTH4K.js → chunk-FQ23KG6G.js} +3 -3
  16. package/dist/{chunk-2H5WTH4K.js.map → chunk-FQ23KG6G.js.map} +1 -1
  17. package/dist/{chunk-UPYINBZU.js → chunk-GELI7MDZ.js} +982 -51
  18. package/dist/chunk-GELI7MDZ.js.map +1 -0
  19. package/dist/{chunk-WWTT2OJ5.js → chunk-HKZFEXT6.js} +27 -9
  20. package/dist/chunk-HKZFEXT6.js.map +1 -0
  21. package/dist/{chunk-MOAEEF5P.js → chunk-JBJ5LEAG.js} +362 -110
  22. package/dist/chunk-JBJ5LEAG.js.map +1 -0
  23. package/dist/{chunk-4AVL6GQK.cjs → chunk-KXB2IZI2.cjs} +36 -9
  24. package/dist/chunk-KXB2IZI2.cjs.map +1 -0
  25. package/dist/{chunk-EX74SI67.js → chunk-LBE6GIBC.js} +36 -9
  26. package/dist/chunk-LBE6GIBC.js.map +1 -0
  27. package/dist/{chunk-NY6TZLST.cjs → chunk-PG7QBH3G.cjs} +988 -53
  28. package/dist/chunk-PG7QBH3G.cjs.map +1 -0
  29. package/dist/{chunk-MDXGGZSW.cjs → chunk-ZYVN6XAZ.cjs} +35 -37
  30. package/dist/chunk-ZYVN6XAZ.cjs.map +1 -0
  31. package/dist/components/index.cjs +63 -55
  32. package/dist/components/index.d.cts +2 -2
  33. package/dist/components/index.d.ts +2 -2
  34. package/dist/components/index.js +2 -2
  35. package/dist/dashboard/index.cjs +36 -36
  36. package/dist/dashboard/index.d.cts +7 -5
  37. package/dist/dashboard/index.d.ts +7 -5
  38. package/dist/dashboard/index.js +4 -4
  39. package/dist/export/index.cjs +7 -7
  40. package/dist/export/index.d.cts +6 -4
  41. package/dist/export/index.d.ts +6 -4
  42. package/dist/export/index.js +1 -1
  43. package/dist/{index-C-Qcuu4Y.d.cts → index-B8DelfpL.d.cts} +2 -2
  44. package/dist/{index-rPc7ijt8.d.ts → index-RbfYPQD_.d.ts} +2 -2
  45. package/dist/index.cjs +150 -134
  46. package/dist/index.cjs.map +1 -1
  47. package/dist/index.d.cts +97 -9
  48. package/dist/index.d.ts +97 -9
  49. package/dist/index.js +7 -7
  50. package/dist/index.js.map +1 -1
  51. package/dist/{types-WrCbOeAV.d.cts → types-ccB9Ps3k.d.cts} +59 -1
  52. package/dist/{types-WrCbOeAV.d.ts → types-ccB9Ps3k.d.ts} +59 -1
  53. package/dist/utils/index.cjs +15 -15
  54. package/dist/utils/index.d.cts +5 -21
  55. package/dist/utils/index.d.ts +5 -21
  56. package/dist/utils/index.js +1 -1
  57. package/package.json +3 -7
  58. package/dist/chunk-4AVL6GQK.cjs.map +0 -1
  59. package/dist/chunk-EX74SI67.js.map +0 -1
  60. package/dist/chunk-FEABEF3J.cjs.map +0 -1
  61. package/dist/chunk-MDXGGZSW.cjs.map +0 -1
  62. package/dist/chunk-MOAEEF5P.js.map +0 -1
  63. package/dist/chunk-NY6TZLST.cjs.map +0 -1
  64. package/dist/chunk-UPYINBZU.js.map +0 -1
  65. package/dist/chunk-WWTT2OJ5.js.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var chunkFEABEF3J_cjs = require('./chunk-FEABEF3J.cjs');
4
- var chunkNK7HKX2J_cjs = require('./chunk-NK7HKX2J.cjs');
5
- var chunkNY6TZLST_cjs = require('./chunk-NY6TZLST.cjs');
3
+ var chunkFKXCINUF_cjs = require('./chunk-FKXCINUF.cjs');
4
+ var chunk73TPDGXB_cjs = require('./chunk-73TPDGXB.cjs');
5
+ var chunkPG7QBH3G_cjs = require('./chunk-PG7QBH3G.cjs');
6
6
  var chunkLMTG3LRC_cjs = require('./chunk-LMTG3LRC.cjs');
7
- var chunkMDXGGZSW_cjs = require('./chunk-MDXGGZSW.cjs');
7
+ var chunkZYVN6XAZ_cjs = require('./chunk-ZYVN6XAZ.cjs');
8
8
  var chunkTRW7DKLP_cjs = require('./chunk-TRW7DKLP.cjs');
9
- var chunk4AVL6GQK_cjs = require('./chunk-4AVL6GQK.cjs');
9
+ var chunkKXB2IZI2_cjs = require('./chunk-KXB2IZI2.cjs');
10
10
  var react = require('react');
11
11
  var jsxRuntime = require('react/jsx-runtime');
12
12
 
@@ -87,10 +87,10 @@ function PinButton({
87
87
  className,
88
88
  style
89
89
  }) {
90
- const { isPinned: checkIsPinned, isLoading: statusLoading, refetch } = chunkNY6TZLST_cjs.useDashboardPinStatus({
90
+ const { isPinned: checkIsPinned, isLoading: statusLoading, refetch } = chunkPG7QBH3G_cjs.useDashboardPinStatus({
91
91
  dashboardId
92
92
  });
93
- const { pin, unpin, state: mutationState } = chunkNY6TZLST_cjs.usePinMutations();
93
+ const { pin, unpin, state: mutationState } = chunkPG7QBH3G_cjs.usePinMutations();
94
94
  const [actionError, setActionError] = react.useState(null);
95
95
  const isPinned = checkIsPinned(context);
96
96
  const isLoading = statusLoading || mutationState.isLoading;
@@ -296,10 +296,10 @@ function PinMenu({
296
296
  const [isOpen, setIsOpen] = react.useState(false);
297
297
  const [toggleError, setToggleError] = react.useState(null);
298
298
  const containerRef = react.useRef(null);
299
- const { isPinned, refetch, isLoading: statusLoading } = chunkNY6TZLST_cjs.useDashboardPinStatus({
299
+ const { isPinned, refetch, isLoading: statusLoading } = chunkPG7QBH3G_cjs.useDashboardPinStatus({
300
300
  dashboardId
301
301
  });
302
- const { pin, unpin, state: mutationState } = chunkNY6TZLST_cjs.usePinMutations();
302
+ const { pin, unpin, state: mutationState } = chunkPG7QBH3G_cjs.usePinMutations();
303
303
  const isLoading = statusLoading || mutationState.isLoading;
304
304
  react.useEffect(() => {
305
305
  if (!isOpen) {
@@ -549,8 +549,8 @@ function PinnedDashboardList({
549
549
  className,
550
550
  style
551
551
  }) {
552
- const { dashboards, isLoading, error, refetch } = chunkNY6TZLST_cjs.usePinnedDashboards({ context });
553
- const { unpin, state: mutationState } = chunkNY6TZLST_cjs.usePinMutations();
552
+ const { dashboards, isLoading, error, refetch } = chunkPG7QBH3G_cjs.usePinnedDashboards({ context });
553
+ const { unpin, state: mutationState } = chunkPG7QBH3G_cjs.usePinMutations();
554
554
  const [unpinError, setUnpinError] = react.useState(null);
555
555
  const handleUnpin = react.useCallback(
556
556
  (dashboardId) => {
@@ -835,7 +835,7 @@ function PinnedDashboardView({
835
835
  className,
836
836
  style
837
837
  }) {
838
- const { unpin, state: mutationState } = chunkNY6TZLST_cjs.usePinMutations();
838
+ const { unpin, state: mutationState } = chunkPG7QBH3G_cjs.usePinMutations();
839
839
  const [unpinError, setUnpinError] = react.useState(null);
840
840
  const handleUnpin = async () => {
841
841
  if (!selectedDashboard) return;
@@ -914,7 +914,7 @@ function PinnedDashboardView({
914
914
  }
915
915
  )
916
916
  ] }),
917
- /* @__PURE__ */ jsxRuntime.jsx("div", { style: contentStyles2, children: /* @__PURE__ */ jsxRuntime.jsx(chunkFEABEF3J_cjs.Dashboard, { id: selectedDashboard.id }) })
917
+ /* @__PURE__ */ jsxRuntime.jsx("div", { style: contentStyles2, children: /* @__PURE__ */ jsxRuntime.jsx(chunkFKXCINUF_cjs.Dashboard, { id: selectedDashboard.id }) })
918
918
  ] });
919
919
  }
920
920
 
@@ -923,431 +923,447 @@ var VERSION = "0.1.0";
923
923
 
924
924
  Object.defineProperty(exports, "Dashboard", {
925
925
  enumerable: true,
926
- get: function () { return chunkFEABEF3J_cjs.Dashboard; }
926
+ get: function () { return chunkFKXCINUF_cjs.Dashboard; }
927
927
  });
928
928
  Object.defineProperty(exports, "DashboardCard", {
929
929
  enumerable: true,
930
- get: function () { return chunkFEABEF3J_cjs.DashboardCard; }
930
+ get: function () { return chunkFKXCINUF_cjs.DashboardCard; }
931
931
  });
932
932
  Object.defineProperty(exports, "DashboardContext", {
933
933
  enumerable: true,
934
- get: function () { return chunkFEABEF3J_cjs.DashboardContext; }
934
+ get: function () { return chunkFKXCINUF_cjs.DashboardContext; }
935
935
  });
936
936
  Object.defineProperty(exports, "DashboardDialog", {
937
937
  enumerable: true,
938
- get: function () { return chunkFEABEF3J_cjs.DashboardDialog; }
938
+ get: function () { return chunkFKXCINUF_cjs.DashboardDialog; }
939
939
  });
940
940
  Object.defineProperty(exports, "DashboardEditor", {
941
941
  enumerable: true,
942
- get: function () { return chunkFEABEF3J_cjs.DashboardEditor; }
942
+ get: function () { return chunkFKXCINUF_cjs.DashboardEditor; }
943
943
  });
944
944
  Object.defineProperty(exports, "DashboardLayoutComponent", {
945
945
  enumerable: true,
946
- get: function () { return chunkFEABEF3J_cjs.DashboardLayout; }
946
+ get: function () { return chunkFKXCINUF_cjs.DashboardLayout; }
947
947
  });
948
948
  Object.defineProperty(exports, "DashboardList", {
949
949
  enumerable: true,
950
- get: function () { return chunkFEABEF3J_cjs.DashboardList; }
950
+ get: function () { return chunkFKXCINUF_cjs.DashboardList; }
951
951
  });
952
952
  Object.defineProperty(exports, "DashboardProvider", {
953
953
  enumerable: true,
954
- get: function () { return chunkFEABEF3J_cjs.DashboardProvider; }
954
+ get: function () { return chunkFKXCINUF_cjs.DashboardProvider; }
955
955
  });
956
956
  Object.defineProperty(exports, "DateRangeFilter", {
957
957
  enumerable: true,
958
- get: function () { return chunkFEABEF3J_cjs.DateRangeFilter; }
958
+ get: function () { return chunkFKXCINUF_cjs.DateRangeFilter; }
959
959
  });
960
960
  Object.defineProperty(exports, "EditorToolbar", {
961
961
  enumerable: true,
962
- get: function () { return chunkFEABEF3J_cjs.EditorToolbar; }
962
+ get: function () { return chunkFKXCINUF_cjs.EditorToolbar; }
963
963
  });
964
964
  Object.defineProperty(exports, "FilterBar", {
965
965
  enumerable: true,
966
- get: function () { return chunkFEABEF3J_cjs.FilterBar; }
966
+ get: function () { return chunkFKXCINUF_cjs.FilterBar; }
967
967
  });
968
968
  Object.defineProperty(exports, "MultiSelectFilter", {
969
969
  enumerable: true,
970
- get: function () { return chunkFEABEF3J_cjs.MultiSelectFilter; }
970
+ get: function () { return chunkFKXCINUF_cjs.MultiSelectFilter; }
971
971
  });
972
972
  Object.defineProperty(exports, "SelectFilter", {
973
973
  enumerable: true,
974
- get: function () { return chunkFEABEF3J_cjs.SelectFilter; }
974
+ get: function () { return chunkFKXCINUF_cjs.SelectFilter; }
975
975
  });
976
976
  Object.defineProperty(exports, "TextFilter", {
977
977
  enumerable: true,
978
- get: function () { return chunkFEABEF3J_cjs.TextFilter; }
978
+ get: function () { return chunkFKXCINUF_cjs.TextFilter; }
979
979
  });
980
980
  Object.defineProperty(exports, "Widget", {
981
981
  enumerable: true,
982
- get: function () { return chunkFEABEF3J_cjs.Widget; }
982
+ get: function () { return chunkFKXCINUF_cjs.Widget; }
983
983
  });
984
984
  Object.defineProperty(exports, "WidgetContent", {
985
985
  enumerable: true,
986
- get: function () { return chunkFEABEF3J_cjs.WidgetContent; }
986
+ get: function () { return chunkFKXCINUF_cjs.WidgetContent; }
987
987
  });
988
988
  Object.defineProperty(exports, "WidgetEditor", {
989
989
  enumerable: true,
990
- get: function () { return chunkFEABEF3J_cjs.WidgetEditor; }
990
+ get: function () { return chunkFKXCINUF_cjs.WidgetEditor; }
991
991
  });
992
992
  Object.defineProperty(exports, "WidgetHeader", {
993
993
  enumerable: true,
994
- get: function () { return chunkFEABEF3J_cjs.WidgetHeader; }
994
+ get: function () { return chunkFKXCINUF_cjs.WidgetHeader; }
995
995
  });
996
996
  Object.defineProperty(exports, "WidgetPalette", {
997
997
  enumerable: true,
998
- get: function () { return chunkFEABEF3J_cjs.WidgetPalette; }
998
+ get: function () { return chunkFKXCINUF_cjs.WidgetPalette; }
999
999
  });
1000
1000
  Object.defineProperty(exports, "useAutoRefresh", {
1001
1001
  enumerable: true,
1002
- get: function () { return chunkFEABEF3J_cjs.useAutoRefresh; }
1002
+ get: function () { return chunkFKXCINUF_cjs.useAutoRefresh; }
1003
1003
  });
1004
1004
  Object.defineProperty(exports, "useDashboard", {
1005
1005
  enumerable: true,
1006
- get: function () { return chunkFEABEF3J_cjs.useDashboard; }
1006
+ get: function () { return chunkFKXCINUF_cjs.useDashboard; }
1007
1007
  });
1008
1008
  Object.defineProperty(exports, "useDashboardFilters", {
1009
1009
  enumerable: true,
1010
- get: function () { return chunkFEABEF3J_cjs.useDashboardFilters; }
1010
+ get: function () { return chunkFKXCINUF_cjs.useDashboardFilters; }
1011
1011
  });
1012
1012
  Object.defineProperty(exports, "useFullscreen", {
1013
1013
  enumerable: true,
1014
- get: function () { return chunkFEABEF3J_cjs.useFullscreen; }
1014
+ get: function () { return chunkFKXCINUF_cjs.useFullscreen; }
1015
1015
  });
1016
1016
  Object.defineProperty(exports, "useWidget", {
1017
1017
  enumerable: true,
1018
- get: function () { return chunkFEABEF3J_cjs.useWidget; }
1018
+ get: function () { return chunkFKXCINUF_cjs.useWidget; }
1019
1019
  });
1020
1020
  Object.defineProperty(exports, "AreaChart", {
1021
1021
  enumerable: true,
1022
- get: function () { return chunkNK7HKX2J_cjs.AreaChart; }
1022
+ get: function () { return chunk73TPDGXB_cjs.AreaChart; }
1023
1023
  });
1024
1024
  Object.defineProperty(exports, "BarChart", {
1025
1025
  enumerable: true,
1026
- get: function () { return chunkNK7HKX2J_cjs.BarChart; }
1026
+ get: function () { return chunk73TPDGXB_cjs.BarChart; }
1027
1027
  });
1028
1028
  Object.defineProperty(exports, "EChartWrapper", {
1029
1029
  enumerable: true,
1030
- get: function () { return chunkNK7HKX2J_cjs.EChartWrapper; }
1030
+ get: function () { return chunk73TPDGXB_cjs.EChartWrapper; }
1031
1031
  });
1032
1032
  Object.defineProperty(exports, "LineChart", {
1033
1033
  enumerable: true,
1034
- get: function () { return chunkNK7HKX2J_cjs.LineChart; }
1034
+ get: function () { return chunk73TPDGXB_cjs.LineChart; }
1035
1035
  });
1036
1036
  Object.defineProperty(exports, "MetricCard", {
1037
1037
  enumerable: true,
1038
- get: function () { return chunkNK7HKX2J_cjs.MetricCard; }
1038
+ get: function () { return chunk73TPDGXB_cjs.MetricCard; }
1039
1039
  });
1040
1040
  Object.defineProperty(exports, "PieChart", {
1041
1041
  enumerable: true,
1042
- get: function () { return chunkNK7HKX2J_cjs.PieChart; }
1042
+ get: function () { return chunk73TPDGXB_cjs.PieChart; }
1043
1043
  });
1044
1044
  Object.defineProperty(exports, "ScatterChart", {
1045
1045
  enumerable: true,
1046
- get: function () { return chunkNK7HKX2J_cjs.ScatterChart; }
1046
+ get: function () { return chunk73TPDGXB_cjs.ScatterChart; }
1047
1047
  });
1048
1048
  Object.defineProperty(exports, "Sparkline", {
1049
1049
  enumerable: true,
1050
- get: function () { return chunkNK7HKX2J_cjs.Sparkline; }
1050
+ get: function () { return chunk73TPDGXB_cjs.Sparkline; }
1051
1051
  });
1052
1052
  Object.defineProperty(exports, "TrendIndicator", {
1053
1053
  enumerable: true,
1054
- get: function () { return chunkNK7HKX2J_cjs.TrendIndicator; }
1054
+ get: function () { return chunk73TPDGXB_cjs.TrendIndicator; }
1055
1055
  });
1056
1056
  Object.defineProperty(exports, "applyThemeToOption", {
1057
1057
  enumerable: true,
1058
- get: function () { return chunkNK7HKX2J_cjs.applyThemeToOption; }
1058
+ get: function () { return chunk73TPDGXB_cjs.applyThemeToOption; }
1059
1059
  });
1060
1060
  Object.defineProperty(exports, "createChartTheme", {
1061
1061
  enumerable: true,
1062
- get: function () { return chunkNK7HKX2J_cjs.createChartTheme; }
1062
+ get: function () { return chunk73TPDGXB_cjs.createChartTheme; }
1063
1063
  });
1064
1064
  Object.defineProperty(exports, "createGradientColor", {
1065
1065
  enumerable: true,
1066
- get: function () { return chunkNK7HKX2J_cjs.createGradientColor; }
1066
+ get: function () { return chunk73TPDGXB_cjs.createGradientColor; }
1067
1067
  });
1068
1068
  Object.defineProperty(exports, "dataPointsToChartData", {
1069
1069
  enumerable: true,
1070
- get: function () { return chunkNK7HKX2J_cjs.dataPointsToChartData; }
1070
+ get: function () { return chunk73TPDGXB_cjs.dataPointsToChartData; }
1071
1071
  });
1072
1072
  Object.defineProperty(exports, "formatAxisLabel", {
1073
1073
  enumerable: true,
1074
- get: function () { return chunkNK7HKX2J_cjs.formatAxisLabel; }
1074
+ get: function () { return chunk73TPDGXB_cjs.formatAxisLabel; }
1075
1075
  });
1076
1076
  Object.defineProperty(exports, "formatCompact", {
1077
1077
  enumerable: true,
1078
- get: function () { return chunkNK7HKX2J_cjs.formatCompact; }
1078
+ get: function () { return chunk73TPDGXB_cjs.formatCompact; }
1079
1079
  });
1080
1080
  Object.defineProperty(exports, "formatMetricValue", {
1081
1081
  enumerable: true,
1082
- get: function () { return chunkNK7HKX2J_cjs.formatMetricValue; }
1082
+ get: function () { return chunk73TPDGXB_cjs.formatMetricValue; }
1083
1083
  });
1084
1084
  Object.defineProperty(exports, "getChartColors", {
1085
1085
  enumerable: true,
1086
- get: function () { return chunkNK7HKX2J_cjs.getChartColors; }
1086
+ get: function () { return chunk73TPDGXB_cjs.getChartColors; }
1087
1087
  });
1088
1088
  Object.defineProperty(exports, "isChartDataEmpty", {
1089
1089
  enumerable: true,
1090
- get: function () { return chunkNK7HKX2J_cjs.isChartDataEmpty; }
1090
+ get: function () { return chunk73TPDGXB_cjs.isChartDataEmpty; }
1091
1091
  });
1092
1092
  Object.defineProperty(exports, "queryResultToChartData", {
1093
1093
  enumerable: true,
1094
- get: function () { return chunkNK7HKX2J_cjs.queryResultToChartData; }
1094
+ get: function () { return chunk73TPDGXB_cjs.queryResultToChartData; }
1095
1095
  });
1096
1096
  Object.defineProperty(exports, "suggestChartType", {
1097
1097
  enumerable: true,
1098
- get: function () { return chunkNK7HKX2J_cjs.suggestChartType; }
1098
+ get: function () { return chunk73TPDGXB_cjs.suggestChartType; }
1099
1099
  });
1100
1100
  Object.defineProperty(exports, "toChartData", {
1101
1101
  enumerable: true,
1102
- get: function () { return chunkNK7HKX2J_cjs.toChartData; }
1102
+ get: function () { return chunk73TPDGXB_cjs.toChartData; }
1103
1103
  });
1104
1104
  Object.defineProperty(exports, "AggregationPicker", {
1105
1105
  enumerable: true,
1106
- get: function () { return chunkNY6TZLST_cjs.AggregationPicker; }
1106
+ get: function () { return chunkPG7QBH3G_cjs.AggregationPicker; }
1107
1107
  });
1108
1108
  Object.defineProperty(exports, "AnalyticsProvider", {
1109
1109
  enumerable: true,
1110
- get: function () { return chunkNY6TZLST_cjs.AnalyticsProvider; }
1110
+ get: function () { return chunkPG7QBH3G_cjs.AnalyticsProvider; }
1111
1111
  });
1112
1112
  Object.defineProperty(exports, "Badge", {
1113
1113
  enumerable: true,
1114
- get: function () { return chunkNY6TZLST_cjs.Badge; }
1114
+ get: function () { return chunkPG7QBH3G_cjs.Badge; }
1115
1115
  });
1116
1116
  Object.defineProperty(exports, "Button", {
1117
1117
  enumerable: true,
1118
- get: function () { return chunkNY6TZLST_cjs.Button; }
1118
+ get: function () { return chunkPG7QBH3G_cjs.Button; }
1119
+ });
1120
+ Object.defineProperty(exports, "ChatBubble", {
1121
+ enumerable: true,
1122
+ get: function () { return chunkPG7QBH3G_cjs.ChatBubble; }
1123
+ });
1124
+ Object.defineProperty(exports, "ChatPanel", {
1125
+ enumerable: true,
1126
+ get: function () { return chunkPG7QBH3G_cjs.ChatPanel; }
1119
1127
  });
1120
1128
  Object.defineProperty(exports, "Checkbox", {
1121
1129
  enumerable: true,
1122
- get: function () { return chunkNY6TZLST_cjs.Checkbox; }
1130
+ get: function () { return chunkPG7QBH3G_cjs.Checkbox; }
1123
1131
  });
1124
1132
  Object.defineProperty(exports, "ColumnNode", {
1125
1133
  enumerable: true,
1126
- get: function () { return chunkNY6TZLST_cjs.ColumnNode; }
1134
+ get: function () { return chunkPG7QBH3G_cjs.ColumnNode; }
1127
1135
  });
1128
1136
  Object.defineProperty(exports, "ColumnSelector", {
1129
1137
  enumerable: true,
1130
- get: function () { return chunkNY6TZLST_cjs.ColumnSelector; }
1138
+ get: function () { return chunkPG7QBH3G_cjs.ColumnSelector; }
1131
1139
  });
1132
1140
  Object.defineProperty(exports, "CustomSQLEditor", {
1133
1141
  enumerable: true,
1134
- get: function () { return chunkNY6TZLST_cjs.CustomSQLEditor; }
1142
+ get: function () { return chunkPG7QBH3G_cjs.CustomSQLEditor; }
1135
1143
  });
1136
1144
  Object.defineProperty(exports, "Dialog", {
1137
1145
  enumerable: true,
1138
- get: function () { return chunkNY6TZLST_cjs.Dialog; }
1146
+ get: function () { return chunkPG7QBH3G_cjs.Dialog; }
1139
1147
  });
1140
1148
  Object.defineProperty(exports, "DialogFooter", {
1141
1149
  enumerable: true,
1142
- get: function () { return chunkNY6TZLST_cjs.DialogFooter; }
1150
+ get: function () { return chunkPG7QBH3G_cjs.DialogFooter; }
1143
1151
  });
1144
1152
  Object.defineProperty(exports, "DialogHeader", {
1145
1153
  enumerable: true,
1146
- get: function () { return chunkNY6TZLST_cjs.DialogHeader; }
1154
+ get: function () { return chunkPG7QBH3G_cjs.DialogHeader; }
1147
1155
  });
1148
1156
  Object.defineProperty(exports, "Dropdown", {
1149
1157
  enumerable: true,
1150
- get: function () { return chunkNY6TZLST_cjs.Dropdown; }
1158
+ get: function () { return chunkPG7QBH3G_cjs.Dropdown; }
1151
1159
  });
1152
1160
  Object.defineProperty(exports, "DropdownItem", {
1153
1161
  enumerable: true,
1154
- get: function () { return chunkNY6TZLST_cjs.DropdownItem; }
1162
+ get: function () { return chunkPG7QBH3G_cjs.DropdownItem; }
1155
1163
  });
1156
1164
  Object.defineProperty(exports, "DropdownSeparator", {
1157
1165
  enumerable: true,
1158
- get: function () { return chunkNY6TZLST_cjs.DropdownSeparator; }
1166
+ get: function () { return chunkPG7QBH3G_cjs.DropdownSeparator; }
1159
1167
  });
1160
1168
  Object.defineProperty(exports, "EmptyDashboard", {
1161
1169
  enumerable: true,
1162
- get: function () { return chunkNY6TZLST_cjs.EmptyDashboard; }
1170
+ get: function () { return chunkPG7QBH3G_cjs.EmptyDashboard; }
1163
1171
  });
1164
1172
  Object.defineProperty(exports, "EmptyState", {
1165
1173
  enumerable: true,
1166
- get: function () { return chunkNY6TZLST_cjs.EmptyState; }
1174
+ get: function () { return chunkPG7QBH3G_cjs.EmptyState; }
1167
1175
  });
1168
1176
  Object.defineProperty(exports, "ErrorBoundary", {
1169
1177
  enumerable: true,
1170
- get: function () { return chunkNY6TZLST_cjs.ErrorBoundary; }
1178
+ get: function () { return chunkPG7QBH3G_cjs.ErrorBoundary; }
1171
1179
  });
1172
1180
  Object.defineProperty(exports, "ErrorFallback", {
1173
1181
  enumerable: true,
1174
- get: function () { return chunkNY6TZLST_cjs.ErrorFallback; }
1182
+ get: function () { return chunkPG7QBH3G_cjs.ErrorFallback; }
1175
1183
  });
1176
1184
  Object.defineProperty(exports, "FilterBuilder", {
1177
1185
  enumerable: true,
1178
- get: function () { return chunkNY6TZLST_cjs.FilterBuilder; }
1186
+ get: function () { return chunkPG7QBH3G_cjs.FilterBuilder; }
1179
1187
  });
1180
1188
  Object.defineProperty(exports, "FilterRow", {
1181
1189
  enumerable: true,
1182
- get: function () { return chunkNY6TZLST_cjs.FilterRow; }
1190
+ get: function () { return chunkPG7QBH3G_cjs.FilterRow; }
1183
1191
  });
1184
1192
  Object.defineProperty(exports, "FilterValueInput", {
1185
1193
  enumerable: true,
1186
- get: function () { return chunkNY6TZLST_cjs.FilterValueInput; }
1194
+ get: function () { return chunkPG7QBH3G_cjs.FilterValueInput; }
1187
1195
  });
1188
1196
  Object.defineProperty(exports, "Icon", {
1189
1197
  enumerable: true,
1190
- get: function () { return chunkNY6TZLST_cjs.Icon; }
1198
+ get: function () { return chunkPG7QBH3G_cjs.Icon; }
1191
1199
  });
1192
1200
  Object.defineProperty(exports, "Input", {
1193
1201
  enumerable: true,
1194
- get: function () { return chunkNY6TZLST_cjs.Input; }
1202
+ get: function () { return chunkPG7QBH3G_cjs.Input; }
1195
1203
  });
1196
1204
  Object.defineProperty(exports, "NoData", {
1197
1205
  enumerable: true,
1198
- get: function () { return chunkNY6TZLST_cjs.NoData; }
1206
+ get: function () { return chunkPG7QBH3G_cjs.NoData; }
1199
1207
  });
1200
1208
  Object.defineProperty(exports, "NoResults", {
1201
1209
  enumerable: true,
1202
- get: function () { return chunkNY6TZLST_cjs.NoResults; }
1210
+ get: function () { return chunkPG7QBH3G_cjs.NoResults; }
1203
1211
  });
1204
1212
  Object.defineProperty(exports, "Pagination", {
1205
1213
  enumerable: true,
1206
- get: function () { return chunkNY6TZLST_cjs.Pagination; }
1214
+ get: function () { return chunkPG7QBH3G_cjs.Pagination; }
1207
1215
  });
1208
1216
  Object.defineProperty(exports, "PrismiqClient", {
1209
1217
  enumerable: true,
1210
- get: function () { return chunkNY6TZLST_cjs.PrismiqClient; }
1218
+ get: function () { return chunkPG7QBH3G_cjs.PrismiqClient; }
1211
1219
  });
1212
1220
  Object.defineProperty(exports, "PrismiqError", {
1213
1221
  enumerable: true,
1214
- get: function () { return chunkNY6TZLST_cjs.PrismiqError; }
1222
+ get: function () { return chunkPG7QBH3G_cjs.PrismiqError; }
1215
1223
  });
1216
1224
  Object.defineProperty(exports, "QueryBuilder", {
1217
1225
  enumerable: true,
1218
- get: function () { return chunkNY6TZLST_cjs.QueryBuilder; }
1226
+ get: function () { return chunkPG7QBH3G_cjs.QueryBuilder; }
1219
1227
  });
1220
1228
  Object.defineProperty(exports, "QueryBuilderToolbar", {
1221
1229
  enumerable: true,
1222
- get: function () { return chunkNY6TZLST_cjs.QueryBuilderToolbar; }
1230
+ get: function () { return chunkPG7QBH3G_cjs.QueryBuilderToolbar; }
1223
1231
  });
1224
1232
  Object.defineProperty(exports, "QueryPreview", {
1225
1233
  enumerable: true,
1226
- get: function () { return chunkNY6TZLST_cjs.QueryPreview; }
1234
+ get: function () { return chunkPG7QBH3G_cjs.QueryPreview; }
1227
1235
  });
1228
1236
  Object.defineProperty(exports, "ResultsTable", {
1229
1237
  enumerable: true,
1230
- get: function () { return chunkNY6TZLST_cjs.ResultsTable; }
1238
+ get: function () { return chunkPG7QBH3G_cjs.ResultsTable; }
1231
1239
  });
1232
1240
  Object.defineProperty(exports, "SavedQueryPicker", {
1233
1241
  enumerable: true,
1234
- get: function () { return chunkNY6TZLST_cjs.SavedQueryPicker; }
1242
+ get: function () { return chunkPG7QBH3G_cjs.SavedQueryPicker; }
1235
1243
  });
1236
1244
  Object.defineProperty(exports, "SchemaExplorer", {
1237
1245
  enumerable: true,
1238
- get: function () { return chunkNY6TZLST_cjs.SchemaExplorer; }
1246
+ get: function () { return chunkPG7QBH3G_cjs.SchemaExplorer; }
1239
1247
  });
1240
1248
  Object.defineProperty(exports, "Select", {
1241
1249
  enumerable: true,
1242
- get: function () { return chunkNY6TZLST_cjs.Select; }
1250
+ get: function () { return chunkPG7QBH3G_cjs.Select; }
1243
1251
  });
1244
1252
  Object.defineProperty(exports, "SelectedColumn", {
1245
1253
  enumerable: true,
1246
- get: function () { return chunkNY6TZLST_cjs.SelectedColumn; }
1254
+ get: function () { return chunkPG7QBH3G_cjs.SelectedColumn; }
1247
1255
  });
1248
1256
  Object.defineProperty(exports, "Skeleton", {
1249
1257
  enumerable: true,
1250
- get: function () { return chunkNY6TZLST_cjs.Skeleton; }
1258
+ get: function () { return chunkPG7QBH3G_cjs.Skeleton; }
1251
1259
  });
1252
1260
  Object.defineProperty(exports, "SkeletonChart", {
1253
1261
  enumerable: true,
1254
- get: function () { return chunkNY6TZLST_cjs.SkeletonChart; }
1262
+ get: function () { return chunkPG7QBH3G_cjs.SkeletonChart; }
1255
1263
  });
1256
1264
  Object.defineProperty(exports, "SkeletonMetricCard", {
1257
1265
  enumerable: true,
1258
- get: function () { return chunkNY6TZLST_cjs.SkeletonMetricCard; }
1266
+ get: function () { return chunkPG7QBH3G_cjs.SkeletonMetricCard; }
1259
1267
  });
1260
1268
  Object.defineProperty(exports, "SkeletonTable", {
1261
1269
  enumerable: true,
1262
- get: function () { return chunkNY6TZLST_cjs.SkeletonTable; }
1270
+ get: function () { return chunkPG7QBH3G_cjs.SkeletonTable; }
1263
1271
  });
1264
1272
  Object.defineProperty(exports, "SkeletonText", {
1265
1273
  enumerable: true,
1266
- get: function () { return chunkNY6TZLST_cjs.SkeletonText; }
1274
+ get: function () { return chunkPG7QBH3G_cjs.SkeletonText; }
1267
1275
  });
1268
1276
  Object.defineProperty(exports, "SortBuilder", {
1269
1277
  enumerable: true,
1270
- get: function () { return chunkNY6TZLST_cjs.SortBuilder; }
1278
+ get: function () { return chunkPG7QBH3G_cjs.SortBuilder; }
1271
1279
  });
1272
1280
  Object.defineProperty(exports, "SortRow", {
1273
1281
  enumerable: true,
1274
- get: function () { return chunkNY6TZLST_cjs.SortRow; }
1282
+ get: function () { return chunkPG7QBH3G_cjs.SortRow; }
1275
1283
  });
1276
1284
  Object.defineProperty(exports, "TableCell", {
1277
1285
  enumerable: true,
1278
- get: function () { return chunkNY6TZLST_cjs.TableCell; }
1286
+ get: function () { return chunkPG7QBH3G_cjs.TableCell; }
1279
1287
  });
1280
1288
  Object.defineProperty(exports, "TableHeader", {
1281
1289
  enumerable: true,
1282
- get: function () { return chunkNY6TZLST_cjs.TableHeader; }
1290
+ get: function () { return chunkPG7QBH3G_cjs.TableHeader; }
1283
1291
  });
1284
1292
  Object.defineProperty(exports, "TableNode", {
1285
1293
  enumerable: true,
1286
- get: function () { return chunkNY6TZLST_cjs.TableNode; }
1294
+ get: function () { return chunkPG7QBH3G_cjs.TableNode; }
1287
1295
  });
1288
1296
  Object.defineProperty(exports, "TableRow", {
1289
1297
  enumerable: true,
1290
- get: function () { return chunkNY6TZLST_cjs.TableRow; }
1298
+ get: function () { return chunkPG7QBH3G_cjs.TableRow; }
1291
1299
  });
1292
1300
  Object.defineProperty(exports, "Tooltip", {
1293
1301
  enumerable: true,
1294
- get: function () { return chunkNY6TZLST_cjs.Tooltip; }
1302
+ get: function () { return chunkPG7QBH3G_cjs.Tooltip; }
1295
1303
  });
1296
1304
  Object.defineProperty(exports, "WidgetErrorBoundary", {
1297
1305
  enumerable: true,
1298
- get: function () { return chunkNY6TZLST_cjs.WidgetErrorBoundary; }
1306
+ get: function () { return chunkPG7QBH3G_cjs.WidgetErrorBoundary; }
1299
1307
  });
1300
1308
  Object.defineProperty(exports, "useAnalytics", {
1301
1309
  enumerable: true,
1302
- get: function () { return chunkNY6TZLST_cjs.useAnalytics; }
1310
+ get: function () { return chunkPG7QBH3G_cjs.useAnalytics; }
1303
1311
  });
1304
1312
  Object.defineProperty(exports, "useAnalyticsCallbacks", {
1305
1313
  enumerable: true,
1306
- get: function () { return chunkNY6TZLST_cjs.useAnalyticsCallbacks; }
1314
+ get: function () { return chunkPG7QBH3G_cjs.useAnalyticsCallbacks; }
1307
1315
  });
1308
1316
  Object.defineProperty(exports, "useChartData", {
1309
1317
  enumerable: true,
1310
- get: function () { return chunkNY6TZLST_cjs.useChartData; }
1318
+ get: function () { return chunkPG7QBH3G_cjs.useChartData; }
1311
1319
  });
1312
1320
  Object.defineProperty(exports, "useCustomSQL", {
1313
1321
  enumerable: true,
1314
- get: function () { return chunkNY6TZLST_cjs.useCustomSQL; }
1322
+ get: function () { return chunkPG7QBH3G_cjs.useCustomSQL; }
1315
1323
  });
1316
1324
  Object.defineProperty(exports, "useDashboardData", {
1317
1325
  enumerable: true,
1318
- get: function () { return chunkNY6TZLST_cjs.useDashboard; }
1326
+ get: function () { return chunkPG7QBH3G_cjs.useDashboard; }
1319
1327
  });
1320
1328
  Object.defineProperty(exports, "useDashboardMutations", {
1321
1329
  enumerable: true,
1322
- get: function () { return chunkNY6TZLST_cjs.useDashboardMutations; }
1330
+ get: function () { return chunkPG7QBH3G_cjs.useDashboardMutations; }
1323
1331
  });
1324
1332
  Object.defineProperty(exports, "useDashboardPinStatus", {
1325
1333
  enumerable: true,
1326
- get: function () { return chunkNY6TZLST_cjs.useDashboardPinStatus; }
1334
+ get: function () { return chunkPG7QBH3G_cjs.useDashboardPinStatus; }
1327
1335
  });
1328
1336
  Object.defineProperty(exports, "useDashboards", {
1329
1337
  enumerable: true,
1330
- get: function () { return chunkNY6TZLST_cjs.useDashboards; }
1338
+ get: function () { return chunkPG7QBH3G_cjs.useDashboards; }
1339
+ });
1340
+ Object.defineProperty(exports, "useLLMChat", {
1341
+ enumerable: true,
1342
+ get: function () { return chunkPG7QBH3G_cjs.useLLMChat; }
1343
+ });
1344
+ Object.defineProperty(exports, "useLLMStatus", {
1345
+ enumerable: true,
1346
+ get: function () { return chunkPG7QBH3G_cjs.useLLMStatus; }
1331
1347
  });
1332
1348
  Object.defineProperty(exports, "usePinMutations", {
1333
1349
  enumerable: true,
1334
- get: function () { return chunkNY6TZLST_cjs.usePinMutations; }
1350
+ get: function () { return chunkPG7QBH3G_cjs.usePinMutations; }
1335
1351
  });
1336
1352
  Object.defineProperty(exports, "usePinnedDashboards", {
1337
1353
  enumerable: true,
1338
- get: function () { return chunkNY6TZLST_cjs.usePinnedDashboards; }
1354
+ get: function () { return chunkPG7QBH3G_cjs.usePinnedDashboards; }
1339
1355
  });
1340
1356
  Object.defineProperty(exports, "useQuery", {
1341
1357
  enumerable: true,
1342
- get: function () { return chunkNY6TZLST_cjs.useQuery; }
1358
+ get: function () { return chunkPG7QBH3G_cjs.useQuery; }
1343
1359
  });
1344
1360
  Object.defineProperty(exports, "useSavedQueries", {
1345
1361
  enumerable: true,
1346
- get: function () { return chunkNY6TZLST_cjs.useSavedQueries; }
1362
+ get: function () { return chunkPG7QBH3G_cjs.useSavedQueries; }
1347
1363
  });
1348
1364
  Object.defineProperty(exports, "useSchema", {
1349
1365
  enumerable: true,
1350
- get: function () { return chunkNY6TZLST_cjs.useSchema; }
1366
+ get: function () { return chunkPG7QBH3G_cjs.useSchema; }
1351
1367
  });
1352
1368
  Object.defineProperty(exports, "ThemeProvider", {
1353
1369
  enumerable: true,
@@ -1367,27 +1383,27 @@ Object.defineProperty(exports, "useTheme", {
1367
1383
  });
1368
1384
  Object.defineProperty(exports, "downloadFile", {
1369
1385
  enumerable: true,
1370
- get: function () { return chunkMDXGGZSW_cjs.downloadFile; }
1386
+ get: function () { return chunkZYVN6XAZ_cjs.downloadFile; }
1371
1387
  });
1372
1388
  Object.defineProperty(exports, "exportMultipleSheets", {
1373
1389
  enumerable: true,
1374
- get: function () { return chunkMDXGGZSW_cjs.exportMultipleSheets; }
1390
+ get: function () { return chunkZYVN6XAZ_cjs.exportMultipleSheets; }
1375
1391
  });
1376
1392
  Object.defineProperty(exports, "exportToCSV", {
1377
1393
  enumerable: true,
1378
- get: function () { return chunkMDXGGZSW_cjs.exportToCSV; }
1394
+ get: function () { return chunkZYVN6XAZ_cjs.exportToCSV; }
1379
1395
  });
1380
1396
  Object.defineProperty(exports, "exportToExcel", {
1381
1397
  enumerable: true,
1382
- get: function () { return chunkMDXGGZSW_cjs.exportToExcel; }
1398
+ get: function () { return chunkZYVN6XAZ_cjs.exportToExcel; }
1383
1399
  });
1384
1400
  Object.defineProperty(exports, "generateCSV", {
1385
1401
  enumerable: true,
1386
- get: function () { return chunkMDXGGZSW_cjs.generateCSV; }
1402
+ get: function () { return chunkZYVN6XAZ_cjs.generateCSV; }
1387
1403
  });
1388
1404
  Object.defineProperty(exports, "useExport", {
1389
1405
  enumerable: true,
1390
- get: function () { return chunkMDXGGZSW_cjs.useExport; }
1406
+ get: function () { return chunkZYVN6XAZ_cjs.useExport; }
1391
1407
  });
1392
1408
  Object.defineProperty(exports, "BREAKPOINTS", {
1393
1409
  enumerable: true,
@@ -1447,35 +1463,35 @@ Object.defineProperty(exports, "useWindowSize", {
1447
1463
  });
1448
1464
  Object.defineProperty(exports, "announceToScreenReader", {
1449
1465
  enumerable: true,
1450
- get: function () { return chunk4AVL6GQK_cjs.announceToScreenReader; }
1466
+ get: function () { return chunkKXB2IZI2_cjs.announceToScreenReader; }
1451
1467
  });
1452
1468
  Object.defineProperty(exports, "focusVisibleStyles", {
1453
1469
  enumerable: true,
1454
- get: function () { return chunk4AVL6GQK_cjs.focusVisibleStyles; }
1470
+ get: function () { return chunkKXB2IZI2_cjs.focusVisibleStyles; }
1455
1471
  });
1456
1472
  Object.defineProperty(exports, "skipLinkFocusStyles", {
1457
1473
  enumerable: true,
1458
- get: function () { return chunk4AVL6GQK_cjs.skipLinkFocusStyles; }
1474
+ get: function () { return chunkKXB2IZI2_cjs.skipLinkFocusStyles; }
1459
1475
  });
1460
1476
  Object.defineProperty(exports, "skipLinkStyles", {
1461
1477
  enumerable: true,
1462
- get: function () { return chunk4AVL6GQK_cjs.skipLinkStyles; }
1478
+ get: function () { return chunkKXB2IZI2_cjs.skipLinkStyles; }
1463
1479
  });
1464
1480
  Object.defineProperty(exports, "useArrowNavigation", {
1465
1481
  enumerable: true,
1466
- get: function () { return chunk4AVL6GQK_cjs.useArrowNavigation; }
1482
+ get: function () { return chunkKXB2IZI2_cjs.useArrowNavigation; }
1467
1483
  });
1468
1484
  Object.defineProperty(exports, "useFocusTrap", {
1469
1485
  enumerable: true,
1470
- get: function () { return chunk4AVL6GQK_cjs.useFocusTrap; }
1486
+ get: function () { return chunkKXB2IZI2_cjs.useFocusTrap; }
1471
1487
  });
1472
1488
  Object.defineProperty(exports, "useFocusVisible", {
1473
1489
  enumerable: true,
1474
- get: function () { return chunk4AVL6GQK_cjs.useFocusVisible; }
1490
+ get: function () { return chunkKXB2IZI2_cjs.useFocusVisible; }
1475
1491
  });
1476
1492
  Object.defineProperty(exports, "useRovingTabIndex", {
1477
1493
  enumerable: true,
1478
- get: function () { return chunk4AVL6GQK_cjs.useRovingTabIndex; }
1494
+ get: function () { return chunkKXB2IZI2_cjs.useRovingTabIndex; }
1479
1495
  });
1480
1496
  exports.PinButton = PinButton;
1481
1497
  exports.PinMenu = PinMenu;