@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.
- package/dist/cjs/_virtual/index10.js +2 -2
- package/dist/cjs/_virtual/index9.js +2 -2
- package/dist/cjs/integration-template/components/dashboard.js +2 -1
- 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/html-dom-parser/node_modules/domutils/lib/index.js +1 -1
- package/dist/cjs/node_modules/html-dom-parser/node_modules/htmlparser2/lib/index.js +1 -1
- package/dist/cjs/single-mapping/components/mapping.js +2 -1
- package/dist/cjs/single-mapping/components/mapping.js.map +1 -1
- package/dist/cjs/single-mapping/index.js +0 -6
- package/dist/cjs/single-mapping/index.js.map +1 -1
- package/dist/es/_virtual/index10.js +2 -2
- package/dist/es/_virtual/index9.js +2 -2
- package/dist/es/integration-template/components/dashboard.js +2 -1
- 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/html-dom-parser/node_modules/domutils/lib/index.js +1 -1
- package/dist/es/node_modules/html-dom-parser/node_modules/htmlparser2/lib/index.js +1 -1
- package/dist/es/single-mapping/components/mapping.js +2 -1
- package/dist/es/single-mapping/components/mapping.js.map +1 -1
- package/dist/es/single-mapping/index.js +0 -6
- package/dist/es/single-mapping/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|