@evoke-platform/ui-components 1.4.0-testing.6 → 1.4.0-testing.7

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.
@@ -124,7 +124,7 @@ const customSelector = (props) => {
124
124
  .map((option) => ({ name: option.name, label: option.label }));
125
125
  val = val === '=' ? '' : options.find((option) => option.name === val).name;
126
126
  }
127
- else if (inputType === 'document') {
127
+ else if (inputType === 'document' || inputType === 'criteria') {
128
128
  opts = options
129
129
  .filter((option) => ['null', 'notNull'].includes(option.name))
130
130
  .map((option) => ({ name: option.name, label: option.label }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.4.0-testing.6",
3
+ "version": "1.4.0-testing.7",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",