@elyra/pipeline-schemas 3.0.64 → 3.0.66

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.
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "label": {
64
64
  "description": "User-readable name of field category",
65
- "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v2-schema.json#definitions/resource_definition"
65
+ "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
66
66
  },
67
67
  "field_columns": {
68
68
  "description": "Title of the field column",
@@ -94,7 +94,10 @@
94
94
  "type": "object",
95
95
  "properties":{
96
96
  "label": {
97
- "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v2-schema.json#definitions/resource_definition"
97
+ "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
98
+ },
99
+ "description": {
100
+ "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
98
101
  }
99
102
  }
100
103
  },
@@ -106,7 +109,7 @@
106
109
  "description": "Unique string to reference this info column "
107
110
  },
108
111
  "label": {
109
- "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v2-schema.json#definitions/resource_definition"
112
+ "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
110
113
  }
111
114
  },
112
115
  "required": [
@@ -578,6 +578,11 @@
578
578
  "className": {
579
579
  "description": "Optional class name to set for this control",
580
580
  "type": "string"
581
+ },
582
+ "light": {
583
+ "description": "The background color of controls such as text input. Can be set at the Common Properties level for all or at the control",
584
+ "type": "boolean",
585
+ "default": true
581
586
  }
582
587
  },
583
588
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyra/pipeline-schemas",
3
- "version": "3.0.64",
3
+ "version": "3.0.66",
4
4
  "description": "pipeline-schemas",
5
5
  "main": "common-pipeline/pipeline-flow/upgrade/upgrade-flow.js",
6
6
  "homepage": "https://github.com/elyra-ai/pipeline-schemas",