@orangelogic/design-system 2.68.0-pr84182.3 → 2.68.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,17 +113152,16 @@ 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
- id: m,
113155
+ ids: m,
113156
113156
  name: b,
113157
113157
  src: f,
113158
113158
  type: w
113159
113159
  });
113160
113160
  }, d = async () => {
113161
113161
  await o({
113162
- id: "",
113162
+ ids: "",
113163
113163
  name: "",
113164
- src: "",
113165
- type: ""
113164
+ src: ""
113166
113165
  });
113167
113166
  };
113168
113167
  return X`
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.68.0-pr84182.3",
4
+ "version": "2.68.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.68.0-pr84182.3",
4
+ "version": "2.68.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {