@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 +21 -13
- package/dist/index.js +21 -13
- package/package.json +4 -4
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(
|
|
11098
|
-
|
|
11099
|
-
|
|
11100
|
-
|
|
11101
|
-
|
|
11102
|
-
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11107
|
-
|
|
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)(
|
|
12975
|
-
|
|
12976
|
-
|
|
12977
|
-
|
|
12978
|
-
|
|
12979
|
-
|
|
12980
|
-
|
|
12981
|
-
|
|
12982
|
-
|
|
12983
|
-
|
|
12984
|
-
|
|
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.
|
|
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.
|
|
42
|
-
"@uniformdev/richtext": "^20.
|
|
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": "
|
|
94
|
+
"gitHead": "d1e3fce857552af8fda75c6592a3ab062b1f31a9"
|
|
95
95
|
}
|