@flux-ui/components 3.0.0-next.43 → 3.0.0-next.45
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
|
@@ -788,10 +788,6 @@
|
|
|
788
788
|
border-bottom-right-radius: var(--radius);
|
|
789
789
|
}
|
|
790
790
|
|
|
791
|
-
.pane-header + .action-bar {
|
|
792
|
-
margin-top: 18px;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
791
|
.action-pane {
|
|
796
792
|
container: actionPane/inline-size;
|
|
797
793
|
width: 100%;
|
|
@@ -1827,14 +1823,14 @@
|
|
|
1827
1823
|
font-weight: 500;
|
|
1828
1824
|
font-variant-numeric: tabular-nums;
|
|
1829
1825
|
}
|
|
1830
|
-
.badge:is(a) {
|
|
1826
|
+
.badge:is(a, button) {
|
|
1831
1827
|
color: var(--foreground-prominent);
|
|
1832
1828
|
cursor: pointer;
|
|
1833
1829
|
text-decoration: none;
|
|
1834
1830
|
transition: background var(--transition-default);
|
|
1835
1831
|
}
|
|
1836
1832
|
@media (hover: hover) {
|
|
1837
|
-
.badge:is(a):hover {
|
|
1833
|
+
.badge:is(a, button):hover {
|
|
1838
1834
|
background: var(--gray-50);
|
|
1839
1835
|
color: var(--foreground-prominent);
|
|
1840
1836
|
}
|
package/dist/index.js
CHANGED
|
@@ -8276,18 +8276,17 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
8276
8276
|
});
|
|
8277
8277
|
//#endregion
|
|
8278
8278
|
//#region src/css/component/Action.module.scss
|
|
8279
|
-
var { "button": _0$16, "
|
|
8279
|
+
var { "button": _0$16, "buttonLabel": _1$8, "buttonIcon": _2$5 } = Button_module_default$1;
|
|
8280
8280
|
var Action_module_default = {
|
|
8281
8281
|
action: `action ${_0$16}`,
|
|
8282
8282
|
spinner: `spinner`,
|
|
8283
|
-
actionIcon: `action-icon ${
|
|
8283
|
+
actionIcon: `action-icon ${_2$5}`,
|
|
8284
8284
|
isDestructive: `is-destructive`,
|
|
8285
|
-
actionLabel: `action-label ${
|
|
8285
|
+
actionLabel: `action-label ${_1$8}`,
|
|
8286
8286
|
actionBar: `action-bar`,
|
|
8287
8287
|
separator: `separator`,
|
|
8288
8288
|
formInput: `form-input`,
|
|
8289
8289
|
basePaneStructure: `base-pane-structure`,
|
|
8290
|
-
paneHeader: `pane-header`,
|
|
8291
8290
|
actionPane: `action-pane`,
|
|
8292
8291
|
actionPaneGrid: `action-pane-grid`,
|
|
8293
8292
|
actionPaneBody: `action-pane-body`,
|
|
@@ -10244,7 +10243,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
10244
10243
|
});
|
|
10245
10244
|
//#endregion
|
|
10246
10245
|
//#region src/css/component/Menu.module.scss
|
|
10247
|
-
var { "button": _0$13, "
|
|
10246
|
+
var { "button": _0$13, "buttonLabel": _1$5, "buttonIcon": _2$2 } = Button_module_default$1;
|
|
10248
10247
|
var Menu_module_default = {
|
|
10249
10248
|
menu: `menu`,
|
|
10250
10249
|
menuNormal: `menu-normal menu`,
|
|
@@ -10254,8 +10253,8 @@ var Menu_module_default = {
|
|
|
10254
10253
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10255
10254
|
menuItem: `menu-item ${_0$13}`,
|
|
10256
10255
|
badge: `badge`,
|
|
10257
|
-
menuItemIcon: `menu-item-icon ${
|
|
10258
|
-
menuItemLabel: `menu-item-label ${
|
|
10256
|
+
menuItemIcon: `menu-item-icon ${_2$2}`,
|
|
10257
|
+
menuItemLabel: `menu-item-label ${_1$5}`,
|
|
10259
10258
|
menuItemActive: `menu-item-active`,
|
|
10260
10259
|
menuItemDestructive: `menu-item-destructive`,
|
|
10261
10260
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -10264,7 +10263,7 @@ var Menu_module_default = {
|
|
|
10264
10263
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10265
10264
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10266
10265
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10267
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10266
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_2$2}`,
|
|
10268
10267
|
menuItemSelected: `menu-item-selected`,
|
|
10269
10268
|
menuItemCommand: `menu-item-command`,
|
|
10270
10269
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13589,13 +13588,13 @@ var FluxPaginationBar_default = /* @__PURE__ */ defineComponent({
|
|
|
13589
13588
|
});
|
|
13590
13589
|
//#endregion
|
|
13591
13590
|
//#region src/css/component/Table.module.scss
|
|
13592
|
-
var { "
|
|
13591
|
+
var { "basePaneLoader": _0$8, "basePaneElement": _1$2 } = Pane_module_default$1;
|
|
13593
13592
|
var Table_module_default = {
|
|
13594
|
-
table: `table ${
|
|
13593
|
+
table: `table ${_1$2}`,
|
|
13595
13594
|
tableBase: `table-base`,
|
|
13596
13595
|
tableFill: `table-fill`,
|
|
13597
13596
|
tablePagination: `table-pagination`,
|
|
13598
|
-
tableLoader: `table-loader ${
|
|
13597
|
+
tableLoader: `table-loader ${_0$8}`,
|
|
13599
13598
|
tableRow: `table-row`,
|
|
13600
13599
|
tableCell: `table-cell`,
|
|
13601
13600
|
tableCellContent: `table-cell-content`,
|
|
@@ -17891,10 +17890,10 @@ var FluxLayerPaneSecondary_default = /* @__PURE__ */ defineComponent({
|
|
|
17891
17890
|
});
|
|
17892
17891
|
//#endregion
|
|
17893
17892
|
//#region src/css/component/Legend.module.scss
|
|
17894
|
-
var { "
|
|
17893
|
+
var { "stackVertical": _0$5, "stackHorizontal": _1$1 } = Layout_module_default;
|
|
17895
17894
|
var Legend_module_default = {
|
|
17896
|
-
legendHorizontal: `legend-horizontal ${
|
|
17897
|
-
legendVertical: `legend-vertical ${
|
|
17895
|
+
legendHorizontal: `legend-horizontal ${_1$1}`,
|
|
17896
|
+
legendVertical: `legend-vertical ${_0$5}`,
|
|
17898
17897
|
legendItem: `legend-item`
|
|
17899
17898
|
};
|
|
17900
17899
|
//#endregion
|
|
@@ -19665,7 +19664,7 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
|
|
|
19665
19664
|
});
|
|
19666
19665
|
//#endregion
|
|
19667
19666
|
//#region src/css/component/Stepper.module.scss
|
|
19668
|
-
var { "
|
|
19667
|
+
var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticles": _2 } = {
|
|
19669
19668
|
sparklesContainer: `sparkles-container`,
|
|
19670
19669
|
sparklesParticles: `sparkles-particles`,
|
|
19671
19670
|
sparklesContainerActive: `sparkles-container-active`,
|
|
@@ -19676,11 +19675,11 @@ var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticl
|
|
|
19676
19675
|
var Stepper_module_default = {
|
|
19677
19676
|
stepperStep: `stepper-step`,
|
|
19678
19677
|
stepperSteps: `stepper-steps`,
|
|
19679
|
-
stepperStepsItem: `stepper-steps-item ${
|
|
19678
|
+
stepperStepsItem: `stepper-steps-item ${_1}`,
|
|
19680
19679
|
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 ${
|
|
19680
|
+
stepperStepsItemComplete: `stepper-steps-item-complete ${_0$2} stepper-steps-item ${_1}`,
|
|
19681
|
+
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_1}`,
|
|
19682
|
+
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_1}`,
|
|
19684
19683
|
stepperStepsItemParticles: `stepper-steps-item-particles ${_2}`
|
|
19685
19684
|
};
|
|
19686
19685
|
//#endregion
|