@knime/product-features 0.2.0 → 0.2.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.
package/dist/nodes.css CHANGED
@@ -4515,7 +4515,10 @@ td {
4515
4515
  font: var(--kds-font-base-title-small-strong);
4516
4516
  }
4517
4517
 
4518
- .content[data-v-822747b0] {
4518
+ .content[data-v-061c00b9] {
4519
4519
  padding: var(--kds-spacing-container-0-5x) 0;
4520
4520
  color: var(--kds-color-text-and-icon-neutral);
4521
4521
  }
4522
+ .empty-state[data-v-061c00b9] {
4523
+ margin: 0 auto;
4524
+ }
package/dist/nodes.js CHANGED
@@ -11677,7 +11677,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
11677
11677
  }, null, 8, ["views"])) : createCommentVNode("", true),
11678
11678
  !activeTab.value ? (openBlock(), createBlock(unref(KdsEmptyState), {
11679
11679
  key: 3,
11680
- headline: __props.emptyText
11680
+ headline: __props.emptyText,
11681
+ class: "empty-state"
11681
11682
  }, null, 8, ["headline"])) : createCommentVNode("", true)
11682
11683
  ])
11683
11684
  ]);
@@ -11685,7 +11686,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
11685
11686
  }
11686
11687
  });
11687
11688
 
11688
- const NodeDescriptionTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-822747b0"]]);
11689
+ const NodeDescriptionTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-061c00b9"]]);
11689
11690
 
11690
11691
  export { NodeDescriptionTabs, _sfc_main$5 as PortIcon };
11691
11692
  //# sourceMappingURL=nodes.js.map