gf-components 0.1.147 → 0.1.148
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -10
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -37148,25 +37148,25 @@ const N2e = Zt.span`
|
|
|
37148
37148
|
] })
|
|
37149
37149
|
] }), z2e = Zt.h3`
|
|
37150
37150
|
color: var(--gf-color-button-primary);
|
|
37151
|
-
`, J7e = ({ selectors: e, setter: t }) => {
|
|
37152
|
-
const
|
|
37151
|
+
`, J7e = ({ selectors: e, setter: t, style: n }) => {
|
|
37152
|
+
const r = 24 / e.length;
|
|
37153
37153
|
return /* @__PURE__ */ m.jsxs(m.Fragment, { children: [
|
|
37154
37154
|
/* @__PURE__ */ m.jsx(En, {}),
|
|
37155
|
-
/* @__PURE__ */ m.jsx(S1, { cardtype: "default", style: { width: "100%" }, children: /* @__PURE__ */ m.jsx(Wo, { gutter: 20, children: e.map(
|
|
37156
|
-
(
|
|
37157
|
-
/* @__PURE__ */ m.jsx(z2e, { children:
|
|
37155
|
+
/* @__PURE__ */ m.jsx(S1, { cardtype: "default", style: { width: "100%", ...n }, children: /* @__PURE__ */ m.jsx(Wo, { gutter: 20, children: e.map(
|
|
37156
|
+
(i, o) => /* @__PURE__ */ m.jsxs(Or, { span: r, children: [
|
|
37157
|
+
/* @__PURE__ */ m.jsx(z2e, { children: i.title }),
|
|
37158
37158
|
/* @__PURE__ */ m.jsx(
|
|
37159
37159
|
qa,
|
|
37160
37160
|
{
|
|
37161
|
-
defaultValue:
|
|
37161
|
+
defaultValue: i.defaultValue,
|
|
37162
37162
|
style: { width: "100%" },
|
|
37163
|
-
onChange: (
|
|
37164
|
-
t(
|
|
37163
|
+
onChange: (a) => {
|
|
37164
|
+
t(i.key, a);
|
|
37165
37165
|
},
|
|
37166
|
-
options:
|
|
37166
|
+
options: i.options
|
|
37167
37167
|
}
|
|
37168
37168
|
)
|
|
37169
|
-
] }, `col-${
|
|
37169
|
+
] }, `col-${o}`)
|
|
37170
37170
|
) }) })
|
|
37171
37171
|
] });
|
|
37172
37172
|
}, W2 = Zt.span`
|