@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 +10 -0
- package/dist/index.js +21 -21
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/css/component/Pane.module.scss +11 -0
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 { "
|
|
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 ${
|
|
8353
|
+
primaryButton: `primary-button ${_0$15}`,
|
|
8354
8354
|
spinner: `spinner`,
|
|
8355
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
8355
|
+
primaryButtonIcon: `primary-button-icon ${_1$7}`,
|
|
8356
8356
|
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
8357
|
-
secondaryButton: `secondary-button ${
|
|
8358
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
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 ${
|
|
8361
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
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 ${
|
|
8364
|
-
primaryLinkButton: `primary-link-button base-link-button ${
|
|
8365
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
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 ${
|
|
8368
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
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 ${
|
|
8371
|
-
linkButtonIcon: `link-button-icon ${
|
|
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 ${
|
|
8375
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
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 { "
|
|
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 ${
|
|
19679
|
+
stepperStepsItem: `stepper-steps-item ${_0$2}`,
|
|
19680
19680
|
icon: `icon`,
|
|
19681
|
-
stepperStepsItemComplete: `stepper-steps-item-complete ${
|
|
19682
|
-
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${
|
|
19683
|
-
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${
|
|
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
|