@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.
- package/dist/cjs/_virtual/index8.js +2 -2
- package/dist/cjs/_virtual/index9.js +2 -2
- package/dist/cjs/integration-template/components/dashboard.js +5 -0
- package/dist/cjs/integration-template/components/dashboard.js.map +1 -1
- package/dist/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +1 -1
- package/dist/cjs/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/cjs/node_modules/style-to-object/cjs/index.js +1 -1
- package/dist/es/_virtual/index8.js +2 -2
- package/dist/es/_virtual/index9.js +2 -2
- package/dist/es/integration-template/components/dashboard.js +5 -0
- package/dist/es/integration-template/components/dashboard.js.map +1 -1
- package/dist/es/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +1 -1
- package/dist/es/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/es/node_modules/style-to-object/cjs/index.js +1 -1
- package/package.json +1 -1
|
@@ -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"
|