@flux-ui/components 3.0.0-next.47 → 3.0.0-next.48
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 +33 -33
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8277,13 +8277,13 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
8277
8277
|
});
|
|
8278
8278
|
//#endregion
|
|
8279
8279
|
//#region src/css/component/Action.module.scss
|
|
8280
|
-
var { "button": _0$16, "
|
|
8280
|
+
var { "button": _0$16, "buttonIcon": _1$8, "buttonLabel": _2$5 } = Button_module_default$1;
|
|
8281
8281
|
var Action_module_default = {
|
|
8282
8282
|
action: `action ${_0$16}`,
|
|
8283
8283
|
spinner: `spinner`,
|
|
8284
|
-
actionIcon: `action-icon ${
|
|
8284
|
+
actionIcon: `action-icon ${_1$8}`,
|
|
8285
8285
|
isDestructive: `is-destructive`,
|
|
8286
|
-
actionLabel: `action-label ${
|
|
8286
|
+
actionLabel: `action-label ${_2$5}`,
|
|
8287
8287
|
actionBar: `action-bar`,
|
|
8288
8288
|
separator: `separator`,
|
|
8289
8289
|
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 { "button": _0$15, "
|
|
8351
|
+
var { "button": _0$15, "buttonIcon": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
|
|
8352
8352
|
var Button_module_default = {
|
|
8353
8353
|
primaryButton: `primary-button ${_0$15}`,
|
|
8354
8354
|
spinner: `spinner`,
|
|
8355
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
8356
|
-
primaryButtonLabel: `primary-button-label ${
|
|
8355
|
+
primaryButtonIcon: `primary-button-icon ${_1$7}`,
|
|
8356
|
+
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
8357
8357
|
secondaryButton: `secondary-button ${_0$15}`,
|
|
8358
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
8359
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
8358
|
+
secondaryButtonIcon: `secondary-button-icon ${_1$7}`,
|
|
8359
|
+
secondaryButtonLabel: `secondary-button-label ${_2$4}`,
|
|
8360
8360
|
destructiveButton: `destructive-button ${_0$15}`,
|
|
8361
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
8362
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
8361
|
+
destructiveButtonIcon: `destructive-button-icon ${_1$7}`,
|
|
8362
|
+
destructiveButtonLabel: `destructive-button-label ${_2$4}`,
|
|
8363
8363
|
baseLinkButton: `base-link-button ${_0$15}`,
|
|
8364
8364
|
primaryLinkButton: `primary-link-button base-link-button ${_0$15}`,
|
|
8365
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
8366
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
8365
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_1$7}`,
|
|
8366
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
|
|
8367
8367
|
secondaryLinkButton: `secondary-link-button base-link-button ${_0$15}`,
|
|
8368
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
8369
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
8368
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$7}`,
|
|
8369
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
|
|
8370
8370
|
linkButton: `link-button ${_0$15}`,
|
|
8371
|
-
linkButtonIcon: `link-button-icon ${
|
|
8371
|
+
linkButtonIcon: `link-button-icon ${_1$7}`,
|
|
8372
8372
|
icon: `icon`,
|
|
8373
|
-
linkButtonLabel: `link-button-label ${
|
|
8373
|
+
linkButtonLabel: `link-button-label ${_2$4}`,
|
|
8374
8374
|
publishButton: `publish-button primary-button ${_0$15}`,
|
|
8375
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
8376
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
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`,
|
|
@@ -10244,7 +10244,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
10244
10244
|
});
|
|
10245
10245
|
//#endregion
|
|
10246
10246
|
//#region src/css/component/Menu.module.scss
|
|
10247
|
-
var { "
|
|
10247
|
+
var { "buttonIcon": _0$13, "button": _1$5, "buttonLabel": _2$2 } = Button_module_default$1;
|
|
10248
10248
|
var Menu_module_default = {
|
|
10249
10249
|
menu: `menu`,
|
|
10250
10250
|
menuNormal: `menu-normal menu`,
|
|
@@ -10252,9 +10252,9 @@ var Menu_module_default = {
|
|
|
10252
10252
|
menuGroup: `menu-group`,
|
|
10253
10253
|
menuGroupHorizontal: `menu-group-horizontal menu-group`,
|
|
10254
10254
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10255
|
-
menuItem: `menu-item ${
|
|
10255
|
+
menuItem: `menu-item ${_1$5}`,
|
|
10256
10256
|
badge: `badge`,
|
|
10257
|
-
menuItemIcon: `menu-item-icon ${
|
|
10257
|
+
menuItemIcon: `menu-item-icon ${_0$13}`,
|
|
10258
10258
|
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
10259
10259
|
menuItemActive: `menu-item-active`,
|
|
10260
10260
|
menuItemDestructive: `menu-item-destructive`,
|
|
@@ -10264,7 +10264,7 @@ var Menu_module_default = {
|
|
|
10264
10264
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10265
10265
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10266
10266
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10267
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10267
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_0$13}`,
|
|
10268
10268
|
menuItemSelected: `menu-item-selected`,
|
|
10269
10269
|
menuItemCommand: `menu-item-command`,
|
|
10270
10270
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13318,15 +13318,15 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13318
13318
|
});
|
|
13319
13319
|
//#endregion
|
|
13320
13320
|
//#region src/css/component/Pagination.module.scss
|
|
13321
|
-
var { "
|
|
13321
|
+
var { "secondaryButton": _0$9, "secondaryButtonIcon": _1$3, "secondaryButtonLabel": _2$1 } = Button_module_default;
|
|
13322
13322
|
var Pagination_module_default = {
|
|
13323
13323
|
pagination: `pagination`,
|
|
13324
|
-
paginationButton: `pagination-button ${
|
|
13324
|
+
paginationButton: `pagination-button ${_0$9}`,
|
|
13325
13325
|
secondaryButton: `secondary-button`,
|
|
13326
13326
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13327
13327
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13328
13328
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13329
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
13329
|
+
paginationButtonIcon: `pagination-button-icon ${_1$3}`,
|
|
13330
13330
|
paginationButtonLabel: `pagination-button-label ${_2$1}`,
|
|
13331
13331
|
paginationBar: `pagination-bar`,
|
|
13332
13332
|
paginationBarLimit: `pagination-bar-limit`,
|
|
@@ -17891,10 +17891,10 @@ var FluxLayerPaneSecondary_default = /* @__PURE__ */ defineComponent({
|
|
|
17891
17891
|
});
|
|
17892
17892
|
//#endregion
|
|
17893
17893
|
//#region src/css/component/Legend.module.scss
|
|
17894
|
-
var { "
|
|
17894
|
+
var { "stackHorizontal": _0$5, "stackVertical": _1$1 } = Layout_module_default;
|
|
17895
17895
|
var Legend_module_default = {
|
|
17896
|
-
legendHorizontal: `legend-horizontal ${
|
|
17897
|
-
legendVertical: `legend-vertical ${
|
|
17896
|
+
legendHorizontal: `legend-horizontal ${_0$5}`,
|
|
17897
|
+
legendVertical: `legend-vertical ${_1$1}`,
|
|
17898
17898
|
legendItem: `legend-item`
|
|
17899
17899
|
};
|
|
17900
17900
|
//#endregion
|
|
@@ -19665,7 +19665,7 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
|
|
|
19665
19665
|
});
|
|
19666
19666
|
//#endregion
|
|
19667
19667
|
//#region src/css/component/Stepper.module.scss
|
|
19668
|
-
var { "
|
|
19668
|
+
var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticles": _2 } = {
|
|
19669
19669
|
sparklesContainer: `sparkles-container`,
|
|
19670
19670
|
sparklesParticles: `sparkles-particles`,
|
|
19671
19671
|
sparklesContainerActive: `sparkles-container-active`,
|
|
@@ -19676,11 +19676,11 @@ var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticl
|
|
|
19676
19676
|
var Stepper_module_default = {
|
|
19677
19677
|
stepperStep: `stepper-step`,
|
|
19678
19678
|
stepperSteps: `stepper-steps`,
|
|
19679
|
-
stepperStepsItem: `stepper-steps-item ${
|
|
19679
|
+
stepperStepsItem: `stepper-steps-item ${_0$2}`,
|
|
19680
19680
|
icon: `icon`,
|
|
19681
|
-
stepperStepsItemComplete: `stepper-steps-item-complete ${
|
|
19682
|
-
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${
|
|
19683
|
-
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${
|
|
19681
|
+
stepperStepsItemComplete: `stepper-steps-item-complete ${_1} stepper-steps-item ${_0$2}`,
|
|
19682
|
+
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_0$2}`,
|
|
19683
|
+
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_0$2}`,
|
|
19684
19684
|
stepperStepsItemParticles: `stepper-steps-item-particles ${_2}`
|
|
19685
19685
|
};
|
|
19686
19686
|
//#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.48",
|
|
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.48",
|
|
53
|
+
"@flux-ui/types": "3.0.0-next.48",
|
|
54
54
|
"@fortawesome/fontawesome-common-types": "^7.2.0",
|
|
55
55
|
"clsx": "^2.1.1",
|
|
56
56
|
"imask": "^7.6.1",
|