@flux-ui/components 3.0.0-next.44 → 3.0.0-next.46
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
CHANGED
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
}
|
|
302
302
|
blockquote {
|
|
303
303
|
position: relative;
|
|
304
|
-
margin:
|
|
304
|
+
margin-left: 30px;
|
|
305
305
|
padding: 15px 21px;
|
|
306
306
|
background: var(--gray-100);
|
|
307
307
|
border-radius: var(--radius);
|
|
@@ -698,6 +698,13 @@
|
|
|
698
698
|
.button.is-filled {
|
|
699
699
|
align-self: stretch;
|
|
700
700
|
}
|
|
701
|
+
.button .spinner {
|
|
702
|
+
flex-shrink: 0;
|
|
703
|
+
}
|
|
704
|
+
.button .spinner:only-child {
|
|
705
|
+
margin-left: -2px;
|
|
706
|
+
margin-right: -2px;
|
|
707
|
+
}
|
|
701
708
|
.button-icon {
|
|
702
709
|
margin: 1px;
|
|
703
710
|
flex-shrink: 0;
|
|
@@ -1823,14 +1830,14 @@
|
|
|
1823
1830
|
font-weight: 500;
|
|
1824
1831
|
font-variant-numeric: tabular-nums;
|
|
1825
1832
|
}
|
|
1826
|
-
.badge:is(a) {
|
|
1833
|
+
.badge:is(a, button) {
|
|
1827
1834
|
color: var(--foreground-prominent);
|
|
1828
1835
|
cursor: pointer;
|
|
1829
1836
|
text-decoration: none;
|
|
1830
1837
|
transition: background var(--transition-default);
|
|
1831
1838
|
}
|
|
1832
1839
|
@media (hover: hover) {
|
|
1833
|
-
.badge:is(a):hover {
|
|
1840
|
+
.badge:is(a, button):hover {
|
|
1834
1841
|
background: var(--gray-50);
|
|
1835
1842
|
color: var(--foreground-prominent);
|
|
1836
1843
|
}
|
package/dist/index.js
CHANGED
|
@@ -8159,6 +8159,7 @@ var Button_module_default$1 = {
|
|
|
8159
8159
|
isLarge: `is-large`,
|
|
8160
8160
|
isXl: `is-xl`,
|
|
8161
8161
|
isFilled: `is-filled`,
|
|
8162
|
+
spinner: `spinner`,
|
|
8162
8163
|
buttonIcon: `button-icon`,
|
|
8163
8164
|
buttonLabel: `button-label`,
|
|
8164
8165
|
badge: `badge`
|
|
@@ -8347,32 +8348,32 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
|
|
|
8347
8348
|
});
|
|
8348
8349
|
//#endregion
|
|
8349
8350
|
//#region src/css/component/Button.module.scss
|
|
8350
|
-
var { "
|
|
8351
|
+
var { "buttonLabel": _0$15, "button": _1$7, "buttonIcon": _2$4 } = Button_module_default$1;
|
|
8351
8352
|
var Button_module_default = {
|
|
8352
|
-
primaryButton: `primary-button ${
|
|
8353
|
+
primaryButton: `primary-button ${_1$7}`,
|
|
8353
8354
|
spinner: `spinner`,
|
|
8354
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
8355
|
-
primaryButtonLabel: `primary-button-label ${
|
|
8356
|
-
secondaryButton: `secondary-button ${
|
|
8357
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
8358
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
8359
|
-
destructiveButton: `destructive-button ${
|
|
8360
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
8361
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
8362
|
-
baseLinkButton: `base-link-button ${
|
|
8363
|
-
primaryLinkButton: `primary-link-button base-link-button ${
|
|
8364
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
8365
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
8366
|
-
secondaryLinkButton: `secondary-link-button base-link-button ${
|
|
8367
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
8368
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
8369
|
-
linkButton: `link-button ${
|
|
8370
|
-
linkButtonIcon: `link-button-icon ${
|
|
8355
|
+
primaryButtonIcon: `primary-button-icon ${_2$4}`,
|
|
8356
|
+
primaryButtonLabel: `primary-button-label ${_0$15}`,
|
|
8357
|
+
secondaryButton: `secondary-button ${_1$7}`,
|
|
8358
|
+
secondaryButtonIcon: `secondary-button-icon ${_2$4}`,
|
|
8359
|
+
secondaryButtonLabel: `secondary-button-label ${_0$15}`,
|
|
8360
|
+
destructiveButton: `destructive-button ${_1$7}`,
|
|
8361
|
+
destructiveButtonIcon: `destructive-button-icon ${_2$4}`,
|
|
8362
|
+
destructiveButtonLabel: `destructive-button-label ${_0$15}`,
|
|
8363
|
+
baseLinkButton: `base-link-button ${_1$7}`,
|
|
8364
|
+
primaryLinkButton: `primary-link-button base-link-button ${_1$7}`,
|
|
8365
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_2$4}`,
|
|
8366
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_0$15}`,
|
|
8367
|
+
secondaryLinkButton: `secondary-link-button base-link-button ${_1$7}`,
|
|
8368
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_2$4}`,
|
|
8369
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_0$15}`,
|
|
8370
|
+
linkButton: `link-button ${_1$7}`,
|
|
8371
|
+
linkButtonIcon: `link-button-icon ${_2$4}`,
|
|
8371
8372
|
icon: `icon`,
|
|
8372
|
-
linkButtonLabel: `link-button-label ${
|
|
8373
|
-
publishButton: `publish-button primary-button ${
|
|
8374
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
8375
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
8373
|
+
linkButtonLabel: `link-button-label ${_0$15}`,
|
|
8374
|
+
publishButton: `publish-button primary-button ${_1$7}`,
|
|
8375
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_2$4}`,
|
|
8376
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_0$15}`,
|
|
8376
8377
|
publishButtonAnimation: `publish-button-animation`,
|
|
8377
8378
|
isDone: `is-done`,
|
|
8378
8379
|
publishButtonAnimationArrow: `publish-button-animation-arrow`,
|
|
@@ -10243,7 +10244,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
10243
10244
|
});
|
|
10244
10245
|
//#endregion
|
|
10245
10246
|
//#region src/css/component/Menu.module.scss
|
|
10246
|
-
var { "button": _0$13, "
|
|
10247
|
+
var { "button": _0$13, "buttonLabel": _1$5, "buttonIcon": _2$2 } = Button_module_default$1;
|
|
10247
10248
|
var Menu_module_default = {
|
|
10248
10249
|
menu: `menu`,
|
|
10249
10250
|
menuNormal: `menu-normal menu`,
|
|
@@ -10253,8 +10254,8 @@ var Menu_module_default = {
|
|
|
10253
10254
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10254
10255
|
menuItem: `menu-item ${_0$13}`,
|
|
10255
10256
|
badge: `badge`,
|
|
10256
|
-
menuItemIcon: `menu-item-icon ${
|
|
10257
|
-
menuItemLabel: `menu-item-label ${
|
|
10257
|
+
menuItemIcon: `menu-item-icon ${_2$2}`,
|
|
10258
|
+
menuItemLabel: `menu-item-label ${_1$5}`,
|
|
10258
10259
|
menuItemActive: `menu-item-active`,
|
|
10259
10260
|
menuItemDestructive: `menu-item-destructive`,
|
|
10260
10261
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -10263,7 +10264,7 @@ var Menu_module_default = {
|
|
|
10263
10264
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10264
10265
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10265
10266
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10266
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10267
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_2$2}`,
|
|
10267
10268
|
menuItemSelected: `menu-item-selected`,
|
|
10268
10269
|
menuItemCommand: `menu-item-command`,
|
|
10269
10270
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13317,16 +13318,16 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13317
13318
|
});
|
|
13318
13319
|
//#endregion
|
|
13319
13320
|
//#region src/css/component/Pagination.module.scss
|
|
13320
|
-
var { "
|
|
13321
|
+
var { "secondaryButtonIcon": _0$9, "secondaryButtonLabel": _1$3, "secondaryButton": _2$1 } = Button_module_default;
|
|
13321
13322
|
var Pagination_module_default = {
|
|
13322
13323
|
pagination: `pagination`,
|
|
13323
|
-
paginationButton: `pagination-button ${
|
|
13324
|
+
paginationButton: `pagination-button ${_2$1}`,
|
|
13324
13325
|
secondaryButton: `secondary-button`,
|
|
13325
13326
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13326
13327
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13327
13328
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13328
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
13329
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
13329
|
+
paginationButtonIcon: `pagination-button-icon ${_0$9}`,
|
|
13330
|
+
paginationButtonLabel: `pagination-button-label ${_1$3}`,
|
|
13330
13331
|
paginationBar: `pagination-bar`,
|
|
13331
13332
|
paginationBarLimit: `pagination-bar-limit`,
|
|
13332
13333
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|
|
@@ -17890,10 +17891,10 @@ var FluxLayerPaneSecondary_default = /* @__PURE__ */ defineComponent({
|
|
|
17890
17891
|
});
|
|
17891
17892
|
//#endregion
|
|
17892
17893
|
//#region src/css/component/Legend.module.scss
|
|
17893
|
-
var { "
|
|
17894
|
+
var { "stackVertical": _0$5, "stackHorizontal": _1$1 } = Layout_module_default;
|
|
17894
17895
|
var Legend_module_default = {
|
|
17895
|
-
legendHorizontal: `legend-horizontal ${
|
|
17896
|
-
legendVertical: `legend-vertical ${
|
|
17896
|
+
legendHorizontal: `legend-horizontal ${_1$1}`,
|
|
17897
|
+
legendVertical: `legend-vertical ${_0$5}`,
|
|
17897
17898
|
legendItem: `legend-item`
|
|
17898
17899
|
};
|
|
17899
17900
|
//#endregion
|