@gouvfr-lasuite/ui-kit 0.4.0 → 0.4.1
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20834,7 +20834,7 @@ const X6 = (t) => {
|
|
|
20834
20834
|
closeOnClickOutside: !0,
|
|
20835
20835
|
size: c ? bs.FULL : bs.LARGE,
|
|
20836
20836
|
children: /* @__PURE__ */ w.jsxs("div", { children: [
|
|
20837
|
-
$.length > 0 && /* @__PURE__ */ w.jsx(
|
|
20837
|
+
l && $.length > 0 && /* @__PURE__ */ w.jsx(
|
|
20838
20838
|
"div",
|
|
20839
20839
|
{
|
|
20840
20840
|
className: "c__share-modal__selected-users",
|
|
@@ -20862,6 +20862,7 @@ const X6 = (t) => {
|
|
|
20862
20862
|
{
|
|
20863
20863
|
onFilter: k,
|
|
20864
20864
|
inputValue: h,
|
|
20865
|
+
showInput: l,
|
|
20865
20866
|
loading: s.loading,
|
|
20866
20867
|
placeholder: u("components.share.user.placeholder"),
|
|
20867
20868
|
children: /* @__PURE__ */ w.jsxs(
|