@sparrowengg/integrations-templates-frontend 1.9.82 → 1.9.83

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 lib = {};
4
4
 
5
- exports.__module = reactIs;
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 reactIs = {exports: {}};
4
4
 
5
- exports.__exports = lib;
5
+ exports.__module = reactIs;
6
6
  //# sourceMappingURL=index9.js.map
@@ -1095,7 +1095,7 @@ const SingleMappingChipWrapper = ({
1095
1095
  css: {
1096
1096
  columnGap: "$2",
1097
1097
  rowGap: "$4",
1098
- "& > * ": { fontFamily: "'Roboto Mono', monospace !important" }
1098
+ "& > * ": { fontFamily: "'Roboto Mono', monospace !important", fontWeight: "$4 !important" }
1099
1099
  }
1100
1100
  },
1101
1101
  modifiedFields.map((field) => {
@@ -1127,6 +1127,7 @@ const SingleMappingChipWrapper = ({
1127
1127
  maxWidth: "230px",
1128
1128
  overflow: "hidden",
1129
1129
  fontFamily: "'Roboto Mono', monospace !important",
1130
+ fontWeight: "$4 !important",
1130
1131
  textOverflow: "ellipsis",
1131
1132
  whiteSpace: "nowrap"
1132
1133
  }