@flux-ui/components 3.0.0-next.54 → 3.0.0-next.56
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 +24 -24
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -72,7 +72,7 @@ var FluxFormFieldInjectionKey = Symbol();
|
|
|
72
72
|
var FluxTableInjectionKey = Symbol();
|
|
73
73
|
var FluxTooltipInjectionKey = Symbol();
|
|
74
74
|
//#endregion
|
|
75
|
-
//#region ../../node_modules/.bun/@basmilius+utils@3.
|
|
75
|
+
//#region ../../node_modules/.bun/@basmilius+utils@3.21.0/node_modules/@basmilius/utils/dist/index.mjs
|
|
76
76
|
function t$1(e, t) {
|
|
77
77
|
return Math.round(e / t) * t;
|
|
78
78
|
}
|
|
@@ -3329,7 +3329,7 @@ useMode(definition$2);
|
|
|
3329
3329
|
useMode(definition$1);
|
|
3330
3330
|
useMode(definition);
|
|
3331
3331
|
//#endregion
|
|
3332
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
3332
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.21.0+96a7401e32316653/node_modules/@basmilius/http-client/dist/index.mjs
|
|
3333
3333
|
function c$2(e) {
|
|
3334
3334
|
return class extends e {
|
|
3335
3335
|
constructor(...e) {
|
|
@@ -8349,32 +8349,32 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
|
|
|
8349
8349
|
});
|
|
8350
8350
|
//#endregion
|
|
8351
8351
|
//#region src/css/component/Button.module.scss
|
|
8352
|
-
var { "button": _0$15, "
|
|
8352
|
+
var { "button": _0$15, "buttonIcon": _1$7, "buttonLabel": _2$4 } = Button_module_default$1;
|
|
8353
8353
|
var Button_module_default = {
|
|
8354
8354
|
primaryButton: `primary-button ${_0$15}`,
|
|
8355
8355
|
spinner: `spinner`,
|
|
8356
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
8357
|
-
primaryButtonLabel: `primary-button-label ${
|
|
8356
|
+
primaryButtonIcon: `primary-button-icon ${_1$7}`,
|
|
8357
|
+
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
8358
8358
|
secondaryButton: `secondary-button ${_0$15}`,
|
|
8359
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
8360
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
8359
|
+
secondaryButtonIcon: `secondary-button-icon ${_1$7}`,
|
|
8360
|
+
secondaryButtonLabel: `secondary-button-label ${_2$4}`,
|
|
8361
8361
|
destructiveButton: `destructive-button ${_0$15}`,
|
|
8362
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
8363
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
8362
|
+
destructiveButtonIcon: `destructive-button-icon ${_1$7}`,
|
|
8363
|
+
destructiveButtonLabel: `destructive-button-label ${_2$4}`,
|
|
8364
8364
|
baseLinkButton: `base-link-button ${_0$15}`,
|
|
8365
8365
|
primaryLinkButton: `primary-link-button base-link-button ${_0$15}`,
|
|
8366
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
8367
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
8366
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_1$7}`,
|
|
8367
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
|
|
8368
8368
|
secondaryLinkButton: `secondary-link-button base-link-button ${_0$15}`,
|
|
8369
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
8370
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
8369
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$7}`,
|
|
8370
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
|
|
8371
8371
|
linkButton: `link-button ${_0$15}`,
|
|
8372
|
-
linkButtonIcon: `link-button-icon ${
|
|
8372
|
+
linkButtonIcon: `link-button-icon ${_1$7}`,
|
|
8373
8373
|
icon: `icon`,
|
|
8374
|
-
linkButtonLabel: `link-button-label ${
|
|
8374
|
+
linkButtonLabel: `link-button-label ${_2$4}`,
|
|
8375
8375
|
publishButton: `publish-button primary-button ${_0$15}`,
|
|
8376
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
8377
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
8376
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_1$7}`,
|
|
8377
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
|
|
8378
8378
|
publishButtonAnimation: `publish-button-animation`,
|
|
8379
8379
|
isDone: `is-done`,
|
|
8380
8380
|
publishButtonAnimationArrow: `publish-button-animation-arrow`,
|
|
@@ -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 { "button": _0$13, "
|
|
10249
|
+
var { "button": _0$13, "buttonIcon": _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`,
|
|
@@ -10256,8 +10256,8 @@ var Menu_module_default = {
|
|
|
10256
10256
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10257
10257
|
menuItem: `menu-item ${_0$13}`,
|
|
10258
10258
|
badge: `badge`,
|
|
10259
|
-
menuItemIcon: `menu-item-icon ${
|
|
10260
|
-
menuItemLabel: `menu-item-label ${
|
|
10259
|
+
menuItemIcon: `menu-item-icon ${_1$5}`,
|
|
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 ${_1$5}`,
|
|
10270
10270
|
menuItemSelected: `menu-item-selected`,
|
|
10271
10271
|
menuItemCommand: `menu-item-command`,
|
|
10272
10272
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -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
|