@flux-ui/components 3.0.0-next.51 → 3.0.0-next.52

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 +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -8277,11 +8277,11 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
8277
8277
  });
8278
8278
  //#endregion
8279
8279
  //#region src/css/component/Action.module.scss
8280
- var { "button": _0$16, "buttonIcon": _1$8, "buttonLabel": _2$5 } = Button_module_default$1;
8280
+ var { "buttonIcon": _0$16, "button": _1$8, "buttonLabel": _2$5 } = Button_module_default$1;
8281
8281
  var Action_module_default = {
8282
- action: `action ${_0$16}`,
8282
+ action: `action ${_1$8}`,
8283
8283
  spinner: `spinner`,
8284
- actionIcon: `action-icon ${_1$8}`,
8284
+ actionIcon: `action-icon ${_0$16}`,
8285
8285
  isDestructive: `is-destructive`,
8286
8286
  actionLabel: `action-label ${_2$5}`,
8287
8287
  actionBar: `action-bar`,
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.51",
4
+ "version": "3.0.0-next.52",
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.19.0",
51
51
  "@basmilius/utils": "^3.19.0",
52
- "@flux-ui/internals": "3.0.0-next.51",
53
- "@flux-ui/types": "3.0.0-next.51",
52
+ "@flux-ui/internals": "3.0.0-next.52",
53
+ "@flux-ui/types": "3.0.0-next.52",
54
54
  "@fortawesome/fontawesome-common-types": "^7.2.0",
55
55
  "clsx": "^2.1.1",
56
56
  "imask": "^7.6.1",