@uniformdev/mesh-sdk-react 19.56.1-alpha.9 → 19.57.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.
- package/dist/index.esm.js +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -6499,6 +6499,7 @@ var ObjectSearchListItem = ({
|
|
|
6499
6499
|
{
|
|
6500
6500
|
role: "listitem",
|
|
6501
6501
|
css: [ObjectListItemContainer, disabled ? ObjectListItemContainerDisabled : void 0],
|
|
6502
|
+
"data-testid": "list-item",
|
|
6502
6503
|
children: [
|
|
6503
6504
|
/* @__PURE__ */ jsxs37(
|
|
6504
6505
|
"div",
|
|
@@ -6512,7 +6513,7 @@ var ObjectSearchListItem = ({
|
|
|
6512
6513
|
!image || imageUrl ? null : /* @__PURE__ */ jsx62("img", { ...image, loading: (image == null ? void 0 : image.width) && image.height ? "lazy" : "eager" }),
|
|
6513
6514
|
/* @__PURE__ */ jsxs37("div", { role: "heading", css: ObjectListItemHeadingGroup, children: [
|
|
6514
6515
|
!contentType ? null : /* @__PURE__ */ jsx62("span", { css: ObjectListItemSubtitle, children: formatedContentType }),
|
|
6515
|
-
/* @__PURE__ */ jsx62("span", { css: ObjectListItemTitle, children: title })
|
|
6516
|
+
/* @__PURE__ */ jsx62("span", { css: ObjectListItemTitle, "data-testid": "title", children: title })
|
|
6516
6517
|
] })
|
|
6517
6518
|
]
|
|
6518
6519
|
}
|
package/dist/index.js
CHANGED
|
@@ -6630,6 +6630,7 @@ var ObjectSearchListItem = ({
|
|
|
6630
6630
|
{
|
|
6631
6631
|
role: "listitem",
|
|
6632
6632
|
css: [ObjectListItemContainer, disabled ? ObjectListItemContainerDisabled : void 0],
|
|
6633
|
+
"data-testid": "list-item",
|
|
6633
6634
|
children: [
|
|
6634
6635
|
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
6635
6636
|
"div",
|
|
@@ -6643,7 +6644,7 @@ var ObjectSearchListItem = ({
|
|
|
6643
6644
|
!image || imageUrl ? null : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("img", { ...image, loading: (image == null ? void 0 : image.width) && image.height ? "lazy" : "eager" }),
|
|
6644
6645
|
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { role: "heading", css: ObjectListItemHeadingGroup, children: [
|
|
6645
6646
|
!contentType ? null : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { css: ObjectListItemSubtitle, children: formatedContentType }),
|
|
6646
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { css: ObjectListItemTitle, children: title })
|
|
6647
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { css: ObjectListItemTitle, "data-testid": "title", children: title })
|
|
6647
6648
|
] })
|
|
6648
6649
|
]
|
|
6649
6650
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -6499,6 +6499,7 @@ var ObjectSearchListItem = ({
|
|
|
6499
6499
|
{
|
|
6500
6500
|
role: "listitem",
|
|
6501
6501
|
css: [ObjectListItemContainer, disabled ? ObjectListItemContainerDisabled : void 0],
|
|
6502
|
+
"data-testid": "list-item",
|
|
6502
6503
|
children: [
|
|
6503
6504
|
/* @__PURE__ */ jsxs37(
|
|
6504
6505
|
"div",
|
|
@@ -6512,7 +6513,7 @@ var ObjectSearchListItem = ({
|
|
|
6512
6513
|
!image || imageUrl ? null : /* @__PURE__ */ jsx62("img", { ...image, loading: (image == null ? void 0 : image.width) && image.height ? "lazy" : "eager" }),
|
|
6513
6514
|
/* @__PURE__ */ jsxs37("div", { role: "heading", css: ObjectListItemHeadingGroup, children: [
|
|
6514
6515
|
!contentType ? null : /* @__PURE__ */ jsx62("span", { css: ObjectListItemSubtitle, children: formatedContentType }),
|
|
6515
|
-
/* @__PURE__ */ jsx62("span", { css: ObjectListItemTitle, children: title })
|
|
6516
|
+
/* @__PURE__ */ jsx62("span", { css: ObjectListItemTitle, "data-testid": "title", children: title })
|
|
6516
6517
|
] })
|
|
6517
6518
|
]
|
|
6518
6519
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.57.0",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@lexical/selection": "^0.12.0",
|
|
51
51
|
"@lexical/utils": "^0.12.0",
|
|
52
52
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz",
|
|
53
|
-
"@uniformdev/canvas": "19.
|
|
54
|
-
"@uniformdev/design-system": "19.
|
|
55
|
-
"@uniformdev/mesh-sdk": "19.
|
|
53
|
+
"@uniformdev/canvas": "19.57.0",
|
|
54
|
+
"@uniformdev/design-system": "19.57.0",
|
|
55
|
+
"@uniformdev/mesh-sdk": "19.57.0",
|
|
56
56
|
"dequal": "^2.0.3",
|
|
57
57
|
"lexical": "^0.12.0",
|
|
58
58
|
"mitt": "^3.0.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "34b8d4a74f9029d507640eb8ef52d7bcf7e6d552"
|
|
90
90
|
}
|