@flux-ui/components 3.0.0-next.68 → 3.0.0-next.69
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.css +16 -0
- package/dist/index.js +31 -31
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/css/component/base/Button.module.scss +21 -0
package/dist/index.css
CHANGED
|
@@ -536,6 +536,22 @@
|
|
|
536
536
|
margin-left: -2px;
|
|
537
537
|
margin-right: -2px;
|
|
538
538
|
}
|
|
539
|
+
.button:has(.button-icon:only-child) {
|
|
540
|
+
padding-left: 0;
|
|
541
|
+
padding-right: 0;
|
|
542
|
+
}
|
|
543
|
+
.button:has(.button-icon:only-child).is-small {
|
|
544
|
+
width: 36px;
|
|
545
|
+
}
|
|
546
|
+
.button:has(.button-icon:only-child).is-medium {
|
|
547
|
+
width: 42px;
|
|
548
|
+
}
|
|
549
|
+
.button:has(.button-icon:only-child).is-large {
|
|
550
|
+
width: 48px;
|
|
551
|
+
}
|
|
552
|
+
.button:has(.button-icon:only-child).is-xl {
|
|
553
|
+
width: 54px;
|
|
554
|
+
}
|
|
539
555
|
.button-icon {
|
|
540
556
|
margin: 1px;
|
|
541
557
|
flex-shrink: 0;
|
package/dist/index.js
CHANGED
|
@@ -6588,7 +6588,7 @@ useMode(definition$2);
|
|
|
6588
6588
|
useMode(definition$1);
|
|
6589
6589
|
useMode(definition);
|
|
6590
6590
|
//#endregion
|
|
6591
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.33.0+
|
|
6591
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.33.0+644299353f754fd6/node_modules/@basmilius/http-client/dist/index.mjs
|
|
6592
6592
|
function adapter_default(Parent) {
|
|
6593
6593
|
return class extends Parent {
|
|
6594
6594
|
constructor(...args) {
|
|
@@ -7919,11 +7919,11 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
7919
7919
|
});
|
|
7920
7920
|
//#endregion
|
|
7921
7921
|
//#region src/css/component/Action.module.scss
|
|
7922
|
-
var { "
|
|
7922
|
+
var { "buttonIcon": _0$15, "button": _1$6, "buttonLabel": _2$5 } = Button_module_default$1;
|
|
7923
7923
|
var Action_module_default = {
|
|
7924
|
-
action: `action ${
|
|
7924
|
+
action: `action ${_1$6}`,
|
|
7925
7925
|
spinner: `spinner`,
|
|
7926
|
-
actionIcon: `action-icon ${
|
|
7926
|
+
actionIcon: `action-icon ${_0$15}`,
|
|
7927
7927
|
isDestructive: `is-destructive`,
|
|
7928
7928
|
actionLabel: `action-label ${_2$5}`,
|
|
7929
7929
|
actionBar: `action-bar`,
|
|
@@ -9290,32 +9290,32 @@ function useTreeView(params) {
|
|
|
9290
9290
|
}
|
|
9291
9291
|
//#endregion
|
|
9292
9292
|
//#region src/css/component/Button.module.scss
|
|
9293
|
-
var { "
|
|
9293
|
+
var { "buttonIcon": _0$14, "button": _1$5, "buttonLabel": _2$4 } = Button_module_default$1;
|
|
9294
9294
|
var Button_module_default = {
|
|
9295
|
-
primaryButton: `primary-button ${
|
|
9295
|
+
primaryButton: `primary-button ${_1$5}`,
|
|
9296
9296
|
spinner: `spinner`,
|
|
9297
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
9298
|
-
primaryButtonLabel: `primary-button-label ${
|
|
9299
|
-
secondaryButton: `secondary-button ${
|
|
9300
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
9301
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
9302
|
-
destructiveButton: `destructive-button ${
|
|
9303
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
9304
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
9305
|
-
baseLinkButton: `base-link-button ${
|
|
9306
|
-
primaryLinkButton: `primary-link-button base-link-button ${
|
|
9307
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
9308
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
9309
|
-
secondaryLinkButton: `secondary-link-button base-link-button ${
|
|
9310
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
9311
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
9312
|
-
linkButton: `link-button ${
|
|
9313
|
-
linkButtonIcon: `link-button-icon ${
|
|
9297
|
+
primaryButtonIcon: `primary-button-icon ${_0$14}`,
|
|
9298
|
+
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
9299
|
+
secondaryButton: `secondary-button ${_1$5}`,
|
|
9300
|
+
secondaryButtonIcon: `secondary-button-icon ${_0$14}`,
|
|
9301
|
+
secondaryButtonLabel: `secondary-button-label ${_2$4}`,
|
|
9302
|
+
destructiveButton: `destructive-button ${_1$5}`,
|
|
9303
|
+
destructiveButtonIcon: `destructive-button-icon ${_0$14}`,
|
|
9304
|
+
destructiveButtonLabel: `destructive-button-label ${_2$4}`,
|
|
9305
|
+
baseLinkButton: `base-link-button ${_1$5}`,
|
|
9306
|
+
primaryLinkButton: `primary-link-button base-link-button ${_1$5}`,
|
|
9307
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_0$14}`,
|
|
9308
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
|
|
9309
|
+
secondaryLinkButton: `secondary-link-button base-link-button ${_1$5}`,
|
|
9310
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_0$14}`,
|
|
9311
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
|
|
9312
|
+
linkButton: `link-button ${_1$5}`,
|
|
9313
|
+
linkButtonIcon: `link-button-icon ${_0$14}`,
|
|
9314
9314
|
icon: `icon`,
|
|
9315
|
-
linkButtonLabel: `link-button-label ${
|
|
9316
|
-
publishButton: `publish-button primary-button ${
|
|
9317
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
9318
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
9315
|
+
linkButtonLabel: `link-button-label ${_2$4}`,
|
|
9316
|
+
publishButton: `publish-button primary-button ${_1$5}`,
|
|
9317
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_0$14}`,
|
|
9318
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
|
|
9319
9319
|
publishButtonAnimation: `publish-button-animation`,
|
|
9320
9320
|
isDone: `is-done`,
|
|
9321
9321
|
publishButtonAnimationArrow: `publish-button-animation-arrow`,
|
|
@@ -13847,7 +13847,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
13847
13847
|
});
|
|
13848
13848
|
//#endregion
|
|
13849
13849
|
//#region src/css/component/Menu.module.scss
|
|
13850
|
-
var { "
|
|
13850
|
+
var { "buttonIcon": _0$9, "button": _1$3, "buttonLabel": _2$2 } = Button_module_default$1;
|
|
13851
13851
|
var Menu_module_default = {
|
|
13852
13852
|
menu: `menu`,
|
|
13853
13853
|
menuNormal: `menu-normal menu`,
|
|
@@ -13855,9 +13855,9 @@ var Menu_module_default = {
|
|
|
13855
13855
|
menuGroup: `menu-group`,
|
|
13856
13856
|
menuGroupHorizontal: `menu-group-horizontal menu-group`,
|
|
13857
13857
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
13858
|
-
menuItem: `menu-item ${
|
|
13858
|
+
menuItem: `menu-item ${_1$3}`,
|
|
13859
13859
|
badge: `badge`,
|
|
13860
|
-
menuItemIcon: `menu-item-icon ${
|
|
13860
|
+
menuItemIcon: `menu-item-icon ${_0$9}`,
|
|
13861
13861
|
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
13862
13862
|
menuItemActive: `menu-item-active`,
|
|
13863
13863
|
menuItemDestructive: `menu-item-destructive`,
|
|
@@ -13867,7 +13867,7 @@ var Menu_module_default = {
|
|
|
13867
13867
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
13868
13868
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
13869
13869
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
13870
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
13870
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_0$9}`,
|
|
13871
13871
|
menuItemSelected: `menu-item-selected`,
|
|
13872
13872
|
menuItemCommand: `menu-item-command`,
|
|
13873
13873
|
menuItemCommandIcon: `menu-item-command-icon`,
|