@uniformdev/design-system 20.14.0 → 20.14.2-alpha.35

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
@@ -6906,6 +6906,7 @@ var counterContainer = (bgColor, hasIcon) => css47`
6906
6906
  var counterZeroValue = css47`
6907
6907
  background: var(--gray-800);
6908
6908
  border-radius: var(--rounded-full);
6909
+ display: block;
6909
6910
  width: 2px;
6910
6911
  height: 2px;
6911
6912
  `;
@@ -8914,6 +8915,10 @@ var Tile = css63`
8914
8915
  &[aria-disabled='true'],
8915
8916
  &:disabled {
8916
8917
  pointer-events: none;
8918
+
8919
+ > * {
8920
+ opacity: 0.5;
8921
+ }
8917
8922
  }
8918
8923
  `;
8919
8924
  var LinkTile = css63`
@@ -11089,18 +11094,26 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
11089
11094
  ],
11090
11095
  children: [
11091
11096
  cover ? /* @__PURE__ */ jsx106(HorizontalRhythm, { gap: "sm", align: "center", children: cover }) : null,
11092
- /* @__PURE__ */ jsxs71(VerticalRhythm, { gap: "0", justify: renderAs === "multi" ? "flex-start" : "center", children: [
11093
- /* @__PURE__ */ jsx106(
11094
- HorizontalRhythm,
11095
- {
11096
- gap: "xs",
11097
- align: renderAs === "multi" ? "flex-start" : "center",
11098
- "data-testid": "title",
11099
- children: header2
11100
- }
11101
- ),
11102
- renderAs === "multi" ? props.children : null
11103
- ] }),
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
+ ),
11104
11117
  /* @__PURE__ */ jsx106(HorizontalRhythm, { gap: "xs", align: renderAs === "multi" ? "flex-start" : "center", children: rightSlot })
11105
11118
  ]
11106
11119
  }
@@ -11174,7 +11187,7 @@ var ObjectListItemHeading2 = ({
11174
11187
  return /* @__PURE__ */ jsxs72("div", { css: ObjectListItemHeading, ...props, children: [
11175
11188
  beforeHeadingSlot ? /* @__PURE__ */ jsx109(HorizontalRhythm, { gap: "xs", align: "center", children: beforeHeadingSlot }) : null,
11176
11189
  /* @__PURE__ */ jsxs72(HorizontalRhythm, { css: ObjectListItemHeadingAfterWrapper, gap: "xs", align: "flex-start", children: [
11177
- /* @__PURE__ */ jsx109("div", { role: "heading", children: heading }),
11190
+ /* @__PURE__ */ jsx109("div", { role: "heading", "data-testid": "reference-item-name", children: heading }),
11178
11191
  afterHeadingSlot
11179
11192
  ] })
11180
11193
  ] });
@@ -15632,8 +15645,8 @@ var SegmentedControl = ({
15632
15645
  segmentedControlStyles,
15633
15646
  orientation === "vertical" ? segmentedControlVerticalStyles : void 0
15634
15647
  ],
15635
- ...props,
15636
15648
  "data-testid": "segmented-control",
15649
+ ...props,
15637
15650
  children: options.map((option, index) => {
15638
15651
  var _a;
15639
15652
  if (!option) {
package/dist/index.js CHANGED
@@ -8688,6 +8688,7 @@ var counterContainer = (bgColor, hasIcon) => import_react69.css`
8688
8688
  var counterZeroValue = import_react69.css`
8689
8689
  background: var(--gray-800);
8690
8690
  border-radius: var(--rounded-full);
8691
+ display: block;
8691
8692
  width: 2px;
8692
8693
  height: 2px;
8693
8694
  `;
@@ -10744,6 +10745,10 @@ var Tile = import_react96.css`
10744
10745
  &[aria-disabled='true'],
10745
10746
  &:disabled {
10746
10747
  pointer-events: none;
10748
+
10749
+ > * {
10750
+ opacity: 0.5;
10751
+ }
10747
10752
  }
10748
10753
  `;
10749
10754
  var LinkTile = import_react96.css`
@@ -12966,18 +12971,26 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
12966
12971
  ],
12967
12972
  children: [
12968
12973
  cover ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(HorizontalRhythm, { gap: "sm", align: "center", children: cover }) : null,
12969
- /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(VerticalRhythm, { gap: "0", justify: renderAs === "multi" ? "flex-start" : "center", children: [
12970
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
12971
- HorizontalRhythm,
12972
- {
12973
- gap: "xs",
12974
- align: renderAs === "multi" ? "flex-start" : "center",
12975
- "data-testid": "title",
12976
- children: header2
12977
- }
12978
- ),
12979
- renderAs === "multi" ? props.children : null
12980
- ] }),
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
+ ),
12981
12994
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(HorizontalRhythm, { gap: "xs", align: renderAs === "multi" ? "flex-start" : "center", children: rightSlot })
12982
12995
  ]
12983
12996
  }
@@ -13057,7 +13070,7 @@ var ObjectListItemHeading2 = ({
13057
13070
  return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { css: ObjectListItemHeading, ...props, children: [
13058
13071
  beforeHeadingSlot ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(HorizontalRhythm, { gap: "xs", align: "center", children: beforeHeadingSlot }) : null,
13059
13072
  /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(HorizontalRhythm, { css: ObjectListItemHeadingAfterWrapper, gap: "xs", align: "flex-start", children: [
13060
- /* @__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 }),
13061
13074
  afterHeadingSlot
13062
13075
  ] })
13063
13076
  ] });
@@ -17479,8 +17492,8 @@ var SegmentedControl = ({
17479
17492
  segmentedControlStyles,
17480
17493
  orientation === "vertical" ? segmentedControlVerticalStyles : void 0
17481
17494
  ],
17482
- ...props,
17483
17495
  "data-testid": "segmented-control",
17496
+ ...props,
17484
17497
  children: options.map((option, index) => {
17485
17498
  var _a;
17486
17499
  if (!option) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.14.0",
3
+ "version": "20.14.2-alpha.35+298a00bb0a",
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.14.0",
42
- "@uniformdev/richtext": "^20.14.0",
41
+ "@uniformdev/canvas": "^20.14.2-alpha.35+298a00bb0a",
42
+ "@uniformdev/richtext": "^20.14.2-alpha.35+298a00bb0a",
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": "958a8fe27da8ec9191a1a09f289f6f7418dd16d6"
94
+ "gitHead": "298a00bb0a2955cf07d94dd6ef939a64b5bfdcd0"
95
95
  }