@sparrowengg/integrations-templates-frontend 1.9.57 → 1.9.58

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 reactIs = {exports: {}};
4
4
 
5
- exports.__exports = cjs;
5
+ exports.__module = reactIs;
6
6
  //# sourceMappingURL=index10.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var reactIs = {exports: {}};
3
+ var lib = {};
4
4
 
5
- exports.__module = reactIs;
5
+ exports.__exports = lib;
6
6
  //# sourceMappingURL=index8.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}
@@ -55,7 +55,12 @@ const Dashboard = ({
55
55
  syncMapping,
56
56
  hasDropdownComponents
57
57
  }) => {
58
- return /* @__PURE__ */ React.createElement(flex.Flex, { justifyContent: "center" }, /* @__PURE__ */ React.createElement(box.Box, { css: { maxWidth: "1120px", width: "100%" } }, /* @__PURE__ */ React.createElement(
58
+ return /* @__PURE__ */ React.createElement(flex.Flex, { justifyContent: "center", css: {
59
+ p: {
60
+ margin: "0 !important",
61
+ padding: "0 !important"
62
+ }
63
+ } }, /* @__PURE__ */ React.createElement(box.Box, { css: { maxWidth: "1120px", width: "100%" } }, /* @__PURE__ */ React.createElement(
59
64
  flex.Flex,
60
65
  {
61
66
  css: { marginTop: "$40" },