@sparrowengg/integrations-templates-frontend 1.9.57 → 1.9.59

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 cjs = {};
3
+ var lib = {};
4
4
 
5
- exports.__exports = cjs;
5
+ exports.__exports = lib;
6
6
  //# sourceMappingURL=index10.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var lib = {};
3
+ var cjs = {};
4
4
 
5
- exports.__exports = lib;
5
+ exports.__exports = cjs;
6
6
  //# sourceMappingURL=index9.js.map
@@ -1 +1 @@
1
- @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");*{font-family:DM Sans\, Roboto Mono}p{margin:0!important;padding:0!important}.triggerText{color:#848484!important;font-size:13.33px;font-weight:400!important;line-height:30px}.triggerTextBold{color:#6a6a6a!important;font-weight:600!important}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate{animation:rotate360 1s linear infinite}
1
+ .triggerText{color:#848484!important;font-size:13.33px;font-weight:400!important;line-height:30px}.triggerTextBold{color:#6a6a6a!important;font-weight:600!important}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate{animation:rotate360 1s linear infinite}
@@ -82,7 +82,10 @@ const Dashboard = ({
82
82
  {
83
83
  sideOffset: 4,
84
84
  align: "start",
85
- css: { maxWidth: 240, zIndex: 10 }
85
+ css: { maxWidth: 240, zIndex: 10, "& p": {
86
+ margin: "0 !important",
87
+ padding: "0 !important"
88
+ } }
86
89
  },
87
90
  hasDropdownComponents.trigger ? /* @__PURE__ */ React.createElement(
88
91
  DropdownItem,
@@ -550,7 +553,10 @@ const TriggerDasboardItem = ({
550
553
  )), /* @__PURE__ */ React.createElement(
551
554
  dropdown.DropdownMenuContent,
552
555
  {
553
- css: { minWidth: 180, zIndex: 10 },
556
+ css: { minWidth: 180, zIndex: 10, "& p": {
557
+ margin: "0 !important",
558
+ padding: "0 !important"
559
+ } },
554
560
  sideOffset: 4,
555
561
  align: "end"
556
562
  },
@@ -763,7 +769,10 @@ const SingleMappingDashboardItem = ({
763
769
  )), /* @__PURE__ */ React.createElement(
764
770
  dropdown.DropdownMenuContent,
765
771
  {
766
- css: { minWidth: 180, zIndex: 10 },
772
+ css: { minWidth: 180, zIndex: 10, "& p": {
773
+ margin: "0 !important",
774
+ padding: "0 !important"
775
+ } },
767
776
  sideOffset: 4,
768
777
  align: "end"
769
778
  },
@@ -1123,7 +1132,10 @@ const DashboardItem = ({
1123
1132
  )), /* @__PURE__ */ React.createElement(
1124
1133
  dropdown.DropdownMenuContent,
1125
1134
  {
1126
- css: { minWidth: 180, zIndex: 10 },
1135
+ css: { minWidth: 180, zIndex: 10, "& p": {
1136
+ margin: "0 !important",
1137
+ padding: "0 !important"
1138
+ } },
1127
1139
  sideOffset: 4,
1128
1140
  align: "end"
1129
1141
  },