stratosphere-ui 3.1.1 → 3.1.3
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/stratosphere-ui.js +5 -2
- package/package.json +1 -1
package/dist/stratosphere-ui.js
CHANGED
|
@@ -30122,13 +30122,16 @@ const kH = [
|
|
|
30122
30122
|
className: Ze("fieldset py-0", u),
|
|
30123
30123
|
name: g,
|
|
30124
30124
|
onChange: (_) => {
|
|
30125
|
-
x(g, _
|
|
30125
|
+
x(g, _, {
|
|
30126
|
+
shouldDirty: !0,
|
|
30127
|
+
shouldTouch: !0
|
|
30128
|
+
});
|
|
30126
30129
|
},
|
|
30127
30130
|
value: E,
|
|
30128
30131
|
...h,
|
|
30129
30132
|
children: [
|
|
30130
30133
|
p !== void 0 ? /* @__PURE__ */ Y.jsx(xg, { as: Ws, isRequired: s, children: p }) : null,
|
|
30131
|
-
/* @__PURE__ */ Y.jsx("div", { className: "join", children: n })
|
|
30134
|
+
/* @__PURE__ */ Y.jsx("div", { className: "w-full join", children: n })
|
|
30132
30135
|
]
|
|
30133
30136
|
}
|
|
30134
30137
|
);
|