@flux-ui/components 3.0.0-next.29 → 3.0.0-next.30

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/index.js CHANGED
@@ -7362,32 +7362,32 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
7362
7362
  };
7363
7363
  }
7364
7364
  });
7365
- var { "buttonIcon": _0$14, "button": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
7365
+ var { "button": _0$14, "buttonLabel": _1$7, "buttonIcon": _2$4 } = Button_module_default$1;
7366
7366
  var Button_module_default = {
7367
- primaryButton: `primary-button ${_1$7}`,
7367
+ primaryButton: `primary-button ${_0$14}`,
7368
7368
  spinner: `spinner`,
7369
- primaryButtonIcon: `primary-button-icon ${_0$14}`,
7370
- primaryButtonLabel: `primary-button-label ${_2$4}`,
7371
- secondaryButton: `secondary-button ${_1$7}`,
7372
- secondaryButtonIcon: `secondary-button-icon ${_0$14}`,
7373
- secondaryButtonLabel: `secondary-button-label ${_2$4}`,
7374
- destructiveButton: `destructive-button ${_1$7}`,
7375
- destructiveButtonIcon: `destructive-button-icon ${_0$14}`,
7376
- destructiveButtonLabel: `destructive-button-label ${_2$4}`,
7377
- baseLinkButton: `base-link-button ${_1$7}`,
7378
- primaryLinkButton: `primary-link-button base-link-button ${_1$7}`,
7379
- primaryLinkButtonIcon: `primary-link-button-icon ${_0$14}`,
7380
- primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
7381
- secondaryLinkButton: `secondary-link-button base-link-button ${_1$7}`,
7382
- secondaryLinkButtonIcon: `secondary-link-button-icon ${_0$14}`,
7383
- secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
7384
- linkButton: `link-button ${_1$7}`,
7385
- linkButtonIcon: `link-button-icon ${_0$14}`,
7369
+ primaryButtonIcon: `primary-button-icon ${_2$4}`,
7370
+ primaryButtonLabel: `primary-button-label ${_1$7}`,
7371
+ secondaryButton: `secondary-button ${_0$14}`,
7372
+ secondaryButtonIcon: `secondary-button-icon ${_2$4}`,
7373
+ secondaryButtonLabel: `secondary-button-label ${_1$7}`,
7374
+ destructiveButton: `destructive-button ${_0$14}`,
7375
+ destructiveButtonIcon: `destructive-button-icon ${_2$4}`,
7376
+ destructiveButtonLabel: `destructive-button-label ${_1$7}`,
7377
+ baseLinkButton: `base-link-button ${_0$14}`,
7378
+ primaryLinkButton: `primary-link-button base-link-button ${_0$14}`,
7379
+ primaryLinkButtonIcon: `primary-link-button-icon ${_2$4}`,
7380
+ primaryLinkButtonLabel: `primary-link-button-label ${_1$7}`,
7381
+ secondaryLinkButton: `secondary-link-button base-link-button ${_0$14}`,
7382
+ secondaryLinkButtonIcon: `secondary-link-button-icon ${_2$4}`,
7383
+ secondaryLinkButtonLabel: `secondary-link-button-label ${_1$7}`,
7384
+ linkButton: `link-button ${_0$14}`,
7385
+ linkButtonIcon: `link-button-icon ${_2$4}`,
7386
7386
  icon: `icon`,
7387
- linkButtonLabel: `link-button-label ${_2$4}`,
7388
- publishButton: `publish-button primary-button ${_1$7}`,
7389
- publishButtonIcon: `publish-button-icon primary-button-icon ${_0$14}`,
7390
- publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
7387
+ linkButtonLabel: `link-button-label ${_1$7}`,
7388
+ publishButton: `publish-button primary-button ${_0$14}`,
7389
+ publishButtonIcon: `publish-button-icon primary-button-icon ${_2$4}`,
7390
+ publishButtonLabel: `publish-button-label primary-button-label ${_1$7}`,
7391
7391
  publishButtonAnimation: `publish-button-animation`,
7392
7392
  isDone: `is-done`,
7393
7393
  publishButtonAnimationArrow: `publish-button-animation-arrow`,
@@ -8955,7 +8955,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
8955
8955
  };
8956
8956
  }
8957
8957
  });
8958
- var { "button": _0$11, "buttonIcon": _1$5, "buttonLabel": _2$2 } = Button_module_default$1;
8958
+ var { "buttonIcon": _0$11, "buttonLabel": _1$5, "button": _2$2 } = Button_module_default$1;
8959
8959
  var Menu_module_default = {
8960
8960
  menu: `menu`,
8961
8961
  menuNormal: `menu-normal menu`,
@@ -8963,15 +8963,15 @@ var Menu_module_default = {
8963
8963
  menuGroup: `menu-group`,
8964
8964
  menuGroupHorizontal: `menu-group-horizontal menu-group`,
8965
8965
  menuGroupVertical: `menu-group-vertical menu-group`,
8966
- menuItem: `menu-item ${_0$11}`,
8966
+ menuItem: `menu-item ${_2$2}`,
8967
8967
  badge: `badge`,
8968
- menuItemIcon: `menu-item-icon ${_1$5}`,
8969
- menuItemLabel: `menu-item-label ${_2$2}`,
8968
+ menuItemIcon: `menu-item-icon ${_0$11}`,
8969
+ menuItemLabel: `menu-item-label ${_1$5}`,
8970
8970
  menuItemActive: `menu-item-active`,
8971
8971
  menuItemDestructive: `menu-item-destructive`,
8972
8972
  menuItemHighlighted: `menu-item-highlighted`,
8973
8973
  menuItemIndented: `menu-item-indented`,
8974
- menuItemSelectableIcon: `menu-item-selectable-icon ${_1$5}`,
8974
+ menuItemSelectableIcon: `menu-item-selectable-icon ${_0$11}`,
8975
8975
  menuItemSelected: `menu-item-selected`,
8976
8976
  menuItemCommand: `menu-item-command`,
8977
8977
  menuItemCommandIcon: `menu-item-command-icon`,
@@ -12756,7 +12756,8 @@ var FluxFilterWindow_default = /* @__PURE__ */ defineComponent({
12756
12756
  class: normalizeClass(unref(Filter_module_default).filterReset),
12757
12757
  "icon-leading": "trash",
12758
12758
  "is-destructive": "",
12759
- onClick: ($event) => reset(name)
12759
+ onClick: ($event) => reset(name),
12760
+ style: { "flex-grow": "0" }
12760
12761
  }, null, 8, ["class", "onClick"])) : createCommentVNode("", true)]),
12761
12762
  _: 2
12762
12763
  }, 1032, ["class"]), createVNode(unref(VNodeRenderer), { vnode: filter }, null, 8, ["vnode"])]),
@@ -15436,10 +15437,10 @@ var FluxItemStack_default = /* @__PURE__ */ defineComponent({
15436
15437
  };
15437
15438
  }
15438
15439
  });
15439
- var { "stackVertical": _0$4, "stackHorizontal": _1$1 } = Layout_module_default;
15440
+ var { "stackHorizontal": _0$4, "stackVertical": _1$1 } = Layout_module_default;
15440
15441
  var Legend_module_default = {
15441
- legendHorizontal: `legend-horizontal ${_1$1}`,
15442
- legendVertical: `legend-vertical ${_0$4}`,
15442
+ legendHorizontal: `legend-horizontal ${_0$4}`,
15443
+ legendVertical: `legend-vertical ${_1$1}`,
15443
15444
  legendItem: `legend-item`
15444
15445
  };
15445
15446
  var FluxLegend_default = /* @__PURE__ */ defineComponent({