@flux-ui/components 3.0.0-next.41 → 3.0.0-next.42
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 +1 -1
- package/dist/index.js +28 -29
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/css/component/Pane.module.scss +1 -1
package/dist/index.css
CHANGED
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 { "buttonIcon": _0$15, "button": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
|
|
8352
8352
|
var Button_module_default = {
|
|
8353
|
-
primaryButton: `primary-button ${
|
|
8353
|
+
primaryButton: `primary-button ${_1$7}`,
|
|
8354
8354
|
spinner: `spinner`,
|
|
8355
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
8355
|
+
primaryButtonIcon: `primary-button-icon ${_0$15}`,
|
|
8356
8356
|
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
8357
|
-
secondaryButton: `secondary-button ${
|
|
8358
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
8357
|
+
secondaryButton: `secondary-button ${_1$7}`,
|
|
8358
|
+
secondaryButtonIcon: `secondary-button-icon ${_0$15}`,
|
|
8359
8359
|
secondaryButtonLabel: `secondary-button-label ${_2$4}`,
|
|
8360
|
-
destructiveButton: `destructive-button ${
|
|
8361
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
8360
|
+
destructiveButton: `destructive-button ${_1$7}`,
|
|
8361
|
+
destructiveButtonIcon: `destructive-button-icon ${_0$15}`,
|
|
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 ${_1$7}`,
|
|
8364
|
+
primaryLinkButton: `primary-link-button base-link-button ${_1$7}`,
|
|
8365
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_0$15}`,
|
|
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 ${_1$7}`,
|
|
8368
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_0$15}`,
|
|
8369
8369
|
secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
|
|
8370
|
-
linkButton: `link-button ${
|
|
8371
|
-
linkButtonIcon: `link-button-icon ${
|
|
8370
|
+
linkButton: `link-button ${_1$7}`,
|
|
8371
|
+
linkButtonIcon: `link-button-icon ${_0$15}`,
|
|
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 ${_1$7}`,
|
|
8375
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_0$15}`,
|
|
8376
8376
|
publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
|
|
8377
8377
|
publishButtonAnimation: `publish-button-animation`,
|
|
8378
8378
|
isDone: `is-done`,
|
|
@@ -8468,7 +8468,6 @@ var Pane_module_default = {
|
|
|
8468
8468
|
paneFlat: `pane-flat pane ${_0$14}`,
|
|
8469
8469
|
paneWell: `pane-well pane ${_0$14}`,
|
|
8470
8470
|
paneHeader: `pane-header ${_1$6}`,
|
|
8471
|
-
basePaneElement: `base-pane-element`,
|
|
8472
8471
|
paneBody: `pane-body ${_1$6}`,
|
|
8473
8472
|
paneHeaderCaption: `pane-header-caption`,
|
|
8474
8473
|
paneHeaderIcon: `pane-header-icon`,
|
|
@@ -10245,7 +10244,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
10245
10244
|
});
|
|
10246
10245
|
//#endregion
|
|
10247
10246
|
//#region src/css/component/Menu.module.scss
|
|
10248
|
-
var { "button": _0$13, "
|
|
10247
|
+
var { "button": _0$13, "buttonIcon": _1$5, "buttonLabel": _2$2 } = Button_module_default$1;
|
|
10249
10248
|
var Menu_module_default = {
|
|
10250
10249
|
menu: `menu`,
|
|
10251
10250
|
menuNormal: `menu-normal menu`,
|
|
@@ -10255,8 +10254,8 @@ var Menu_module_default = {
|
|
|
10255
10254
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10256
10255
|
menuItem: `menu-item ${_0$13}`,
|
|
10257
10256
|
badge: `badge`,
|
|
10258
|
-
menuItemIcon: `menu-item-icon ${
|
|
10259
|
-
menuItemLabel: `menu-item-label ${
|
|
10257
|
+
menuItemIcon: `menu-item-icon ${_1$5}`,
|
|
10258
|
+
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
10260
10259
|
menuItemActive: `menu-item-active`,
|
|
10261
10260
|
menuItemDestructive: `menu-item-destructive`,
|
|
10262
10261
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -10265,7 +10264,7 @@ var Menu_module_default = {
|
|
|
10265
10264
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10266
10265
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10267
10266
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10268
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10267
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_1$5}`,
|
|
10269
10268
|
menuItemSelected: `menu-item-selected`,
|
|
10270
10269
|
menuItemCommand: `menu-item-command`,
|
|
10271
10270
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13319,7 +13318,7 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13319
13318
|
});
|
|
13320
13319
|
//#endregion
|
|
13321
13320
|
//#region src/css/component/Pagination.module.scss
|
|
13322
|
-
var { "secondaryButton": _0$9, "
|
|
13321
|
+
var { "secondaryButton": _0$9, "secondaryButtonIcon": _1$3, "secondaryButtonLabel": _2$1 } = Button_module_default;
|
|
13323
13322
|
var Pagination_module_default = {
|
|
13324
13323
|
pagination: `pagination`,
|
|
13325
13324
|
paginationButton: `pagination-button ${_0$9}`,
|
|
@@ -13327,8 +13326,8 @@ var Pagination_module_default = {
|
|
|
13327
13326
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13328
13327
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13329
13328
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13330
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
13331
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
13329
|
+
paginationButtonIcon: `pagination-button-icon ${_1$3}`,
|
|
13330
|
+
paginationButtonLabel: `pagination-button-label ${_2$1}`,
|
|
13332
13331
|
paginationBar: `pagination-bar`,
|
|
13333
13332
|
paginationBarLimit: `pagination-bar-limit`,
|
|
13334
13333
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|
|
@@ -19666,7 +19665,7 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
|
|
|
19666
19665
|
});
|
|
19667
19666
|
//#endregion
|
|
19668
19667
|
//#region src/css/component/Stepper.module.scss
|
|
19669
|
-
var { "
|
|
19668
|
+
var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticles": _2 } = {
|
|
19670
19669
|
sparklesContainer: `sparkles-container`,
|
|
19671
19670
|
sparklesParticles: `sparkles-particles`,
|
|
19672
19671
|
sparklesContainerActive: `sparkles-container-active`,
|
|
@@ -19677,11 +19676,11 @@ var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticl
|
|
|
19677
19676
|
var Stepper_module_default = {
|
|
19678
19677
|
stepperStep: `stepper-step`,
|
|
19679
19678
|
stepperSteps: `stepper-steps`,
|
|
19680
|
-
stepperStepsItem: `stepper-steps-item ${
|
|
19679
|
+
stepperStepsItem: `stepper-steps-item ${_1}`,
|
|
19681
19680
|
icon: `icon`,
|
|
19682
|
-
stepperStepsItemComplete: `stepper-steps-item-complete ${
|
|
19683
|
-
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${
|
|
19684
|
-
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${
|
|
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}`,
|
|
19685
19684
|
stepperStepsItemParticles: `stepper-steps-item-particles ${_2}`
|
|
19686
19685
|
};
|
|
19687
19686
|
//#endregion
|