@protonradio/proton-ui 0.10.5 → 0.10.7
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -9231,7 +9231,7 @@ const nc = ({
|
|
|
9231
9231
|
m(0), $();
|
|
9232
9232
|
}, D = A ? Qu({
|
|
9233
9233
|
items: a,
|
|
9234
|
-
children: a.map((k) => /* @__PURE__ */ Ei(qr, { ...k, key: k.key }, k.label)),
|
|
9234
|
+
children: a.map((k) => /* @__PURE__ */ Ei(qr, { ...k, key: k.key, textValue: k.key }, k.label)),
|
|
9235
9235
|
selectedKeys: new Set(n),
|
|
9236
9236
|
onSelectionChange: (k) => s == null ? void 0 : s(k),
|
|
9237
9237
|
selectionMode: e,
|