@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,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var reactIs = {exports: {}};
3
+ var cjs = {};
4
4
 
5
- exports.__module = reactIs;
5
+ exports.__exports = cjs;
6
6
  //# sourceMappingURL=index8.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var cjs = {};
3
+ var reactIs = {exports: {}};
4
4
 
5
- exports.__exports = cjs;
5
+ exports.__module = reactIs;
6
6
  //# sourceMappingURL=index9.js.map
@@ -80,6 +80,7 @@ const Dashboard = ({
80
80
  ), /* @__PURE__ */ React.createElement(
81
81
  dropdown.DropdownMenuContent,
82
82
  {
83
+ className: "dm-sans",
83
84
  sideOffset: 4,
84
85
  align: "start",
85
86
  css: { maxWidth: 240, zIndex: 10, "& p": {
@@ -553,6 +554,7 @@ const TriggerDasboardItem = ({
553
554
  )), /* @__PURE__ */ React.createElement(
554
555
  dropdown.DropdownMenuContent,
555
556
  {
557
+ className: "dm-sans",
556
558
  css: { minWidth: 180, zIndex: 10, "& p": {
557
559
  margin: "0 !important",
558
560
  padding: "0 !important"
@@ -769,6 +771,7 @@ const SingleMappingDashboardItem = ({
769
771
  )), /* @__PURE__ */ React.createElement(
770
772
  dropdown.DropdownMenuContent,
771
773
  {
774
+ className: "dm-sans",
772
775
  css: { minWidth: 180, zIndex: 10, "& p": {
773
776
  margin: "0 !important",
774
777
  padding: "0 !important"
@@ -876,6 +879,7 @@ const SingleMappingDashboardItem = ({
876
879
  color: "primary",
877
880
  variant: "ghost",
878
881
  onClick: () => {
882
+ onMappingEditHandler(field.id);
879
883
  handleEditField({
880
884
  type: "SINGLE_MAPPING",
881
885
  values: field,
@@ -1132,6 +1136,7 @@ const DashboardItem = ({
1132
1136
  )), /* @__PURE__ */ React.createElement(
1133
1137
  dropdown.DropdownMenuContent,
1134
1138
  {
1139
+ className: "dm-sans",
1135
1140
  css: { minWidth: 180, zIndex: 10, "& p": {
1136
1141
  margin: "0 !important",
1137
1142
  padding: "0 !important"