@flux-ui/components 3.0.0-next.54 → 3.0.0-next.55
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 +17 -17
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8278,13 +8278,13 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
8278
8278
|
});
|
|
8279
8279
|
//#endregion
|
|
8280
8280
|
//#region src/css/component/Action.module.scss
|
|
8281
|
-
var { "button": _0$16, "
|
|
8281
|
+
var { "button": _0$16, "buttonLabel": _1$8, "buttonIcon": _2$5 } = Button_module_default$1;
|
|
8282
8282
|
var Action_module_default = {
|
|
8283
8283
|
action: `action ${_0$16}`,
|
|
8284
8284
|
spinner: `spinner`,
|
|
8285
|
-
actionIcon: `action-icon ${
|
|
8285
|
+
actionIcon: `action-icon ${_2$5}`,
|
|
8286
8286
|
isDestructive: `is-destructive`,
|
|
8287
|
-
actionLabel: `action-label ${
|
|
8287
|
+
actionLabel: `action-label ${_1$8}`,
|
|
8288
8288
|
actionBar: `action-bar`,
|
|
8289
8289
|
separator: `separator`,
|
|
8290
8290
|
formInput: `form-input`,
|
|
@@ -10246,7 +10246,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
10246
10246
|
});
|
|
10247
10247
|
//#endregion
|
|
10248
10248
|
//#region src/css/component/Menu.module.scss
|
|
10249
|
-
var { "
|
|
10249
|
+
var { "buttonIcon": _0$13, "button": _1$5, "buttonLabel": _2$2 } = Button_module_default$1;
|
|
10250
10250
|
var Menu_module_default = {
|
|
10251
10251
|
menu: `menu`,
|
|
10252
10252
|
menuNormal: `menu-normal menu`,
|
|
@@ -10254,10 +10254,10 @@ var Menu_module_default = {
|
|
|
10254
10254
|
menuGroup: `menu-group`,
|
|
10255
10255
|
menuGroupHorizontal: `menu-group-horizontal menu-group`,
|
|
10256
10256
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10257
|
-
menuItem: `menu-item ${
|
|
10257
|
+
menuItem: `menu-item ${_1$5}`,
|
|
10258
10258
|
badge: `badge`,
|
|
10259
|
-
menuItemIcon: `menu-item-icon ${
|
|
10260
|
-
menuItemLabel: `menu-item-label ${
|
|
10259
|
+
menuItemIcon: `menu-item-icon ${_0$13}`,
|
|
10260
|
+
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
10261
10261
|
menuItemActive: `menu-item-active`,
|
|
10262
10262
|
menuItemDestructive: `menu-item-destructive`,
|
|
10263
10263
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -10266,7 +10266,7 @@ var Menu_module_default = {
|
|
|
10266
10266
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10267
10267
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10268
10268
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10269
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10269
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_0$13}`,
|
|
10270
10270
|
menuItemSelected: `menu-item-selected`,
|
|
10271
10271
|
menuItemCommand: `menu-item-command`,
|
|
10272
10272
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13321,7 +13321,7 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13321
13321
|
});
|
|
13322
13322
|
//#endregion
|
|
13323
13323
|
//#region src/css/component/Pagination.module.scss
|
|
13324
|
-
var { "secondaryButton": _0$9, "
|
|
13324
|
+
var { "secondaryButton": _0$9, "secondaryButtonLabel": _1$3, "secondaryButtonIcon": _2$1 } = Button_module_default;
|
|
13325
13325
|
var Pagination_module_default = {
|
|
13326
13326
|
pagination: `pagination`,
|
|
13327
13327
|
paginationButton: `pagination-button ${_0$9}`,
|
|
@@ -13329,8 +13329,8 @@ var Pagination_module_default = {
|
|
|
13329
13329
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13330
13330
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13331
13331
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13332
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
13333
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
13332
|
+
paginationButtonIcon: `pagination-button-icon ${_2$1}`,
|
|
13333
|
+
paginationButtonLabel: `pagination-button-label ${_1$3}`,
|
|
13334
13334
|
paginationBar: `pagination-bar`,
|
|
13335
13335
|
paginationBarLimit: `pagination-bar-limit`,
|
|
13336
13336
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|
|
@@ -13592,13 +13592,13 @@ var FluxPaginationBar_default = /* @__PURE__ */ defineComponent({
|
|
|
13592
13592
|
});
|
|
13593
13593
|
//#endregion
|
|
13594
13594
|
//#region src/css/component/Table.module.scss
|
|
13595
|
-
var { "
|
|
13595
|
+
var { "basePaneLoader": _0$8, "basePaneElement": _1$2 } = Pane_module_default$1;
|
|
13596
13596
|
var Table_module_default = {
|
|
13597
|
-
table: `table ${
|
|
13597
|
+
table: `table ${_1$2}`,
|
|
13598
13598
|
tableBase: `table-base`,
|
|
13599
13599
|
tableFill: `table-fill`,
|
|
13600
13600
|
tablePagination: `table-pagination`,
|
|
13601
|
-
tableLoader: `table-loader ${
|
|
13601
|
+
tableLoader: `table-loader ${_0$8}`,
|
|
13602
13602
|
tableRow: `table-row`,
|
|
13603
13603
|
tableCell: `table-cell`,
|
|
13604
13604
|
tableCellContent: `table-cell-content`,
|
|
@@ -18110,10 +18110,10 @@ var FluxLayerPaneSecondary_default = /* @__PURE__ */ defineComponent({
|
|
|
18110
18110
|
});
|
|
18111
18111
|
//#endregion
|
|
18112
18112
|
//#region src/css/component/Legend.module.scss
|
|
18113
|
-
var { "
|
|
18113
|
+
var { "stackHorizontal": _0$5, "stackVertical": _1$1 } = Layout_module_default;
|
|
18114
18114
|
var Legend_module_default = {
|
|
18115
|
-
legendHorizontal: `legend-horizontal ${
|
|
18116
|
-
legendVertical: `legend-vertical ${
|
|
18115
|
+
legendHorizontal: `legend-horizontal ${_0$5}`,
|
|
18116
|
+
legendVertical: `legend-vertical ${_1$1}`,
|
|
18117
18117
|
legendItem: `legend-item`
|
|
18118
18118
|
};
|
|
18119
18119
|
//#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.
|
|
4
|
+
"version": "3.0.0-next.55",
|
|
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.20.2",
|
|
51
51
|
"@basmilius/utils": "^3.20.2",
|
|
52
|
-
"@flux-ui/internals": "3.0.0-next.
|
|
53
|
-
"@flux-ui/types": "3.0.0-next.
|
|
52
|
+
"@flux-ui/internals": "3.0.0-next.55",
|
|
53
|
+
"@flux-ui/types": "3.0.0-next.55",
|
|
54
54
|
"@fortawesome/fontawesome-common-types": "^7.2.0",
|
|
55
55
|
"clsx": "^2.1.1",
|
|
56
56
|
"imask": "^7.6.1",
|