@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
|
@@ -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"
|