@marigold/system 4.1.1 → 4.1.3

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
@@ -450,6 +450,7 @@ var SVG = (0, import_react10.forwardRef)(
450
450
  css: css({
451
451
  ...styles,
452
452
  fill,
453
+ flex: "0 0 auto",
453
454
  width: toDimension(props.width || size),
454
455
  height: toDimension(props.height || size)
455
456
  }),
package/dist/index.mjs CHANGED
@@ -417,6 +417,7 @@ var SVG = forwardRef2(
417
417
  css: css({
418
418
  ...styles,
419
419
  fill,
420
+ flex: "0 0 auto",
420
421
  width: toDimension(props.width || size),
421
422
  height: toDimension(props.height || size)
422
423
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  "react-dom": "16.x || 17.x || 18.x"
39
39
  },
40
40
  "devDependencies": {
41
- "@babel/core": "7.20.2",
41
+ "@babel/core": "7.20.5",
42
42
  "@marigold/tsconfig": "0.3.0",
43
43
  "react": "18.2.0",
44
44
  "tsup": "6.4.0"