@uniformdev/design-system 20.14.1 → 20.14.2-alpha.43

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
@@ -8915,6 +8915,10 @@ var Tile = css63`
8915
8915
  &[aria-disabled='true'],
8916
8916
  &:disabled {
8917
8917
  pointer-events: none;
8918
+
8919
+ > * {
8920
+ opacity: 0.5;
8921
+ }
8918
8922
  }
8919
8923
  `;
8920
8924
  var LinkTile = css63`
@@ -11090,18 +11094,26 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
11090
11094
  ],
11091
11095
  children: [
11092
11096
  cover ? /* @__PURE__ */ jsx106(HorizontalRhythm, { gap: "sm", align: "center", children: cover }) : null,
11093
- /* @__PURE__ */ jsxs71(VerticalRhythm, { gap: "0", justify: renderAs === "multi" ? "flex-start" : "center", children: [
11094
- /* @__PURE__ */ jsx106(
11095
- HorizontalRhythm,
11096
- {
11097
- gap: "xs",
11098
- align: renderAs === "multi" ? "flex-start" : "center",
11099
- "data-testid": "title",
11100
- children: header2
11101
- }
11102
- ),
11103
- renderAs === "multi" ? props.children : null
11104
- ] }),
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
+ ),
11105
11117
  /* @__PURE__ */ jsx106(HorizontalRhythm, { gap: "xs", align: renderAs === "multi" ? "flex-start" : "center", children: rightSlot })
11106
11118
  ]
11107
11119
  }
@@ -11175,7 +11187,7 @@ var ObjectListItemHeading2 = ({
11175
11187
  return /* @__PURE__ */ jsxs72("div", { css: ObjectListItemHeading, ...props, children: [
11176
11188
  beforeHeadingSlot ? /* @__PURE__ */ jsx109(HorizontalRhythm, { gap: "xs", align: "center", children: beforeHeadingSlot }) : null,
11177
11189
  /* @__PURE__ */ jsxs72(HorizontalRhythm, { css: ObjectListItemHeadingAfterWrapper, gap: "xs", align: "flex-start", children: [
11178
- /* @__PURE__ */ jsx109("div", { role: "heading", children: heading }),
11190
+ /* @__PURE__ */ jsx109("div", { role: "heading", "data-testid": "reference-item-name", children: heading }),
11179
11191
  afterHeadingSlot
11180
11192
  ] })
11181
11193
  ] });
package/dist/index.js CHANGED
@@ -10745,6 +10745,10 @@ var Tile = import_react96.css`
10745
10745
  &[aria-disabled='true'],
10746
10746
  &:disabled {
10747
10747
  pointer-events: none;
10748
+
10749
+ > * {
10750
+ opacity: 0.5;
10751
+ }
10748
10752
  }
10749
10753
  `;
10750
10754
  var LinkTile = import_react96.css`
@@ -12967,18 +12971,26 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
12967
12971
  ],
12968
12972
  children: [
12969
12973
  cover ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(HorizontalRhythm, { gap: "sm", align: "center", children: cover }) : null,
12970
- /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(VerticalRhythm, { gap: "0", justify: renderAs === "multi" ? "flex-start" : "center", children: [
12971
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
12972
- HorizontalRhythm,
12973
- {
12974
- gap: "xs",
12975
- align: renderAs === "multi" ? "flex-start" : "center",
12976
- "data-testid": "title",
12977
- children: header2
12978
- }
12979
- ),
12980
- renderAs === "multi" ? props.children : null
12981
- ] }),
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
+ ),
12982
12994
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(HorizontalRhythm, { gap: "xs", align: renderAs === "multi" ? "flex-start" : "center", children: rightSlot })
12983
12995
  ]
12984
12996
  }
@@ -13058,7 +13070,7 @@ var ObjectListItemHeading2 = ({
13058
13070
  return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { css: ObjectListItemHeading, ...props, children: [
13059
13071
  beforeHeadingSlot ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(HorizontalRhythm, { gap: "xs", align: "center", children: beforeHeadingSlot }) : null,
13060
13072
  /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(HorizontalRhythm, { css: ObjectListItemHeadingAfterWrapper, gap: "xs", align: "flex-start", children: [
13061
- /* @__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 }),
13062
13074
  afterHeadingSlot
13063
13075
  ] })
13064
13076
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.14.1",
3
+ "version": "20.14.2-alpha.43+717cd1bdf8",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -10,7 +10,7 @@
10
10
  "default": "./dist/esm/index.js"
11
11
  },
12
12
  "require": {
13
- "types": "./dist/index.d.cts",
13
+ "types": "./dist/index.d.ts",
14
14
  "default": "./dist/index.js"
15
15
  }
16
16
  }
@@ -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.14.1",
42
- "@uniformdev/richtext": "^20.14.1",
41
+ "@uniformdev/canvas": "^20.14.2-alpha.43+717cd1bdf8",
42
+ "@uniformdev/richtext": "^20.14.2-alpha.43+717cd1bdf8",
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": "1cf777c56f2e7f08514fd44b40700579c48a9c71"
94
+ "gitHead": "717cd1bdf832bb42df5c3907cf89fa99294b5e1a"
95
95
  }