@flux-ui/components 3.0.0-next.40 → 3.0.0-next.41
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 +6 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -10245,7 +10245,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
10245
10245
|
});
|
|
10246
10246
|
//#endregion
|
|
10247
10247
|
//#region src/css/component/Menu.module.scss
|
|
10248
|
-
var { "
|
|
10248
|
+
var { "button": _0$13, "buttonLabel": _1$5, "buttonIcon": _2$2 } = Button_module_default$1;
|
|
10249
10249
|
var Menu_module_default = {
|
|
10250
10250
|
menu: `menu`,
|
|
10251
10251
|
menuNormal: `menu-normal menu`,
|
|
@@ -10253,10 +10253,10 @@ var Menu_module_default = {
|
|
|
10253
10253
|
menuGroup: `menu-group`,
|
|
10254
10254
|
menuGroupHorizontal: `menu-group-horizontal menu-group`,
|
|
10255
10255
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10256
|
-
menuItem: `menu-item ${
|
|
10256
|
+
menuItem: `menu-item ${_0$13}`,
|
|
10257
10257
|
badge: `badge`,
|
|
10258
10258
|
menuItemIcon: `menu-item-icon ${_2$2}`,
|
|
10259
|
-
menuItemLabel: `menu-item-label ${
|
|
10259
|
+
menuItemLabel: `menu-item-label ${_1$5}`,
|
|
10260
10260
|
menuItemActive: `menu-item-active`,
|
|
10261
10261
|
menuItemDestructive: `menu-item-destructive`,
|
|
10262
10262
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -13319,15 +13319,15 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13319
13319
|
});
|
|
13320
13320
|
//#endregion
|
|
13321
13321
|
//#region src/css/component/Pagination.module.scss
|
|
13322
|
-
var { "
|
|
13322
|
+
var { "secondaryButton": _0$9, "secondaryButtonLabel": _1$3, "secondaryButtonIcon": _2$1 } = Button_module_default;
|
|
13323
13323
|
var Pagination_module_default = {
|
|
13324
13324
|
pagination: `pagination`,
|
|
13325
|
-
paginationButton: `pagination-button ${
|
|
13325
|
+
paginationButton: `pagination-button ${_0$9}`,
|
|
13326
13326
|
secondaryButton: `secondary-button`,
|
|
13327
13327
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13328
13328
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13329
13329
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13330
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
13330
|
+
paginationButtonIcon: `pagination-button-icon ${_2$1}`,
|
|
13331
13331
|
paginationButtonLabel: `pagination-button-label ${_1$3}`,
|
|
13332
13332
|
paginationBar: `pagination-bar`,
|
|
13333
13333
|
paginationBarLimit: `pagination-bar-limit`,
|
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.41",
|
|
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.
|
|
53
|
-
"@flux-ui/types": "3.0.0-next.
|
|
52
|
+
"@flux-ui/internals": "3.0.0-next.41",
|
|
53
|
+
"@flux-ui/types": "3.0.0-next.41",
|
|
54
54
|
"@fortawesome/fontawesome-common-types": "^7.2.0",
|
|
55
55
|
"clsx": "^2.1.1",
|
|
56
56
|
"imask": "^7.6.1",
|