@flux-ui/components 3.0.0-next.43 → 3.0.0-next.44

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.css CHANGED
@@ -788,10 +788,6 @@
788
788
  border-bottom-right-radius: var(--radius);
789
789
  }
790
790
 
791
- .pane-header + .action-bar {
792
- margin-top: 18px;
793
- }
794
-
795
791
  .action-pane {
796
792
  container: actionPane/inline-size;
797
793
  width: 100%;
package/dist/index.js CHANGED
@@ -8276,18 +8276,17 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
8276
8276
  });
8277
8277
  //#endregion
8278
8278
  //#region src/css/component/Action.module.scss
8279
- var { "button": _0$16, "buttonIcon": _1$8, "buttonLabel": _2$5 } = Button_module_default$1;
8279
+ var { "buttonIcon": _0$16, "buttonLabel": _1$8, "button": _2$5 } = Button_module_default$1;
8280
8280
  var Action_module_default = {
8281
- action: `action ${_0$16}`,
8281
+ action: `action ${_2$5}`,
8282
8282
  spinner: `spinner`,
8283
- actionIcon: `action-icon ${_1$8}`,
8283
+ actionIcon: `action-icon ${_0$16}`,
8284
8284
  isDestructive: `is-destructive`,
8285
- actionLabel: `action-label ${_2$5}`,
8285
+ actionLabel: `action-label ${_1$8}`,
8286
8286
  actionBar: `action-bar`,
8287
8287
  separator: `separator`,
8288
8288
  formInput: `form-input`,
8289
8289
  basePaneStructure: `base-pane-structure`,
8290
- paneHeader: `pane-header`,
8291
8290
  actionPane: `action-pane`,
8292
8291
  actionPaneGrid: `action-pane-grid`,
8293
8292
  actionPaneBody: `action-pane-body`,