uikit-react-public 0.29.3 → 0.29.5
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.js
CHANGED
|
@@ -16932,7 +16932,10 @@ const D3 = (e, t) => {
|
|
|
16932
16932
|
...a,
|
|
16933
16933
|
children: [
|
|
16934
16934
|
l,
|
|
16935
|
-
o && /* @__PURE__ */
|
|
16935
|
+
o && /* @__PURE__ */ m(De, { children: [
|
|
16936
|
+
" ",
|
|
16937
|
+
/* @__PURE__ */ n("span", { className: S, children: "(optional)" })
|
|
16938
|
+
] })
|
|
16936
16939
|
]
|
|
16937
16940
|
}
|
|
16938
16941
|
);
|
|
@@ -88,7 +88,12 @@ const Label = forwardRef<Ref, LabelProps>(
|
|
|
88
88
|
{...props}
|
|
89
89
|
>
|
|
90
90
|
{children}
|
|
91
|
-
{optional &&
|
|
91
|
+
{optional && (
|
|
92
|
+
<>
|
|
93
|
+
{' '}
|
|
94
|
+
<span className={optionalStyle}>(optional)</span>
|
|
95
|
+
</>
|
|
96
|
+
)}
|
|
92
97
|
</label>
|
|
93
98
|
);
|
|
94
99
|
}
|