@cfx-dev/ui-components 5.0.10 → 5.0.11
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.
|
@@ -2,12 +2,12 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import A from "../Box/Box.js";
|
|
3
3
|
import { clsx as v } from "../../../utils/clsx.js";
|
|
4
4
|
import { ui as n } from "../../../utils/ui/ui.js";
|
|
5
|
-
const C = "cfxui__Flex__root__d860a", F = "cfxui__Flex__centered__e911c", b = "cfxui__Flex__centeredAxis__a7613",
|
|
5
|
+
const C = "cfxui__Flex__root__d860a", F = "cfxui__Flex__centered__e911c", b = "cfxui__Flex__centeredAxis__a7613", y = "cfxui__Flex__centeredCrossAxis__11477", w = "cfxui__Flex__baselineAxis__5a93c", h = "cfxui__Flex__baselineCrossAxis__b3c28", E = "cfxui__Flex__reverseOrder__3d910", T = "cfxui__Flex__vertical__552db", R = "cfxui__Flex__alignToEnd__a45a8", B = "cfxui__Flex__alignToEndAxis__80f62", S = "cfxui__Flex__spaceBetween__b5438", j = "cfxui__Flex__stretch__5c1ce", O = "cfxui__Flex__horizontal__d64f7", s = {
|
|
6
6
|
root: C,
|
|
7
7
|
centered: F,
|
|
8
8
|
centeredAxis: b,
|
|
9
|
-
centeredCrossAxis:
|
|
10
|
-
baselineAxis:
|
|
9
|
+
centeredCrossAxis: y,
|
|
10
|
+
baselineAxis: w,
|
|
11
11
|
baselineCrossAxis: h,
|
|
12
12
|
reverseOrder: E,
|
|
13
13
|
vertical: T,
|
|
@@ -66,14 +66,16 @@ function I(e) {
|
|
|
66
66
|
direction: i,
|
|
67
67
|
alignItems: r,
|
|
68
68
|
justifyContent: o,
|
|
69
|
-
wrap: a
|
|
69
|
+
wrap: a,
|
|
70
|
+
style: c
|
|
70
71
|
} = e;
|
|
71
72
|
return {
|
|
72
73
|
...n.getSizeStyles("gap", t),
|
|
73
74
|
...n.getResponsiveStyles("flex-direction", i),
|
|
74
75
|
...n.getResponsiveStyles("align-items", r),
|
|
75
76
|
...n.getResponsiveStyles("justify-content", o),
|
|
76
|
-
...n.getResponsiveStyles("flex-wrap", a, z)
|
|
77
|
+
...n.getResponsiveStyles("flex-wrap", a, z),
|
|
78
|
+
...c
|
|
77
79
|
};
|
|
78
80
|
}
|
|
79
81
|
function P(e) {
|
|
@@ -103,9 +105,9 @@ function H(e) {
|
|
|
103
105
|
return /* @__PURE__ */ m(
|
|
104
106
|
A,
|
|
105
107
|
{
|
|
108
|
+
...P(e),
|
|
106
109
|
className: i,
|
|
107
110
|
style: r,
|
|
108
|
-
...P(e),
|
|
109
111
|
children: t
|
|
110
112
|
}
|
|
111
113
|
);
|