@uniformdev/design-system 20.30.0 → 20.30.1

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
@@ -11213,7 +11213,7 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
11213
11213
  "aria-selected": isSelected,
11214
11214
  ...divProps,
11215
11215
  children: [
11216
- /* @__PURE__ */ jsx109(HorizontalRhythm, { gap: "sm", align: "center", children: dragHandle }),
11216
+ /* @__PURE__ */ jsx109(HorizontalRhythm, { gap: "sm", align: "center", "data-testid": "drag-container", children: dragHandle }),
11217
11217
  /* @__PURE__ */ jsxs74(
11218
11218
  "div",
11219
11219
  {
package/dist/index.js CHANGED
@@ -13100,7 +13100,7 @@ var ObjectListItem2 = ({ minContainerQueryWidth = "34rem", ...props }) => {
13100
13100
  "aria-selected": isSelected,
13101
13101
  ...divProps,
13102
13102
  children: [
13103
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(HorizontalRhythm, { gap: "sm", align: "center", children: dragHandle }),
13103
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(HorizontalRhythm, { gap: "sm", align: "center", "data-testid": "drag-container", children: dragHandle }),
13104
13104
  /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
13105
13105
  "div",
13106
13106
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.30.0",
3
+ "version": "20.30.1",
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.30.0",
42
- "@uniformdev/richtext": "^20.30.0",
41
+ "@uniformdev/canvas": "^20.30.1",
42
+ "@uniformdev/richtext": "^20.30.1",
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": "933c8162daf230a896cc8962f63fbb35efd03653"
94
+ "gitHead": "8f255b1cff89486c0aca67be6c6409c68766276c"
95
95
  }