@flux-ui/components 3.0.0-next.41 → 3.0.0-next.43
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 +11 -1
- package/dist/index.js +7 -8
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/css/component/Pane.module.scss +12 -1
package/dist/index.css
CHANGED
|
@@ -1097,6 +1097,16 @@
|
|
|
1097
1097
|
--surface: var(--background);
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
|
+
:is(.pane-default, .pane-flat, .pane-well):is(a) {
|
|
1101
|
+
color: currentColor;
|
|
1102
|
+
text-decoration: unset;
|
|
1103
|
+
}
|
|
1104
|
+
@media (hover: hover) {
|
|
1105
|
+
:is(.pane-default, .pane-flat, .pane-well):is(a):hover {
|
|
1106
|
+
color: currentColor;
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1100
1110
|
:is(.pane-default, .pane-flat, .pane-well):is(button) {
|
|
1101
1111
|
padding: 0;
|
|
1102
1112
|
}
|
|
@@ -1121,7 +1131,7 @@
|
|
|
1121
1131
|
.pane-header:only-child {
|
|
1122
1132
|
padding: 18px;
|
|
1123
1133
|
}
|
|
1124
|
-
.pane-header:has(+
|
|
1134
|
+
.pane-header:has(+ :not(.pane-body)) {
|
|
1125
1135
|
padding: 18px;
|
|
1126
1136
|
}
|
|
1127
1137
|
|
package/dist/index.js
CHANGED
|
@@ -8468,7 +8468,6 @@ var Pane_module_default = {
|
|
|
8468
8468
|
paneFlat: `pane-flat pane ${_0$14}`,
|
|
8469
8469
|
paneWell: `pane-well pane ${_0$14}`,
|
|
8470
8470
|
paneHeader: `pane-header ${_1$6}`,
|
|
8471
|
-
basePaneElement: `base-pane-element`,
|
|
8472
8471
|
paneBody: `pane-body ${_1$6}`,
|
|
8473
8472
|
paneHeaderCaption: `pane-header-caption`,
|
|
8474
8473
|
paneHeaderIcon: `pane-header-icon`,
|
|
@@ -10245,7 +10244,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
10245
10244
|
});
|
|
10246
10245
|
//#endregion
|
|
10247
10246
|
//#region src/css/component/Menu.module.scss
|
|
10248
|
-
var { "button": _0$13, "
|
|
10247
|
+
var { "button": _0$13, "buttonIcon": _1$5, "buttonLabel": _2$2 } = Button_module_default$1;
|
|
10249
10248
|
var Menu_module_default = {
|
|
10250
10249
|
menu: `menu`,
|
|
10251
10250
|
menuNormal: `menu-normal menu`,
|
|
@@ -10255,8 +10254,8 @@ var Menu_module_default = {
|
|
|
10255
10254
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10256
10255
|
menuItem: `menu-item ${_0$13}`,
|
|
10257
10256
|
badge: `badge`,
|
|
10258
|
-
menuItemIcon: `menu-item-icon ${
|
|
10259
|
-
menuItemLabel: `menu-item-label ${
|
|
10257
|
+
menuItemIcon: `menu-item-icon ${_1$5}`,
|
|
10258
|
+
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
10260
10259
|
menuItemActive: `menu-item-active`,
|
|
10261
10260
|
menuItemDestructive: `menu-item-destructive`,
|
|
10262
10261
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -10265,7 +10264,7 @@ var Menu_module_default = {
|
|
|
10265
10264
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10266
10265
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10267
10266
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10268
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10267
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_1$5}`,
|
|
10269
10268
|
menuItemSelected: `menu-item-selected`,
|
|
10270
10269
|
menuItemCommand: `menu-item-command`,
|
|
10271
10270
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13319,7 +13318,7 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13319
13318
|
});
|
|
13320
13319
|
//#endregion
|
|
13321
13320
|
//#region src/css/component/Pagination.module.scss
|
|
13322
|
-
var { "secondaryButton": _0$9, "
|
|
13321
|
+
var { "secondaryButton": _0$9, "secondaryButtonIcon": _1$3, "secondaryButtonLabel": _2$1 } = Button_module_default;
|
|
13323
13322
|
var Pagination_module_default = {
|
|
13324
13323
|
pagination: `pagination`,
|
|
13325
13324
|
paginationButton: `pagination-button ${_0$9}`,
|
|
@@ -13327,8 +13326,8 @@ var Pagination_module_default = {
|
|
|
13327
13326
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13328
13327
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13329
13328
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13330
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
13331
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
13329
|
+
paginationButtonIcon: `pagination-button-icon ${_1$3}`,
|
|
13330
|
+
paginationButtonLabel: `pagination-button-label ${_2$1}`,
|
|
13332
13331
|
paginationBar: `pagination-bar`,
|
|
13333
13332
|
paginationBarLimit: `pagination-bar-limit`,
|
|
13334
13333
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|