@flux-ui/components 3.0.0-next.30 → 3.0.0-next.31
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.js +22 -22
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7362,32 +7362,32 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
|
|
|
7362
7362
|
};
|
|
7363
7363
|
}
|
|
7364
7364
|
});
|
|
7365
|
-
var { "button": _0$14, "
|
|
7365
|
+
var { "button": _0$14, "buttonIcon": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
|
|
7366
7366
|
var Button_module_default = {
|
|
7367
7367
|
primaryButton: `primary-button ${_0$14}`,
|
|
7368
7368
|
spinner: `spinner`,
|
|
7369
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
7370
|
-
primaryButtonLabel: `primary-button-label ${
|
|
7369
|
+
primaryButtonIcon: `primary-button-icon ${_1$7}`,
|
|
7370
|
+
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
7371
7371
|
secondaryButton: `secondary-button ${_0$14}`,
|
|
7372
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
7373
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
7372
|
+
secondaryButtonIcon: `secondary-button-icon ${_1$7}`,
|
|
7373
|
+
secondaryButtonLabel: `secondary-button-label ${_2$4}`,
|
|
7374
7374
|
destructiveButton: `destructive-button ${_0$14}`,
|
|
7375
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
7376
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
7375
|
+
destructiveButtonIcon: `destructive-button-icon ${_1$7}`,
|
|
7376
|
+
destructiveButtonLabel: `destructive-button-label ${_2$4}`,
|
|
7377
7377
|
baseLinkButton: `base-link-button ${_0$14}`,
|
|
7378
7378
|
primaryLinkButton: `primary-link-button base-link-button ${_0$14}`,
|
|
7379
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
7380
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
7379
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_1$7}`,
|
|
7380
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
|
|
7381
7381
|
secondaryLinkButton: `secondary-link-button base-link-button ${_0$14}`,
|
|
7382
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
7383
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
7382
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$7}`,
|
|
7383
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
|
|
7384
7384
|
linkButton: `link-button ${_0$14}`,
|
|
7385
|
-
linkButtonIcon: `link-button-icon ${
|
|
7385
|
+
linkButtonIcon: `link-button-icon ${_1$7}`,
|
|
7386
7386
|
icon: `icon`,
|
|
7387
|
-
linkButtonLabel: `link-button-label ${
|
|
7387
|
+
linkButtonLabel: `link-button-label ${_2$4}`,
|
|
7388
7388
|
publishButton: `publish-button primary-button ${_0$14}`,
|
|
7389
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
7390
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
7389
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_1$7}`,
|
|
7390
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
|
|
7391
7391
|
publishButtonAnimation: `publish-button-animation`,
|
|
7392
7392
|
isDone: `is-done`,
|
|
7393
7393
|
publishButtonAnimationArrow: `publish-button-animation-arrow`,
|
|
@@ -8955,7 +8955,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
8955
8955
|
};
|
|
8956
8956
|
}
|
|
8957
8957
|
});
|
|
8958
|
-
var { "
|
|
8958
|
+
var { "buttonLabel": _0$11, "buttonIcon": _1$5, "button": _2$2 } = Button_module_default$1;
|
|
8959
8959
|
var Menu_module_default = {
|
|
8960
8960
|
menu: `menu`,
|
|
8961
8961
|
menuNormal: `menu-normal menu`,
|
|
@@ -8965,13 +8965,13 @@ var Menu_module_default = {
|
|
|
8965
8965
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
8966
8966
|
menuItem: `menu-item ${_2$2}`,
|
|
8967
8967
|
badge: `badge`,
|
|
8968
|
-
menuItemIcon: `menu-item-icon ${
|
|
8969
|
-
menuItemLabel: `menu-item-label ${
|
|
8968
|
+
menuItemIcon: `menu-item-icon ${_1$5}`,
|
|
8969
|
+
menuItemLabel: `menu-item-label ${_0$11}`,
|
|
8970
8970
|
menuItemActive: `menu-item-active`,
|
|
8971
8971
|
menuItemDestructive: `menu-item-destructive`,
|
|
8972
8972
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
8973
8973
|
menuItemIndented: `menu-item-indented`,
|
|
8974
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
8974
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_1$5}`,
|
|
8975
8975
|
menuItemSelected: `menu-item-selected`,
|
|
8976
8976
|
menuItemCommand: `menu-item-command`,
|
|
8977
8977
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -11385,7 +11385,7 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
11385
11385
|
};
|
|
11386
11386
|
}
|
|
11387
11387
|
});
|
|
11388
|
-
var { "secondaryButton": _0$7, "
|
|
11388
|
+
var { "secondaryButton": _0$7, "secondaryButtonLabel": _1$3, "secondaryButtonIcon": _2$1 } = Button_module_default;
|
|
11389
11389
|
var Pagination_module_default = {
|
|
11390
11390
|
pagination: `pagination`,
|
|
11391
11391
|
paginationButton: `pagination-button ${_0$7}`,
|
|
@@ -11393,8 +11393,8 @@ var Pagination_module_default = {
|
|
|
11393
11393
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
11394
11394
|
paginationButtonCurrent: `pagination-button-current`,
|
|
11395
11395
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
11396
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
11397
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
11396
|
+
paginationButtonIcon: `pagination-button-icon ${_2$1}`,
|
|
11397
|
+
paginationButtonLabel: `pagination-button-label ${_1$3}`,
|
|
11398
11398
|
paginationBar: `pagination-bar`,
|
|
11399
11399
|
paginationBarLimit: `pagination-bar-limit`,
|
|
11400
11400
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|
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.
|
|
4
|
+
"version": "3.0.0-next.31",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/basmilius",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@basmilius/common": "^3.11.0",
|
|
55
55
|
"@basmilius/utils": "^3.11.0",
|
|
56
|
-
"@flux-ui/internals": "3.0.0-next.
|
|
57
|
-
"@flux-ui/types": "3.0.0-next.
|
|
56
|
+
"@flux-ui/internals": "3.0.0-next.31",
|
|
57
|
+
"@flux-ui/types": "3.0.0-next.31",
|
|
58
58
|
"@fortawesome/fontawesome-common-types": "^7.2.0",
|
|
59
59
|
"clsx": "^2.1.1",
|
|
60
60
|
"imask": "^7.6.1",
|