@uniformdev/design-system 19.207.0 → 19.207.1-alpha.20

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
@@ -18959,9 +18959,10 @@ var CoverImage = css82`
18959
18959
  aspect-ratio: 16/9;
18960
18960
  max-width: 100%;
18961
18961
  max-height: 100%;
18962
- height: auto;
18962
+ height: inherit;
18963
+ width: inherit;
18963
18964
  padding: var(--spacing-sm);
18964
- object-fit: cover;
18965
+ object-fit: contain;
18965
18966
  `;
18966
18967
  var CoverContainer = css82`
18967
18968
  aspect-ratio: 16/9;
@@ -20366,6 +20367,7 @@ var ParameterLinkInner = forwardRef22(
20366
20367
  disabled: disabled2,
20367
20368
  onClick: onConnectLink,
20368
20369
  title: "edit current selection",
20370
+ "data-testid": "edit-current-selection",
20369
20371
  children: "edit"
20370
20372
  }
20371
20373
  ),
package/dist/index.js CHANGED
@@ -20834,9 +20834,10 @@ var CoverImage = import_react124.css`
20834
20834
  aspect-ratio: 16/9;
20835
20835
  max-width: 100%;
20836
20836
  max-height: 100%;
20837
- height: auto;
20837
+ height: inherit;
20838
+ width: inherit;
20838
20839
  padding: var(--spacing-sm);
20839
- object-fit: cover;
20840
+ object-fit: contain;
20840
20841
  `;
20841
20842
  var CoverContainer = import_react124.css`
20842
20843
  aspect-ratio: 16/9;
@@ -22285,6 +22286,7 @@ var ParameterLinkInner = (0, import_react144.forwardRef)(
22285
22286
  disabled: disabled2,
22286
22287
  onClick: onConnectLink,
22287
22288
  title: "edit current selection",
22289
+ "data-testid": "edit-current-selection",
22288
22290
  children: "edit"
22289
22291
  }
22290
22292
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.207.0",
3
+ "version": "19.207.1-alpha.20+9dc4b12464",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -26,8 +26,8 @@
26
26
  "@storybook/theming": "^8.3.3",
27
27
  "@types/react": "18.3.11",
28
28
  "@types/react-dom": "18.3.1",
29
- "@uniformdev/canvas": "^19.207.0",
30
- "@uniformdev/richtext": "^19.207.0",
29
+ "@uniformdev/canvas": "^19.207.1-alpha.20+9dc4b12464",
30
+ "@uniformdev/richtext": "^19.207.1-alpha.20+9dc4b12464",
31
31
  "autoprefixer": "10.4.16",
32
32
  "hygen": "6.2.11",
33
33
  "postcss": "8.4.47",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "e90334452c3b50b7657f7ae55ffb9c6fe97febb3"
82
+ "gitHead": "9dc4b1246494bc273e86dd22cd4818aa4ebd1c24"
83
83
  }