@mittwald/flow-react-components 0.1.0-alpha.396 → 0.1.0-alpha.397
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
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.1.0-alpha.397](https://github.com/mittwald/flow/compare/0.1.0-alpha.396...0.1.0-alpha.397) (2025-01-21)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **Section:** support file field in section header
|
|
11
|
+
([#1115](https://github.com/mittwald/flow/issues/1115))
|
|
12
|
+
([e2d26ae](https://github.com/mittwald/flow/commit/e2d26aecad6b2a3d67c673042e3a19f50d436a2b))
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
6
19
|
# [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.1.0-alpha.395...0.1.0-alpha.396) (2025-01-21)
|
|
7
20
|
|
|
8
21
|
### Bug Fixes
|
|
@@ -21,6 +21,7 @@ const f = "flow--section--section-header", g = "flow--section--section-header--a
|
|
|
21
21
|
size: "s",
|
|
22
22
|
tunnelId: "actions"
|
|
23
23
|
},
|
|
24
|
+
FileField: { tunnelId: "actions", Button: { size: "s" } },
|
|
24
25
|
ContextMenuTrigger: {
|
|
25
26
|
tunnelId: "actions",
|
|
26
27
|
Button: {
|
|
@@ -66,13 +67,13 @@ const f = "flow--section--section-header", g = "flow--section--section-header--a
|
|
|
66
67
|
refProp: o,
|
|
67
68
|
elementType: r = "header",
|
|
68
69
|
renderSectionHeader: l,
|
|
69
|
-
className:
|
|
70
|
-
...
|
|
70
|
+
className: i,
|
|
71
|
+
...a
|
|
71
72
|
} = t;
|
|
72
73
|
if (l)
|
|
73
|
-
return /* @__PURE__ */ e.createElement(H, { className:
|
|
74
|
+
return /* @__PURE__ */ e.createElement(H, { className: i }, n);
|
|
74
75
|
const c = r;
|
|
75
|
-
return /* @__PURE__ */ e.createElement(c, { ...
|
|
76
|
+
return /* @__PURE__ */ e.createElement(c, { ...a, className: i, ref: o }, n);
|
|
76
77
|
});
|
|
77
78
|
export {
|
|
78
79
|
v as H
|
package/dist/js/Header.js
CHANGED
package/dist/js/Modal.js
CHANGED
|
@@ -9,7 +9,7 @@ import "remeda";
|
|
|
9
9
|
import { TunnelProvider as g, TunnelExit as u } from "@mittwald/react-tunnel";
|
|
10
10
|
import { f as v } from "./flowComponent-BQs9wMX_.js";
|
|
11
11
|
import { O as w } from "./Overlay-BwfQD0k1.js";
|
|
12
|
-
import { H as h } from "./Header-
|
|
12
|
+
import { H as h } from "./Header-BggXDvGJ.js";
|
|
13
13
|
import { A as C } from "./Action-Bm7dBV7s.js";
|
|
14
14
|
import { B as E } from "./Button-BTc_iJae.js";
|
|
15
15
|
import "@tabler/icons-react";
|
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.397",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"@chakra-ui/live-region": "^2.1.0",
|
|
426
426
|
"@internationalized/date": "^3.6.0",
|
|
427
427
|
"@internationalized/string-compiler": "^3.2.6",
|
|
428
|
-
"@mittwald/react-tunnel": "^0.1.0-alpha.
|
|
428
|
+
"@mittwald/react-tunnel": "^0.1.0-alpha.397",
|
|
429
429
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
430
430
|
"@react-aria/form": "^3.0.11",
|
|
431
431
|
"@react-aria/utils": "^3.26.0",
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
},
|
|
457
457
|
"devDependencies": {
|
|
458
458
|
"@faker-js/faker": "^9.2.0",
|
|
459
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
459
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.397",
|
|
460
460
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
461
461
|
"@nx/storybook": "^20.1.3",
|
|
462
462
|
"@storybook/addon-a11y": "^8.4.5",
|
|
@@ -551,5 +551,5 @@
|
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
|
-
"gitHead": "
|
|
554
|
+
"gitHead": "1debec26fb54aaccb60c774e99e67a1f83d1fae9"
|
|
555
555
|
}
|