@visns-studio/visns-components 5.13.21 → 5.13.22

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/package.json CHANGED
@@ -88,7 +88,7 @@
88
88
  "react-dom": "^17.0.0 || ^18.0.0"
89
89
  },
90
90
  "name": "@visns-studio/visns-components",
91
- "version": "5.13.21",
91
+ "version": "5.13.22",
92
92
  "description": "Various packages to assist in the development of our Custom Applications.",
93
93
  "main": "src/index.js",
94
94
  "files": [
@@ -961,13 +961,12 @@ export const renderJsonColumn = ({ column, commonProps }) => {
961
961
  : 'N/A';
962
962
 
963
963
  displayContent = (
964
- <div style={{ fontSize: '0.8rem' }}>
964
+ <div>
965
965
  <div
966
966
  style={{
967
967
  fontWeight: '600',
968
968
  color: 'var(--primary-color)',
969
969
  marginBottom: '0.1rem',
970
- fontSize: '0.75rem',
971
970
  }}
972
971
  >
973
972
  {question.length > 50
@@ -977,7 +976,6 @@ export const renderJsonColumn = ({ column, commonProps }) => {
977
976
  <div
978
977
  style={{
979
978
  color: 'var(--paragraph-color)',
980
- fontSize: '0.75rem',
981
979
  }}
982
980
  >
983
981
  {answer}
@@ -988,7 +986,6 @@ export const renderJsonColumn = ({ column, commonProps }) => {
988
986
  displayContent = (
989
987
  <div
990
988
  style={{
991
- fontSize: '0.75rem',
992
989
  color: 'var(--paragraph-color)',
993
990
  }}
994
991
  >
@@ -1007,7 +1004,7 @@ export const renderJsonColumn = ({ column, commonProps }) => {
1007
1004
  const entries = Object.entries(jsonData);
1008
1005
  if (entries.length <= 2) {
1009
1006
  displayContent = (
1010
- <div style={{ fontSize: '0.8rem' }}>
1007
+ <div>
1011
1008
  {entries.map(([key, val]) => (
1012
1009
  <div
1013
1010
  key={key}
@@ -1020,7 +1017,6 @@ export const renderJsonColumn = ({ column, commonProps }) => {
1020
1017
  <strong
1021
1018
  style={{
1022
1019
  color: 'var(--primary-color)',
1023
- fontSize: '0.7rem',
1024
1020
  }}
1025
1021
  >
1026
1022
  {key
@@ -1033,7 +1029,6 @@ export const renderJsonColumn = ({ column, commonProps }) => {
1033
1029
  <span
1034
1030
  style={{
1035
1031
  color: 'var(--paragraph-color)',
1036
- fontSize: '0.7rem',
1037
1032
  }}
1038
1033
  >
1039
1034
  {val !== null &&
@@ -1056,7 +1051,6 @@ export const renderJsonColumn = ({ column, commonProps }) => {
1056
1051
  displayContent = (
1057
1052
  <div
1058
1053
  style={{
1059
- fontSize: '0.75rem',
1060
1054
  color: 'var(--paragraph-color)',
1061
1055
  }}
1062
1056
  >
@@ -1072,7 +1066,6 @@ export const renderJsonColumn = ({ column, commonProps }) => {
1072
1066
  displayContent = (
1073
1067
  <div
1074
1068
  style={{
1075
- fontSize: '0.75rem',
1076
1069
  color: 'var(--paragraph-color)',
1077
1070
  fontStyle: 'italic',
1078
1071
  }}
@@ -1092,8 +1085,6 @@ export const renderJsonColumn = ({ column, commonProps }) => {
1092
1085
  displayContent = (
1093
1086
  <span
1094
1087
  style={{
1095
- fontSize: '0.75rem',
1096
- fontFamily: 'monospace',
1097
1088
  color: 'var(--paragraph-color)',
1098
1089
  }}
1099
1090
  >
@@ -417,10 +417,8 @@
417
417
  }
418
418
 
419
419
  .cpicker-value {
420
- font-size: 0.8rem;
421
420
  font-weight: 500;
422
421
  color: #495057;
423
- font-family: 'Courier New', monospace;
424
422
  background: rgba(255, 255, 255, 0.9);
425
423
  padding: 3px 6px;
426
424
  border-radius: 3px;
@@ -641,10 +641,8 @@ form div:has(.react-toggle) input[type='checkbox'] {
641
641
  }
642
642
 
643
643
  .relation-color-text {
644
- font-size: 0.875rem;
645
644
  font-weight: 500;
646
645
  color: #495057;
647
- font-family: 'Courier New', monospace;
648
646
  user-select: all;
649
647
  }
650
648
 
@@ -720,10 +718,8 @@ form div:has(.react-toggle) input[type='checkbox'] {
720
718
  }
721
719
 
722
720
  .cpicker-value {
723
- font-size: 0.8rem;
724
721
  font-weight: 500;
725
722
  color: #495057;
726
- font-family: 'Courier New', monospace;
727
723
  background: rgba(255, 255, 255, 0.9);
728
724
  padding: 3px 6px;
729
725
  border-radius: 3px;