@marigold/components 3.0.0 → 3.0.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/index.js CHANGED
@@ -935,6 +935,7 @@ var Image = ({
935
935
  return /* @__PURE__ */ import_react25.default.createElement(import_system15.Box, {
936
936
  ...props,
937
937
  as: "img",
938
+ __baseCSS: fit ? { width: " 100%", height: "100%" } : {},
938
939
  css
939
940
  });
940
941
  };
package/dist/index.mjs CHANGED
@@ -885,6 +885,7 @@ var Image = ({
885
885
  return /* @__PURE__ */ React24.createElement(Box12, {
886
886
  ...props,
887
887
  as: "img",
888
+ __baseCSS: fit ? { width: " 100%", height: "100%" } : {},
888
889
  css
889
890
  });
890
891
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -23,14 +23,14 @@
23
23
  "directory": "packages/components"
24
24
  },
25
25
  "dependencies": {
26
- "@marigold/icons": "1.1.0",
27
- "@marigold/system": "3.0.0",
26
+ "@marigold/icons": "1.1.1",
27
+ "@marigold/system": "3.0.1",
28
28
  "@marigold/tokens": "3.1.0",
29
- "@marigold/types": "0.5.3",
29
+ "@marigold/types": "0.5.4",
30
30
  "@react-aria/button": "3.6.1",
31
31
  "@react-aria/checkbox": "3.5.1",
32
32
  "@react-aria/dialog": "3.3.1",
33
- "@react-aria/focus": "3.7.0",
33
+ "@react-aria/focus": "3.8.0",
34
34
  "@react-aria/i18n": "3.6.0",
35
35
  "@react-aria/interactions": "3.11.0",
36
36
  "@react-aria/link": "3.3.3",