@flux-ui/components 3.0.0-next.64 → 3.0.0-next.65
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 +1 -0
- package/dist/index.js +35 -35
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/css/component/Form.module.scss +1 -0
package/dist/index.css
CHANGED
|
@@ -2726,6 +2726,7 @@
|
|
|
2726
2726
|
border-radius: var(--radius);
|
|
2727
2727
|
box-shadow: var(--shadow-px);
|
|
2728
2728
|
color: var(--foreground);
|
|
2729
|
+
outline: 0 solid transparent;
|
|
2729
2730
|
transition: var(--transition-default);
|
|
2730
2731
|
transition-property: background, border-color, outline-color, outline-offset;
|
|
2731
2732
|
}
|
package/dist/index.js
CHANGED
|
@@ -9068,32 +9068,32 @@ function useTreeView(params) {
|
|
|
9068
9068
|
}
|
|
9069
9069
|
//#endregion
|
|
9070
9070
|
//#region src/css/component/Button.module.scss
|
|
9071
|
-
var { "
|
|
9071
|
+
var { "button": _0$14, "buttonIcon": _1$5, "buttonLabel": _2$4 } = Button_module_default$1;
|
|
9072
9072
|
var Button_module_default = {
|
|
9073
|
-
primaryButton: `primary-button ${
|
|
9073
|
+
primaryButton: `primary-button ${_0$14}`,
|
|
9074
9074
|
spinner: `spinner`,
|
|
9075
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
9076
|
-
primaryButtonLabel: `primary-button-label ${
|
|
9077
|
-
secondaryButton: `secondary-button ${
|
|
9078
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
9079
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
9080
|
-
destructiveButton: `destructive-button ${
|
|
9081
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
9082
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
9083
|
-
baseLinkButton: `base-link-button ${
|
|
9084
|
-
primaryLinkButton: `primary-link-button base-link-button ${
|
|
9085
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
9086
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
9087
|
-
secondaryLinkButton: `secondary-link-button base-link-button ${
|
|
9088
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
9089
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
9090
|
-
linkButton: `link-button ${
|
|
9091
|
-
linkButtonIcon: `link-button-icon ${
|
|
9075
|
+
primaryButtonIcon: `primary-button-icon ${_1$5}`,
|
|
9076
|
+
primaryButtonLabel: `primary-button-label ${_2$4}`,
|
|
9077
|
+
secondaryButton: `secondary-button ${_0$14}`,
|
|
9078
|
+
secondaryButtonIcon: `secondary-button-icon ${_1$5}`,
|
|
9079
|
+
secondaryButtonLabel: `secondary-button-label ${_2$4}`,
|
|
9080
|
+
destructiveButton: `destructive-button ${_0$14}`,
|
|
9081
|
+
destructiveButtonIcon: `destructive-button-icon ${_1$5}`,
|
|
9082
|
+
destructiveButtonLabel: `destructive-button-label ${_2$4}`,
|
|
9083
|
+
baseLinkButton: `base-link-button ${_0$14}`,
|
|
9084
|
+
primaryLinkButton: `primary-link-button base-link-button ${_0$14}`,
|
|
9085
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_1$5}`,
|
|
9086
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
|
|
9087
|
+
secondaryLinkButton: `secondary-link-button base-link-button ${_0$14}`,
|
|
9088
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$5}`,
|
|
9089
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
|
|
9090
|
+
linkButton: `link-button ${_0$14}`,
|
|
9091
|
+
linkButtonIcon: `link-button-icon ${_1$5}`,
|
|
9092
9092
|
icon: `icon`,
|
|
9093
|
-
linkButtonLabel: `link-button-label ${
|
|
9094
|
-
publishButton: `publish-button primary-button ${
|
|
9095
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
9096
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
9093
|
+
linkButtonLabel: `link-button-label ${_2$4}`,
|
|
9094
|
+
publishButton: `publish-button primary-button ${_0$14}`,
|
|
9095
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_1$5}`,
|
|
9096
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
|
|
9097
9097
|
publishButtonAnimation: `publish-button-animation`,
|
|
9098
9098
|
isDone: `is-done`,
|
|
9099
9099
|
publishButtonAnimationArrow: `publish-button-animation-arrow`,
|
|
@@ -13615,7 +13615,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
13615
13615
|
});
|
|
13616
13616
|
//#endregion
|
|
13617
13617
|
//#region src/css/component/Menu.module.scss
|
|
13618
|
-
var { "
|
|
13618
|
+
var { "buttonIcon": _0$9, "buttonLabel": _1$3, "button": _2$2 } = Button_module_default$1;
|
|
13619
13619
|
var Menu_module_default = {
|
|
13620
13620
|
menu: `menu`,
|
|
13621
13621
|
menuNormal: `menu-normal menu`,
|
|
@@ -13623,10 +13623,10 @@ var Menu_module_default = {
|
|
|
13623
13623
|
menuGroup: `menu-group`,
|
|
13624
13624
|
menuGroupHorizontal: `menu-group-horizontal menu-group`,
|
|
13625
13625
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
13626
|
-
menuItem: `menu-item ${
|
|
13626
|
+
menuItem: `menu-item ${_2$2}`,
|
|
13627
13627
|
badge: `badge`,
|
|
13628
|
-
menuItemIcon: `menu-item-icon ${
|
|
13629
|
-
menuItemLabel: `menu-item-label ${
|
|
13628
|
+
menuItemIcon: `menu-item-icon ${_0$9}`,
|
|
13629
|
+
menuItemLabel: `menu-item-label ${_1$3}`,
|
|
13630
13630
|
menuItemActive: `menu-item-active`,
|
|
13631
13631
|
menuItemDestructive: `menu-item-destructive`,
|
|
13632
13632
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -13635,7 +13635,7 @@ var Menu_module_default = {
|
|
|
13635
13635
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
13636
13636
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
13637
13637
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
13638
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
13638
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_0$9}`,
|
|
13639
13639
|
menuItemSelected: `menu-item-selected`,
|
|
13640
13640
|
menuItemCommand: `menu-item-command`,
|
|
13641
13641
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -15223,16 +15223,16 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
15223
15223
|
});
|
|
15224
15224
|
//#endregion
|
|
15225
15225
|
//#region src/css/component/Pagination.module.scss
|
|
15226
|
-
var { "
|
|
15226
|
+
var { "secondaryButton": _0$8, "secondaryButtonIcon": _1$2, "secondaryButtonLabel": _2$1 } = Button_module_default;
|
|
15227
15227
|
var Pagination_module_default = {
|
|
15228
15228
|
pagination: `pagination`,
|
|
15229
|
-
paginationButton: `pagination-button ${
|
|
15229
|
+
paginationButton: `pagination-button ${_0$8}`,
|
|
15230
15230
|
secondaryButton: `secondary-button`,
|
|
15231
15231
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
15232
15232
|
paginationButtonCurrent: `pagination-button-current`,
|
|
15233
15233
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
15234
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
15235
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
15234
|
+
paginationButtonIcon: `pagination-button-icon ${_1$2}`,
|
|
15235
|
+
paginationButtonLabel: `pagination-button-label ${_2$1}`,
|
|
15236
15236
|
paginationBar: `pagination-bar`,
|
|
15237
15237
|
paginationBarLimit: `pagination-bar-limit`,
|
|
15238
15238
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|
|
@@ -15494,13 +15494,13 @@ var FluxPaginationBar_default = /* @__PURE__ */ defineComponent({
|
|
|
15494
15494
|
});
|
|
15495
15495
|
//#endregion
|
|
15496
15496
|
//#region src/css/component/Table.module.scss
|
|
15497
|
-
var { "
|
|
15497
|
+
var { "basePaneElement": _0$7, "basePaneLoader": _1$1 } = Pane_module_default$1;
|
|
15498
15498
|
var Table_module_default = {
|
|
15499
|
-
table: `table ${
|
|
15499
|
+
table: `table ${_0$7}`,
|
|
15500
15500
|
tableBase: `table-base`,
|
|
15501
15501
|
tableFill: `table-fill`,
|
|
15502
15502
|
tablePagination: `table-pagination`,
|
|
15503
|
-
tableLoader: `table-loader ${
|
|
15503
|
+
tableLoader: `table-loader ${_1$1}`,
|
|
15504
15504
|
tableRow: `table-row`,
|
|
15505
15505
|
tableCell: `table-cell`,
|
|
15506
15506
|
tableCellContent: `table-cell-content`,
|