@sparrowengg/integrations-templates-frontend 1.9.59 → 1.9.61

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.
@@ -1,4 +1,4 @@
1
- var reactIs = {exports: {}};
1
+ var cjs = {};
2
2
 
3
- export { reactIs as __module };
3
+ export { cjs as __exports };
4
4
  //# sourceMappingURL=index8.js.map
@@ -1,4 +1,4 @@
1
- var cjs = {};
1
+ var reactIs = {exports: {}};
2
2
 
3
- export { cjs as __exports };
3
+ export { reactIs as __module };
4
4
  //# sourceMappingURL=index9.js.map
@@ -76,6 +76,7 @@ const Dashboard = ({
76
76
  ), /* @__PURE__ */ React__default.createElement(
77
77
  DropdownMenuContent,
78
78
  {
79
+ className: "dm-sans",
79
80
  sideOffset: 4,
80
81
  align: "start",
81
82
  css: { maxWidth: 240, zIndex: 10, "& p": {
@@ -549,6 +550,7 @@ const TriggerDasboardItem = ({
549
550
  )), /* @__PURE__ */ React__default.createElement(
550
551
  DropdownMenuContent,
551
552
  {
553
+ className: "dm-sans",
552
554
  css: { minWidth: 180, zIndex: 10, "& p": {
553
555
  margin: "0 !important",
554
556
  padding: "0 !important"
@@ -765,6 +767,7 @@ const SingleMappingDashboardItem = ({
765
767
  )), /* @__PURE__ */ React__default.createElement(
766
768
  DropdownMenuContent,
767
769
  {
770
+ className: "dm-sans",
768
771
  css: { minWidth: 180, zIndex: 10, "& p": {
769
772
  margin: "0 !important",
770
773
  padding: "0 !important"
@@ -872,6 +875,7 @@ const SingleMappingDashboardItem = ({
872
875
  color: "primary",
873
876
  variant: "ghost",
874
877
  onClick: () => {
878
+ onMappingEditHandler(field.id);
875
879
  handleEditField({
876
880
  type: "SINGLE_MAPPING",
877
881
  values: field,
@@ -1128,6 +1132,7 @@ const DashboardItem = ({
1128
1132
  )), /* @__PURE__ */ React__default.createElement(
1129
1133
  DropdownMenuContent,
1130
1134
  {
1135
+ className: "dm-sans",
1131
1136
  css: { minWidth: 180, zIndex: 10, "& p": {
1132
1137
  margin: "0 !important",
1133
1138
  padding: "0 !important"