@flux-ui/components 3.0.0-next.69 → 3.0.0-next.70
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.js +44 -47
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -2369,7 +2369,7 @@ function useTooltipInjection_default() {
|
|
|
2369
2369
|
return inject(FluxTooltipInjectionKey, { calculate: () => void 0 });
|
|
2370
2370
|
}
|
|
2371
2371
|
//#endregion
|
|
2372
|
-
//#region ../../node_modules/.bun/@basmilius+utils@3.
|
|
2372
|
+
//#region ../../node_modules/.bun/@basmilius+utils@3.35.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
|
|
2373
2373
|
function t$1(e, t) {
|
|
2374
2374
|
return Math.round(e / t) * t;
|
|
2375
2375
|
}
|
|
@@ -5767,14 +5767,11 @@ var convertOklabToRgb = (c) => convertLrgbToRgb(convertOklabToLrgb(c));
|
|
|
5767
5767
|
function toe(x) {
|
|
5768
5768
|
const k_1 = .206;
|
|
5769
5769
|
const k_2 = .03;
|
|
5770
|
-
const k_3 =
|
|
5770
|
+
const k_3 = 1.206 / 1.03;
|
|
5771
5771
|
return .5 * (k_3 * x - k_1 + Math.sqrt((k_3 * x - k_1) * (k_3 * x - k_1) + 4 * k_2 * k_3 * x));
|
|
5772
5772
|
}
|
|
5773
5773
|
function toe_inv(x) {
|
|
5774
|
-
|
|
5775
|
-
const k_2 = .03;
|
|
5776
|
-
const k_3 = (1 + k_1) / (1 + k_2);
|
|
5777
|
-
return (x * x + k_1 * x) / (k_3 * (x + k_2));
|
|
5774
|
+
return (x * x + .206 * x) / (1.206 / 1.03 * (x + .03));
|
|
5778
5775
|
}
|
|
5779
5776
|
function compute_max_saturation(a, b) {
|
|
5780
5777
|
let k0, k1, k2, k3, k4, wl, wm, ws;
|
|
@@ -6588,7 +6585,7 @@ useMode(definition$2);
|
|
|
6588
6585
|
useMode(definition$1);
|
|
6589
6586
|
useMode(definition);
|
|
6590
6587
|
//#endregion
|
|
6591
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
6588
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.35.0+f97c77f67c914c00/node_modules/@basmilius/http-client/dist/index.mjs
|
|
6592
6589
|
function adapter_default(Parent) {
|
|
6593
6590
|
return class extends Parent {
|
|
6594
6591
|
constructor(...args) {
|
|
@@ -7919,13 +7916,13 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
7919
7916
|
});
|
|
7920
7917
|
//#endregion
|
|
7921
7918
|
//#region src/css/component/Action.module.scss
|
|
7922
|
-
var { "
|
|
7919
|
+
var { "buttonLabel": _0$15, "button": _1$6, "buttonIcon": _2$5 } = Button_module_default$1;
|
|
7923
7920
|
var Action_module_default = {
|
|
7924
7921
|
action: `action ${_1$6}`,
|
|
7925
7922
|
spinner: `spinner`,
|
|
7926
|
-
actionIcon: `action-icon ${
|
|
7923
|
+
actionIcon: `action-icon ${_2$5}`,
|
|
7927
7924
|
isDestructive: `is-destructive`,
|
|
7928
|
-
actionLabel: `action-label ${
|
|
7925
|
+
actionLabel: `action-label ${_0$15}`,
|
|
7929
7926
|
actionBar: `action-bar`,
|
|
7930
7927
|
separator: `separator`,
|
|
7931
7928
|
formInput: `form-input`,
|
|
@@ -9290,32 +9287,32 @@ function useTreeView(params) {
|
|
|
9290
9287
|
}
|
|
9291
9288
|
//#endregion
|
|
9292
9289
|
//#region src/css/component/Button.module.scss
|
|
9293
|
-
var { "
|
|
9290
|
+
var { "buttonLabel": _0$14, "buttonIcon": _1$5, "button": _2$4 } = Button_module_default$1;
|
|
9294
9291
|
var Button_module_default = {
|
|
9295
|
-
primaryButton: `primary-button ${
|
|
9292
|
+
primaryButton: `primary-button ${_2$4}`,
|
|
9296
9293
|
spinner: `spinner`,
|
|
9297
|
-
primaryButtonIcon: `primary-button-icon ${
|
|
9298
|
-
primaryButtonLabel: `primary-button-label ${
|
|
9299
|
-
secondaryButton: `secondary-button ${
|
|
9300
|
-
secondaryButtonIcon: `secondary-button-icon ${
|
|
9301
|
-
secondaryButtonLabel: `secondary-button-label ${
|
|
9302
|
-
destructiveButton: `destructive-button ${
|
|
9303
|
-
destructiveButtonIcon: `destructive-button-icon ${
|
|
9304
|
-
destructiveButtonLabel: `destructive-button-label ${
|
|
9305
|
-
baseLinkButton: `base-link-button ${
|
|
9306
|
-
primaryLinkButton: `primary-link-button base-link-button ${
|
|
9307
|
-
primaryLinkButtonIcon: `primary-link-button-icon ${
|
|
9308
|
-
primaryLinkButtonLabel: `primary-link-button-label ${
|
|
9309
|
-
secondaryLinkButton: `secondary-link-button base-link-button ${
|
|
9310
|
-
secondaryLinkButtonIcon: `secondary-link-button-icon ${
|
|
9311
|
-
secondaryLinkButtonLabel: `secondary-link-button-label ${
|
|
9312
|
-
linkButton: `link-button ${
|
|
9313
|
-
linkButtonIcon: `link-button-icon ${
|
|
9294
|
+
primaryButtonIcon: `primary-button-icon ${_1$5}`,
|
|
9295
|
+
primaryButtonLabel: `primary-button-label ${_0$14}`,
|
|
9296
|
+
secondaryButton: `secondary-button ${_2$4}`,
|
|
9297
|
+
secondaryButtonIcon: `secondary-button-icon ${_1$5}`,
|
|
9298
|
+
secondaryButtonLabel: `secondary-button-label ${_0$14}`,
|
|
9299
|
+
destructiveButton: `destructive-button ${_2$4}`,
|
|
9300
|
+
destructiveButtonIcon: `destructive-button-icon ${_1$5}`,
|
|
9301
|
+
destructiveButtonLabel: `destructive-button-label ${_0$14}`,
|
|
9302
|
+
baseLinkButton: `base-link-button ${_2$4}`,
|
|
9303
|
+
primaryLinkButton: `primary-link-button base-link-button ${_2$4}`,
|
|
9304
|
+
primaryLinkButtonIcon: `primary-link-button-icon ${_1$5}`,
|
|
9305
|
+
primaryLinkButtonLabel: `primary-link-button-label ${_0$14}`,
|
|
9306
|
+
secondaryLinkButton: `secondary-link-button base-link-button ${_2$4}`,
|
|
9307
|
+
secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$5}`,
|
|
9308
|
+
secondaryLinkButtonLabel: `secondary-link-button-label ${_0$14}`,
|
|
9309
|
+
linkButton: `link-button ${_2$4}`,
|
|
9310
|
+
linkButtonIcon: `link-button-icon ${_1$5}`,
|
|
9314
9311
|
icon: `icon`,
|
|
9315
|
-
linkButtonLabel: `link-button-label ${
|
|
9316
|
-
publishButton: `publish-button primary-button ${
|
|
9317
|
-
publishButtonIcon: `publish-button-icon primary-button-icon ${
|
|
9318
|
-
publishButtonLabel: `publish-button-label primary-button-label ${
|
|
9312
|
+
linkButtonLabel: `link-button-label ${_0$14}`,
|
|
9313
|
+
publishButton: `publish-button primary-button ${_2$4}`,
|
|
9314
|
+
publishButtonIcon: `publish-button-icon primary-button-icon ${_1$5}`,
|
|
9315
|
+
publishButtonLabel: `publish-button-label primary-button-label ${_0$14}`,
|
|
9319
9316
|
publishButtonAnimation: `publish-button-animation`,
|
|
9320
9317
|
isDone: `is-done`,
|
|
9321
9318
|
publishButtonAnimationArrow: `publish-button-animation-arrow`,
|
|
@@ -11822,7 +11819,7 @@ var FluxCalendar_default = /* @__PURE__ */ defineComponent({
|
|
|
11822
11819
|
const TIME_GRID_KEY_DELTAS = {
|
|
11823
11820
|
left: { day: -1 },
|
|
11824
11821
|
right: { day: 1 },
|
|
11825
|
-
up: { minute: -
|
|
11822
|
+
up: { minute: -30 },
|
|
11826
11823
|
down: { minute: SNAP_MINUTES }
|
|
11827
11824
|
};
|
|
11828
11825
|
const emit = __emit;
|
|
@@ -13847,7 +13844,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
|
|
|
13847
13844
|
});
|
|
13848
13845
|
//#endregion
|
|
13849
13846
|
//#region src/css/component/Menu.module.scss
|
|
13850
|
-
var { "
|
|
13847
|
+
var { "button": _0$9, "buttonIcon": _1$3, "buttonLabel": _2$2 } = Button_module_default$1;
|
|
13851
13848
|
var Menu_module_default = {
|
|
13852
13849
|
menu: `menu`,
|
|
13853
13850
|
menuNormal: `menu-normal menu`,
|
|
@@ -13855,9 +13852,9 @@ var Menu_module_default = {
|
|
|
13855
13852
|
menuGroup: `menu-group`,
|
|
13856
13853
|
menuGroupHorizontal: `menu-group-horizontal menu-group`,
|
|
13857
13854
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
13858
|
-
menuItem: `menu-item ${
|
|
13855
|
+
menuItem: `menu-item ${_0$9}`,
|
|
13859
13856
|
badge: `badge`,
|
|
13860
|
-
menuItemIcon: `menu-item-icon ${
|
|
13857
|
+
menuItemIcon: `menu-item-icon ${_1$3}`,
|
|
13861
13858
|
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
13862
13859
|
menuItemActive: `menu-item-active`,
|
|
13863
13860
|
menuItemDestructive: `menu-item-destructive`,
|
|
@@ -13867,7 +13864,7 @@ var Menu_module_default = {
|
|
|
13867
13864
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
13868
13865
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
13869
13866
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
13870
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
13867
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_1$3}`,
|
|
13871
13868
|
menuItemSelected: `menu-item-selected`,
|
|
13872
13869
|
menuItemCommand: `menu-item-command`,
|
|
13873
13870
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -15455,16 +15452,16 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
15455
15452
|
});
|
|
15456
15453
|
//#endregion
|
|
15457
15454
|
//#region src/css/component/Pagination.module.scss
|
|
15458
|
-
var { "
|
|
15455
|
+
var { "secondaryButtonLabel": _0$8, "secondaryButton": _1$2, "secondaryButtonIcon": _2$1 } = Button_module_default;
|
|
15459
15456
|
var Pagination_module_default = {
|
|
15460
15457
|
pagination: `pagination`,
|
|
15461
|
-
paginationButton: `pagination-button ${
|
|
15458
|
+
paginationButton: `pagination-button ${_1$2}`,
|
|
15462
15459
|
secondaryButton: `secondary-button`,
|
|
15463
15460
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
15464
15461
|
paginationButtonCurrent: `pagination-button-current`,
|
|
15465
15462
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
15466
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
15467
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
15463
|
+
paginationButtonIcon: `pagination-button-icon ${_2$1}`,
|
|
15464
|
+
paginationButtonLabel: `pagination-button-label ${_0$8}`,
|
|
15468
15465
|
paginationBar: `pagination-bar`,
|
|
15469
15466
|
paginationBarLimit: `pagination-bar-limit`,
|
|
15470
15467
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|
|
@@ -22553,7 +22550,7 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
|
|
|
22553
22550
|
});
|
|
22554
22551
|
//#endregion
|
|
22555
22552
|
//#region src/css/component/Stepper.module.scss
|
|
22556
|
-
var { "
|
|
22553
|
+
var { "sparklesContainerActive": _0$2, "sparklesContainer": _1, "sparklesParticles": _2 } = {
|
|
22557
22554
|
sparklesContainer: `sparkles-container`,
|
|
22558
22555
|
sparklesParticles: `sparkles-particles`,
|
|
22559
22556
|
sparklesContainerActive: `sparkles-container-active`,
|
|
@@ -22564,11 +22561,11 @@ var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticl
|
|
|
22564
22561
|
var Stepper_module_default = {
|
|
22565
22562
|
stepperStep: `stepper-step`,
|
|
22566
22563
|
stepperSteps: `stepper-steps`,
|
|
22567
|
-
stepperStepsItem: `stepper-steps-item ${
|
|
22564
|
+
stepperStepsItem: `stepper-steps-item ${_1}`,
|
|
22568
22565
|
icon: `icon`,
|
|
22569
|
-
stepperStepsItemComplete: `stepper-steps-item-complete ${
|
|
22570
|
-
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${
|
|
22571
|
-
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${
|
|
22566
|
+
stepperStepsItemComplete: `stepper-steps-item-complete ${_0$2} stepper-steps-item ${_1}`,
|
|
22567
|
+
stepperStepsItemCurrent: `stepper-steps-item-current stepper-steps-item ${_1}`,
|
|
22568
|
+
stepperStepsItemIdle: `stepper-steps-item-idle stepper-steps-item ${_1}`,
|
|
22572
22569
|
stepperStepsItemParticles: `stepper-steps-item-particles ${_2}`
|
|
22573
22570
|
};
|
|
22574
22571
|
//#endregion
|