baseui 0.0.0-next-68fcd40 → 0.0.0-next-6fd7d21

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.
@@ -68,6 +68,7 @@ export const StyledArtworkContainer = styled('div', ({
68
68
  return {
69
69
  alignItems: 'center',
70
70
  display: 'flex',
71
+ flexShrink: 0,
71
72
  paddingLeft: $theme.sizing.scale600,
72
73
  paddingRight: $theme.sizing.scale600
73
74
  };
@@ -76,6 +77,7 @@ export const StyledArtworkContainer = styled('div', ({
76
77
  return {
77
78
  alignItems: 'center',
78
79
  display: 'flex',
80
+ flexShrink: 0,
79
81
  justifyContent: 'center',
80
82
  width: $theme.sizing.scale1600
81
83
  };
@@ -70,6 +70,7 @@ export var StyledArtworkContainer = styled('div', function (_ref3) {
70
70
  return {
71
71
  alignItems: 'center',
72
72
  display: 'flex',
73
+ flexShrink: 0,
73
74
  paddingLeft: $theme.sizing.scale600,
74
75
  paddingRight: $theme.sizing.scale600
75
76
  };
@@ -78,6 +79,7 @@ export var StyledArtworkContainer = styled('div', function (_ref3) {
78
79
  return {
79
80
  alignItems: 'center',
80
81
  display: 'flex',
82
+ flexShrink: 0,
81
83
  justifyContent: 'center',
82
84
  width: $theme.sizing.scale1600
83
85
  };
@@ -77,6 +77,7 @@ var StyledArtworkContainer = (0, _styles.styled)('div', function (_ref3) {
77
77
  return {
78
78
  alignItems: 'center',
79
79
  display: 'flex',
80
+ flexShrink: 0,
80
81
  paddingLeft: $theme.sizing.scale600,
81
82
  paddingRight: $theme.sizing.scale600
82
83
  };
@@ -85,6 +86,7 @@ var StyledArtworkContainer = (0, _styles.styled)('div', function (_ref3) {
85
86
  return {
86
87
  alignItems: 'center',
87
88
  display: 'flex',
89
+ flexShrink: 0,
88
90
  justifyContent: 'center',
89
91
  width: $theme.sizing.scale1600
90
92
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-68fcd40",
3
+ "version": "0.0.0-next-6fd7d21",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",