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

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
@@ -1097,6 +1097,16 @@
1097
1097
  --surface: var(--background);
1098
1098
  }
1099
1099
 
1100
+ :is(.pane-default, .pane-flat, .pane-well):is(a) {
1101
+ color: currentColor;
1102
+ text-decoration: unset;
1103
+ }
1104
+ @media (hover: hover) {
1105
+ :is(.pane-default, .pane-flat, .pane-well):is(a):hover {
1106
+ color: currentColor;
1107
+ }
1108
+ }
1109
+
1100
1110
  :is(.pane-default, .pane-flat, .pane-well):is(button) {
1101
1111
  padding: 0;
1102
1112
  }
package/dist/index.js CHANGED
@@ -8348,31 +8348,31 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
8348
8348
  });
8349
8349
  //#endregion
8350
8350
  //#region src/css/component/Button.module.scss
8351
- var { "buttonIcon": _0$15, "button": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
8351
+ var { "button": _0$15, "buttonIcon": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
8352
8352
  var Button_module_default = {
8353
- primaryButton: `primary-button ${_1$7}`,
8353
+ primaryButton: `primary-button ${_0$15}`,
8354
8354
  spinner: `spinner`,
8355
- primaryButtonIcon: `primary-button-icon ${_0$15}`,
8355
+ primaryButtonIcon: `primary-button-icon ${_1$7}`,
8356
8356
  primaryButtonLabel: `primary-button-label ${_2$4}`,
8357
- secondaryButton: `secondary-button ${_1$7}`,
8358
- secondaryButtonIcon: `secondary-button-icon ${_0$15}`,
8357
+ secondaryButton: `secondary-button ${_0$15}`,
8358
+ secondaryButtonIcon: `secondary-button-icon ${_1$7}`,
8359
8359
  secondaryButtonLabel: `secondary-button-label ${_2$4}`,
8360
- destructiveButton: `destructive-button ${_1$7}`,
8361
- destructiveButtonIcon: `destructive-button-icon ${_0$15}`,
8360
+ destructiveButton: `destructive-button ${_0$15}`,
8361
+ destructiveButtonIcon: `destructive-button-icon ${_1$7}`,
8362
8362
  destructiveButtonLabel: `destructive-button-label ${_2$4}`,
8363
- baseLinkButton: `base-link-button ${_1$7}`,
8364
- primaryLinkButton: `primary-link-button base-link-button ${_1$7}`,
8365
- primaryLinkButtonIcon: `primary-link-button-icon ${_0$15}`,
8363
+ baseLinkButton: `base-link-button ${_0$15}`,
8364
+ primaryLinkButton: `primary-link-button base-link-button ${_0$15}`,
8365
+ primaryLinkButtonIcon: `primary-link-button-icon ${_1$7}`,
8366
8366
  primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
8367
- secondaryLinkButton: `secondary-link-button base-link-button ${_1$7}`,
8368
- secondaryLinkButtonIcon: `secondary-link-button-icon ${_0$15}`,
8367
+ secondaryLinkButton: `secondary-link-button base-link-button ${_0$15}`,
8368
+ secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$7}`,
8369
8369
  secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
8370
- linkButton: `link-button ${_1$7}`,
8371
- linkButtonIcon: `link-button-icon ${_0$15}`,
8370
+ linkButton: `link-button ${_0$15}`,
8371
+ linkButtonIcon: `link-button-icon ${_1$7}`,
8372
8372
  icon: `icon`,
8373
8373
  linkButtonLabel: `link-button-label ${_2$4}`,
8374
- publishButton: `publish-button primary-button ${_1$7}`,
8375
- publishButtonIcon: `publish-button-icon primary-button-icon ${_0$15}`,
8374
+ publishButton: `publish-button primary-button ${_0$15}`,
8375
+ publishButtonIcon: `publish-button-icon primary-button-icon ${_1$7}`,
8376
8376
  publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
8377
8377
  publishButtonAnimation: `publish-button-animation`,
8378
8378
  isDone: `is-done`,
@@ -19665,7 +19665,7 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
19665
19665
  });
19666
19666
  //#endregion
19667
19667
  //#region src/css/component/Stepper.module.scss
19668
- var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticles": _2 } = {
19668
+ var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticles": _2 } = {
19669
19669
  sparklesContainer: `sparkles-container`,
19670
19670
  sparklesParticles: `sparkles-particles`,
19671
19671
  sparklesContainerActive: `sparkles-container-active`,
@@ -19676,11 +19676,11 @@ var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticl
19676
19676
  var Stepper_module_default = {
19677
19677
  stepperStep: `stepper-step`,
19678
19678
  stepperSteps: `stepper-steps`,
19679
- stepperStepsItem: `stepper-steps-item ${_1}`,
19679
+ stepperStepsItem: `stepper-steps-item ${_0$2}`,
19680
19680
  icon: `icon`,
19681
- stepperStepsItemComplete: `stepper-steps-item-complete ${_0$2} stepper-steps-item ${_1}`,
19682
- stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_1}`,
19683
- stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_1}`,
19681
+ stepperStepsItemComplete: `stepper-steps-item-complete ${_1} stepper-steps-item ${_0$2}`,
19682
+ stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_0$2}`,
19683
+ stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_0$2}`,
19684
19684
  stepperStepsItemParticles: `stepper-steps-item-particles ${_2}`
19685
19685
  };
19686
19686
  //#endregion