@flux-ui/components 3.0.0-next.45 → 3.0.0-next.47
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 +8 -1
- package/dist/index.js +28 -27
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/css/component/base/Button.module.scss +9 -0
- package/src/css/typography.scss +1 -1
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;
|
package/dist/index.js
CHANGED
|
@@ -4926,7 +4926,7 @@ function j$1(e, t, n, r, i, o) {
|
|
|
4926
4926
|
//#region ../internals/dist/data/index.js
|
|
4927
4927
|
var oe = `#ef4444`, se = `#dc2626`, _e = `#f97316`, ve = `#ea580c`, Oe = `#f59e0b`, ke = `#d97706`, ze = `#eab308`, Be = `#ca8a04`, Xe = `#84cc16`, Ze = `#65a30d`, st = `#22c55e`, ct = `#16a34a`, vt = `#10b981`, yt = `#059669`, kt = `#14b8a6`, At = `#0d9488`, Bt = `#06b6d4`, Vt = `#0891b2`, Zt = `#0ea5e9`, Qt = `#0284c7`, ln = `#3b82f6`, un = `#2563eb`, bn = `#6366f1`, xn = `#4f46e5`, jn = `#8b5cf6`, Mn = `#7c3aed`, Hn = `#a855f7`, Un = `#9333ea`, $n = `#d946ef`, er = `#c026d3`, ur = `#ec4899`, dr = `#db2777`, xr = `#f43f5e`, Sr = `#e11d48`;
|
|
4928
4928
|
//#endregion
|
|
4929
|
-
//#region ../internals/dist/directive-
|
|
4929
|
+
//#region ../internals/dist/directive-Dprka-AO.js
|
|
4930
4930
|
var i = class {
|
|
4931
4931
|
#e;
|
|
4932
4932
|
#t;
|
|
@@ -4946,7 +4946,7 @@ var i = class {
|
|
|
4946
4946
|
let { height: e } = getComputedStyle(this.#e);
|
|
4947
4947
|
this.#e.style.height = `auto`;
|
|
4948
4948
|
let { height: t } = getComputedStyle(this.#e);
|
|
4949
|
-
this.#e.style.height = e, t !== e && (getComputedStyle(this.#e), requestAnimationFrame(() =>
|
|
4949
|
+
this.#e.style.height = e, t !== e && (getComputedStyle(this.#e), requestAnimationFrame(() => this.#e.style.height = t));
|
|
4950
4950
|
}
|
|
4951
4951
|
}, a = {
|
|
4952
4952
|
beforeUnmount(e) {
|
|
@@ -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 { "button": _0$15, "
|
|
8351
|
+
var { "button": _0$15, "buttonLabel": _1$7, "buttonIcon": _2$4 } = Button_module_default$1;
|
|
8351
8352
|
var Button_module_default = {
|
|
8352
8353
|
primaryButton: `primary-button ${_0$15}`,
|
|
8353
8354
|
spinner: `spinner`,
|
|
8354
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
8355
|
-
primaryButtonLabel: `primary-button-label ${
|
|
8355
|
+
primaryButtonIcon: `primary-button-icon ${_2$4}`,
|
|
8356
|
+
primaryButtonLabel: `primary-button-label ${_1$7}`,
|
|
8356
8357
|
secondaryButton: `secondary-button ${_0$15}`,
|
|
8357
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
8358
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
8358
|
+
secondaryButtonIcon: `secondary-button-icon ${_2$4}`,
|
|
8359
|
+
secondaryButtonLabel: `secondary-button-label ${_1$7}`,
|
|
8359
8360
|
destructiveButton: `destructive-button ${_0$15}`,
|
|
8360
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
8361
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
8361
|
+
destructiveButtonIcon: `destructive-button-icon ${_2$4}`,
|
|
8362
|
+
destructiveButtonLabel: `destructive-button-label ${_1$7}`,
|
|
8362
8363
|
baseLinkButton: `base-link-button ${_0$15}`,
|
|
8363
8364
|
primaryLinkButton: `primary-link-button base-link-button ${_0$15}`,
|
|
8364
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
8365
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
8365
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_2$4}`,
|
|
8366
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_1$7}`,
|
|
8366
8367
|
secondaryLinkButton: `secondary-link-button base-link-button ${_0$15}`,
|
|
8367
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
8368
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
8368
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_2$4}`,
|
|
8369
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_1$7}`,
|
|
8369
8370
|
linkButton: `link-button ${_0$15}`,
|
|
8370
|
-
linkButtonIcon: `link-button-icon ${
|
|
8371
|
+
linkButtonIcon: `link-button-icon ${_2$4}`,
|
|
8371
8372
|
icon: `icon`,
|
|
8372
|
-
linkButtonLabel: `link-button-label ${
|
|
8373
|
+
linkButtonLabel: `link-button-label ${_1$7}`,
|
|
8373
8374
|
publishButton: `publish-button primary-button ${_0$15}`,
|
|
8374
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
8375
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
8375
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_2$4}`,
|
|
8376
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_1$7}`,
|
|
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, "buttonIcon": _1$5, "buttonLabel": _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 ${_1$5}`,
|
|
10258
|
+
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
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 ${_1$5}`,
|
|
10267
10268
|
menuItemSelected: `menu-item-selected`,
|
|
10268
10269
|
menuItemCommand: `menu-item-command`,
|
|
10269
10270
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -13317,15 +13318,15 @@ 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, "secondaryButton": _1$3, "secondaryButtonLabel": _2$1 } = Button_module_default;
|
|
13321
13322
|
var Pagination_module_default = {
|
|
13322
13323
|
pagination: `pagination`,
|
|
13323
|
-
paginationButton: `pagination-button ${
|
|
13324
|
+
paginationButton: `pagination-button ${_1$3}`,
|
|
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
|
+
paginationButtonIcon: `pagination-button-icon ${_0$9}`,
|
|
13329
13330
|
paginationButtonLabel: `pagination-button-label ${_2$1}`,
|
|
13330
13331
|
paginationBar: `pagination-bar`,
|
|
13331
13332
|
paginationBarLimit: `pagination-bar-limit`,
|
|
@@ -13588,13 +13589,13 @@ var FluxPaginationBar_default = /* @__PURE__ */ defineComponent({
|
|
|
13588
13589
|
});
|
|
13589
13590
|
//#endregion
|
|
13590
13591
|
//#region src/css/component/Table.module.scss
|
|
13591
|
-
var { "
|
|
13592
|
+
var { "basePaneElement": _0$8, "basePaneLoader": _1$2 } = Pane_module_default$1;
|
|
13592
13593
|
var Table_module_default = {
|
|
13593
|
-
table: `table ${
|
|
13594
|
+
table: `table ${_0$8}`,
|
|
13594
13595
|
tableBase: `table-base`,
|
|
13595
13596
|
tableFill: `table-fill`,
|
|
13596
13597
|
tablePagination: `table-pagination`,
|
|
13597
|
-
tableLoader: `table-loader ${
|
|
13598
|
+
tableLoader: `table-loader ${_1$2}`,
|
|
13598
13599
|
tableRow: `table-row`,
|
|
13599
13600
|
tableCell: `table-cell`,
|
|
13600
13601
|
tableCellContent: `table-cell-content`,
|