@mittwald/flow-react-components 0.1.0-alpha.419 → 0.1.0-alpha.420
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/CHANGELOG.md +13 -0
- package/dist/js/{Action-C6RX6wSX.js → Action-DdTtAlW3.js} +13 -13
- package/dist/js/Action.js +1 -1
- package/dist/js/{ActionGroup-BlCWYd6L.js → ActionGroup-CkZ5q2Vq.js} +1 -1
- package/dist/js/ActionGroup.js +1 -1
- package/dist/js/{CodeBlock-CuioozIA.js → CodeBlock-CO_A4KZ1.js} +1 -1
- package/dist/js/CodeBlock.js +1 -1
- package/dist/js/ComboBox.js +3 -3
- package/dist/js/ContextMenu.js +3 -3
- package/dist/js/{ContextMenuSection-CMK-apnP.js → ContextMenuSection-D1i0qzNl.js} +1 -1
- package/dist/js/{ContextMenuTrigger-D-IVwEDc.js → ContextMenuTrigger-Bc1ziP-n.js} +5 -5
- package/dist/js/ContextualHelp.js +3 -3
- package/dist/js/{CopyButton-CVs_yxoq.js → CopyButton-B3sou0WM.js} +1 -1
- package/dist/js/CopyButton.js +1 -1
- package/dist/js/DatePicker.js +2 -2
- package/dist/js/DateRangePicker.js +2 -2
- package/dist/js/LightBox.js +3 -3
- package/dist/js/List.js +198 -198
- package/dist/js/Markdown.js +1 -1
- package/dist/js/Modal.js +3 -3
- package/dist/js/NotificationProvider.js +9 -9
- package/dist/js/{Option-gR-s-VhK.js → Option-Cj18P7AI.js} +1 -1
- package/dist/js/{Overlay-BwfQD0k1.js → Overlay-C9X7ovU-.js} +2 -2
- package/dist/js/{OverlayTrigger-j2zD8W4S.js → OverlayTrigger-AlmeaOft.js} +1 -1
- package/dist/js/{Popover-BXgT1HK0.js → Popover-CUcQMlfm.js} +2 -2
- package/dist/js/Popover.js +2 -2
- package/dist/js/{Section-BOVKcyG5.js → Section-D_VzVuOz.js} +1 -1
- package/dist/js/Section.js +1 -1
- package/dist/js/Select.js +2 -2
- package/dist/js/Tabs.js +2 -2
- package/dist/js/{context-BaYmTa0I.js → context-JScptH87.js} +10 -10
- package/dist/js/controller.js +2 -2
- package/dist/js/{getActionGroupSlot-BHzMGEA7.js → getActionGroupSlot-ByIakli9.js} +7 -7
- package/dist/js/hooks.js +1 -1
- package/dist/js/react-hook-form.js +1 -1
- package/dist/js/types/components/List/model/loading/IncrementalLoaderState.d.ts +1 -1
- package/dist/js/types/lib/hooks/useStatic.d.ts +1 -0
- package/dist/js/{useOverlayController-BwSJj4Ly.js → useOverlayController-ZXQCcFC-.js} +1 -1
- package/dist/js/useStatic-FXPyFF3K.js +14 -0
- package/package.json +4 -4
- package/dist/js/useSelector-DpU7_HMO.js +0 -13
package/dist/js/Markdown.js
CHANGED
|
@@ -7,7 +7,7 @@ import { T as m } from "./Text-C7Akf24Y.js";
|
|
|
7
7
|
import { I as g } from "./InlineCode-6EfCoef4.js";
|
|
8
8
|
import { H as n } from "./Heading-s0GGZftx.js";
|
|
9
9
|
import { S as k } from "./Separator-BCaor8Yd.js";
|
|
10
|
-
import { C as N } from "./CodeBlock-
|
|
10
|
+
import { C as N } from "./CodeBlock-CO_A4KZ1.js";
|
|
11
11
|
const v = "flow--markdown", r = {
|
|
12
12
|
markdown: v
|
|
13
13
|
}, A = (d) => {
|
package/dist/js/Modal.js
CHANGED
|
@@ -8,15 +8,15 @@ import "@react-aria/utils";
|
|
|
8
8
|
import "remeda";
|
|
9
9
|
import { TunnelProvider as g, TunnelExit as u } from "@mittwald/react-tunnel";
|
|
10
10
|
import { f as v } from "./flowComponent-B1r5sCmz.js";
|
|
11
|
-
import { O as w } from "./Overlay-
|
|
11
|
+
import { O as w } from "./Overlay-C9X7ovU-.js";
|
|
12
12
|
import { H as h } from "./Header-DzHecOxx.js";
|
|
13
|
-
import { A as C } from "./Action-
|
|
13
|
+
import { A as C } from "./Action-DdTtAlW3.js";
|
|
14
14
|
import { B as E } from "./Button-BHFXhYtp.js";
|
|
15
15
|
import "@tabler/icons-react";
|
|
16
16
|
import "./Icon-mUEZToWz.js";
|
|
17
17
|
import { I as z } from "./IconClose-njz0vW4D.js";
|
|
18
18
|
import * as y from "react-aria-components";
|
|
19
|
-
import { a as N } from "./OverlayTrigger-
|
|
19
|
+
import { a as N } from "./OverlayTrigger-AlmeaOft.js";
|
|
20
20
|
const P = "flow--modal", T = "flow--modal--off-canvas", x = "flow--modal--header", M = "flow--modal--content", O = "flow--modal--action-group", A = "flow--modal--left", e = {
|
|
21
21
|
modal: P,
|
|
22
22
|
offCanvas: T,
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
var C = Object.defineProperty;
|
|
4
4
|
var w = (o, t, e) => t in o ? C(o, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[t] = e;
|
|
5
5
|
var n = (o, t, e) => w(o, typeof t != "symbol" ? t + "" : t, e);
|
|
6
|
-
import s, {
|
|
7
|
-
import { u as g } from "./
|
|
6
|
+
import s, { cloneElement as A, Suspense as v, createContext as D, useContext as E } from "react";
|
|
7
|
+
import { u as N, a as g } from "./useStatic-FXPyFF3K.js";
|
|
8
8
|
import { makeObservable as x, observable as y, action as u } from "mobx";
|
|
9
9
|
import { Duration as m, DateTime as l } from "luxon";
|
|
10
10
|
import b from "react-dom";
|
|
11
11
|
import I from "clsx";
|
|
12
|
-
import { LazyMotion as M, domAnimation as
|
|
12
|
+
import { LazyMotion as M, domAnimation as S, AnimatePresence as P, m as k } from "framer-motion";
|
|
13
13
|
import { useIsSSR as L } from "react-aria";
|
|
14
14
|
class R {
|
|
15
15
|
constructor() {
|
|
@@ -66,7 +66,7 @@ class r {
|
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
68
|
static useNew() {
|
|
69
|
-
return
|
|
69
|
+
return N(() => new r());
|
|
70
70
|
}
|
|
71
71
|
useNotifications() {
|
|
72
72
|
return g(() => Array.from(this.notificationsData.values()));
|
|
@@ -93,7 +93,7 @@ const B = "flow--notification-provider--notification-container", O = "flow--noti
|
|
|
93
93
|
notification: O
|
|
94
94
|
}, z = (o) => {
|
|
95
95
|
const { notification: t, controller: e } = o;
|
|
96
|
-
return
|
|
96
|
+
return A(t.element, {
|
|
97
97
|
onMouseEnter: () => {
|
|
98
98
|
t.element.props.autoClose && t.meta.autoCloseTimer.pause();
|
|
99
99
|
},
|
|
@@ -112,7 +112,7 @@ const B = "flow--notification-provider--notification-container", O = "flow--noti
|
|
|
112
112
|
}
|
|
113
113
|
});
|
|
114
114
|
}, F = (o) => {
|
|
115
|
-
const { className: t, ...e } = o, i = j(), a = i.useNotifications(), p = L(), h = I(d.notificationContainer, t), T = /* @__PURE__ */ s.createElement(M, { features:
|
|
115
|
+
const { className: t, ...e } = o, i = j(), a = i.useNotifications(), p = L(), h = I(d.notificationContainer, t), T = /* @__PURE__ */ s.createElement(M, { features: S }, /* @__PURE__ */ s.createElement("div", { className: h, ...e }, /* @__PURE__ */ s.createElement(P, null, a.map((c) => /* @__PURE__ */ s.createElement(
|
|
116
116
|
k.div,
|
|
117
117
|
{
|
|
118
118
|
className: d.notification,
|
|
@@ -124,7 +124,7 @@ const B = "flow--notification-provider--notification-container", O = "flow--noti
|
|
|
124
124
|
bounce: 0
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
/* @__PURE__ */ s.createElement(
|
|
127
|
+
/* @__PURE__ */ s.createElement(v, null, /* @__PURE__ */ s.createElement(
|
|
128
128
|
z,
|
|
129
129
|
{
|
|
130
130
|
notification: c,
|
|
@@ -133,9 +133,9 @@ const B = "flow--notification-provider--notification-container", O = "flow--noti
|
|
|
133
133
|
))
|
|
134
134
|
)))));
|
|
135
135
|
return p ? null : b.createPortal(T, document.body);
|
|
136
|
-
}, f =
|
|
136
|
+
}, f = D(
|
|
137
137
|
new r()
|
|
138
|
-
), j = () =>
|
|
138
|
+
), j = () => E(f), X = (o) => {
|
|
139
139
|
const { children: t, ...e } = o, i = r.useNew();
|
|
140
140
|
return /* @__PURE__ */ s.createElement(f.Provider, { value: i }, /* @__PURE__ */ s.createElement(F, { ...e }), t);
|
|
141
141
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import c from "react";
|
|
4
4
|
import * as i from "react-aria-components";
|
|
5
|
-
import { P as m } from "./Popover-
|
|
5
|
+
import { P as m } from "./Popover-CUcQMlfm.js";
|
|
6
6
|
import p from "clsx";
|
|
7
7
|
import { f } from "./flowComponent-B1r5sCmz.js";
|
|
8
8
|
const w = "flow--options--popover", v = "flow--options", a = {
|
|
@@ -4,8 +4,8 @@ import * as r from "react-aria-components";
|
|
|
4
4
|
import e from "react";
|
|
5
5
|
import v from "clsx";
|
|
6
6
|
import "mobx";
|
|
7
|
-
import { u as O } from "./useOverlayController-
|
|
8
|
-
import { O as f } from "./OverlayTrigger-
|
|
7
|
+
import { u as O } from "./useOverlayController-ZXQCcFC-.js";
|
|
8
|
+
import { O as f } from "./OverlayTrigger-AlmeaOft.js";
|
|
9
9
|
const u = "flow--overlay", d = {
|
|
10
10
|
overlay: u,
|
|
11
11
|
"overlay-fade": "flow--overlay--overlay-fade"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
|
-
import { u as m, o as v, O as y } from "./context-
|
|
4
|
+
import { u as m, o as v, O as y } from "./context-JScptH87.js";
|
|
5
5
|
import "./propsContext-DzAKlmhS.js";
|
|
6
6
|
import { PropsContextProvider as O } from "./PropsContextProvider.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import * as r from "react-aria-components";
|
|
4
4
|
import e from "react";
|
|
5
|
-
import { a as y, O as E } from "./OverlayTrigger-
|
|
5
|
+
import { a as y, O as E } from "./OverlayTrigger-AlmeaOft.js";
|
|
6
6
|
import { f as i } from "./flowComponent-B1r5sCmz.js";
|
|
7
7
|
import a from "clsx";
|
|
8
8
|
import "mobx";
|
|
9
|
-
import { u as x } from "./useOverlayController-
|
|
9
|
+
import { u as x } from "./useOverlayController-ZXQCcFC-.js";
|
|
10
10
|
const R = i("PopoverTrigger", (t) => {
|
|
11
11
|
const { children: n, ...p } = t;
|
|
12
12
|
return /* @__PURE__ */ e.createElement(
|
package/dist/js/Popover.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import { P as r } from "./Popover-
|
|
4
|
-
import { a as p } from "./Popover-
|
|
3
|
+
import { P as r } from "./Popover-CUcQMlfm.js";
|
|
4
|
+
import { a as p } from "./Popover-CUcQMlfm.js";
|
|
5
5
|
export {
|
|
6
6
|
r as Popover,
|
|
7
7
|
p as PopoverTrigger,
|
|
@@ -7,7 +7,7 @@ import { PropsContextProvider as h } from "./PropsContextProvider.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import { f as u } from "./flowComponent-B1r5sCmz.js";
|
|
10
|
-
import { C as S } from "./ContextMenuSection-
|
|
10
|
+
import { C as S } from "./ContextMenuSection-D1i0qzNl.js";
|
|
11
11
|
const C = "flow--section", g = "flow--section--hide-separator", x = "flow--section--heading", o = {
|
|
12
12
|
section: C,
|
|
13
13
|
hideSeparator: g,
|
package/dist/js/Section.js
CHANGED
package/dist/js/Select.js
CHANGED
|
@@ -13,10 +13,10 @@ import "@tabler/icons-react";
|
|
|
13
13
|
import "./Icon-mUEZToWz.js";
|
|
14
14
|
import { I as K } from "./IconChevronDown-DeqeNFTL.js";
|
|
15
15
|
import { f as S } from "./flowComponent-B1r5sCmz.js";
|
|
16
|
-
import { O as P, a as b } from "./Option-
|
|
16
|
+
import { O as P, a as b } from "./Option-Cj18P7AI.js";
|
|
17
17
|
import { TunnelProvider as L, TunnelExit as F } from "@mittwald/react-tunnel";
|
|
18
18
|
import "mobx";
|
|
19
|
-
import { u as R } from "./useOverlayController-
|
|
19
|
+
import { u as R } from "./useOverlayController-ZXQCcFC-.js";
|
|
20
20
|
import { useLocalizedStringFormatter as k } from "react-aria";
|
|
21
21
|
const y = "flow--select", D = "flow--select--toggle", l = {
|
|
22
22
|
select: y,
|
package/dist/js/Tabs.js
CHANGED
|
@@ -6,9 +6,9 @@ import u from "clsx";
|
|
|
6
6
|
import { TunnelExit as E, TunnelProvider as P, TunnelEntry as f } from "@mittwald/react-tunnel";
|
|
7
7
|
import { f as O } from "./flowComponent-B1r5sCmz.js";
|
|
8
8
|
import { useCallbackRef as S } from "use-callback-ref";
|
|
9
|
-
import { a as A, C as B } from "./ContextMenuTrigger-
|
|
9
|
+
import { a as A, C as B } from "./ContextMenuTrigger-Bc1ziP-n.js";
|
|
10
10
|
import { M as K } from "./MenuItem-C6RgW6U3.js";
|
|
11
|
-
import "./ContextMenuSection-
|
|
11
|
+
import "./ContextMenuSection-D1i0qzNl.js";
|
|
12
12
|
import { B as L } from "./Button-BHFXhYtp.js";
|
|
13
13
|
import "@tabler/icons-react";
|
|
14
14
|
import "./Icon-mUEZToWz.js";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var t = (s, e, n) =>
|
|
6
|
-
import { makeObservable as
|
|
7
|
-
import { u as d } from "./
|
|
8
|
-
import {
|
|
3
|
+
var a = Object.defineProperty;
|
|
4
|
+
var r = (s, e, n) => e in s ? a(s, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : s[e] = n;
|
|
5
|
+
var t = (s, e, n) => r(s, typeof e != "symbol" ? e + "" : e, n);
|
|
6
|
+
import { makeObservable as i, observable as u, action as O } from "mobx";
|
|
7
|
+
import { u as d, a as o } from "./useStatic-FXPyFF3K.js";
|
|
8
|
+
import { createContext as h, useContext as c } from "react";
|
|
9
9
|
class l {
|
|
10
10
|
constructor(e) {
|
|
11
11
|
t(this, "isOpen");
|
|
12
12
|
t(this, "onOpenHandlers", /* @__PURE__ */ new Set());
|
|
13
13
|
t(this, "onCloseHandlers", /* @__PURE__ */ new Set());
|
|
14
|
-
|
|
15
|
-
isOpen:
|
|
14
|
+
i(this, {
|
|
15
|
+
isOpen: u,
|
|
16
16
|
open: O.bound,
|
|
17
17
|
close: O.bound,
|
|
18
18
|
toggle: O.bound,
|
|
@@ -20,7 +20,7 @@ class l {
|
|
|
20
20
|
}), this.isOpen = (e == null ? void 0 : e.isDefaultOpen) ?? !1, e != null && e.onOpen && this.onOpenHandlers.add(e.onOpen), e != null && e.onClose && this.onCloseHandlers.add(e.onClose);
|
|
21
21
|
}
|
|
22
22
|
static useNew(e) {
|
|
23
|
-
return
|
|
23
|
+
return d(() => new l(e));
|
|
24
24
|
}
|
|
25
25
|
addOnOpen(e) {
|
|
26
26
|
return this.onOpenHandlers.add(e), () => {
|
|
@@ -51,7 +51,7 @@ class l {
|
|
|
51
51
|
this.isOpen = e, e ? this.executeOnOpen() : this.executeOnClose();
|
|
52
52
|
}
|
|
53
53
|
useIsOpen() {
|
|
54
|
-
return
|
|
54
|
+
return o(() => this.isOpen);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
const p = h({}), b = () => c(p);
|
package/dist/js/controller.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import { O as e } from "./context-
|
|
4
|
-
import { u as a } from "./useOverlayController-
|
|
3
|
+
import { O as e } from "./context-JScptH87.js";
|
|
4
|
+
import { u as a } from "./useOverlayController-ZXQCcFC-.js";
|
|
5
5
|
export {
|
|
6
6
|
e as OverlayController,
|
|
7
7
|
a as useOverlayController
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
var u = Object.defineProperty;
|
|
4
4
|
var i = (s, t, e) => t in s ? u(s, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[t] = e;
|
|
5
5
|
var r = (s, t, e) => i(s, typeof t != "symbol" ? t + "" : t, e);
|
|
6
|
-
import d, { createContext as l,
|
|
7
|
-
import { makeObservable as p, observable as v, action as a, computed as
|
|
8
|
-
import { u as b } from "./
|
|
6
|
+
import d, { createContext as l, useEffect as m, useContext as S } from "react";
|
|
7
|
+
import { makeObservable as p, observable as v, action as a, computed as f } from "mobx";
|
|
8
|
+
import { u as y, a as b } from "./useStatic-FXPyFF3K.js";
|
|
9
9
|
class o {
|
|
10
10
|
constructor() {
|
|
11
11
|
r(this, "states", /* @__PURE__ */ new Set());
|
|
@@ -13,15 +13,15 @@ class o {
|
|
|
13
13
|
states: v,
|
|
14
14
|
addState: a,
|
|
15
15
|
removeState: a,
|
|
16
|
-
isBusy:
|
|
16
|
+
isBusy: f
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
19
|
static useNew() {
|
|
20
|
-
return
|
|
20
|
+
return y(() => new o());
|
|
21
21
|
}
|
|
22
22
|
static useRegisterState(t) {
|
|
23
23
|
const e = g();
|
|
24
|
-
|
|
24
|
+
m(() => (e == null || e.addState(t), () => {
|
|
25
25
|
e == null || e.removeState(t);
|
|
26
26
|
}), [e, t]);
|
|
27
27
|
}
|
|
@@ -46,7 +46,7 @@ const n = l(void 0), C = (s) => {
|
|
|
46
46
|
return /* @__PURE__ */ d.createElement(n.Provider, { value: e }, t);
|
|
47
47
|
}, g = () => {
|
|
48
48
|
const s = o.useNew();
|
|
49
|
-
return
|
|
49
|
+
return S(n) ?? s;
|
|
50
50
|
}, A = (s) => {
|
|
51
51
|
const { slot: t, ...e } = s, c = e.color === void 0 || e.color === "primary" || e.color === "danger" || e.color === "accent" ? "primary" : "abort";
|
|
52
52
|
return t ?? c;
|
package/dist/js/hooks.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import "mobx";
|
|
4
4
|
import { useState as o, useEffect as r } from "react";
|
|
5
|
-
import { u as m } from "./useOverlayController-
|
|
5
|
+
import { u as m } from "./useOverlayController-ZXQCcFC-.js";
|
|
6
6
|
import { u as l } from "./useOnChange-C1Quwyuz.js";
|
|
7
7
|
const n = () => {
|
|
8
8
|
const [e, t] = o(!1);
|
|
@@ -8,7 +8,7 @@ import "@react-aria/utils";
|
|
|
8
8
|
import "remeda";
|
|
9
9
|
import { d as F } from "./dynamic-ClpUSmEt.js";
|
|
10
10
|
import { F as A } from "./FieldError-C-_2QNam.js";
|
|
11
|
-
import { a as P, A as y } from "./Action-
|
|
11
|
+
import { a as P, A as y } from "./Action-DdTtAlW3.js";
|
|
12
12
|
const C = x({}), V = C.Provider, f = () => v(C);
|
|
13
13
|
function D(t) {
|
|
14
14
|
var i;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AsyncResource } from '@mittwald/react-use-promise';
|
|
2
1
|
import { ListData } from './types';
|
|
2
|
+
import { AsyncResource } from '@mittwald/react-use-promise';
|
|
3
3
|
type AsyncResourceLoadingState = AsyncResource["state"]["value"];
|
|
4
4
|
type DataBatches<T> = ListData<T>[];
|
|
5
5
|
type BatchesLoadingState = AsyncResourceLoadingState[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useStatic: <T>(factory: () => T) => T;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { autorun as u } from "mobx";
|
|
4
|
+
import { useState as e, useEffect as c } from "react";
|
|
5
|
+
const f = (t, r = []) => {
|
|
6
|
+
const [o, s] = e(t());
|
|
7
|
+
return c(() => u(() => {
|
|
8
|
+
s(t());
|
|
9
|
+
}), r), o;
|
|
10
|
+
}, m = (t) => e(() => t())[0];
|
|
11
|
+
export {
|
|
12
|
+
f as a,
|
|
13
|
+
m as u
|
|
14
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.420",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"@chakra-ui/live-region": "^2.1.0",
|
|
441
441
|
"@internationalized/date": "^3.6.0",
|
|
442
442
|
"@internationalized/string-compiler": "^3.2.6",
|
|
443
|
-
"@mittwald/react-tunnel": "^0.1.0-alpha.
|
|
443
|
+
"@mittwald/react-tunnel": "^0.1.0-alpha.420",
|
|
444
444
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
445
445
|
"@react-aria/form": "^3.0.11",
|
|
446
446
|
"@react-aria/utils": "^3.26.0",
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
},
|
|
472
472
|
"devDependencies": {
|
|
473
473
|
"@faker-js/faker": "^9.2.0",
|
|
474
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
474
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.420",
|
|
475
475
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
476
476
|
"@nx/storybook": "^20.1.3",
|
|
477
477
|
"@storybook/addon-a11y": "^8.4.5",
|
|
@@ -566,5 +566,5 @@
|
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
},
|
|
569
|
-
"gitHead": "
|
|
569
|
+
"gitHead": "194f7486f370f7dd0d0051ecbe50ab126fec46cd"
|
|
570
570
|
}
|