@knime/product-features 0.2.2 → 0.2.3

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
@@ -1210,7 +1210,7 @@ html.kds-legacy {
1210
1210
  }
1211
1211
  }
1212
1212
 
1213
- .kds-menu-item-link[data-v-677d6ca6] {
1213
+ .kds-menu-item-link[data-v-96d9cfba] {
1214
1214
  display: block;
1215
1215
  color: inherit;
1216
1216
  text-decoration: none;
@@ -1227,7 +1227,7 @@ html.kds-legacy {
1227
1227
  }
1228
1228
 
1229
1229
  .kds-menu-container {
1230
- &[data-v-cce3fc40] {
1230
+ &[data-v-9dc6d3f6] {
1231
1231
  display: flex;
1232
1232
  flex-direction: column;
1233
1233
  gap: var(--kds-spacing-container-0-10x);
@@ -1239,11 +1239,46 @@ html.kds-legacy {
1239
1239
  border-radius: var(--kds-border-radius-container-0-50x);
1240
1240
  box-shadow: var(--kds-elevation-level-3);
1241
1241
  }
1242
- &[data-v-cce3fc40]:focus-visible {
1242
+ &[data-v-9dc6d3f6]:focus-visible {
1243
1243
  outline: var(--kds-border-action-focused);
1244
1244
  outline-offset: var(--kds-spacing-offset-focus);
1245
1245
  }
1246
1246
  }
1247
+ .submenu-popover[data-v-9dc6d3f6] {
1248
+ inset: anchor(top) auto auto anchor(right);
1249
+ padding: 0 var(--kds-spacing-container-0-25x);
1250
+ margin: 0;
1251
+ position-try-fallbacks:
1252
+ --kds-popover-try-right-dropdown, --kds-popover-try-left-dropdown,
1253
+ --kds-popover-try-right-dropup, --kds-popover-try-left-dropup;
1254
+ overflow: visible;
1255
+ font: inherit;
1256
+ color: inherit;
1257
+ background-color: transparent;
1258
+ border: none;
1259
+ border-radius: 0;
1260
+ box-shadow: none;
1261
+ }
1262
+
1263
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1264
+ @position-try --kds-popover-try-right-dropdown {
1265
+ inset: anchor(top) auto auto anchor(right);
1266
+ }
1267
+
1268
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1269
+ @position-try --kds-popover-try-left-dropdown {
1270
+ inset: anchor(top) anchor(left) auto auto;
1271
+ }
1272
+
1273
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1274
+ @position-try --kds-popover-try-right-dropup {
1275
+ inset: auto auto anchor(bottom) anchor(right);
1276
+ }
1277
+
1278
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1279
+ @position-try --kds-popover-try-left-dropup {
1280
+ inset: auto anchor(left) anchor(bottom) auto;
1281
+ }
1247
1282
 
1248
1283
  .kds-popover {
1249
1284
  &[data-v-1e5f9d24] {
package/dist/nodes.js CHANGED
@@ -375,7 +375,7 @@ function useKdsIsTruncated(elementRef) {
375
375
  }
376
376
 
377
377
  const _hoisted_1$$ = ["title", "aria-label"];
378
- const _hoisted_2$D = ["title"];
378
+ const _hoisted_2$E = ["title"];
379
379
  const _sfc_main$1z = /* @__PURE__ */ defineComponent({
380
380
  __name: "KdsLiveStatus",
381
381
  props: {
@@ -405,7 +405,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
405
405
  ref: labelEl,
406
406
  class: "label",
407
407
  title: unref(isTruncated) ? __props.label : void 0
408
- }, toDisplayString(__props.label), 9, _hoisted_2$D)) : createCommentVNode("", true)
408
+ }, toDisplayString(__props.label), 9, _hoisted_2$E)) : createCommentVNode("", true)
409
409
  ], 10, _hoisted_1$$);
410
410
  };
411
411
  }