@orangelogic/design-system 2.68.0 → 2.69.0
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.
|
@@ -113152,16 +113152,17 @@ class M8t {
|
|
|
113152
113152
|
const l = async (u) => {
|
|
113153
113153
|
const h = Array.isArray(u.detail) ? u.detail : [u.detail], m = h.map((k) => k.id).join(" "), f = h.map((k) => k.src).join(" "), b = h.map((k) => k.name).join(", "), w = h.map((k) => k.type).join(" ");
|
|
113154
113154
|
await o({
|
|
113155
|
-
|
|
113155
|
+
id: m,
|
|
113156
113156
|
name: b,
|
|
113157
113157
|
src: f,
|
|
113158
113158
|
type: w
|
|
113159
113159
|
});
|
|
113160
113160
|
}, d = async () => {
|
|
113161
113161
|
await o({
|
|
113162
|
-
|
|
113162
|
+
id: "",
|
|
113163
113163
|
name: "",
|
|
113164
|
-
src: ""
|
|
113164
|
+
src: "",
|
|
113165
|
+
type: ""
|
|
113165
113166
|
});
|
|
113166
113167
|
};
|
|
113167
113168
|
return X`
|
package/library/package.json
CHANGED