@uniformdev/design-system 20.16.0 → 20.17.1-alpha.3

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 CHANGED
@@ -11094,18 +11094,26 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
11094
11094
  ],
11095
11095
  children: [
11096
11096
  cover ? /* @__PURE__ */ jsx106(HorizontalRhythm, { gap: "sm", align: "center", children: cover }) : null,
11097
- /* @__PURE__ */ jsxs71(VerticalRhythm, { gap: "0", justify: renderAs === "multi" ? "flex-start" : "center", children: [
11098
- /* @__PURE__ */ jsx106(
11099
- HorizontalRhythm,
11100
- {
11101
- gap: "xs",
11102
- align: renderAs === "multi" ? "flex-start" : "center",
11103
- "data-testid": "title",
11104
- children: header2
11105
- }
11106
- ),
11107
- renderAs === "multi" ? props.children : null
11108
- ] }),
11097
+ /* @__PURE__ */ jsxs71(
11098
+ VerticalRhythm,
11099
+ {
11100
+ gap: "0",
11101
+ justify: renderAs === "multi" ? "flex-start" : "center",
11102
+ "data-testid": "title-container",
11103
+ children: [
11104
+ /* @__PURE__ */ jsx106(
11105
+ HorizontalRhythm,
11106
+ {
11107
+ gap: "xs",
11108
+ align: renderAs === "multi" ? "flex-start" : "center",
11109
+ "data-testid": "title",
11110
+ children: header2
11111
+ }
11112
+ ),
11113
+ renderAs === "multi" ? props.children : null
11114
+ ]
11115
+ }
11116
+ ),
11109
11117
  /* @__PURE__ */ jsx106(HorizontalRhythm, { gap: "xs", align: renderAs === "multi" ? "flex-start" : "center", children: rightSlot })
11110
11118
  ]
11111
11119
  }
@@ -11179,7 +11187,7 @@ var ObjectListItemHeading2 = ({
11179
11187
  return /* @__PURE__ */ jsxs72("div", { css: ObjectListItemHeading, ...props, children: [
11180
11188
  beforeHeadingSlot ? /* @__PURE__ */ jsx109(HorizontalRhythm, { gap: "xs", align: "center", children: beforeHeadingSlot }) : null,
11181
11189
  /* @__PURE__ */ jsxs72(HorizontalRhythm, { css: ObjectListItemHeadingAfterWrapper, gap: "xs", align: "flex-start", children: [
11182
- /* @__PURE__ */ jsx109("div", { role: "heading", children: heading }),
11190
+ /* @__PURE__ */ jsx109("div", { role: "heading", "data-testid": "reference-item-name", children: heading }),
11183
11191
  afterHeadingSlot
11184
11192
  ] })
11185
11193
  ] });
package/dist/index.js CHANGED
@@ -12971,18 +12971,26 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
12971
12971
  ],
12972
12972
  children: [
12973
12973
  cover ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(HorizontalRhythm, { gap: "sm", align: "center", children: cover }) : null,
12974
- /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(VerticalRhythm, { gap: "0", justify: renderAs === "multi" ? "flex-start" : "center", children: [
12975
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
12976
- HorizontalRhythm,
12977
- {
12978
- gap: "xs",
12979
- align: renderAs === "multi" ? "flex-start" : "center",
12980
- "data-testid": "title",
12981
- children: header2
12982
- }
12983
- ),
12984
- renderAs === "multi" ? props.children : null
12985
- ] }),
12974
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
12975
+ VerticalRhythm,
12976
+ {
12977
+ gap: "0",
12978
+ justify: renderAs === "multi" ? "flex-start" : "center",
12979
+ "data-testid": "title-container",
12980
+ children: [
12981
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
12982
+ HorizontalRhythm,
12983
+ {
12984
+ gap: "xs",
12985
+ align: renderAs === "multi" ? "flex-start" : "center",
12986
+ "data-testid": "title",
12987
+ children: header2
12988
+ }
12989
+ ),
12990
+ renderAs === "multi" ? props.children : null
12991
+ ]
12992
+ }
12993
+ ),
12986
12994
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(HorizontalRhythm, { gap: "xs", align: renderAs === "multi" ? "flex-start" : "center", children: rightSlot })
12987
12995
  ]
12988
12996
  }
@@ -13062,7 +13070,7 @@ var ObjectListItemHeading2 = ({
13062
13070
  return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { css: ObjectListItemHeading, ...props, children: [
13063
13071
  beforeHeadingSlot ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(HorizontalRhythm, { gap: "xs", align: "center", children: beforeHeadingSlot }) : null,
13064
13072
  /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(HorizontalRhythm, { css: ObjectListItemHeadingAfterWrapper, gap: "xs", align: "flex-start", children: [
13065
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("div", { role: "heading", children: heading }),
13073
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("div", { role: "heading", "data-testid": "reference-item-name", children: heading }),
13066
13074
  afterHeadingSlot
13067
13075
  ] })
13068
13076
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.16.0",
3
+ "version": "20.17.1-alpha.3+d1e3fce857",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -38,8 +38,8 @@
38
38
  "@storybook/theming": "^8.3.3",
39
39
  "@types/react": "18.3.11",
40
40
  "@types/react-dom": "18.3.1",
41
- "@uniformdev/canvas": "^20.16.0",
42
- "@uniformdev/richtext": "^20.16.0",
41
+ "@uniformdev/canvas": "^20.17.1-alpha.3+d1e3fce857",
42
+ "@uniformdev/richtext": "^20.17.1-alpha.3+d1e3fce857",
43
43
  "@vitest/coverage-v8": "^3.1.2",
44
44
  "autoprefixer": "10.4.21",
45
45
  "hygen": "6.2.11",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "47fa333abf187cd58ab9edb6b5fe970bbc24b4f7"
94
+ "gitHead": "d1e3fce857552af8fda75c6592a3ab062b1f31a9"
95
95
  }