@flux-ui/components 3.0.0-next.39 → 3.0.0-next.40
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 +35 -35
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8276,13 +8276,13 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
8276
8276
|
});
|
|
8277
8277
|
//#endregion
|
|
8278
8278
|
//#region src/css/component/Action.module.scss
|
|
8279
|
-
var { "
|
|
8279
|
+
var { "button": _0$16, "buttonIcon": _1$8, "buttonLabel": _2$5 } = Button_module_default$1;
|
|
8280
8280
|
var Action_module_default = {
|
|
8281
|
-
action: `action ${
|
|
8281
|
+
action: `action ${_0$16}`,
|
|
8282
8282
|
spinner: `spinner`,
|
|
8283
|
-
actionIcon: `action-icon ${
|
|
8283
|
+
actionIcon: `action-icon ${_1$8}`,
|
|
8284
8284
|
isDestructive: `is-destructive`,
|
|
8285
|
-
actionLabel: `action-label ${
|
|
8285
|
+
actionLabel: `action-label ${_2$5}`,
|
|
8286
8286
|
actionBar: `action-bar`,
|
|
8287
8287
|
separator: `separator`,
|
|
8288
8288
|
formInput: `form-input`,
|
|
@@ -8348,32 +8348,32 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
|
|
|
8348
8348
|
});
|
|
8349
8349
|
//#endregion
|
|
8350
8350
|
//#region src/css/component/Button.module.scss
|
|
8351
|
-
var { "
|
|
8351
|
+
var { "button": _0$15, "buttonIcon": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
|
|
8352
8352
|
var Button_module_default = {
|
|
8353
|
-
primaryButton: `primary-button ${
|
|
8353
|
+
primaryButton: `primary-button ${_0$15}`,
|
|
8354
8354
|
spinner: `spinner`,
|
|
8355
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
8356
|
-
primaryButtonLabel: `primary-button-label ${
|
|
8357
|
-
secondaryButton: `secondary-button ${
|
|
8358
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
8359
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
8360
|
-
destructiveButton: `destructive-button ${
|
|
8361
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
8362
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
8363
|
-
baseLinkButton: `base-link-button ${
|
|
8364
|
-
primaryLinkButton: `primary-link-button base-link-button ${
|
|
8365
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
8366
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
8367
|
-
secondaryLinkButton: `secondary-link-button base-link-button ${
|
|
8368
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
8369
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
8370
|
-
linkButton: `link-button ${
|
|
8371
|
-
linkButtonIcon: `link-button-icon ${
|
|
8355
|
+
primaryButtonIcon: `primary-button-icon ${_1$7}`,
|
|
8356
|
+
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
8357
|
+
secondaryButton: `secondary-button ${_0$15}`,
|
|
8358
|
+
secondaryButtonIcon: `secondary-button-icon ${_1$7}`,
|
|
8359
|
+
secondaryButtonLabel: `secondary-button-label ${_2$4}`,
|
|
8360
|
+
destructiveButton: `destructive-button ${_0$15}`,
|
|
8361
|
+
destructiveButtonIcon: `destructive-button-icon ${_1$7}`,
|
|
8362
|
+
destructiveButtonLabel: `destructive-button-label ${_2$4}`,
|
|
8363
|
+
baseLinkButton: `base-link-button ${_0$15}`,
|
|
8364
|
+
primaryLinkButton: `primary-link-button base-link-button ${_0$15}`,
|
|
8365
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_1$7}`,
|
|
8366
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
|
|
8367
|
+
secondaryLinkButton: `secondary-link-button base-link-button ${_0$15}`,
|
|
8368
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$7}`,
|
|
8369
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
|
|
8370
|
+
linkButton: `link-button ${_0$15}`,
|
|
8371
|
+
linkButtonIcon: `link-button-icon ${_1$7}`,
|
|
8372
8372
|
icon: `icon`,
|
|
8373
|
-
linkButtonLabel: `link-button-label ${
|
|
8374
|
-
publishButton: `publish-button primary-button ${
|
|
8375
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
8376
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
8373
|
+
linkButtonLabel: `link-button-label ${_2$4}`,
|
|
8374
|
+
publishButton: `publish-button primary-button ${_0$15}`,
|
|
8375
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_1$7}`,
|
|
8376
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
|
|
8377
8377
|
publishButtonAnimation: `publish-button-animation`,
|
|
8378
8378
|
isDone: `is-done`,
|
|
8379
8379
|
publishButtonAnimationArrow: `publish-button-animation-arrow`,
|
|
@@ -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 { "buttonLabel": _0$13, "button": _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 ${_1$5}`,
|
|
10257
10257
|
badge: `badge`,
|
|
10258
|
-
menuItemIcon: `menu-item-icon ${
|
|
10259
|
-
menuItemLabel: `menu-item-label ${
|
|
10258
|
+
menuItemIcon: `menu-item-icon ${_2$2}`,
|
|
10259
|
+
menuItemLabel: `menu-item-label ${_0$13}`,
|
|
10260
10260
|
menuItemActive: `menu-item-active`,
|
|
10261
10261
|
menuItemDestructive: `menu-item-destructive`,
|
|
10262
10262
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -10265,7 +10265,7 @@ var Menu_module_default = {
|
|
|
10265
10265
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10266
10266
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10267
10267
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10268
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10268
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_2$2}`,
|
|
10269
10269
|
menuItemSelected: `menu-item-selected`,
|
|
10270
10270
|
menuItemCommand: `menu-item-command`,
|
|
10271
10271
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13319,16 +13319,16 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13319
13319
|
});
|
|
13320
13320
|
//#endregion
|
|
13321
13321
|
//#region src/css/component/Pagination.module.scss
|
|
13322
|
-
var { "secondaryButtonIcon": _0$9, "
|
|
13322
|
+
var { "secondaryButtonIcon": _0$9, "secondaryButtonLabel": _1$3, "secondaryButton": _2$1 } = Button_module_default;
|
|
13323
13323
|
var Pagination_module_default = {
|
|
13324
13324
|
pagination: `pagination`,
|
|
13325
|
-
paginationButton: `pagination-button ${
|
|
13325
|
+
paginationButton: `pagination-button ${_2$1}`,
|
|
13326
13326
|
secondaryButton: `secondary-button`,
|
|
13327
13327
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13328
13328
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13329
13329
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13330
13330
|
paginationButtonIcon: `pagination-button-icon ${_0$9}`,
|
|
13331
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
13331
|
+
paginationButtonLabel: `pagination-button-label ${_1$3}`,
|
|
13332
13332
|
paginationBar: `pagination-bar`,
|
|
13333
13333
|
paginationBarLimit: `pagination-bar-limit`,
|
|
13334
13334
|
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.40",
|
|
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.40",
|
|
53
|
+
"@flux-ui/types": "3.0.0-next.40",
|
|
54
54
|
"@fortawesome/fontawesome-common-types": "^7.2.0",
|
|
55
55
|
"clsx": "^2.1.1",
|
|
56
56
|
"imask": "^7.6.1",
|