@flux-ui/components 3.0.0-next.45 → 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 +8 -1
- package/dist/index.js +39 -38
- 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
|
@@ -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`
|
|
@@ -8276,11 +8277,11 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
8276
8277
|
});
|
|
8277
8278
|
//#endregion
|
|
8278
8279
|
//#region src/css/component/Action.module.scss
|
|
8279
|
-
var { "
|
|
8280
|
+
var { "buttonIcon": _0$16, "buttonLabel": _1$8, "button": _2$5 } = Button_module_default$1;
|
|
8280
8281
|
var Action_module_default = {
|
|
8281
|
-
action: `action ${
|
|
8282
|
+
action: `action ${_2$5}`,
|
|
8282
8283
|
spinner: `spinner`,
|
|
8283
|
-
actionIcon: `action-icon ${
|
|
8284
|
+
actionIcon: `action-icon ${_0$16}`,
|
|
8284
8285
|
isDestructive: `is-destructive`,
|
|
8285
8286
|
actionLabel: `action-label ${_1$8}`,
|
|
8286
8287
|
actionBar: `action-bar`,
|
|
@@ -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`,
|
|
@@ -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`,
|
|
@@ -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`,
|
|
@@ -19664,7 +19665,7 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
|
|
|
19664
19665
|
});
|
|
19665
19666
|
//#endregion
|
|
19666
19667
|
//#region src/css/component/Stepper.module.scss
|
|
19667
|
-
var { "
|
|
19668
|
+
var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticles": _2 } = {
|
|
19668
19669
|
sparklesContainer: `sparkles-container`,
|
|
19669
19670
|
sparklesParticles: `sparkles-particles`,
|
|
19670
19671
|
sparklesContainerActive: `sparkles-container-active`,
|
|
@@ -19675,11 +19676,11 @@ var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticl
|
|
|
19675
19676
|
var Stepper_module_default = {
|
|
19676
19677
|
stepperStep: `stepper-step`,
|
|
19677
19678
|
stepperSteps: `stepper-steps`,
|
|
19678
|
-
stepperStepsItem: `stepper-steps-item ${
|
|
19679
|
+
stepperStepsItem: `stepper-steps-item ${_0$2}`,
|
|
19679
19680
|
icon: `icon`,
|
|
19680
|
-
stepperStepsItemComplete: `stepper-steps-item-complete ${
|
|
19681
|
-
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${
|
|
19682
|
-
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${
|
|
19681
|
+
stepperStepsItemComplete: `stepper-steps-item-complete ${_1} stepper-steps-item ${_0$2}`,
|
|
19682
|
+
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_0$2}`,
|
|
19683
|
+
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_0$2}`,
|
|
19683
19684
|
stepperStepsItemParticles: `stepper-steps-item-particles ${_2}`
|
|
19684
19685
|
};
|
|
19685
19686
|
//#endregion
|