@flux-ui/dashboard 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 +4 -7
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Fragment, createBlock, createCommentVNode, createElementBlock, createElementVNode, createVNode, customRef, defineComponent, guardReactiveProps, inject, markRaw, mergeProps, normalizeClass, normalizeProps, openBlock, provide, ref, renderList, renderSlot, resolveComponent, toDisplayString, unref, useSlots, watch, withCtx } from "vue";
|
|
2
2
|
import { DateTime } from "luxon";
|
|
3
3
|
import { FluxIcon, FluxMenuItem, FluxSpacer } from "@flux-ui/components";
|
|
4
|
-
//#region ../../node_modules/.bun/@basmilius+utils@3.
|
|
4
|
+
//#region ../../node_modules/.bun/@basmilius+utils@3.35.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
|
|
5
5
|
function x(e) {
|
|
6
6
|
let t = {};
|
|
7
7
|
do {
|
|
@@ -2281,14 +2281,11 @@ var convertOklabToRgb = (c) => convertLrgbToRgb(convertOklabToLrgb(c));
|
|
|
2281
2281
|
function toe(x) {
|
|
2282
2282
|
const k_1 = .206;
|
|
2283
2283
|
const k_2 = .03;
|
|
2284
|
-
const k_3 =
|
|
2284
|
+
const k_3 = 1.206 / 1.03;
|
|
2285
2285
|
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));
|
|
2286
2286
|
}
|
|
2287
2287
|
function toe_inv(x) {
|
|
2288
|
-
|
|
2289
|
-
const k_2 = .03;
|
|
2290
|
-
const k_3 = (1 + k_1) / (1 + k_2);
|
|
2291
|
-
return (x * x + k_1 * x) / (k_3 * (x + k_2));
|
|
2288
|
+
return (x * x + .206 * x) / (1.206 / 1.03 * (x + .03));
|
|
2292
2289
|
}
|
|
2293
2290
|
function compute_max_saturation(a, b) {
|
|
2294
2291
|
let k0, k1, k2, k3, k4, wl, wm, ws;
|
|
@@ -3102,7 +3099,7 @@ useMode(definition$2);
|
|
|
3102
3099
|
useMode(definition$1);
|
|
3103
3100
|
useMode(definition);
|
|
3104
3101
|
//#endregion
|
|
3105
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
3102
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.35.0+f97c77f67c914c00/node_modules/@basmilius/http-client/dist/index.mjs
|
|
3106
3103
|
function adapter_default(Parent) {
|
|
3107
3104
|
return class extends Parent {
|
|
3108
3105
|
constructor(...args) {
|