@mittwald/flow-react-components 0.1.0-alpha.127 → 0.1.0-alpha.128
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/OverlayTrigger.js +8 -8
- package/package.json +4 -4
package/dist/OverlayTrigger.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import
|
|
3
|
+
import e from "react";
|
|
4
4
|
import "mobx";
|
|
5
|
-
import { u as
|
|
5
|
+
import { u as m, a as l } from "./useOverlayController-CGKumeGL.js";
|
|
6
6
|
import { A as p } from "./Action-BLnSsHE1.js";
|
|
7
7
|
import "./propsContext-CauylOgH.js";
|
|
8
8
|
import { P as i } from "./PropsContextProvider-ChpH8eF2.js";
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "remeda";
|
|
11
|
-
const
|
|
12
|
-
const
|
|
11
|
+
const y = (t) => {
|
|
12
|
+
const r = m(), o = {
|
|
13
13
|
Button: {
|
|
14
|
-
render: (
|
|
14
|
+
render: (n, a) => /* @__PURE__ */ e.createElement(p, { openOverlay: r }, /* @__PURE__ */ e.createElement(n, { ...a }))
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
return /* @__PURE__ */
|
|
17
|
+
return /* @__PURE__ */ e.createElement(l, { value: r }, /* @__PURE__ */ e.createElement(i, { props: o, mergeInParentContext: !0 }, t.children));
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
y as OverlayTrigger,
|
|
21
|
+
y as default
|
|
22
22
|
};
|
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.128",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
},
|
|
260
260
|
"dependencies": {
|
|
261
261
|
"@chakra-ui/live-region": "^2.1.0",
|
|
262
|
-
"@mittwald/react-tunnel": "^0.1.0-alpha.
|
|
262
|
+
"@mittwald/react-tunnel": "^0.1.0-alpha.128",
|
|
263
263
|
"@mittwald/react-use-promise": "^2.3.13",
|
|
264
264
|
"@react-aria/utils": "^3.24.1",
|
|
265
265
|
"@react-types/shared": "^3.23.1",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
},
|
|
284
284
|
"devDependencies": {
|
|
285
285
|
"@faker-js/faker": "^8.4.1",
|
|
286
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
286
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.128",
|
|
287
287
|
"@mittwald/react-use-promise": "^2.3.13",
|
|
288
288
|
"@nx/storybook": "^19.0.5",
|
|
289
289
|
"@storybook/addon-a11y": "^8.1.2",
|
|
@@ -359,5 +359,5 @@
|
|
|
359
359
|
"optional": true
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
|
-
"gitHead": "
|
|
362
|
+
"gitHead": "69fa84f9ac26d8e547dd2b7b6823258f9e5302fe"
|
|
363
363
|
}
|