@elyra/canvas 12.11.0 → 12.11.1

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.
@@ -45,7 +45,7 @@
45
45
 
46
46
  .cm-s-custom .cm-number { color: $text-02; }
47
47
 
48
- .cm-s-custom .cm-def { color: $ui-01; }
48
+ .cm-s-custom .cm-def { color: $support-01; }
49
49
 
50
50
  .cm-s-custom .cm-variable,
51
51
  .cm-s-custom .cm-punctuation,
@@ -307,7 +307,7 @@ export default class APIPipeline {
307
307
  createNode(data) {
308
308
  let nodeTemplate = data.nodeTemplate;
309
309
  // If the nodeTemplate has app_data.ui_data field then it will be a
310
- // teamplate that conforms to the pipelineFlow schema and needs to be
310
+ // template that conforms to the pipelineFlow schema and needs to be
311
311
  // converted to the internal format for a node.
312
312
  if (has(data.nodeTemplate, "app_data.ui_data")) {
313
313
  nodeTemplate = this.objectModel.convertNodeTemplate(nodeTemplate);