@visns-studio/visns-components 4.7.4 → 4.7.5

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
@@ -75,7 +75,7 @@
75
75
  "react-dom": "^17.0.0 || ^18.0.0"
76
76
  },
77
77
  "name": "@visns-studio/visns-components",
78
- "version": "4.7.4",
78
+ "version": "4.7.5",
79
79
  "description": "Various packages to assist in the development of our Custom Applications.",
80
80
  "main": "src/index.js",
81
81
  "files": [
@@ -54,10 +54,10 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
54
54
  : []),
55
55
  { value: 'dynamicdata', label: 'Dynamic Data' },
56
56
  { value: 'file', label: 'File' },
57
- { value: 'plaintextheading', label: 'Heading' },
58
57
  { value: 'image', label: 'Image' },
59
58
  { value: 'number', label: 'Number' },
60
59
  { value: 'plaintext', label: 'Plain Text' },
60
+ { value: 'plaintextheading', label: 'Heading' },
61
61
  { value: 'section', label: 'Section' },
62
62
  { value: 'signature', label: 'Signature' },
63
63
  { value: 'table_radio', label: 'Table (Radio)' },
@@ -1453,6 +1453,11 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
1453
1453
  'checkbox',
1454
1454
  'dropdown',
1455
1455
  'dynamicdata',
1456
+ 'file',
1457
+ 'image',
1458
+ 'plaintext',
1459
+ 'plaintextheading',
1460
+ 'section',
1456
1461
  'signature',
1457
1462
  'table',
1458
1463
  ].some(
@@ -1576,6 +1581,11 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
1576
1581
  'checkbox',
1577
1582
  'dropdown',
1578
1583
  'dynamicdata',
1584
+ 'file',
1585
+ 'image',
1586
+ 'plaintext',
1587
+ 'plaintextheading',
1588
+ 'section',
1579
1589
  'signature',
1580
1590
  'table',
1581
1591
  ].some(