@flux-ui/components 3.0.0-next.59 → 3.0.0-next.60

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.
Files changed (2) hide show
  1. package/dist/index.js +34 -34
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -8859,13 +8859,13 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
8859
8859
  });
8860
8860
  //#endregion
8861
8861
  //#region src/css/component/Action.module.scss
8862
- var { "button": _0$16, "buttonIcon": _1$8, "buttonLabel": _2$5 } = Button_module_default$1;
8862
+ var { "buttonIcon": _0$16, "buttonLabel": _1$8, "button": _2$5 } = Button_module_default$1;
8863
8863
  var Action_module_default = {
8864
- action: `action ${_0$16}`,
8864
+ action: `action ${_2$5}`,
8865
8865
  spinner: `spinner`,
8866
- actionIcon: `action-icon ${_1$8}`,
8866
+ actionIcon: `action-icon ${_0$16}`,
8867
8867
  isDestructive: `is-destructive`,
8868
- actionLabel: `action-label ${_2$5}`,
8868
+ actionLabel: `action-label ${_1$8}`,
8869
8869
  actionBar: `action-bar`,
8870
8870
  separator: `separator`,
8871
8871
  formInput: `form-input`,
@@ -8930,32 +8930,32 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
8930
8930
  });
8931
8931
  //#endregion
8932
8932
  //#region src/css/component/Button.module.scss
8933
- var { "buttonIcon": _0$15, "buttonLabel": _1$7, "button": _2$4 } = Button_module_default$1;
8933
+ var { "buttonIcon": _0$15, "button": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
8934
8934
  var Button_module_default = {
8935
- primaryButton: `primary-button ${_2$4}`,
8935
+ primaryButton: `primary-button ${_1$7}`,
8936
8936
  spinner: `spinner`,
8937
8937
  primaryButtonIcon: `primary-button-icon ${_0$15}`,
8938
- primaryButtonLabel: `primary-button-label ${_1$7}`,
8939
- secondaryButton: `secondary-button ${_2$4}`,
8938
+ primaryButtonLabel: `primary-button-label ${_2$4}`,
8939
+ secondaryButton: `secondary-button ${_1$7}`,
8940
8940
  secondaryButtonIcon: `secondary-button-icon ${_0$15}`,
8941
- secondaryButtonLabel: `secondary-button-label ${_1$7}`,
8942
- destructiveButton: `destructive-button ${_2$4}`,
8941
+ secondaryButtonLabel: `secondary-button-label ${_2$4}`,
8942
+ destructiveButton: `destructive-button ${_1$7}`,
8943
8943
  destructiveButtonIcon: `destructive-button-icon ${_0$15}`,
8944
- destructiveButtonLabel: `destructive-button-label ${_1$7}`,
8945
- baseLinkButton: `base-link-button ${_2$4}`,
8946
- primaryLinkButton: `primary-link-button base-link-button ${_2$4}`,
8944
+ destructiveButtonLabel: `destructive-button-label ${_2$4}`,
8945
+ baseLinkButton: `base-link-button ${_1$7}`,
8946
+ primaryLinkButton: `primary-link-button base-link-button ${_1$7}`,
8947
8947
  primaryLinkButtonIcon: `primary-link-button-icon ${_0$15}`,
8948
- primaryLinkButtonLabel: `primary-link-button-label ${_1$7}`,
8949
- secondaryLinkButton: `secondary-link-button base-link-button ${_2$4}`,
8948
+ primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
8949
+ secondaryLinkButton: `secondary-link-button base-link-button ${_1$7}`,
8950
8950
  secondaryLinkButtonIcon: `secondary-link-button-icon ${_0$15}`,
8951
- secondaryLinkButtonLabel: `secondary-link-button-label ${_1$7}`,
8952
- linkButton: `link-button ${_2$4}`,
8951
+ secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
8952
+ linkButton: `link-button ${_1$7}`,
8953
8953
  linkButtonIcon: `link-button-icon ${_0$15}`,
8954
8954
  icon: `icon`,
8955
- linkButtonLabel: `link-button-label ${_1$7}`,
8956
- publishButton: `publish-button primary-button ${_2$4}`,
8955
+ linkButtonLabel: `link-button-label ${_2$4}`,
8956
+ publishButton: `publish-button primary-button ${_1$7}`,
8957
8957
  publishButtonIcon: `publish-button-icon primary-button-icon ${_0$15}`,
8958
- publishButtonLabel: `publish-button-label primary-button-label ${_1$7}`,
8958
+ publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
8959
8959
  publishButtonAnimation: `publish-button-animation`,
8960
8960
  isDone: `is-done`,
8961
8961
  publishButtonAnimationArrow: `publish-button-animation-arrow`,
@@ -13428,7 +13428,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
13428
13428
  });
13429
13429
  //#endregion
13430
13430
  //#region src/css/component/Menu.module.scss
13431
- var { "button": _0$10, "buttonIcon": _1$4, "buttonLabel": _2$2 } = Button_module_default$1;
13431
+ var { "buttonIcon": _0$10, "buttonLabel": _1$4, "button": _2$2 } = Button_module_default$1;
13432
13432
  var Menu_module_default = {
13433
13433
  menu: `menu`,
13434
13434
  menuNormal: `menu-normal menu`,
@@ -13436,10 +13436,10 @@ var Menu_module_default = {
13436
13436
  menuGroup: `menu-group`,
13437
13437
  menuGroupHorizontal: `menu-group-horizontal menu-group`,
13438
13438
  menuGroupVertical: `menu-group-vertical menu-group`,
13439
- menuItem: `menu-item ${_0$10}`,
13439
+ menuItem: `menu-item ${_2$2}`,
13440
13440
  badge: `badge`,
13441
- menuItemIcon: `menu-item-icon ${_1$4}`,
13442
- menuItemLabel: `menu-item-label ${_2$2}`,
13441
+ menuItemIcon: `menu-item-icon ${_0$10}`,
13442
+ menuItemLabel: `menu-item-label ${_1$4}`,
13443
13443
  menuItemActive: `menu-item-active`,
13444
13444
  menuItemDestructive: `menu-item-destructive`,
13445
13445
  menuItemHighlighted: `menu-item-highlighted`,
@@ -13448,7 +13448,7 @@ var Menu_module_default = {
13448
13448
  menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
13449
13449
  menuCollapsibleBody: `menu-collapsible-body`,
13450
13450
  menuCollapsibleContent: `menu-collapsible-content`,
13451
- menuItemSelectableIcon: `menu-item-selectable-icon ${_1$4}`,
13451
+ menuItemSelectableIcon: `menu-item-selectable-icon ${_0$10}`,
13452
13452
  menuItemSelected: `menu-item-selected`,
13453
13453
  menuItemCommand: `menu-item-command`,
13454
13454
  menuItemCommandIcon: `menu-item-command-icon`,
@@ -15038,16 +15038,16 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
15038
15038
  });
15039
15039
  //#endregion
15040
15040
  //#region src/css/component/Pagination.module.scss
15041
- var { "secondaryButtonIcon": _0$9, "secondaryButton": _1$3, "secondaryButtonLabel": _2$1 } = Button_module_default;
15041
+ var { "secondaryButtonLabel": _0$9, "secondaryButtonIcon": _1$3, "secondaryButton": _2$1 } = Button_module_default;
15042
15042
  var Pagination_module_default = {
15043
15043
  pagination: `pagination`,
15044
- paginationButton: `pagination-button ${_1$3}`,
15044
+ paginationButton: `pagination-button ${_2$1}`,
15045
15045
  secondaryButton: `secondary-button`,
15046
15046
  paginationButtonArrow: `pagination-button-arrow`,
15047
15047
  paginationButtonCurrent: `pagination-button-current`,
15048
15048
  paginationButtonSpacer: `pagination-button-spacer`,
15049
- paginationButtonIcon: `pagination-button-icon ${_0$9}`,
15050
- paginationButtonLabel: `pagination-button-label ${_2$1}`,
15049
+ paginationButtonIcon: `pagination-button-icon ${_1$3}`,
15050
+ paginationButtonLabel: `pagination-button-label ${_0$9}`,
15051
15051
  paginationBar: `pagination-bar`,
15052
15052
  paginationBarLimit: `pagination-bar-limit`,
15053
15053
  paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
@@ -21553,7 +21553,7 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
21553
21553
  });
21554
21554
  //#endregion
21555
21555
  //#region src/css/component/Stepper.module.scss
21556
- var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticles": _2 } = {
21556
+ var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticles": _2 } = {
21557
21557
  sparklesContainer: `sparkles-container`,
21558
21558
  sparklesParticles: `sparkles-particles`,
21559
21559
  sparklesContainerActive: `sparkles-container-active`,
@@ -21564,11 +21564,11 @@ var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticl
21564
21564
  var Stepper_module_default = {
21565
21565
  stepperStep: `stepper-step`,
21566
21566
  stepperSteps: `stepper-steps`,
21567
- stepperStepsItem: `stepper-steps-item ${_0$2}`,
21567
+ stepperStepsItem: `stepper-steps-item ${_1}`,
21568
21568
  icon: `icon`,
21569
- stepperStepsItemComplete: `stepper-steps-item-complete ${_1} stepper-steps-item ${_0$2}`,
21570
- stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_0$2}`,
21571
- stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_0$2}`,
21569
+ stepperStepsItemComplete: `stepper-steps-item-complete ${_0$2} stepper-steps-item ${_1}`,
21570
+ stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_1}`,
21571
+ stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_1}`,
21572
21572
  stepperStepsItemParticles: `stepper-steps-item-particles ${_2}`
21573
21573
  };
21574
21574
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flux-ui/components",
3
3
  "description": "A set of opiniated UI components.",
4
- "version": "3.0.0-next.59",
4
+ "version": "3.0.0-next.60",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/basmilius",
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "@basmilius/common": "^3.24.0",
51
51
  "@basmilius/utils": "^3.24.0",
52
- "@flux-ui/internals": "3.0.0-next.59",
53
- "@flux-ui/types": "3.0.0-next.59",
52
+ "@flux-ui/internals": "3.0.0-next.60",
53
+ "@flux-ui/types": "3.0.0-next.60",
54
54
  "@fortawesome/fontawesome-common-types": "^7.2.0",
55
55
  "clsx": "^2.1.1",
56
56
  "imask": "^7.6.1",