@serendie/ui 2.2.6 → 2.2.7-dev.202511191005
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { SerendieSymbolMagnifyingGlass as p, SerendieSymbolClose as g } from "@serendie/symbols";
|
|
3
3
|
import { createListCollection as y } from "../../node_modules/@ark-ui/react/dist/components/collection/list-collection.js";
|
|
4
4
|
import { Portal as x } from "../../node_modules/@ark-ui/react/dist/components/portal/portal.js";
|
|
@@ -144,11 +144,11 @@ const d = u({
|
|
|
144
144
|
size: "medium"
|
|
145
145
|
}
|
|
146
146
|
}), F = ({
|
|
147
|
-
items:
|
|
147
|
+
items: i = [],
|
|
148
148
|
...a
|
|
149
149
|
}) => {
|
|
150
|
-
const [r, l] = d.splitVariantProps(a), s = d(r), { collection: E, ...t } = l, n = y({ items:
|
|
151
|
-
return /* @__PURE__ */
|
|
150
|
+
const [r, l] = d.splitVariantProps(a), s = d(r), { collection: E, ...t } = l, n = y({ items: i });
|
|
151
|
+
return /* @__PURE__ */ e(
|
|
152
152
|
h,
|
|
153
153
|
{
|
|
154
154
|
...t,
|
|
@@ -162,12 +162,12 @@ const d = u({
|
|
|
162
162
|
}
|
|
163
163
|
},
|
|
164
164
|
children: [
|
|
165
|
-
/* @__PURE__ */
|
|
165
|
+
/* @__PURE__ */ e(f, { className: S(s.control, t.className), children: [
|
|
166
166
|
/* @__PURE__ */ o("div", { className: s.iconBox, children: /* @__PURE__ */ o(p, { className: s.icon }) }),
|
|
167
167
|
/* @__PURE__ */ o(C, { className: s.input }),
|
|
168
|
-
|
|
168
|
+
i.length > 0 && /* @__PURE__ */ o(w, { children: /* @__PURE__ */ o("div", { className: s.closeIcon, children: /* @__PURE__ */ o(g, { className: s.icon }) }) })
|
|
169
169
|
] }),
|
|
170
|
-
|
|
170
|
+
/* @__PURE__ */ o(x, { children: /* @__PURE__ */ o(I, { children: /* @__PURE__ */ o(v, { className: s.combobox, children: /* @__PURE__ */ o(B, { id: "framework", children: n.items.map((m, c) => /* @__PURE__ */ e(
|
|
171
171
|
N,
|
|
172
172
|
{
|
|
173
173
|
item: m,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@serendie/ui",
|
|
3
3
|
"description": "Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.2.
|
|
5
|
+
"version": "2.2.7-dev.202511191005",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": [
|