@uniformdev/design-system 19.80.0 → 19.81.2-alpha.22
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/esm/index.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -16144,7 +16144,7 @@ var MediaCard = ({
|
|
|
16144
16144
|
e.stopPropagation();
|
|
16145
16145
|
}, []);
|
|
16146
16146
|
const hasMenuItems = Array.isArray(menuItems) ? menuItems.length > 0 : Boolean(menuItems);
|
|
16147
|
-
return /* @__PURE__ */ jsxs58(Card, { css: cardBase, ...cardProps, onClick, "data-
|
|
16147
|
+
return /* @__PURE__ */ jsxs58(Card, { css: cardBase, ...cardProps, onClick, "data-testid": "card-item", children: [
|
|
16148
16148
|
/* @__PURE__ */ jsx88("button", { tabIndex: -1, css: coverWrapper, children: cover }),
|
|
16149
16149
|
/* @__PURE__ */ jsx88("div", { css: contentWrapper, children: /* @__PURE__ */ jsxs58(HorizontalRhythm, { gap: "sm", justify: "space-between", align: "center", css: { width: "100%" }, children: [
|
|
16150
16150
|
/* @__PURE__ */ jsxs58(VerticalRhythm, { gap: "0", align: "flex-start", css: { flex: 1, minWidth: 0 }, children: [
|
|
@@ -16182,7 +16182,7 @@ var MediaCard = ({
|
|
|
16182
16182
|
type: "button",
|
|
16183
16183
|
"aria-label": "More options",
|
|
16184
16184
|
css: menuButton,
|
|
16185
|
-
"data-
|
|
16185
|
+
"data-testid": "button-more",
|
|
16186
16186
|
children: /* @__PURE__ */ jsx88(Icon, { icon: "more-alt", iconColor: "gray", size: 16 })
|
|
16187
16187
|
}
|
|
16188
16188
|
),
|
package/dist/index.js
CHANGED
|
@@ -17936,7 +17936,7 @@ var MediaCard = ({
|
|
|
17936
17936
|
e.stopPropagation();
|
|
17937
17937
|
}, []);
|
|
17938
17938
|
const hasMenuItems = Array.isArray(menuItems) ? menuItems.length > 0 : Boolean(menuItems);
|
|
17939
|
-
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(Card, { css: cardBase, ...cardProps, onClick, "data-
|
|
17939
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(Card, { css: cardBase, ...cardProps, onClick, "data-testid": "card-item", children: [
|
|
17940
17940
|
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("button", { tabIndex: -1, css: coverWrapper, children: cover }),
|
|
17941
17941
|
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { css: contentWrapper, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(HorizontalRhythm, { gap: "sm", justify: "space-between", align: "center", css: { width: "100%" }, children: [
|
|
17942
17942
|
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(VerticalRhythm, { gap: "0", align: "flex-start", css: { flex: 1, minWidth: 0 }, children: [
|
|
@@ -17974,7 +17974,7 @@ var MediaCard = ({
|
|
|
17974
17974
|
type: "button",
|
|
17975
17975
|
"aria-label": "More options",
|
|
17976
17976
|
css: menuButton,
|
|
17977
|
-
"data-
|
|
17977
|
+
"data-testid": "button-more",
|
|
17978
17978
|
children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { icon: "more-alt", iconColor: "gray", size: 16 })
|
|
17979
17979
|
}
|
|
17980
17980
|
),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.81.2-alpha.22+2fbda83df",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@storybook/react": "6.5.16",
|
|
24
24
|
"@types/react": "18.2.21",
|
|
25
25
|
"@types/react-dom": "18.2.7",
|
|
26
|
-
"@uniformdev/canvas": "^19.
|
|
27
|
-
"@uniformdev/richtext": "^19.
|
|
26
|
+
"@uniformdev/canvas": "^19.81.2-alpha.22+2fbda83df",
|
|
27
|
+
"@uniformdev/richtext": "^19.81.2-alpha.22+2fbda83df",
|
|
28
28
|
"autoprefixer": "10.4.16",
|
|
29
29
|
"hygen": "6.2.11",
|
|
30
30
|
"postcss": "8.4.31",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2fbda83df1085a9a91c7fbe9ac53056cc64707d2"
|
|
71
71
|
}
|